@import "https://fonts.googleapis.com/css?family=Titillium+Web:400,600";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono";

body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h2, h3, h4, h5 {
    font-weight: 300 !important;
}

div#chart-wrapper {
    width: auto !important;
}

#chart-wrapper {
    width: 97%;
    margin: auto;
    overflow-x: hidden !important;
}

/*Login button*/
a.logout-url {
    color: #fff !important;
    font-weight: 300;
}

a:hover.logout-url {
    color: #fff !important;
}

.login-button {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.login-button:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.content-header > .breadcrumb {
    background: none !important;
}

@media (min-width: 992px) {
    .content-header > ul.breadcrumb {
        max-width: 37% !important;
        margin-bottom: 10px !important;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .content-header > h1 {
        max-width: 60% !important;
    }
}

@media (max-width: 990px) {
    .content-header > h1 {
        max-width: 100% !important;
    }
}

/*Buttons*/
.btn-ltg {
    background-color: #F8423A !important;
    border-color: #F8423A  !important;
    color: #fff !important;
}
.btn-ltg:hover,
.btn-ltg:active,
.btn-ltg.hover {
    color: #fff !important;
    background-color: #CE533D !important;
}
.btn-ltgCargo {
    background-color: #FF9E1B  !important;
    border-color: #FF9E1B !important;
    color: #fff !important;
}

.btn-ltgCargo:hover,
.btn-ltgCargo:active,
.btn-ltgCargo.hover {
    color: #fff !important;
    background-color: #FFDF00  !important;
}

.btn-ltgInfra {
    background-color: #007749 !important;
    border-color: #007749   !important;
    color: #fff !important;
}

.btn-ltgInfra:hover,
.btn-ltgInfra:active,
.btn-ltgInfra.hover {
    color: #fff !important;
    background-color: #02a560 !important;
}

.btn-ltgLink {
    background-color: #F8423A !important;
    border-color: #F8423A  !important;
    color: #fff !important;
}

.btn-ltgLink:hover,
.btn-ltgLink:active,
.btn-ltgLink.hover {
    color: #fff !important;
    background-color: #FF7F41     !important;
}

.btn-grey {
    background-color: #777  !important;
    border-color: #777   !important;
    color: #fff !important;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey.hover {
    color: #fff !important;
    background-color: #898d8d !important;
}
.btn-purple {
    background-color: #CCAED0  !important;
    border-color: #CCAED0   !important;
    color: #fff !important;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple.hover {
    color: #fff !important;
    background-color: #9063CD !important;
}

.btn-primary {
    background-color: #4575AE !important;
    border-color: #3B6793 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    color: #fff !important;
    background-color: #3B6793 !important;
}

.btn-danger {
    background-color: #E85D45 !important;
    border-color: #CE533D !important;
    color: #fff !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    color: #fff !important;
    background-color: #CE533D !important;
}

.btn-success {
    background-color: #85BE43 !important;
    border-color: #73A53A !important;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #73A53A !important;
    color: #fff !important;
}

.btn-info {
    background-color: #3D9DD7 !important;
    border-color: #3488BC !important;
    color: #fff !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #3488BC !important;
    color: #fff !important;
}

.btn-warning {
    background-color: #EAB83A !important;
    border-color: #D1A434 !important;
    color: #fff !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #D1A434 !important;
    color: #fff !important;
}

.btn-danger {
    background-color: #E85D45 !important;
    border-color: #CE533D !important;
    color: #fff !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #CE533D !important;
    color: #fff !important;
}

/*Sign in form*/
.panel-default > .panel-heading {
    color: #fff !important;
    font-weight: 300 !important;
    background: #4574AE !important;
    border-radius: 3px !important;
}

.panel-heading {
    border-radius: 3px !important;
}

.dropdown-menu > li > a:hover {
    background: #eef4fc !important;
}

.panel.panel-default {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.panel-title {
    font-weight: 300 !important;
}

.form-group.has-error .help-block {
    color: #E85D45 !important;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #E85D45 !important;
}

.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
    border-color: #85BE43 !important;
}

.form-group.has-success label {
    color: #85BE43 !important;
}

label {
    font-weight: 300 !important;
}

label a {
    color: #4575AE;
    font-weight: 500;
}

label a:hover {
    color: #3B6793;
}

header.main-header {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: #F8423A !important;
    background-image: url("/images/lg_line_new.png");
    background-position: right;
    background-repeat: no-repeat;
}

@media screen  and (max-width: 768px) {
    .navbar {
        background-color: #F8423A !important;
        background-image: url("/images/lg_line_mob.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}

.skin-blue-light .main-header .logo {
    background-color: #F8423A !important;
    color: #fff !important;
    border-bottom: 0 solid transparent;
}

.skin-blue-light .main-header .logo:hover {
    background-color: #000000 !important;
    color: #fff !important;
    border-bottom: 0 solid transparent;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #000000 !important;
    color: #fff !important;
    border-bottom: 0 solid transparent;
}

.box {
    border-top: none;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #d2d6de;
}

/*info-box*/
.info-box {
    box-shadow: none;
    color: #777 !important;
    min-height: 95px;
    margin-bottom: 5px;
}

.info-box-content {
    padding: 0 10px 5px 10px;
    margin-left: 67px;
}

.info-box a {
    color: #777 !important;
}

.info-box a:hover {
    color: #3B6793 !important;
}

.info-box-text a {
    color: #4575AE !important;
    font-weight: 500;
}

.info-box-text a:hover {
    color: #3B6793 !important;
}

.info-box-text {
    text-transform: none !important;
}

.info-box-number {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.info-box-icon {
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 26px;
}

.info-box-icon-svg {
    border-radius: unset;
    background-color: #ffffff;
}

.info-box-icon-svg:hover {
    background-color: #f1f1f1 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-box-instruction {
    font-size: 12px;
}

.content-wrapper, .right-side {
    background-color: #eef4fc !important;
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
    color: #fff !important;
}

.skin-blue .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background-color: #fff !important;
}

.skin-blue-light .sidebar a {
    color: #51636f !important;
    font-weight: 400 !important;
}

.skin-blue-light .sidebar-menu > li > a {
    border-left: 3px solid transparent;
    font-weight: 400 !important;
}

.skin-blue-light .sidebar-menu > li.active > a {
    background: #eef4fc !important;
    font-weight: 500 !important;
}

.sidebar-menu > li:hover {
    background-color: #eef4fc !important;
}

.skin-blue-light .sidebar-menu > li:hover > a {
    background-color: #eef4fc !important;
}

/*menu*/

.treeview-menu {
    white-space: normal;
}

.treeview-menu > li > a:hover {
    background-color: #eef4fc !important;
}

.skin-blue-light .sidebar-menu .treeview-menu > li.active > a {
    font-weight: 500 !important;
    background-color: #eef4fc !important;
}

.skin-blue-light .sidebar-menu .treeview-menu > li > a {
    background-color: #eef4fc !important;
}

.skin-blue-light .treeview-menu > li > a {
    color: #777 !important;
}

.skin-blue-light .treeview-menu > li > a:hover {
    color: #000 !important;
}

.skin-blue-light .sidebar-menu > li > .treeview-menu {
    background: #eef4fc !important;
}

.panel-primary {
    border-color: #fff !important;
}

.panel-primary > .panel-heading {
    color: inherit;
    background-color: #4575AE !important;
    border-color: #3B6793 !important;
}

.pagination > .active > a {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #4575AE !important;
    border-color: #3B6793 !important;
}

.box-header .box-title {
    color: #4575AE;
    font-weight: 400;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #E85D45 !important;
}

.progress-bar-red, .progress-bar-danger {
    background-color: #E85D45 !important;
}

/*NEWS block IMG*/
img.card-img-top.img-fluid {
    /*margin:10px 0 20px 0;*/
    margin-top: 10px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

img:hover.card-img-top.img-fluid {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

ul.pagination.col-md-12 {
    padding-left: 15px;
}

.form-group.field-news-file {
    margin-top: 20px;
}

.news-title {
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis !important;
}

.news-title a {
    color: #4575AE !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.news-title a:hover {
    color: #3D9DD7 !important;
}

/* Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {
    .news-title {
        margin: 10px 0 15px;
        min-height: 50px;
        max-height: 90px;
        font-size: 13px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 220px;
    }

}

/* Small devices (landscape phones, 320px and up) */
@media (min-width: 360px) {
    .news-title {
        margin: 10px 0 15px;
        min-height: 50px;
        max-height: 90px;
        font-size: 13px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 195px;
    }
}

/* Small devices (landscape phones, 320px and up) */
@media (min-width: 405px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 250px;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .news-title {
        margin: 10px 0 15px;
        max-height: 90px;
        font-size: 16px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 325px;
    }
}

@media (min-width: 640px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 320px;
    }
}

@media (min-width: 720px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 350px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .news-title {
        font-size: 17px;
        margin: 10px 0 15px;
        max-height: 90px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 300px;
    }
}

@media (min-width: 900px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 350px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .news-title {
        font-size: 16px;
        margin: 10px 0 15px;
        max-height: 140px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 260px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .news-title {
        font-size: 17px;
        margin: 10px 0 20px;
        max-height: 100px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 325px;
    }
}

@media (min-width: 1600px) {
    .news-title {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 20px;
        max-height: 100px;
    }

    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 360px;
    }
}

@media (min-width: 1700px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 410px;
    }
}

@media (min-width: 1920px) {
    .card.col-md-4.col-sm-6.col-xs-6.news-item {
        min-height: 450px;
    }
}

.news-item {
    min-height: 410px;
}

.list-group-item {
    margin-bottom: 10px !important;
    border-radius: 4px;
    border: 1px solid #ccc !important;
}

.list-group-item:hover {
    background: #eef4fc !important;
}

.list-group-item a {
    color: #888 !important;
}

.list-group-item a:hover {
    color: #666 !important;
}

a.btn.btn-xs.btn-danger.pull-right {
    background: #fff !important;
    border: 1px solid #ddd !important;
}

a:hover.btn.btn-xs.btn-danger.pull-right {
    background: #dae3e8 !important;
}

/*dropezone*/
.dropzone {
    background: #eef4fc !important;
    border: 1px solid #ccc !important;
    border-radius: 0;
    margin-bottom: 10px !important;
}

.dropzone:hover {
    background: #dae3e8 !important;
}

/*Contacts*/
img.img-square {
    margin-bottom: 35px;
    border-radius: 10px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    max-width: 316px;

}

.widget-user-2 .widget-user-header {
    padding: 15px !important;
    height: 253px;
}

/*Contacts block height*/

@media (min-width: 320px) {
    .widget-user-2 .widget-user-header {
        height: 253px;
    }
}

@media (min-width: 360px) {
    .widget-user-2 .widget-user-header {
        height: 205px;
    }
}

@media (min-width: 640px) {
    .widget-user-2 .widget-user-header {
        height: 170px;
    }
}

@media (min-width: 768px) {
    .widget-user-2 .widget-user-header {
        height: 275px;
    }
}

@media (min-width: 896px) {
    .widget-user-2 .widget-user-header {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .widget-user-2 .widget-user-header {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .widget-user-2 .widget-user-header {
        height: 213px;
    }
}

@media (min-width: 1400px) {
    .widget-user-2 .widget-user-header {
        height: 185px;
    }
}

@media (min-width: 1700px) {
    .widget-user-2 .widget-user-header {
        height: 170px;
    }
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 70px !important;
}

.box.box-widget.widget-user-2 {
    border: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.widget-user-header.bg-yellow {
    background: #fff !important;
    color: #51636f !important;
}

.nav-stacked > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-stacked > li > a:hover {
    color: #fff !important;
}

.box-footer.no-padding {
    background: #fcfcfc !important;
    height: 40px;
    position: relative;
}

.box-footer.no-padding :hover {
    background: #4575AE !important;
    border-radius: 2px;
}

.widget-user-2 .widget-user-image > img {
    width: 55px !important;
    border: 1px solid #eee;
}

h3.widget-user-username {
    color: #4575AE !important;
    font-size: 20px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    font-weight: 300 !important;
    line-height: 1.15;
}

h3.widget-user-username a {
    color: #4575AE !important;
}

h3.widget-user-username a:hover {
    color: #3D9DD7 !important;
}

h5.widget-user-desc strong {
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 120% !important;
    padding-left: 0 !important;
}

h5.widget-user-desc {
    font-size: 12px !important;
    font-weight: 300;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

h5.widget-user-desc a {
    color: #4575AE !important;
}

h5.widget-user-desc a:hover {
    color: #3D9DD7 !important;
}

strong {
    font-weight: 500 !important;
}

/*Tables*/

table.kv-grid-table.table.table-hover.table-bordered.table-striped.kv-table-wrap a {
    color: #4575ae;
}

table.kv-grid-table.table.table-hover.table-bordered.table-striped.kv-table-wrap a:hover {
    color: #3D9DD7;
}

.form-group.text-right {
    margin: 10px 0 20px 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8fbff !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: #e4ecef !important;
}

.panel-footer {
    border: none !important;
    background: #fff !important;
}

/*Editable tables */

table img {
    max-width: 100% !important;
    height: auto !important;
}

.box-body p img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto !important;
}

/*v.akstinas *********************************/
.bg-litrail {
    background-color: #E85D45 !important;
    color: #fff !important;
}

.bg-litrail:hover {
    background-color: #CE533D !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-intranet {
    background-color: #3D9DD7 !important;
    color: #fff !important;
}

.bg-intranet:hover {
    background-color: #3488BC !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-railwayman {
    background-color: #E59E3B !important;
    color: #fff !important;
}

.bg-railwayman:hover {
    background-color: #D18B37 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-ms365 {
    background-color: #ec4200 !important;
    color: #fff !important;
}

.bg-ms365:hover {
    background-color: #d83b01 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-redmine {
    background-color: #E85D45 !important;
    color: #fff !important;
}

.bg-redmine:hover {
    background-color: #CE533D !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-contacts {
    background-color: #E59E3B !important;
    color: #fff !important;
}

.bg-contacts:hover {
    background-color: #D18B37 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-lgit {
    background-color: #E59E3B !important;
    color: #fff !important;
}

.bg-lgit:hover {
    background-color: #D18B37 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-news {
    background-color: #73A53A !important;
    color: #fff !important;
}

.bg-news:hover {
    background-color: #638931 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-kontora {
    background-color: #73A53A !important;
    color: #fff !important;
}

.bg-kontora:hover {
    background-color: #638931 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-itpagalba {
    background-color: #EAB83A !important;
    color: #fff !important;
}

.bg-itpagalba:hover {
    background-color: #D1A434 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-idrive {
    background-color: #E85D45 !important;
    color: #fff !important;
}

.bg-idrive:hover {
    background-color: #CE533D !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-email {
    background-color: #85BE43 !important;
    color: #fff !important;
}

.bg-email:hover {
    background-color: #73A53A !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-moodle {
    background-color: #73A53A !important;
    color: #fff !important;
}

.bg-moodle:hover {
    background-color: #638931 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-crm {
    background-color: #BBBEBF !important;
    color: #fff !important;
}

.bg-most {
    background-color: #BBBEBF !important;
    color: #fff !important;
}

.bg-oo {
    background-color: #BBBEBF !important;
    color: #fff !important;
}

.bg-inactive {
    background-color: #BBBEBF !important;
    color: #fff !important;
}


.bg-table-white {
    background-color: white !important;
    color: black !important;
}

.multi-item-carousel .carousel-inner .item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active .left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active .right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .active .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .active .prev {
    left: -33%;
}

.carouse-control .left {
    background-image: none;
    background: rgba(0, 0, 0, 0.5) !important;
}

.carouse-control .right {
    background-image: none;
    background: rgba(0, 0, 0, 0.5) !important;
}

.carousel-control {
    width: 100%;
    position: relative;
    top: 50%; /* pushes the icon in the middle of the height */
    z-index: 5;
    display: inline-block;
    /*transform: translate(-25%, -10%);*/
    margin: 0 auto;
}

.carousel-control.left .glyphicon {
    top: 25%;
    left: 15%;
    margin-left: 0;
    color: rgb(255, 255, 255);
    z-index: 1000;
}

.carousel-control.right .glyphicon {
    top: 25%;
    right: 5%;
    margin-right: 0;
    color: rgb(255, 255, 255);
    z-index: 1000;
}

.item #image {
    width: 190px !important;
    height: 150px;
    float: left;
    margin: 0 20px 20px 0;
    vertical-align: middle;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.multi-item-carousel.item {
    width: auto !important;
}

.item #newsName {
    vertical-align: middle;
    display: inline;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.multi-item-carousel.item a {
    width: 190px !important;
}

#naujienos {
    display: none;
}

@media screen and (min-width: 765px)and (max-width: 1400px) {
    .item #image {
        width: 190px;
        height: 135px;
        float: left;
        margin: 0 20px 20px 0;
        vertical-align: middle;
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    }

    .item #newsName {
        font-size: 12px;
    }
}

@media screen and (max-width: 990px) {
    .carousel-control.left .glyphicon {
        top: 40%;
        left: 0;
        margin-left: 0;
        color: rgb(0, 0, 0);
        z-index: 1000;
    }

    .carousel-control.right .glyphicon {
        top: 40%;
        right: 0;
        margin-right: 0;
        color: rgb(0, 0, 0);
        z-index: 1000;
    }
}

@media screen and (max-width: 805px) {
    .multi-item-carousel {
        display: none;
    }

    .carousel-control.left .glyphicon {
        visibility: hidden;
        display: none;
    }

    .carousel-control.right .glyphicon {
        visibility: hidden;
        display: none;
    }

    #newsBlock {
        display: none;
    }

}

.multi-item-carousel a:hover {
    color: #3D9DD7;
}

.multi-item-carousel a {
    color: #4575AE;
}

/***************************/

/*Contacts*/
#contacts-submit {
    width: 100%;
    margin-top: 10px;
}

.contacts-search {
    padding-left: 29px;
    padding-right: 29px;
}

/*Highcharts*/

.highcharts-menu-item {
    font-family: 'Roboto', sans-serif !important;
}

tspan {
    font-family: 'Roboto', sans-serif !important;
}

div#highcharts-0 {
    overflow: hidden !important;
}

/*NEWS Carousel*/

.car-image {
    width: 211px !important;
    height: 162px;
    max-width: 211px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    margin: auto !important;
}

.slick-prev, .slick-next {
    top: 31% !important;
}

.slick-next {
    right: -20px !important;
}

.car-image:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.slide-text {
    max-width: 211px !important;
    font-weight: 300;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: auto !important;
    color: #4575AE;
}

.slide-text:hover {
    color: #3D9DD7;
}

.slick-prev:before {
    color: #bbb !important;
    font-size: 30px;
}

.slick-next:before {
    color: #bbb !important;
    font-size: 30px;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.news-btn {
    text-align: center;
}

.news-btn a {
    color: #4575ae !important;
}

.news-btn a:hover {
    color: #3D9DD7 !important;
}

/* OrgCHart */
.orgchart {
    padding: 0 !important;
    margin-left: -10px !important;
}

.orgchart .table {
    margin: 0 !important;
}

.orgchart > table:first-child {
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
}

@media (min-width: 250px) {
    .orgchart .node {
        width: 180px !important;
    }
}

@media (min-width: 315px) {
    .orgchart .node {
        width: 210px !important;
    }
}

@media (min-width: 360px) {
    .orgchart .node {
        width: 250px !important;
    }
}

@media (min-width: 480px) {
    .orgchart .node {
        width: 360px !important;
    }
}

@media (min-width: 640px) {
    .orgchart .node {
        width: 510px !important;
    }
}

@media (min-width: 768px) {
    .orgchart .node {
        width: 410px !important;
    }
}

@media (min-width: 992px) {
    .orgchart .node {
        width: 155px !important;
    }
}

@media (min-width: 1150px) {
    .orgchart .node {
        width: 187px !important;
    }
}

@media (min-width: 1200px) {
    .orgchart .node {
        width: 270px !important;
    }
}

@media (min-width: 1450px) {
    .orgchart .node {
        width: 350px !important;
    }
}

@media (min-width: 1800px) {
    .orgchart .node {
        width: 450px !important;
    }
}

@media (min-width: 1880px) {
    .orgchart .node {
        width: 490px !important;
    }
}

.orgchart .node .title {
    font-weight: 300 !important;
    background-color: #4575AE !important;
}

.orgchart .node .content {
    font-weight: 400 !important;
    border: 1px solid #4575AE !important;
}

.orgchart .verticalNodes > td::before {
    border: 1px solid #4575ae !important;
}

.orgchart .verticalNodes > td::before {
    content: '';
    border: 1px solid #4575ae !important;
}

.orgchart .verticalNodes ul > li::after, .orgchart .verticalNodes ul > li::before {
    border-color: #4575ae !important;
}

.orgchart .node .toggleBtn {
    color: #85BE43 !important;
    background: #fff !important;
    border-radius: 5px !important;
    font-size: 18px;
}

.orgchart .node .toggleBtn:hover {
    color: #73A53A !important;
}

.orgchart .verticalNodes ul > li::after, .orgchart .verticalNodes ul > li::before {
    border-color: #4575ae !important;
}

div#dep-1691 {
    border-radius: 5px;
    background-color: rgba(60, 156, 215, 0.6) !important;
}

.orgchart .verticalNodes ul > li::after, .orgchart .verticalNodes ul > li::before {
    border-color: #4575ae !important;
}

.orgchart .node.focused {
    background-color: rgba(60, 156, 215, 0.4) !important;
}

.orgchart .node:hover {
    background-color: rgba(60, 156, 215, 0.4) !important;
}

.orgchart table a:hover {
    font-weight: 500;
    color: white !important;
}

/* Social-buttnos */
@media (max-width: 359px) {
    div#social-buttons {
        float: left !important;
        margin: 0 0 10px 10px;
        /*margin-top: 40px !important;*/
    }
}

.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background-color: #fff;
}

