﻿.swt-button-label {
    float: left;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    width:100px;
    height:30px;
}

    .swt-button-label.off {
        color: black;
        margin: 3px;
        /*margin-left: 35px;*/
        font-weight: bold;
        width: 90px;
        height: 28px;
    }

    .swt-button-label.on {
        color: white;
        margin: 3px;
        margin-left: 5px;
        /*margin-right: 35px;*/
        font-weight: bold;
        width: 90px;
        height: 28px;
    }

.swt-button-background.off {
    float: left;
    position: absolute;
    background: #ccc;
    border: 2px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    width: 90px;
    height: 28px;
}

.swt-button-background.on {
    float: left;
    position: absolute;
    background: #3566bd;
    border: 2px solid #38c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    width: 90px;
    height: 28px;
}

.swt-button-off {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #9db4dd;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 49px;
    height: 28px;
}

.swt-button-on {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #b6b602;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 49px;
    height: 28px;
}

.swt-wrapper {
    display: inline-block;
    position: absolute;
    top: 3px;
    margin-left: -7px;
    width: 90px;
    height: 28px;
}
table.ac2_Sug {
    background-color: White;
    border: 1px solid #C2C3C3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    position: absolute;
    z-index: 1000;
    width: 82%;
}
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEle {
    background-color: #FAFAFA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    /*//line-height:26px;*/
    background: #d4d3d36b;
    line-height: 32px;
    font-size: 1.2em;
}

tr.ac2_SugEle th {
    text-transform: uppercase;
}
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEleAlternate {
    background-color: #AAAAAA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    line-height: 32px;
    font-size: 1.2em;
}
/* Style for the currently selected node.*/
table.ac2_Sug tr.ac2_current {
    /*background-color: #000000;*/
    color: white;
    font-weight: lighter;
    background: linear-gradient(0deg, rgba(34,193,195,1) 10%, rgba(45,193,253,1) 100%);
    line-height: 32px;
    font-size: 1.2em;
}

span.ac2_SugName {
    font-size: 0.8vw;
    padding-left: 3px;
    /*white-space: nowrap;*/
    line-height: normal;
    font-size: 0.9rem;
}

span.ac2_SugDesc {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    white-space: pre-wrap;
}

tr.ac2_SugEle td {
    border-right: 1px solid white;
}

.tbl {
    width: 100%;
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

    .tbl th {
        background: white;
        position: sticky;
        top: 0;
    }

.res_img {
    width: 70%;
}

.ac_btn {
    border-radius: 50% !important;
    margin-left: 0px !important;
    padding: 5px 13px !important;
    line-height: normal !important;
}

.modal-body {
    padding: 1rem 0.2rem !important;
    margin: 1rem;
}

.search_btn {
    padding: 5px 10px !important;
}
.ac2_style {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sigpad {
    position: relative;
    /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
    /*cursor: url("../assets/pen.cur"), crosshair;*/
    /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
    cursor: crosshair; /*url("pen.cur") 16 16, crosshair;*/
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 2px solid #c2dbf5;
}

    .sigPad input {
        margin: 0;
        padding: 0.2em 0;
        border: 1px solid #666;
        font-size: 1em;
    }

        .sigPad input.error {
            border-color: #f33;
        }

.sig-control {
    display: block;
    width: 100%;
    height: calc(4.25rem + 5px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 900px) and (min-width: 576px) {
    .res_img {
        width: 100%;
    }
}

.divbackg {
    background-image: url("../../img/imag3.JPG");
    opacity: 0.2;
}
.popup-form {
    display: none;
}

    .popup-form.show {
        display: block;
        /* ... other styles ... */
    }

.close-button {
    /* ... other styles ... */
    cursor: pointer;
}