/*

* Override Pages default styles or create your own styles here

*/

.actions-select {
    width: 85px;    
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    display: inherit !important;    
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*Print Section*/

@media screen {
    #printSection {
        display: none;
    }
}
  
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
  


/*Modal lg*/

@media (min-width: 768px) {
    .modal .modal-dialog {    
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover {
    background-color: #ffb733;
}

.parsley-errors-list {
    color: darkred;
}

.dropzone2 .dz-default.dz-message {
    background-image: url(../plugins/dropzone/images/spritemap2.png);    
    top: 52%;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 0;
    content: "";
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fbfbfb;
    border-color: #e0e0e0;
}

select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: menulist;
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none;    
}    


/* select.form-control:not([size]):not([multiple]) {    
    height: 54px;
}

select {
    height: calc(2.25rem + 2px);
} */

.sweet-overlay {    
    z-index: 1051;
}

.la-ball-fall {
    width: 56px;    
}

.widget--1 {
    height: 145px;
}

.widget--1-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--2 {
    height: 145px;
}

.widget--2-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--3 {
    height: 145px;
}

.widget--3-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--4 .list-inline a {
    padding: 3px 4px;
    border-radius: 3px;
    opacity: .7;
}
.widget--4 .list-inline .active a {
    opacity: 1;
}
.widget--4 .nvd3-line svg {
    height: 316px;
}
.widget--4 .company-stat-boxes .close {
    line-height: 0;
}
.widget--4 .widget--4-search {
    margin-top: -3px;
}
@media (max-width: 992px) {
    .widget--4 {
        flex: none;
    }
}

.bg-success-2 {
    background-color: #10CFBD;
}

#table_monitor td {
    vertical-align: middle;
}

#table_reports td {
    vertical-align: middle;
}

ul.squares li div {  
    display: inline-block;  
    width: 5px;
    height: 5px;    
    margin-right: 5px;
    margin-bottom: 1px;
}

div#legend span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;   
    margin-bottom: 1px; 
}

.img-list-resume {
    height: 18px;
}

.table tbody tr td {    
    padding: 10px;    
}

.table-data tbody tr td{
    background: transparent !important;    
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 12.5px;
    padding: 1px;
}

.table-data tbody tr td span{
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 5px;
}

tr.odd .table-data.table-striped tbody tr td {
    background: #fff !important;
}

tr.even .table-data.table-striped tbody tr td {
    background: #fafafa !important;
}

@media (max-width: 991px) {
    .custom-h3 {
        font-size: 17px;
        line-height: 35.88px;
    }
}

.login-wrapper .bg-pic > img {
    height: 100%;
    opacity: 0.8;
}

.table tbody tr td {
    vertical-align: middle;
}

.error {
    font-family: Arial, sans-serif;
    -webkit-appearance: none;    
    outline: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;    
}

.form-group-default.focused label {
    opacity: 1;
}

.form-group-default.form-group-default-select2 > label {    
    z-index: 10000;    
}

.calendar .calendar-header > .drager {
    border-right: 0px;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell {
    height: initial;    
}

.dropdown-menu {
    z-index: 1000 !important;
}

.label-with-select2 {
    z-index: 9 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(98, 98, 98, 0.75) !important;
}

/* .form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
    padding-top: 0px;
    height: 32px;    
} */

.calendar .calendar-container .allday-cell {    
    width: 25px;    
}

.calendar .time-slot-wrapper {    
    width: 25px;        
}

.time-slot {
    display: none !important;    
}

.resizable-handle {
    display: none !important;
}