.btn-social-icon.btn-sm {
    margin: 1px;
}

.main-footer {
    min-height: 40px;
}

#fb-group {
    background: #3488BC !important;
}

#fb-group:hover {
    background: #225d7a !important;
}

#fb-group:active {
    background: #225d7a !important;
}

#fb-group:focus {
    background: #225d7a !important;
}

.news-content-date img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto !important;
}

/* Gallery carousel*/

.lg-thumb-outer.lg-grab {
    padding-left: 10px;
}

.lg-backdrop {
    background: none !important;
}

.lg-outer {
    background: rgba(0, 0, 0, 0.85) !important;
}

.lg {
    background: rgba(58, 102, 146, 0.2) !important;
}

.lg-toolbar .lg-icon {
    color: #fff !important;
}

.lg-toolbar .lg-icon:hover {
    color: #3D9DD7 !important;
    background-color: rgba(0, 0, 0, .4) !important;
    border-radius: 50% !important;
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, .2) !important;
}

.lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, .2) !important;
    color: #fff !important;
    border-radius: 12px 12px 0 0 !important;
}

.lg-outer .lg-toogle-thumb:hover {
    color: #3D9DD7 !important;
    background-color: rgba(0, 0, 0, .6) !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .2) !important;
    border-radius: 50% !important;
    color: #fff !important;
}

