﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}

h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    margin-top: 25px;
    color: #4d4d4d;
}

.container {
    width: 95%;
}

/* Move content below expanding navbar*/

@media (max-width: 1396px) {

    .container {
        margin-top: 50px;
    }
}

@media (max-width: 909px) {
    .container {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .container {
        margin-top: 0px;
    }
}


/* 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: 100%;
    width: 100%;*/
}



/* navbar */
.navbar-default {
    /*background-color: #d6e4f1;*/
    background-color: #337ab7;
    border-color: #337ab7;
}
/* Title */
.navbar-default .navbar-brand {
    color: white;
}

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #d6e4f1;
        /*color: #b1cbe2;*/
    }
/* Link */
    .navbar-default .navbar-nav > li > a {
        /*color: #4d4d4d;*/
        color: white;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #d6e4f1;
        /*color: #337ab7;*/
        /*color: #b1cbe2;*/
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #d6e4f1;
    /*color: white;*/
    /*color: #b1cbe2;*/
    background-color: #4d4d4d;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color:#d6e4f1;
    /*color: white;*/
    /*color: #b1cbe2;*/
    background-color: #4d4d4d;
}

/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
    .navbar-default .navbar-toggle {
        border-color: #d6e4f1;
        /*border-color: #b1cbe2;*/
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #d6e4f1;
        /*background-color: #b1cbe2;*/
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #d6e4f1;
            /*color: #b1cbe2;*/
        }
}

/* Logo */
#AECOM-logo,
#NYCDEP-logo {
    position: relative;
}
#AECOM-logo img,
#NYCDEP-logo img {  
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
}

#AECOM-logo {
    margin-left: -20px;
}

#AECOM-logo img {
    height: 60px;
    margin-top: -20px;
}

#NYCDEP-logo {
    margin-left: -30px;
}

#NYCDEP-logo img {
    height: 51px;
    margin-top: -15px;
}

/* Buttons */
.btn-default {
    background-color: #123c60;
    color: #ffffff;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background: #d6e4f1;
        /*background: rgba(51,122,183,0.2);*/
        color: #4d4d4d;
        border-color: #337ab7;
    }

.btn-primary {
    border-color: rgb(204,204,204);
}

.btn-delete {
    background: rgba(178,34,34,1);
    color: white;
}

    .btn-delete:hover,
    .btn-delete:active,
    .btn-delete:focus {
        border-color: rgba(178,34,34,1);
        background: rgba(178,34,34,.2);
        color: #4d4d4d;
    }

#excelExportProject {
    margin: 5px 5px;
}

/* Tabs */
.nav-tabs {
    border-bottom-color: #337ab7;
}

}

ul.tabs {
    border-bottom-color: #337ab7;
}

li a.tabs {
    background-color: #123c60;
    color: #ffffff;
}

    li a.tabs:hover,
    li a.tabs:focus,
    li a.tabs:active {
        background-color: #d6e4f1;
        /*background: rgba(51,122,183,0.2);*/
        color: #4d4d4d;
        border-color: #337ab7;
        border-bottom: none;
    }

