﻿body {
}
.dataTables_filter, .dataTables_info {
    display: none !important;
}
.form-group {
    margin-bottom: 1rem;
}
.table td, .table th {
    padding: 0.75rem;
}
.btn-secondary , .btn-secondary:hover {
    background-color: unset;
    border-color: unset;
}
.ml-0{
    margin-left:0 !important;
}
.mr-0 {
    right: 0 !important;
}
.btn-default {
    background-color: rgb(239, 239, 239);
}
.buttons-html5, .btn-create {
    background-color: transparent;
    color: #373737 !important;
    transition: all 0.4s ease;
    margin: 0;
    margin-bottom: 0.5em;
    border: 1.5px solid #373737
}
    .buttons-html5:hover, .btn-create:hover {
        color: white !important;
        background-color: #373737;
    }
    .btn-create{
        margin-left: 3.2em;
    }

#search {
    margin-left: 0.9em;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 5px 0;
    white-space: nowrap;
    justify-content: center;
}
.search-container {
    width: 400px;
    height: 40px;
    position: absolute;
    right: 1.9em;
    top: 15.3em;
}
.search-icon {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    right: 0.1em;
    top: 0.3em;
}

/* validation */

.validation-summary-valid ul, .validation-summary-errors ul {
    margin: 0 !important;
}

.validation-summary-valid {
    display: none !important;
}

.validation-summary-errors1 {
    display: block;
}


/*more changes*/
.bottom-search{
    top: 26.3em;
}
.table-wrapper{
    position: relative
}
.table-search{
    position: absolute;
    right: 2.1em;;
    top: 1em;
}
/*icons change*/

.icons .icon{
    cursor: pointer
}

.default{
    display: inline !important;
    width: 10px;
    top: 2px;
}

/*select*/
.select2-selection {
    height: calc(2.25rem + 2px) !important;
    padding: 0.2em 0.5em !important;
    background-color: #008dc9 !important;

}
.select2-selection__rendered {
    color: #fff !important;
}
.select2-selection__arrow{
    color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    left: 40%;
    top: 70%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}

/*table new styles*/
.icons{
    height: 20px;
}
.table td{
    color: #373737
}
.table th{
    font-size: 1em;
    text-align: center
}
.buttons-pdf{
    color: red !important;
    font-size: 2em;
}
.buttons-excel{
    color: green;
    font-size: 2em;
}
.buttons-pdf:hover {
    color: red !important;
}
.buttons-excel:hover{
    color: green !important;
}
.buttons-html5 {
    margin: 0.5em 0.5em;
    border-radius: 0 !important;
    transition: all 0.4s ease;
    border: none
}
    .buttons-html5:hover {
        background-color: transparent !important;
        border-radius: 25px !important;
        
    }
table tbody tr:nth-child(even) {
    background: #ddebf7;
}


/*bottom line for any span*/
.b-line{
    position: relative
}
.b-line:after{
    content: "";
    height: 1.5px;
    background-color: #373737;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*btns*/
.submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #f6a400;
    background-color: #f6a400;
    width: 200px;
    margin: 0.5em auto;
    transition: all 0.4s ease;
    color: white !important;
}
    .submit-btn:hover {
        background-color: transparent;
        color: #f6a400 !important
    }
.back {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #008dc9;
    background-color: #008dc9;
    width: 200px;
    margin: 0.5em auto;
    transition: all 0.4s ease;
    color: white !important;
}
.back:hover {
    background-color: transparent;
    color: #008dc9 !important
}

/*person*/
nav .status .name {
    font-size: 15px;
    padding-top: 0.7em
}
nav .status .position{
    font-size: 14px;
}
.flaw {
    color: #F7A001 !important;
}

/*main*/
main {
    margin-left: 0px;
    padding-left: 1em;
    padding-top: 5em;
}
.main-p {
    margin-left: 0px;
}
/*side bar*/
.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 0px 8px 20px;
}

/*------scroll bar---------------------*/
.sidebar-content::-webkit-scrollbar {
    width: 5px;
}

.sidebar-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidebar-content::-webkit-scrollbar-thumb {
    background-color: #008dc9;
    outline: 1px solid #008dc9;
}

