/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/07/2015, 02:31:37 AM
    Author     : Jorge Chavez
*/


body { background-color: #F5F6F5; }
.wrapper { width: 1024px; margin: auto !important; padding: 15px !important;}
.clickable { cursor: pointer; }

header { background-color: #000; }
.uk-navbar-nav > li > a { text-shadow: none; color: #666; }
.uk-navbar-nav > li.uk-active > a { background-color: #333 !important; color: #eee !important; }
.uk-navbar-nav > li:hover > a { background-color: transparent !important; color: #999 !important; }
a.logo { color: #fff !important; text-decoration: none; text-shadow: none; font-weight: bold; font-size: 1.5em; line-height: 41px; }
a.logo span { color: #00a8e6 !important; text-decoration: none; text-shadow: none; font-weight: 300; }
.account-options a { font-size: 1.2em; text-shadow: none; color: #ddd; padding: 0 5px; }
.account-options a:hover { color: #fff; cursor: pointer; }
.account-options a .uk-badge { font-size: 0.7em; vertical-align: super; line-height: 14px; min-width: 14px; }

/* uikit overrides */
.uk-badge { cursor: default; }
.uk-table-hover tbody tr:hover { background-color: #fafafa;}
.uk-table tbody tr td { border-bottom: 1px solid #fafafa; }

/* datatables overrides */
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
	background-color: white;
}
.dataTables_wrapper th, .dataTables_wrapper td { white-space: nowrap; }
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot, .DTFC_LeftWrapper td {
    background-color: #fafafa !important;
}
.dataTables_wrapper tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
body.DTTT_Print { background-color: #fff; }
.DTTT_Print .dataTables_wrapper { position: absolute; left: 0; top: 0; }

.custom-slider {
	margin-top: 15px !important;
	color: #111111;
}
.custom-slider a {
	color: #111111;
}

#color-wrapper .clickable {
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}
#color-wrapper .clickable:hover { 
    background-color: rgba(255,255,255, 0.15);
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}