/* Icons */
i.backto-icon {
    background-color: #123c60;
    color: white;
    width: 40px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    i.backto-icon:hover {
        background: #d6e4f1;
        color: #4d4d4d;
        border-color: #337ab7;
    }

.backto-icon-bar {
    margin-top: -45px;
}

/***************************************
             Table Styles
****************************************/
.table > tbody > tr > td,
.table > tbody > tr > th {
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    color: #4d4d4d !important;
}
.table > tbody > tr > th {
    border-bottom: 2px solid #aaaaaa;
    color: #4d4d4d !important;
    background: #d6e4f1;
    /*background: rgba(51,122,183,0.2);*/
}
.table {
  margin-top: 10px;
}

/**************** Dashboards ****************/

[class*="col-"] .chosen-container {
    width: 98% !important;
}

    [class*="col-"] .chosen-container .chosen-search input[type="text"] {
        padding: 2px 4% !important;
        width: 90% !important;
        margin: 5px 2%;
    }

    [class*="col-"] .chosen-container .chosen-single {
        padding: 10px 1%;
    }

    [class*="col-"] .chosen-container .chosen-drop {
        width: 100% !important;
    }

.dashboard-panel-container {
    padding: 0;
}

.dashboard-table {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    text-align: center;
}

.dashboard-table-header {
    background: none !important;
}

.dashboard-panel {
    padding-bottom: 0;
}

.well {
    margin-bottom: 0;
}

.dashboard-panel-header {
    padding: 5px 0;
}

.dashboard-header {
    margin-top: 25px;
    margin-bottom: 10px;
}

.dashboard-header .col-md-12 {
    padding: 0;
}

.dashboard-name {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    margin-top: -10px;
}

.dashboard-date {
    text-align: right;
}

.dashboard-date h3 {
    margin: 0;
    font-size: 1.2em !important;
    font-weight: bold;
    color: #4d4d4d;
}

.dashboard .form-control,
.dashboard select.form-control + .chosen-container.chosen-container-single .chosen-single {
    height: 20px;
    font-size: .9em;
    padding: 2px 5px;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #228b22;
}

.dashboard-cost-panel .form-control {
    margin-top: 5px;
}

.dashboard-header select.form-control + .chosen-container.chosen-container-single .chosen-single {
    font-size: 16px;
    color: inherit;
    margin-bottom: 5px;
}

.dashboard-header .chosen-container-single .chosen-single span {
    margin-top: -7px;
}

.dashboard-header .chosen-container-single .chosen-single div b {
    margin-top: -7px;
}

.dashboard-header a {
    display: inline-block;
}

.dashboard-ehs-panel,
.dashboard-action-panel,
.dashboard-schedule-panel,
.dashboard-cost-panel,
.dashboard-mc-panel,
.dashboard-construction-panel {
    font-size: .9em;
    display: inline-block !important;
}

.dashboard-ehs-panel {
    padding: 0px !important;
}

.dashboard-action-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-action-panel .col-md-12 {
    padding: 0;
}

.dashboard-schedule-panel {
    margin-top: 10px;
    vertical-align: middle;
}

.dashboard .panel-title {
    font-size: 1.2em;
}

.dashboard-element {
    text-align: center;
}

.dashboard-element-border {
    border-right: .5px solid #efefef;
}

.dashboard-schedule {
    margin: 0 !important;
}

.dashboard-cost-panel {
    height: auto;
    width: 100%;
    padding: 5px !important;
    margin-top: 0;
}

.dashboard-mc-panel {
    margin-left: -10px;
}

.dashboard-link {
    font-size: .8em;
}

.dashboard-element-header {
    margin-top: 5px;
    text-align: left;
    font-size: 1em;
}

.dashboard-element-figure {
    font-size: 2em;
}

.dashboard-element-figure-lg {
    font-size: 2.7em;
}

.dashboard-ehs-panel .dashboard-element-figure-lg {
    margin-top: -10px;
}

.dashboard-element-figure-xl {
    font-size: 3.2em;
}

.dashboard-element-label {
    font-size: .9em;
    color: #228b22;
}

.dashboard-element-date {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: .5px solid lightgray;
}

.dashboard-mc-panel .dashboard-element {
    padding: 10px;
}

.dashboard-mc-panel .dashboard-element-header {
    margin-top: 0;
    text-align: center;
}

.dashboard-panel-exterior {
    border-radius: 10px;
    border: 2px solid #efefef;
    background-color: #ffffff;
    box-shadow: none !important;
    margin: 0 2px 3px -5px;
}

.dashboard-panel-exterior .panel-default {
    border: none;
    box-shadow: none !important;
}

.dashboard-panel-exterior .alert-danger {
    border: none;
    padding: 7px !important;
}

.dashboard-panel-exterior tbody {
    font-size: .95em;
    padding: 5px !important;
}

.dashboard-panel-exterior tbody > tr > th {
    border-bottom: .5px solid lightgray;
}

.dashboard-panel-exterior tbody > tr:first-child {
    border-bottom: 2px solid #4d4d4d;
}

.dashboard-panel-exterior tbody > tr > td {
    padding: 7px 10px;
}

.dashboard-panel-exterior tr:nth-child(even) {
    background-color: #efefef;
}

.dashboard-cost-table tbody > tr > td:first-child {
    font-weight: bold;
}

.dashboard-cost-table tbody tr:first-child {
    font-weight: bold;
    font-size: 1.1em;
}

.dashboard-cost-table .progress {
    margin-top: -10px;
}

.dashboard-cost-panel .dashboard-element {
    margin-top: -3px;
}

.dashboard-cost-panel .col-md-3 .dashboard-element-header {
    margin-top: -5px;
}

.dashboard-cost-panel .col-md-9 {
    padding: 0 !important;
}

.progress-element .row {
    margin: 0;
}

.progress-element p {
    color: #4d4d4d;
    font-weight: bold;
    text-align: left;
    margin: 0 10px 0 10px;
    display: inline-block;
}

.progress {
    height: 7px;
    background-color: rgb(220,220,220);
    border-radius: 10px;
    margin-bottom: 5px;
    width: 85%;
    display: inline-block;
}

.progress-bar {
    background-size: 100%;
    border-radius: 15px;
}

.currentphase {
    background-color: #337ab7;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.otherphases {
    color: #aaa;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

/* Master Commitment Dashboard */

.dashbaord-mc-ehs,
.dashboard-mc-mwbe {
    height: 100px;
    margin: 0;
    padding: 0;
}

.dashboard-mc-mwbe {
    height: 120px;
}

.dashboard-mc-schedule {
    margin: 0;
}

.dashboard-mc-cost .progress {
    width: 93%;
}

.dashboard-mc-cost tbody > tr > td {
    min-width: 75px;
}

.dashboard-mc-cost tbody > tr > td:first-child {
    min-width: 150px;
}

#gauge {
    width: 175px;
    height: 135px;
    margin-top: -30px;
}

@media (min-width: 1700px) {
    #gauge {
        margin-left: 20px;
    }
}