.lg-actions .lg-next:hover, .lg-actions:hover .lg-prev:hover {
    color: #3D9DD7 !important;
    background-color: rgba(0, 0, 0, .6) !important;
}

.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, .3) !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #3D9DD7 !important;
}

img.lg-object.lg-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.lg-progress-bar .lg-progress {
    background-color: #3D9DD7 !important;
}

.lg-outer .lg-thumb-item img:hover {
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}

.box-tools .btn {
    margin-bottom: 3px;
}

/*        Thumbnails          */

div#gallery {
    margin-top: 25px;
    margin-bottom: 25px;
}

.thumbnail-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

@media screen and (min-device-width: 560px) and (max-device-width: 768px) {
    .col-xl-3.col-lg-6.col-md-6.col-sm-6.col-xs-12.thumbnail-item-block {
        width: 50% !important;
    }
}

@media screen and (min-device-width: 560px) and (max-device-width: 768px) {
    .col-xl-2.col-lg-3.col-md-4.col-sm-6.col-xs-12.thumbnail-item-block {
        width: 50% !important;
    }
}

.thumbnail-image {
    width: 100% !important;
    height: auto !important;
}

.thumbnail-image img {
    width: 100% !important;
    height: auto !important;
}

.thumbnail-item-block {
    margin: auto !important;
}

