@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.eot');
    src: url('../fonts/pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-bolditalic-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-bolditalic-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.eot');
    src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pt_sans-web-italic-webfont.eot');
    src: url('../fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-italic-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-italic-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

*,
*:before,
*:after {
    *behavior: url(../js/boxsizing.htc);
}

body {
    color: #484848;
    font-size: 14px;
    line-height: 22px;
    font-family: 'pt_sansregular';
    background: #efefef url(../images/bg_vertical.jpg) repeat-y top center;
}

p {
    font-family: Arial, sans-serif;
}

#bg {
    background: url(../images/bg_horizontal.png) repeat-x 0 -76px;
    min-height: 222px;
    position: relative;
}

.bg.small {
    background: url(../images/bg_small.jpg) repeat-x 0 0;
}

a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #003e77;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #1276d1;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    color: #235081;
    font-family: 'pt_sansregular';
    margin: 0 0 20px;
}

.loader-image {
    width: auto;
    height: auto;
    line-height: 200px;
    text-align: center;
}

.container {
    max-width: 970px;
    position: relative;
}

.container.space {
    margin-bottom: 20px;
}

.header {
    min-height: 110px;
}

.header.small {
    height: auto;
    min-height: 80px;
}

.logo {
    width: 34px;
    height: 42px;
    margin-top: 15px;
    float: left;
    background: url(../images/logo_smaller.png) no-repeat 0 0;
}

.header.small .logo {
    background: url(../images/logo_small.png) no-repeat 0 0;
    width: 213px;
    height: 33px;
    margin-top: 24px;
}

.logo a {
    display: block;
}

.right_side {
    width: 200px;
    float: right;
    margin-top: 15px;
    position: relative;
}

.right_side.profile {
    width: auto;
}

.right_side.profile span, .right_side.profile a {
    color: #fff;
    font-size: 13px;
    float: left;
}

.right_side.profile a {
    margin-left: 30px;
}

.header.small a.btn-primary {
    background-color: #3276b1;
    color: #fff;
    margin: 23px 0 0 50px;
}

.header.small a.btn-primary i {
    margin-right: 3px;
}

.header.small a.btn-primary:hover {
    background-color: #4588c2;
}

.menu-btn {
    float: right;
    color: #fff;
    font-size: 37px;
    margin-top: 4px;
    cursor: pointer;
}

.tabs {
    margin-top: 14px;
    margin-left: -15px;
    margin-right: -15px;
}

.tabs a {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    font-size: 17px;
    background-color: #DFDFDF;
    padding: 12px 0 9px;
}

.tabs a.active {
    background-color: #E9E9E9;
}

ul.header-nav li {
    float: left;
}

ul.header-nav li a {
    color: #fff;
    line-height: 15px;
    display: block;
    width: 113px;
    font-family: 'pt_sansbold';
}

ul.header-nav li a.first {
    width: 109px;
}

ul.header-nav li a.second {
    width: 119px;
}

ul.header-nav li a span {
    margin-top: 4px;
    float: left;
}

ul.header-nav li a i {
    font-size: 33px;
    float: left;
    margin-right: 10px;
}

ul.header-nav li a:hover {
    color: #f5d545;
}

.search_top {
    margin-top: 16px;
}

.search_top input {
    width: 270px;
    font-family: 'pt_sansitalic';
    font-size: 18px;
    color: #b2b2b2;
    float: left;
    height: 42px;
    padding: 5px 15px;
    border: none;
    background: #fcfcfc url(../images/input_search.jpg) repeat-x top left;
}

.search_top button {
    background: url(../images/btn_search.jpg) no-repeat 0 0;
    width: 41px;
    height: 42px;
    text-indent: -9999px;
    float: left;
    border: none;
}

.search_top button:hover {
    background-position: bottom left;
}

.search_top a {
    float: right;
    text-transform: uppercase;
    padding: 11px 13px 9px 45px;
    height: 42px;
    width: 140px;
    padding: 0 13px 0 45px;
    color: #23639F;
    background: #e6c327 url(../images/icon_users.png) no-repeat 13px 12px;
    text-decoration: none;
    vertical-align: middle;
}

.container.posloprimci .search_top a {
    float: right;
    text-transform: uppercase;
    padding: 11px 13px 9px 45px;
    height: 42px;
    width: 140px;
    padding: 0 13px 0 45px;
    color: #23639F;
    background: #e6c327 url(../images/icon_case.png) no-repeat 13px 12px;
    text-decoration: none;
    vertical-align: middle;
}