@media (min-width: 1520px) {
    #gauge {
        
        margin-top: -30px;
    }
}

@media (max-width: 1426px) {
    #gauge {
        margin-left: -10px;
    }
}

@media (max-width: 1327px) {
    .dashboard-mc-mwbe {
        height: 100px;
    }
}

@media (max-width: 1220px) {
    #gauge {
        margin-left: -20px;
    }
}

@media (max-width: 1182px) {
    .dashboard-mc-mwbe {
        height: 120px;
    }
}

@media (max-width: 1135px) {
    #gauge {
        margin-left: -25px;
    }
}

@media (max-width: 1053px) {
    #gauge {
        height: 110px;
        width: 150px;
        margin-top: -15px;
    }
}

@media (max-width: 865px) {
    #gauge {
        width: 40%;
        height: 40%;
        margin-top: -50px;
        margin-bottom: -20px;
    }
}

@media (max-width: 695px) {
    #gauge {
        margin-bottom: -10px;
    }
}

@media (max-width: 615px) {
    #gauge {
        margin-top: -40px;
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 510px) {
    #gauge {
        width: 60%;
        height: 60%;
    }
}

@media (max-width: 450px) {
    #gauge {
        width: 70%;
        height: 70%;
    }
}

@media (max-width: 370px) {
    #gauge {
        width: 100%;
        height: 100%;
    }
}

/* Project Dashboard*/

.dashboard-mc-panel .project-mc-figure {
    font-size: 1.2em;
}

.dashboard-project-ehs,
.dashboard-project-action {
    height: 150px;
}

.dashboard-project-action {
    width: 100%;
    margin: 0;
    padding: 0;
    align-content: center;
    position: relative;
}

.project-mc-type,
.project-mc-company,
.project-mc-link {
    display: inline-block;
}

.project-mc-link {
    font-weight: bold;
}

.project-mc-type,
.project-mc-company {
    font-size: .8em;
}
/*********** jqxgrid styles ***********/
.sortable-table {
    border: none !important;
}
#jqxWidget {
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.jqx-widget-content {
    font-family: Arial, Helvetica, sans-serif !important;
}
    #jqxWidget .jqx-widget {
        color: #4d4d4d !important;
        background: #d6e4f1;
        /*background: rgba(51,122,183,0.2);*/
        margin-top: -5px;
    }
#jqxWidget .jqx-grid-cell,
#jqxWidget .jqx-grid-column-header,
#jqxWidget .jqx-grid-group-cell {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: 1px solid #eeeeee;
}
.jqx-grid-column-header, .jqx-grid-columngroup-header
    #jqxWidget .jqx-grid-column-header {
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: none !important;
        white-space: normal !important;
    }
    #jqxWidget .jqx-widget-header {
        color: #4d4d4d;
        background: none !important;
        border-bottom-width: 3px !important;
        top: -15px;
    }
.jqx-grid-column-header > div > div > span { /*Cause header text to wrap to new line rather than be truncated*/
    white-space: normal;
}

.jqx-grid-column-header > div > div { /*Cause header text to wrap to new line rather than be truncated*/
    line-height: 16.003px !important;
    margin-top: 25px;
}

.jqx-widget .jqx-grid-column-header {
    white-space: normal !important;
}

#jqxWidget .jqx-grid-column-header {
    margin-left: 3px;
}

