.site-login{
    position: fixed;
    width: 500px;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
}
.site-login h1{
    border:none !important;
}
.help-block{
    font-size: 12px;
    color:red;
}
.service-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}

.service-alert.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    z-index: 100000;
    padding: 15px;
    color: #155724;
}

.service-alert.danger {
    background-color: #ed6860;
    border: 1px solid #e6493c;
    border-radius: 5px;
    z-index: 100000;
    padding: 15px;
    color: #fff;
}

.service-alert_title {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}
.service-alert_text1 {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1px;
}
.admin-logout{
    position: absolute;
    top:3px;
    right:20px;
}
.admin-logout>a{
    display: flex;
    align-items: center;
    color:#000;
    text-decoration: none !important;
}
.admin-logout>a img{
    display: flex;
    width:20px;
}
.admin-logout>a .t_text{
    padding-left: 10px;
    font-size: 13px;
}

.service-breadcrumb ul {
}

.service-breadcrumb ul > li {
    padding: 0 10px;
    position: relative;
}

.service-breadcrumb ul > li:after {
    content: "/";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.service-breadcrumb ul > li:first-child {
    padding-left: 0;
}

.service-breadcrumb ul > li:first-child:after {
    display: none;
}

.service-breadcrumb ul > li > a {
    color: #000;
    text-decoration-skip-ink: none;
    text-decoration: underline !important;
}

h1{
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #ececec;
}
.service-breadcrumb{
    margin-top: 20px;
}

.admin-catalog-box-catalog-text1{
    display: flex;
    align-items: center;
}
.admin-catalog-box-catalog-text1 .t_add{
    margin-left: 10px;
}
.admin-catalog-box-catalog-text1 .t_add a{
    font-size: 11px;
    color:#000;
    text-decoration: none !important;
    border-bottom:1px dashed #000;
}

.custom-text-input{
    margin-top: 15px;
}
.custom-text-input.no-margin-top{
    margin-top: 0;
}
.custom-text-input label{
    font-weight: normal;
    margin:0;
    display: block;
}
.custom-text-input label .t_label{
    display: block;
    width:100%;
}
.custom-text-input label .t_inp{
    display: block;
    margin-top: 5px;
    width:100%;
}
.custom-submit{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.add-stanok-form-title{
    text-align: center;
    font-size: 20px;
}
.add-stanok-form{
    margin-top: 10px;
}
.smallModalCont{
    padding:25px 25px;
}
.custom-listing1{
    padding-left: 25px;
}
.custom-listing1-list1-item-box1{
    display: flex;
    align-items: center;
}
.custom-listing1-list1-item-box1 .t_add{
    margin-left: 10px;
}
.custom-listing1-list1-item-box1 .t_add a{
    font-size: 11px;
    text-decoration: none !important;
    border-bottom: 1px dashed #000;
    color:#000;
    position: relative;
    top:-1px;
}
.custom-listing1-list1-item-box1 .t_info{
    margin-left: 8px;
}
.custom-listing1-list1-item-box1 .t_info>span{
    width:17px;
    height:17px;
    display: flex;
    position: relative;
    top:1px;
}
.custom-listing1-list1-item-box1 .t_info>span img{
    display: flex;
}
.custom-listing1-list1-item{
    position: relative;
}
.custom-listing1-list1-item:after{
    content: " ";
    position: absolute;
    display: block;
    right: calc(100% + 4px);
    top: 11px;
    width: 13px;
    height: 1px;
    background-color: #9d9d9d;
}
.custom-listing1-list1-item:before{
    content: " ";
    position: absolute;
    display: block;
    right: calc(100% + 17px);
    top: -1px;
    width: 1px;
    height: calc(100% - 0px);
    background-color: #9d9d9d;
}
.custom-listing1-list1-item:last-child:before{
    height: calc(100% - 11px);
}
.custom-listing1.machines>.custom-listing1-list1>.custom-listing1-list1-item:before{
    content: " ";
    position: absolute;
    display: block;
    left:-18px;
    top: 0;
    width:1px;
    height:100%;
    background-color: #9d9d9d;
}
.custom-listing1.machines>.custom-listing1-list1>.custom-listing1-list1-item:last-child:before{
    height:12px;
}
.custom-listing1-list1-item-box1{
    padding-left: 18px;
    position: relative;
}
.custom-listing1-list1-item-box1:after{
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url(/images/crm_icons/folder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-listing1.files .custom-listing1-list1-item-box1:after{
    background-image: url(/images/crm_icons/file.svg);
    top:3px;
    width:17px;
    height:17px;
    left:-1px;
}
.custom-listing1-list1-item-box1 .t_text1 a{
    color:#000;
}
.custom-modal-delete1{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.admin-catalog-box-catalog-search{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 300px;
}
.admin-catalog-box-catalog-search-box1{
    position: relative;
}
.admin-catalog-box-catalog-search-box1-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:10px;
    width:20px;
    height:20px;
    display: none;
}
.admin-catalog-box-catalog-search-box1-close a{
    display: block;
}
.admin-catalog-box-catalog-search-box1-close a img{
    display: flex;
}
.custom-listing1-list1-item.hidden{
    display: none;
}
.template-header-block1-user{
    display: flex;
    align-items: center;
}
.template-header-block1-user .t_img{
    width:30px;
}
.template-header-block1-user .t_img img{
    display: flex;
}
.template-header-block1-user .t_text{
    width:calc(100% - 30px);
    padding-left: 25px;
    font-size: 20px;
    color:#fff;
}
.template-header-block1-user .t_text>.dropdown>a{
    color: #fff !important;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.template-header-block1-user .t_text>.dropdown>a:after{
    position: absolute;
    left:calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.template-header-block1{
    padding-left: 10px;
    padding-right: 10px;
}
.user-panel{
    overflow: visible;
}
.template-header-block1-user .dropdown-item{
    color:#000 !important;
    background-color: transparent !important;
}
.admin-moderator-files{
    margin-top: 40px;
    border:1px solid #d7d7d7;
    padding:20px 20px;
    max-width: 1200px;
}
.admin-moderator-files-title{
    font-size: 20px;
    color:#000;
}
.admin-moderator-files-box-body{
    margin-top: 15px;
}
.add-file-from-tehnolog-title{
    text-align: center;
    font-size: 25px;
}
.custom-admin-link1{
    color:#000 !important;
    border-bottom: 1px dashed #000;
    text-decoration: none !important;
}
.small-modal-close{
    position: absolute;
    top:20px;
    right:20px;
    width:20px;
    z-index: 10;
}
.small-modal-close a{
    display: flex;
}
.small-modal-close a img{
    display: flex;
}
.pagination>li>a,.pagination>li>span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination>li.active>a,.pagination>li>a:hover{
    background-color: #007bff;
    color:#fff;
}
.admin-moderator-files-box-body table td{
    font-size: 13px;
    padding:5px 10px;
}
.admin-moderator-files-box-body table td select{
    font-size: 13px;
}
.custom-text-input-file-download>a{
    display: flex;
    align-items: center;
}
.custom-text-input-file-download>a .t_img{
    width:20px;
}
.custom-text-input-file-download>a .t_text{
    font-size: 14px;
    color:#000 !important;
    border-bottom: 1px dashed #000;
    margin-left: 5px;
}
table svg path{
    fill: black;
}