.container.posloprimci .search_top a:hover {
    background-color: #e6c327;
}

.language {
    position: absolute;
    top: 10px;
    right: 80px;
}

.language a.dropdown-toggle {
    color: #8fbadd;
    font-size: 14px;
}

.language a.dropdown-toggle:hover {
    color: #a6d0f3;
}

.language .icon-caret-down {
    margin-left: 7px;
}

.main-nav {
    margin-top: 30px;
    position: relative;
}

.main-nav.profile {
    margin-top: 45px;
}

.main-nav ul li {
    float: left;
}

.main-nav ul li a {
    font-family: 'pt_sansregular';
    font-size: 15px;
    color: #ffffff;
    display: block;
    padding: 10px 15px 8px;
    background-color: #cccccc;
    border-right: 1px solid #e6e6e6;
}

.main-nav.profile ul li a {
    background-color: #8f8f8f;
}

.main-nav ul li.highlight a {
    background-color: #e6c326;
}

.main-nav ul li.highlight a:hover {
    background-color: #f5d639;
}

.main-nav ul li a:hover {
    background-color: #dddddd;
}

.main-nav.profile ul li a:hover {
    background-color: #9f9f9f;
}

.main-nav a.active, .main-nav a.active:hover {
    background-color: #003e77;
    border-color: #003e77;
    padding: 10px 15px 13px;
}

.main-nav.profile a.active, .main-nav.profile a.active:hover {
    background: url(../images/btn_profil_hover.jpg) repeat-x 0 0;
    background-color: none;
    border-color: #003e77;
    border: none;
    background-color: #9f9f9f;
    padding: 15px 15px 8px;
    margin-top: -5px;
}

.main-nav ul li.highlight a.active {
    border: none;
}

.main-nav ul li.highlight a.active:hover {
    background-color: #e6c326;
}

.main-sub-nav {
    background-color: #248de4;
    height: 41px;
}

.main-sub-nav ul li {
    float: left;
}

.main-sub-nav ul li a {
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 10px 15px 20px;
    display: block;
    color: #fff;
}

.main-sub-nav ul li a.active, .main-sub-nav ul li a:hover {
    background: url(../images/profil-arrow.png) no-repeat center 41px;
}

.main-sub-nav ul li span {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
}

.main-sub-nav ul li.last {
    float: right;
}

.main-sub-nav ul li.last a {
    background-color: #e5c42b;
    padding: 5px 15px;
    margin: 5px;
}

.main-sub-nav ul li.last a:hover {
    background-color: #edcd37;
}

.news {
    padding-top: 30px;
}

.panel {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    position: relative;
}

.panel-body a.search-btn {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #fff;
}

.panel-body a.search-btn i {
    margin-right: 3px;
}

a.btn-primary, button.btn-primary {
    background-color: #003e77;
    border: none;
}

button.btn-primary {
    padding: 7px 20px 5px;
}

.panel h1 {
    /*background: url(../images/headline.jpg) repeat-x 0 19px;*/
}

.panel h1 span {
    background-color: #fff;
    padding-right: 20px;
}

.panel .form-control {
    height: 29px;
    padding: 4px 12px;
}

.panel textarea.form-control {
    height: auto;
}

.pagination > li > a, .pagination > li > span {
    padding-bottom: 3px;
}

.form-group.go-down {
    margin-top: 73px;
}

.apart {
    margin-bottom: 25px;
}

.apart .form-group {
    margin-left: 0;
    margin-right: 0;
}

.apart .control-label {
    text-align: left;
    padding-left: 0;
}

.col-left {
    width: 400px;
    float: left;
}

.col-right {
    width: 400px;
    float: left;
    margin-left: 50px;
}

.article {
    float: left;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.article .newsBlock {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
}

.first .newsBlock {
    height: 170px;
}

.article.first {
    margin-bottom: 20px;
    float: none;
    margin-left: 0;
    width: 100%;
}

.article.second {
    margin-left: 0;
}

.article .image {
    width: 100%;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin: 0 0 5px 0;
}

.article.first .image {
    margin: 0 15px 0px 0;
}

.article .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    line-height: 14px;
    padding: 10px 10px 6px;
    background-color: #00467b;
    text-align: right;
}

