.modal .close {
	opacity:1 !important;
}
.btn.btn-clear{
    background-color: #00c18c;
    border-color: #00c18c;
    color: #fff !important;
    height: 40px;
    width: 40px;
}
.btn.btn-clear i{
    color: #fff !important;
}
.doc-layout-preview{
     background: url(../img/doclayout.jpg) no-repeat;
     height: 266px;
     width: 830px;
}
.doc-croppie-container{
    position: absolute; right:75px; top:0px;
}
.btn-croppie-container{
    position: absolute; right:68px; top:30px; z-index: 1111;
}
.btn-croppie-container button{
    width: 35px;
}

table {
    background-color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 10px;
    font-family: 'robotoregular';
    font-size: 12px;
}
.table > thead > tr > th, .table > tbody > tr > th{
    font-family: 'robotoregular';
    font-size: 14px;
    background-color: #4d585a;
    color:#fff;
}
.table .status-data-2{
    width: 110px;
}
.table .status-data-2 button{
    margin: 2px;
}
.table .status-data{
    text-align: center;
    vertical-align: middle;
}
.table .status-question{
    background-color: #fb7a48;
}
.table .badge-green {
    border-radius: 50px;
    padding: 7px;
}
.table .badge-orange {
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 10px;
}
.table .badge-red {
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 9px;
}



.nav-tabs li a{
    color: #06b363;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #005e33;
}

.table-hover > tbody >tr:hover{
    /*background-color: #eefcf6;*/
}

.item-row:hover, .item-row:focus .item-row:active{
     /*background-color: #eefcf6;*/
}

.control-sidebar-menu .title i{
    color: #00c088;
}

.sidebar-toggle{
        display:none;
    }
@media (max-width: 767px) {
    
    .sidebar-toggle{
        display:inline;
    }
}


.box .overlay > .loader {	
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	
}

.box .overlay > .loader::after {
  content: url(../img/ajax-loader.gif);
}

.box.box-solid.box-govern-dark-grey > .box-header {
    background: #4d585a none repeat scroll 0 0;
    color: #fff;
}

.box.box-solid.box-govern-dark-grey > .box-header a, .box.box-solid.box-govern-dark-grey > .box-header .btn{
    color: #fff;
}
.box.box-solid.box-govern-dark-grey > .box-header .btn.btn-govern:hover,
.box.box-solid.box-govern-dark-grey> .box-header a:hover {
  background: #00c18c none repeat scroll 0 0 !important;
}

.box.box-solid.box-govern-dark-grey > .box-header .btn.btn-govern,
.box.box-solid.box-govern-dark-grey> .box-header a {
  border-radius: 1px;
}

.box.box-solid .box-header{
	
}

.mce-path.mce-flow-layout-item.mce-first{
	display:none !important;
}