/* Add here all your CSS customizations */

/* Horizon color overides */
.panel-featured-primary{
    border-color: #05ADEF !important;
}

.panel-heading-white{
    background-color: #FDFDFD;
    border-bottom: none;
    color: #000;
    font-size: 18px;
}

.circle-icon {
    border: 2px solid #05ADEF;
    background: #d3f2ff;
    color: #05ADEF;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
    /*padding: 30px;*/
}

.static{
    border: 1px solid #05ADEF;
    background: #d3f2ff;
    border-radius: 3px;
    padding:10px;
    color: #000;
    font-size: 14px;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #05ADEF;
}

.body-sign .panel-sign .panel-title-sign .title {
    background-color: #05ADEF;
}

.body-sign .btn-primary{
    background-color: #05ADEF;
}

.body-sign .btn-primary:hover{
    background-color: #51d0ff;
}

.body-sign .btn-primary:active{
    background-color: #51d0ff;
}

.body-sign .btn-primary:after{
    background-color: #51d0ff;
}

.text-client{
    color: #05ADEF;
}

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

th.filter_th:hover{
    cursor:pointer;
    color:#20b3fc;
}

.denied{
    color:#dddddd !important;
}

.popover{
    max-width: 2200px !important;
}

.edit-pencil{
    cursor: pointer;
}

.select2-container--bootstrap .select2-results > .select2-results__options{
    max-height: 250px !important;
}

.corporate h2{
    color: #33353F;
    font-size: 20px;
    line-height: 20px;
    margin:10px 0px;
    padding:0;
    text-transform: none;
    letter-spacing: -1px;
}

.corporate h3{
    color: #33353F;
    font-size: 16px;
    line-height: 10px;
    margin:0px 0px 10px 0px;
    padding:0;
    text-transform: none;
    /*letter-spacing: -1px;*/
}

.no-highlight{
    text-decoration: none !important;
}

.bg-default-circle{
    background-color: #b5b5b5;
}

.bg-danger-circle{
    background-color: #CE5751;
}

.bg-success-circle{
    background-color: #a7c19b;
}

.bg-info-circle{
    background-color: #a7c19b;
}


.content-body{
    /*padding: 20px;*/
}

.dropzone .dz-preview .dz-error-message {
    top: 150px!important;
}


ul.nav-main li .nav-children li.nav-active > a {
	color: #05ADEF;
}

/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #05ADEF;
}

/* Page Header */
.page-header h2 {
    border-bottom-color: #05ADEF;
}

.line-heigh-adjust{
    line-height: 1.6rem !important;
    font-size: 12px !important;
}

html .wizard-progress .wizard-steps li a span, html.dark .wizard-progress .wizard-steps li a span {
    background-color: #FFF;
    border-color: #DDD;
    color: #DDD;
}

html .wizard-progress .wizard-steps li.active a span, html.dark .wizard-progress .wizard-steps li.active a span{
    color:#05ADEF;
    border-color:#05ADEF;
}

html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
    background-color: #DDD;
}

html .wizard-progress .steps-progress .progress-indicator, html.dark .wizard-progress .steps-progress .progress-indicator {
    background-color: #05ADEF;
}

html .wizard-progress .wizard-steps li.complete a span, html.dark .wizard-progress .wizard-steps li.complete a span{
    background-color: #05ADEF;
    color:#FFF;
    border-color:#05ADEF;
}

.panel-primary{
    border-color: #05ADEF;
}

.bg-primary{
    background: #05ADEF;
}

html .panel-primary .panel-heading {
    background-color: #05ADEF;
    border-color: #05ADEF;
}

body .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #05ADEF;
    border-color: #05ADEF;
}

body .btn-primary:hover {
    background-color: #05ADEF;
    border-color: #05ADEF;
}

body .btn-primary:active {
    background-color: #05ADEF;
    border-color: #05ADEF;
}

body .btn-primary:focus {
    background-color: #05ADEF;
    border-color: #05ADEF;
}

.profile-picture img {
  height: 35px;
  width: auto; 
}

.profile-picture-div{
    width: 35px; 
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.profile-picture-div-profile{ 
    min-height: 250px;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.fc-event-default:hover{
    color: #FFF;
}

.fc .fc-toolbar .fc-button.fc-state-active{
    background-color:#05ADEF;
}

.fc .fc-toolbar h2 i{
    color: #000 !important;
}

.fc .fc-toolbar h2::before {
    color: #000 !important;
}

#params .btn-group{
    width: 100%;
}

#params .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{
    width: 100%;
}

#params .open > .dropdown-menu {
    /*width: 100%;*/
}

.CodeMirror{
    height: 150px;
}

.note-dropzone .note-toolbar .panel-primary .panel-heading{
    background-color: #F5F5F5 !important;
}

ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #05ADEF inset;
    background-color: #05ADEF44;
}