.article.first .date {
    padding: 11px 10px 6px;
}

.article .date span {
    font-family: 'pt_sansbold';
    font-size: 12px;
    display: block;
}

.article h1 {
    margin: 0 0 5px;
    font-size: 21px;
    line-height: 26px;
}

.article h1 {
    margin: 10px 0 5px;
}

.article.first h1 {
    font-size: 21px;
    line-height: 26px;
}

.article p {
    /*min-height: 138px;*/
    /*overflow: hidden;*/
    font-size: 15px;
    line-height: 18px;
}

.article.first p {
    font-size: 15px;
    line-height: 18px;
    /*min-height: 72px;*/
}

.article .more {
    background: url(../images/line_article_big.jpg) no-repeat top left;
    font-size: 12px;
    padding-top: 8px;
}

.article .more i {
    margin-right: 3px;
}

.projectBlock {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.projects .title {
    padding: 15px 20px 9px;
}

.projects .title {
    font-size: 26px;
    color: #fff;
    background-color: #2f7fbd;
}

.projects .title a {
    font-size: 26px;
    color: #fff;
    background-color: #2f7fbd;
}

.projects .title a:hover {
    color: #f5d545;
}

.projects .title i {
    font-size: 35px;
    float: left;
}

.projects .title span {
    float: left;
    margin: 7px 0 0 14px;
}

.project {
    background-color: #efefef;
    padding: 15px 15px 5px 15px;
}

.project.second {
    background-color: #d3e7f7;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.projects h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 5px;
    max-height: 38px;
}

.projects p {
    font-size: 14px;
    line-height: 17px;
    color: #484848;
}

.projects .more {
    background: url(../images/btn_projects.png) no-repeat 0 0;
    width: 124px;
    height: 35px;
    margin-left: -24px;
}

.projects .more:hover {
    background-position: bottom left;
}

.projects .more a {
    color: #fff;
    font-size: 11px;
    padding: 2px 0 0 30px;
    display: block;
}

.projects .image {
    float: right;
    background: url(../images/img_projects.png) no-repeat 0 0;
    width: 122px;
    padding: 4px 4px 14px 4px;
    height: 133px;
    margin: 0 -29px 0 25px;
}

.projects .image .wrap {
    height: 115px;
    width: 115px;
    overflow: hidden;
}

.projects .image .wrap img {
    max-height: 115px;
}

.statistic {
    background: #f3f3f3 url(../images/statistic_bg.jpg) no-repeat 0 0;
    min-height: 230px;
    min-height: 130px \9;
}

.banners a {
    float: left;
    display: block;
}

.banners a.last {
    margin: 0 0 10px 10px;
}

.static .image {
    margin: 20px 0;

}

.static h2 {
    font-size: 19px;
    line-height: 23px;
    font-family: 'pt_sansbold';
    color: #484848;
    margin: 0px;
}

#moj_chart {
    background-color: #000;
}

.static p.intro {
    font-size: 18px;
    line-height: 28px;
}

.static p {
    margin: 0 0 15px;
}

.static a.back {
    font-size: 16px;
    display: block;
    margin: 30px 0 15px;
}

.question {
    background: #f3f3f3 url(../images/poll_bg.jpg) no-repeat 0 0;
    padding: 30px 40px 25px 20px;
    overflow: hidden;
}

.question h3 {
    color: #676767;
    font-size: 21px;
    line-height: 22px;
}

.question ul {
    margin: 35px 0 35px;
}

.question ul li {
    /*background: url(../images/btn_radio.png) no-repeat 0 4px;*/
    color: #676767;
    /*padding-left: 22px;*/
    cursor: pointer;
    font-family: Arial, sans-serif;
    height: 25px;
}

.question ul li input {
    margin-top: 0px;
    vertical-align: middle;
}

.question ul li span {
    vertical-align: middle;
}

.question ul li.active {
    /*background-position: 0 -40px;*/
}

.question button {
    display: block;
    float: left;
    background-color: #00467b;
    margin: 0 10px 0 0;
    color: #fff;
    border: none;
    border-radius: none;
    text-transform: uppercase;
}

.question button:hover {
    background-color: #0062ac;
    color: #fff;
}

.question button.last {
    background-color: #2f7fbd;
}

.question button.last:hover {
    background-color: #3a92d6;
    color: #fff;
}

.links {
    background-color: #0b3c69;
    margin-top: 10px;
    padding: 50px 0 50px;
}

