
.send-count {
    position:absolute;
    font-size:13px;
    top:-4px;
    right: 22px;
    cursor:pointer;
}
.send-mail {
    /*border: 1px solid #000;*/
     border-radius:50px;
 }

.send-test {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.send-test .list {
    position: relative;
    margin-bottom: 8px;
    margin-top: 6px;
}

._block {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
}
._block.w50 {
    width: 45%;
}
._block input{
    width:20px;
    height:20px;
    cursor:pointer;
    position: absolute;
    top: -1px;
}
._block label {
    font-size: 15px;
    margin-left: 24px;
}

._block .title {
    margin-bottom: 10px;
    font-size: 16px;
}

.remove-pass,
.login-link,
.price-2,
.remove-user {
    width: 90px !important;
}
.admin-link-green {
    margin-right: 20px !important;
    font-size: 12px !important;
}
.admin-main-users--item .status {
    margin-right: 25px !important;
    padding-right: 20px;
}
.title-table {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.title-column {
    text-align: center;
}
.title-column>a {
    color: #000;
}
.title-column>select {
    max-width: 110px;
    font-size: 12px;
}
.company_name {
    color: #999999;
    font-size: 10px;
}
.info-org{
    width: 100px !important;
}

.info-org .phone_dop {
    font-size: 12px;
}
#phone {
    padding-left: 18px;
}
#add_phone {
    width: 60px;
    margin-left: 16px;
    line-height: 18px;
}
.manager {
    cursor:default;
    width:50px;
    display:inline;
    margin-right:10px;
    color: rgba(0,0,0,.4);
    font-size:1.4rem;
}

/*#modal-deals .card-footer-link {
    right: -60px;
}*/
#modal-deals .card-footer-link .not-active:hover {
    background-color: #f24c3d;
}
#modal-deals .card-footer-link li:first-child{
    margin-bottom: 5px;
}
#modal-deals .card-footer-link--download.not-active::after,
 #modal-deals .card-footer-link--print.not-active::after {
    content: 'X';
    opacity: 0;
    position: absolute;
    left: 6.5px;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
 }
#modal-deals .card-footer-link--download.reloaded::after,
#modal-deals .card-footer-link--print.reloaded::after {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
}
#modal-deals .card-footer-link--download.not-active:hover,
#modal-deals .card-footer-link--print.not-active:hover {
    background-image: none;
}
#modal-deals .card-footer-link--download:hover::after,
#modal-deals .card-footer-link--print:hover::after{
    opacity: 1;
}


#deal.empty-input:focus {
    opacity: 1;
    border-color: #f24c3d;
}

#manager {
    width: 50px;
    margin-left: 0;
    line-height: 18px;
}
#client_st {

}
#score {
    width: 26px;
    margin-left: 16px;
}
#link {
    width: 45px;
    margin-left: 31px;
}
#password_drop {
    width: 42px;
    margin-left: 58px;
}
#state_ml {
    margin-left: 25px;
}
#send_date {
    width: 60px;
}
.last-send {
    text-align: center;
    line-height: 18px;
}
.read {
    border: 1px solid #0ae653;
    background-color: #0ae653
}
.delivered {
    border: 1px solid #ffa000;
    background-color: #ffa000
}
.not-delivered {
    border: 1px solid #f24c3d;
    background-color: #f24c3d
}

