.notify-container {
    padding: 19px 10px 20px 10px !important;
    color: #444 !important;
    background-color: #fff !important;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
}

.notify-container-close {
    float: left !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    filter: alpha(opacity=20);
    opacity: .2 !important;
    background-color: transparent !important;
}

.notify-container-text {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}

.u-name {
    color: #333;
}

.slicknav_arrow {
    display: inline-block !important;
}

/*.diploma-block .container {*/
/*background-color: #fff;*/
/*box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);*/
/*}*/

.diploma-block .container .col-6 {
    padding: 20px;
}

.diploma-block .container .col-6 .left {
    border: 6px solid #a60000;
    background: #fff;
    min-height: 110px;
    box-shadow: 0 0 10px rgb(166, 0, 0);
}

.diploma-block .container .col-6 .right {
    border: 6px solid #0080d1;
    background: #fff;
    min-height: 110px;
    box-shadow: 0 0 10px rgb(0, 128, 209);
}

.diploma-block .container .col-6 .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-left: 84px;
    color: #005395;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 6px;
}

.diploma-block .container .col-6 .left .emblem {
    background: url(/sites/all/themes/committe/assets/images/emblem.png);
    width: 60px;
    height: 75px;
    position: absolute;
    background-repeat-x: no-repeat;
    /*top: 31px;*/
    margin-top: 5px;
    left: -13px;
}

.diploma-block .container .col-6 .right .emblem {
    background: url(/sites/all/themes/committe/assets/images/emblem.png);
    width: 60px;
    height: 75px;
    position: absolute;
    /*top: 8px;*/
    background-repeat-x: no-repeat;
    margin-left: -18px;
    margin-top: 5px;
}

.diploma-block .container .col-6 .right .flag {
    background: url(/sites/all/themes/committe/assets/images/flag.png);
    width: 140px;
    height: 91px;
    position: absolute;
    left: 394px;
    bottom: 26px;
}

.diploma-block .container .col-6 .left .flag {
    background: url(/sites/all/themes/committe/assets/images/flag.png);
    width: 140px;
    height: 91px;
    position: absolute;
    right: 3px;
    bottom: 26px;
}

.diploma-list {
    margin-left: 70px;
}

.diploma-list u li a {

}

.diploma-block-small-s {
    line-height: 2.1;
}

.c-l {
    padding-left: 0 !important;
}

.c-r {
    padding-right: 0 !important;
}

#gallery-main, #gallery-album, #login-page {
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
}

#gallery-main:hover, #gallery-album:hover, #login-page:hover {
    box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

.box-gallery ul {
    margin-bottom: 10px;
}

.box-gallery ul li {
    float: left;
    width: 21%;
    margin: 2% 2% 2% 2%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-gallery ul:after {
    content: "";
    display: block;
    clear: both;
}

.box-gallery ul .photo_description {
    margin-top: 8px;
}

.box-gallery ul li a span {
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.box-gallery ul li a img {
    height: 105px;
    max-width: initial;
}

.diploma-list ul {
    display: inline-block;
    text-align: initial;
    list-style: none;
    line-height: 1.6;
}

.diploma-list ul li:before {
    content: "—";
    position: relative;
    left: -15px;
    color: #a60000;
    font-weight: 800;
    /* height: 4px; */
    /* width: 4px; */
    font-size: 15px;
}

#main-thing .section-heading {
    background: #005da7;
}

#main-thing .section-heading > h3 {
    color: #fff !important;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

#main-thing .bx-wrapper {
    margin: -1px auto;
    border-left: 2px solid #005da7;
    border-right: 2px solid #005da7;
    border-bottom: 2px solid #005da7;
}

.custom-underline-red {
    border-bottom: 3px solid #a60000;
    padding-bottom: 10px;
}

.custom-underline-blue {
    border-bottom: 3px solid #005da7;
    padding-bottom: 10px;
}

.custom-underline-grey {
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 10px;
}

.block-header {
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
}

#login-block-inputs input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
}

