﻿
.box-body label {
margin: 0;
}

input[type="radio"] {
margin: 0px !important;
}

.form-group div {
padding: 0;
}

.form-group div:first-child {
    padding-top: 4px;
}


.box-body .form-group input[type='text'] {
border-radius: 4px;
font-size: 12px;
padding: 5px !important;
height: 28px;
}

.box-body .form-group input[type='email'] {
border-radius: 4px;
font-size: 12px;
padding: 5px !important;
height: 28px;
}

.box-body .form-group select {
border-radius: 4px;
font-size: 12px;
padding: 5px !important;
height: 28px;
}

.box-body .form-group textarea {
border-radius: 4px;
padding: 5px !important;
font-size: 12px;
}

.box-header h3 {
color: #007be4;
font-weight: bold;
font-size: 15px !important;
}


.box-header.with-border {
border: none;
}

.box-body input[type="text"], .box-body select, .box-body textarea {
border-radius: 4px;
padding: 6px !important;
}

.box-header.with-border .form-group {
margin: 0;
padding: 0;
}

.box.box-solid.margin_Top {
margin: 0;
}

.textarea-control {
margin-left: 18px;
}


.box-header .radio {
margin-top: 0px;
}

.radio input[type="radio"] + label {
color: grey;
position: relative;
}

.radio input[type="radio"] + label::before { /* Outer Circle of radio button */
    border: 1px solid grey;
    content: ' ';
    display: inline-block;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    transition: border 0.15s ease-in-out;
    margin-bottom: -3px;
}

.radio input[type="radio"] + label::after { /* Inner Circle of radio button */
    border: 0px solid orange;
    content: ' ';
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 23px;
    top: 4px;
    transition: border 0.15s ease-in-out;
}

input[type="radio"] {

}


.box-header .btn:hover {
background: transparent !important;
}

/* When button is active */
.radio input[type="radio"]:checked + label::after {
background: #007be4;
}

.radio input[type="radio"]:checked + label::before {
border-color: #007be4;
}

.radio input[type="radio"]:checked + label {
color: #000;
}

.box.box-solid.margin_Top {
border: 0;
border-left: 5px solid #b9defe;
}

.box.box-solid.margin_Top:hover {
    background: #fff;
}

.box-header .btn:hover {
background: #007be4 !important;
}

.box-body:hover {
box-shadow: 4px 10px 5px 0px rgba(199,199,199,0.75);
-webkit-box-shadow: 4px 10px 5px 0px rgba(199,199,199,0.75);
-moz-box-shadow: 4px 10px 5px 0px rgba(199,199,199,0.75);
}

.insurance {
text-align: right;
}

body.skin-blue.sidebar-mini.sidebar-collapse {
background: #222d32;
}

input#ContentPlaceHolder1_txtAccountNo {
border-radius: 5px;
border: 1px solid #ccc;
padding: 5px;
}

.uhid-modal .modal-dialog {
display: table;
top: 0;
bottom: 0;
position: absolute;
left: 0;
right: 0;
margin: auto;
transform: inherit !important;
-webkit-transform: inherit !important;
}


a#btnSearchPatient {
min-height: 30px !important;
line-height: 24px;
}

div#monitor_data {
width: 98%;
margin: auto;
background: #fff !important;
border-radius: 2px;
box-shadow: 0 0 10px #ccc;
color: #fff;
margin-top: 10px;
}

#tablePatientdtl th {
white-space: nowrap;
font-size: 12px;
}

.mbtm5 {
margin-bottom: 5px;
}

span#ContentPlaceHolder1_lblfacility {
display: inline-block;
padding: 4px 0;
}

label#lblUHID {
color: #367fa9;
}

input#ContentPlaceHolder1_txtAccountNo {
border-radius: 5px 0 0 5px;
}

input#ContentPlaceHolder1_txtAccountNo:focus {
    outline: 0;
}

a#btnSearchPatient {
position: absolute;
border-radius: 0 5px 5px 0 !important;
margin-top: 1px;
}


.dataTables_scroll .table th, .dataTables_scroll td { font-size: 12px;}


.sidebar-mini.sidebar-collapse .main-sidebar { width: 0 !important ;}
.sidebar-mini.sidebar-collapse .main-header .logo  { width: 0 !important; padding: 0;}
.sidebar-mini.sidebar-collapse .main-header .navbar { margin-left: 0;}
body.skin-blue.sidebar-mini.sidebar-collapse .content-wrapper { margin-left: 0 !important;}

.box.box-solid .box-body .form-group { margin-bottom: 15px;}

@media screen and (max-width: 1921px) and (min-width: 1920px) {
    .hidden-kiosk {
        display: none;
    }
}

@media screen and (max-width: 1081px) and (min-width: 1080px) {
    .hidden-kiosk {
        display: none;
    }
}


@media screen and (max-width: 1920px) and (min-width: 1025px) {
    .col-lg-3:nth-child(5), .col-lg-3:nth-child(9), .col-lg-3:nth-child(13) {
        clear: both;
    }
}


@media screen and (max-width: 1024px) {
    div#patientlistModel .modal-dialog {  width: 98%;}

@media screen and (max-width: 768px) {
    .radio label {
        padding-left: 0;
    }

    .radio input[type="radio"] + label::after {
        left: 3px;
    }

    table#ContentPlaceHolder1_rdoPayertype {
        width: 100%;
    }

    div#patientlistModel .modal-body {
        height: 80vh;
        overflow-y: auto;
    }

    .table-responsive {
        width: 90vw;
    }
}


@media screen and (max-width: 767px) {
    input#ContentPlaceHolder1_txtAccountNo {
        width: 85% !important;
        padding: 5px;
    }

    table#ContentPlaceHolder1_rdoPayertype {
        width: 100%;
    }

        table#ContentPlaceHolder1_rdoPayertype td {
            display: block;
            vertical-align: middle;
        }

    .mobile-center {
        text-align: center;
        padding-top: 15px;
    }

    table#ContentPlaceHolder1_rdoPayertype {
        margin-top: 10px;
    }

        table#ContentPlaceHolder1_rdoPayertype td {
            width: 33.333%;
            display: inline-block;
        }
}

@media screen and (max-width: 1024px) {
    .box-header .radio {
        /*margin-top: 10px;*/
    }

    .form-group {
        line-height: 2em;
    }

    .box-body {
        padding: 0;
    }

    .textarea-control {
        margin-left: 0;
    }

    .radio input[type="radio"] + label::after {
        top: 4px;
    }


    /*.ipad-wrap {
    clear: both;
}*/

    .radio label {
        padding-left: 0;
    }

    .radio input[type="radio"] + label::after {
        left: 3px;
    }

    table#ContentPlaceHolder1_rdoPayertype {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
    .mobile-center {
        width: 100%;
        padding: 0 15px;
        margin: 5px auto;
    }

    .insurance {
        text-align: left;
    }

    .box.box-solid {
        box-shadow: none;
    }

    .uhid-modal .modal-dialog {
        width: 98%;
    }
}


@media screen and (max-width: 480px) {

    table#ContentPlaceHolder1_rdoPayertype {
        width: 100% !important;
    }

        table#ContentPlaceHolder1_rdoPayertype td {
            width: 100%;
            margin-bottom: 10px;
        }

    .box-header.with-border.row {
        padding-bottom: 0;
    }

    input#ContentPlaceHolder1_txtAccountNo { width: 78% !important;}

}



