/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0. Leo
 */

body {
    background-color: #f8f8f8;
    font-size: 12px !important;
    color: #424242;
    font-weight: 300;
}

#page-wrapper a[href] {
    font-size:98%;
    font-weight: 400;
}

a:focus {
    outline-style: none !important;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: 500;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

button, input, select, textarea {
    line-height: normal;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;


}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

#page-wrapper a.btn {
    font-weight: 300;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table tbody tr td {
    vertical-align: top;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: #000;
}


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.active-project-navbar .nav .dropdown a:hover{
    color: #0d4f8b !important;
    /* font-weight: 400; */
}

.active-project-navbar .nav .dropdown a:focus{
    color: #0d4f8b !important;
    font-weight: 500;
}

.active-project-navbar .nav li.active a{
    color: #0d4f8b !important;
    font-weight: 500;
}

.active-project-navbar .nav .dropdown a{
    color: #0d4f8b !important;
    font-weight: 400;
}

.active-project-navbar .nav .dropdown a.disabled{
    color: gray !important;
    font-weight: 300;
	cursor: inherit;
}

.active-project-navbar .nav .dropdown-menu a{
    color: #2B2626 !important;
    font-weight: 400;
}

label {
  color: #2b2626 !important;
  display: inline-block;
  font-weight: 400 !important;
  margin-bottom: 5px;
  max-width: 100%;
  text-align: left !important;
}

.main-top-search-form:focus {
	background-color: #F4F4F4;
}

.form-title {
  background-color: #2A647A;
  color: #ffffff;
  font-size: 100%;
  font-weight: 500;
  padding: 8px 0px 0px 8px;
  width: 100%;
  height: 32px;
}

form .form-group:focus {
	background-color:red;
}

input.form-control, a.btn, select.form-control {
	border-radius: none !important;
}

.dropdown-menu {
	min-width: 220px;
}
.dropdown-menu.columns-2 {
	min-width: 500px;
}
.dropdown-menu.columns-3 {
	min-width: 700px;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.dropdown-menu li a {
	padding: 2px 5px;
	font-weight: 400;
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	color: #333;
	white-space: normal;
	font-weight: 500;
	font-size: 90%;
}
.multi-column-dropdown li a:hover {
	text-decoration: underline;
	color: #0d4f8b;
}

.multi-column-dropdown li a:focus {
	text-decoration: none;
	color: #0d4f8b;
	font-weight: 500;
}

.multi-column-dropdown li a:active {
	text-decoration: none;
	color: #0d4f8b;
	font-weight: 500;
}

.moneymask {
	text-align: right;
}

.hide-tree-task {
	display:none !important;
}

.floating-footer-content .nav-tabs {
	margin-top: 4px;
}

.floating-footer-content .nav-tabs li.active {
	top: 1px;
}

.floating-footer-content .nav-tabs li.active a {
	background-color: #FFFFFF !important;
	border-bottom: none !important;
	color: #2B2626;
}

.floating-footer-content .nav-tabs li a {
	background-color: #B0B0B0 !important;
	border-bottom: none !important;
	color: #2B2626;
}

.floating-footer-content .nav-tabs li a:hover {
	color: #2B2626 !important;
}

.gantt_task_line .gantt_project {
	background-color:#909090 !important;
}

.top-buttons .select2-container .select2-selection--single {
	height: 24px !important;
	margin-top: 0px !important;
}

.top-buttons .select2-container {
    vert-align: top;
}

.top-buttons input {
    font-weight: 300;
}

.top-buttons .select2-container .select2-selection__rendered{
	line-height: 22px !important;
}

.btn {
	border-radius:  2px !important;
}

.input-group-btn .btn {
    border-radius: none !important;
}

.table thead tr {
	/*background-color:  #2a647a !important;*/
	/*background-color:  #26c6da !important;*/
	background-color:  #CFCFCF !important;
}

table.table tbody tr.details-tr-insert table thead tr {
	/*background-color:  #30a6ba !important;*/
	background-color:  #CFCFCF !important;
}

table.table tbody tr.details-tr-insert table thead tr th:first-child,
table.table tbody tr.details-tr-insert table thead tr td:first-child {
	/*background-color:  #30a6ba !important;*/
	background-color:  #CFCFCF !important;
}

.table thead tr.filter-row {
	background-color:  #c7efef !important;
}

.table thead tr th{
    border-right: 1px solid #ddd !important;
    text-align: center;
    color:#FFFFFF;
}

.table thead tr th.sorting_disabled{
    border-right: none !important;
}

table.table-list thead tr th:first-child{
    border-right: 1px solid #ddd !important;
}


table.table-list tbody tr td table.simple-table tbody tr td:first-child{
    background-color: inherit;
    text-align: center;
    width: auto !important;
}

table.table-list tbody tr td table.simple-table thead tr th{
    padding: 4px;
}

table.table-list tbody tr td table.simple-table tbody tr td{
    padding: 4px;
}

table.table-list tfoot tr td:first-child{
    background-color: inherit;
    text-align: center;
    width: 40px !important;
}

table.table-list tfoot tr td:first-child i.fa{
    font-weight: 300 !important;
}

table.table-list tfoot tr td button, table.table-list tfoot tr td input[type=submit]{
    font-size: 70%;
}

table.table-list tfoot tr.disabled select:hover{
    border: none !important;
    cursor: default !important;
}

table.table-list tfoot tr.disabled .select2-container:hover{
    cursor: default !important;
}

table.table-list tfoot tr.disabled input:hover{
    border: none !important;
    cursor: default !important;
}

table.table-list tfoot tr.disabled td:hover{
    cursor: default !important;
}


table.table-list tbody tr td:first-child{
    background-color: #F3F3F3;
    text-align: center;
    width: 40px !important;
    vertical-align: middle !important;
}

table.table-simple tbody tr td:first-child{
    background-color: inherit !important;
    text-align: left;
    width: auto !important;
}

table.table-simple tbody tr td{
    text-align: left;
}

.table thead tr th, .table thead tr td{
	font-weight: 300 !important;
	color: #000;
}

.table thead th input.search_input {
    width: 100% !important;
}

#page-wrapper .select2{
	width: 100%;
}

#page-wrapper .select2-container--default .select2-selection--multiple {
    min-height: 22px !important;
    font-size: 95% !important;
    border-radius: 0px !important;
    border: 1px solid #ddd;
    padding-top: 2px;
}