#login-block-inputs input:nth-child(2) {
    border: 1px solid #a9a9a9;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-top: 10px;
}

input {
    outline: none;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#login-block-actions {
    margin-top: 10px;
}

#login-block-actions input {
    width: 100px;
}

#login-block-actions > div {
    margin-top: 5px;
}

#login-block-actions > div a {
    text-decoration: underline;
    color: #03a9f4;
    font-size: 12px;
    margin: 0 8px;
}

.block7 .bx-wrapper ul li {
    padding: 20px;
}

.bottom-line {
    border-bottom: 1px solid #1c5ca7;
}

.entry-more {
    position: absolute;
    right: 0;
    top: -1px;
}

.entry-meta a {
    color: #0398db;
}

.entry-meta, .main-thing-more {
    font-size: 12px !important;
}

.locale-block {
    position: absolute;
    right: 260px;
    line-height: 35px;
    top: 7px;
}

.locale-block ul li {
    display: inline;
    padding: 5px;
}

.locale-block ul li .active {
    display: inline;
    padding: 5px;
    background: #ffffff;
    color: #000000;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
}

.locale-block ul li .active a:visited, .locale-block ul li .active a:hover {
    color: #000;
}

/*
    Page articles search
*/

#block-views-exp-articles-page-custom {
    margin-top: 20px;
}

#block-views-exp-articles-page-custom form {
    position: relative;
    margin: 0 auto;
}

#block-views-exp-articles-page-custom form input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    outline: none;
    font-size: 13px;
    line-height: 35px;
    display: block;
    /* width: 200px; */
    -webkit-transition: width .3s;
    transition: width .3s;
    color: #333;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    -webkit-appearance: none;
}

#block-views-exp-articles-page-custom form button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 90px;
    height: 35px;
    border: none;
    cursor: pointer;
}

#block-views-exp-articles-page-custom form button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
    color: #fff;
}

.wrapper-login {
    width: 300px;
    margin: 12% auto;
}

.wrapper-login form {
    position: relative;
}

.wrapper-login .clear {
    clear: both;
}

.wrapper-login .sign-in {
    float: left;
    color: #000;;
    font-size: 1.3em;
}

.wrapper-login .button {
    float: right;
    color: #7f8084;
    border: 1px solid #a9a9a9;
    padding: 7px 15px;
    /*border-radius: 3px;*/
    cursor: pointer;
}

.wrapper-login .lock {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    padding: 7px;
    left: 5px;
}

.wrapper-login .lock::after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #22272d;
    top: 0px;
    left: 100%;
}

.wrapper-login .user {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    padding: 7px;
    left: 5px;
}

.wrapper-login .user::after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #22272d;
    top: 0px;
    left: 100%;
}

.wrapper-login input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, textarea:hover, textarea:focus {
    background-color: transparent;
}

.wrapper-login input {
    width: 100%;
    padding: 5px;
    height: 40px;
    /*border-radius: 3px;*/
    margin: 5px 0;
    outline: none;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-height: 36px;
}

.wrapper-login .user-input:focus .user {
    background: white !important;
}

.wrapper-login input[type="text"] {
    background: transparent;
    border: 1px solid #a9a9a9;
    padding-left: 45px;
}

.wrapper-login input[type="password"] {
    background: transparent;
    border: 1px solid #a9a9a9;
    padding-left: 45px;
}

.wrapper-login input[type="submit"] {
    background: #03a9f4;
    border: none;
    color: white;
    text-align: center;
    cursor: pointer;
}

.wrapper-login input[type="radio"] {
    display: none;
}

.wrapper-login .check-label {
    color: #7f8084;
    margin-top: 10px;
    float: left;
    padding: 3px 0;
    margin-left: 10px;
}

.wrapper-login .forgot-label {
    color: #7f8084;
    margin-top: 10px;
    padding: 3px 0;
    cursor: pointer;
}

.wrapper-sign {
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
}

.pub_title {
    text-align: center;
}

.pub_whom {
    text-align: right;
}

.w-100 {
    width: 100%;
}

.form-required {
    color: #f00;
}

