﻿/*
Custom CSS
*/

/*Form class*/
.form-control:focus {border:2px solid #2962ff!important;}
.form-control {border: 1px solid #bbbbbb!important;}

/*Table class*/
.table thead th {font-weight: 700;}
.table thead th.checkboxColumn {width:20px!important;}

/*DataTable class*/
.dataTables_wrapper .dataTables_processing {
    background: none !important;
}
.dataTables_filter {
    text-align:left!important;
}

.ngxToolbarDataTable {
    float: left !important;
    text-align: left !important;
}

table.dataTable tbody tr:hover {
    cursor: pointer !important;
    *cursor: hand !important;
}

/*Nav class*/
.nav-tabs {border-radius: 10px !important}

/*******************************/
/*******************************/
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgb(41, 98, 255);
    background: rgba(41, 98, 255, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(41, 98, 255);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
td.slim {width: 35px;}