#page-wrapper .select2-container .select2-selection--multiple {
    /*line-height: 24px !important; */
    min-height: 22px !important;
}

#page-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px !important;
    line-height: 19px !important;
    height: 20px !important;
    margin-top: 3px;
}

#page-wrapper .select2-container .select2-search--inline .select2-search__field {
    margin-top: 3px !important;
}

#page-wrapper .select2-container .select2-selection--single {
	height: 22px !important;
    font-size: 95% !important;
}

#page-wrapper table.table-list .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px !important;
    padding-top: 0px;
}

#page-wrapper .table-list tbody tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0px !important;
}

#page-wrapper .ps-scrollbar-y-rail {
	margin: 0 0 0 0;
	opacity: 0.5;
	background-color: #eee;
}

div.standard-form {
	padding: 0px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	/*border: 1px solid #DCDCDC;*/
    /*margin-top: 10px;*/
}

div.standard-form-fields{
padding: 0px 12px;
}

div.standard-form-fields table {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.standard-form form .has-error label.error, div.standard-form form label.error{
font-size: 90%;
font-style: italic;
color: #C9302C !important;
padding: 4px 0px 0px 0px;
display: block !important;
margin-bottom: 0px !important;
}

div.standard-form form select {
margin-top: 5px;
}

div.standard-form form div.form-group {
border-top: 1px solid #ECECEC !important ;
margin-bottom: 0px;
padding: 5px;
}

.standard-form .input-group-addon{
background-color: transparent !important;
border: none !important;
padding: 4px !important;
}

label.error {
color: #c9302c !important;
display: block !important;
font-size: 90%;
font-style: italic;
padding: 4px 0 0;
}

div.standard-form form{
/*padding: 20px;*/
background-color: #F9F9F9;
}

div.standard-form p.standard-form-title{
background: #2A647A none repeat scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #f9f9f9;
display: block;
font-size: 18px;
font-weight: 300;
padding: 5px 15px;
margin-bottom: 0px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper .dataTables_info {
float: left;
padding-top: 0px;
}

/*
.dataTables_wrapper .top{
min-height: 35px;
padding: 8px 0px;
}
*/

.dataTables_wrapper .bottom {
    margin-top: 5px;
}

.dataTables_wrapper .bottom .dataTables_paginate {
    float: right;
}

.dataTables_wrapper .bottom .dataTables_length label {
    font-weight: 300 !important;
}

.dataTables_wrapper .bottom .dataTables_length select {
    width: 50px;
}
.dataTables_wrapper .bottom .dataTables_length {
	float: right;
	width: 150px;
}

 .dataTables_length select{
    height: 32px !important;
    margin-top: 2px;
}

.dataTables_wrapper .bottom .dataTables_info {
	float: left;
	width: 200px;
    margin-top: 5px;
}

.dataTables_wrapper .bottom {
	/*padding-right: 15px;*/
}

.dataTables_wrapper .dt-buttons {
	display: none;
}

.dataTables_wrapper .pagination li a {
	font-size: 12px ;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .75 !important;
}

.btn-top {
    min-width: 80px;
}

.btn-top {
	background-color: #0092C5;
	color: #F8F8F8;
	border-color: #0092C5;
    font-weight: 300;
    font-size: 98%;
    border-radius: 0px !important;
}

.top-buttons .btn-top {
    font-size: 92% !important;
}

.btn-top {
    padding: 3px 8px;
}

.table-list tr td .btn-top {
    min-width: 28px !important;
    padding: 1px 3px !important;
    min-height: 22px;
}

.table-list tr td .btn {
    border-radius: 0px !important;
}

.btn-top:hover {
	background-color: #00B7C0;
	color: #FFFFFF;
	border-color: #00B7C0;
	box-shadow:0 0 2px #00B7C0;

}

.btn-top:focus {
    background-color: #007777;
    color: #FFFFFF;
    border-color: #028482;
    box-shadow:0 0 1px #007777;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
	border-left: 1px solid #ccc;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	font-weight: 400 !important;
	margin-left:2px !important;
}

textarea {
	 /* height: 80px !important; */
    resize: none;
    border: 1px solid #ddd;
}

.help-block {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

ul.standard-tabs{
	background-color: #565656;
	color: #F8F8F8;
	padding-top: 3px;
	padding-left: 3px;
}

ul.standard-tabs li a {
	padding: 4px 8px;
	border-radius: none;
	color: #F8F8F8;
	border: none;
}

ul.standard-tabs li.active a:focus {
	padding: 4px 8px;
	border-radius: none;
	color: #F8F8F8;
	border: none;
	background-color: #FBFBFB;
	color: #2B2626;
}

ul.standard-tabs li.active a:hover {
	padding: 4px 8px;
	border-radius: none;
	color: #F8F8F8;
	border: none;
	background-color: #FBFBFB;
	color: #2B2626;
}

ul.standard-tabs li.active a {
	background-color: #FBFBFB;
	color: #2B2626;
	border: none;
}

.standard-tab-content {

}

.standard-tab-content .tab-pane{
	margin-top: 0px;
	border:1px solid #E7E7E7;
	border-top: none;
	padding: 10px;
	background-color:#FBFBFB;
	height: 100%;
}

.wizard li {
	margin-bottom: 0px !important;
}

.wizard li.active a {
	background-color: #2A647A !important;
	color: #F8F8F8 !important;
}
.wizard a {
	background-color: #2A647A !important;
	color: #F8F8F8 !important;
	padding-top: 0px;
	padding-left: 3px;
}


.modal, .modal-backdrop {
    position: absolute !important;
}

.modal-content {
    border-radius: none !important;
}

.modal-header {
    /*background: #2a647a none repeat scroll 0 0;*/
    border-bottom: 1px solid #ddd;
    color: #0082C7;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 5px 10px;
}

.modal-header h5 {
    font-weight: 400 !important;
}

.table-boq input {
    /*border:none !important;*/
    padding: 0;
}

.table-boq tr td,th {
    border-right: 0px solid #FFFFFF !important;
    border-left: none !important;
}

.table-boq .select2-container {
    height:20px !important;
}

#page-wrapper .table-boq  .select2-container .select2-selection--single {
    height:22px !important;
}
#page-wrapper .table-boq  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

.top-buttons  .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #0092C5;
    border: #0092C5;
    color: #f8f8f8 !important;
    height: 25px;
    padding-top: 1px;
    margin-top: 1px;
}

.top-buttons .select2-container--default .select2-selection--single {
    border:none !important;
    box-shadow: none;
}


#page-wrapper .table-boq .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
}