.ninja-forms-field {
    font-size: 12px !important;
    display: block;
    padding: 5px 30px 5px 5px !important;
    -webkit-transition: width .3s !important;
    transition: width .3s;
    color: #333;
    border: 1px solid #a9a9a9 !important;
    outline: none;
    background-color: #fff !important;
    -webkit-appearance: none;
}

.gallery-description {
    margin: 2% 2% 2% 2%;
    padding: 0px 12px;
}

.diploma-list ul li a {
    color: #000 !important;
}

#achievements-our-scientists .hentry {
    min-height: initial;
}

#achievements-our-scientists .hentry .entry-title {
    margin-bottom: 0;
}

#advertisement .non-img {
    min-height: initial;
}

#advertisement .non-img {
    min-height: initial;
}

#advertisement .non-img .entry-title {
    margin-bottom: 0;
}

#secondary-bar #secondary-menu {
    float: right;
}

.custom-search-box {
    font-size: 13px !important;
    line-height: 35px !important;
    display: block !important;
    width: 200px;
    height: 35px !important;
    padding: 5px 30px 5px 5px !important;
    -webkit-transition: width .3s !important;
    transition: width .3s !important;
    color: #333 !important;
    border: 1px solid #a9a9a9 !important;
    outline: none !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
}

.custom-search-box:hover, .custom-search-box:focus {
    width: 220px
}

.header-search .form-item {
    margin: 0;
}

.search-results {
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    position: relative;
    padding: 20px;
}

.search-results li {
    border-bottom: 1px solid #ccc;
}

.search-results li:last-child {
    border-bottom: none;
}

.search-results .search-snippet-info, .search-results .search-info {
    font-size: 14px;
}

.search-results .search-snippet {
    margin: 5px 0;
}

.search-results .search-info {
    margin-bottom: 5px;
    font-style: italic;
    color: #888;
}

.search-results .search-snippet-info {
    padding-left: 0px;
    margin-bottom: 15px;
}

#views-exposed-form-works-cards-page #edit-field-section-tid {
    max-width: 165px;
}

#primary-nav {
    margin-left: 100px;
}

.date-adver {
    font-size: 12px;
    color: #959595;
}

#advertisement .hentry .entry-title,
#achievements-our-scientists .hentry .entry-title {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6153846154em;
}

.diploma-list ul {
    margin-right: 95px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1120px) {
    .diploma-block .container .col-6 .right .flag {
        left: 314px;
    }
}

@media only screen and (max-width: 959px) {
    .diploma-block .container .col-6 .right .flag {
        left: 203px;
        margin-top: -53px;
        right: 3px;
    }

    .diploma-block .container .col-6 .left .flag {
        margin-top: -53px;
        right: 3px;
    }

    .diploma-block .container .col-6 .title {
        margin-left: 64px;
    }

    .col-6-xs {
        width: 100% !important;
        display: block !important;
    }

    .diploma-block .container .col-6 .title {
        margin-left: 84px;
    }

    .diploma-block .container .col-6 .left .flag {
        right: 6px;
    }

    .diploma-block .container .col-6 {
        position: relative;
    }

    .diploma-block .container .col-6 .right .emblem {
        width: 60px;
        height: 75px;
        position: absolute;
        top: unset;
        margin-left: -18px;
        margin-top: 5px;
    }

    .c-r {
        padding-left: 0 !important;
    }

    .c-l {
        padding-right: 0 !important;
    }

    .diploma-block .container .col-6 .right .flag {
        right: 6px;
        left: unset !important;
    }

    .diploma-block-small-s:nth-child(2) {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .locale-block {
        display: none;
    }

    .box-gallery ul li a img {
        height: 97px;
    }
}

@media only screen and (min-width: 960px) {
    #language-menu, #block-user-login {
        display: none;
    }

    #block-user-login {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    }

    #block-user-login h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .col-6-xs {
        width: 100% !important;
        display: block !important;
    }

    .diploma-block .container .col-6 .title {
        margin-left: 84px;
    }

    .diploma-block .container .col-6 .left .flag {
        right: 6px;
    }

    .diploma-block .container .col-6 {
        position: relative;
    }

    .diploma-block .container .col-6 .right .emblem {
        width: 60px;
        height: 75px;
        position: absolute;
        top: unset;
        margin-left: -18px;
        margin-top: 5px;
    }

    .c-r {
        padding-left: 0 !important;
    }

    .c-l {
        padding-right: 0 !important;
    }

    .diploma-block .container .col-6 .right .flag {
        right: 6px;
        left: unset;
    }

    .diploma-block-small-s:nth-child(2) {
        margin-top: 20px;
    }

    .box-gallery ul li {
        width: 29.3%;
    }

    .box-gallery ul li a img {
        height: 95px;
    }
}

