@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato2OFL/LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato2OFL/LatoLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato2OFL/LatoItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-ThinItalic';
    src: url('../fonts/Lato2OFL/LatoThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    height: 100%;
    font-family: 'Lato', Georgia, Serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0;
}

.wrap > .container {
    padding: 40px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

h3, h4, h5 {
    margin-top: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: borer-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/chb_uncheck.png) no-repeat transparent;
}
input[type="checkbox"]:checked {
    background: url(../images/chb_checked-o.png) no-repeat transparent;
}
.table > thead > tr > th {
    vertical-align: top;
}
table > thead input[type="checkbox"] {
    background: url(../images/chb_uncheck_white.png) no-repeat transparent;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
} 

.grid-view th {
    white-space: nowrap;
}

/* Modal */

.modal-content {
    border-radius: 0;
}
.modal-header-login {
    min-height: 25%;
}
#modal-login h3 {
    text-transform: none;
    text-align: center;
}
#modal-login .modal-dialog
{
    width: auto;
    margin: 0 auto;
    height: 100%;
}
#modal-login .modal-content
{
    position: absolute;
    right: 0;
    border-radius: 0;
    height: 100%;
    padding: 20px;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
.myModal .modal-content {
    border-radius: 0;
}
.myModal .modal-header {
    background: #fca500;
    color: white;
    text-align: center;
}
.myModal .modal-header {
    padding: 10px; 
}
.myModal .modal-header .close {
    background: url(../images/close.png) no-repeat transparent;
    width: 16px;
    height: 16px;
     -moz-background-size: 100%; 
    -webkit-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
    opacity: 1;
    margin: 0;
}

/* ------------------------------------ */
.has-error .form-control {
    background: url(../images/att.png) no-repeat transparent;
    background-position: right;
}
.input-group-addon:first-child {
    border-radius: 0;
    background: transparent;
    color: #b5b5b5;
}
.dropdown-menu {
    padding: 0;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3c2010;
    outline: 0;
    padding: 12px;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Menus */

ul.menu .active a {
    color: #fff;
    background: #428bca;
}
.count-input
{
    width: 20%;
}
.resized
{
    height: 120px;
    width: 100px;
}
.text-info,
.text-warning,
.text-danger,
.text-default,
.text-primary
{
    padding: 0;
    margin: 0;
}
.bg-info,
.bg-warning,
.bg-danger,
.bg-default,
.bg-primary,
.bg-success
{
    padding: 10px;
}
span.color-block
{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    border: 1px #ccc solid;
}
.navbar-nav > li > a
{
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: 'Lato-Light', Georgia, Serif;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li > a:hover
{
    background-color: transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:active > a
{
    color: #fca500;
}
.btn-login
{
    cursor: pointer;
}
.navbar-nav > li.btn-enter > a
{
    cursor: pointer;
    border: 1px solid white;
    border-radius: 3px;
    padding: 7px 40px;
    margin-right: 4px;
}
.navbar-nav > li.btn-enter > a:hover, .navbar-nav > li.btn-enter > a:focus,
.navbar-nav > li.btn-white-transp > a:hover {
    background: white;
    color: black;
}
.navbar-nav > li.btn-login,
.navbar-nav > li.btn-white-transp,
.navbar-nav > li.btn-enter
{
    margin: 10px 0 !important;
}
.navbar-nav > li.btn-login > a {
    background: #fca500;
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    display: block;
}
.navbar-nav > li.btn-login > a:hover {
    background: #3c2010;
    border-radius: 3px;
}
.navbar-nav > li.btn-white-transp > a
{
    background: transparent;
    color: #fff;
    border-radius: 3px;
    padding: 7px 16px;
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
}
.reg-block-btn
{
    margin-top: 15%;
}
span.info-company
{
    padding: 10px 5px;
}
#applicants,#applicants-mob,#applicants-header,#applicants-btn
{
    display: none;
}
.form-frame
{
    min-height: 140px;
}
a.edit-link
{
    margin-top: -8px;
}
#modal-registration
{
    margin-top: 10%;
}
.password-block
{
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    z-index: 2;
}
#map
{
    width: auto;
    height: 300px;
    margin-bottom: 20px;
}
form#experience-form .glyphicon-minus
{
    padding: 0 10px;
}
form#experience-list-form .form-group
{
    margin-bottom: -10px;
}
.breadcrumb {
    z-index: 2;
    padding: 0;
    background: transparent;
}
.breadcrumb a, .breadcrumb > .active {
    color: white;
    font-size: 0.8em;
}
.breadcrumb a {
    text-decoration: underline;
}
.bg-password-block
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #555;
    opacity: 0.5;
    z-index: 1;
}
a.view-link
{
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
    z-index: 1;
}
a.resume-view-link-1,
a.resume-view-link-2
{
    position: absolute;
    display: block;
    width: 68%;
    height: 50px;
    z-index: 1;
}
a.resume-view-link-1
{
    width: 100px;
}
ul.sorter > li 
{
    display: inline-block;
}
.pagination
{
    margin: 0;
}
span.summary-links ul
{
    float: right;
}
span.summary-links ul li a
{
    text-decoration: underline;
}
.data-item
{
    margin-top: 10px;
}
.top-msg
{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    position: absolute;
    z-index: 10;
    top: 8%;
}
.bg-info
{
    padding: 10px;
    margin-bottom: 20px;
}
.list-messages .row
{
    width: 100%;
}
.list-messages
{
    height: 400px;
    overflow: auto;
}
span.date
{
    font-size: 12px;
    margin-left: 1%;
    color: #777;
    font-style: italic;
}
.your-msg
{
    margin-left: 4%
}
.navbar-nav span.badge
{
    background: #0d91ef;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 2px 6px;
}
.table > thead > tr > th
{
    color: #337ab7;
}
.table > tbody > tr > td
{
    vertical-align: baseline;
}
ul.pagination
{
    text-align: center;
}
.navbar
{
    border: none;
}

/* 
    *** pages style ***
*/

/* home */
.home
{
    background: url(../images/bnd_home.jpg) no-repeat black;
    margin: 0 auto;
    min-height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: left;
    /*overflow: hidden;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.main-menu
{
    padding: 0 10%;
    font-size: 14px;
    text-transform: uppercase;
}
.main-menu a
{
    color: white;
}
.hvr-pulse
{
    text-transform: none;
    font-size: 22px;
}
.dark-vertical-left-line
{
    position: absolute;
    width: 40%;
    height: 100%;
    background: black;
    opacity: 0.8;
    left: 0;
    top: 0;
    z-index: 1;
}
.light-vertical-right-line
{
    position: absolute;
    width: 60%;
    height: 100%;
    background: black;
    opacity: 0.4;
    right: 0;
    top: 0;
    z-index: 1;
}
.bold-text {
    font-weight: bold;
}
span.thing
{
    margin-top: 1%;
    display: block;
    font-family: 'Lato-Light', Georgia, Serif;
    font-weight: normal;
}
.content-form
{
    position: relative;
    left: -12%;
}

input[type="radio"]:checked ~ * {
    color: #fca500;
    /*border-radius: 50%;*/
}

/* radio */
.radio {
    display: none;
}
.radio-custom {
    width: 25px;
    height: 25px;
    /*border: 2px solid #ccc;*/
    background:url(../images/radio_unchecked.png) no-repeat;
    border-radius: 3px;
    position: relative;
}
.groupradio .radio-custom {
    background:url(../images/radio_unchecked_black.png) no-repeat;
}
.groupradio .radio-custom,
.groupradio .label {
    color: black;
}
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato-Light', Georgia, Serif;
    font-size: 0.85em;
    text-transform: uppercase;
}
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background:url(../images/radio_checked-o.png) no-repeat;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    /*border-radius: 50%;*/
}

 /* system radio buttons */
.radio-system {
    color: black;
    width: 25px;
    height: 25px;
    font-family: 'Lato-Light', Georgia, Serif;
    /*border: 2px solid #ccc;*/
    font-size: 0.85em;
    background:url(../images/radio_unchecked.png) no-repeat;
    border-radius: 3px;
    position: relative;
}
.groupradio-sys .radio-system {
    background:url(../images/radio_unchecked_black.png) no-repeat;
}
.groupradio-sys .radio-system,
.groupradio-sys .label {
    color: #555;
    font-weight: normal;
    text-transform: none;
    font-size: 1em;
}
.radio-system,
.label {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.radio:checked + .radio-system::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background:url(../images/radio_checked-o.png) no-repeat;
    border-radius: 2px;
}
.radio-system,
.radio:checked + .radio-system::before {
    /*border-radius: 50%;*/
}

/* checkbox */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; 
  padding: 0 0 0 60px; 
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; 
}
.checkbox:checked + label:before {
  background: #9FD468;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
label[for="loginform-rememberme"]
{
    font-weight: normal;
}
.cl-input
{
    height: 40px;
    padding: 4px 6px;
    color: #555;
    font-size: 14px;
    border: 1px solid #eee;
}
select
{
    line-height: 35px;
}
.home .form-inline .form-group,
.cl-search-form .form-inline .form-group
{
    vertical-align: inherit;
}
.home .field-vacancy-direction,
.home .field-resume-direction,
.cl-search-form .field-vacancy-direction,
.cl-search-form .field-resume-direction
{
    display: inline-block;
    width: 25%;
}
.home .field-vacancy-direction select,
.home .field-resume-direction select,
.cl-search-form .field-vacancy-direction select,
.cl-search-form .field-resume-direction select
{
    position: relative;
    width: 100%;
    left: -5px;
}
.home input#vacancy-city,
.home input#resume-city,
.cl-search-form input#vacancy-city,
.cl-search-form input#resume-city
{
    position: relative;
    left: -11px;
}
.join-us
{
    width: 88%;
    border: 1px solid #eee;
    position: absolute;
    top: 34px;
}
.btn-dark-block
{
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5vw;
    word-wrap: break-word;
    font-family: 'Lato-Italic', Georgia, Serif;
}
.btn-dark-block:hover,
.btn-dark-block:focus
{
    color: #999;
}
.white-line
{
    border-bottom: 2px solid #fff;
    width: 24%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    left: 38%;
    position: relative;
}
.navbar-toggle:before
{
    content: "≡";
    color: #020202;
    background: #fca500;
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
}
.block-search
{
    margin: 10%;
    position: relative;
    z-index: 2;
/*    min-width: 640px;
    max-width: 1500px;*/
}
.frame-left
{
    position: absolute;
    border-top: 10px solid rgba(255, 255, 255, 0.10);
    border-left: 10px solid rgba(255, 255, 255, 0.10);
    border-bottom: 10px solid rgba(255, 255, 255, 0.10);
    width: 66%;
    margin-top: 30%;
    min-height: 380px;
    right: 0;
}
.frame-right
{
    position: absolute;
    border-top: 10px solid rgba(255, 255, 255, 0.10);
    border-right: 10px solid rgba(255, 255, 255, 0.10);
    border-bottom: 10px solid rgba(255, 255, 255, 0.10);
    width: 88%;
    margin-top: 20%;
    min-height: 380px;
    left: 0;
}
#vacancies-header,
#applicants-header
{
    margin-bottom: 4%;
}
#vacancies-header h2,
#applicants-header h2,
.cl-search-form h3
{
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 2.4em;
    font-family: 'Lato-Light', Georgia, Serif;
}
.header-form-search
{
    padding-top: 15%;
}
.right-side {
    margin-top: 40%;
}
.frame-white-middle {
    text-align: center;
}
.frame-white-top {
    border-left: 1px;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 0;
}
.frame-white-bottom {
    border-left: 1px;
    border-bottom: 1px;
    border-right: 1px;
    border-top: 0;
    color: white;
    text-align: center;
}
.frame-white-top,
.frame-white-bottom
{
    border-color: white;
    border-style: solid;
    font-family: 'Lato-Light', Georgia, Serif;
    padding: 0 10%;
    width: 80%;
    min-height: 100px;
    margin: 0 10%;
}
.frame-right span.caption
{
    color: white;
    display: block;
    text-align: center;
    font-size: 0.9em;
}

/* buttons */
.btn-light-green
{
    background: #fca500;
    color: white;
    padding: 6px 14px;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.btn-light-green:hover, .btn-light-green:focus {
    background: #3c2010;
    color: white;
}
.btn-white
{
    color: #fca500;
    background: white;
    padding: 10px;
    margin: 1% 0;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
}
.btn-white-red
{
    color: red;
    background: white;
    padding: 6px 14px;
    border: 1px solid red;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
}
.btn-white-red:hover {
    color: white;
    background: red;
}
.btn-white-green
{
    color: #fca500;
    background: white;
    padding: 6px 14px;
    border: 1px solid #fca500;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 5px;
}
.btn-white-green:hover {
    color: white;
    background: #fca500;
}
.btn-white-blue
{
    color: #0089ff;
    background: white;
    padding: 6px 14px;
    border: 1px solid #0089ff;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
}
.btn-white-blue:hover {
    color: white;
    background: #0089ff;
}
.btn-white-darkblue {
    color: #3c2010;
    background: white;
    padding: 6px 14px;
    border: 1px solid #3c2010;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 5px;
}
.btn-white-darkblue:hover {
    color: white;
    background: #3c2010;
}
.btn-link {
    color: #0089ff;
}
/* ----------------- */

.grid-view th {
     white-space: normal; 
}

.btn-search
{
    /*left: -10px;*/
    padding: 9px 50px;
}
.modal-footer {
    text-align: center;
    line-height: 1.5;
}
.login-block
{
    position: relative;
    z-index: 2;
}
.login-block h3
{
    color: white;
    text-transform: uppercase;
    font-size: 2.4em;
    margin-top: 6%;
}
.margin-top-1
{
    margin-top: 1%;
}
.reg
{
    color: white;
    text-align: center;
    line-height: 1.5;
}
.header
{
    background: url(../images/header.jpg) no-repeat black;
    margin: 0 auto;
    /*min-height: 440px;*/
    /*height: 440px;*/
    /*min-height: 46vh;*/
    position: relative;
    text-align: left;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    border-bottom: 8px solid #fca500;
}
.cl-search-form {
    padding-top: 60px;
    padding-bottom: 1%;
}
.label-search-hint {
    color: white;
    padding: 1% 0;
    font-family: 'Lato-Italic', Georgia, Serif;
}
.bg-dark {
    background: rgba(0, 0, 0, 0.63);
}
.navbar-nav > li.active > a {
    color: #fca500;
}
.calendar-icon {
    background: url(../images/calendar.png) no-repeat transparent;
    width: 16px;
    height: 16px;
    display: inline-block; 
    margin-right: 0.5%;
    vertical-align: top;
}
.bg-light-green-line
{
    background: #fca500;
    position: absolute;
    width: 100%;
    height: 54px;
}
.white-text
{
    color: white!important;
    font-weight: normal;
}
.margin-page {
    margin: 0.4% auto;
    width: 72%;
}
.list-view-table ul.sorter li > a
{
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 4px 18px;
    border: 1px solid;
    border-radius: 3px;
} 
.bg-salary-line {
    background: black;
    position: absolute;
    width: 99%;
    height: 20px;
}
.vacancy-row {
    border-bottom: 10px solid rgba(20, 58, 105, 0.05);
}
.data-row {
    border-bottom: 10px solid rgba(20, 58, 105, 0.05);
    padding: 1% 0;
}
.vacancy-row:hover {
    background-color: #f3f3f3;
    border-bottom: 10px solid transparent;
}
.vacancy-row:hover > .bg-salary-line {
    background-color: #fca500;
}
.margin-page label.salary {
    color: white;
}
.caption-rules {
    margin: 1%;
}
.type-vacancy
{
    color: #fff;
    background-color: #007fcb;
    border-radius: 3px;
    padding: 0.5% 1.2%;
    margin-left: 1%;
    vertical-align: middle;
    text-transform: none;
    white-space: nowrap;
}
.date-publicated
{
    margin: 1% 0;
    font-weight: bold;
    font-size: 0.8em;
    font-family: 'Lato-ThinItalic', Georgia, Serif;
}
.pagination > li > a {
    color: #fca500;
}
.pagination > li > span,
.pagination > .disabled > span
{
    color: black;
}
.pagination > li > a, .pagination > li > span {
    border: none;
}
.pagination > .active > a
{
    background-color: #fca500;
    border-color: #fca500;
    border-radius: 20px;
}
.pagination > li > a:hover
{
    border-radius: 20px;
    background-color: #3c2010!important;
    color: white;
}
.table-resume .white-text
{
    color: white;
    font-weight: normal;
    position: absolute;
    top: -40px;
    right: 0;
}
.table-resume
{
    position: relative;
    top: -26px;
}
.footer {
    background: #131313;
    min-height: 92px;
    color: white;
    padding-top: 1%;
    position: relative;
}
.footer-info {
    background: #131313;
    height: 60px;
    color: white;
    padding-top: 1%;
}
a.accepting-rules {
    color: white;
    text-decoration: underline;
    font-size: 0.9em;
}
table.cl-table > thead > tr > th {
    position: relative;
    top: -13px;
}
table.cl-table > thead > tr > th > a {
    color: white;
    font-weight: normal;
    display: inline-block;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2% 5%;
    width: 100%;
    text-align: center;
}
table.cl-table > thead > tr > th.label-experience {
    display: none;
}
table.cl-table > tbody > tr > td {
    border: 10px solid white;
}

.status-square
{
    background: #222;
    color: white;
    text-align: right;
    padding: 1% 3% 1% 0%;
    font-size: 0.8em;
}
.resume-row {
    border-bottom: 10px solid rgba(20, 58, 105, 0.05);
}
.resume-row:hover {
    background-color: #f3f3f3;
    border-bottom: 10px solid transparent;
}
.logotype-gr,
.logotype-rd
{
    background:url(../images/camera.png) no-repeat #442108;
    background-position: 50% 36%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 7px solid white;
    background-size: 30%;
}
.bg-resume-line-gr,
.bg-resume-line-rd {
    background: #442108;
    position: absolute;
    width: 30%;
    height: 20px;
    margin-top: 36px;
}
.rating-gr,
.rating-rd {
    position: absolute;
    color: white;
    top: 36px;
    padding-left: 2%;
    background: #442108;
}
.label-no-photo {
    color: white;
    position: relative;
    top: 60%;
    text-align: center;
    font-size: 0.8em;
}
.resume-row:hover .rating-gr,
.resume-row:hover .logotype-gr,
.resume-row:hover > .bg-resume-line-gr {
    background-color: #fca500;
}
.resume-row:hover .rating-rd,
.resume-row:hover .logotype-rd,
.resume-row:hover > .bg-resume-line-rd {
    background-color: #ff524f;
}
.resume-row:hover .green-point {
    background-color: #54dc1c;
    border: 1px solid #54dc1c;
}
.resume-row:hover .red-point {
    background-color: #ff524f;
    border: 1px solid white;
}
.logo-user-sm {
    width: 100%;
    height: 100%;
}
.logo-user-sm img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.inline-block > div {
    display: inline-block;
}
.vertical-middle {
    margin-top: 38px;
}
.green-point {
    background: #54dc1c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.red-point {
    background: #ff524f;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
td.td-appointment, .upcs-bold-text
{
    text-transform: uppercase;
    font-weight: bold;
}
.expirience-label {
    color: #848484;
    font-size: 0.8em;
    text-align: center;
}
.content-header {
    width: 100%;
    margin: 2%;
}
.right-desc-block {
    position: absolute;
    bottom: 4%;
    right: 0;
    width: 17%;
    min-height: 180px;
}
.title-ibr {
    color: #fca500;
    font-weight: bold;
    font-size: 1.1em;
}
.row-ibr {
    font-size: 0.9em;
}
.right-desc-block a {
    position: relative;
    z-index: 2;
}

/* user-classes */

.width-auto {
    width: 92px!important;
}
.margin-bottom-1pc {
    margin-bottom: 1%;
}
.br-2px {
    border-radius: 2px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-left-4pc {
    padding-left: 4%;
}
.padding-left-15pc {
    padding-left: 15%;
}
.padding-btn-search {
    padding: 10px 5%;
}
.padding-left-cface {
    padding: 0.5% 0 0.5% 1%;
}
.padding-left-btn {
    padding: 0 10px;
    color: #3c2010;
}

/* ------------ */

.exp-cell-green {
    background: #fca500;
    color: white;
    text-align: right;
    padding: 0.5% 1%;
}
.btn-blue {
    color: #fff;
    background-color: #007fcb;
    border-radius: 3px;
    padding: 6px 12px;
    vertical-align: middle;
    text-transform: none;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
}
.btn-blue:hover {
    text-decoration: underline;
}
.empty {
    text-align: center;
}
.desc-content ul li {
    list-style-type: none; 
}
.desc-content ul li:before {
    color: #fca500; 
    content: "■";
    padding-right: 10px; 
}
.header h3.vacancy-header
{
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.6em;
}
.up-block {
    position: relative;
    top: 38%;
}
.white-block {
    background: white;
    padding: 20px;
    min-height: 120px;
    margin-bottom: 2%;
}
.margin-left-25pc {
    margin-left: 25%;
}
img.logotype {
    border: 7px solid white;
    border-radius: 50%;
    width: 88%;
    bottom: -98px;
    position: absolute;
}
.main-item {
    margin-top: 1%;
    margin-left: 38%;
}
.underlined {
    text-decoration: underline;
}
.auth-link-row {
    margin-top: 9%;
}
.small-text {
    padding: 0.5% 0;
    font-size: 0.9em;
    text-transform: none;
    font-weight: normal;
}
/* .page-container {
    background: url(../images/bgd_pc.jpg) no-repeat #000;
    margin: 0 auto;
    min-height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: left;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
} */
.page-container
{
    background: url(../images/bgd_pc.jpg) no-repeat #000;
    margin: 0 auto;
    min-height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: left;
    /*overflow: hidden;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.header-pc {
    margin-top: 100px;
    z-index: 1;
}
.logotype-pc {
    border-radius: 50%;
    border: 7px solid #fff;
    width: 70%;
    position: absolute;
    z-index: 3;
}
.header-pc .breadcrumbs,
.header-pc h3 {
    color: white;
}
.bg-white {
    background-color: white;
    padding-top: 0.8%;
}
.item-user-info {
    margin: 1%;
    position: relative;
    z-index: 3;
}
.item-user-info h4 {
    margin: 0;
    font-weight: bold;
}
.employer-menu {
    position: relative;
    z-index: 2;
    margin-bottom: 1%;
}
.employer-menu > li > a {
    color: white;
    border-radius: 2px 0 0 2px;
}
.employer-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.22);
}
.employer-menu > li.active > a, .employer-menu > li.active > a:hover, .employer-menu > li.active > a:focus {
    background-color:  #fff;
    color: black;
}
.message-menu > li.active > a, .message-menu > li.active > a:hover, .message-menu > li.active > a:focus {
    color: white;
    background-color: #fca500;
    border-radius: 0;
}
.bootom-space {
    min-height: 100px;
}
.bg-darkblue {
    color: white;
    background-color: #3c2010;
}
.row-item-cface {
    padding: 0;
}
.bg-lightgreen
{
    color: white;
    background-color: #fca500;
}
.btn-edit {
    color: white;
    background: transparent;
}
p.info-item {
    margin: 15px 0;
}
.contact-face:hover .bg-darkblue {
    background-color: #fca500;
}
img.icon-menu {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: #585858;
}
a.logo-link {
    margin: 0 16px !important;
}
select.form-control,
input.form-control {
    height: 34px;
    border-radius: 0;
}
textarea.form-control {
    border-radius: 0;
}
.table-applicant thead, .table-vacancy thead {
    background-color: #fca500;
}
.table-applicant thead > tr > th,
.table-vacancy thead > tr > th,
.table-applicant thead a,
.table-vacancy thead a{
    text-transform: uppercase;
    font-weight: normal;
    color: white;
}
.point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.light-green
{
    color: #fca500;
}
.bg-msg-green
{
    background: #dff0d8;
    padding: 10px;
    margin-bottom: 2%;
}
.bg-light-green
{
    background: #fca500;
}
.bg-light-blue
{
    background: #0089ff;
}
.bg-light-red
{
    background: red;
}
.img-radial img {
    border-radius: 50%;
    width: 50px;
}
.message-menu > li > a > .badge {
    background: #0d91ef;
}
.message-menu a {
    color: #fca500;
}
.nav-tabs > li > a {
    color: #fca500;
    border-radius: 0;
    width: 100%;
}
.nav-tabs-db > li > a {
    color: #3c2010;
    border-radius: 0;
    width: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fca500;
    color: white;
    border-radius: 0;
}
.nav-tabs-db > li.active > a, .nav-tabs-db > li.active > a:hover, .nav-tabs-db > li.active > a:focus {
    background-color: #3c2010;
    color: white;
    border-radius: 0;
    cursor: pointer;
}
.cl-page label.title,
.item-experience label.title {
    color: black;
    text-transform: uppercase;
}
.block-data {
    margin-top: 5%;
    margin-bottom: 1%;
}
.cl-content {
    padding: 1% 0;
    border-bottom: 10px solid rgba(20, 58, 105, 0.05);
}
.cl-content:hover {
    background-color: #f3f3f3;
    border-bottom: 10px solid transparent;
}
.cell-line-color {
    background-color: #000;
    color: #fff;
}
.bg-line-color {
    background-color: #000;
    color: #fff;
    width: 99%;
    height: 100%;
    position: absolute;
}
.cl-content:hover .bg-salary-line,
.cl-content:hover .bg-line-color,
.cl-content:hover .cell-line-color {
    background-color: #fca500;
}
.action-buttons a {
    text-decoration: none;
}
.action-buttons i {
    padding: 10px;
    color: #3c2010;
    font-size: 1.2em;
}
.action-buttons i.active,
.action-buttons i:hover {
    color: #007fcb;
}
table > tbody > tr.row-disabled > td .btn-white-darkblue {
    color: #aaa;
    border: 1px solid #aaa;
}
table > tbody > tr.row-disabled > td a,
table > tbody > tr.row-disabled > td i,
table > tbody > tr.row-disabled > td{
    color: #aaa;
}
.clear-button-style {
    background: transparent;
    border: none;
}
a.btn-info {
    border-radius: 0;
}
#vacancies-mob button,
#applicants-mob button,
#vacancies-mob .field-vacancy-direction,
#applicants-mob .field-resume-direction,
#vacancies-mob select,
#applicants-mob select,
#vacancies-mob input.cl-input,
#applicants-mob input.cl-input {
    width: 100%;
    left: 0;
    margin: 2% 0.5%;
}
#add-studgroup-form .help-block,
#vacancies-mob .help-block,
#applicants-mob .help-block {
    display: none;
}
#vacancies-mob .field-vacancy-direction,
#applicants-mob .field-resume-direction {
    margin: 0;
}
.visibled #applicants-mob{
    display: block;
}
table.table-vacancy > tbody > tr:hover i.text-warning {
    color: #fdbb00;
}
.contact-page #map {
    min-height: 650px;
}
.cl-contact-panel {
    position: absolute;
    width: 60%;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    color: #333;
    bottom: 50px;
    margin: 30px 20%;
}
.brand, .brand img {
    width: 86px;
    padding-right: 11px;
    margin: -7px;
}
.news-panel h5 {
    text-align: left;
}
.news-panel .panel {
    border-radius: 0;
    min-height: 440px;
}
.news-panel .panel-body {
    padding: 0;
}
.news-panel img {
    height: 170px;
}
.text-block-news {
    padding: 20px;
    text-align: justify;
}
.orange-div {
    position: absolute;
    right: 0;
    top: 5%;
    padding: 5px 15px;
    background-color: #fca500;
    color: white;
    text-transform: uppercase;
    font-family: 'Lato-Light', Georgia, Serif;
}
.news-panel .panel:hover {
    opacity: 0.9;
    transition: 0.5s;
}
.news-panel .panel:hover .orange-div {
    background-color: #3c2010;
    transition: 0.5s;
}
a.view-news {
    position: absolute;
    width: 100%;
    height: 100%;
}
.image-news img {
    width: 25%;
    min-width: 230px;
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
}
.date-news {
    color: #999;
    font-size: 0.8em;
}
.content-news {
    text-align: justify;
}
a.filter-link {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: underline;
}
.answers label {
    /* display: block;
    width: 100%;
    padding: 10px 0; */
}
.answers .checkbox:not(checked) {
    position: inherit;
    opacity: 1;
}
.answers .checkbox {
    vertical-align: bottom;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
}
.answers .checkbox input[type="checkbox"] {
    position: inherit;
}
.answers .checkbox label {
    padding-left: 30px;
}
.vacancy-resume {
    position: absolute;
}
.logo-vuz img {
    width: 150px;
}
.item-list-diary {
    margin-bottom: 20px;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
}
.item-list-diary:hover {
    background: #eee;
}
.orange-bg {
    background: #fca500;
    color: white;
    text-transform: uppercase;
    padding: 5px 0;
}
.disabled {
    opacity: 0.5;
}
.del-link {
    position: absolute;
    right: 15px;
    top: 0;
}
.image-block img {
    height: 100px;
}
.black-text-menu {
    padding: 10px;
}
.black-text-menu h4,
.black-text-menu ul li > a,
.black-text-menu > ul > li {
    color: black;
    border-bottom: 1px solid #eee;
}
.black-text-menu ul li > a:hover {
    color: black;
    background: #fca500;
}
.black-text-menu ul li.active > a {
    color: white;
    background: #fca500;
}
.black-text-menu ul li.active > a:hover {
    color: #fca500;
}
.black-text-menu ul li.active > a:before {
    color: #fff;
}
.black-text-menu ul li > a:before {
    content: "→";
    padding-right: 5px;
    color: #fca500;
}
.black-text-menu ul li > a:hover::before {
    color: #fff;
}
.black-text-menu ul li.active > a:hover::before {
    color: #fca500;
}
.white-text-menu h4,
.white-text-menu > ul li > a,
.white-text-menu > ul > li {
    color: white;
}
table.group-students tr.filters {
    /*background: white;*/
}
table.group-students tr.filters td {
    padding: 2px;
}
.bordered {
    border: 1px solid #eee;
    padding-top: 10px;
    margin-right: 10px;
}
.field-signupform-rules .checkbox:not(checked) {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: borer-box;
    cursor: pointer;
    opacity: 1;
    position: inherit;
    vertical-align: top;
}
.rules-link {
    display: inline-block;
}
.checkbox-rules .has-error .help-block {
    width: 400px;
    padding: 20px 0;
}
ul.footer-docs {
    width: 100%;
    padding: 0;
    margin: 0;
}
.form-oprosnik label span.label {
    color: #333;
}
.form-oprosnik .radio-custom {
    width: 25px;
    height: 25px;
    /*border: 2px solid #ccc;*/
    background:url(../images/radio_unchecked.png) no-repeat;
    border-radius: 3px;
    position: relative;
}
.form-oprosnik .radio-custom {
    background:url(../images/radio_unchecked_black.png) no-repeat;
}
.form-oprosnik input[type="radio"]:checked ~ * {
    color: #fca500;
}
.form-oprosnik label {
    display: block;
}
.middle-text {
    vertical-align: super;
}
.vacancy-item-div,
.resume-one {
    width: 73%;
    margin: 10px auto;
}
.user-logo-company img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 1px solid #fca500;
}
.user-logo-company a {
    text-align: center;
    margin: auto;
    display: block;
}
.border-block-side {
    border: 1px solid #e6e6e6;
    padding: 15px;
    min-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}
.border-block-side:hover {
    background: #f4f4f4;
    border: 1px solid #fca500;
    -webkit-transition-property: border;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition: background 0.5s ease, border 0.5s ease;
}
.user-logo-resume img {
    border-radius: 50%;
    border: 1px solid #fca500;
    max-width: 150px;
}
.add-height {
    min-height: 310px;
    min-width: 254px;
}
.add-to-favorite-btn {
    position: relative;
    z-index: 5;
    top: 10px;
}
.navbar-collapse.collapse.in .navbar-nav {
    background-color: white;
}
.navbar-collapse.collapse.in .navbar-nav li > a{
    color: black;
}
.navbar-collapse.collapse.in .navbar-nav li:hover > a,
.navbar-collapse.collapse.in .navbar-nav li.active > a{
    color: #fca500;
}
.fio-user {
    font-size: 18px;
}
.spoiler-resume-search {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
}
.spoiler-resume-search button {
    padding: 6px;
}
.vacancy-list-header,
.resume-list-header {
    width: 73%;
    margin: 70px auto 30px;
}
.text-white {
    color: white;
}
.btn-white-link {
    color: white;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 70px;
}
.btn-white-link:focus,
.btn-white-link:active,
.btn-white-link:hover {
    color: #ccc;
    border: 1px solid #ccc;
}
.bottom-marg {
    margin-bottom: 10px;
}
.tags-div {
    position: relative;
    z-index: 5;
}
.bg-orange {
    background-color: #fca500;
}
.bg-orange a {
    text-decoration: underline;
    color: white;
}
.data-vacancy-list .empty {
    margin-top: 100px;
}
.edu-label {
    font-size: 15px;
    text-transform: uppercase;
}
.inlined {
    display: inline-block;
}
#resume-spoiler-form .has-error .help-block {
    color: #ff7d7d;
}
.top-menu-user > li.profile > a {
    padding: 25px;
    width: 25px;
    color: black;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    margin: 3px 0 0 15px;
}
.pic-center {
    background-size: cover;
}
.participant-logo {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: auto;
}
.grey-label {
    color: #747474;
    font-size: 0.8em;
}
.pad-lt-10 {
    padding-top: 10px;
    padding-left: 10px;
}
.pad-lt-10 p{
    margin-bottom: 0;
}
.links-div-menu a {
    display: block;
    padding: 5px 0;
    color: #3c2010;
}
.popover {
    border-radius: 0;
}
.popover.bottom {
    position: fixed;
}
.add-new-vacancy a {
    margin-left: 15px;
}
.grey-line {
    background-color: #ccc;
    width: 100%;
    height: 1px;
    margin: 5px 0;
}
.my-msg-badge {
    background-color: #00a6f5;
    color: white;
    position: relative;
    bottom: 5px;
    right: 7px;
    padding: 3px 6px;
    font-size: 11px;
}
.fc-toolbar .fc-left {
    float: left;
    width: 100%;
    position: absolute;
}
.fc-toolbar .fc-left h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    float: none;
    text-align: center;
}
.video-resume {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 10px;
}
.h3-link {
    font-size: 25px;
}