﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.bootstrap-switch {
    width: 110px;
}

/*Prevent poor formatting with |'s between the Edit/Detail/Delete text*/
@media (min-width: 501px) {
    .crudList a:nth-of-type(1)::after, .crudList a:nth-of-type(2)::after {
        content: " |";
    }
}

.crudList a:last-of-type::after {
    content: "";
}

@media (max-width: 500px) {
    .crudList a::after {
        white-space: pre-wrap;
        content: "\A";
    }
}

a.action-btn {
    height: 100%;
    width: 100%;
    line-height: 40px;
}

#content-header h2.publishDate,
#content-header h3.publishDate {
    position: relative;
    left: 20px;
    margin: 0;
    color: #fff;
    line-height: 96px;
    letter-spacing: -2px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

#content-header .account-Info {
    position: relative;
    left: 20px;
    margin: 0;
    color: #fff;
    line-height: 30px;
    /*letter-spacing: -2px;*/
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

.account-scenario-info {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    #content-header h2.publishDate,
    #content-header h3.publishDate {
        line-height: 48px;
    }

    .account-scenario-info {
        margin-top: 0px;
    }

    #content-header h2.publishDate,
    #content-header h3.publishDate {
        left: 0px;
    }

    #content-header .account-Info {
        left: 0px;
    }
}

.no-left-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.no-left-right-margin {
    margin-left:0px;
    margin-right:0px;
}
.btnSelected,
.btnSelected:focus,
.btnSelected:active {
    color: white;
    background-color: #545E9D;
}

#site-logo img.logo {
    width: 200px;
}

@media (min-width:1025px) and (max-width: 1224px) {
    /*#content {
        margin-left: 15%;
    }

    #sidebar {
        width: 15%;
    }

    #main-nav {
        width: 100%;
    }

        #main-nav > li > a {
            padding-left: 3px;
        }

            #main-nav > li > a i {
                margin-right: 2px;
            }

    #site-logo {
        left: 0px;
    }

        #site-logo img.logo {
            width: 150px;
        }

    .navigation-center .nav button.btn {
        padding-left: 0px;
        padding-right: 0px;
    }*/
}



@media (min-width:1024px) and (max-width: 1072px) {
    .calculator-topbar {
        width: 99%;
        /*top: -70px;*/
    }
    /*.navigation-center {
        width:98%;
    }*/
    /*.navigation-arrow-left {
        padding-left: 0px;
    }

    .navigation-arrow-right {
        padding-right: 0px;
    }*/
}

.overridePriceEnabledCheckbox > input[type="checkbox"] {
    /*transform: scale(1.4);
    top: 3px;
    margin:5px;*/
    margin-top: 6px;
}

.leftOverridePriceCheckbox, .rightOverridePriceCheckbox, .overridePresentationPriceEnabledCheckbox {
    height: 18px;
}

#side-minifyBtn {
    display: none;
}

.sidebar-minify-btn {
    width: initial !important;
    margin: 10px 0;
    float: right;
    padding: 5px 20px 5px 10px !important;
    background: #515ba1;
    color: #fff;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

    /*.sidebar .nav > li > a i {
    float: left;
    margin-right: 15px;
    width: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}*/

    .sidebar-minify-btn i {
        margin: 0 !important;
        color: #fff !important;
    }

@media (min-width:1024px) {
    #side-minifyBtn {
        display: list-item;
    }

    #content {
        margin-left: 55px;
    }

    #sidebar {
        width: 55px;
        z-index: 19;
    }

    #main-nav {
        width: 55px;
    }

    #header {
        height: 80px;
    }

    #site-logo {
        left: 0px;
        top: 0px;
    }

    .navbar-nav > li > a {
        line-height: 25px;
    }

    #main-nav > li > a span {
        display: none;
    }

    .side-panel-closed {
        width: 55px!important;
    }

    .side-panel-open {
        width: 240px!important;
    }

    .side-panel-closed-margin {
        margin-left: 55px!important;
    }

    .side-panel-open-margin {
        margin-left: 240px!important;
    }

    .side-panel-open-site-logo {
        top: 15px!important;
        left: 15px!important;
    }

    .side-panel-closed-site-logo {
        top: 0!important;
        left: 0!important;
    }
}

/*html {
    position: relative;
    min-height: 100%;
}*/

/*body {
    margin: 0 0 100px;
    bottom:50px;
}

footer {    
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}*/

.form-control-no-width {
    display: block;    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-no-width[disabled], .form-control-no-width[readonly], fieldset[disabled] .form-control-no-width {
    cursor: not-allowed;
    background-color: #eee;
}
/*.overridePresentationPriceEnabledContainer .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    min-height:0px;
}*/

.not-visible {
    visibility:hidden!important;
}

.visible {
    visibility: visible !important;
}


table.table thead .sorting {
    background: url('/Theme/js/plugins/datatables/img/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url('/Theme/js/plugins/datatables/img/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('/Theme/js/plugins/datatables/img/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: url('/Theme/js/plugins/datatables/img/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url('/Theme/js/plugins/datatables/img/sort_desc_disabled.png') no-repeat center right;
}


@media (min-width:992px) and (max-width:1300px) 
{
    /*.scenarioVaccineName {
        text-align: center;
    }*/
    #scenarioForm .scenarioVaccineName {
        font-size: 12px;
    }
    #scenarioForm .fa.fa-circle, #scenarioForm .fa.fa-circle-o {
        font-size: 12px;
    }
}
@media (max-width: 992px)
{

    #content-container .vaccines-row-container .row > div {
        margin-bottom: 5px;
    }
}


/*.vaccine-product-row {
    display: flex;
}*/

@media (min-width:992px) /*and (max-width: 1224px) */
{
    #scenarioForm .vaccines-row-container [class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }
    #scenarioForm .vaccines-row-container .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width:992px)
{   
    /*.vaccine-product-row {
        display: block;
    }*/
}