.links .title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 10px;
    background: url(../images/line_horizontal.png) no-repeat 0 0;
}

.links .title i {
    margin: 0 10px 0 0;
}

.links ul {
    margin-bottom: 15px;
}

.links ul li a {
    color: #fff;
    font-size: 13px;
}

.links ul li a i {
    font-size: 11px;
}

.links ul li a:hover {
    color: #c3e2ff;
}

.links .box {
    padding: 30px 45px 0px 15px;
    background: url(../images/line_vertical.png) no-repeat 220px 0;
}

.links .box.last {
    background: none;
}

.links .box a.more {
    color: #4397d7;
    font-size: 12px;
}

.links .box a.more:hover {
    color: #72bcf5;
}

.footer {
    background: #f3f3f3 url(../images/ft_bg.jpg) repeat-x 0 0;
    min-height: 102px;
}

.icons {
    margin-top: 15px;
    width: 54px;
    float: left;
}

.icons ul li {
    float: left;
    margin: 0 3px 0 0;
}

.icons ul li a {
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    background: url(../images/btns_social.jpg) no-repeat 0 0;
}

.icons ul li a.facebook {
    background-position: 0 0;
}

.icons ul li a.twitter {
    background-position: 0 -25px;
}

.icons ul li a.google_plus {
    background-position: 0 -50px;
}

.icons ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.footer-nav ul {
    margin-top: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 0px;
    min-height: 32px;
}

.footer-nav ul li {
    float: left;
    color: #9c9c9c;
    margin-top: 1px;
}

.footer-nav ul li.space {
    padding: 0 10px;
}

.footer-nav ul li a, .footer p a {
    font-size: 14px;
    color: #9c9c9c;
    font-family: Arial, sans-serif;
}

.footer-nav ul li a:hover {
    color: #bdbdbd;
}

.footer p {
    float: right;
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 17px;
    margin-right: 5px;
}

.col1 {
    padding: 20px 20px 0;
    width: 25%;
    float: left;
}

.col1 .title {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    font-family: 'pt_sansbold';
}

.col1 .title img {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.col1 .title span {
    float: left;
    margin-top: 2px;
}

.col1 .title strong {
    display: block;
    font-weight: normal;
    font-size: 40px;
    color: #a0d5fe;
    text-align: center;
    font-family: 'pt_sansbold';
    line-height: 30px;
    margin-top: 15px;
}

.ads {
    margin-bottom: 50px;
    margin-top: 50px;
}

.ads ul.lists li {
    clear: both;
    border-bottom: 1px solid #003E77;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.ads ul.lists li span, td {
    position: relative;
}

.ads ul.lists li span i, td span.badge {
    padding: 5px;
    background-color: #e6c326;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    width: 30px;
    font-size: 17px;
    top: -7px;
    right: -40px;
    text-align: center;
    font-style: normal;
}

td span.badge {
    line-height: 20px;
    right: -20px;
    top: -8px;
}

.ads ul.lists .tooltip, td span.badge .tooltip {
    min-width: 100px !important;
}

.ads ul.lists li span i.hot, td span.badge.hot {
    background-color: #ff1000;
}

.ads ul.lists li span i.new, td span.badge.new {
    background-color: #003e77;
}

.ads ul.lists li a {
    font-size: 18px;
    display: block;
}

.ads ul.lists li a span {
    display: block;
    float: left;
    width: 200px;
    line-height: 20px;
}

.ads ul.lists li a strong {
    display: block;
    float: right;
    font-family: 'pt_sansbold';
    font-weight: normal;
}

.table table {
    font-family: Arial;
}

.table th {
    background-color: #aeaeae;
    color: #fff;
    font-size: 13px;
}

.table table .label {
    padding: 0.8em 0.6em 0.3em;
}

.table table .label i {
    font-size: 17px;
}

.th-contact {
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #E9F0F8;
}

.empty-td {
    background-color: #E9F0F8;
    border: none;
}

.contact-empty-table-row{
    background-color: lightgrey;
}

.menu-action {
    min-width: 80px;
}

.menu-action .menu-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 2px;
    padding: 1px 6px 1px !important;
}

.vd_bd-green {
    border-color: #1FAE66 !important;
}

.vd_green {
    color: #1FAE66 !important;
}

.vd_bd-yellow {
    border-color: #F89C2C !important;
}

