/*
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 : Sep 27, 2018, 10:49:42 PM
    Author     : pegas
*/

.card {
    background: #fff;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.dashboard-card{
    width: 100%;
    height: auto; 
}

.dashboard-card h1, .dashboard-card h2, .dashboard-card h3, .dashboard-card h4, .dashboard-card h5{
    margin: 0px;
    display: inline;
}


.dashboard-card-part{
    padding: 15px;
    width: 100%;
    height: auto;
    color: #ffffff;
}

.dashboard-card-part .dash-icon{
    font-size: 30px;
}

.dashboard-card-part .title h4{
    margin: 0px;
    display: inline;
    top: 6px;
    position: relative;
    float: right;
}

.dashboard-card-part h1{
    margin: 0px;
    font-size: 72px;    
}

.label-block{
    width: 100%;
    display: block;
    line-height: inherit;
}


.notific8-notification.family-legacy.lime, .notific8-notification.legacy.lime, .notific8-notification.ocho.lime{
    background-color: #009688 !important;
    border-color: #00796B !important;
}

.notific8-notification.family-legacy.lime .notific8-close, .notific8-notification.legacy.lime .notific8-close, .notific8-notification.ocho.lime .notific8-close{
    background-color: #00796B !important;

}

.btn[disabled]:hover{
    color: #ccc !important;
}

.btn[disabled]{
    color: #ccc !important;
}

.modal-header .close{
    margin-top: 1px !important;
    opacity: 1;
    text-shadow: none;
}

.modal-header .close:hover{
    opacity: 0.75;
}

.sweet-alert, .sweet-alert button{
    /*border-radius: 0px !important;*/
    opacity: 1 !important;
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iframeModal .modal-dialog{
    height: calc(100% - 65px);
    min-height: calc(100% - 65px);
}

.iframeModal .modal-content {
    height: 100%;
    min-height: 100%;
}

.iframeModal .modal-body{
    height: calc(100% - 120px);
    min-height: calc(100% - 120px);
    padding: 0px;
}

.full-height-modal .modal-dialog{
    height: calc(100% - 65px);
    min-height: calc(100% - 65px);
}

.full-height-modal .modal-content {
    height: 100%;
    min-height: 100%;
}

.full-height-modal .modal-body{
    height: calc(100% - 120px);
    min-height: calc(100% - 120px);
    overflow: auto;
}

.form-control.double-filter, .form-control.double-filter + span{
    height: 14px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    margin-bottom: 1px;
}

table.text-center td, table.text-center th{
    text-align: center;
}

.fixed-iframe-modal-footer{
    position:fixed; 
    bottom:0; 
    background: #fff;
    width: auto;
    text-align: right;
    padding-top: 10px; 
    right: 0px;
}




/*MODERN START*/
input, select, textarea, .table, .label, .list-group-item, .modal-content, .panel, .sweet-alert, .dd-item, .dd3-content, .dd-handle, #map{
    border-radius: 20px !important;
}

.btn, button{
    border-radius: 20px;
}

.alert{
    border-radius: 40px !important;
}

.btn-xs{
    border-radius: 10px !important;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px !important;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px !important;
}

.table thead tr:first-child th:first-child {
    border-top-left-radius: 20px !important;
}

.table thead tr:first-child th:last-child {
    border-top-right-radius: 20px !important;
}

.modal-header, .panel-heading{
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px  !important;
}

.input-group input, .input-group select, .dd-handle{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group-addon{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.label-as-input span{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nav-side-menu .label{
    border-radius: 0px !important;
}

.notific8-notification{
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
    padding-left: 35px !important;
}

/*MODERN END*/


@media (min-width: 992px) { 

}