#page-wrapper .table-boq .select2-container--default .select2-selection--single {
    border:none;
    box-shadow: none;
}

.floatThead-container {
    margin-top: -1px !important;
}

div.floatThead-container {
    margin-top: -1px !important;
    padding-bottom: 8px;
}

input.input-sm {
    height: 28px !important;
}

.img-thumbnail {
    border: none;
}

.page {
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page .page-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.btn-standard {
    background-color: #028482;
    color: #F8F8F8;
    border-color: #2A647A;
    font-weight: 400;
    border-radius: none;
}


.btn-standard:hover {
    background-color: #007777;
    color: #FFFFFF;
    border-color: #028482;
    box-shadow:0 0 1px #007777;
}

#mceu_15 {
	background-color: #D8D8D8 !important;
}

.floatThead-container .table {
    margin-bottom: -5px !important;
}

#loading_resources_panel input {
    height: 24px !important;
    padding: 0 5px;
}

.input-group-addon {
    font-size: 12px !important;
}

.fa {
    width: 1.28571em;
    text-align: center;
}

/*
td.fc-other-month {
   visibility: hidden;
   background-color: #FFFFFF
}*/

#page-wrapper .biodata .select2-container .select2-selection--single{
	height: 25px !important;
}

#page-wrapper .biodata .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px !important;
}