/*summary button*/
.summary-btns {
    z-index: 999999999999999999999999999999999;
    position: relative;
    padding-top: 1em;
}

.filters {
    margin-top: -1.9em;
}

.table-search {
    right: 6%
}

main {
    transition: all 0s !important;
}




/*aggregated styles*/
th, td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    margin: 0 auto;
}

.main-aggregated h6, .main-aggregated h5 {
    font-family: Hurme-semi, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #008dc9;
}

.main-aggregated thead {
    background-color: white
}

.main-aggregated table tr:nth-child(odd) {
    background-color: white
}

.main-aggregated table tr:nth-child(even) {
    background-color: #f3f3f3
}

.main-aggregated table tbody td:nth-child(2) {
    background-color: #f30000
}

.main-aggregated {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .epi-grid {
        grid-template-columns: 1fr
    }

    .main-aggregated #myTab .nav-link {
        font-size: 1em;
    }
}

.main-aggregated input[type="file"] {
    height: 50px
}

.main-aggregated .btn-create {
    margin-left: 0;
}

.control-label {
    padding-bottom: 0.3em;
}


/*main sari*/
.main-sari {
    height: 130em !important
}

/**/
.progressbar {
    padding-left: 6em !important;
}

    .progressbar li {
        width: 30% !important;
    }

        .progressbar li span {
            margin-left: 0 !important;
        }

#progressbar li span {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    font-family: Hurme-regular,sans-serif;
    font-size: 10px;
    text-align: center;
    color: #a4a4a4;
}

@media only screen and (max-width: 1400px) {
    #progressbar li span {
        font-size: 7px;
        margin-left: -5%;
    }
}

@media only screen and (max-width: 740px) {
    #progressbar li span {
        display: none
    }
}

/*navbar fixes*/
@media only screen and (max-width: 500px){
    #mynav .logo img {
        margin-top: 1em;
    }
}


.small-word{
    font-size: 14px;
}


@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 250px;
    }
    
}

.control-label{
    display: block
}
.user-name {
    font-size: 13px !important;
    padding-bottom: 0.5em;
    text-align: left;
}
.user-role {
    text-align: left;
    padding-bottom: 0.5em
}
.user-status {
    text-align: left;
}
.check-label{
    display: inline
}
.save {
    background: none;
    border: none;
    cursor: pointer;
    outline: 0;
    transition: all 0.5s ease;
}
.btn-create:hover .save{
    color: white;
}
.table-over {
    overflow-x: auto !important
}

/*nav adjusting*/
@media only screen and (max-width:700px){
    .page-wrapper .page-content > div {
        padding: 20px 0px;
    }
}


/*configurations*/
.title {
    font-size: 3em;
    font-family: 'Hurme-bold';
    text-align: center;
    padding: 0;
    padding-top: 0 ;
    margin-bottom:0.5em;
}

.sub-title {
    font-size: 2em;
    font-family: 'Hurme-regular';
    text-align: center;
    padding-bottom: 0.5em;
}

main {
    position: relative
}

.back-btn {
    color: #373737;
    text-decoration: none !important;
    font-size: 3em;
    position: absolute;
    top: 0.6em;
    left: 1em;
    transition: all 0.5s ease;
}

    .back-btn:hover {
        color: black
    }

    .back-btn i {
        transition: all 0.5s ease
    }

    .back-btn:hover i {
        transform: rotate(-360deg)
    }

@media only screen and (max-width: 1235px) {
    .title {
        font-size: 2em;
    }

    .sub-title {
        font-size: 1em;
    }

    .back-btn {
        font-size: 2em;
        top: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    #mynav .status {
        padding-right: 1em;
        padding-top: 0.8em;
    }

    .btn-create {
        margin-left: 1em;
    }
}

@media only screen and (max-width: 600px) {
    .search-container {
        width: 50%;
        height: 30px;
        top: 1.2em;
    }

        .search-container img {
            width: 20px;
            height: 20px;
            top: 0.5em;
        }
}

@media only screen and (max-width: 500px) {
    .search-container img {
        display: none
    }
}

@media only screen and (max-width: 550px) {
    .back-btn {
        top: 0em;
        left: 0em;
    }
}

.table-wrapper {
    overflow-x: auto
}
/*Mains*/
@media only screen and (max-width: 1320px) {
    .age-main {
        height: 50em !important;
    }
}


