/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

html{
	background: #fff;
}

 .well.error{
 	border-color: red;
 }

 .fixed-navigation nav>ul{
 	width: 100%;
 }
 .smart-style-2 #left-panel{
 	padding-right: 0px;
 }

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{
	background-color: #89FF89;
}

@media print {
    #logo {
        filter: invert(1);
    }
}

.image_picker_image {
    width: 256px;
}

.minifyme{
	bottom:0;
}

.navigation-button-container{
	padding-top:15px;
	padding-bottom:15px;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
	font-style: normal;
	color: #508ec8;
}

.dataTable tbody .details-control:before{
	content: "\f13a";
}

.dataTable tbody .shown .details-control:before{
	content:"\f139";
}
div.no-before:before{
    content:'' !important;
}
.hidden-dt-search-box{
    height: 36px;

}
.hidden-dt-search-box .dataTables_filter{
    visibility: hidden;
}

.fc-event {
    border: 1px solid black !important;
    padding-left: 2px;
}

.fc-left {
    margin-left: 10px;
}

.fc-toolbar .fc-right {
    margin-right: 10px;
    font-size: 12px !important;
}

.fc-center {
    font-size: 12px !important;
}

.fc-left h2 {
    font-size: 16px !important;
}

.ajax-notifications {
    height: auto;
    display: block;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 0px;
    border-top: 0px;
    background: #FFF;
}

.ajax-dropdown{
    height: auto;
    /*max-height: 300px;*/
}

.chat-body li.message .message-text {
    margin-left: 0px !important;
}

#work-map-container .angular-google-map-container{
    width: 93%;
    height: 93%;
}