/* here you can put your own css to customize and override the theme */

.page-breadcrumb, .breadcrumb {
    display: none;   
}

body {
    font-family: Helvetica;
    color: black;
    line-height: 1;
}


input {
    background-color: white !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
}

.clear {
    clear: both;
}

.container {
    width: 1000px;
    padding: 0;
}

.row {
    margin: 0;
}

/*----Login----*/

.login-view {
    margin: 0 auto 0 auto;
    width: 1213px;
    height: 807px;
    background: #ffffff url("../img/ctbim/login-bg.jpg") no-repeat;
}

.login-container {
    width: 1000px;
    margin: 0 auto 0 auto;
    color: white;
}

.login-form {
    margin-top: 12px;
    width: 800px;
    height: 110px;
    background-color: rgba(0,0,0,.4);
    float: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.login-view input {
    padding: 6px 0 5px 6px;
    width: 150px;
    color: black;
}

.login-view label {
    font-size: 16px;
    padding: 0 5px 0 20px;
}

.lbl-sign-in {
    font-size: 36px !important;
    padding: 20px 10px 0 0 !important;
}

.login-button {
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px 25px 10px 25px !important;
} 

/*---------Header------------*/

.page-header {
    height: 100%;
}

.header-top-bar {
    width: 100%;
    height: 33px;
    background-color: #093ea4;
    color: white;
}

.header-top-bar a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 9px 18px 11px;
}

.header-top-bar ul {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 7px;
}

.header-top-bar li {
    float: left;
    /*border-right: 1px solid white;*/
}

.header-top-bar li:last-child {
    padding-right: 0;
    border: none;
}

.header-menu {
    height: 106px;
    background: #ffffff url("../img/ctbim/header-bg.jpg") repeat-x;
    border-top: 1px solid #5691dd;
}

.logo-container {
    float: left;
    margin-top: 28px;
}

.menu-container {
    float: right;
    padding-right: 55px;
    margin-top: 35px;
}

.menu-container a {
    color: white;
    text-shadow: 1px 1px black;
    font-size: 16px;
}

.nav-menu > li:focus {
    outline: none;
}

.nav-menu > li > a:focus, 
.nav-menu > li > a:hover {
    background: none !important;
    border: none !important;
    font-weight: bold;
}

.nav-menu .open > a, 
.nav-menu .open > a:focus, 
.nav-menu .open > a:hover {
    background: none !important;
    border: none !important;
    font-weight: bold;
}
.ctbim-green-dropdown {
    margin: 50px;
    border: 1px solid #111;
    background: transparent;
    color: #000;
    width: 102%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 3px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url() 100% / 21% no-repeat #fff;
    background-image: url('../img/ctbim/green-dropdown-arrow.png');
}

@media screen and (min-width: 0\0) {
  .ctbim-green-dropdown {
    background: none;
    padding: 5px;
  }
}

.nav-menu>li>.dropdown-menu {
    border: none;
    border-top: 8px solid #5690e4;
    margin-top: 21px;
}

.nav-menu>li>.dropdown-menu>li {
    background-color: #093ea4;
    color: white;
    border: none;
}

.nav-menu>li>.dropdown-menu>li a{
    color: white;
    border: none;
    background-color: #093ea4;
}

.nav-menu>li>.dropdown-menu>li>a:focus, 
.nav-menu>li>.dropdown-menu>li>a:hover {
    background-color: #093ea4;
    color: white
}

.footer-menu-container .nav-menu>li>.dropdown-menu {
    margin-top: 0;
}

.footer-menu-container .navbar-nav>li>a {
    padding-bottom: 5px;
}

/*----------Page------------*/

.page-container {
    padding-top: 35px;
    background-color: white;
}

.page-content {
    background-color: white;
    padding: 0;
}


/*-----Footer-----*/

.ng-table-pager {
    margin-top: 15px;
}

.footer-bar {
    height: 6px;
    background-color: #efd143;
    margin-top: 40px;
    border-bottom: 1px solid white;
}

.footer-menu {
    height: 167px;
    background-color: #1a4eb8;
    color: white;
    border-bottom: 1px solid white;
}

.copyright-container {
    color: white;
}

.footer-bottom {
    height: 44px;
    padding-top: 15px;
    background-color: black;
}


/*----Tables----*/
.em-one {
    width: 1em; /*Until responsive styles are applied, used to wrap Room Location header on list.html table.*/
}
.inventory-list-content {
    padding: 2px;
    border:2px solid #c7c7c7;
    margin-bottom: 20px;
}

.table {
    width: 100%;
    margin-bottom: 0;
}

