﻿
#widget {
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px 4px 0 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px 4px 0 0;
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
    line-height: 42px;
    position: fixed;
    margin: 0px;
    border: none;
    display: block;
    opacity: 1;
    z-index: 9999;
    right: 350px;
    bottom: 0px;
    height: 43px;
    width: 135px;
}

    #widget div, #widget li {
        display: block;
    }

    #widget #LanguageS {
        display: none;
    }

    #widget.active #LanguageS {
        display: block;
    }

    #widget.active {
        height: auto;
    }

    #widget li {
        text-align: center;
        padding: 0 26px;
        min-width: 40px;
        border-bottom: 1px solid #262626;
        position: relative;
        white-space: nowrap;
        color: white;
        font-size: 100%;
        line-height: 42px;
        font-weight: 600;
        cursor: pointer;
        background: #5bbc2e;
        opacity: 0.95;
    }

        #widget li:hover {
            background: #076d37;
            opacity: 1;
        }

@media screen and (max-width: 768px) {
    #widget {
        position: fixed;
        overflow: hidden;
        -webkit-border-radius: 3px 3px 0 0;
        /* Firefox 1-3.6 */
        -moz-border-radius: 3px 3px 0 0;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 3px 3px 0 0;
        font-size: 12px;
        line-height: 33px;
        right: 20px;
        bottom: 0px;
        height: 35px;
        width: 100px;
    }

        #widget li {
            padding: 0 18px;
            line-height: 33px;
        }
}


.m-t-68 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-t-30 {
    margin-top: 30px;
}
.w-101 {
    width: 101% !important;
}

#medicineTable table {
    color: #757575;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .txtLogin-Center {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .txtLogin-Center {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #editProfileMenu {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    #editProfileMenu {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    #editProfileMenu {
        display: none;
    }
}

/*@media only screen and (min-width:992px) and (max-width:1200px) {
    .form-outline label.form-label, .error-msg {
        margin-bottom: 10px !important;
    }
}*/

.custom-val-color-r .checkbox1, .custom-val-color-r .radio {
    border: 1px solid #dc3545;
}

    .custom-val-color-r .checkbox1 label, .custom-val-color-r .radio label {
        color: #dc3545;
    }

.question-form-name{
    font-weight:bold;
}
.required-txt {
    color: #E5707E !important;
}


/*.radioinput-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}*/


#loading-bar-spinner .spinner-icon, .spinner-icon {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: 25px !important;
    background: url('../img/new_theme/loader.svg')50% 50% no-repeat rgba(0, 0, 0, 0.21);
    transform-origin: center;
}


.m-t-24{
    margin-top:24px;
}


#myModal2 a:hover{
    cursor:pointer;
}

.reports .upload-medical-record-link {
    text-decoration: none;
}


.valid_small_textbox {
    border-color: #5BBC2E;
}

.invalid_small_textbox {
    border-color: #dc3545;
}