.jqx-grid-cell-filter-row {
    background-color: white;
    border: #4d4d4d;
    margin-left: -5px;
}
#contenttablejqxgrid > div > div:first-child a,
#contenttablejqxgrid > div > div:last-child a {
  font-size: 11px;

}
#jqxWidget .jqx-button,
#jqxWidget .jqx-fill-state-normal,
#jqxWidget input[type=text].jqx-input {
  border-radius: 0;
}
#jqxWidget .jqx-scrollbar-state-normal {
  background: none;
  border: none !important;
}
#jqxWidget .jqx-grid-pager {
  border-top: none;
}

.jqxheaderlabel {
    cursor: pointer !important;
}

.full-width {
    width: 100%;
}
.half-width {
  width: 49%;
}

.center {
    /*margin: 0 auto;*/
    text-align: center;
}

.jqx-input {
        
        background-color: #ffffff !important;
    }

.jqx-grid-cell-pinned {
    font-weight: bold;
}

#jqxScrollOuterWraphorizontalScrollBarjqxgrid {
    margin-top: 5px;
}

/************Circles************/

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
}

.typeYellow {
    background: #ffeb3b;
    border: 3px solid #ffeb3b;
    color: black;
   
}
.typeRed {
    background: #FF4238;
    border: 3px solid #FF4238;
    color: white;
}
.typePurple {
    background: #9c27b0;
    border: 3px solid #9c27b0;
    color: white
}
.typeBlue {
    background: #3f51b5;
    border: 3px solid #3f51b5;
    color: white;
}
.typeLightBlue {
    background: #2196f3;
    border: 3px solid #2196f3;
    color: white;
}

.typeTeal {
    background: #009688;
    border: 3px solid #009688;
    color: white;
}
.typeGreen {
    background: #8bc34a;
    border: 3px solid #8bc34a;
    color: black;
}
.typeOrange {
    background: #ff9800;
    border: 3px solid #ff9800;
    color: black;
}

.alert-info {
    color: white;
    background-color: #0081c6;
    border-color: #0081c6;
}

.circleBase2 {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 60px;
    height: 60px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
}

/* Containers */

.panel-default {
    border-color: #337ab7;
    color: #4d4d4d;
}

    .panel-default > .panel-heading {
        color: #4d4d4d !important;
        background-color: #d6e4f1;
        /*background-color: rgba(51,122,183,0.2);*/
        border-color: #337ab7;
    }

.panel-heading {
    color: #4d4d4d !important;
    background-color: #d6e4f1;
    /*background: rgba(51,122,183,0.2);*/
    border-color: #337ab7;
}
.information {
    margin-top: 5px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*table rows*/

.tableRowYellow {
    background: #ffeb3b;
    border: 3px solid white;
    color: black;
}

.tableRowRed {
    background: #FF4238;
    border: 3px solid white;
    color: white;
}

/* chosen multi-select*/
.form-control {
    font-family: Arial, Helvetica, sans-serif;
}

select.form-control {
    font-family: Arial, Helvetica, sans-serif;
}


select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    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,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
    background-image: none;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 4px;
        color: #000;
    }

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        background-image: none;
    }

        select.form-control + .chosen-container .chosen-results li:hover,
        select.form-control + .chosen-container .chosen-results li.active-result:hover,
        select.form-control + .chosen-container .chosen-results li.highlighted {
            color: #FFF;
            text-decoration: none;
            background-color: #428BCA;
            background-image: none;
        }

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

    select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        height: auto;
        padding: 5px 0;
    }

    select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
        background-image: none;
        padding: 3px 24px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #FFF;
        border-color: #CCC;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
            right: 6px;
        }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}
.calendar-text {
    margin-top: .3em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: 900;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
}

/*Autosize textarea Boxes*/
textarea {
    border: 2px solid #ccc;
    padding: 10px;
    vertical-align: top;
    width: 25%;
    resize: none;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

/*Master Commitment*/

.total-bar {
    text-align: center;
    color: #123c60;
    position: relative;
}

.total {
    display: inline-block;
    border-color: #337ab7;
    width: 19%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 1%;
    background-color: #d6e4f1;
    padding: 5px 0 5px 0 !important;
}

.total > h3,
.total > p {
    margin: 0 0 0 0 !important;
}

@media (max-width: 1070px) {

    .total {
        width: 31%;
    }
}

@media (max-width: 815px) {

    .total {
        width: 100%;
        margin: 0 0 1% 0;
    }
}

.panel-heading.active {
    background-color: gainsboro;
}

