
.toptop-menu {
    background: #43aed7;
}

.toptop-menu li {
    position: relative;
    padding: 6px;
    padding-left: 11px;

}

.toptop-menu li:before {
    display: block;
    background: #fff;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 50%;
}

.toptop-menu li:first-child {
    padding-left: 0;
}

.toptop-menu li:first-child:before {
    display: none;
}

.toptop-menu a {
    color: #fff;
    text-transform: uppercase;
}

.toptop-menu a:hover {
    text-decoration: underline;
}

.top-menu .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.header {
    background: #e2e2e2;
}

.header .container {
    padding: 8px 0;
}

.lang-box {
    margin-top: 10px;
}

.lang-box .eye {
    margin-top: 3px;
    margin-left: 4px;
}

.round-btn {
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    background: #43aed7;
    border-radius: 50%;
    color: #fff;
    line-height: 100%;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 8px;
}

.round-btn:hover {
    background: #3689aa;
    text-decoration: none;
}

.search-block {
    border-radius: 16px;
    background-color: transparent;
    width: 100%;
    height: 30px;
    border: none;
    box-shadow: 0 0 0 2px #fff;
    margin-bottom: 14px;
}

.search-block input {
    border: none;
    width: calc(100% - 30px);
    font-size: 12px;
    background: transparent;
    text-transform: uppercase;
    height: 30px;
    padding-left: 20px;
}

.search-block input::-webkit-input-placeholder {
    color: #999898;
}

.search-block input::-moz-placeholder {
    color: #999898;
}

.search-block input:-moz-placeholder {
    color: #999898;
}

.search-block input:-ms-input-placeholder {
    color: #999898;
}

.search-block button {
    border: none;
    display: block;
    background-color: #61c6ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(../images/search-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 0;
    box-shadow: 0 0 0 2px #fff;
    transition: all .3s;
}

.search-block button:hover {
    background-color: #3689aa;
}

.alphabet a {
    text-transform: uppercase;
    font-size: 10px;
    color: #373737;
    margin-right: 4px;
}

.alphabet a:hover {
    text-decoration: underline;
}

.link-search {
    color: #43aed7;
    font-size: 10px;
    margin-top: 1px;
}

.user-topinfo {
    text-align: right;
    width: 300px;
    vertical-align: top;
    position: relative;
}

.user-topinfo a.name {
    color: #43aed7;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;
    padding-right: 12px;
    position: relative;
}

.user-topinfo a.name:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 4px;
    right: 0;
    background: url(../images/arrow-01.png);
    background-repeat: no-repeat;
    background-position: right center;

}

.user-topinfo .dopinfo {
    color: #4d4d4e;
    line-height: 110%;
    letter-spacing: 1px;
}

.user-topinfo .point {
    position: relative;
    height: 0;
    z-index: 7;
    width: 160px;
}

.user-menu {
    text-align: left;
    background: rgba(255, 255, 255, .84);
    padding: 16px;
    border: 1px solid #9ecbdd;
    position: relative;

}

.user-menu li {
    padding: 2px 0;
    letter-spacing: .4px;
}

.top-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #e1e1e1;
    margin-bottom: 12px;
}

.top-menu ul {
    display: table-row;
    margin: 0;
    padding: 0;
}

.top-menu li {
    position: relative;
    display: table-cell;
    padding: 0;
    background: #c9c9c9;
    border: 1px solid #fff;
    border-width: 0 0 0 1px;
}

.top-menu li:last-child {
    border-width: 0 1px;
}

.top-menu a {
    display: block;
    padding: 0 8px;
    font: normal 13px/51px Open Sans, sans-serif;
    color: #575757;
    text-decoration: none;
}

.top-menu li:hover > a,
.top-menu a:hover,
.top-menu li.active > a {
    background-color: #4fa4d4;
    color: #fff;
}

