﻿.content > form {
    overflow: auto;
}
/*.btn-default {
    background-color: #4c4c4c !important;
    color:#fff !important;
}*/
.chk-icon {
    width: 24px !important;
}
td .btn {
    min-width: 25px !important;
    /*height:36px !important;
    float:left;*/
}
table.dataTable tr.group td {
    padding: 5px !important;
}
.forex-table {
    padding: 10px !important;
    min-width: 350px;
}
.forex-table > li > div > table > tbody > tr:nth-child(2n+1){
    background-color:rgba(0, 0, 0, 0.1);
}
.box-body {
    min-height: .01% !important;
    /*overflow-x: auto !important;*/
}

.dropdown-menu {
    box-shadow: 5px 5px 15px #464646 !important;
    border: 1px solid #ccc !important;
    font-size: 110% !important;
}

.button-cell {
    width: 125px !important;
}

.dtr-data {
    left: 200px;
    position: absolute !important;
}

.btn-group > ul > li > a > i {
    width: 15px;
}

.error {
    color: red;
    font-size: 90%;
    font-weight: 400 !important;
    border-color: red !important;
}

.waiter-outer {
    background: white;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.9;
    transition: all linear 0.3s;
}

.waiter-inner {
    background: url(../img/loader.gif) no-repeat center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.9;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.operation-row,
.status-changer{
    font-size:12px !important;
}
/* The switch - the box around the slider */
/*.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 22px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.select2-container {
    width: 100% !important;
}

.form-group {
    transition: all 500ms ease-in-out;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    transition: ease-in 0.2s;
}

    .btn-circle:hover {
        box-shadow: 3px 3px 15px #000;
    }

    .btn-circle.btn-lg {
        width: 70px;
        height: 70px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 100%;
        z-index: 9999999;
    }

.message-box {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 250px;
    right: 20px;
    bottom: -400px;
    transition: all linear 0.2s;
    -webkit-transition: width 1s; /* Safari */
    transition: bottom 1s;
}

.text-lg {
    font-size: 18px !important;
}
.exchange-table tbody tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}
tr.even {
    background-color: #f3f3f3;
}
/* CODES */
.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}

.w50 {
    width: 50% !important;
}

.h100 {
    height: 100% !important;
    overflow-y: visible !important;
}

@media print {
    .permanent-noprint,
    .noprint {
        display: none;
    }

    .report-title {
        display: block;
    }

        .report-title h3 {
            font-size: 200% !important;
            font-weight: bold !important
        }

    .logo-address {
        display: block;
    }

    .box {
        border: none !important;
        font-size: 80% !important;
    }

    .company-logo img {
        height: 60px;
        width: auto;
    }

    .company-address {
        padding-top: 10px;
        text-align: right;
    }

    input, textarea, select {
        border: none !important;
        resize: none;
        overflow: hidden;
    }

        select::-ms-expand {
            display: none !important;
        }

    .box-header > div > h4 {
        font-size: 100%;
    }
}


.floating-quick-button {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 27px !important;
    opacity: 0.7;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 999999;
    transition: 0.2s ease-in-out all;
}

    .floating-quick-button:hover {
        opacity: 1.0;
        box-shadow: 3px 3px 5px #ccc;
    }

.tagify__tag {
    margin: 3px 0 2px 5px;
}

.btn-index {
    float: left;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    max-width: 250px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.missings-box {
    position: fixed;
    left: 15px;
    z-index: 9999;
    bottom: 100px;
    max-width: 200px;
    opacity:0.4;
    transition:all ease-in-out 0.2s;
}
    .missings-box:hover{
        opacity:1;
    }
    .missings-box .box-body #missings-list {
        max-height: 250px;
        overflow: auto;
    }
.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px;
}

