.panel .ui-state-error {
    border: none;
}

.form-control {
    height: 28px;
    padding: 2px 8px !important;
}

.btn-primary {
    margin-top: 4px;
    padding: 4px 10px;
}

.btn-red {
    margin-top: 4px;
    padding: 4px 10px;
}

caption.btn-primary {
    padding: 2px 10px;
}

.btn-lg {
    font-size: 12px;
}

/*body {
    font-size: 12px;
}*/

.navbar-inverse .navbar-nav > li > a {
    padding: 2px 8px;
}

/*.navbar {
    padding: 0px 0 0;
}*/

.navbar-nav > li {
    margin-left: 20px;
    padding-bottom: 14px;
}

.dropdown-menu {
    font-size: 12px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 5px 10px; /*border-bottom: 1px solid #424242;*/
}

/*#footer {
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 10px;   
}*/

.navbar-nav > li {
    padding-bottom: 4px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 8px;
}

.panel-body {
    padding: 10px 10px 8px;
}

#reactiveSection .btn {
    margin-top: 4px;
    padding: 4px 10px;
    border: none;
}

.whitespacewrap-nonmobile {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .whitespacewrap-nonmobile {
        white-space: inherit;
    }
}

@media screen {
    .printvisbile {
        display: none;
    }

    .printhidden {
    }
}

@media print {
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        float: left !important;
        padding: 0px !important;
        margin: 0px !important;
        word-spacing: 1px !important;
        letter-spacing: 0.2px !important; /*height:2800px;*/
    }

    .printvisbile {
        width: 100%;
        clear: both;
        float: none;
        height: auto;
    }

    .printhidden {
        display: none;
        visibility: hidden !important;
        height: 0px !important;
        width: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: none;
        float: left !important;
    }

    table, tr, td {
        margin: 0px !important;
        padding: 0px !important;
    }


    #keyBoardContainer {
        display: none;
    }

    #sidebar1 {
        display: none;
    }

    .twoColHybLtHdr #mainContent {
        margin: 15px 10px 0 15px;
    }

    #selectdrop {
        display: none;
    }

    .page-break {
        display: block;
        clear: both;
        page-break-before: always;
    }
}


img.zoompic {
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

img.zoompic {
    z-index: 999;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

    img.zoompic:hover {
        transform: scale(5);
    }

.table-one-liner > thead > tr > th, .table-one-liner > tbody > tr > td,
.table-one-liner > tr > th, .table-one-liner > tr > td {
    white-space: nowrap;
}


.mcampusautocomplete ~ .McampusHelp {
    position: absolute;
    right: 16px;
    top: 5px;
    cursor: pointer;
}

    .mcampusautocomplete ~ .McampusHelp .McampusHelpPopUp {
        left: -150px;
    }
/* Added on 27-05-2020*/


.label-warning {
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    background-color: #f39c12 !important;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #c52d2f;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

    .box .nav-stacked > li:last-of-type {
        border-bottom: none;
    }

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0px;
}

    .box.box-solid > .box-header .btn.btn-default {
        background: transparent;
    }

    .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
        background: rgba(0,0,0,0.1) !important;
    }

    .box.box-solid.box-default {
        border: 1px solid #d2d6de;
    }

        .box.box-solid.box-default > .box-header {
            color: #444;
            background: #d2d6de;
            background-color: #d2d6de;
        }

            .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
                color: #444;
            }

    .box.box-solid.box-primary {
        border: 1px solid #3c8dbc;
    }

        .box.box-solid.box-primary > .box-header {
            color: #fff;
            background: #3c8dbc;
            background-color: #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
                color: #fff;
            }

    .box.box-solid.box-info {
        border: 1px solid #00c0ef;
    }

        .box.box-solid.box-info > .box-header {
            color: #fff;
            background: #00c0ef;
            background-color: #00c0ef;
        }

            .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
                color: #fff;
            }

    .box.box-solid.box-danger {
        border: 1px solid #c52d2f;
    }

        .box.box-solid.box-danger > .box-header {
            color: #fff;
            background: #c52d2f !important;
            background-color: #c52d2f !important;
        }

            .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
                color: #fff;
            }

    .box.box-solid.box-warning {
        border: 1px solid #f39c12;
    }

        .box.box-solid.box-warning > .box-header {
            color: #fff;
            background: #f39c12;
            background-color: #f39c12;
        }

            .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
                color: #fff;
            }

    .box.box-solid.box-success {
        border: 1px solid #00a65a;
    }

        .box.box-solid.box-success > .box-header {
            color: #fff;
            background: #00a65a;
            background-color: #00a65a;
        }

            .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
                color: #fff;
            }

    .box.box-solid > .box-header > .box-tools .btn {
        border: 0;
        box-shadow: none;
    }

    .box.box-solid[class*='bg'] > .box-header {
        color: #fff;
    }

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

    .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

    .box .overlay.dark, .overlay-wrapper .overlay.dark {
        background: rgba(0,0,0,0.5);
    }

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

/*.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}*/

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    box-shadow: none !important;
    color: #97a0b3;
}

    .open .btn-box-tool, .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool:active {
        outline: none !important;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

/*Dashboard*/
.dashboard-icon {
    float: left;
    text-align: center;
    height: 175px;
    position: relative;
}

.dashboard-icon-title {
    text-align: center !important;
    font-weight: 600 !important;
    text-align: center;
    position: absolute;
    top: 150px;
    width: 85% !important;
    vertical-align: top;
    text-shadow: 1px 0px #d4d4d4;
}

.dashboard-icon-anchor {
    text-align: center;
}

.dashboard-icon-image {
    border-radius: 4px !important;
    padding: 2mm !important;
    box-shadow: 0 1px 3px rgb(187, 187, 187), 0 1px 2px rgba(0, 0, 0, 0.50);
    height: 145px;
}

    .dashboard-icon-image:hover {
        box-shadow: 0 2px 5px rgb(187, 187, 187), 0 2px 3px rgba(0, 0, 0, 0.90);
    }

.iconfill {
    fill: #f39c12 !important;
}

.no-padding {
    padding: 0px !important;
}
.ui-dialog {z-index:1;}
.displaynone {display:none !important;}
.displayhidden{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow:hidden !important;
    float:left !important;
    opacity:0 !important;
    z-index:-1 !important;
    margin-left:-9999px !important;
    display:inherit !important;
    visibility:inherit !important;
}

select {
    color: black;
}