/*************Календарь************/
.calendar {
    border: 1px solid #909090;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 11px;
}
/* Заголовок */
.calendar th {
    text-align: center;
    width: 26px;
    height: 20px;
    background: #D0D0D0;
    color: #000000;
    border: 1px solid #909090;
}
/* Заголовок праздника */
.calendar th.holiday {
    color: #FF0000;
}
/* Ячейка дня */
.calendar td {
    text-align: right;
    width: 20px;
    height: 18px;
    padding-right: 4px;
    border: 1px solid #909090;
    text-align: right;
    cursor: pointer;  font-size: 12px;
}
/* Затемненный день */
.calendar td.grayed {
    background: #F0F0F0;
    cursor: auto !important;
}
/* Выбранный день */
.calendar td.selected {
    background: #6DAFBF;
    color: #FFFFFF;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
}
/* Праздничный день */
.calendar td.holiday {
    color: #FF0000;
}
/* Кнопки навигации */
.calendar td.navigation {
    text-align: center;
    border: 0px none !important;
    font-size: 17px;
    cursor: pointer;
    white-space: nowrap;
}
/*****************Скролл по кнопке*********************/
.company-sidebar>ul>li.active {
    border-left: 1px solid;
}

.company-sidebar>ul>li.active>a {
    transform: translate(10px);
    transition-duration: .7s;
    transition-timing-function: ease-out;
}
/****************Модальное окно провеки сделки*********/

.modal-full .modal-content--inner .massage {

    color: #000;
    border-radius: 5px;
    max-width: 785px;
    width: 100%;
    padding: 8px 35px;
    opacity: 0;
    height: auto;
    text-align: left;
    margin-bottom: 10px;
}

.modal-full .modal-content--inner .deal-accept {
    border: 1px solid #e6ffef;/*#3aa65e*/
     background-color: #e6ffef;

 }
.modal-full .modal-content--inner .deal-warning {
    border: 1px solid #fff1de;/*#fa9f37*/
    background-color: #fff1de;

}

.modal-full .modal-content--inner .deal-danger {
    border: 1px solid #ffe8e6;/*#f24c3d*/
    background-color: #ffe8e6;

}
.fadeIn {
    animation-delay: 2s;
    animation: fadein 0.8s ease-in-out;
    -webkit-animation: fadein 0.7s ease-in-out;
}
.fadeOut {
    animation-delay: 1.8s;
    animation: fadeout 0.7s ease-in-out;
    -webkit-animation: fadeout 0.7s ease-in-out;
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

.load-ring {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -88px;
    /*margin-top: -44px;*/
    margin-left: -12px;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.load-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 3px;
    border-radius: 50%;
    -webkit-animation: load-ring 1.2s cubic-bezier(1, 1, 1, 1) infinite;
    animation: load-ring 1.2s cubic-bezier(1, 1, 1, 1) infinite;
    border-color: #999 #999 #999 transparent;
}
@-webkit-keyframes load-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.modal-full .modal-content--inner .footnote {
     color: #808080;
     text-align: start;
     padding-left: 35px;
     padding-right: 48px;
     margin-top: 10px;
     max-width: 785px;
 }
@media (max-width: 415px) {
    .modal-full .modal-content--inner .footnote {
        padding-right: 35px;
    }
}

/*.modal-full .modal-content--inner .active {
    display: block;

}*/

.modal-full .modal-content--inner .btn-deals {
    margin-bottom: 17px;
}
.modal-full.modal-deals {
    max-width: 1000px;
}

.modal-full .modal-content--inner .question-notes .hard-hint {

}
.modal-deals .modal-content--inner {
    max-width: 1000px;
}

@media (max-width: 900px) and (min-width: 416px){
    .modal-content--inner h2 {
        padding-top: 77px;
    }
}


/************************Хинт******************/

.modal-content--inner  .hint-notes {
    position: absolute;
    padding: 15px 35px;
    opacity: 0;
    background-color: #999;
    -webkit-transition: .2s ease opacity;
    transition: .2s ease opacity;
    text-transform: none;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: .5px;
    color: #fff;
    border-radius: 8px;
    text-align: left;
    width: 100%;
    z-index: 9991;
    margin-top: -20px;
}
.modal-content--inner .hint-notes.visual {
    opacity: 1
}

/*.modal-content--inner .btn-deal:active{
    margin: inherit;
}*/
.modal-content--inner .button-deals {
    position: relative;
    max-width: 713px;
    width: 100%;
}

