body {
    -webkit-user-select: none;
    background-color: transparent;
}

section.content {
    -webkit-user-select: text;
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0 0 5px;
}

.content-wrapper, .right-side {
    height: 100vh;
}

.modal {
    z-index: 1000;
}

.top_header {
    width: 100%;
    height: 20px;
    /*-webkit-app-region: drag;*/
    background: rgba(238, 238, 238, 0.5);
}

.top_header .button {
    font-size: 16px;
    float: right;
    padding: 2px 10px;
    height: 100%;
}

.top_header .button i {
    font-size: 16px;
}

.top_header .button i:before {
    /*margin: auto;*/
}

.top_header .button.close:hover {
    background-color: red !important;
}

.ui .dimmer {
    margin-top: 50px !important;
}

@media screen and (min-width: 1024px) {
    .breadcrump {
        display: none;
    }
}

.notification {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background: #00a65a;
    color: white;
    border-bottom-left-radius: 20px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
    /*-moz-transition: height .3s linear;*/
    /*-o-transition: height .3s linear;*/
    -webkit-transition: height .3s linear;
    /*border: 1px solid #eee;*/
    box-shadow: 0 0 10px black;
}

.inner_of_not {
    padding: 10px 30px;
}

table.KeyTable th.focus,
table.KeyTable td.focus {
    outline: 3px solid #3366FF;
    outline-offset: -3px;
}

thead {
    font-size: 14px;
}

.main-header .sidebar-toggle {
    padding: 15px 15px;
}

th {
    background: #ecf0f5;
    text-align: center;
    text-indent: 5px;
}

th, td {
    white-space: nowrap;
}

td, th {
    overflow-x: hidden;
}

td.svva, th.svva {
    /*     	background: rgba(57, 204, 204, 1); */
    background: rgba(0, 250, 155, 0.44);
}

td.city, th.city {
    /*     	background: rgba(96, 92, 168, 1); */
    background: #AFEEEE;
}

td.name, th.name {
    /*     	background: rgba(255, 133, 27, 1); */
    background: #FAEBD7;

}

td.date, th.date {
    /*     	background: rgba(216, 27, 96, 1); */
    background: #D8BFD8;
}

td.number, th.number {
    background: #FFB6C1;
}

tbody {
    font-size: 16px;
}

.mytd:focus {
    border: 2px solid #144ccf;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.fa {
    font-size: 14px;
}

.form-control {
    padding: 6px 6px;
}

.btn-block {
    margin-top: 0;
}

body {
    max-height: 100%;
    overflow: hidden;
    margin: 0;
}

.date {
    width: 120px;
    max-width: 120px;
}

.city {
    width: 80px;
    max-width: 80px;
}

.number {
    width: 110px;
    max-width: 110px;
}

.svva {
    width: 120px;
    max-width: 120px;
}

.dataTable .mini-btn {
    margin-left: 20px;
}

.dz-success-mark, .dz-error-mark {
    display: none;
}

.dz-default {
    width: 100%;
    left: 0;
    margin-top: -60px;
    height: 60px;
    opacity: 0;
}

.field.dropzone {
    border: 2px dashed #505050;
}

.field.dropzone.error {
    border: 3px dashed red;
}

.dropzone .center_text {
    text-align: center;
    padding-bottom: 20px;
    font-size: 13px;
}

.modal .ui.form input[type="date"] {
    padding-left: .2em;
    padding-right: .2em;
}

form .factura, form .act, form .waybill, form .trip, form .scan {
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

form .facturas, form .acts, form .waybills, form .trips, form .scans {
    /*padding: 10px;*/
}

.ui.button.fluid.add {
    background: #eaeaea;
}

.modals .ui.modal > .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10000000000;
    opacity: 0.8;
    font-size: 1.25em;
    color: #FFFFFF;
    width: 2.25rem;
    height: 2.25rem;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.625rem 0rem 0rem 0rem;
}

td input[type="date"], td input[type="number"] {
    /*height: calc(100% + 8px);*/
    height: 28px;
    width: 150px;
    margin-left: -4px;
    margin-right: -5px;
    line-height: inherit;
    padding: 2px;
}
td input[type="number"] {
    width: 90px;
}

td input[type="checkbox"] {
    margin: auto;
    display: block;
}

#invoicesTable td:nth-child(11), #accountingTable td:nth-child(14), #invoicesTable td:nth-child(10), #accountingTable td:nth-child(13) {
    max-width: 100px;
    min-width: 100px;
    overflow: hidden;
}

#invoicesTable td:nth-child(11):hover, #accountingTable td:nth-child(14):hover, #invoicesTable td:nth-child(10):hover, #accountingTable td:nth-child(13):hover {
    position: absolute;
    overflow: visible;
    z-index: 100;
    max-width: none;
    background: inherit;
    padding: 8px 4px;
    box-shadow: 0 0 3px;
}

td {
    border-right: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
}

.dataTables_length {
    margin-left: 10px;
}
#accountingTable td:nth-child(3),#accountingTable td:nth-child(4),#accountingTable td:nth-child(5) {
    padding: 0;
}
table td .row_id {
    min-width: 27px;
    display: inline-block;
}

table tr.verified {
    background-color: #65F9A2 !important;
}
table tr.incorrect {
    background-color: #FF755B !important;
}

.profile .row .col-md-4 {
    width: 33%;
    min-width: 300px;
    float: left;
}