.table {
    margin-bottom: 10px;
}

table.table td.border-sides {
	border-right: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
}



div.standard-form {
	padding: 0 0 10px 0;
    background-color: #F9F9F9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


div.standard-form div.standard-form-title {
    font-size: 110%;
    text-align: left;
    text-transform: uppercase;
    /*background-color: #2A647A; */
    background-color: #26c6da;
    color: #ffffff;
    min-width: 100px;
    padding: 4px 10px;
    margin-bottom: 1px;
}


div.standard-form table {
    background-color: inherit !important;
	margin: 0px 20px;
}

div.standard-form table.table {
    background-color: inherit !important;
    margin-left: 0px;
}

div.standard-form table.table td:odd {
    vertical-align: top !important;
    padding-top: 10px;
}

div.standard-form table.table tbody tr td:odd {
    vertical-align: top !important;
    padding-top: 10px;
}

div.standard-form img.img-thumbnail{
	/*background-color: #ddd !important;*/
    border: 1px solid #ddd;
}

table.table-no-border td, tr, th{
	border: none !important;
}

.table-condensed-s > tbody > tr > td,
.table-condensed-s > tbody > tr > th,
.table-condensed-s > tfoot > tr > td,
.table-condensed-s > tfoot > tr > th,
.table-condensed-s > thead > tr > td,
.table-condensed-s > thead > tr > th {
	padding: 2px !important;

}

select.input-sm {
    height: 28px !important;

}

input[disabled], select[disabled], textarea[disabled] {
    background-color: #ECECEC !important;
    border: 1px solid #ddd;
}

input[type=file] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 150px;*/
}

.grid-stack-item {
    box-shadow: none !important;
    padding: 0px !important;
    border: none !important;
    overflow:hidden !important;

}

.grid-stack-item-content {
    border-radius: none !important;
}

span.select2-container {
    /*margin-bottom: 2px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px !important;
}

div.standard-form form select[disabled] {
    margin-top: 0px;
    height: 21px;
}


.baseline {
    position: absolute;
    border-radius: 1px;
    opacity: 0.7;
    margin-top: -6px;
    height: 8px;
    background: #508295;
    border: 1px solid #508295;
}

.gantt_bars_area div.has-baseline {
    height: 14px !important;
    line-height: 13px !important;
}


.gantt_task_progress_drag {
    display:none !important;
}

.gantt_grid_head_add {
    display:none !important;
}


.gantt_add {
    background-image: none !important;
}

.gantt_add::before {
    background-image: none !important;
    content: "\f044";
    font-family: "FontAwesome";
}

.gantt_milestone {
    height: 21px !important;
    width: 21px !important;
}

.gantt_side_content, .gantt_right {
    padding-left: 8px !important;
}

.gantt_dependent_task {
    border-bottom: 4px solid #fff !important;
    border-left: 3px solid #464545 !important;
    border-right: 3px solid #464545 !important;
    border-top: 1px solid #464545 !important;
    border-radius: opx !important;
}

.gantt_critical_task .gantt_task_progress span {
    color: #D0D0D0;
}

.gantt_grid_scale, .gantt_task_scale,
.gantt_grid_scale, .gantt_task_scale .no_work_day {
    background-color: #CFCFCF !important;
    color: #424242 !important;
}

.gantt_row div.gantt_cell:first-child {
    text-align: center !important;
    background-color: #EEEEEE !important;
    border-bottom: 1px solid #ddd;
}

.gantt_cell {
    padding-left: 6px !important;
}

.gantt_controls {
    position: absolute;
    /*left: 52px;*/
    height: 16px;
    text-align: left;
    width: 20px;
    overflow: hidden;
    padding-top: 2px;
    margin-top: 4px;
}