.thumbnail-item {
    margin: auto;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.thumbnail-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 162px;
}

.zoom-effect {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom-effect:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail-image img {
    height: 162px;
    vertical-align: middle;
}

.thumbnail-info {
    /*padding: 10px;*/
    display: block;
}

.thumbnail-date {
    color: white;
    background: rgba(13, 51, 73, 0.75);
    padding: 1px 5px;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 10px;
}

.thumbnail-title {
    font-weight: 500;
    color: white;
    background: rgba(13, 51, 73, 0.75);
    text-overflow: ellipsis;
    padding: 5px;
}

.gallery-buttons {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

/* Contacts Box Footer Note*/
.box-footer-note {
    font-size: 12px;
}

th {
    text-align: center !important;
    vertical-align: middle !important;
}

.panel {
    box-shadow: none !important;
}

.detail-view th {
    text-align: left !important;
}

.user-header {
    background: rgba(0, 0, 0, 0.1) !important;
}

.user-body {
    color: #ff0 !important;
    background: #fff;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.user-footer {
    background-color: #fff !important;
}

/*Reset password*/
.error-summary {
    font-weight: 300;
    color: #444;
}

.error-summary ul {
    padding-left: 20px;
}

.alert-warning, .label-warnin, .modal-warning .modal-body {
    background-color: #E59E3B !important;
}

.alert-success, .label-success, .modal-success .modal-body {
    background-color: #85BE43 !important;
}

.alert-success {
    border-color: #73A53A !important;
}

body.hold-transition,
.content-wrapper,
.right-side,
.main-footer,
.main-sidebar,
.left-side,
.main-header > .navbar,
.main-header .logo {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* User profile */
.dropdown-menu-lg {
    background: rgba(70, 117, 175, 0.95) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border: none !important;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu-lg {
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
        border: none !important;
        right: 0 !important;
    }
}

.user-header-lg {
    background: rgba(0, 0, 0, 0.1) !important;
}

.user-body-lg {
    background: #fff;
    color: #4575ae !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.user-footer-lg {
    background: #fff !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    min-height: 175px !important;
    height: auto !important;
}

.plain_body {
    background: rgb(69, 117, 174);
    background-image: url('/images/lg_corner.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.news-date-index {
    font-size: 0.55em;
    color: gray;
}

.news-date-view {
    color: #4575ae;
    float: right;
    font-size: 0.7em;
    display: block;
    width: 100%;
}

.news-image {
    float: left;
    border: 1px solid #cadef6;
    min-width: 300px;
}

.news-block {
    font-size: 17px;
    line-height: 26px;
    padding: 20px;
}

.news-block p {
    text-indent: 20px;
}

.news-block img {
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 50%;
}

.rounded {
    border-radius: 5px;
    margin: auto;
    margin-bottom: 5px;
}

.margin-top {
    margin-top: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

.panel-login {
    background: white;
    border: none;
    border-radius: 0px;
    box-shadow: 0 16px 30px -10px rgba(0, 0, 0, .3);
}

.panel-login-heading {
    padding: 20px 15px 0 15px;
    background: white;
    text-align: left;
}

.panel-login .nav-tabs-custom {
    margin-bottom: 0;
    box-shadow: none;
}

.panel-login .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #4575AE;
}

.form-icons {
    color: #777;
}

.panel-contacts {
    margin-bottom: 2em;
}

.panel-login .btn, .panel-contacts .btn {
    border-radius: 0px;
}

.pad-40 {
    padding: 40px;
}

.square {
    border-radius: 0;
}

.footer-text {
    padding: 10px;
}

.box-tools {
    margin-left: -5px;
}

.btn-tools:after {
    display: table;
    content: " ";
}

.news-list-item:last-child {
    border-bottom: none;
}

.newsboard-item {
    box-sizing: content-box;
    opacity: 0.92;
    padding: 0 !important;
    /*height: 250px;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.newsboard-item-bg {
    overflow: hidden !important;
}

@media screen and (min-width: 1600px) {
    .newsboard-item {
        /*height: 300px !important;*/
    }
}

@media screen and ( max-width: 1300px ) and ( max-height: 860px ) {
    .newsboard-item {
        /*height: 150px !important;*/
    }
}

.newsboard .un-pad {
    padding: 0;
    overflow: hidden;
    border: 5px solid transparent;
    overflow: hidden !important;
}

.newsboard-item:hover {
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.newsboard-item-title {
    font-weight: 300;
    font-size: 18px;
    padding: 20px 12px 20px 12px;
    padding: 15px 0 15px 0;
    background-color: white;
    position: relative;
}

.newsboard-item-date {
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    position: absolute;
    top: 12px;
    right: 12px;
    max-width: 95%;
    background: rgba(0, 0, 0, .25);
    border-radius: 12px;
    z-index: 1;
}

.newsboard-show-all {
    padding: 5px;
    text-align: center;
}

.newsboard-show-all a {
    text-decoration: none;
}

.footer-text {
    padding: 7px;
}

/*NEWS list*/
.news-list-item {
    padding: 20px 10px 20px 10px !important;
    /*margin: 5px 0 5px 0 !important;*/
    border-bottom: 1px solid #f4f4f4;
}

@media screen and (max-width: 992px) {
    .news-list-item {
        padding: 20px 0px 20px 0px !important;
    }
}

.news-list-text {
    padding-left: 20px !important;
}

@media screen and (max-width: 992px) {
    .news-list-text {
        padding-left: 0 !important;
    }
}

.news-list-item p {
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    .news-list-item p {
        display: none;
    }
}

.news-list-title {
    color: #4575ae !important;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.1;
    padding-bottom: 10px;
}

.news-list-date {
    font-size: 11px;
}

.news-list-thumbnail {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.news-list-thumbnail-zoom {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.news-list-thumbnail-zoom:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-size: 110% !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden !important;
}

.news-list-body {
    padding-top: 10px;
}

/* Objective timeline */

.objective-period {
    font-family: "Titillium Web", sans serif;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-padding-start: 0;
}

.date {
    width: 100%;
}

.status {
    padding: 10px;
    justify-content: center;
    border-top: 3px solid #D6DCE0;
    position: relative;
    min-height: 100px;
}

.status h4 {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0px;
}

.status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
}

.marker {
    width: 100%;

}

.marker.complete .status {
    border-top: 3px solid #85BE43;
}

.marker.complete .status:before {
    background-color: #85BE43;
    border: none;
}

.marker.complete .status h4 {
    color: #85BE43;
}

@media (max-device-width: 600px) {
    .objective-period {
        list-style-type: none;
        display: block;
    }

    .marker {
        display: flex;
        width: inherit;
    }

    .status {
        background: rgba(214, 220, 244, 0.2);
        font-size: 1em;
        border-top: none;
        border-left: 10px solid #D6DCE0;
        width: 100%;
        min-height: 0;
    }

    .status h4 {
        font-size: 1em;
    }

    .status:before {
        display: none;
    }

    .marker.complete .status {
        border-top: none;
        border-left: 10px solid #85BE43;
        background: rgba(133, 190, 67, 0.1);
    }

    .marker.complete .status:before {
        display: none;
    }
}

/* Wi-Fi Modal */
.modal-wifi {
    padding: 20px 0;
}

.modal-wifi h4 {
    font-weight: 300;
    margin: 20px 0 0 0;
}

.modal-wifi h1 {
    font-weight: 300;
    margin: 0;
}

/*Modal icon*/
.modal-box-icon {
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    border-radius: 50%;
    margin: auto;
}

/* Modal icon WiFi*/
.modal-box-icon-wifi {
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    margin: auto;
    color: white;
}

.tools-right > .btn {
    float: right;
}

@media (max-width: 990px) {
    .tools-right > .btn {
        float: left;
    }
}

.text-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-instruction {
    border-radius: 30px !important;
    color: #777;
    margin-left: 5px;
    background: transparent;
    border-color: #d2d6de;
}

.btn-instruction:hover, .btn-instruction:focus, .btn-instruction:active {
    color: white;
    background: #4575ae;
    border-color: transparent;
}

.list-view-summary {
    padding: 7px;
}

.export-buttons li {
    list-style-type: none;
    display: inline;
}

.modal-xl {
    width: 90%;
}

.pre-code {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.pre-code code {
    padding: 20px;
}

.hint-block {
    font-size: small;
    margin-top: 5px;
    color: #737373;
}

.explain-this {
    color: #d2d6de;
    display: inline;
    border: none;
    background: none;
    padding: 0;
    float: right;
}

.dropzone {
    border-radius: 0;
    min-height: 0;
    padding: 0;
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.datepicker-days .disabled {
    color: red !important;
}

.recruit-form .intl-tel-input{
    display: block;
}


.widget-user-username {
    overflow: visible !important;
}

.label-status {
    display: inline-block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 54px;
    left: 54px;
    box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
    line-height: 1.1;
}


.label-status-view {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 1px;
    vertical-align: middle;
    position: absolute;
    bottom: 0px;
    right: -6px;
    box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
    line-height: 1.1;
    z-index: 99;
}

.img-profile {
    max-height: 450px;
    margin-bottom: 5px;
}

.label-status i {
    font-size: 11px !important;
}

.label-status-available {
    color: white;
    background: #85BE43;
}

.label-status-away {
    color: white;
    background: #e8a036;
}

.label-status-notavailable {
    color: white;
    background: #E85D45;
}

/*booking*/

#request-error {
    color: #E85D45;
}

.fc-event {
    border-radius: 0 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid;
}

.fc-license-message {
    display: none;
}

.fc-unthemed td.fc-today {
    background: #D1D6DB;
    opacity: 0.2;
}

.fc-widget-header {
    background: white !important;
}

.fc-button {
    background: white;
}

.fc-widget-header {
    background: white !important;
}

.fc-unthemed td.fc-today {
    background: white !important;
}

.top-buffer {
    margin-top: 3px !important;
}

.fc-widget-header {
    background: white !important;
}

a {
    cursor: pointer;
}

.fc-event {
    border-radius: 0 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid;
}

.fc-event .fc-bg {
    opacity: 0 !important;
}

.hall-blue-text {
    color: #3B6793 !important;
}

.booking-alert-success {
    border-color: #73A53A !important;
    background-color: #85BE43 !important;
}

.booking-alert-danger {
    border-color: #d73925 !important;
    background-color: #E85D45 !important;
}

.booking-alert {
    border-radius: 0px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}

.booking-alert h3 {
    font-weight: 300;
    margin: 5px 0px !important;
}

.booking-alert h4 {
    font-weight: 300;
}

.prepare-top {
    height: 12px;
    background-color: #3B6793 !important;
    color: white;
    font-size: .85em;
    padding-left: 2px;
}

.prepare-bottom {
    height: 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #3B6793 !important;
    color: white;
    font-size: .85em;
    padding-left: 2px;
}

.fc-event .fc-content {
    position: static !important;
}

.fc-time-grid-event .fc-content {
    overflow: visible !important;
}

.booking-reservation-holder {
    font-size: .85em;
}

@media only screen and (max-width: 2100px) {
    .booking-hall {
        min-height: 40px;
    }

    .prepare-top {
        font-size: .85em;
    }

    .prepare-bottom {
        font-size: .85em;
    }
}

@media only screen and (max-width: 1500px) {
    .booking-hall {
        min-height: 60px;
    }

    .prepare-top {
        font-size: .76em;
    }

    .prepare-bottom {
        font-size: .76em;
    }
}

@media only screen and (max-width: 1300px) {
    .booking-hall {
        min-height: 60px;
    }

    .hall-title {
        font-size: 25px;
    }

    .prepare-top {
        font-size: .64em;
    }

    .prepare-bottom {
        font-size: .64em;
    }
}

@media only screen and (max-width: 992px) {
    .booking-hall {
        min-height: 30px;
    }

    .prepare-top {
        font-size: .50em;
    }

    .prepare-bottom {
        font-size: .50em;
    }
}

.booking-card-item {
    display: inline-block;
}

#booking_card_item {
    color: #3B6793;
}


.booking-card-item+.booking-card-item {
    border-left: 1px solid #d1d1d1;
    padding-left: 13px;
    margin-left: 10px;
}

.booking-card-item i {
    color:#3B6793;
}

.booking-hall-padding {
    padding: 0 0 5px;
    text-align: center;
}

.hall_icons {
    line-height: 28px;
}

/*gallery*/

.gallery-thumbnail-items {
    overflow-wrap: normal;
}

.gallery-thumbnail-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    min-height: 400px;
}

.gallery-thumbnail-image img {
    vertical-align: middle;
}

.gallery-thumbnail-info {
    padding: 5px;
    display: block;
}

.gallery-thumbnail-date {
    color: #999;
    padding: 1px 5px;
    font-size: 12px;
}

.gallery-thumbnail-title {
    font-weight: 500;
    color: #3c8dbc;
    text-overflow: ellipsis;
    padding: 1px 5px;
}

@media only screen and (max-width: 2100px) {
    .gallery-thumbnail-item {
        min-height: 300px;
    }
}

@media only screen and (max-width: 1500px) {
    .gallery-thumbnail-item {
        min-height: 250px;
    }
}

@media only screen and (max-width: 1300px) {
    .gallery-thumbnail-item {
        min-height: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .gallery-thumbnail-item {
        min-height: 100px;
    }
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #4575ae !important;
    border-radius: 0;
}

.datetimepicker table tr td.day:hover {
    background: #eef4fc;
    border-radius: 0;
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: #4575ae !important;
    color: #ffffff;
    background-image: none;
    text-shadow: none;
}

.inactive-sidebar-menu a span {
    color: lightgray;
}

/*Pager widget */
.pager-widget {
    background: url("/images/caret.svg") no-repeat 96% 0;
    background-color: white;
    background-size: 13px;
    background-position: 32px 12px;
    height: 34px;
    overflow: hidden;
    width: 55px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #777;
    border: 1px solid #d2d6de;
    text-align: center;
    padding-left: 2px;
    margin-left: 5px !important;
}

.pager-widget:hover, .pager-widget:active, .pager-widget:focus {
    background: url("/images/caret_white.svg") no-repeat 96% 0;
    background-color: #4575ae;
    background-size: 13px;
    background-position: 32px 12px;
    border: 1px solid #4575ae;
    color: white;
    outline: none;
}

.pager-widget select {
    background: transparent;
    border: none;
    height: 33px;
    width: 80px;
    padding: 5px 5px 7px 5px;
    outline: none;
}

.pager-widget option {
    color: #777;
}

.pager-widget select:focus::-ms-value {
    background-color: transparent;
    color: inherit;
}

.pagination {
    margin: 0;
}


.current a{
    font-weight: bold !important;
}

.current ul a{
    font-weight: 400 !important;
}

ol, ul {
    list-style-position: inside;
}

.career-info-block {
    margin-bottom: 30px;
}

.career-ad {
    font-weight: 300;
}

.career-ad ul {
    padding-left: 17px !important;
    list-style-position: inherit;
}

.career-button-view {
    font-weight: 300;
    background: #5d7080 !important;
    border: none;
}

.career-button-view:hover {
    background: #4f5c64 !important;
}

ul .career-description-ul {
    padding-left: 20px !important;
}

.bg-lg-primary {
    background: #4575ae;
}

.font-light {
    font-weight: 300;
}
.panel {
    border-radius: 0 !important;
}

.training-grid-icon {
    color: #3c8dbc;
    font-size: 1.7rem !important;
}

@media (min-width: 992px) {
    .training-search-button {
        padding-left: 0 !important;
    }

    .training-search-date-input {
        padding-right: 10px !important;
    }
}

.clear-text {
    font-family: 'Roboto mono', monospace !important;
}

.margin-top-25 {
    margin-top: 25px;
}

/*line-height*/
.lh-08 {
    line-height: 0.8;
}

.lh-1 {
    line-height: 1;
}

.lh-15 {
    line-height: 1.5;
}

.lh-175 {
    line-height: 1.75;
}

.lh-2 {
    line-height: 2;
}

/*line-height*/
/*
.declaration-ol {
    padding-inline-start: 0px;
}*/

.declaration-radio label {
    margin-right: 15px;
}

.well {
    min-height: 20px;
    /*padding: 19px;*/
    margin-bottom: 20px;
    background-color: #f2f7fd;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-white {
    background: white !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.contacts-dep-chiefIconBorder{
    border: 3px solid #fff !important;
    box-shadow: 0px 0px 0px 3px rgb(60, 157, 214);
}

.contacts-dep-chiefname{
    color:#3c9dd6;
}

.career-title {
    padding-top: 10px;
}

.danger .user-invalid {
    display: inline!important;
}

.user-invalid {
    display: none;
}

/*//////////////////////////////////////////////////////////////////*/

.banner-item {
    margin-bottom: 15px;
}

.banner {
    padding: 20px 30px;
    color: white !important;
    font-weight: 300 !important;
    height: 100%;
}

.banner-title {
    margin-top: 0;
    font-weight: 300 !important;
}

.banner-icon {
    background: unset;
    float: left;
    line-height: 1;
    font-size: 45px;
    margin-top: -3px !important;
}

.banner-text {
    font-weight: 300 !important;
}

.banner-striped {
    background: rgb(69, 117, 174) !important;
    background-image: url(/images/lg_corner.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}

.banner-illustration {
    background: rgb(255, 255, 255) !important;
    background-image: url(/images/banner-illustration-2.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: contain !important;
    color: #777 !important;
    min-height: 200px;
}

/*Photo with background*/
.banner-photo {
    background-image: url(/images/trains.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner-photo-gray {
    background-image: url(/images/trains-gray.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner-filter-black {
    background: rgba(0, 0, 0, 0.5) !important;
}

.banner-filter-black-20 {
    background: rgba(0, 0, 0, 0.2) !important;
}

.banner-filter-primary-g {
    background-image: linear-gradient(141deg, rgba(69, 117, 174, 0.85), rgba(61, 157, 215, 0.85)) !important;
}

.banner-filter-info-g {
    background-image: linear-gradient(141deg, rgba(133, 190, 67, 0.85), rgba(61, 157, 215, 0.85)) !important;
}

.banner-filter-success-g {
    background-image: linear-gradient(141deg, rgba(133, 190, 67, 0.85), rgba(61, 157, 215, 0.85)) !important;
}

.banner-filter-success-reversed-g {
    background-image: linear-gradient(141deg, rgba(61, 157, 215, 0.85), rgba(133, 190, 67, 0.85)) !important;
}

.banner-filter {
    background: rgb(69, 117, 174) !important;
    background-image: url(/images/lg_corner-transparent.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}

.banner-height-200 {
    min-height: 200px !important;
}

/*END Photo with background */

.banner-primary {
    background: #4575ae !important;
}

.banner-info {
    background: #3D9DD7 !important;
}

.banner-success {
    background: #85BE43 !important;
}

.banner-warning {
    background: #E59E3B !important;
}

.banner-danger {
    background: #E85D45 !important;
}

.banner-purple {
    background: #6F61B7 !important;
}

.banner-white {
    background: #fff !important;
    color: #777 !important;
}

.banner-grey {
    background: #777 !important;
    color: #eee !important;
}

/* Gradients */
.banner-primary-g {
    background-image: linear-gradient(141deg, #4575ae, #3D9DD7) !important;
}

.banner-info-g {
    background-image: linear-gradient(141deg, #3D9DD7, #38C4C4) !important;
}

.banner-success-g {
    background-image: linear-gradient(141deg, #85BE43, #3D9DD7) !important;
}

.banner-success-reversed-g {
    background-image: linear-gradient(141deg, #3D9DD7, #85BE43) !important;
}

.banner-danger-g {
    background-image: linear-gradient(141deg, #E85D45, #E59E3B) !important;
}

.banner-warning-g {
    background-image: linear-gradient(141deg, #E59E3B, #EA5960) !important;
}

.banner-purple-g {
    background-image: linear-gradient(141deg, #6f61b7, #3D9DD7) !important;
}

@media (min-width: 992px) {
    .col-flex {
        display: flex;
    }
}

.banner-block {
    font-size: 17px;
    line-height: 26px;
}

.banner-block p {
    text-indent: 20px;
}

.banner-block img {
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 50%;
}

.card .box-height {
    min-height:215px !important;
}

/* Accordion (Collapse widget) */

.panel-widget .panel-title {
    display: inline-block;
}

.panel-widget .panel-admin a {
    color: white;
}

