﻿.navbar-toggle {
    display: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

body {
    padding-bottom: 20px;
}

.shareimageIcon {
    padding: 4px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff !important;
    }

    #headerLogo {
        /*width: 70%;*/
        margin-top: 10px !important;
    }

    .shareImages {
        margin-top: 10px !important;
    }

    .toggleMginLeft {
        margin-left: 0;
    }

    .toggleFormGroup {
        margin-left: -2%;
    }

    .rolesDiv {
        margin-left: 5px;
    }

    .textMarginDIv {
        margin-left: 5px;
    }

    #openShiftLogoDiv {
        display: none;
    }
    /*.openShift-action-bar {
        width: 95% !important;
    }*/
    #openCaseLogoDiv {
        display: none;
    }
}

@media(min-width: 768px) {
    #headerLogo {
        width: 100%;
    }

    .toggleMginLeft {
        margin-left: -7%;
    }

    .toggleFormGroup {
        margin-left: -3%;
    }

    .textMarginDIv {
        margin-left: -7%;
    }

    #openShiftLogoDiv {
        display: block;
    }

    #openShiftLogo {
        /*width: 100%;*/
        height: 170px;
    }

    #openCaseLogoDiv {
        display: block;
    }

    #openCaseLogo {
        /*width: 100%;*/
        height: 170px;
    }
}


@media(max-width: 990px) {
    .toggleFormGroup {
        margin-left: -2%;
    }

    .rolesDiv {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .adminDivLeft {
        margin-left: -3%;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 295%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 395%;
    }
}

@media (min-width: 1201px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 485%;
    }
}

@media (min-width: 479px) and (max-width: 767px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 1000%;
    }
}

@media (min-width: 340px) and (max-width: 399px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500%;
    }
}

@media (min-width: 400px) and (max-width: 419px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 650%;
    }
}

@media (min-width: 420px) and (max-width: 429px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 820%;
    }
}

@media (min-width: 430px) and (max-width: 520px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 850%;
    }
}

@media(max-width: 440px) {
    #headerLogo {
        width: 30%;
    }
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.toolbar {
    float: left;
}

.paginate_button {
    /*padding: 0 !important;
        margin: 0 !important;*/
    /*display: inline !important;*/
}
/*.paginate_button.previous:before {
    content: '← ';
}

.paginate_button.next:after {
    content: ' →';
}*/
.pagination {
    display: inline !important;
}

.leftMargin {
    margin-left: 10px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

.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: 10px;
        width: 10px;
        left: 4px;
        bottom: 5px;
        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(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        /*float: right !important;*/
        margin: 0;
    }
}

@media(min-width: 990px) and (max-width: 1198px) {
    .switchClass {
        width: 6% !important;
    }
}

@media(min-width: 1199px) {
    .switchClass {
        width: 5% !important;
    }
}

.cardHeader {
    /* margin-bottom: 0; */
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin: 10px 0 10px;
    margin-top: -10px;
}

.buttonSpace {
    margin-right: 7px;
}

.leftMarginOptOut {
    margin-left: 30px;
    cursor: text;
}
/*.tableBodyHeight {
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
}*/

footer {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #adv-search {
        /*width: 500px;*/
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            /*min-width: 742%;*/
        }

    .openShift-action-bar {
        width: inherit !important;
    }

    .openCase-action-bar {
        width: inherit !important;
    }
}

#adv-search {
    /*width: 80% !important;*/
    margin: 0 auto;
}

/*
.btn-radius {
    border-radius: 14px;
}*/

.navbar {
    min-height: 70px !important;
}

.navbar-nav {
    font-size: 14px !important;
}
tr.k-state-selected a {
    color: white;
}
tr.k-state-selected input[type="text"] {
    color: black;
}