.gantt_controls ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 80px;
    top: 1px;
}

.gantt_controls ul li{
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}

.gantt_controls ul li a{
    padding: 2px 2px 2px 6px;
    margin: 0px;
}

.gantt_controls i.question-mark{
    float: left;
}

.gantt_controls:hover{
    z-index: 999;
    width: 96px;
    box-shadow: rgba(0,0,0,.1) 4px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
    background-color: #FBFBFB;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: visible;
}

.gantt_controls:hover i.question-mark{
    float: left;
}

.gantt_controls:hover ul{
    box-shadow: rgba(0,0,0,.1) 4px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
    /*border: 1px solid #ddd;*/
    float: right;
    margin-left: 10px;
    z-index: 1000;
    background-color: #FBFBFB;
    font-size: 90%;
}

.gantt_parent_task_text div.gantt_cell div.gantt_tree_content {
    font-weight: 300 !important;
}

.gantt_chart_main_container .gantt_container {
    border-bottom: none !important;
}

table.editable-treegrid-table tr.highlight {
    background-color: #F7F2E0;
}

table tfoot tr {
    background-color: #ECECEC;
}

#page-wrapper table tfoot tr .select2-container .select2-selection--single {
    height: 16px !important;
    font-size: 95% !important;
}
#page-wrapper table tfoot tr .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px !important;
}

table.editable-treegrid-table .editable-text{
    display:none;
}

table.editable-treegrid-table .editable-input {
    background-color: inherit;
    border: none;
     width: 80%;
     padding:0;
     line-height: 15px;
}

table.editable-treegrid-table .editable-select {
     width: 80%;
     padding:0;
     line-height: 15px;
}

table.editable-treegrid-table .editable-select {
    background-color: inherit;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

table.table-list tfoot tr td span.select2-selection span.select2-selection__arrow{
    display: none;
}

table.table-list tfoot tr .select2-container .select2-selection--single{
    height: 22px !important;
}

#page-wrapper table tfoot tr.tr_add_form .select2-container .select2-selection--single {
    height: 22px !important;
    width: 100% !important;
}

table.table-list tfoot tr.tr_add_form td span.select2-selection {
    background-color: #FFFFFF !important;
    border: 1px solid #ccc !important;
}

/*table.table-list tfoot tr.tr_add_form td:last-child a.btn,*/
/*table.table-list tfoot tr.edit_tr_form td:last-child a.btn {*/
    /*width: 40px !important;*/
    /*font-size: 80% !important;*/
/*}*/

/*table.table-list  tr.tr_add_form td:last-child a.btn,*/
/*table.table-list  tr.edit_tr_form td:last-child a.btn {*/
    /*width: 40px !important;*/
    /*font-size: 80% !important;*/
/*}*/

table.table-list tfoot tr.tr_add_form td:last-child {
    text-align: center !important;
}

table.table-list tfoot tr td span.select2-selection{
    background-color: inherit !important;
    border: none !important;
    box-shadow: none !important;
}

table.editable-treegrid-table tr input.editable-input  {

}

table.editable-treegrid-table tr.tr_add_form input.editable-input,
table.editable-treegrid-table tr.edit_tr_form input.editable-input {

    border: 1px solid #ccc !important;
    width: 100% !important;
    padding: 2px 8px;
    background-color: #ffffff;
}



table.table-list tfoot tr.disabled:hover td span.select2-selection{
    border-bottom: none !important;
}

table.editable-treegrid-table tfoot tr.disabled:hover input.editable  {
    border-bottom: none !important;
}

table.table-list tfoot tr td:first-child{
    cursor: pointer !important;
    cursor: hand !important;
}

table.table-list tfoot tr.tr_add_form td:first-child{
    font-size: 12px;
}

table.table-list tfoot tr.tr_add_form{
    vertical-align: top;
}



table.editable-treegrid-table tfoot tr{
    background-color: #ECECEC;
}

table.table-list tfoot tr td:first-child{
    /*font-size: 15px;*/
    padding:3px;
    border-right: 1px solid #ddd;
}

table.table-list tfoot tr.tr_add_form{
    background-color: #dbdbdb !important;
}

