/* Add here all your CSS customizations */

/* Learnsphere color overides */
.body-sign .panel-sign .panel-body {
    border-top-color: #00aeef;
}

.body-sign .panel-sign .panel-title-sign .title {
    background-color: #00aeef;
}

.body-sign .btn-primary{
    background-color: #00aeef;
}

.body-sign .btn-primary:hover{
    background-color: #00aeef;
}

.body-sign .btn-primary:active{
    background-color: #00aeef;
}

.body-sign .btn-primary:after{
    background-color: #00aeef;
}

.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: 450px !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;
}

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

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


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

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

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

.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:#009999;
    border-color:#00aeef;
}

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: #00aeef;
}

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

.panel-primary{
    border-color: #00aeef;
}

html .panel-primary .panel-heading {
    background-color: #00aeef;
    border-color: #00aeef;
}

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

body .btn-primary:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

body .btn-primary:active {
    background-color: #00aeef;
    border-color: #00aeef;
}

body .btn-primary:focus {
    background-color: #00aeef;
    border-color: #00aeef;
}

.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:#00aeef;
}

.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 #00aeef inset;
    background-color: #00aeef44;
}

.label-primary{
    background: #00aeef;
}

.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: #0576B4;
	border-color: #0576B4;
}

.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;*/
}

.tcday{
    height: 20px;
}

.tcmonth{
    height: 20px;
}

.tcyear{
    height: 20px;
}

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

    .amount{
        font-size: 18px !important;
    }
    
    .info{
        line-height: 1.8em !important;
    }
    
    .widget-link:hover{
        background-color: #EEEEEE;
        border-radius: 6px;
        text-decoration: none;
    }
    
    .info{
        color: #777777;
    }
    
    .panel-featured-left {
        border-left-width: 10px;
    }
    
    .panel-title-widget{
        font-size: 25px !important;
    }
    
    .fc-event:visited{
        text-decoration: none !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;
}