@media only screen and (max-width: 559px) {
    .box-gallery ul li {
        width: 45.3%;
    }

    .box-gallery ul li a img {
        height: 117px;
    }
}

@media only screen and (max-width: 1120px) {
    .gallery-description {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 960px) {
    .gallery-description {
        padding: 0px 25px;
    }

    .box-gallery ul li {
        width: 29.3%;
    }
}

@media only screen and (max-width: 959px) {
    .gallery-description {
        padding: 0px 2px;
    }
}

@media only screen and (max-width: 480px) {
    #block-user-login {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    }

    .diploma-block .container .col-6 .title {
        margin: 10px 16px;
    }

    .diploma-list ul {
        margin-right: unset;
    }

    .emblem {
        display: none;
    }

    #news-sort {
        text-align: unset !important;
    }

    .diploma-list {
        margin: 0 32px;
    }

    .flag {
        display: none;
    }

    .box-gallery ul li a img {
        height: 80px;
    }

    #block-user-login h2 {
        font-size: 14px;
        line-height: 1;
    }

    #block-user-login:hover {
        box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
        -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    }

    #block-user-login .form-item-name input {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.55) inset;
        margin-top: 10px;
    }

    #block-user-login .form-item-pass input {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.55) inset;
        margin-top: 10px;
        border: none;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
    }

    #block-user-login .item-list ul, #edit-actions {
        text-align: center;
    }

    #block-user-login .item-list ul li {
        display: inline;
    }

    .box-gallery ul li {
        width: 46%;
    }

    .wrapper-login {
        width: initial;
        margin: 0;
    }

}

@media only screen and (min-width: 481px) and (max-width: 960px) {
    #block-user-login {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
    }

    #block-user-login h2 {
        font-size: 14px;
        line-height: 1;
    }

    #block-user-login form > div {
        white-space: nowrap;
    }

    #block-user-login:hover {
        box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
        -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    }

    #block-user-login .form-item-name {
        display: inline-block;
        width: 50%;
        white-space: normal;
    }

    #block-user-login .form-item-name input {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.55) inset;
        margin-top: 10px;
    }

    #block-user-login .form-item-pass {
        display: inline-block;
        width: 50%;
        white-space: normal;
    }

    #block-user-login .form-item-pass input {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.55) inset;
        margin-top: 10px;
        border: none;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
    }

    #block-user-login .item-list ul, #edit-actions {
        text-align: center;
    }

    #block-user-login .item-list ul li {
        display: inline;
    }

    #edit-actions input {
        width: 125px;
    }
}

@media only screen and (min-width: 1121px) and (max-width: 1160px) {
    .diploma-block .container .col-6 .right .flag {
        left: 382px;
    }
}

.print-footer {
    display: none;
}

.print-site_name {
    margin-top: 15px;
    padding-top: 15px;
}

.print-logo {
    float: left;
    margin-right: 15px;
}

.print-content .news-share {
    display: none;
}

.laureat-img {
    height: 70px;
    margin: 0px 10px 10px 0px;
    width: 100px;
    float: left;
}

.clear-both {
    clear: both;
}

.laureat-decree {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

#main-thing ul li .text-justify p {
    margin-bottom: 10px;
}

#main-thing ul li .text-justify p:last-child {
    margin-bottom: 0px;
}