.top-menu li.parent:hover > a {
    background-image: url(../images/arrow-down.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
}

.top-menu li ul {
    position: absolute;
    display: none;
    width: 360px;
    padding: 10px 0;
    background: #4fa4d4;
    z-index: 3;
}

.top-menu li:hover > ul {
    display: block;
}

.top-menu li li {
    display: block;
    background: none;
    border-color: #4fa4d4;
}

.top-menu li li a {
    padding: 3px 10px;
    background: none;
    line-height: 1.33;
    color: #fff;
}

.top-menu li li a:hover {
    background: #c9c9c9;
    color: #575757;
}

.crumbs {
    padding-top: 4px;
    padding-bottom: 4px;
}

.crumbs li {
    padding: 0 2px;
    color: #43aed7;
}

.crumbs li:before {
    content: '/';
    padding-right: 4px;
}

.crumbs li:first-child:before {
    display: none;
}

.crumbs li a {
    color: #43aed7;
}

.left-column {
    width: 248px;
}

.left-menu {
    display: block;
    background: #fff;
    padding: 8px;
    border: 1px solid #9ecbdd;
    text-transform: uppercase;
}

.left-menu li {
    padding: 4px 0;
}

.left-menu li ul {
    display: none;
    text-transform: none;
    padding-bottom: 4px;
}

.left-menu li ul li {
    padding: 2px 0;
}

.front-column {
    width: calc(100% - 248px);
}

.authors-list .block {
    margin-bottom: 16px;
}

.authors-list .block:nth-child(5n+6) {
    clear: left;
}

.authors-list .photo {
    display: table;
    border: 1px solid #848484;
    margin-bottom: 8px;

}

.authors-list .photo img {
}

.authors-list a.title {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 120%;
}

.authors-list a.title:hover {
    text-decoration: none;
}

.authors-list a.title span {
    font-weight: 700;
    color: #222;
    display: table;
    text-transform: uppercase;
}

.authors-list .description {
    display: none;
    margin: 6px 0;
}

.view-grz {
    margin: 0;
}

.view-grz .block {
    padding: 0;
    display: table;
    float: none;
    width: auto;
}

.view-grz .block > * {
    display: table-cell;
    vertical-align: middle;
}

.view-grz .block .photo {
    vertical-align: top;
    width: 142px;
    margin: 0;
}

.view-grz .block .info {
    padding-left: 20px;
}

.authors-list.view-grz .description {
    display: block;
    margin: 6px 0;
}

.tags-btn a {
    color: #222;
    padding: 4px 8px;
    background: #fff;
    margin-right: 1px;
    margin-bottom: 1px;
}

.tags-btn a:hover, .tags-btn .active {
    color: #fff;
    background: #00a6d7;
    text-decoration: none;
}

.view-btn {
    margin-left: 8px;
}

.view-btn a {
    background-image: url(../images/view-option.png);
    width: 24px;
    height: 24px;
    background-position-x: left;
    margin: 0 2px;
}

.view-btn a.v2 {
    background-position-x: right;
}

.view-btn a.active {
    background-position-y: bottom;
}

.footer {
    background: #cecece;
    padding: 30px 0;
}

.footer .menu {
    width: 75%;
}

.footer .menu > * {
    width: 33.33333333%
}

.footer .menu h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 12px;
}

.footer .menu li {
    margin: 6px 0;
}

.footer .soc-box {
    width: 25%;
}

.bottom-footer {
    background: #43aed7;
    color: #fff;
    padding: 12px 0;
}

.about h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 30px;
}

.about .info {
    width: 890px;
    font-size: 12px;
    line-height: 30px;
}

.white-bg {
    background: #fff;
}

.about .info h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.instruments h2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 400;
}

.instruments .item a {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #6facd4;
    text-decoration: underline;
}

.instruments .item a:hover {
    text-decoration: none;
}

.instruments .item {
    text-align: center;
    width: 20%;
}

.instruments .item img {
    display: block;
    margin: 0 auto 20px;
}

.instruments .container, .for-what .container, .how .container {
    padding-top: 20px;
}

.how .container{
    padding-bottom: 30px;
}

.for-what h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px;
}

.for-what .block {
    width: 485px;
}

.for-what .block+.block{
    margin-left: 65px;
}

.for-what .block h3, .how h2{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}

.for-what .block .info {
    margin-left: 160px;
}

.how h2{
    padding-bottom: 0;
}


.how p{
    font-size: 12px;
    line-height: 30px;
}

.blue-btn{
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    width: 220px;
    text-align: center;
    background: #6facd4;
    margin:  0 auto;
}


.blue-btn:hover{
    background: #0080d4;
    text-decoration: none;
}


.garanties .item span{
    font-size: 14px;
    line-height: 30px;
}


