html{
    height: calc(100% - 75px);
}
body {
    background-color: #ffffff;
    font-family: 'Segoe UI',"Montserrat", Helvetica, Arial, sans-serif;  
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Segoe UI', "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
}
h1{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
    font-weight: 500;
}
h6{
    font-size: 16px;
}
.form-control, .dropdown-menu{
    font-size: 13px;
}
a:hover{
    text-decoration: none;
}
.table th, .table td{
    word-wrap: break-word;
}
.budge-purple{
    background-color:#7367f0;
}
.bg-purple{
    background-color:#7367f0;
    color: #fff;    
}
.badge-warning {
    background-color: #ff9f43;
}
.badge-danger {
    background-color: #ea5455;
}
.badge-teal{
    background-color: #4dc0b5;
}
.bg-light-blue{
    background: #3490dc1c !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.01);
}
.text-purple{
    color:#6f5499;
}
.bg-blue{
    background: #1e6aa8;
}
header{
    height: 40px;
}
.btn-dark{
    border: 0;
}
.card {
    border-radius: 0;
}
.table {
    color: #000000;
}
.table thead th {
    font-size: 16px;
}
.rounded-xl{
    border-radius: 10px;
}
.table .row:nth-child(2n) {
    background: #ebf3f8;
}
.wrapper{
    height: auto;
    min-height: 100vh;
    width: 100%;
    position: relative;
}
.top{
    margin-left: 250px;
}
.sideMenu{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    min-height: 100vh;
    z-index: 200;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    transition: all .25s ease;
}
main{
    position: relative;
}
.content{
    margin-left: 250px;
    position: relative;
    padding-bottom: 100px;
}
.inner-content{
    background: #fff;
    padding: 20px;
}
.thumbnail {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    max-width: 100%;
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.navbar{
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    
}
.navbar-nav{
    background: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #626262;
}
.nav-item{
    position: relative;
    
}
.sideMenu .nav-item.active, .sideMenu .nav-item.show .nav-link{
    color: #626262;
}
.navbar-nav .nav-link{
    padding: 1px 10px;
    color: #000000;
    
}
.navbar-nav >li{
    margin-bottom: 15px;
}
.sideMenu .navbar-nav .nav-link{
    transition: all 700ms;
}

.sideMenu .navbar-nav .nav-link:hover{
    margin-left: 10px;
    
}
.nav-sub-item{
    list-style: none;
    height: 0;
    opacity: 0;
    transition: max-height 1s ease-out;
}

.active .nav-sub-item{
    position: relative;
    z-index: 3;
    bottom: auto;
    border: 0 none;
    margin-top: 0;
    box-shadow: none;
    transition: max-height 1s ease-in;
    height: auto;
    opacity: 1;

}
.nav-item.active .fa-chevron-right {
    transform: rotate(90deg);
}
.nav-link.current{
    font-weight: 500;
    background: #3490dc !important;
    color: #fff;
}
a .large{
    font-size: 16px;
}
.current .text-primary{
    color: #ffffff !important;
}
.front-banner{
    background-image: url(/images/home-banner.jpg);
    height:300px;
}
.front-banner h1 {
    z-index: 1;
}
.table thead th {
    font-family: 'Segoe UI', roboto;
}
.table tbody tr:hover {
    background: #ffffff !important;
}
.pagination {
    justify-content: center;
}
.fa-circle:before {
    font-size: 10px;
}
footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.show-info{
    cursor: pointer;
}
.message-box{
    position: absolute;
    display:none;
    padding: 20px;
    border-radius: 3px;
    top: 50px;
    right: 50px;
    width: 300px;
    z-index: 999;
}
.equal .card{
    height: 100%;
}
.template-cat {
    position: absolute;
    bottom: 0;
    left: 15px;
}
/* .show-message{
    display: block !important;
    z-index: 999;
} */
/* .message-box:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #ebebeb transparent;
    position: absolute;
    z-index: 9999;
    top: -12px;
    left: 50px;
} */
/* .message-box textarea{
    border: none;
    padding: 15px;
    border-radius: 5px;
    background: transparent;
    text-align: left;
    text-align: left;
} */
.message-box img{
    max-width: 150px;
}

.close-modal {
    background: transparent;
    border: 0;
}

.lock-modal {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    bottom: 0;
}
.table .thead-light th{
    background-color: #F3F3F3 !important;
    border-color: #dee2e68f;
}
.table thead th {
    border-top: 0;
    border-color: #dee2e68f;
}
@media screen and (min-width: 1080px){
    .card-container{
        display: flex;
    }
    .search-container{
        margin-right: 20px;
    }
}

@media screen and (max-width: 1079px){
    .content, .top {
        margin-left: 180px;
    }
    .sideMenu {
        width: 180px;
    }
    .left-container {
        display: block !important;
        padding-top: 15px;
    }
    .btn-container{
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .hide-in-mobile{
        display: none !important;
    }
  }
  @media screen and (max-width: 980px){
    
  }


