﻿body {
    padding-top: 0 !important;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    /*min-width:960px;*/
}

.top-buffer {
    margin-top: 20px;
}

.classYellow {
    background-color: yellow;
}

.classNone {
    background-color: none;
}
/* 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:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]),
select,
textarea {
    width: 100%;
}

.ajaxProcessing {
    display: none;
    position: fixed;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

    .ajaxProcessing p {
        margin-bottom: 0px;
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: italic;
}
/** Accordion Styles **/
#programsH4 {
    padding: 10px;
}

h4 small {
    margin-left: 10px !important;
}

.panel-heading {
    padding: 0px;
}

.panel-default > .panel-heading {
    background-color: #428bca;
    text-decoration: none;
    border-color: #428bca;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #fff;
    font-size: 19px;
    color: #fff !important;
    padding: 5px 20px;
    font-weight: bold;
}

.evenClass {
    background-color: #285780 !important;
}

    .evenClass a {
        color: white !important;
    }

        .evenClass a:hover {
            color: #42323a !important;
        }

.panel-title {
    font-weight: 700;
    color: white;
    font-family: "Segoe UI", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
}

    .panel-title a:hover {
        text-decoration: none !important;
        color: #42323a;
    }

    .panel-title a {
        text-decoration: none !important;
        color: white;
        padding: 10px;
        width: 100%;
        display: block;
    }
/*******************************/
/****** Override Styles *******/
/*.navbar > .container .navbar-brand {
        margin-left:-90px;
    }*/
.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #3276b1;
    border-bottom: 2px;
    border-bottom-color: #726e6e;
    border-bottom-style: solid;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    top: initial;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #726e6e;
    }

.nav.navbar-nav.navbar-right a:hover {
    text-decoration: underline;
    background: none;
}

/*.navbar.navbar-inverse.navbar-fixed-top {
    height:50px;
}*/

.navbar-brand {
    height: inherit;
}

.navbar-right {
    margin-right: inherit;
}

.navbar-collapse {
    background: #3276b1;
}
/***************************
    Jquery Toast Styling
***************************/

.jq-toast-single {
    font-size: 16px !important;
    font-weight: bold;
    color: #fff !important;
    /*background:#1c9d75 !important;*/
    text-align: center !important;
}

.close-jq-toast-single {
    font-size: 25px !important;
}

.jq-toast-wrap.bottom-right .panel-title {
    padding: 10px 15px;
    font-size: 20px;
}

.jq-toast-wrap.bottom-right .panel-body {
    padding: 15px;
    font-size: 20px;
    /*background:#ffffff;*/
    color: #66BA96;
}

.jq-toast-wrap.bottom-right .panel-heading {
    /*background:#1c9d75;*/
    color: #ffffff;
    text-align: center;
}

.jq-toast-wrap.bottom-right .close-jq-toast-single {
    color: #ffffff;
}