.vd_yellow {
    color: #F89C2C !important;
}

.vd_bd-red {
    border-color: #F85D2C !important;
}

.vd_red {
    color: #F85D2C !important;
}

td.menu-action {
    text-align: center;
}

td.menu-action.align-left {
    text-align: left;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #ebebeb;
}

.cnt-info, .cnt-info-programs {
    padding: 15px;
    position: relative;
    background: #eaf2f9 url(../images/icon_envelope.jpg) no-repeat bottom right;
    font-size: 17px;
    color: #00467b;
}

.cnt-info-title-font {
    font-family: 'pt_sansbold';
}

.cnt-info-programs th, .cnt-info-programs td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cnt-info button, .cnt-form button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 8px 20px 5px;
    background-color: #246fa8;
    border-bottom: 3px solid #215684;
}

.cnt-form label {
    color: #484848;
    font-family: 'pt_sansregular';
    font-size: 16px;
    font-weight: normal;
}

.cnt-form button {
    position: relative;
    bottom: 0;
    right: 0;
}

.cnt-info ul li {
    font-size: 17px;
    margin: 0 0 10px;
    color: #00467b;
}

.cnt-info ul li:last-child {
    margin: 0;
}

.cnt-info ul li span {
    font-family: 'pt_sansbold';
    width: 150px;
    display: block;
    float: left;
}

.cnt-form {
    padding: 15px;
    border: 1px solid #dedede;
    margin: 15px 0;
}

.cnt-form h2, .map h2 {
    margin-bottom: 20px;
    font-size: 23px;
    font-family: 'pt_sansregular';
}

.cnt-form .none {
    padding-left: 0;
}

.map {
    margin-top: 30px;
}

.gallery {
    margin-bottom: 20px;
    position: relative;
}

.gallery .btns {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.gallery a {
    color: #00467b;
    font-size: 55px;
    margin-left: 5px;
}

.gallery a:hover {
    color: #e6c326;
}

.gallery img {
    padding: 0;
    width: 100%
    top: 0;
    left: 0;
}

#no-template-pager {
    margin-bottom: 15px;
}

#no-template-pager img {
    cursor: pointer;
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
}

#no-template-pager img:nth-child(5n) {
    margin-right: 0;
}

#no-template-pager img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.kill-padding {
    padding: 0;
}

.kill-padding-left {
    padding-left: 0;
}

.kill-padding-right {
    padding-right: 0;
}

input.small {
    width: 115px;
    float: left;
}

input.medium {
    width: 170px;
    float: left;
}

input.number {
    width: 90px;
    float: left;
    margin-right: 10px;
}

img.avatar {
    border: 1px solid #dadada;
    padding: 5px;
}

a.cv {
    border: 1px solid #ccc;
    padding: 10px 20px 6px;
    display: block;
    width: 100px;
    margin: 30px auto 0;
    text-align: center;
    background-color: #eee;
    font-size: 14px;
}