.import h1{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.import p{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 14px;
}

.import a.flr{
    color: #6facd4;
}


.import p .blue-btn{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: auto;
    padding: 5px 15px;
}


.import-form>span{
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding-right: 30px;
    cursor: pointer;
}

.import-form>span:after{
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 8px solid #7aabf1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 0;
    content: '';
    display: block;

}

.import-form>span.open:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.form label{
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}


.form .form-item{
    width: 405px;
}

.form .item+.item{
    margin-left: 75px;
}

.form .c-red{
    display: block;
    font-size: 12px;
    color: #761603;
    margin-top: -10px;
    margin-bottom: 15px;
}

.form .c-red a{
    color: #761603;
    text-decoration: underline;
}

.form .c-red a:hover{
    text-decoration: none;
}


.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea,
.form .jq-selectbox__select{
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    border: 1px solid #72add4;
    background:  #fff;
    border-radius: 0;
    height: 34px;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif !important;
    resize: none;
}

.form textarea{
    height: 226px;
    padding: 15px;
}


.form .jqselect{
    border-radius: 0;
    background: #fff;
    border: 0;
    width: 100%;
}

.import-form .form{
    padding-top: 30px
}


.form .jq-selectbox__select-text{
    line-height: 31px;
    font-family: 'Open Sans', sans-serif !important;

}

.form .jq-selectbox__trigger{
    border: 0;
}

.form .jq-selectbox__trigger-arrow{
    border-top: 5px solid #6facd4;
}

.form .jq-selectbox__dropdown{
    border-radius: 0;
    border: 0;
}

.form .jq-selectbox__dropdown li{
    font-family: 'Open Sans', sans-serif !important;
}


.form .form-item{
    padding-bottom: 30px;
}


.form .item.pad{
    padding-top: 22px;
}

.form .jq-file{
    width: 100%;
}

.form .jq-file__name{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: #cdcdcd;
    height: 34px;
    border-radius: 0;
    box-shadow: none;
    font-style: normal;
    color: #282929;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #72add4;
}

.form .jq-file__browse{
    display: none;
}

.form .error{
    border-color: red !important;
}

.form .blue-btn{
    display: block;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    height: 34px;
    padding: 0;
    margin-top: 28px;
}


.import-form p{
    font-size: 12px;
    line-height: 30px;
    padding-top: 20px;
}

.import-form .form{
    display: none;
}


.add-work{
    font-size: 12px;
    text-decoration: none;
    color: #6facd4;
}

.add-work:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico-add.png") no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.add-work span{
    display: inline-block;
    vertical-align: middle;
}


.import .container{
    padding-bottom: 30px;
}

.err{
    color: red;
}

.lk-header .container{
    padding: 10px 0;

}


.lk-menu{
    background: #7aabf1;
    overflow: hidden;
}


.lk-menu li{
    float: left;
}

.lk-menu a{
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 10px;
}

.lk-menu a:hover{
    background: #4d6c9b;
    text-decoration: none;
}

.lk-menu .container>*{
    padding: 0;
}

.lk-menu-sub{
    background: #E1E1E1;
    overflow: hidden;
}


.lk-menu-sub li{
    float: left;
    position: relative;
}

.lk-menu-sub a{
    display: block;
    color: #000000;
    font-size: 16px;
    padding: 12px 10px;
}

.lk-menu-sub a:hover{
    background: #696d6d;
    color: #fff;
    text-decoration: none;
}

.lk-menu-sub a.active{
    background: #696d6d;
    color: #fff;
    text-decoration: none;
}

.lk-menu-sub a span{
    position: absolute;
    font-size: 12px;
    right: 4px;
    top:1px;
}

.lk-menu-sub .container>*{
    padding: 0;
}