/*Upload btns*/
.upload-btn {
    margin-top: 2.4em;
}
.main-aggregated table tbody td {
    padding: 0.5em 0 !important;
}

.green {
    color: orange;
}

.btn-create:hover .green {
    color: white
}

.main-aggregated {
    margin-top: 0em;
}

#aggregated-table_wrapper {
    overflow-x: auto
}

    #aggregated-table_wrapper table {
        width: 100% !important;
        margin: 0 auto;
    }

fieldset input[type="checkbox"]{
    display: none !important;
}

.orange-fckin-btn {
    width: 40%;
    font-family: Hurme-semi,sans-serif;
    background: #f6a400;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 0.1em;
    transition: all 0.4s ease;
    margin-right: 5%
}
.orange-fckin-btn:hover{
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f6a400;
}
#msform .action-button{
    width: 40%;
    margin-right: 5%
}
.validation-summary-errors {
    background-color: red !important;
    color: white !important;
    width: 40%;
    margin: 1em auto;
}
.validation-summary-errors li{
    line-height: 1.5em;
    font-family: hurme-semi;
    letter-spacing: 1px;
    text-align: left
}
    .validation-summary-errors li:before {
        font-family: FontAwesome;
        content: '\f071';
    }
    /*.validation-summary-errors li:after {
        font-family: FontAwesome;
        content: '\f071';
    }*/

.table{
    width: 100% !important;
}
.dataTables_wrapper {
    overflow-x: auto;
}
#ili-table_wrapper {
    padding: 0px 40px;
}
.buttons-excel, .buttons-html5{
    margin: 0 !important;
    padding: 0
}
.dataTables_wrapper::-webkit-scrollbar {
    width: 1em !important;
}

    .dataTables_wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .dataTables_wrapper::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
.pregy{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%
}
.blue-text {
    color: #008dc9 !important;
    transition: all 0.5s ease
}
.action-button:hover .blue-text{
    color: white !important
}
h2 {
    padding: 1em 0em 0.5em 0;
}
.grey-check {
    display: block !important;
    filter: grayscale(100%);
}

input[type=checkbox]:checked + .custom-check img {
    filter: grayscale(0%);
}
.filter-margin{
    margin: 0 auto;
    width: 70%
}
.table td {
    font-size: 1em;
}
.table-btn {
    font-size: 10px;
    padding: 0.5em;
}
.icony{
    text-decoration: none !important;
}
.icony-delete {
    color: red !important;
}
.icony-details {
    color: #008dc9 !important;
}
.icony-edit {
    color: #F7A201 !important;
}
.icony-search {
    color: #373737 !important;
}
.icony{
    box-shadow: none
}
    /*.icony:hover .icon {
        width: 150px !important;
    }*/
.icony .inform{
    display: none;
    padding-left: 0.2em;
}
/*.icony:hover .inform{
    display: inline-block
}*/
.main-aggregated table tbody td {
    padding: 0.4em 0 !important;
}
    .main-aggregated table tbody td .form-control{
        height: 30px;
        width: 80% !important;
        margin: 0 auto;
    }
