@import url(/lib/ru40portal/css/pages/card.css);
@import url(/lib/ru40portal/css/pages/filter.css);
@import url(/lib/ru40portal/css/pages/comment.css);
@import url(/lib/ru40portal/css/pages/relations.css);
@import url(/lib/ru40portal/css/pages/table.css);
@import url(/lib/ru40portal/css/pages/canban.css);
@import url(/lib/ru40portal/css/pages/fcard.css);
@import url(/lib/ru40portal/css/pages/notify.css);
@import url(/lib/ru40portal/css/pages/rcalendar.css);
body{
    height: calc(100vh);
}
.ck-editor{
    max-width: 650px !important;

}
@media print {
    [data-filter-field]{
        display: none;
        -ms-user-select: none; 
        -moz-user-select: none; 
        -webkit-user-select: none; 
        user-select: none; 
    }
}

.ck-body-wrapper{
    position: relative;
    z-index: 99999;
}



.content.isHide{
    margin-left: 0 !important;
}
.select2-selection__arrow{
    display: none !important;
}
/*SELECT*/
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #b4b7bd !important;
}
.disable-selection {
     -moz-user-select: none; /* Firefox */
     -ms-user-select: none; /* Internet Explorer */
     -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
     -webkit-user-select: none; /* Chrome, Safari, and Opera */
     -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.smalltext{
    /*font-size: 10px !important;*/
}

input.form-control {
    outline: none !important;
    border: none !important;
    border-bottom: solid 0.3px !important; 
    height: 25px !important;
}

.table-responsive::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb{
    background: #7367f0;
}
.table-responsive::-webkit-scrollbar-thumb{
    background: #dae1e7;
    border-radius: 20px;
}
.nofixed{
    position: relative !important;
}
.table-responsive{
    height: 1000px;
}
.card .card-header{
    padding: 1.3rem !important;
}

tr,td{
    height: 50px !important;
}
.aggrid{
    height: auto !important;
}
th{
    text-align: center !important;
}
table {
        display: table !important;
}
/*a {
  pointer-events: none !important;
  cursor: pointer;
}*/
/*.content{
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
}*/
.cur-p{
    cursor: pointer;
}
.head{
    position: sticky;
    z-index: 9999;
}
.collapse{
        overflow: auto;
    white-space: nowrap;
}
/*.navigation{
    background-color: #ffff;
    padding: 1rem 1rem 2rem;
    border: 2px solid #e9ecef;
    border-radius: .7rem;
    position: absolute;
    width: auto;
}*/

.hide{
    display: none !important;
}

/*NAVIGATION TOP*/
/*.navbar{
    min-height: 40px;
}*/
.panel-table-btn{
    display: flex;
    align-items: center;
}
/*ul.navbar-nav{
    position: relative;
    width: 90%;
    overflow: auto;
}*/
/*ul.navbar-nav li label{
        cursor: pointer;
    color: white;
    padding-left: 10px;
    margin-right: 9px;
}*/
/*.nav-menu{
    width: auto;
}*/

/*ul .nav-item:hover{
    background: #94898959;
}*/
.nav-tab{
    border:3px transparent;
    border-radius: unset;
    border-bottom: #d2f4da solid 3px;
    cursor: pointer;
}

.nav-tab:hover{
    color:#218739;
}

.active-tab{
    border-bottom: #28a745 solid 3px;
    color:#218739;
    font-weight: bold;
}
.form-control:focus{
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #d2f4da;
}

.btn-login{
    background-color: #54bb6c;
    border-color: #3c9651;
    width: 100%;
    color: #193e22;
    font-weight: bold;
}

.btn-login:hover{
    background-color: #43a85a;
    border-color: #3c9651;
    color: #0d2112;
}
.btn-login:focus{
    box-shadow: 0 0 0 0.2rem #d2f4da;
}
.row_login{
    margin-top: .5rem;
}




.nav-modules{
    color: white;
    cursor: pointer;
    margin-top: 7px;
}

.row{
    padding: 0px !important;
    margin-left: 0px !important;
    width: 100%;
}
.absolute{
    position: absolute;
    width: 98%;
    height: 180px;
    overflow: auto;
}
.container-fluid{
    padding: 0px;
}
.container-fluid.shave{
    margin-left: 53px;
    transition-duration: 0.5s;
    padding: 0px;
}
.container-fluid.shave.lopen{
    margin-left: 203px;
    transition-duration: 0.5s;
}
.flex{
    display: flex;
}

/*SUBMENU NAVIGATION*/
.submenu .submenu-menu{
    text-align:  right;
    margin-right: 6px;
}

.submenu .fa-bars{
    cursor: pointer;
    font-size: 20px;
}
.submenu li.active{
    background: #838684;
}

.submenu.open{
    width: 200px;
    transition-duration: 0.5s;
}
.submenu{
    position: absolute;
    width: 50px;
    transition-duration: 0.5s;
    background: #b7b5aade;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    border-radius: 9px;
}
.submenu li:hover{
    background: #838684;
}
.submenu li label{
    cursor: pointer;
    width: 100%;
}
.submenu li{
    list-style-type: none;
    padding: 5px;
    
}
.submenu ul{
    margin: 0px;
    padding: 0px;
}

/* TAGS */

.tag{
    width: 98%
}

.tag .form-control{
    cursor: pointer;
    display: flex;
    width: 321px;
    /* white-space: normal; */
    min-height: 30px;
    flex-wrap: wrap;
    height: auto;
}

.tag-block{
    background: #C2C2C2;
    border-radius: 2px;
    
    min-height: 30px;
    border: solid 1px grey;
    min-width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    
}
.tag .tag-block .fa.fa-close:hover{
    color: white;
}


.tag .tag-list {
    background: white;
    border: solid 1px black;
    border-radius: 5px;
    width: 98%;
    height: 180px;
    overflow: auto;
}

.tag .tag-list.hide{
    display: none;
}
.tag .tag-list .item{
    height: 40px;
    cursor: pointer;
}
.tag .tag-list .item.selected{
    background: #a2adb7;
}
.tag .tag-list .item:not(.group):hover{
    background: green;
}
.tag .tag-list .item.group{
    cursor: default !important;
}

/*TABLE*/
.content tr > *:hover{
    background: #525558;
}
/*.content table thead tr th:first-child input{
    display: none;
}
.content table tbody tr td:first-child input{
    display: none;
}*/
.checker.active:before{
  content: '✔';

}
table thead tr th:first-child .checker{
    width: 25px;
    height: 25px;
    border: solid 1px grey;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
table tbody tr td:first-child .checker{
    width: 25px;
    height: 25px;
    border: solid 1px grey;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.down_panel_table span{
    margin-left:6px;
    cursor: pointer;
}

.down_panel_table button{
    margin-left:6px;
    cursor: pointer;
}


/*WINDOW*/
.window_form {
    min-width: 300px;
    min-height: 300px;
    position: absolute;
    top: 20%;
    left: 4%;
    overflow: auto;
}

.window_content {
    width: 100%;
    height: 100%;
    
    border: solid 1px black;
    border-radius: 8px;
    background: #fff;
}
.window_close{
    width: 100%;
    height: 60px;
    position: relative;
}
.window_line_move{
    border: solid 1px;
    height: 100%;
    width: 90%;
    position: absolute;
    cursor: move;
}
.window_close  span.close {
    float: right;
    margin-right: 5px;
}
.window_close  span.drag {
    float: left;
    margin-right: 5px;
    font-size: 20px;
    margin-left: 7px;
}

/*FINDER IN RELATIONSHIP*/
.relationship .finder .hide{
    display: none;
}

/*WAIT FORM*/
.wait-form{
        background: white;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: 2s;
   
}
.wait-form.hide{
    display: none;
    transition: 2s;
}
.windows8 {
        margin-top: 110px;
    width: 78px;
    height:78px;
    margin:auto;
     margin-top: 150px;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 4.2325s infinite;
        -o-animation: orbit 4.2325s infinite;
        -ms-animation: orbit 4.2325s infinite;
        -webkit-animation: orbit 4.2325s infinite;
        -moz-animation: orbit 4.2325s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0,0,0);
    left:0px;
    top:0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 0.926s;
        -o-animation-delay: 0.926s;
        -ms-animation-delay: 0.926s;
        -webkit-animation-delay: 0.926s;
        -moz-animation-delay: 0.926s;
}

.windows8 #wBall_2 {
    animation-delay: 0.183s;
        -o-animation-delay: 0.183s;
        -ms-animation-delay: 0.183s;
        -webkit-animation-delay: 0.183s;
        -moz-animation-delay: 0.183s;
}

.windows8 #wBall_3 {
    animation-delay: 0.3665s;
        -o-animation-delay: 0.3665s;
        -ms-animation-delay: 0.3665s;
        -webkit-animation-delay: 0.3665s;
        -moz-animation-delay: 0.3665s;
}

.windows8 #wBall_4 {
    animation-delay: 0.5495s;
        -o-animation-delay: 0.5495s;
        -ms-animation-delay: 0.5495s;
        -webkit-animation-delay: 0.5495s;
        -moz-animation-delay: 0.5495s;
}

.windows8 #wBall_5 {
    animation-delay: 0.743s;
        -o-animation-delay: 0.743s;
        -ms-animation-delay: 0.743s;
        -webkit-animation-delay: 0.743s;
        -moz-animation-delay: 0.743s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
    opacity: 0;
        transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
    opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
    opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
    opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
    opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

