body {
    min-width: 320px;
}

body, .tp-caption.small_light_white,
.tp-caption.medium_light_white, .label,
.price-clean, .ribbon-inner, .gm-style, small, .tooltip, .popover, .checkbox, .select2-container--bootstrap .select2-selection {
    font-family: 'Open Sans', 'BPG DejaVu Sans', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', 'BPG DejaVu Sans Caps', Arial, sans-serif !important;
}

/*commons*/
.size-11 {
    font-size: 11px !important;
    line-height: 15px !important;
}

.size-12 {
    font-size: 12px !important;
    line-height: 16px !important;
}

.size-13 {
    font-size: 13px !important;
    line-height: 17px !important;
}

.size-14 {
    font-size: 14px !important;
    line-height: 18px !important;
}

.size-15 {
    font-size: 15px !important;
    line-height: 19px !important;
}

.size-16 {
    font-size: 16px !important;
    line-height: 20px !important;
}

.size-17 {
    font-size: 17px !important;
    line-height: 23px !important;
}

.size-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.size-19 {
    font-size: 19px !important;
    line-height: 25px !important;
}

.size-20 {
    font-size: 20px !important;
    line-height: 26px !important;
}

.size-25 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.size-30 {
    font-size: 30px !important;
    line-height: 36px !important;
}

.size-40 {
    font-size: 40px !important;
    line-height: 46px !important;
}

.size-50 {
    font-size: 50px !important;
    line-height: 56px !important;
}

.size-60 {
    font-size: 60px !important;
    line-height: 66px !important;
}

.size-70 {
    font-size: 70px !important;
    line-height: 76px !important;
}

.size-80 {
    font-size: 80px !important;
    line-height: 86px !important;
}

.size-90 {
    font-size: 90px !important;
    line-height: 96px !important;
}

.size-100 {
    font-size: 100px !important;
    line-height: 106px !important;
}

.size-150 {
    font-size: 150px !important;
    line-height: 166px !important;
}

.size-200 {
    font-size: 200px !important;
    line-height: 216px !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

/*header & navigation*/
.nav-header {
}

    .nav-header .clear span.block strong.font-bold {
        font-size: 20px;
    }

.metismenu > li > a > span.nav-label {
    font-family: 'Open Sans', 'BPG DejaVu Sans Caps', Arial, sans-serif !important;
}

.metismenu.nav > li > a {
    padding: 14px 10px 14px 12px
}

.nav-second-level li a {
    font-weight: 400;
    padding-left: 35px;
}

.nav-third-level li a {
    padding-left: 55px;
}

.nav > li > a i {
    width: 14px;
    text-align: center;
}

.metismenu.nav > li.nav-header {
    border-left-width: 0;
}

/*components*/

.label {
    font-weight: 400;
    letter-spacing: 0.5px;
}


/*select2*/
.select2-container--bootstrap .select2-selection {
    border-radius: 1px !important;
    border: 1px solid #e5e6e7 !important;
    box-shadow: none !important;
    width: 100%;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #ED5565 !important;
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
    border-color: #1ab394 !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #1ab394 !important;
    border-radius: 1px !important;
}

/*.datepicker {
    border-radius: 1px !important;
    padding: 6px 12px !important;
}*/


.mail-box-header {
    padding: 15px 20px 5px 20px;
}

/*drag drop*/
table tr > td.drag-bars {
    padding-top: 15px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

table tr > td.drag-bars,
table tr > th.drag-bars {
    display: none;
}

.lowercase {
    text-transform: lowercase;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #00acf2;
    color: #fff;
    font-weight: bold;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #00acf2;
    color: #fff;
}



/*paging*/

/*tables*/


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle !important;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px !important;
}

.table-condensed > thead > tr > td {
    padding: 1px 3px !important;
    min-width: 45px;
}

    .table-condensed > thead > tr > td:last-of-type > div {
        text-align: center !important;
    }


.page-sizes {
    display: inline-block !important;
}

.paging-container {
    margin: 5px 0;
}

.paging-wrap {
    text-align: right;
}

    .paging-wrap .pagination {
        margin: 5px 0;
    }

.datatable thead tr.sort th a {
    display: block;
    width: 100%;
    height: 100%;
    color: #676a6c;
    position: relative;
    padding-right: 16px;
}

    .datatable thead tr.sort th a i.fa {
        float: right;
        position: absolute;
        right: 2px;
        top: 30%;
    }

.datatable thead tr.filter td {
    padding: 5px;
}

table.datatable {
    background-color: white;
}

.datatable > thead > tr > th, .datatable > thead > tr > td {
    background-color: #fafafa;
}

.datatable > thead > tr.filter select,
.datatable > thead > tr.filter input {
    height: 30px;
    font-size: 13px;
    padding: 3px;
    margin-top: 1px;
}

.input-group {
    position: initial;
}

.datepicker input {
    min-width: 85px;
}

.records .dropdown-menu {
    height: 175px;
    overflow: hidden;
}

.records .dropup .dropdown-menu {
    top: 34px;
}


.status-Processing,
.status-Pending,
.status-WaitingForTransferAccept,
.status-WaitingForPayment,
.status-PendingPayment {
    background: #f8ac59;
    color: #fff;
}

.status-Succeded,
.status-Active,
.status-Successed {
    background: #1ab394;
    color: #fff;
}

.status-Failed,
.status-TransferCanceled {
    background: #ed5565;
    color: #fff;
}

.status-Draft {
    background: #ffffff;
    border: 1px solid #ccc;
}

.status-Reversed, .status-Refunded, .status-Payed {
    background: #1c84c6;
    color: #fff;
}

.status {
    padding: 4px 10px;
    border-radius: 4px;
}

#co-block .ibox-content,
#domains-block .ibox-content,
#amounts-block .ibox-content {
    height:95px;
}

@media (max-width: 1220px) {
    #co-block .ibox-content, #domains-block .ibox-content, #amounts-block .ibox-content {
        padding: 10px;
    }
}

@media (max-width: 994px) {
    #co-block .ibox-content,
    #domains-block .ibox-content,
    #amounts-block .ibox-content {
        padding: 10px;
    }

        #co-block .ibox-content .row > div,
        #domains-block .ibox-content .row > div,
        #amounts-block .ibox-content .row > div {
            float: left;
        }
}

.page-wrapper.gray-bg.home-page{
    min-height:800px !important;
}