a.cv i {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.form-horizontal span.icon {
    float: left;
    font-size: 24px;
    margin: 2px 0 0 10px;
    cursor: pointer;
}

.form-horizontal label {
    font-family: Arial, sans-serif;
    color: #676767;
}

.form-group label {
    font-family: Arial, sans-serif;
    color: #676767;
}

.form-horizontal h2 {
    margin-bottom: 15px;
    color: #676767;
}

.access {
    padding: 23px 20px 13px;
    background-color: #eeeeee;
    min-width: 438px;
    border-radius: 7px;
}

.access label {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

td.menu-action.actions {
    text-align: left;
    padding: 0 0 10px;
}

td.menu-action.actions.last {
    text-align: right;
}

.form-wizard .nav .menu-icon {
    background: none repeat scroll 0 0 #428bca;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 40px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}

.form-wizard .nav > li.active > a, .form-wizard .nav > li.active > a:hover, .form-wizard .nav > li.active > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ccc;
}

.form-wizard .nav > li.active .menu-icon {
    background: none repeat scroll 0 0 #ccc;
    color: #fff;
}

.progress {
    margin: 0;
}

.banner-wrapper {
    width: 262px;
    height: 158px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}

.banner-slides {
    width: 262px;
    height: 158px;
    position: absolute;
}

.banner-wrapper.last {
    margin-right: 0px;
}

.banner-wrapper-sm-second-column.last {
    margin-right: 0px;
    margin-left: 20px;
}

.banner-img {
    width: 262px;
    height: 158px;
}

/*job offer tabs start*/
.nav-wizzard {
    background-color: #248de4;
    height: 41px;
    margin-bottom: 30px;
}

.nav-wizzard .nav-tabs {
    border-bottom: none;
}

.nav-wizzard ul li {
    float: left;
}

.nav-wizzard ul li a {
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 10px 15px 20px;
    display: block;
    color: #fff;
}

.nav-wizzard ul li.disabled a, .nav-wizzard ul li.disabled a:hover {
    color: #bbb;
}

.nav-wizzard ul li.active a, .nav-wizzard ul li a:hover {
    background: url(../images/profil-arrow.png) no-repeat center 41px;
}

.nav-wizzard ul li.disabled a:hover {
    background: none;
}

.nav-wizzard ul li span {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
}

.nav-wizzard ul li.last {
    float: right;
}

.nav-wizzard ul li.last a {
    /*background-color: #e5c42b;*/
    padding: 5px 5px;
    height: 50px;
    /*margin: 5px;*/
    /*border-radius: 0px 0px 0px 0px;*/
}

.nav-wizzard ul li.last a p {
    background-color: #e5c42b;
    display: block;
    padding: 5px 10px;
    margin: 0px;
    margin-bottom: 5px;
    margin-bottom: 5px;
}

.nav-wizzard ul li.last a p:hover {
    background-color: #edcd37;
}

.nav-wizzard ul li.last.active a {
    background: url(../images/profil-arrow.png) no-repeat center 41px;
}

.nav-wizzard .nav-tabs > li > a,
.nav-wizzard .nav-tabs > li > a:hover,
.nav-wizzard .nav-tabs > li > a:focus,
.nav-wizzard .nav-tabs > li.active > a,
.nav-wizzard .nav-tabs > li.active > a:hover,
.nav-wizzard .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}

/*job offer tabs end*/

.nav-wizzard .nav-tabs li.bv-tab-success > a {
    color: #99dfa2;
}

.nav-wizzard .nav-tabs li.bv-tab-error > a {
    color: #f5b8b5;
}

.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before, .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.tree li.parent_li > span {
    cursor: pointer
}

.tree > ul > li::before, .tree > ul > li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.descriptionBox {
    white-space: pre-wrap;
}

.toggled-data {
    vertical-align: middle;
    display: none;
}

.dropdown-link {
    color: #00467b;
}

.dropdown-link:hover, .dropdown-link:focus, .dropdown-link:active, .dropdown-link:link {
    text-decoration: none;
    color: #0085EB;
}

.cnt-department-title-font {
    font-family: 'pt_sansbold';
    font-size: 15px;
}

.cnt-department-text-font {
    font-size: 15px;
}

button.accordion {
    width: 100%;
    background-color: whitesmoke;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion-projects {
    width: 100%;
    background-color: whitesmoke;
    border: 1px solid black;
    outline: none;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion:after, button.accordion-projects:after {
    content: '\f055';
    font-family: "fontawesome";
    font-size: 14px;
    float: right;

}

button.accordion.is-open:after, button.accordion-projects.is-open:after {
    content: '\f056';
}

button.accordion:hover, button.accordion.is-open, button.accordion-projects:hover, button.accordion-projects.is-open {
    background-color: #ddd;
}

.accordion-content {
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.btn-projects-header {
    text-decoration: none;
    color: #000000;
    box-shadow: 0 0 25px #FFC869;
    border-color: #FFCD77;
    background: #FFB73C;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;

    animation-name: shake;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.btn-projects-header:hover {
    box-shadow: 0 0 50px #FFCC74;
    border-color: #ffffff;
    background: #FFB73C;

    animation-name: shakeAnim;
}

@keyframes shakeAnim {
    0% {
        left: 0
    }
    1% {
        left: -3px
    }
    2% {
        left: 5px
    }
    3% {
        left: -8px
    }
    4% {
        left: 8px
    }
    5% {
        left: -5px
    }
    6% {
        left: 3px
    }
    7% {
        left: 0
    }
}

@keyframes shake {
    0% {
        left: 0
    }
    1% {
        left: -3px
    }
    2% {
        left: 5px
    }
    3% {
        left: -8px
    }
    4% {
        left: 8px
    }
    5% {
        left: -5px
    }
    6% {
        left: 3px
    }
    7% {
        left: 0
    }
}