.highlight { background-color: #F5BCA9; }
.highlight_tr { background-color: #dbdbdb !important;}
table.table-list tbody tr.highlight_tr td:first-child{
    background-color: #dbdbdb !important;
}

.gantt_tooltip {
	padding: 5px !important;
}

.gantt_start_project_marker{
	background-color: #A7D991 !important;
}

.gantt_scale_cell {
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.gantt_grid_head_cell {
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.gantt_grid_head_i {
    border-right: none !important;
}

.gantt_look_ahead_marker {
	background-color: #F8ECE0 !important;
}
/* #FCFAF3 */

.date-picker-wrapper .footer .shortcuts span.custom-shortcut a{
    color: #fff !important;
    background-color: #4499EE !important;
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration: none !important;
}

.link-color {
    color: rgb(35, 82, 124);
}

/*** for timesheet calendar****/
#log_sheet td.present_day a {
    background-color: #D0F9D0 !important;
    background-image: none !important;
}

#log_sheet td.absent_day a {
    background-color: #E8C2B6 !important;
    background-image: none !important;
}

/******* TABS *********/
.tabbed {
    margin-top: 5px;
    padding-top: 5px;
    min-width: 400px;
    margin: 0 auto;
    overflow: visible;

    height: 37px;
    border-bottom: solid 1px #ddd;

}
.tabbed ul {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 48px;
    list-style-type: none;
}
.tabbed ul * {
    margin: 0px;
    padding: 0px;
}
.tabbed ul li a {
    padding: 5px 2px 5px 8px;
    text-align: center;
    color: #909090;
    z-index: 7;
    text-transform: uppercase;
}

.tabbed ul li {
    display: block;
    float: left;
    padding: 2px 10px 0px;
    background-color: #ECECEC;
    margin-right: 46px;
    position: relative;
    cursor: pointer;
    color: #777;
    top: 5px;
}

.green-tabbed ul li {
    background-color: #5ca75f !important;
}

.green-tabbed ul li:before,
.green-tabbed ul li:after {
    background-color: #5ca75f !important;
}

.green-tabbed ul li a {
     color: #CFCFCF;
}

.green-tabbed ul li a:hover {
     color: #FFFFFF;
}

.green-tabbed ul li.active a:hover, .green-tabbed ul li.active a, .green-tabbed ul li.active a:active {
    color: #FFFFFF !important;
}

.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #ECECEC;
}
.tabbed ul li:before {
    right: -22px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 4px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
    z-index: 5;
}
.tabbed ul li:after {
    left: -22px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -4px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
    z-index: 4;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
    background-color: #F4F7F9;
}

.tabbed ul li:after {
    border-left: solid 1px #ddd;
}

.tabbed ul li:before {
    border-right: solid 1px #ddd;
}

.tabbed ul li:hover a {
    color: #23527c;
}

.tabbed ul li.active a {
    color: #23527c;
}

.tabbed ul li.active:after {

}
.tabbed ul li.active {
    background-color: #FBFBFB;
    top: 1px;
    z-index: 6;
    margin-top: 3px;
}

.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
    border-top: solid 1px #fff;
    background-color: #fff;
    color: #fff;
}

.tabbed ul li.active:before,
.tabbed ul li.active:after {
    border-top: solid 1px #ddd;
}

.tabbed ul li.active:after {
    border-left: solid 1px #ddd;
}

.tabbed ul li.active:before {
    border-right: solid 1px #ddd;
}

.tabbed ul li.active:after {
    width: 100%;
}

.tabbed ul li.active a {
    z-index: 7;
    font-weight: 400;
}

.tabbed ul li.active a:focus {
    border: none !important;
    box-sizing: none !important;
}

.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}












.tabbed-form div.tabbed ul li {
    background-color: #F9F9F9;
}

.tabbed-form div.tabbed ul li:before,
.tabbed-form div.tabbed ul li:after {
    background-color: #F9F9F9 !important;
}

.tabbed-form .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #F9F9F9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.tabbed-form form div .select2-container {
    margin-bottom:2px;
}

.tabbed-form form div.form-group {
    /*border-top: 1px solid #ECECEC !important ;*/
    margin-bottom: 0px;
    padding: 5px;
}

.tabbed-form .tab-content form {
    margin-top: 20px;
    margin-bottom: 10px;
}





div.file-uploaded-viewer-container-select-file {
    background-color: #FBFBFB;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.file-uploaded-viewer-container:hover {
    background-color: #FBFBFB;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer_chat_messages_container {
    position: absolute;
    bottom: 26px;
    right: 0;
    z-index: 8888;
    padding-right: 2px;
    padding-left: 8px;
}

.footer_chat_messages_container .message_chat_container {
    width: 300px !important;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 300px;
    max-height: 300px;
}

