﻿html {
    margin-left: calc(100vw - 100%);
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-menu {
    background-color: #080808;
    color: #9d9d9d;
}

.sub-menu a:hover {
    color: #ffffff;
}

.main-c {
    /*margin-left: 160px !important;*/
    padding: 30px !important;
    /*overflow-y:scroll !important;
    overflow-x:hidden !important;*/
}

.datatable-export_buttons {
    padding: 0px 0px 10px 0px
}

.img-responsive {
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 250px;
}
.content-group-xs {
    margin-bottom: 10px !important;
}

.content-group-sm {
    margin-bottom: 15px !important;
}

.content-group {
    margin-bottom: 20px !important;
}

.content-group-lg {
    margin-bottom: 30px !important;
}
.multi-select-full {
    height: 36px;
}

/* background color of menu dropdowns*/
.navbar-nav > li > .dropdown-menu {
    background-color: #c7d4eb !important;
}

.billing-detail-header {
    background-color: #c7d4eb !important
}

/*.billing-detail-header odd {
    background-color: #0a295e !important
}

.billing-detail-header even {
    background-color: #0a295e !important
}*/

.billing-detail-child {
    
}

.arxtransaction {
    font-weight: bold !important;
}

/* switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.ehrarxdark {
    color: #0a295e !important;
}

.ehrarxlight {
    color: #337ab7 !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* end switch */

/*.panel-custom {
    margin-bottom:5px !important;
    background-color:bisque !important;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/

    /*.textarea-full {
     width: 100%;
     -webkit-box-sizing: border-box;*/ /* Safari/Chrome, other WebKit */
     /*-moz-box-sizing: border-box;*/    /* Firefox, other Gecko */
     /*box-sizing: border-box;*/         /* Opera/IE 8+ */
/*}
@media screen and (min-width: 601px) {
    .site-text {
        font-size: 14px !important;
    }
}*/

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/*@media screen and (max-width: 600px) {
    .site-text {
        font-size: 8px !important;
    }
}*/



/*Applies colored navbar/logo to all views*/
a.navbar-brand {
    background: url(../Images/EHRArchiveExpress.png) no-repeat top left !important;
    display: block !important;
    padding: 10px !important;
    width: 100px !important;
    height: 50px !important;
    text-indent: -9999px !important; /* hides the link text */
}

.navbar-inverse {
    background-color: #0a295e !important;
    border-color: #080808 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #0a295e !important;
}

/* background color of datatable list*/
/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8f0fc !important;
}*/

/*Button Colors*/
#btnSearch, #btnSave, .btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0a295e !important;
    border-color: white !important;
    color: white !important;
}

/*H Elements*/
h3, h4 {
    font-weight: bold !important;
}

/*Scalable Form and Table Sizes for _Layout.cshtml*/
@media (min-width: 1px) {
    #RenderBodyId, div.container {
        width: 90% !important;
    }

    h4, h5, p, .table-responsive, label.formText, #btnSearch, #userTable_wrapper {
        font-size: 1em !important;
    }

    input.input-sm {
        font-size: 0.9em !important;
    }

    #navbarId, dl, #txtTwoFactorAuth {
        font-size: 1em !important;
    }
}

@media (min-width: 992px) {
    #RenderBodyId, div.container {
        width: 90% !important;
    }

    h4, h5, p, .table-responsive, label.formText, #btnSearch, #userTable_wrapper {
        font-size: 1em !important;
    }

    dl, input.input-sm, #txtTwoFactorAuth {
        font-size: 1em !important;
    }

    #navbarId {
        font-size: 1em !important;
    }
}

@media (min-width: 1200px) {
    #RenderBodyId, div.container {
        width: 90% !important;
    }

    h4, h5, p, .table-responsive, label.formText, #btnSearch, #userTable_wrapper {
        font-size: 1.05em !important;
    }

    dl, input.input-sm, #txtTwoFactorAuth {
        font-size: 1em !important;
    }

    #navbarId {
        font-size: 1em !important;
    }
}

@media (min-width: 1600px) {
    #RenderBodyId, div.container {
        width: 90% !important;
    }

    h4, h5, p, .table-responsive, label.formText, #btnSearch, #userTable_wrapper {
        font-size: 1.1em !important;
    }

    dl, #txtTwoFactorAuth {
        font-size: 1em !important;
    }

    #navbarId {
        font-size: 1em !important;
    }
}
/* 2560x1440 Screens
@media (min-width: 2400px) {
    #RenderBodyId {
        width: 80% !important;
    }
    h4, .table-responsive, label.formText, #btnSearch {
        font-size: 1.5em !important;
    }
    h5, input.input-sm {
        font-size: 1.2em !important;
    }
    #navbarId {
        font-size: 1.3em !important;
    }
}
*/