.read_more_articles {
    padding-top: 10px;
    padding-bottom: 10px;
}

.view-filters {
    margin-bottom: 20px;
}

.node-scientific_work_card-form #edit-title-field-uk-0-value, .node-scientific_work_card-form #edit-title-ru, .node-scientific_work_card-form #edit-title-en {
    width: 100%;
    height: 20px;
}

.diploma-db-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #005395;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 6px;
    text-align: center;
}

.tables {
    overflow-x: scroll;
}

.work-submission-state-true {
    background: #25a725 !important;
}

.work-submission-state-false {
    background: red !important;
    cursor: not-allowed !important;
}

.work-submission-state-weekend {
    background: #b600ffcf !important;
    cursor: not-allowed !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-not-allowed:disabled {
    background: #0a2b1d;
}

.w-s-time-block {
    cursor: pointer;
}

.work-submission-btn {
    border: none;
    padding: 15px 25px;
	display:block;
    cursor: pointer;
	text-align:center;
    background-color: #03a9f4;
    color: #fff !important;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.diploma-block {
    margin-bottom: 20px;
}

.work-submission-state-false-work {
    background: #3f51b5 !important;
}

.display-flex-work-submission-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.work-submission-legend-background-true {
    background: #25a725;
    width: 50px;
    height: 35px;
}

.work-submission-legend-background-false {
    background: red;
    width: 50px;
    height: 35px
}

.work-submission-legend-background-weekend {
    background: #b600ffcf;
    width: 50px;
    height: 35px
}

.work-submission-legend-background-title {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

#table-cont {
    /**make table can scroll**/
    max-height: 600px;
    overflow: auto;
}

.work-submission-admin-border {
    color: #e3e3e3;
}

.work-submission-admin-border-important {
    color: #e3e3e3 !important;
}

.work-submission-admin-border-tr {
    color: #ffffff;
    border-bottom: 1px solid;
}

.work-submission-admin-border-td {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.work-submission-admin-border-td-16 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.work-submission-admin-month-select {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.form-control-settings {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.settings-page-checkbox {
    width: 17px;
    height: 17px;
}

.status-setting-stat {
    background: #17a2b8;
    color: #fff;
}

.stat-setting-state-awards {
    background: #a60000;
    color: #fff;
}

.stat-setting-presidential-awards {
    background: #005da7;
    color: #fff;
}

#last-news-comment-articles-mobile {
	display: none;
}

#last-news-comment-articles-mobile a {
	color:#333;
}

#last-news-comment-articles-mobile .tabs-nav li.active a,#last-news-comment-articles-mobile .tabs-nav li.active a:visited,#last-news-comment-articles-mobile .tabs-nav li:last-child.active a,#last-news-comment-articles-mobile .tabs-nav li:last-child.active a:visited {
	color: #03a9f4;
}

@media only screen and (max-width: 1120px) {
    #last-news-comment-articles-mobile {
		display: block;
	}
}

.status-setting-param {
	background: #3c8624;
    color: #fff;
}

.settings_delimiter {
	background: #d8d8d8 !important;
    color: #fff;
}
.bottom-margin {
	margin-bottom:15px;
}

.setting_table label {
	display: inline-block;
}

#block-committe-core-diploma-dp-pp .col-6, #block-committe-core-diploma-dp-pp-last-year .col-6 {
	vertical-align: top;
}
.submission-content li, .field-items li {
	list-style-position: inside;
	padding-left:15px;
}
.gallery_content_block:after {
	content: "";
	display:block;
	clear: both;
}
.gallery-node header {
	margin-bottom:20px;
}
.gallery_content_block img {
	display:block;
}
.gallery_content_block > a {
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.application_form {
	margin-top:30px;
}
.application_form h4 {
	margin-bottom:20px;
}
.application_radios label {
	display:inline-block;
}
.application_form input[type="text"],.application_form input[type="email"], .application_form textarea {
	width:100%;
}
.application_form .form-group {
	margin-bottom:15px;
}