.table-list {
    width: 100%;
}
.ng-table-group-selector > strong {
    color: white;
}
.table-list th {
    background-color: #2373d2;
    color: white;
    text-align: left;
    font-size: 13px;
}

.table-list td {
    color: black;
    text-align: left;
    background-color: white;
    font-size: 13px;
}

.table-list tr:nth-child(even) td {
    background-color: #d6d6d8;
}

table strong.sort-indicator.ng-binding {
    display: none;
}

table button.btn.btn-default.btn-xs.ng-table-group-close {
    display: none;
}

.td-darkBlue {
    color: #0000f7 !important;
    font-weight: bold;
}

.td-center {
    text-align: center !important;
}

.img-for-status {
    height: 13px;
    width: 15px;
}

.img-for-status-Review {
    background: transparent url("../img/ctbim/review-icon.png") no-repeat;
}

.img-for-status-Investigate {
    background: transparent url("../img/ctbim/investigate-icon.png") no-repeat;
}

.img-for-status-Resolved {
    background: transparent url("../img/ctbim/resolved-icon.png") no-repeat;
}

.mouse-pointer:hover {
    cursor: pointer;
}

.page-title {
    font-size: 38px;
    padding-bottom: 18px;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 10px;
}

.projectBreadcrumbLarge {
    font-size: 38px;
}

.projectBreadcrumb {
    font-size: 20px;
}

.div-table-cell {
    display: table-cell;
}

.div-inline-block {
    display: inline-block;
}

.div-inline {
    display: inline;
}

.inventory-view {
    padding-top: 15px;
}

.inventory-view label {
    font-weight: bold !important;
}

.inventory-view input {
    padding: 3px 0 6px 6px;
}

.inventory-view select {
    padding: 2px 4px 0px 4px;
}

.green-button {
    background-color: #6dbb43;
    color: white;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
}

.green-button-small {
    background-color: #6dbb43;
    color: white;
    padding: 5px 10px 5px 10px;
    border-width: 1px;
}

.image-button {
    padding: 0;
    margin: 0;
    border: 0;
}

.nav-detail-tabs {
    margin: 0;
    border-bottom: 6px solid #2273d1
}

.nav-detail-tabs>li.active>a, 
.nav-detail-tabs>li.active>a:focus, 
.nav-detail-tabs>li.active>a:hover {
    /*background: #ffffff url("../img/ctbim/selected-tab-bg.jpg") repeat-x;*/
    background: #2373d2; 
    color: white;
    font-size: 16px;
    border: none;
    margin: 0;
}

.nav-detail-tabs>li {
    background-color: #d6d6d7;
    font-size: 16px;
    border-right: 2px solid white;
    margin: 0;
}

.nav-detail-tabs>li>a {
    color: black;
    font-weight: bold;
}

.tab-content {
    padding: 2px;
    border-left: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
}

.tab-details-content {
    width: 100%;
}

.tbl-details-attr {
    width: 100%;
}

.tbl-details-attr th {
    background-color: #2373d2;
    color: white;
    text-align: left;
    padding: 10px 8px 10px 8px;
    font-size: 15px;
}

.tbl-details-attr td {
    color: black;
    text-align: left;
    background-color: white;
    padding: 8px 6px;
}

.tbl-details-attr tr:nth-child(even) td {
    background-color: #d6d6d8;
}

.detail-image-header {
    height: 60px;
    width: 100%;
    background-color: #2373d2;
    color: white;
    font-size: 15px;
}

.detail-image-header select {
   color: black;
   padding: 4px 4px 0px 4px;
}

.detail-image-grid {
    padding: 20px 40px;
}

.detail-image-grid img {
    height: 100px;
    padding: 15px 15px 0 0;
}

.list-wall-type {
    list-style-type: none;
    margin: 0;
}

.list-wall-type li {
    float:left;
    padding-left: 15px;
}

.workflowIcon-blue {
    width: 10px;
    height: 10px;
    background-color: #2273d1;
}

.workflowIcon-green {
    width: 10px;
    height: 10px;
    background-color: #63af37;
}

.workflowIcon-yellow {
    width: 10px;
    height: 10px;
    background-color: #efd143;
}

.workflowIcon-orange {
    width: 10px;
    height: 10px;
    background-color: #ff9900;
}

.workflow-item-chart {
    width: 265px; 
    font-size: 13px;
}

.workflow-item-no-chart {
    font-size: 14px;
}

.workflow-description {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 19px;
    padding-top: 8px;
    width: 116px;
}
.workflow-date {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 19px;
    width: 116px;
}
.workflow-green-block {
    height: 70px;
    width: 10px;
    background-color: #50cc05;
    float: left;
    border-right: 1px solid white;
}