.label-primary{
    background: #05ADEF;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
	background-color: #05ADEF;
	border-color: #05ADEF;
}

.dropdown-menu{
    z-index: 10000;
}

@media only screen and (min-width: 768px){
    html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu) .content-body {
        width: calc(100%);
        flex: none;
    }
    
    html, body{
        background:#ecedf0;
    }
}
.note-toolbar{
    background-color: #f6f6f6 !important;
}

.project-cost-calculator tfoot td{
    background-color: #efefef;
}

.project-cost-calculator th{
    background-color: #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
  font-size:20px;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.contendo_footer{
    position:absolute;
    bottom:0;
    /*z-index: 99999;*/
}

@media only screen and (min-width: 767px) {
    .contendo_footer{
        /*margin-left: 300px;*/
    }
}

.fileshare-structure{
    min-width: 300px;
    overflow-x: auto;
    white-space: nowrap;
    text-align: left !important;
}
@media only screen and (min-width: 990px) {
    .fileshare-structure{
        text-align: right !important;
    }
}

/* Calendar Mods */
.fc-event .fc-event-inner{
    padding-top: 0px;
    padding-bottom: 0px;
}

.fc-event{
    cursor: pointer;
}

.sidebar-event{
    padding:10px 20px 10px 10px;
    width:500px;
    position: fixed;
    float: right;
    top:0;
    right:0;
    height:100%;
    background-color: white;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
}

@media only screen and (max-width: 600px) {
    .sidebar-event{
        width:100%;
    }
}

.shadow {
    -webkit-box-shadow: 10px 0px 20px 10px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    10px 0px 20px 10px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         10px 0px 20px 10px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.fc-grid .fc-event-title{ white-space: nowrap; }
.notification-icon{width:30px !important;}
.hover-end{padding:0;margin:0;font-size:75%;text-align:center;position:absolute;bottom:0;width:100%;opacity:.8}

.checkbox-child{
    margin-left:25px;
}

.datepicker table tr td.disabled{
    background-color: #F2DEDE;
}

.nowrap{
    white-space: nowrap !important;
}

.bg-default-circle{
    background-color: #EBEDF0;
}

fieldset.scheduler-border {
    border: 1px groove #DDDDDD !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {

    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

@media only screen and (max-width: 991px){
    .table.table-no-more td {
        padding-left: 5px;
        padding-top: 30px;
    }
}

.grid-highlight{
    background-color: #D9EDF7;
}

.schedule-grid td{
    vertical-align: middle !important;
}

.has-error .dropdown-toggle{
    border:1px solid #a94442;
}

.row-danger td{
    background-color: #F2DEDE;
    color: #A94442;
}

.is-filtered .help-block, .is-filtered .control-label, .is-filtered .radio, .is-filtered .checkbox, .is-filtered .radio-inline, .is-filtered .checkbox-inline, .is-filtered.radio label, .is-filtered.checkbox label, .is-filtered.radio-inline label, .is-filtered.checkbox-inline label {
    color: #368236;
}

.is-filtered .form-control{
    border-color: #368236;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #dff0d8;
}

.is-filtered .input-group-addon {
    color: #368236;
    background-color: #dff0d8;
    border-color: #368236;
}

.is-filtered .dropdown-toggle {
    border: 1px solid #368236;
    background-color: #dff0d8;
}

.is-filtered .select2-dropdown, .is-filtered .select2-selection {
    border-color: #368236;
    background-color: #dff0d8;
}

.alert-notice {
    color: #2B3A94;
    background-color: #FAFF59;
    border-color: #ffc700;
}

/*********************
*** Custom Labels ***
*********************/

.label-new{
    background-color: #e2e2e2;
    color: #ff0000;
    border: 1px solid #ff0000;
}

.label-approved{
    background-color: #fff;
    color: #05ADEF;
    border: 1px solid #05ADEF;
}

.label-pending{
    background-color: #fff;
    color: #ED9C27;
    border: 1px solid #ED9C27;
}

/***************************************************************
*** Always show scrollbar for bootstrap respoonsive tables *****
***************************************************************/

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.language-toggle.dark{
    color:#FFF;
    margin: 13px;
    font-size: 14px;
    float:right !important;
}

.language-toggle.light{
    color:#999999;
    margin: 13px;
    font-size: 14px;
    text-align: center;
}

.language-toggle.dark a{
    color:#cdcdcd !important;
}

.language-toggle.light a{
    color:#337ab7 !important;
}

.language-toggle.dark .selected{
    color:#FFF !important;
    font-weight: bold;
}

.language-toggle.light .selected{
    color:#999999 !important;
    font-weight: 200;
}

.language-toggle.dark a:hover{
    color:#FFF !important;
    text-decoration: none;
}

.language-toggle.light a:hover{
    color:#337ab7 !important;
}