.lk .container .lk-users{
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.lk-users:after{
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    border-top: 6px solid #7aaaf1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
}

.lk-users .lk-name{
    cursor: pointer;
}

.lk-users.open:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lk-dropmenu{
    position: absolute;
    background: rgba(255,255,255, 0.85);
    border: 1px solid #9bbceb;
    width: 300px;
    padding: 10px 0;
    left: 50%;
    margin-left: -150px;
    top: 22px;
    display: none;
    z-index: 1;

}

.lk-dropmenu *{
    display: block;

}

.lk-dropmenu span{
    padding: 5px 20px;
}

.lk-dropmenu a{
    padding: 5px 20px;
}

.lk .container>*{
    padding: 0;
}

.lk-footer .container{
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
}

.lk-footer{
    background: #e1e1e1;
}

.lk-center .container{
    min-height: 600px;
    position: relative;
}


.reg-form{
    /*width:  385px;*/
    /*top: 50%;*/
    /*margin-top: -103px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -193px;*/
}

.reg-form .link{
    color: #7aabf1;
    display: inline-block;
}

.reg-form .remember{
    margin-top: 5px;
}

.reg-form span{
    text-align: center;
    display: block;
    padding-top: 15px;
}

.reg-form .blue-btn{
    margin-top: -10px;
}

#container.lk{
    min-height: inherit;
}


.otchet .top-part>*{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.otchet .top-part .item-chk{
    margin-left: 20px;
    overflow: hidden;

}

.otchet .top-part .item-chk input{
    position: absolute;
    left: -200px;
}

input[type=checkbox] + label{
    cursor: pointer;
}


input[type=checkbox] + label:before{
    background: url("../images/chk.png") no-repeat right;
    width: 18px;
    height: 18px;
    border: 0;
    box-shadow: none;
}

input[type=checkbox]:checked + label:before{
    background-position: 0 0;

}


input[type=checkbox]:checked + label:after{
    display: none;
}

input[type=checkbox]:checked + label{
    color: #7aabf1;
}

.otchet .date >*{
    font-size: 18px;
    margin-right: 15px;
    width: 10%;
    align-self: center;
}

.otchet .date{
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
}

.otchet .date input, .otchet .date select{
    padding-left: 15px;
    font-size: 18px;
    width: 168px;
    height: 34px;
    border: 1px solid #7aabf1;
    background: #fff;
}


.faq{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../images/ico-faq.png") no-repeat;
    width: 26px;
    height: 26px;
    cursor: pointer;
}


.tabs *{
    display: inline-block;
    vertical-align: middle;
}


.tabs a{
    margin-right: 15px;
    color: #ffffff;
    background: #7aabf1;
    font-size: 18px;
    padding: 5px 15px;
    text-decoration: none;

}

.tabs a:hover{
    text-decoration: underline;
}

a.button {
    margin-right: 15px;
    color: #ffffff;
    background: #7aabf1;
    font-size: 18px;
    padding: 5px 15px;
    text-decoration: none;
}

a.button:hover{
    text-decoration: underline;
}

.tabs .faq{
    margin-left: 0;
}


.tabs .active, .tabs .active:hover{
    background: #696d6d;
    text-decoration: none;
}


.hint{
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-bottom: 30px;
}


.otchet table td{
    border: 2px solid #dcdcdc;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.otchet table th{
    border: 2px solid #dcdcdc;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}


.otchet .width100{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}


.otchet h2{
    font-weight: normal;
    font-size: 24px;
}
.otchet h3{

    font-size: 20px;
    font-weight: normal;
}


.otchet .width50{
    width: 50%;
    font-size: 14px;
}

.otchet .width50 td:first-child{
    text-align: left;
}
.otchet td.width50{
    text-align: left;
}

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: inherit;
    gap: 2vw;
    
}

.auth-title {
    font-size: 2vw;
}

.info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    max-width: 405px;
    padding: 1vw;
    background-color: #e1e1e1;
    margin-bottom: 1vw;
}

.no-orders-warning, .oferta-test-warning {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    max-width: 405px;
    padding: 1vw;
    background-color: #e1e1e1;
    margin: 0 auto 30px auto;
}

.content-wrapper .info-container {
    background-color: unset;
}

.info-message {
    font-size: 15px;
}
.info-message-error {
    font-size: 15px;
    color: red;
}
.info-message-error a {
    font-size: 15px;
    color: red;
    font-weight: bold;
}

.captcha-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vh;
    margin-bottom: 1vh;
}

.captcha-reload-control {
    display: flex;
    gap: 10px;
    cursor:pointer;
}

.top-part {
    padding-top: 15px;
    padding-bottom: 15px;
}