.workflow-orange-block {
    height: 70px;
    width: 10px;
    background-color: #FF9A0C;
    float: left;
    border-right: 1px solid white;
}

.workflow-red-block {
    height: 70px;
    width: 10px;
    background-color: #FE3200;
    float: left;
    border-right: 1px solid white;
}

.workflow-block {
    float: left;
    height: 70px;
    width: 150px;
    margin-right: 15px;
    margin-top: 20px;
}

.workflow-detail {
    height: 70px;
    width: 139px;
    background-color: #7f7f7f;
    color: white;
}

.div-workflow-icon {
    padding-left: 4px;
    padding-right: 4px;
}

.div-workflow-icon img {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
}

.workflow-chart {
    padding: 15px 10px 15px 15px;
}

.hide-workflow-chart {
    display: none;
}

.display-none {
    display: none;
}


.demoTable td:last-child {
  min-width: 90px;
}


/* ==== editable-form ==== */

/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}

/* ==== editable-bstime ==== */

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */

.editable-color input[type="color"] {
  width: 50px;
}


/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */

/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-click:hover, 
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty, 
.editable-empty:hover, 
.editable-empty:focus,
a.editable-empty, 
a.editable-empty:hover, 
a.editable-empty:focus {
  font-style: italic; 
  color: #DD1144;  
  text-decoration: none;
}

/* editable popover */
.popover-wrapper a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  margin-left: -110px;
  z-index: 101;
}

.popover-wrapper form:before {
  content:"";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position:absolute;
  bottom:-10px;
  left:100px;
}

.popover-wrapper form:after {
  content:"";
  width:0;
  height:0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position:absolute;
  bottom:-9px;
  left:101px;
}

.admin-menu {
    margin-top: .9em !important;
    width: 310px;
    border: none !important;
    padding-top: 0 !important;
}

.admin-menu li {
    width: 155px !important;
    background-color: #2373d2 !important;
    border-top: 1px solid #4e98f1 !important;
    padding-left: 20px;
    padding-right: 20px; 
}
.admin-menu li a, .admin-menu li a:hover {
    background-color: #2373d2 !important;
}

.admin-menu-placeholder {
    display: block;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.margin-2em-height-3em {
    margin: 2em;
    height: 3em;
}
#sov-totals th {
    background-color: #FFFFFF !important;
    color: black;
    font-weight: normal;
    font-size: 14px;
}

.nav-menu .open > .admin-menu-container, 
.nav-menu .open > .admin-menu-container:focus, 
.nav-menu .open > .admin-menu-container:hover {
    background-color: #2373d2 !important;
    border-bottom: 1px solid #2373d2 !important;
}

.resource-list {
    border-bottom: 1px solid black; 
    width: 600px; 
    padding: 8px 0 6px 0; 
    text-align: right;
}

.grey-grad {
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top,rgba(199,199,199,0),rgba(199,199,199,.7)); /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom,rgba(199,199,199,0),rgba(199,199,199,.7)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom,rgba(199,199,199,0),rgba(199,199,199,.7)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgba(199,199,199,0), rgba(199,199,199,.7)); /*Standard*/
}

.delete-resource {
    float: right;
}

.for-resolved {
    color: #69c139 !important;
}

.for-investigate {
    color: #FF9A0C !important;
}

.for-review {
    color: #FE3200 !important;
}

.view-changeOrder-modal,
.modal-content {
    width: 90%;
    overflow: auto;
}

.modal-footer button{
    margin: 20px 0 0 0;
}

.modal-lineItemBudgets-Add {
    width: 60%;
}

/*----Dashboard----*/

#dashboard {
    height: 75%;    
    width: 100%;
    background: #093ea4;
    color: #fff;
    /*background: -webkit-linear-gradient(#D9D9D9,#FFFFFF);
    background: -o-linear-gradient(#D9D9D9,#FFFFFF); 
    background: -moz-linear-gradient(#D9D9D9,#FFFFFF); 
    background: linear-gradient(#D9D9D9,#FFFFFF);*/ 
    border: 2px solid #939393;
    padding: 20px;
}	

#dashboard-percent-complete {
  width: 100%;
  height: 500px;
}

#dashboard-status,
#dashboard-money {
    width: 50%;
    display: inline-block; 
}

.item-alert {
    cursor: pointer;
}

.red-alert {
    background: #FE3200;
}
.orange-alert {
    background: #FF9A0C;
}

.green-alert {
    background: #64AE3B;
}

#dashboard-status {
    float: left;
    border-right: 2px solid #8c8b8b;
    padding: 0 10px 0 5px;
}

#dashboard-money {
    padding: 0 10px 0 30px;
}

.dashboard-header {
    padding: 15px 0 20px 10px; 
    float: left;	
    font-size: 36px;
}