.table-search {
    top: 0em;
}
.filters {
    margin-top: -1.5em;
}
.buttons-html5{
    margin: 0 0.2em !important;
}
.matrix h6{
    font-size: 13px !important
}
@media print {

    html, body , main{
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}

    .types .grid4{
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
.type-head p{
    font-size: 1.5em;
}
.specimen-main{
    height: 85em !important
}
#virsuesSelect{
    width: 200px !important;
}
/*.select2-container--default{
    width: 200px !important;
}*/
input:disabled {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
input:disabled:hover{
    color: #fff !important
}
input[type="search"]:disabled {
    background: none !important;
}
.prog #progressbar li {
    width: 50%;
}
.epi, .navs-wrapper{
    width: 100% !important;
}

.sub-menu-title{
    color: white;
    font-size: 1.3em;
}
.dash-filters{
    display:none;
    margin-bottom: 6em !important;
}
.filter-dash:focus{
    outline: none !important;
    box-shadow: none;
}
.filter-dash {
    position: relative;
    z-index: 3;
    width: 10%;
    margin: 0 45% !important;
    transition: all 0.4s ease;
    color: cornflowerblue !important;
    border-color: cornflowerblue;
}
.filter-dash:hover {
    background-color: cornflowerblue;
    color: white !important
}
    .data-disp {
        margin-top: -110px !important;
        position: relative;
    }
.bar-left {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: 2;
    width: 50px;
    background-color: white
}
.bar-right {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    z-index: 2;
    width: 45px;
    background-color: white
}
.main-summary .doctor {
    top: -100px;
    left: -400px
}
@media only screen and (max-width: 1400px) {
    .main-summary .doctor {
        top: -100px;
        left: -300px;
        height: 600px;
        width: 600px
    }
}

/*positive container*/
.positive-container{
    margin-top: 0em;
}
.card{
    height: 150px;
    background-color: white;
    margin: 1em;
}
    .card:nth-child(odd) {
        background-image: url(../assets/images/rec-orange.jpg);
        background-size: 150% 140%;
        background-position: center -7px;
        background-repeat: no-repeat
    }
    .card:nth-child(even) {
        background-image: url(../assets/images/rec-blue.jpg);
        background-size: 150% 140%;
        background-position: center -7px;
        background-repeat: no-repeat
    }
.week-no,.week-info{
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items:center;
    box-sizing: border-box;
    padding-top: 0.5em
}
.week-no p{
    font-size: 2em;
    color: white;
    font-family: Hurme-bold;
}
.week-no h5{
    position: relative;
    right: 14px
}
.week-info {
    align-items: flex-end;
}
    .week-info p {
        font-size: 4em;
        color: #373737;
        font-family: Hurme-bold;
        padding-top: 0.3em;
        text-align:center
    }
.userName {
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center
}
@media only screen and (max-width: 1400px) {
    .week-info p {
        font-size: 2.5em;
        padding-top: 0.7em;
    }

    .week-info h5 {
        font-size: 1.3em;
        text-align: center;
    }
}
    @media only screen and (max-width: 1040px) {
        .week-info p {
            font-size: 2em;
            padding-top: 1em;
        }

        .week-info h5 {
            font-size: 14px;
            text-align: center;
        }
    }

    @media only screen and (max-width: 768px) {
        .card {
            margin: 1em 3em;
        }
    }


    /*#reportcontainer{
    display: none
}*/
    .select2-selection {
        height: auto !important;
        background-color: #008dc9 !important;
        min-height: calc(2.25rem + 2px) !important;
    }

    .main-aggregated table tbody td .form-control {
        height: 30px;
        width: 100% !important;
        margin: 0 auto;
    }

    .sidebar-wrapper .sidebar-header .user-pic {
        height: 60px
    }

    .main-profile .user-pic {
        object-fit: cover
    }

    .left-back {
        right: 1em !important;
        left: unset;
        font-size: 2.8em;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        color: #f6a400;
        padding: 0.3em;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: white
    }

    .select2-container {
        width: 100% !important;
    }

    .card .week-info .data {
        width: 100% !important;
    }

    @media only screen and (max-width: 1320px) {
        main {
            height: auto !important;
        }
    }

    .sync-main .row {
        background-color: white;
    }

    .sync-main .col-md-3, .sync-main .col-md-2, .sync-main .col-md-1 {
        border: 1px solid rgba(0,0,0,0.3)
    }

    .sync-button {
        -webkit-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.45);
        -moz-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.45);
        box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.45);
        transition: all 0.5s ease;
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

        .sync-button:hover {
            width: 100px
        }

    .flex-main {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 3em;
    }
.sync-rotation {
    animation: syncRotation 0.8s infinite linear;
}
    @keyframes syncRotation{
        0%{}
        100%{transform: rotate(360deg)}
    }
.disable-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    z-index: 9999999999999999999;
    display: none;
}
.active-link {
    color: #f6a400 !important;
}
.tool {
    position: absolute;
    right: -25%;
    top: 6% !important;
    width: 50%;
}

