/*
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 : 7 Aug, 2020, 7:59:39 PM
    Author     : yogesh
*/

body{
    font-size: 0.95rem;
}

.content-header{
    padding: 0px;
}

.content{
    padding: .5rem !important;
}

#middle{
    position: relative;
    /* height: calc(100vh - 2.5rem - 5rem - 1px); */
    height: calc(100vh - 75px);
    /* margin: 0 1rem; */
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    background: #FFF;
}

/*.full-height {
    height: 100vh;
}*/

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.navbar{
    padding: 0 0.5rem;
}

.layout-navbar-fixed .wrapper .content-wrapper{
    margin-top: calc(2.5rem + 1px);
    padding-bottom: 0 !important;
    /* padding-top: 1rem; */
    /*padding-bottom: 0px;*/
}

.main-footer{
    padding: 5px 10px;
}

.card{
    border-radius: 0;
}

.info-box{
    width: auto;
}

.navbar-nav>.user-menu .user-image{
    margin-top: 3px;
}

.brand-link .brand-image{
    background-color: #FFF;
    opacity: .9;
}

.login-page{
    background-image: url('../images/login-bg.jpg');
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
}

b, strong{
    font-weight: 700;
}

.login-logo>img{
    height: 100px;
    width: 100px;
}

.login-box, .register-box{
    position: absolute;
    right: 50px;
    top:20px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: 80px;
}

.user-menu{
    padding-top: 5px;
    padding-left: 20px;
}

.table td, .table th{
    padding: 6px;
    border-top: none;
}

.toast-local{
    border-radius: 3px;
    left: calc(50% + 125px - 150px);
    padding: 20px 15px;
    position: absolute;
    width: 300px;
    /*min-height: 30px;*/
    background-color: #000; /*#0097bc;*/
    color: #fff;
    z-index: 10000;
    opacity: 0.9;
    text-align: center;
}

.toast-global{
    border-radius: 3px;
    left: calc(50% - 250px);
    position: absolute;
    padding: 20px 15px;
    width: 500px;
    top: 50px;
    /*min-height: 30px;*/
    background-color: #00a65a; /*#0097bc;*/
    color: #fff;
    z-index: 10000;
    opacity: 0.9;
    text-align: center;
    display: none;
}

.select2-selection__choice{
    background-color: #5897fb !important;
}

.font-box{
    width: 60px;
    height: 60px;
    font-size: 40px;
    padding: 3px;
    background-color: orange;
    text-align: center;
    vertical-align: middle;
}

.dataTables_wrapper a{
    margin: 0 2px;
}