/*
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 : 11-feb-2019, 14:31:26
    Author     : franciscolagos
*/

.login-page, .register-page {
    background: url("../images/back.jpeg") no-repeat center center fixed;
    background-size: cover;
}
.content-wrapper {
    background: url("../images/wrapper.jpg") no-repeat center center fixed;
    background-size: cover;
}
.login-logo a{
    color:#09468A;


}
.login-logo{

    background-color:rgb(12,70,130);

    margin-bottom: -10px;
}
table.dataTable tbody tr.selected {
    color: white;
    background-color: #8fbcd6;  /* Not working */
}
.info-box-icon-small {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    background: rgba(0,0,0,0.2);
    padding: 0;
}
.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    /* font-family: fontAwesome; */
    font-family: "Font Awesome\ 5 Free"; /* cjr */
}
.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-weight: 900; /* cjr */
}
table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background: #E9F4FB;
}
table.dataTable.table-striped tbody tr:nth-of-type(odd) {
    background: #E9F4FB;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background: white;
}

table.dataTable.table-blue thead{ 
   color: white;
   background-color: #0073b7 !important; 

}
table.dataTable.table-teal thead{ 
   color: white;
   background-color: #39cccc !important; 

}
table.dataTable.table-striped.DTFC_Cloned tbody tr.selected{
    color: white;
    background-color: #8fbcd6;
}
table.dataTable.table-striped tbody tr.selected{
    color: white;
    background-color: #8fbcd6;
}
.DTFC_LeftHeadWrapper{
    height: 38px;
}
.DTFC_RightHeadWrapper{
    height: 32px;
}
.dataTables_processing
{
    z-index: 105
}
.pointer {cursor: pointer;}

.bg-yellow-light {
    background-color: #fce3a4;
}