/* here you can put your own css to customize and override the theme */


.portlet>.portlet-title>.actions {
    float: left !important;
  
    margin-left: 20px !important;
}

.tablescrollable select
{
	font-size:10px;
}
select
{
font-size:10px;
}

.forget-form
{
	display:block !important;
}

.title
{
	font-weight:bold !important;
	background-color: #eeeeee !important;
}

.titlesub
{
	font-weight:bold !important;
	background-color: #eeeeee !important;
}

tr.titlerow
{
	
	 background-color: #fbfcfd !important;
}

.page-header .page-header-top .page-logo .logo-default
{
	margin:0 !important;
}

/*.page-header .page-header-top .page-logo {
    
   
    height: 140px !important;
}
*/

table.dataTable.no-footer {
     border-bottom: 0px  !important; 
}

.topborder
{
border-top:1pt solid black   !important;
}


.Cancelled
{
	    background-color: #FA8072 !important;	
}
.Archive
{
background-color: #00BFFF !important;	
}

.btn.btn-outline.green {
    border-color: #32c5d2;
    color: #32c5d2;
    background: #fff !important;
}