.em-intro{

    font-size:12px;
    line-height:17px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.main-sign-up h2 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.cancel{
    color: red !important;
    border-color: red !important;
    background: none
}
.cancel:hover {
    background-color: red;
    color: white !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: black !important;
}
.cancel-case {
    position: absolute;
    right: 1em;
    top: 1em;
    color: white;
    text-decoration: none !important;
    /*background-color: #fc2255;*/
    border-radius: 20px;
    padding: 0.3em 0.5em;
    color: #fc2255;
    border: 1px solid #fc2255;
    transition: all 0.4s ease;
    /*width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
    .cancel-case:hover {
        color: white;
        text-decoration: none !important;
        background-color: #fc2255;
    }


/*footer*/
footer {
    margin: 0;
    height: 100%;
    padding: 1em 0;
    z-index: 5;
    position: relative;
    background-color: #008dca
}
footer .footer-logo {
    width: 40%;
    margin-bottom: 1em;
}
.socials{
    display: flex;
    justify-content: start;
    align-items: center;
}
footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 9px;
    font-size: 1.5em;
    transition: all 1s ease;
    text-decoration: none;
}
    .face-blue {
        background-color: #3B5998
    }
    .face-blue:hover {
        background-color: white;
        color: #3B5998
    }

.twitter-blue {
    background-color: #38A1F3
}
.twitter-blue:hover {
        background-color: white;
        color: #38A1F3
    }
.youtube-red {
    background-color: #ff0000;
}
.youtube-red:hover {
    color: #ff0000;
    background-color: white
}

.web-white {
    background-color: #fff;
}
    .web-white:hover {
        color: #008dca;
        background-color: white
    }

footer p a {
    color: white;
    line-height: 1.5em;
    position: relative;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
footer p a:hover{
    color: white
}
    footer p.footer-header {
        color: white;
        padding-bottom: 0.8em;
    }
footer p a:after {
    content: "";
    background-color: white;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.4s ease;
}
footer p a:hover:after {
    width: 100%
}
    /*make footer sticky*/
/*.page-wrapper:after {
        content: "";
        display: block;
        height: 180px;
    }*/
.page-wrapper {
    /*margin-bottom: -180px;*/
    min-height: 100%;
    overflow-y: hidden;
}

@media only screen and (max-width: 1180px){
    footer .footer-logo {
        width: 60%;
        margin-bottom: 1em;
    }

    footer .socials a {
        font-size: 1em;
    }
}
@media only screen and (max-width: 768px) {
    footer .footer-logo {
        width: 40%;
        display: block;
        margin: 1em auto;
    }
    footer{
        height: auto
    }
    footer p.footer-header{
        padding-top: 1.5em;
    }
}
.main-summary .doctor{
    transition: all 0.4s ease;
}
/*summary bug fix*/
@media only screen and (max-width: 1100px) {
    .main-summary .doctor {
        top: -100px;
        left: -300px;
        height: 500px;
        width: 500px;
    }
}

/*changes in status menu*/
.status-menu .status-header {
    background-color: #008DCA;
    font-size: 12px

}
    .status-menu .status-header li {
        font-size: 12px;
        padding: 0.2em 0em;
        color: white
    }
    .status-menu .status-header:hover {
        background-color: #008DCA;
    }
    .status-menu .status-header li:hover {
        background-color: #008DCA;
    }
    .status-menu li {
        border-bottom: 0.5px solid rgba(0,141,202,0.8);
    }
.status-menu .last-li {
    border-bottom: none;
    border-radius: 0px 0px 10px 10px
}
#progressbar li{
    cursor: pointer
}
html {
    background-color: #008dca !important;
}
.dt-buttons button {
    background: none
}
.datepicker-days table tbody td {
    padding: 0.4em 0;
    font-size: 14px;
}
.datepicker-days table thead th {
     font-family: Hurme-semi, sans-serif;
    font-size: 14px;
     font-weight: 400; 
     text-align: center;
    color: #ffffff;
    padding: 1em 0;
}
.datepicker-days .clear {
    display: block !important;
    text-align: center;
    width: 100%;
    position: relative;
    left: 170%;
}


/*overriding styles*/
h2 {
    padding: 0;
}
.main-summary .your-report {
    padding: 0;
    margin-top: 0.5em;
}
    .main-summary .your-report .report-title{
        margin-bottom: 0
    }
.main-summary h2{
    padding-bottom: 0.3em
}

/*div[flashes]{
    background-color: aqua;
}*/