/*
 * 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
 */


.txt-color-Error {
	color: #a90329 !important;
}
.txt-color-Done {
	color: #5b835b !important;
}
.txt-color-Working {
	color: #9b711a !important;
}
	
/*Overwrite warning dialog color*/	
.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(230, 66, 66, 0.8);
    padding: 20px;	
 }   

/*Adding new class for table row colors*/    
.table>tbody>tr.error>td,
.table>tbody>tr.error>th,
.table>tbody>tr>td.error,
.table>tbody>tr>th.error,
.table>tfoot>tr.error>td,
.table>tfoot>tr.error>th,
.table>tfoot>tr>td.error,
.table>tfoot>tr>th.error,
.table>thead>tr.error>td,
.table>thead>tr.error>th,
.table>thead>tr>td.error,
.table>thead>tr>th.error{background-color:#f2dede}




#logo img {
    width: 174px;
    height: auto;
    padding-left: 3px;
}


#extr-page #header #logo img {
    width: 174px;
}

/*Adding more space in table hidden row on mobile and tablet devices*/
table.has-columns-hidden>tbody>tr.row-detail>td>ul>li {
	height:25px !important; 
}





.my-smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

/*
.my-smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}*/