/***************************
    Time Stamp Info Styling
***************************/
.form-group.timeStampInfo {
    /*width: 280px;*/
    height: auto;
}

    .form-group.timeStampInfo.well {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .form-group.timeStampInfo > div {
        text-align: left;
        font-size: 9px;
        width: 100%;
    }

        .form-group.timeStampInfo > div div:last-child {
            text-align: left;
            padding: 0px;
        }

.timeStampInfoSmall {
    font-size: 8px;
}

    .timeStampInfoSmall > div {
        padding-left: 0px;
        padding-right: 0px;
    }

.form-group.timeStampInfoSmall {
    width: 230px;
    height: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}

    .form-group.timeStampInfoSmall > div {
        text-align: left;
        font-size: 10px;
        width: 100%;
        line-height: 10px
    }

        .form-group.timeStampInfoSmall > div div:last-child {
            text-align: left;
            padding: 0px;
            padding-bottom: 5px !important;
        }

footer {
    width: 100%;
    height: 60px;
    margin-top: 500px;
    text-align: center;
}

/*------------ Job Details ----------------*/
/*------------------------------------------*/
.create-btn {
    width: 20%;
    float: right;
}

.accordion {
    margin-top: 50px !important;
    margin-bottom: -300px;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}

    .accordion label {
        font-family: Arial, sans-serif;
        padding: 5px 20px;
        position: relative;
        display: block;
        height: 30px;
        cursor: pointer;
        color: #FFFFFF;
        line-height: 33px;
        font-size: 19px;
        background: #428bca;
        border: 1px solid #CCC;
    }

        .accordion label:hover {
            background: #285780;
        }

    .accordion input + label {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .accordion input:checked + label,
    .accordion input:checked + label:hover {
        background: #CDECC5;
        color: #3d7489;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    }

    .accordion input {
        display: none;
    }

    .accordion .article {
        background: rgb(255, 255, 255);
        overflow: hidden;
        height: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .accordion .article p {
            font-style: italic;
            color: #777;
            line-height: 23px;
            font-size: 14px;
            padding: 20px;
        }

    .accordion input:checked ~ .article {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .accordion input:checked ~ .article.ac-small {
            height: 300px;
            padding: 15px;
        }

    .accordion input {
        display: none;
    }

/***************************
    Bootstrap Modal Styling
***************************/
.modal-backdrop {
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;*/
    z-index: 0;
}
/***************************
    Time Stamp Info Styling
***************************/
.form-group.timeStampInfo {
    /*width: 280px;*/
    height: auto;
}

    .form-group.timeStampInfo.well {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .form-group.timeStampInfo > div {
        text-align: left;
        font-size: 9px;
        width: 100%;
    }

        .form-group.timeStampInfo > div div:last-child {
            text-align: left;
            padding: 0px;
        }

.timeStampInfoSmall {
    font-size: 8px;
}

    .timeStampInfoSmall > div {
        padding-left: 0px;
        padding-right: 0px;
    }

.form-group.timeStampInfoSmall {
    width: 230px;
    height: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}

    .form-group.timeStampInfoSmall > div {
        text-align: left;
        font-size: 10px;
        width: 100%;
        line-height: 10px
    }

        .form-group.timeStampInfoSmall > div div:last-child {
            text-align: left;
            padding: 0px;
            padding-bottom: 5px !important;
        }

footer {
    width: 100%;
    height: 60px;
    margin-top: 500px;
    text-align: center;
}

/***************************
    Bootstrap Modal Styling
***************************/
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
}

/* Kendo UI Bootstrap issues*/
/* reset everything to the default box model */

*,
:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* Kendo UI widgets copy the custom CSS classes of their originating <input> elements to the widget wrapper element. This results in an incorrect padding style applied to a widget element that should not have a padding*/
    .form-control.k-widget {
        padding: 0;
    }

.form-group .k-widget, .form-group .k-combobox {
    font-size: 16px;
    width: 100%;
}

.k-textbox > input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-combobox .k-input {
    font-size: 16px;
    width: 100%;
}

.k-list-content {
    font-size: 16px; /* Adjust the size as needed */
}

.k-datepicker {
    font-size: 16px; /* Adjust the size as needed */
}

/*------------------------------------*/
/*-------- Media Query Styles -------*/

/* ----------- iPhone 6+ ----------- */

@media (max-width: 764px) {
    /*body{
        font-size:1em;
    }
    .clientSearch{
        width:100% !important;
        margin-left:0;
        height:350px;
    }*/
    /*input{
        margin-left:130px;
        width:20% !important;
    }*/
    /*.table{
        width:25% !important;
    }*/
}


.badge {
    line-height: 25px;
}

.menuAddButton {
    position: absolute;
    right: 50px;
    padding: 0px 10px;
    color: #fff;
    z-index: 1;
    top: 7px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

    .menuAddButton > i:hover {
        color: #5bc0de;
    }

.menuPrintButton {
    position: absolute;
    right: 80px;
    padding: 0px 10px;
    color: #fff;
    z-index: 1;
    top: 7px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

    .menuPrintButton:hover {
        color: #5bc0de;
    }

.accordion > div > div {
    overflow-y: auto !important;
}

.accordion > div {
    position: relative;
}

.txtMultiLine {
    height: 200px !important;
}

/* added 12/3 */
/* MOBILE VERSION */
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        background-color: #3276b1;
    }
}

@media (max-width: 829px) {
    .navbar-header {
        float: none;
    }

    .container > .navbar-header, .container > .navbar-collapse {
        width: 100%;
        margin-left: 0px;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-nav, .navbar-collapse {
        margin: 0px;
        padding: 0px;
        float: none;
        border-top: 1px solid #555;
    }

    form .navbar-nav, .navbar-collapse {
        border-top: none;
    }

    form .nav > li {
        float: left;
    }

    .nav > li {
        position: relative;
        display: block;
        float: none;
    }
    /*JMP.navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }*/
    .navbar > .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

        .navbar > .container .navbar-brand {
            margin-left: 0px;
        }

    .container {
        width: 100%;
        max-width: initial;
    }

    .container {
        /*padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;*/
    }

    .navbar-nav > li > a {
        padding: 15px;
    }

    .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
    }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        border-bottom: 1px solid #534C49;
    }

    .navbar-collapse {
        max-height: none;
    }

    #logoutForm, .navbar-right {
        /*float:none !important;*/
        float: right;
    }

    /*.navbar-collapse.collapse {
        display:none !important;
    }*/
    .bodyResults button:first-child {
        position: relative;
        right: 0px;
    }

    .searchBox .form-control {
        margin-bottom: 2px;
    }

    .searchBox .row > div {
        padding-top: 0px;
    }
}

/* SMALL-MEDIUM VERSION */
@media (min-width: 830px) {
    .container {
        max-width: 830px;
    }
    /*took output code*/
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
        /*position:relative;*/
    }

    .navbar-collapse {
        /*position:relative;*/
    }

    form.navbar-right {
        /*position:absolute;
        top:52px;*/
        right: 0px;
        /*background:#3276b1;
        border:2px solid #726e6e;*/
        border: 1px solid #555;
        border-top: none;
        /*border-right:none;*/
    }

    .bodyResults button:first-child {
        position: relative;
        right: 0px;
    }
}

/* LARGE VERSIONS */
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .bodyResults button:first-child {
        position: relative;
        right: 0px;
    }

    .searchBox .form-control {
        margin-bottom: 2px;
    }

    .searchBox .row > div {
        padding-top: 0px;
    }

    .searchBox .k-datepicker {
        margin-bottom: 4px;
    }
}

@media (min-width: 1200px) {

    form.navbar-right {
        position: initial;
        top: initial;
        right: initial;
        background: #3276b1;
        border: initial;
    }

    .container {
        max-width: 1170px;
    }

    .bodyResults button:first-child {
        position: absolute;
    }
}



form.navbar-right {
    position: relative;
    float: left;
    clear: both;
    /* top: 0px; */
    width: 100%;
    /* height: 41px; */
    border-bottom: 1px solid #777;
    background: #87827E;
}

form .navbar-nav > li > a {
    padding: 5px 10px;
    color: #fff;
    border-left: 1px solid #555;
}
