/*
 * Copyright (c) 2020.
 * Author: Sergey Emelyanchik
 * Company name: OOO "Audit-telecom"
 * Project site: https://veliam.com
 * Company site: https://audit-tlecom.ru
 * File: style.css
 */

body {

}


img { border:0; /* margin-bottom: 10px; */ }

.table-hover>tbody>tr:hover {
    background-color: rgba(29, 197, 163, 0.69) !important;
}

.table-hover>tbody>tr.selected_item {
    background-color: rgba(29, 197, 163, 0.9) !important;
}

#global_spinner {
    z-index: 999999;
    display: none;
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 0.67);

}

#global_spinner div {
    position: absolute;
    left:50%;
    top:40%;
    margin-left: -40px;
    margin-top: -40px;
    border-top: 8px solid #006dc5;
    border-right: 8px solid #04bff1;
    border-bottom: 8px solid #006dc5;
    border-left: 8px solid #04bff1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.text-success-imp {
    color: #1c84c6 !important;
}

.text-navy-imp {
    color: #1ab394 !important;
}

.xclearfix::after {
    content: "";
    display: table;
    clear: both;
}

.modal {
    overflow-y:auto;
}

#MODAL
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 7020;
    background: rgba(0,0,0,0.85);
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);

}

/* .galery_slider { border-radius: 85px; } */

#MODAL_PIC
{
    margin: 0 auto;
    background: transparent url('') center center no-repeat;
    opacity: 1;
    cursor: pointer;
    z-index: 702;
    border-radius: 10px;
}

/*#prev_pic {width: 28px; height: 28px; background-image: url('/skins/images/prev.png'); position: absolute; bottom: 10px; left: 50%; margin-left:-50px;}*/
#prev_pic::before {

    position: absolute; bottom: 10px; left: 50%; margin-left:-50px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    color: #fff;
    font-size: 25px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04a";


 }
/*#next_pic {width: 28px; height: 28px; background-image: url('/skins/images/next.png'); position: absolute; bottom: 10px; left: 50%; margin-left: 50px;}*/
#next_pic::before {

    position: absolute; bottom: 10px; left: 50%; margin-left: 50px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    color: #fff;
    font-size: 25px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04e";


}

/*#close_pic {width: 28px; height: 28px; background-image: url('/skins/images/close.png'); position: absolute; top: 30px; right: 60px;}*/
#close_pic::before {

    position: absolute; top: 30px; right: 60px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    color: #fff;
    font-size: 25px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";


}


#modal_pic_loading {position: absolute; top: 49%; left: 47%; font: normal normal 30px/1.5 arial;}
.prev_next_pic{opacity: 1;}
.prev_next_pic:hover{opacity: 0.6;}








.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.href_hover_1:hover {

    color: #0f253c !important;

}

#UPDATE_BAR_AT_TOP_FIXED {

    /*
    position: fixed;
    top: 0;
    width: 600px;
    height: 60px;
    z-index: 999999999;
    left: 50%;
    margin-left: -300px;

    */
    font-weight: bold;
    text-align: center;

}

.tour-backdrop {
    z-index: 1100;
    opacity: .7;
}

.popover-title {
    font-size: 15px;
    text-align: center;
}

.disabled {
    pointer-events: none;
}

.modal-backdrop {
    left: 220px;
}

.modal {
    left: 220px;
}

.mini-navbar .modal, .mini-navbar .modal-backdrop {
    left: 70px;
}

.tox-tinymce-aux {
    z-index: 99300 !important;
}

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


.has-search {
    position: relative;
}

.has-search .form-control {
    padding-left: 30px;
}

.has-search .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 50%;
    margin-top: -10px;
    margin-left: 4px;
}

.ibox-content-no-border {
    border-top: 0;
}

.t-a-l {
    text-align: left;
}