.cost_indicator {
    padding: 0px; margin:0px;
    background: rgba(64,178,56,1);
    background: -moz-linear-gradient(left, rgba(64,178,56,1) 0%, rgba(236,217,95,1) 42%, rgba(238,153,17,1) 66%, rgba(235,47,30,1) 83%, rgba(241,20,9,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,178,56,1)), color-stop(42%, rgba(236,217,95,1)), color-stop(66%, rgba(238,153,17,1)), color-stop(83%, rgba(235,47,30,1)), color-stop(100%, rgba(241,20,9,1)));
    background: -webkit-linear-gradient(left, rgba(64,178,56,1) 0%, rgba(236,217,95,1) 42%, rgba(238,153,17,1) 66%, rgba(235,47,30,1) 83%, rgba(241,20,9,1) 100%);
    background: -o-linear-gradient(left, rgba(64,178,56,1) 0%, rgba(236,217,95,1) 42%, rgba(238,153,17,1) 66%, rgba(235,47,30,1) 83%, rgba(241,20,9,1) 100%);
    background: -ms-linear-gradient(left, rgba(64,178,56,1) 0%, rgba(236,217,95,1) 42%, rgba(238,153,17,1) 66%, rgba(235,47,30,1) 83%, rgba(241,20,9,1) 100%);
    background: linear-gradient(to right, rgba(64,178,56,1) 0%, rgba(236,217,95,1) 42%, rgba(238,153,17,1) 66%, rgba(235,47,30,1) 83%, rgba(241,20,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b238', endColorstr='#f11409', GradientType=1 );
}

.ui-autocomplete {
    font-size: 11px !important;
    color: #424242 !important;
    font-weight: 300 !important;
}

.input-group-addon {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF ;
}


.active-project-navbar .navbar-nav > li > a.active {
  font-weight: 700;
}

.active-project-navbar .navbar-nav > li > a.active:hover {
  font-weight: 700 !important;
}

tr.tr_add_form td input {
    width: 100% !important;
}

#calendar div.fc-center h2 {
    font-size: 18px !important;
}

table tr .btn-next, table tr .btn-next:hover {
    background-color: #26c6da !important;
    border: 1px solid #26c6da;
}

table tr .btn-save, table tr .btn-save:hover {
    background-color: #00D1B2 !important;
    border: 1px solid #00D1B2;
}

table tr .btn-close, table tr .btn-close:hover {
    background-color: #FF3860 !important;
    border: 1px solid #FF3860;
}

a.btn-next {
    background-color: #26c6da !important;
    border: 1px solid #26c6da;
}

a.btn-save {
    background-color: #00D1B2 !important;
    border: 1px solid #00D1B2;
}

.btn-close {
    background-color: #FF3860 !important;
    border: 1px solid #FF3860;
}

.btn-next {
    background-color: #26c6da !important;
    border: 1px solid #26c6da;
}

.btn-save {
    background-color: #5ca75f !important;
    border: 1px solid #5ca75f;
}

.btn-close {
    background-color: #FF3860 !important;
    border: 1px solid #FF3860;
}

.fc-view-container {
    margin-top: 8px;
}

.fc-head {
    height: 25px !important;
}

.fc-widget-header {
    background-color: #26c6da !important;
    font-weight: 300;
}

span.select2-selection__arrow {
    display: none !important;
}

.navbar .select2-container {
    z-index: 999;
}