.documents, .collections {
    display: none;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.documents h2, .collections h2 {
    font-weight: normal;
    font-size: 24px;
}

.documents-paging, .collections-paging {
    margin-left: auto;
    font-size: 14px;
}

.attachments-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.attachments-control .cell-type-content {
    padding-right: 60px;
}
.attachments-content {
    display: flex;
    flex-direction: column;
}
.attachments-grid {
    align-self: center;
}
.attachments-row-selected > .jsgrid-cell {
    cursor: default !important;
}
.attachments-row-selected:hover {
    cursor: default !important;
}
.attachment-download {
    background: #7aabf1;
    border: 0;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
}

.attachment-download:hover {
    text-decoration: underline;
}

.attachments-header {
    font-size: 20px;
    padding: 35px;
}

.attachments-upload {
    align-self: center;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
}
.upload-control{
    padding-bottom: 30px;
}

.jsgrid-filter-row > .jsgrid-cell > select {
    border: 1px solid #7aabf1;
    background: #fcfcfc;
}

.jsgrid-filter-row > .jsgrid-cell > input:not([type=button])   {
    border: 1px solid #7aabf1;
    background: #fcfcfc;
}

.jsgrid-cell input[type="text"]:focus::placeholder {
    color: transparent;
}


.content {
    display: none;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.content h2 {
    font-weight: normal;
    font-size: 24px;
}
.content h2 > span {
    font-style: italic;
}

.content-paging {
    margin-left: auto;
    font-size: 14px;
}

.content-loader {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-loader .text {
    font-weight: normal;
    font-size: 24px;
}

.content-error {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.content-error .text {
    font-size: 24px;
}

.content-error .message {
    font-size: 18px;
}

.owner-info {
    margin: 0 auto 30px auto;
}

.content-wrapper .upload-info{
    background-color: #e1e1e1;
}

.content-wrapper .content-uploader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-wrapper .info-container {
    margin-bottom: unset !important;
}

.content-wrapper .upload-info {
    margin-bottom: 30px;
} 

.hidden{
    display: none;
}
.show-oferta-button, .accept-oferta-button, .go-test-editor-button, .go-test-list-button, .test-publication-button, .modal-button {
    background: #7aabf1;
    border: 0;
    padding: 10px;
    color: #fff;
    margin: 0 auto 10px auto;
}

.show-oferta-button:hover, .accept-oferta-button:hover, .go-test-editor-button:hover, .go-test-list-button:hover, .test-publication-button:hover,
.modal-button:hover {
    text-decoration: underline;
}

.modal-body {
    padding-bottom: 30px;
    font-size: 14px;
}

.modal-content input, .modal-content textarea {
    border: 1px solid #7aabf1;
    background: #fcfcfc;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.modal-content input::placeholder, .modal-content textarea::placeholder {
    font-size: 14px;
}

.not-requred-text {
    font-style: italic;
}
.go-to-test-editor {
    margin: 15px auto 0 auto;
}

.publishing {
    display: none;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.publishing h2 {
    font-weight: normal;
    font-size: 24px;
}
.publishing h3 {
    font-weight: normal;
    font-size: 20px;
}

.publishing-paging {
    margin-left: auto;
    font-size: 14px;
}

.publishing-money{
    padding-bottom: 25px;
    width: 100%;
}

.publishing-money table {
    font-size: 16px;
    width: 80%;
    border: 1px solid #7aabf1;
}

.publishing-money table th {
    background-color: #7aabf1;
    color: #ffffff;
    font-weight: bolder;
    padding: 10px
}
.publishing-money table tr td {
    border: 1px solid #7aabf1;
    padding: 10px ;
}
.ac-text  table  tr td {
    font-size: 16px;
}
.ac-text  table  tr:hover td {
    background-color: #a9c7f3;
    border: 1px solid #a9c7f3;
    
}

.ac-panel {
    padding-left: 10px;
    padding-right: 10px;
}

.collections a{
    margin-right: 15px;
    color: #ffffff;
    background: #7aabf1;
    font-size: 18px;
    padding: 5px 15px;
    text-decoration: none;
}
.collections .active{
    background: #696d6d;
    text-decoration: none;
}

/* HTML: <div class="loader"></div> */
.publishing-loader {
    width: 120px;
    height: 20px;
    -webkit-mask: radial-gradient(circle closest-side,#000 94%,#0000) left/20% 100%;
    background: linear-gradient(#000 0 0) left/0% 100% no-repeat #ddd;
    animation: l17 2s infinite steps(6);
}
@keyframes l17 {
    100% {background-size:120% 100%}
}