.dashboard-header img {
    width: 100px;
}

#task-workflows-chart {
	width		: 100%;
	height		: 500px;
	font-size	: 11px;
}		

.dashboard-section-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}
.dashboard-section-title span{
    font-size: 18px;
}

.amcharts-chart-div a:first-of-type {
    display: none !important;
}

.dashboard-label {
    font-weight: 600 !important;
    color: #fff;
}

.dashboard-percent-earned {
    width:50%;
    float: right;
    height: 500px;
}
.dashboard-room-task-workflows {                                   
    clear: both;
}

.dashboard-percent-earned .dashboard-section-title{
    margin-left: 20px;
}

#tasks-by-location-table tbody td{
    border: 1px solid #8c8b8b;
}

#tasks-by-location-table tbody {
    display:block;
    max-height:350px;
    max-width: 100%;
    overflow:auto;
}

#tasks-by-location-table tbody tr,
#tasks-by-location-table tfoot {
    display:table;
    width:100%;
    table-layout:fixed;
}

#tasks-by-location-table tfoot td {
    border: none;
    font-weight: 600;
    font-size: 14px;
    background: #000;
    color: #fff;
}

#statusChart {
    float: left;
    width: 420px;
    height: 400px;
}

#moneyChart {
    width: 420px;
    height: 400px;
}
.dashboard-select-project {
    width: 200px;
}

hr.hr-divider {
    height: 5px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8c8c inset;
}

.select-project-trade {
    padding: 20px;
    border-bottom: 2px solid #999;
}

.dashboard-graphs {
    border-top: 2px solid white;
}

.colon-divider {
    display: none;
}

.dashboard-tasks {
    height: 500px;
    /*width: 470px;*/
    width: 50%;
    float: left;
    
    border-right: 2px solid #8c8b8b;
}

.dashboard-task-list {
    height: 300px;
    width: 91%;
    overflow-y: scroll;
}

.dashboard-task-list ul {
    list-style: none;
    display: table-row;
}

.dashboard-task-list li {
    margin-bottom: 4px;
}

.dashboard-task-item {
    display: inline-block;
    height: 71px;
    width: 336px;
    color: #fff;
    line-height: 1.3em;
    background: -webkit-linear-gradient(right top, #757575, #616161); 
    background: -o-linear-gradient(bottom left, #757575, #616161); 
    background: -moz-linear-gradient(bottom left, #757575, #616161); 
    background: linear-gradient(to bottom left, #757575, #616161);
}

.dashboard-task-item p {
    margin: 10px 0 10px 10px;
    font-weight: 600;
}

.dashboard-task-item a {
    color: #fff;
}

.dashboard-task-item p span{
    font-weight: normal;
}

.dashboard-task-status {
    height: 71px;
    width: 13px;
    float: left;
    border-right: 1px solid #fff;
}

.dashboard-reminders {
    float: right;
}

.select-list {
    background: #fff;
    height: 34px;
    border: 3px solid #a5a5a5;
}

.dropdown-menu {
    min-width: 196px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    height: 34px;
    border: 3px solid #a5a5a5;
}

.task-workflows {
    width:100%;
    height: 200px;
    overflow: scroll;
}

.task-workflows-wrapper {
    position:relative;
    width:100%;
    height: 250px;
}


.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #fff;
}

.dashboard-select {
    font-weight: 600 !important;
    color: #000000;
}

.dashboard-contracted-dollars-select {
    color: #000;
}

.amcharts-chart-div {
    font-weight: 600;
    color: #fff;
}

/* Tooltip text */
.item-alert .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.item-alert:hover .tooltiptext {
    visibility: visible;
    z-index: 10;
    border-radius:25px;
    background-color:rgba(208, 218, 220,1);
    color: #000;
    font-size:14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding:20px;
    line-height:1.5em;
    text-align:left;
    white-space:nowrap;
}

.inventory-upload-requirements {
    padding-bottom: 18px;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 10px;
}

.nonselected-list, .selected-list {
    display: inline-block;
    width: 45%;
    border: 1px solid grey;
    height: 150px;
    display: inline-block;
    margin-top: 30px;
    overflow-y: auto;
}

.selected-list {
    margin-right: 5%;
    float: right;
}

.nonselected-list p, .selected-list p {
    cursor: pointer;
    margin: 0;
    padding: 3px 0 3px 6px;
}

.selected-list p:hover,
.nonselected-list p:hover {
    background: #2373d2;
    color: #ffffff;
}

.projectUserTitle {
    padding-right: 37%;
}

#alert_container .close {
    margin-left: 15px !important;
}

#stopwatchChart {
        margin: 100px 0 0 0;
}