.bg-moz {
    background: -moz-linear-gradient(left, rgba(0,118,200,1) 0%, rgba(0,162,196,1) 50%, rgba(0,184,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    background: linear-gradient(to right, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076c8', endColorstr='#00b8c0',GradientType=1 );
}

.bg-moz-to-top {
    background: -moz-linear-gradient(left, rgba(0,118,200,1) 0%, rgba(0,162,196,1) 50%, rgba(0,184,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    background: linear-gradient(to top, rgb(0, 184, 192) 0%,rgb(0, 162, 196) 50%, rgb(231, 238, 242)80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076c8', endColorstr='#00b8c0',GradientType=1 );
}

.bg-moz-to-left {
    background: -moz-linear-gradient(left, rgba(0,118,200,1) 0%, rgba(0,162,196,1) 50%, rgba(0,184,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    background: linear-gradient(to left, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076c8', endColorstr='#00b8c0',GradientType=1 );
}

.bg-moz-to-try {
    background: -moz-linear-gradient(left, rgba(0,118,200,1) 0%, rgba(0,162,196,1) 50%, rgba(0,184,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,118,200,1) 0%,rgba(0,162,196,1) 50%,rgba(0,184,192,1) 100%);
    background: linear-gradient(to left, rgb(0, 184, 192) 0%,rgb(0, 162, 196) 80%, rgb(231, 238, 242)90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076c8', endColorstr='#00b8c0',GradientType=1 );
}


#set_active_project_select_label .select2-container {
    margin-right: 10px;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00B1C1;
    border-color: #00B1C1;
}

.form-block {
    padding: 15px 20px 15px 20px;
    border-left: #0082C7 6px solid;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.form-block .title {
    color: #0082C7;
    font-size: 120%;
    font-weight: 400;
    margin-left: 15px;
}

.form-block .textboxes div{
    margin-bottom: 15px;
}
.form-block .textboxes {
    padding-top: 12px;
}

table.form-block tr td {
    border: none !important;
}

.form-block .clearfix {
    margin:0px !important;
}

.blue-left-border {
    border-left: #0082C7 6px solid;
    padding: 0px;
}


/*********FORMS***********/
.pca-forms {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 90%;
}

.pca-forms .address {
    margin: 0px;
    max-width: 350px;
}

.pca-forms .top-line {
    border-bottom: 3px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pca-forms .logo {
    padding-left: 0px;
}

.pca-forms .title {
    padding-right: 0px;
}

.pca-forms .title h3  {
    color: #00B0C1;
    margin-top: 28px;
    margin-bottom: 4px;
}

.pca-forms .project-details  {
    margin-top: 0px;
    padding-left: 10px;
    text-align: right;
}

.pca-forms .project-details h3 {
    margin-top: 0px;
    color: #00B0C1;
}

.pca-forms .project-details .project_title {
    color: #00B0C1;
    margin-bottom: 2px;
    font-size: 120%;
    font-weight: 400;
}

.pca-forms .content {
    min-height: 300px;
}

.pca-forms .form-footer {

}

.pca-forms table {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.pca-forms table thead th {
    text-align: left !important;
    background-color: #FFFFFF;
    border-bottom: 2px solid #ddd !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    border-right: none !important;
    border-left: none !important;
}

.pca-forms table.table-list thead tr th:first-child {
    border-right: none !important;
    border-left: none !important;
    text-align: center !important;
    font-size: 11px;
}

.pca-forms table thead tr th:first-child {
    border-right: none !important;
    text-align: center !important;
}

table.table-form td{
    border: none !important;
}


div.gantt_child_task_text[task_id="1000000000001"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000001"],
div.gantt_child_task_text[task_id="1000000000002"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000002"],
div.gantt_child_task_text[task_id="1000000000003"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000003"],
div.gantt_child_task_text[task_id="1000000000004"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000004"],
div.gantt_child_task_text[task_id="1000000000005"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000005"],
div.gantt_child_task_text[task_id="1000000000006"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000006"],
div.gantt_child_task_text[task_id="1000000000007"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000007"],
div.gantt_child_task_text[task_id="1000000000008"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000008"],
div.gantt_child_task_text[task_id="1000000000009"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000009"],
div.gantt_child_task_text[task_id="1000000000010"] .gantt_cell:nth-child(n+2), div.gantt_task_line[task_id="1000000000010"]
{
    display: none;
}

table.table-list tr td:first-child{
    cursor: hand !important;
    cursor: pointer !important;
}

input[disabled] {
    height: 22px;
}

.btn-sm {
    padding: 3px 8px;
    min-width: 80px;
}

.pretty_datepicker {
    font-size: 90%;
}

.pdf-form .col-md-1,
.pdf-form .col-md-2,
.pdf-form .col-md-3,
.pdf-form .col-md-4,
.pdf-form .col-md-5,
.pdf-form .col-md-6,
.pdf-form .col-md-7,
.pdf-form .col-md-8,
.pdf-form .col-md-9,
.pdf-form .col-md-10,
.pdf-form .col-md-11,
.pdf-form .col-md-12 {
    padding: 0px;
}

.pdf-form table tr td {
    padding: 2px !important;
    vertical-align: middle !important;
}

.gantt_critical_task .gantt_task_content{
    color: #FFF !important;
}

span.label {
    font-weight: 300 !important;
}


.help_icon_in_footer{
  width: 20px;
  height: 20px;
  padding: 0px;
  bottom: 0;
  position: absolute;
  z-index: 9998;
  right: 0;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #85c1e9;
  cursor: hand;
  cursor: pointer;
}
