/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */
/* #Font-Face
================================================== */
/* #Site Styles
================================================== */
/*@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #000000;
    height: 100%;
    background: #f6f6f6;
}

input,
select,
textarea {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #000000;
}

img {
    border: 0;
    display: block;
}

ul,
li {
    list-style: none;
}

:focus,
a:focus {
    outline: none;
}

/* ### global classes ### */

.clear {
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.centered {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.centered-full {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
}

.wrapper {
    position: relative;
}

.wrapper--page {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.col {
}

/* ### header ### */

.header {
    width: 100%;
}

.header_top {
    width: 100%;
    overflow: hidden;
    background: #4a4a4a;
}

/* ### main menu ### */

.main-menu:not(.mm-menu) {
}

.main-menu:not(.mm-menu) ul {
    padding: 41px 0 0 163px;
    float: left;
    margin-right: -23px;
    margin-bottom: 0;
}

.main-menu:not(.mm-menu) li {
    padding: 0 23px 0 0;
    float: left;
}

.main-menu:not(.mm-menu) li a {
    position: relative;
    display: block;
    padding: 0 13px 35px 13px;
    font-size: 13px;
    color: #9b9b9b;
    text-decoration: none;
    line-height: 23px;
    border-bottom: 6px solid transparent;
}

.main-menu:not(.mm-menu) li a .icon {
    float: left;
    margin-right: 13px;
    font-size: 20px;
}

.main-menu:not(.mm-menu) li a:hover,
.main-menu:not(.mm-menu) li.active a {
    color: #fff;
    border-bottom: 6px solid #fff;
}

.main-menu:not(.mm-menu) li .notification {
    display: block;
    position: absolute;
    left: 22px;
    top: -13px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #4a4a4a;
    border: 2px solid #7ed321;
    border-radius: 100%;
    background: #fff;
}

.header_top .setting {
    padding: 40px 0 0 0;
    float: right;
}

.header_top .setting a {
    display: block;
    padding: 0 13px 35px 13px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 23px;
    border-bottom: 6px solid transparent;
}

.header_top .setting .user {
    margin-right: 13px;
    line-height: 20px;
    text-align: center;
    color: #4a4a4a;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
}

.header_top .setting .arrow {
    margin-left: 7px;
    font-size: 15px;
    color: #fff;
}

.header_top .header__logo {
    float: left;
    padding: 12px 0;
}

.header_subnav {
}

.header_subnav #user-menu {
    text-align: right;
    padding-right: 25px;
    background: #fff;
}

.header_subnav #user-menu ul {
    margin: 0;
}

.header_subnav #user-menu ul li {
    margin-left: 25px;
}

.header_subnav #user-menu ul li a {
    color: #4a4a4a;
    font-weight: bold;
    line-height: 50px;
    text-decoration: underline;
}

.header_subnav #user-menu ul li a:hover {
    text-decoration: none;
}

.header_subnav #user-menu ul li a span {
   padding: 0px 0px 21px 10px;
}

.header_bottom {
    padding-top: 8px;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 3px 5px 1px #e1e1e1;
    background: #fff;
}

.header_bottom ul {
    padding: 9px 0 0 10px;
    float: left;
    margin-right: -30px;
    margin-bottom: 0;
}

.header_bottom li {
    padding: 0 30px 0 0;
    float: left;
}

.header_bottom li a {
    display: block;
    font-size: 13px;
    color: #cdcccd;
    text-decoration: none;
    line-height: 23px;
    font-weight: 600;
}

.header_bottom li a .text {
    padding: 0 0 21px 10px;
    display: inline-block;
    border-bottom: 6px solid transparent;
}

.header_bottom li .icon {
    float: left;
    font-size: 20px;
}

.header_bottom li a:hover,
.header_bottom li.active a {
    color: #4a4a4a;
}

.header_bottom li a:hover .text,
.header_bottom li.active a .text {
    border-bottom: 6px solid #4a4a4a;
}

.header_bottom .header__logo {
    float: left;
}

.header_search {
    width: 553px;
    float: right;
    padding: 6px 0 0 20px;
    border-left: 1px solid #dddddd;
}

.header_search form {
    width: 410px;
    float: left;
}

.header_search input[type="text"] {
    padding: 0 10px;
    width: calc(100% - 120px);
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #979797;
    /*box-shadow: 1px 2px 2px 1px #b6b4b4*/
}

.header_search .button {
    width: 106px;
    float: left;
    margin-left: 12px;
    height: 35px;
    line-height: 35px;
    border: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #74b94d;
    /*box-shadow: 1px 2px 2px 1px #b6b4b4*/
}

.header_search .button .icon {
    margin-right: 6px;
    color: #5a9729;
}

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

.header_bottom .filter {
    padding: 2px 0 0 24px;
    float: right;
}

.header_bottom .filter a {
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 36px;
    font-weight: 600;
}

.header_bottom .filter .filter-icon {
    margin-right: 12px;
    width: 36px;
    height: 37px;
    display: inline-block;
    float: left;
    background: url(../images/filter.png) left top no-repeat;
}

.header_bottom .filter a:hover {
    text-decoration: none;
}

/* ### header menu toggle ### */

.header__menu-toggle {
    cursor: pointer;
    z-index: 15;
    float: left;
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 28px;
    transition: 0.2s;
    overflow: hidden;
}

.header__menu-toggle span {
    display: block;
    height: 3px;
    text-indent: -9999px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20%;
    left: 20%;
    transition: 0.2s;
}

.header__menu-toggle span:before,
.header__menu-toggle span:after {
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 2px;
    background-color: #fff;
    transition-duration: 0.2s, 0.2s;
    position: absolute;
    left: 0;
}

.header__menu-toggle span:before {
    top: -7px;
    transition-property: top, transform;
}

.header__menu-toggle span:after {
    bottom: -7px;
    transition-property: bottom, transform;
}

.mm-opened .header__menu-toggle span {
    background: none;
}

.mm-opened .header__menu-toggle.active span:before,
.mm-opened .header__menu-toggle.active span:after {
    transition-delay: 0s, 0.2s;
}

.mm-opened .header__menu-toggle span:before {
    top: 0;
    transform: rotate(45deg);
}

.mm-opened .header__menu-toggle span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* ### news ### */

.news-block {
    padding: 22px 0 102px 0;
    width: 100%;
    overflow: hidden;
}

.news-block a.add {
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 23px;
    float: right;
    font-weight: 600;
}

.news-block .add .icon {
    width: 28px;
    height: 28px;
    border: 2px solid #a3a3a3;
    color: #9b9b9b;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    margin-left: 10px;
}

.news-block a.add:hover {
    text-decoration: none;
}

.news-block h1 {
    padding: 40px 0 0 0;
    font-size: 22px;
    color: #a7a7a7;
    font-weight: 300;
}

.news-block p {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: bold;
}

.news-block .step {
    padding: 53px 0 0 0;
    overflow: hidden;
    position: relative;
}

.news-block .column {
    width: 33.3%;
    float: left;
    text-align: center;
    position: relative;
}

.news-block .icon {
    position: relative;
}

.news-block .icon img {
    display: inline-block;
}

.news-block a, .news-block .checklist-title {
    margin-top: 5px;
    font-size: 17px;
    color: #a7a7a7;
    font-weight: 300;
    text-decoration: underline;
}

.news-block a:hover {
    text-decoration: none;
}

.news-block ul {
    padding: 18px 0 0 0;
    overflow: hidden;
    list-style: none;
}

.news-block li {
    font-size: 13px;
    color: #0d0d0d;
    line-height: 21px;
}

.news-block .border {
    background: #979797;
    height: 1px;
    position: absolute;
    left: 160px;
    top: 98px;
    width: 73%;
}

.news-block .border-mobile {
    background: #979797;
    display: none;
    height: 1px;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
}

/* ### job ### */

.job-block {
    padding: 22px 0 90px 0;
    width: 100%;
    overflow: hidden;
}

.job-block a.add {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 23px;
    float: right;
    font-weight: 600;
}

.job-block .add .icon {
    width: 28px;
    height: 28px;
    border: 2px solid #a3a3a3;
    color: #9b9b9b;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    margin-left: 10px;
}

.job-block a.add:hover {
    text-decoration: none;
}

.job-block-row {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    background: #fff;
}

.job-block-row .title {
    padding: 11px 20px 11px 24px;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 300;
}

.job-block-row .title h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 400;
    float: left;
    margin: 0;
}

.job-block-row .title .left {
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
    border-right: 1px solid #d1d1d1;
}

.job-block-row .title .right {
    padding: 0 0 0 20px;
    width: 50%;
    float: left;
}

.job-block-row .title a.location {
    float: right;
    font-size: 13px;
    color: #9b9b9b;
    text-decoration: none;
}

.job-block-row .title .icon {
    margin-right: 10px;
}

.job-block-row .title a.users {
    float: left;
    font-size: 13px;
    color: #9b9b9b;
    position: relative;
}

.job-block-row .title .text {
    text-decoration: underline;
}

.job-block-row .title a:hover .text {
    text-decoration: none;
}

.job-block-row .user-icon {
    margin-right: 10px;
    width: 31px;
    height: 19px;
    float: left;
    display: block;
    background: url(../images/user.png) left top no-repeat;
}

.job-block-row .title .notification {
    position: absolute;
    left: 25px;
    top: -6px;
    width: 14px;
    height: 14px;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    color: #9b9b9b;
    border: 2px solid #7fd422;
    border-radius: 100%;
}

.job-block-row .title a.edit {
    margin: 1px 22px 0 0;
    width: 22px;
    height: 22px;
    float: right;
    background: url(../images/edit.png) left top no-repeat;
}

.job-block-row .title a.view {
    margin: 1px 12px 0 0;
    width: 22px;
    height: 22px;
    float: right;
    background: url(../images/eye.png) 3px 1px no-repeat;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.job-block-row .title .publish {
    margin: -6px 0;
    padding: 0 9px;
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    background: #74b94d;
    font-weight: 500;
}

.job-block-row .title .publish:hover {
    text-decoration: underline;
}

.job-block-row .title .publish .cloud {
    color: #5a9628;
    margin-right: 10px;
}

.job-block-row .stage {
    width: 100%;
    overflow: hidden;
}

.job-block-row .stage ul {
    padding: 16px 0;
    overflow: hidden;
    text-align: center;
    list-style: none;
}

.job-block-row .stage li {
    width: 16.6%;
    float: left;
    border-right: 1px dotted #ccc;
    font-weight: 300;
}

.job-block-row .stage li:last-child {
    border: none;
}

.job-block-row .stage .count {
    font-size: 35px;
    color: #a9a9a9;
    display: block;
    line-height: 35px;
}

.job-block-row .stage p {
    font-size: 15px;
    color: #a9a9a9;
    display: block;
    margin: 0;
}

.job-block-row .bottom {
    padding: 10px 18px;
    margin: 0;
    width: 100%;
    font-weight: 300;
    border-top: 1px solid #e1e1e1;
}

.job-block-row .bottom p {
    font-size: 12px;
    color: #a9a9a9;
    float: left;
}

.job-block-row .bottom p a {
    color: #a9a9a9;
    text-decoration: underline;
}

.job-block-row .bottom p a:hover {
    text-decoration: none;
}

.job-block-row .date {
    font-size: 12px;
    color: #a9a9a9;
    float: right;
}

.job-block-row .date .icon {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.chat-block {
    width: 421px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 1px -2px 1px 1px #ccc;
}

.chat-block a {
    padding: 0 35px;
    margin-top: -10px;
    line-height: 41px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #f5a623;
}

.chat-block .arrow {
    float: right;
    position: relative;
    top: 12px;
    font-size: 20px;
}

/* ### filter-block ### */

.filter-block {
    padding: 34px 44px 34px 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border-top: 1px solid #d3d3d3;
    width: 480px;
    background: #fff;
    /*height: 100%;*/
}

.filter-block .block {
    overflow: auto;
    height: calc(100% - 40px);
}

.filter-block h2 {
    padding: 0 0 46px 34px;
    margin: 0;
    font-size: 15px;
    float: left;
    color: #4a4a4a;
    text-transform: uppercase;
    background: url(../images/filter-without-circle.png) left top no-repeat;
}

.filter-block .close-btn {
    margin: 0;
    float: right;
    width: 16px;
    height: 17px;
    display: block;
    background: url(../images/close.png) left top no-repeat;
}

.filter-block h3 {
    margin: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    background: #e1e0e1;
}

.filter-block h3 .arrow {
    font-size: 21px;
    margin: 6px 40px 0 0;
    float: right;
}

.filter-block h3.active .arrow {
    -webkit-transform: matrix(-1, 0.000, -0.000, -1, 0, 0);
    -moz-transform: matrix(-1, 0.000, -0.000, -1, 0, 0);
    -ms-transform: matrix(-1, 0.000, -0.000, -1, 0, 0);
    -o-transform: matrix(-1, 0.000, -0.000, -1, 0, 0);
    transform: matrix(-1, 0.000, -0.000, -1, 0, 0);
}

.filter-block .checkbox {
    display: inline-block;
    margin: 0;
}

.filter-block h3 .checkbox span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 56px;
    font-size: 15px
}

.filter-block .checkbox input[type=checkbox] {
    display: none
}

.filter-block .checkbox label {
    padding: 0;
}

.filter-block h3 .checkbox span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 9px;
    background: url(../images/checkbox-white.png) no-repeat
}

.filter-block h3 .checkbox input[type=checkbox]:checked + span:before {
    content: "";
    background: url(../images/checkbox-selected.png)
}

.filter-block a,
.filter-block a:visited {
    color: #4a4a4a;
}

.filter-block a:hover {
    color: #000;
}

.filter-block .filter {
    margin: 10px 0;
}

.filter-block ul {
    padding: 15px 0 0 0;
    list-style: none;
}

.filter-block li {
    padding: 5px 0;
    display: block;
    font-size: 13px;
    color: #212121;
    position: relative;
}

.filter-block .checkbox span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 56px;
    font-size: 13px
}

.filter-block li span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 0
}

.filter-block li span:before {
    background: url(../images/checkbox-gray.png) no-repeat
}

.filter-block li input[type=checkbox]:checked + span:before {
    content: "";
    background: url(../images/checkbox-selected.png)
}

.filter-block h3:hover,
.filter-block h3.active {
    background: #74b94d;
}

.filter-block .filter-btn {
    padding: 0 9px;
    width: 120px;
    margin: 60px auto 24px auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    background: #74b94d;
    /*box-shadow: 1px 2px 1px 1px #ccc;*/
}

.filter-block .filter-btn:hover {
    text-decoration: underline;
}

.filter-block .reset {
    text-align: center;
}

.filter-block .reset a {
    font-size: 13px;
    color: #333;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
}

.filter-block .reset a:hover {
    text-decoration: none;
}

.filter-block ul.hide {
    display: none;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* ### editprofile-block ### */

.filter-block--editprofile {
    overflow: hidden;
}

.filter-block--editprofile h2 {
    padding: 0;
    background: none;
}

.filter-block--editprofile strong {
    padding: 35px 0 35px 0;
    display: block;
    font-size: 15px;
    color: #4a4a4a;
}

.filter-block--editprofile .input-row {
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.filter-block--editprofile input[type="text"], .question-builder .options input[type="text"] {
    padding: 0 10px;
    font-size: 13px;
    color: #9f9f9f;
    height: 25px;
    margin: 0;
    border: none;
    width: calc(100% - 55px);
    float: left;
}

.filter-block--editprofile .edit {
    margin-right: 14px;
    width: 17px;
    height: 14px;
    display: block;
    float: left;
    background: url(../images/edit-small.png) left top no-repeat;
}

.filter-block--editprofile .delete {
    width: 17px;
    height: 14px;
    display: block;
    float: left;
    background: url(../images/delete.png) left top no-repeat;
}

.filter-block--editprofile .top {
    padding: 0 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.filter-block--editprofile .addfield {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-top: -12px;
    text-decoration: none;
}

.filter-block--editprofile .addfield .plus {
    width: 35px;
    height: 31px;
    display: block;
    margin: 0 auto;
    background: url(../images/plus3.png) left top no-repeat;
    position: inherit;
}

.filter-block--editprofile .addfield span {
    font-size: 12px;
    color: #aeaeae;
    display: block;
    text-align: center;
}

.filter-block--editprofile ul {
    list-style: none;
}

.filter-block--editprofile li {
    margin-bottom: 4px;
    padding: 13px 15px 13px 23px;
    border: 1px solid #cbcbcb;
    font-size: 13px;
    color: #aeaeae;
    position: relative;
}

.filter-block--editprofile li .up {
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    background: url(../images/up.png) left top no-repeat;
}

.filter-block--editprofile li .down {
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    background: url(../images/down.png) left top no-repeat;
}

/* ### sentmail-block ### */

.filter-block--sentmail {
}

.filter-block--sentmail h2 {
    padding: 0;
    background: none;
}

.filter-block--sentmail strong {
    padding: 35px 0 35px 0;
    display: block;
    font-size: 15px;
    color: #4a4a4a;
}

.filter-block--sentmail .form-row {
    padding-bottom: 22px;
    width: 100%;
    overflow: hidden;
}

.filter-block--sentmail .label {
    width: 110px;
    float: left;
    font-size: 13px;
    color: #4a4a4a;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 300;
    text-align: left;
}

.filter-block--sentmail .right {
    width: calc(100% - 110px);
    float: left;
}

.filter-block--sentmail input[type="text"], .filter-block--sentmail textarea {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    height: 35px;
    color: #000;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.filter-block--sentmail a {
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
    color: #4a4a4a;
    text-decoration: underline;
}

.filter-block--sentmail a:hover {
    text-decoration: none;
}

.filter-block--export h2 {
    padding-left: 0;
    background: none;
}

/* ### tabs-block ### */

.news-block-top {
    position: relative;
    padding: 12px 0 15px 0;
    overflow: hidden;
    width: 100%;
}

.news-block-top h2 {
    font-size: 20px;
    color: #4a4a4a;
    text-align: center;
    margin: 0;
    padding-top: 9px;
}

.news-block-top .subtitle {
    font-size: 12px;
    display: block;
    font-weight: 300;
}

.news-block-top .back {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 0 0 33px;
    display: block;
    float: left;
    font-size: 13px;
    color: #9b9b9b;
    text-decoration: none;
    background: url(../images/arrow.png) left 3px no-repeat;
}

.news-block-top .preview {
    padding: 0 52px 0 50px;
    display: block;
    float: left;
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 38px;
    font-weight: 600;
    background: url(../images/preview.png) left top no-repeat;
}

.news-block-top .preview:hover {
    text-decoration: none;
}

.news-block-top .publish {
    padding: 0 8px;
    float: left;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 37px;
    background: #74b94d;
    /*box-shadow: 1px 2px 1px 1px #ccc;*/
}

.news-block-top .publish .cloud {
    color: #5a9628;
    margin-right: 10px;
}

.news-block-top .save {
    margin-right: 15px;
    float: left;
    padding: 0 12px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 37px;
    background: #c8c7c8;
}

.news-block-top .save.danger {
    background: #c70000;
}

.news-block-top .menu-item .fa:first-of-type {
    margin-right: 7px;
}

.news-block-top .menu-item .fa:last-of-type {
    margin-left: 7px;
}

.news-block-top .save .icon1 {
    color: #8d8d8d;
}

.news-block-top .save.feedback {
    background: #9b9b9b;
}

.news-block-top .save.feedback .icon1 {
    color: #5a5a5a;
}

.news-block-top a.location {
    padding: 0 19px;
    border-right: 1px solid #ccc;
    color: #9b9b9b;
    text-decoration: none;
    cursor: default;
}

.news-block-top a.add-candidate {
    padding-left: 19px;
    color: #7fd422;
}

.news-block-top .icon {
    margin-right: 10px;
}

.news-block-top a.users {
    margin-top: 10px;
    padding: 0 0 0 19px;
    font-size: 13px;
    color: #9b9b9b;
    position: relative;
}

.news-block-top .text {
    text-decoration: underline;
}

.news-block-top .user-icon {
    margin-right: 10px;
    width: 31px;
    height: 19px;
    float: left;
    display: block;
    background: url(../images/user-2.png) left top no-repeat;
}

.news-block-top .notification {
    position: absolute;
    left: 35px;
    top: -6px;
    width: 14px;
    height: 14px;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    color: #9b9b9b;
    border: 2px solid #7fd422;
    border-radius: 100%;
}

.news-tab {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.news-tab ul.tab {
    padding: 14px 0 0 0;
    border-top: 1px solid #979797;
    overflow: hidden;
    border-bottom: 2px solid #c7c7c7;
}

.news-tab ul.tab li {
    padding: 0 0 0 20px;
    width: 20%;
    float: left;
}

.news-tab ul.tab li a {
    padding: 0 0 22px 0;
    display: block;
    text-decoration: none;
    border-bottom: 5px solid transparent;
}

.news-tab ul.tab li .title {
    padding: 0 0 0 28px;
    font-size: 16px;
    color: #9f9f9f;
}

.news-tab ul.tab li p {
    text-align: center;
    font-size: 12px;
    color: #bbbbbb;
}

.news-tab ul.tab li .icon1 {
    background: url(../images/tab-icon1-fix.png) left top no-repeat;
}

.news-tab ul.tab li .icon2 {
    background: url(../images/tab-icon2.png) left top no-repeat;
}

.news-tab ul.tab li .icon3 {
    background: url(../images/tab-icon3.png) left top no-repeat;
}

.news-tab ul.tab li .icon4 {
    background: url(../images/tab-icon4.png) left top no-repeat;
}

.news-tab ul.tab li .icon5 {
    background: url(../images/tab-icon5.png) left top no-repeat;
}

.news-tab ul.tab li a:hover,
.news-tab ul.tab li.r-tabs-state-active a {
    border-bottom: 5px solid #74b94d;
}

.news-tab ul.tab li.r-tabs-state-active a .title {
    color: #74b94d;
}

.news-tab ul.tab li.r-tabs-state-active .icon1 {
    background: url(../images/tab-icon1-hover.png) left top no-repeat;
}

.news-tab ul.tab li.r-tabs-state-active .icon2 {
    background: url(../images/tab-icon2-hover.png) left top no-repeat;
}

.news-tab ul.tab li.r-tabs-state-active .icon3 {
    background: url(../images/tab-icon3-hover.png) left top no-repeat;
}

.news-tab ul.tab li.r-tabs-state-active .icon4 {
    background: url(../images/tab-icon4-hover.png) left top no-repeat;
}

.news-tab ul.tab li.r-tabs-state-active .icon5 {
    background: url(../images/tab-icon5-hover.png) left top no-repeat;
}

.news-tab ul.tab li a:hover .title {
    color: #74b94d;
}

.news-tab ul.tab li a:hover .icon1 {
    background: url(../images/tab-icon1-hover.png) left top no-repeat;
}

.news-tab ul.tab li a:hover .icon2 {
    background: url(../images/tab-icon2-hover.png) left top no-repeat;
}

.news-tab ul.tab li a:hover .icon3 {
    background: url(../images/tab-icon3-hover.png) left top no-repeat;
}

.news-tab ul.tab li a:hover .icon4 {
    background: url(../images/tab-icon4-hover.png) left top no-repeat;
}

.news-tab ul.tab li a:hover .icon5 {
    background: url(../images/tab-icon5-hover.png) left top no-repeat;
}

.r-tabs-accordion-title a {
    float: left !important;
    text-decoration: none !important;
}

.news-tab .describe h1, h2, h3 {
    text-transform: uppercase;
}

.news-tab .describe {
    overflow: hidden;
    width: 100%;
}

.radio {
    float: left;
    width: 220px;
}

.news-tab .describe h2 {
    padding: 30px 0;
    font-size: 22px;
    color: #4a4a4a;
    margin: 0;
}

.news-tab .describe .block {
    padding: 22px 26px;
    margin-bottom: 26px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.news-tab .describe h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
}

.radio span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    white-space: nowrap;
}

.radio label {
    padding-bottom: 5px;
}

.radio input[type=radio] {
    display: none
}

.radio span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px
}

.radio span:before {
    background: url(../images/radio.png) no-repeat
}

.radio input[type=radio]:checked + span:before {
    content: "";
    background: url(../images/radio_selected.png) no-repeat
}

.news-tab .on-off {
    display: inline-block;
    vertical-align: middle;
}

.news-tab .describe .right {
    width: calc(100% - 140px);
    float: left;
}

.news-tab .describe .right--small {
    margin-top: 40px;
    width: 250px;
    float: left;
}

.news-tab .describe .right--small2 {
    width: 330px;
    float: left;
}

.news-tab .left {
    width: 140px;
    float: left;
}

.news-tab .describe .right img {
    max-width: 100%;
}

.news-tab .column {
    padding: 0 105px 0 0;
    float: left;
    width: 50%;
    border-right: 2px solid #f0eff0;
}

.news-tab .column2 {
    padding: 0 0 0 94px;
    float: right;
    width: 50%;
}

.news-tab a {
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: underline;
    float: right;
}

.news-tab .image {
    width: calc(100% - 140px);
    float: left;
}

.news-tab .image img {
    max-width: 100%;
}

.news-tab ul.list {
    padding: 0 0 0 12px;
    float: left;
    width: 140px;
}

.news-tab ul.list li {
    padding: 10px 0 0 0;
    display: block;
    overflow: hidden;
}

.news-tab ul.list li a {
    display: block;
    padding: 0 0 0 31px;
    float: left;
    font-size: 13px;
    color: #e3e3e3;
    text-decoration: none;
    background: url(../images/icon9.png) left top no-repeat;
}

.news-tab ul.list li a.icon2 {
    background: url(../images/icon10.png) left top no-repeat;
}

.news-tab ul.list li a.icon3 {
    background: url(../images/icon11.png) left top no-repeat;
}

.news-tab ul.list li a:hover {
    color: #757575;
}

.news-tab p {
    font-size: 13px;
    color: #4a4a4a;
}

.news-tab .file #inputFile {
    background: url('../images/upload.png') no-repeat;
    height: 44px;
    width: 129px;
    margin: 0 0 10px 0;
    float: left;
    position: relative;
    padding: 0;
}

.news-tab .file #inputFile #fileOriginal {
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);
    width: 129px;
    position: relative;
    height: 44px;
    z-index: 100;
}

.news-tab .file #inputFile #fileDuplicate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0;
}

.news-tab .file #inputFile .inputText {
    width: 129px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: none;
    background: none;
    font-size: 10px;
    color: #000;
}

/*form*/

.form .form-row {
    padding: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.form label {
    width: 140px;
    font-size: 13px;
    color: #4a4a4a;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 300;
    text-align: left;
    float: left;
}

.form .checkbox label {
    padding: 0;
    width: 100%;
}

.form .checkbox label span {
    padding-left: 80px;
}

.form .label.space {
    padding-top: 50px;
}

.form .select {
    position: relative;
    width: 100%;
    height: 35px;
    display: inline-block;
}

.form .select select {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    /*color: #acacac;*/
    height: 35px;
    color: #000;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form .select:after {
    content: url('../images/select-arrow.png');
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    /*color: #acacac;*/
    height: 35px;
    color: #000;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.form .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background: url(../images/plus.png) left top no-repeat;
}

.form .right p {
    font-size: 13px;
    padding-top: 8px;
    margin-bottom: 5px;
}

.form-group label {
    float: none;
}

/* ### dashboard overview ### */

.dashboard-overview {
    padding: 17px 0 70px 0;
    width: 100%;
    overflow: hidden;
    /*z-index: 4;*/
    position: relative;
}

.dashboard-overview .white-block {
    padding: 17px 0 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

.dashboard-overview .close-btn {
    margin: 0 33px 16px 0;
    width: 16px;
    height: 17px;
    display: block;
    float: right;
    background: url(../images/close.png) left top no-repeat;
}

.dashboard-overview .block {
    padding: 21px 30px;
    overflow: hidden;
    border-top: 1px solid #979797;
}

.dashboard-overview h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
}

.dashboard-overview p.intro {
    font-size: 13px;
    color: #4a4a4a;
}

.dashboard-overview a.job {
    padding: 0 45px 0 0;
    display: block;
    line-height: 36px;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: underline;
    float: right;
    background: url(../images/computer.png) right top no-repeat;
}

.dashboard-overview .inner {
    margin-top: 20px;
    padding: 0 0 97px 0;
    border: 1px solid #979797;
    border-top: none;
    overflow: hidden;
    background: #fafafa;
}

.dashboard-banner {
    width: 100%;
    overflow: hidden;
    height: 300px;
    background: url(../images/banner.png) left top no-repeat;
    background-size: cover;
}

.dashboard-overview .wrapper--small {
    max-width: 660px;
    margin: 0 auto;
}

.dashboard-banner h1 {
    padding: 40px 0 0 0;
    font-size: 48px;
    color: #fff;
}

.dashboard-banner p {
    font-size: 30px;
    color: #fff;
}

.dashboard-banner span {
    font-size: 22px;
    color: #fff;
}

.dashboard-banner p a {
    color: #fff;
    text-decoration: underline;
}

.dashboard-banner p a:hover {
    text-decoration: none;
}

.dashboard-overview .overview {
    margin-top: -70px;
    padding: 40px 85px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 0 4px 0 #a29d9d;
}

.dashboard-overview .logo {
    width: 148px;
    float: left;
}

.dashboard-overview .logo img {
    max-width: 100%;
}

.dashboard-overview .detail {
    padding: 0 0 38px 0;
    width: calc(100% - 148px);
    float: left;
}

.dashboard-overview .detail p {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 26px;
}

.dashboard-overview .detail a {
    font-size: 11px;
    color: #4a4a4a;
    text-decoration: underline;
}

.dashboard-overview .content {
    padding: 48px 0 40px 0;
    border-top: 1px solid #ccc;
    position: relative;
    width: 100%;
}

.dashboard-overview .content .icon {
    width: 36px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -17px;
    margin: 0 0 0 -18px;
}

.dashboard-overview .content strong {
    font-size: 15px;
    color: #4a4a4a;
    display: block;
    text-align: center;
}

.dashboard-overview .content p {
    padding: 12px 0 0 0;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 20px;
}

.dashboard-overview .content ul {
    padding: 26px 0 0 0;
    list-style: none;
}

.dashboard-overview .content li {
    padding: 0 0 0 28px;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 20px;
    background: url(../images/bullet.png) 6px 9px no-repeat;
}

/* ### job board ### */

.job-board {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}

.job-board h1 {
    padding: 0 0 20px 0;
    margin: 0;
    float: left;
    font-size: 22px;
    color: #4a4a4a;
}

.job-board a.cart {
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 23px;
    float: right;
    font-weight: 600;
}

.job-board .cart .icon {
    width: 28px;
    height: 28px;
    color: #9b9b9b;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
}

.job-board a.cart:hover {
    text-decoration: none;
}

.job-board .notification {
    padding: 0 0 28px 60px;
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #9b9b9b;
    background: url(../images/info.png) 20px top no-repeat;
}

.job-board .block {
    padding: 23px 28px 20px 28px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
}

.job-board h3 {
    padding: 0 26px 0 0;
    display: inline-block;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
}

.job-board p {
    font-size: 13px;
    color: #4a4a4a;
}

.job-board .on-off {
    padding: 0 10px;
    vertical-align: middle;
}

.job-board .on-off img {
    display: inline-block;
}

.job-board span.text {
    color: #9b9b9b;
}

.job-board .product {
    overflow: hidden;
}

.job-board ul {
    margin-right: -22px;
}

.job-board li {
    padding: 0 22px 20px 0;
    float: left;
}

.job-board ul.space {
    padding-bottom: 30px;
    overflow: hidden;
}

.job-product {
    padding: 17px 4px 9px 4px;
    width: 265px;
    height: 142px;
    border: 1px solid #979797;
    overflow: hidden;
}

.job-product .logo {
    padding: 0 0 0 30px;
    float: left;
}

.job-product .logo img {
    max-width: 65px;
}

.job-product .more {
    padding: 0 12px 0 0;
    margin: 24px 0 0 24px;
    display: block;
    float: left;
    font-size: 11px;
    color: #ccc;
    text-decoration: underline;
    background: url(../images/arrow-2.png) right center no-repeat;
}

.job-product .more:hover {
    text-decoration: none;
}

.job-product .bottom {
    width: 100%;
    padding-top: 9px;
    border-top: 1px solid #cdcccd;
    float: left;
    text-align: right;
}

.job-product .bottom .price {
    padding: 3px 0 0 10px;
    display: block;
    line-height: 37px;
    font-size: 20px;
    color: #74b94d;
    float: left;
}

.job-product .publish {
    margin-right: 5px;
    padding: 0 14px;
    float: right;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 37px;
    background: #74b94d;
    /*box-shadow: 1px 2px 1px 1px #ccc;*/
}

.job-product .publish .icon {
    color: #5a9628;
    margin-right: 10px;
}

.job-product .delete {
    background: darkred;
}

.job-product .delete .icon {
    color: red;
}

.job-product-popup {
    padding: 34px 40px 34px 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    border-top: 1px solid #d3d3d3;
    width: 480px;
    background: #fff;
    height: 100%;
}

.job-product-popup .block {
    overflow: auto;
    height: calc(100% - 40px);
}

.job-product-popup h2 {
    padding: 0 0 46px 0;
    margin: 0;
    font-size: 15px;
    float: left;
    color: #4a4a4a;
    text-transform: uppercase;
}

.job-product-popup h2 .icon {
    margin-right: 14px;
    font-size: 18px;
    color: #9b9b9b;
}

.job-product-popup .close-btn {
    float: right;
    width: 16px;
    height: 17px;
    display: block;
    background: url(../images/close.png) left top no-repeat;
}

.job-product-popup p {
    padding: 17px 0;
    font-size: 12px;
    color: #b5b5b5;
    border-bottom: 1px solid #ccc;
}

.job-product-popup p span:last-child {
    float: right;
}

.job-product-popup p span.label {
    margin-right: 10px;
    width: 50px;
}

.job-product-popup p a {
    color: #b5b5b5;
    text-decoration: none;
}

.job-product-popup p a:hover {
}

.job-product-popup .filter-btn {
    padding: 0 9px;
    width: 120px;
    margin: 20px auto 14px auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    background: #74b94d;
    /*box-shadow: 1px 2px 1px 1px #ccc;*/
}

.job-product-popup .reset {
    text-align: center;
}

.job-product-popup .reset a {
    font-size: 13px;
    color: #bcbcbc;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
}

.job-product-popup .reset a:hover {
    text-decoration: none;
}

.job-product-popup .price {
    padding: 14px 0 0 0;
    overflow: hidden;
}

.job-product-popup .price p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #ccc;
    float: left;
    text-align: right;
    width: calc(100% - 140px);
    border: none;
}

.job-product-popup .price span {
    padding: 0 0 0 27px;
    float: right;
    font-size: 20px;
    color: #ccc;
}

.job-product-popup .popup-product {
    max-width: 270px;
    margin: 0 auto;
}

.job-product-popup .popup-product .job-product {
    margin-top: 30px;
}

.job-product-popup h4 {
    margin-top: 20px;
    border-top: 1px solid #979797;
    font-size: 16px;
    color: #4a4a4a;
    padding: 36px 0 0 0;
    text-align: center;
}

/* ### detail-tab ### */

.candidates-tab {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.candidates-tab ul.tab {
    padding: 10px 0 0 25px;
    /*margin-right: -45px;*/
    overflow: hidden;
    border-bottom: 1px solid #979797;
}

.candidates-tab ul.tab li {
    padding: 0 45px 0 0;
    float: left;
}

.candidates-tab ul.tab li a {
    padding: 0 0 10px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #cdcccd;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}

.candidates-tab ul.tab li a:hover,
.candidates-tab ul.tab li.active a {
    border-bottom: 5px solid #4a4a4a;
    color: #4a4a4a;
}

.candidates-tab ul.tab li .icon {
    margin-right: 10px;
}

.candidates-timeline {
    padding: 18px 28px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.candidates-timeline h3 {
    padding: 0 26px 0 0;
    display: inline-block;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0;
}

.candidates-timeline p.intro {
    font-size: 13px;
    color: #4a4a4a;
}

.candidates-timeline .line {
    position: absolute;
    left: 65px;
    top: 77px;
    width: 1px;
    height: 90000%;
    background: #979797;
}

.candidates-timeline .right {
    position: relative;
    padding: 0 0 0 80px;
}

.candidates-timeline .right .block {
    overflow: initial;
    margin-bottom: 45px;
    padding: 16px;
    position: relative;
    border: 1px solid #cdcdcd;
}

.candidates-timeline .detail {
    float: none;
    width: initial;
    padding: 0;
}

.candidates-timeline .image {
    padding: 0 14px 0 0;
    float: left;
}

.candidates-timeline .image img {
    border: 1px solid #9fda50;
}

.candidates-timeline .detail {
    overflow: hidden;
}

.candidates-timeline .detail p.big {
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
}

.candidates-timeline .detail .time {
    font-weight: bold;
    color: #9b9b9b;
}

.candidates-timeline .detail p {
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #ABABAB;
    line-height: 22px;
}

.candidates-timeline .detail p a {
    color: #ABABAB;
    text-decoration: underline;
    border: none;
}

.candidates-timeline .detail p a:hover {
    text-decoration: underline;
}

.candidates-timeline .circle-icon {
    position: absolute;
    left: -80px;
    top: 0;
}

.candidates-timeline .add {
    margin-right: 5px;
    padding: 9px 14px;
    float: right;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #74b94d;
    box-shadow: 1px 2px 3px 1px #ccc;
    border: none;
}

.candidates-timeline .add .icon {
    color: #5a9628;
    margin-right: 10px;
}

/* ### candidate ### */

.candidate {
    padding: 22px 0 90px 0;
    width: 100%;
}

.candidate p.news {
    font-size: 16px;
    color: #686868;
    float: left;
}

.candidate p.news span {
    color: #74b94d;
}

.candidate a.add {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 23px;
    float: right;
    font-weight: 600;
    border: none;
}

.candidate .add .icon {
    width: 28px;
    height: 28px;
    border: 2px solid #a3a3a3;
    color: #9b9b9b;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    margin-left: 10px;
}

.candidate a.add:hover {
    text-decoration: none;
}

.candidate p {
    margin-bottom: 0;
}

.candidate .header-block {
    margin-bottom: 10px;
}

.candidate .header-block .filter-active {
    font-size: 16px;
}

.candidate .block-row {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
}

.candidate .block-row .row {
    overflow: inherit;
}

.candidate .title {
    padding: 10px 0 21px 0;
    display: block;
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 700;
}

.candidate .title span {
    margin-right: 10px;
    font-size: 22px;
    color: #74b94d;
}

.candidate .holder {
    margin-right: -50px;
}

.candidate .column {
    padding: 0 50px 50px 0;
    width: 33.3%;
    float: left;
}

.candidate .block {
    padding: 10px 10px 0 10px;
    width: 100%;
    text-align: center;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    background: #fff;
}

.candidate .thumbs {
    position: absolute;
    right: 10px;
    top: 10px;
}

.candidate a.thumbs-up {
    margin-bottom: 5px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #afafaf;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
}

.candidate .subtitle {
    font-size: 18px;
    color: #6f6f6f;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
}

.candidate .subtitle:hover {
    text-decoration: none;
}

.candidate p.status {
    font-size: 11px;
    color: #7d7d7d;
    text-align: center;
}

.candidate .job {
    padding: 0 0 13px 0;
}

.candidate .job:after {
    display: block;
    margin: 10px auto 0 auto;
    width: 48px;
    height: 1px;
    content: "";
    border-bottom: 1px dashed #cdcdcd;
}

.candidate .job:last-child:after {
    display: none;
}

.candidate .job span {
    font-size: 14px;
    color: #b3b3b3;
}

.candidate .job p {
    font-size: 13px;
    color: #b3b3b3;
}

.candidate .job-title {
    font-size: 18px;
    color: #535353;
    font-weight: 300;
}

.candidate .bottom {
    padding: 4px 0;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #efefef;
    min-height: 34px;
}

.candidate .bottom p {
    font-size: 11px;
    color: #b3b3b3;
    line-height: 31px;
}

.candidate .bottom ul {
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

.candidate .bottom li {
    padding: 0 8px 0 0;
    display: inline-block;
}

.candidate .bottom li a {
    padding: 0 10px;
    display: block;
    font-size: 14px;
    color: #7f7f7f;
    text-decoration: none;
    line-height: 24px;
    background: #ebebeb;
}

.candidate .bottom li a span {
    margin-right: 10px;
}

.candidate-image {
    width: 100%;
    height: 126px;
    position: relative;
}

.candidate-image:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #979797;
}

.candidate-image .image-left {
    padding: 40px 0 0 0;
    width: calc(50% - 61px);
    float: left;
    text-align: left;
}

.candidate-image .image-right {
    margin-top: 25px;
    width: calc(50% - 61px);
    float: right;
    text-align: center;
}

.candidate-image .photo {
    margin-left: -61px;
    padding: 13px;
    width: 123px;
    height: 123px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    background: #fff;
}

.candidate-image .img {
    padding: 1px;
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    border-radius: 100%;
}

.candidate-image .img img {
    width: 100%;
    border-radius: 100%;
}

.candidate-image a.location {
    margin-bottom: 11px;
    display: inline-block;
    font-size: 10px;
    color: #cdcccd;
    text-decoration: none;
}

.candidate-image a.location span {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.candidate-image a.gray-thumb {
    margin-bottom: 22px;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 18px;
    color: #cdcccd;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
}

.candidate-image a.green-thumb {
    margin-bottom: 22px;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 18px;
    color: #66b60d;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
}

.candidate-image a.red-thumb {
    margin-bottom: 22px;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 18px;
    color: #c70000;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
}

.candidate-image .rating {
    padding: 4px 0;
    width: 74px;
    height: 26px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
}

.candidate-image .rating ul {
    list-style: none;
    padding: 0;
}

.candidate-image .rating li {
    display: inline-block;
}

.candidate-image .rating li a {
    font-size: 10px;
    color: #f5a623;
    text-decoration: none;
}

.candidate-image .rating li.gray a {
    color: #cdcccd;
}

.candidate-image .thumb {
    margin-bottom: 22px;
    width: 100%;
    overflow: hidden;
}

.candidate-image .thumb ul {
    list-style: none;
    display: block;
}

.candidate-image .thumb li {
    padding: 0 7px 0 0;
    float: left;
}

.candidate-image .thumb li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 18px;
    color: #adadad;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
}

.candidate-image .thumb li#interesting a:hover,
.candidate-image .thumb li#interesting.active a {
    color: #66b60d;
}

.candidate-image .thumb li#refuse a:hover,
.candidate-image .thumb li#refuse.active a {
    color: #c70000;
}

.candidate-image .taq-btn {
    padding: 0 11px;
    width: 119px;
    height: 24px;
    display: block;
    font-size: 13px;
    color: #838383;
    line-height: 20px;
    font-weight: lighter;
    text-decoration: none;
    border: 1px dashed #c6c6c6;
    background: url(../images/plus2.png) 95% 50% no-repeat;
}

.candidate-image.global {
}

.candidate-image.global .photo {
    background: #f6f6f6;
}

.candidate-image.global .img {
    border: 2px solid #fff;
}

.candidate-image.global .image-left {
    text-align: right;
}

.candidate-image.global .image-right {
    text-align: left;
}

/*.candidate-image.global .saleBtn {*/
    /*margin-bottom: 15px;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/

/*.candidate-image.global .saleBtn ul {*/
    /*list-style: none;*/
/*}*/

/*.candidate-image.global .saleBtn li {*/
    /*margin-right: 4px;*/
    /*float: left;*/
/*}*/

/*.candidate-image.global .saleBtn li a {*/
    /*padding: 0 10px;*/
    /*display: block;*/
    /*font-size: 12px;*/
    /*color: #848881;*/
    /*line-height: 24px;*/
    /*text-decoration: none;*/
    /*background: #e3e3e3;*/
/*}*/

/*.candidate-image.global .saleBtn li a span {*/
    /*margin-left: 7px;*/
    /*vertical-align: middle;*/
/*}*/

/*.candidate-image.global .saleBtn li a:hover {*/
    /*text-decoration: underline;*/
/*}*/

.candidate-image.global .taq-btn-icon {
    width: 24px;
    height: 24px;
    display: block;
    border: 1px dashed #c6c6c6;
    background: url(../images/plus2.png) center center no-repeat !important;
}

/* ### designation ### */

.designation {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.designation-nopace {
    margin: 0;
}

.designation p {
    margin: 0;
    font-size: 12px;
    color: #b0b0b0;
    font-weight: lighter;
}

.designation h3 {
    margin: 0;
    font-size: 19px;
    color: #575757;
    font-weight: normal;
}

.designation h4 {
    margin: 20px 0 0 0;
    font-size: 15px;
    color: #575757;
    font-weight: normal;
}

/* ### personalinfo ### */

.personalinfo {
    padding: 0 0 50px 0;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #979797;
}

.personalinfo h3 {
    padding: 0 39px 0 0;
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: lighter;
    /*background: url(../images/edit1.png) right top no-repeat;*/
}

.personalinfo .taq {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: lighter;
}

.personalinfo .cv {
    padding: 0 44px 0 0;
    font-size: 13px;
    color: #9b9b9b;
    text-decoration: underline;
    font-weight: lighter;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/cv-icon.png) right top no-repeat;
    border: none;
}

.personalinfo .cv:hover {
    text-decoration: none;
}

.personalinfo .block {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.personalinfo .holder {
    margin-right: -120px;
}

.personalinfo .column {
    padding: 0 120px 0 0;
    width: 50%;
    float: left;
}

.personalinfo .label {
    width: 130px;
    float: left;
    display: block;
}

.personalinfo .label.linkedin {
    padding: 0 0 0 40px;
    line-height: 20px;
    background: url(../images/linkedin.png) left top no-repeat;
}

.personalinfo .label.facebook {
    padding: 0 0 0 40px;
    line-height: 20px;
    background: url(../images/facebook.png) left top no-repeat;
}

.personalinfo .label.twitter {
    padding: 0 0 0 40px;
    line-height: 20px;
    background: url(../images/twitter.png) left top no-repeat;
}

.personalinfo .label.instagram {
    padding: 0 0 0 40px;
    line-height: 20px;
    background: url(../images/instagram.png) left top no-repeat;
}

.personalinfo .field {
    width: calc(100% - 130px);
    float: right;
}

.personalinfo .border {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #cbcbcb;
}

.personalinfo .timline {
    padding: 30px 0;
    width: 100%;
}

.personalinfo .timline img {
    width: 100%;
}

.personalinfo .jobdescription {
    margin: 0 auto;
    max-width: 870px;
}

.personalinfo h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #4a4a4a;
    font-weight: normal;
    text-align: center !important;
    padding-top: 0;
}

.personalinfo h2 span {
    padding: 0 0 0 18px;
    margin-left: 18px;
    font-size: 20px;
    line-height: 50px;
    font-weight: lighter;
    display: inline-block;
    border-left: 1px solid #cbcbcb;
}

.personalinfo h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #5b5b5b;
    font-weight: lighter;
}

.personalinfo .peragraph {
    padding-bottom: 20px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 21px;
    border-bottom: 1px dotted #e1e1e1;
}

.personalinfo .list {
    width: 100%;
}

.personalinfo .list ul {
    list-style: none;
}

.personalinfo .list li {
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 21px;
    background: url(../images/dot.png) left 10px no-repeat;
}

.personalinfo-block {
    padding: 30px;
    width: 100%;
    overflow: hidden;
}

.personalinfo .add {
    margin-right: 5px;
    padding: 9px 14px;
    float: right;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #74b94d;
    box-shadow: 1px 2px 3px 1px #ccc;
    border: none;
}

.personalinfo .add .icon {
    color: #5a9628;
    margin-right: 10px;
}

/* ### login ### */

.login {
    padding: 183px 0;
    min-height: 100%;
    width: 100%;
    background: url(../images/login-bg.jpg) center top no-repeat;
    background-size: cover;
}

.login .left {
    padding: 0 35px 0 0;
    width: 100%;
}

.login .right {
    padding: 0 0 0 35px;
    width: 100%;
}

.wrapper-small {
    max-width: 1070px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.login-border {
    width: 1px;
    height: calc(100% - 68px);
    position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
}

.login-logo {
    width: 100%;
    text-align: center;
}

.login-logo img {
    display: inline-block;
}

.login h1 {
    margin-top: 90px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.login fieldset {
    border: none;
}

.login-wrapper {
    padding: 25px 69px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.login h2 {
    margin-top: 0;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.login--row {
    padding: 9px 0;
    margin-bottom: 9px;
    text-align: center;
    width: 100%;
    height: 37px;
    background: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
}

.login .social {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    /*line-height: 21px;*/
    /*display: inline-block;*/
}

.login .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat left center;
}

.login .social-label {
    vertical-align: middle;
}

.login .linkedin {
    background-image: url(../images/linkiden.jpg);
}

.login .google {
    background-image: url(../images/google-plus.jpg);
}

.login .facebook {
    background-image: url(../images/facebook.jpg);
}

.login .of {
    margin: 17px 0;
    width: 100%;
    text-align: center;
    height: 26px;
    position: relative;
}

.login .of strong {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    border-radius: 100%;
    position: relative;
    background: #fff;
}

.login .of:before {
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
}

.login input[type="text"], .login input[type="password"] {
    /*margin-bottom: 10px;*/
    width: 100%;
    height: 37px;
    font-size: 14px;
    color: #4a4a4a;
    border: none;
    border-bottom: 1px solid #4a4a4a;
    background: none;
}

.login .button {
    margin-top: 15px;
    width: 100%;
    height: 37px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
    background: #74b94d;
}

.login p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.login .checkbox span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    color: #fff;
}

.login .checkbox label {
    padding-left: 0;
}

.login .checkbox label a {
    color: #fff;
    text-decoration: underline;
}

.login .checkbox label a:hover {
    text-decoration: none;
}

.login .checkbox input[type=checkbox] {
    display: none
}

.login .checkbox span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    /*top: 4px*/
}

.login .checkbox span:before {
    background: url(../images/checkbox_normal.png) no-repeat
}

.login .checkbox input[type=checkbox]:checked + span:before {
    content: "";
    background: url(../images/checkbox_selected.png)
}

.login p a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.login p a:hover {
    text-decoration: none;
}

.login .form-group {
    margin-bottom: 10px;
}

.login .help-block {
    margin: 0;
}

/* ### application ### */

.application {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    overflow: hidden;
}

.application h2 {
    padding: 10px 0 30px 0;
    margin: 0;
    font-size: 22px;
    color: #4a4a4a;
}

.application .application-left {
    padding: 0 30px 0 0;
    width: 100%;
}

.application .application-right {
    padding: 0 0 0 50px;
    width: 100%;
    border-left: 1px dashed #9b9b9b;
}

.application .add {
    padding: 7px 9px;
    margin-bottom: 9px;
    width: 100%;
    overflow: hidden;
    border: 1px dashed #c8c8c8;
}

.application .add a {
    padding: 0 27px 0 0;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: underline;
    float: right;
    line-height: 22px;
    background: url(../images/plus.png) right top no-repeat;
}

.application .add a:hover {
    text-decoration: none;
}

.application .block {
    padding: 15px 50px;
    margin-bottom: 17px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.application h3 {
    padding: 0 39px 0 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: lighter;
    background: url(../images/edit1.png) right top no-repeat;
}

.application .taq {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: lighter;
}

.application .data {
    max-width: 700px;
    margin: 0 auto;
}

.application .data strong {
    font-size: 14px;
    color: #5b5b5b;
    font-weight: normal;
}

.application .data strong.icon {
    padding: 0 0 0 35px;
    display: block;
    line-height: 18px;
    background: url(../images/checkbox-selected1.png) left top no-repeat;
}

.application .data span {
    font-size: 12px;
    display: block;
    color: #5b5b5b;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}

.application .data .red {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    background: #d0021b;
}

.application .data .yellow {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    background: #f5a623;
}

.application .data table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.application .data table tr {
    border-bottom: 1px solid #f1f1f1;
}

.application .data table tr td:first-child {
    padding: 10px 0;
}

.application .data table tr:last-child {
    border-bottom: none;
}

.application .data th,
.data td {
    padding: 10px;
    text-align: left;
}

.application .row {
    margin: 0;
}

.application .right-icon {
    position: absolute;
    right: 0;
    top: 16px;
}

.application .right-icon ul {
    list-style: none;
}

.application .right-icon li {
    padding: 0 17px;
    float: left;
    border-right: 1px solid #ebebeb;
}

.application .right-icon li:last-child {
    border-right: none;
}

.application .question {
    margin: 20px 0 0 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.application .question:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
    background: #979797;
}

.application .question .question-plus {
    padding: 0 10px;
    display: inline-block;
    height: 20px;
    z-index: 9;
    position: relative;
    background: #fff;
}

.application .question .question-plus a {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/plus1.png) left top no-repeat;
}

.application .question p {
    padding: 5px 0 0 0;
    font-size: 11px;
    color: #b2b2b2;
}

.application .template {
    padding: 0 0 0 48px;
    float: left;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 36px;
    text-decoration: underline;
    background: url(../images/grid-icon.png) left top no-repeat;
}

.application .template:hover {
    text-decoration: none;
}

.application .search {
    padding: 0 44px 0 0;
    float: right;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 36px;
    text-decoration: underline;
    background: url(../images/search-icon.png) right top no-repeat;
}

.application .search:hover {
    text-decoration: none;
}

.application .template-img {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.application .template-img img {
    width: 100%;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

/* ### bottom ### */

.bottom {
    padding: 15px 0;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #979797;
}

.bottom .heart {
    padding: 0 0 0 48px;
    float: left;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 36px;
    text-decoration: underline;
    background: url(../images/heart.png) left top no-repeat;
}

.bottom .heart:hover {
    text-decoration: none;
}

.bottom .bottom-right {
    float: right;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 36px;
    text-decoration: underline;
}

.bottom .bottom-right:hover {
    text-decoration: none;
}

.dashboard-publish {
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}

.dashboard-publish ul.step {
    padding: 10px 0 0 0;
    overflow: hidden;
    text-align: center;
    list-style: none;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
}

.dashboard-publish ul.step li {
    width: 16.6%;
    float: left;
    font-weight: 300;
    background: url(../images/border-step.png) right 11pc no-repeat;
}

.dashboard-publish ul.step li:last-child {
    background: none;
}

.dashboard-publish ul.step .count {
    font-size: 35px;
    color: #74b94d;
    display: block;
    line-height: 35px;
}

.dashboard-publish ul.step p {
    font-size: 15px;
    color: #a9a9a9;
    display: block;
    margin: 0;
}

.dashboard-publish ul.step a {
    padding-bottom: 10px;
    display: block;
    border-bottom: 5px solid transparent
}

.dashboard-publish ul.step a:hover,
.dashboard-publish ul.step li.r-tabs-state-active a {
    text-decoration: none;
    border-bottom: 5px solid #74b94d;
}

.dashboard-publish ul.step li.r-tabs-state-active a .count {
    font-weight: bold;
}

.dashboard-publish ul.step li.r-tabs-state-active p {
    color: #4a4a4a;
    font-weight: bold;
}

.dashboard-publish-left {
    padding: 0 15px 0 0;
    width: 33.3%;
    float: left;
}

.dashboard-publish-right {
    padding: 0 0 0 15px;
    width: 66.6%;
    float: left;
    border-left: 1px dashed #9b9b9b;
}

.dashboard-publish .tab-detail {
}

.interest-profile {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.interest-profile .rating-list
{
    padding: 0;
}

.interest-profile .rating-list li:first-child {
    padding-left: 0;
}

.interest-profile .rating-list li:last-child {
    padding-right: 0;
}

.interest-profile .results {
    padding: 24px;
    font-size: 15px;
    display: block;
}

.interest-profile .filter-active {
    display: block;
    font-size: 13px;
}

.interest-profile .block {
    padding: 14px 24px;
    border-bottom: 1px solid #afafaf;
    overflow: hidden;
}

.interest-profile p {
    font-size: 11px;
    color: #6f6f6f;
}

.dashboard-publish ul.tab {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #9f9f9f;
    text-align: center;
    margin-top: 10px;
}

.dashboard-publish ul.tab li {
    padding: 0 10px;
    display:inline;
}

.dashboard-publish ul.tab li a {
    padding: 0 0 10px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #cdcccd;
    border-bottom: 5px solid transparent;
}

.dashboard-publish ul.tab li a:hover,
.dashboard-publish ul.tab li.active a
{
    border-bottom: 5px solid #4a4a4a;
    color: #4a4a4a;
}

.dashboard-publish ul.tab .icon {
    margin-right: 10px;
}

.dashboard-publish .select-row {
    overflow: hidden;
}

.dashboard-publish .checkbox span, #job-tabs .checkbox span {
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    min-height: 25px;
    line-height: 25px;
}

.dashboard-publish .checkbox label, #job-tabs .checkbox label {
    padding-left: 0;
}

.dashboard-publish .checkbox input[type=checkbox], #job-tabs .checkbox input[type=checkbox] {
    display: none
}

.dashboard-publish .checkbox span:before, #job-tabs .checkbox span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../images/checkbox-gray.png) no-repeat center;
}

.dashboard-publish .checkbox input[type=checkbox]:checked + span:before, #job-tabs .checkbox input[type=checkbox]:checked +span:before {
    content: "";
    background-image: url(../images/checkbox-selected.png);
}

.dashboard-publish .checkbox, #job-tabs .checkbox {
    float: left;
}

.dashboard-publish .filter {
    padding: 5px 0 0 24px;
    float: right;
}

.dashboard-publish .filter a {
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: underline;
    line-height: 36px;
    font-weight: 600;
}

.dashboard-publish .filter .filter-icon {
    margin-right: 12px;
    width: 36px;
    height: 37px;
    display: inline-block;
    float: left;
    background: url(../images/filter.png) left top no-repeat;
}

.dashboard-publish .filter a:hover {
    text-decoration: none;
}

.personal-profile {
    width: 100%;
    overflow: hidden;
}

.personal-profile .news-block-top {
    padding: 14px 27px;
    background: #fff;
}

.personal-profile h2 {
    padding-top: 5px;
    text-align: left;
}

.personal-profile .candidates-timeline h3 {
    padding: 0 39px 0 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: lighter;
    background: url(../images/edit1.png) right top no-repeat;
}

.personal-profile p.tag {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: lighter;
}

.personal-profile .column {
    padding: 0 16px 0 0;
    float: left;
    width: 50%;
    border-right: 2px solid #f0eff0;
}

.personal-profile .column2 {
    padding: 0 0 0 16px;
    float: right;
    width: 50%;
}

.personal-profile .col {
    width: calc(100% - 145px);
    float: left;
}

.personal-profile .top-block {
    width: 100%;
    padding: 0 0 23px 0;
    overflow: hidden;
    margin-bottom: 23px;
    border-bottom: 1px solid #979797;
}

.personal-profile .candidates-timeline {
    padding-top: 0;
}

.personal-profile .seeall {
    float: right;
}

.personal-profile .seeall a {
    padding-right: 45px;
    font-size: 12px;
    display: block;
    line-height: 37px;
    margin-right: 10px;
    color: #ccc;
    background: url(../images/save-cv.png) right top no-repeat;
}

.personal-profile .seeall a.preloader {
    background: url(../images/preloader-small.svg) right top no-repeat;
}

.personal-profile .seeall a:hover {
    text-decoration: underline;
}

/* ### selectblock ### */

.selectblock {
    padding: 22px 26px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cdd6c7;
}

.selectblock .selectblock-left {
    padding: 13px 0 0 0;
    width: 26px;
    float: left;
}

.selectblock .selectblock-right {
    width: calc(100% - 26px);
    float: right;
    position: relative;
}

.selectblock .checkbox span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px
}

.selectblock .checkbox input[type=checkbox] {
    display: none
}

.selectblock .checkbox span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px
}

.selectblock .checkbox span:before {
    background: url(../images/checkbox-gray.png) no-repeat
}

.selectblock .checkbox input[type=checkbox]:checked + span:before {
    content: "";
    background: url(../images/checkbox-selected.png)
}

.selectblock-image {
    width: 100%;
    height: 90px;
    position: relative;
}

.selectblock-image:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 41%;
    background: #979797;
}

.selectblock-image .imageblock {
    padding: 10px 0 0 118px;
    width: 100%;
    float: left;
    text-align: left;
}

.selectblock-image .photo {
    padding: 7px;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    position: absolute;
    left: 21px;
    top: -5px;
    z-index: 2;
    background: #fff;
}

.selectblock-image .img {
    padding: 1px;
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    border-radius: 100%;
}

.selectblock-image .img img {
    width: 100%;
    border-radius: 100%;
}

.selectblock-image h3 {
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: normal;
}

.selectblock-image p {
    font-size: 13px;
    color: #797d76;
}

.selectblock-bottom .saleBtn {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.selectblock-bottom .saleBtn ul {
    list-style: none;
}

.selectblock-bottom .saleBtn li {
    margin-right: 4px;
    float: left;
}

.selectblock-bottom .saleBtn li a {
    padding: 0 10px;
    display: block;
    font-size: 12px;
    color: #848881;
    line-height: 24px;
    text-decoration: none;
    background: #d4dfce;
}

.selectblock-bottom .saleBtn li a span {
    margin-right: 7px;
    vertical-align: middle;
}

.selectblock-bottom .saleBtn li a:hover {
    text-decoration: underline;
}

.selectblock-bottom .location {
    width: 100%;
    overflow: hidden;
}

.selectblock-bottom .location ul {
    list-style: none;
}

.selectblock-bottom .location li {
    padding: 0 10px;
    float: left;
    line-height: 16px;
    border-right: 1px solid #cdd6c7;
}

.selectblock-bottom .location li:first-child {
    padding-left: 0;
}

.selectblock-bottom .location li:last-child {
    border-right: none;
}

.selectblock-bottom .location li a {
    display: inline-block;
    font-size: 10px;
    color: #cdcccd;
    text-decoration: none;
}

.selectblock-bottom .location li a span {
    margin-right: 5px;
    font-size: 14px;
    color: #cdcccd;
    vertical-align: middle;
}

.selectblock:hover,
.selectblock.active {
    background: #e3f1db;
}

.selectblock:hover .selectblock-image .photo,
.selectblock.active .selectblock-image .photo {
    background: #e3f1db;
}

.feedbackblock {
    padding: 0 30px;
    width: 100%;
}

/* ### score ### */

.score {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #e1e0e1;
}

.score h3 {
    padding: 0 39px 0 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: lighter;
}

.score .taq {
    margin-bottom: 28px;
    display: block;
    font-size: 13px;
    color: #5b5b5b;
    font-weight: lighter;
}

.score label {
    width: 390px;
    font-size: 13px;
    color: #5b5b5b;
    font-weight: lighter;
    float: left;
    line-height: 33px;
}

.score .select {
    position: relative;
    width: calc(100% - 390px);
    height: 33px;
    float: right;
}

.score .select select {
    width: 100%;
    height: 33px;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 33px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.score .select:after {
    content: url('../images/select-arrow.png');
    position: absolute;
    top: -2px;
    right: 0;
    pointer-events: none;
}

.score .scorecardBtn {
    padding: 0 27px 0 0;
    float: right;
    font-size: 13px;
    color: #9b9b9b;
    text-decoration: underline;
    font-weight: lighter;
    line-height: 24px;
    background: url(../images/plus.png) right top no-repeat;
}

.score .scorecardBtn:hover {
    text-decoration: none;
}

/* ### feedback ### */

.feedbackblock .feedback {
    padding: 30px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #808080;
}

.feedback.spacebottom {
    padding: 30px 0 68px 0;
}

.feedback h3 {
    padding: 0 39px 0 0;
    margin: 0 0 34px 0;
    display: inline-block;
    font-size: 16px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: lighter;
    background: url(../images/edit1.png) right top no-repeat;
}

.feedback h4 {
    margin: 0 0 22px 0;
    font-size: 17px;
    color: #5b5b5b;
}

.feedback .feedback-row {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.feedback .feedback-left {
    width: 350px;
    float: left;
}

.feedback .feedback-right {
    width: calc(100% - 350px);
    float: right;
}

.feedback label {
    font-size: 14px;
    color: #5b5b5b;
    font-weight: lighter;
    float: left;
    line-height: 33px;
}

.feedback p {
    margin: 0;
    font-size: 14px;
    color: #5b5b5b;
    font-weight: lighter;
    float: left;
    line-height: 28px;
}

.feedback input[type="text"] {
    width: 100%;
    height: 33px;
    float: left;
    font-size: 14px;
    line-height: 33px;
    color: #a7a7a7;
    border: none;
    border-bottom: 2px solid #efefef;
    background: none;
}

.feedback .right {
    padding: 12px 0 0 0;
    width: 74px;
    float: right;
}

.feedback .edit {
    margin-right: 19px;
    width: 14px;
    height: 13px;
    display: block;
    float: right;
    text-indent: -9999px;
    background: url(../images/edit2.png) left top no-repeat;
}

.feedback .delete {
    width: 17px;
    height: 13px;
    display: block;
    float: right;
    text-indent: -9999px;
    background: url(../images/delete.png) left top no-repeat;
}

.feedback .row1 {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.feedback .row1:last-child {
    border-bottom: none;
}

.feedback .stars {
    width: calc(100% - 74px);
    float: left;
}

.feedback .stars ul {
    list-style: none;
}

.feedback .stars li {
    padding: 0 0 0 32px;
    width: 18%;
    float: left;
    font-size: 14px;
    line-height: 27px;
    color: #a7a7a7;
    background: url(../images/stars.png) left top no-repeat;
}

.feedback .requirementbtn {
    margin-left: -60px;
    width: 147px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    text-align: center;
}

.feedback .requirementbtn .plus {
    width: 38px;
    height: 23px;
    display: inline-block;
    text-indent: -9999px;
    background: #fff url(../images/plus.png) center center no-repeat;
}

.feedback .requirementbtn .text {
    display: inline-block;
    font-size: 14px;
    color: #a7a7a7;
}

.bottom-btn {
    padding: 64px 0 54px 0;
    overflow: hidden;
    float: right;
}

.bottom-btn .add {
    margin-right: 5px;
    padding: 9px 14px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #74b94d;
    /*box-shadow: 1px 2px 3px 1px #ccc;*/
    border: none;
}

.bottom-btn .add .icon {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #5a9628;
    margin-right: 10px;
}

.bottom-btn .cancel {
    margin-right: 5px;
    padding: 9px 14px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #afafaf;
    /*box-shadow: 1px 2px 3px 1px #ccc;*/
    border: none;
}

.bottom-btn .cancel .icon {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #818181;
    margin-right: 10px;
}

/* ### footer ### */

.footer {
    padding-top: 69px;
    padding-bottom: 52px;
    padding: 40px 0;
    width: 100%;
    background-color: #4a4a4a;
}

.footer h4 {
    padding: 0 0 12px 0;
    font-size: 17px;
    color: #7dd121;
    margin: 0;
    font-weight: 300;
}

.footer .column {
    width: 33.3%;
    float: left;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    display: block;
    line-height: 22px;
}

.footer li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.footer li a:hover {
    text-decoration: underline;
}

.footer p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    font-weight: 300;
}

.footer .right {
    padding-left: 40px;
    border-left: 1px solid #979797;
}

.footer .right a {
    color: #ddd;
}

.footer .right a:hover {
    text-decoration: underline;
}

.footer span {
    font-size: 11px;
    color: #8a8a8a;
}

.footer .second_row .social {
    padding: 32px 0 0 0;
}

.footer .social {
    width: 1000%;
    overflow: hidden;
}

.footer .social ul {
    list-style: none;
}

.footer .social li {
    float: left;
    padding: 0 40px 0 0;
}

#eventPicker .right {
    width: calc(100% - 140px);
    float: right;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1199px) {
    .centered {
        padding: 0 20px;
    }

    .login h1 {
        font-size: 38px;
    }

    .login-wrapper {
        padding: 25px 50px;
    }

    .header_search {
        width: 360px;
        padding-left: 10px;
    }

    .header_search form {
        width: 263px;
    }

    .header_search input[type="text"] {
        width: calc(100% - 105px);
    }

    .header_search .button {
        width: 86px;
    }

    .header_bottom .filter {
        padding-left: 9px;
    }

    .news-tab ul.tab li .title {
        font-size: 15px;
    }

    .news-tab .column {
        padding-right: 70px;
    }

    .news-tab .column2 {
        padding-left: 70px;
    }

    .application .application-left {
        padding-right: 0;
    }

    .application .application-right {
        padding-left: 15px;
    }

    .application .block {
        padding: 15px 20px;
    }

    .candidate .holder {
        margin-right: -30px;
    }

    .candidate .column {
        padding: 0 30px 30px 0;
    }

    .selectblock {
        padding: 16px;
    }

    .selectblock-image h3 {
        font-size: 15px;
    }

    .selectblock-image .imageblock {
        padding-left: 110px;
    }

    .selectblock-image .saleBtn li {
        margin-bottom: 4px;
    }

    .feedback .stars li {
        width: 33.3%;
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 979px) {

    .login-wrapper {
        padding: 20px;
    }

    .login .right {
        padding-left: 10px;
    }

    .login .left {
        padding-right: 10px;
    }

    .login h1 {
        font-size: 35px;
    }

    .main-menu:not(.mm-menu) ul {
        padding-left: 40px;
    }

    .news-block-top .save {
        float: none;
        display: inline-block;
    }

    .news-block-top .publish {
        float: none;
        display: inline-block;
    }

    .header_bottom ul {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .header_bottom li {
        float: none;
        display: inline-block;
    }

    .header_search {
        width: 100%;
        border: none;
    }

    .header_search form {
        width: 100%;
    }

    .header_bottom .filter {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .header_bottom {
        padding: 10px 0;
    }

    .news-block-top .preview {
        padding-right: 0;
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .news-tab .describe h2 {
        padding-top: 0;
    }

    .news-tab .column {
        padding-right: 20px;
    }

    .news-tab .column2 {
        padding-left: 20px;
    }

    .r-tabs-accordion-title p {
        text-align: left;
    }

    .dashboard-overview .wrapper--small {
        max-width: 600px;
    }

    .application {
        float: left;
    }

    .application .data th,
    .data td {
        padding: 6px;
    }

    .application .col-sm-7 {
        padding-right: 0;
    }

    .candidate .column {
        width: 50%;
    }

    .personalinfo .column {
        padding-right: 90px;
    }

    .personalinfo .holder {
        margin-right: -90px;
    }

    .dashboard-publish-left {
        width: 100%;
        padding-right: 0;
    }

    .dashboard-publish-right {
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .candidates-tab ul.tab {
        margin-right: -35px;
    }

    .candidates-tab ul.tab li {
        padding-right: 35px;
    }

    .feedback .feedback-left {
        width: 100%;
    }

    .feedback .feedback-right {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .news-block-top .detail-right {

        text-align: center;
        padding-top: 15px;
        float: none;
    }

    .centered {
        padding: 0 13px;
    }

    .main-menu:not(.mm-menu) {
        display: none;
    }

    .header__menu-toggle {
        display: block;
    }

    .mm-list > li > a .icon {
        margin-right: 8px;
    }

    .login-border {
        display: none;
    }

    .login {
        padding: 20px 0;
    }

    .login h1 {
        margin: 20px 0;
        font-size: 30px;
        line-height: 38px;
    }

    .login .right {
        padding-left: 0;
    }

    .login .left {
        padding-right: 0;
    }

    .news-block h1 {
        padding-top: 15px;
    }

    .news-block .column {
        width: 100%;
    }

    .news-block .border-mobile {
        display: block;
    }

    .news-block .border {
        display: none;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .right {
        padding: 20px 0 0 0;
        border: none;
        width: 100%;
        float: left;
    }

    .header_top .setting {
        padding-right: 36px;
    }

    .job-block-row .title .left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .job-block-row .title .right {
        width: 100%;
        float: left;
        padding: 10px 0;
    }

    .filter-block {
        left: 0;
        right: 0;
        width: auto;
        padding: 20px;
    }

    .news-block-top h2 {
        padding-top: 44px;
    }

    .news-tab .column {
        width: 100%;
        padding-right: 0;
        border: none;
    }

    .news-tab .column2 {
        width: 100%;
        padding-left: 0;
    }

    .news-tab .left {
        width: 100%;
    }

    .file {
        float: left;
        margin-right: 10px;
        display: block;
    }

    .news-tab .image {
        width: 100%;
    }

    .news-tab ul.list {
        padding-left: 0;
    }

    .form .label.space {
        padding: 10px 0;
    }

    .news-tab .describe .right.right-image {
        width: 100%;
    }

    .dashboard-overview .block {
        padding: 20px;
    }

    .dashboard-overview .wrapper--small {
        padding: 0 10px;
    }

    .dashboard-banner h1 {
        font-size: 35px;
    }

    .dashboard-banner p {
        font-size: 25px;
    }

    .dashboard-banner span {
        font-size: 18px;
    }

    .dashboard-overview .overview {
        padding: 20px;
    }

    .dashboard-overview .inner {
        padding-bottom: 30px;
    }

    .news-tab {
        margin: 20px 0 65px 0;
    }

    .news-tab .describe .right--small2 {
        width: calc(100% - 135px);
    }

    .news-tab .describe h3 {
        font-size: 16px;
        margin: 5px 0;
    }

    .job-board ul {
        text-align: center;
        margin: 0;
    }

    .job-board li {
        display: inline-block;
        float: none;
        padding-right: 0;
    }

    .application .application-right {
        border: none;
        padding-left: 0;
    }

    .r-tabs-accordion-title a {
        padding: 10px 0;
        margin-top: 10px;
        float: none !important;
    }

    .candidates-timeline {
        padding: 18px;
    }

    .candidate .holder {
        margin-right: 0;
    }

    .candidate .column {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .personalinfo .holder {
        margin: 0;
    }

    .personalinfo .column {
        width: 100%;
        padding-right: 0;
    }

    .personalinfo .border {
        display: none;
    }

    .candidates-tab {
        margin-bottom: 70px;
        padding-bottom: 20px;
    }

    .candidate-image.global .saleBtn li {
        margin-bottom: 4px;
    }

    .personal-profile .candidates-timeline {
        padding: 18px;
    }

    .news-block-top h2 {
        padding: 44px 0 20px 0;
    }

    .personal-profile .column {
        width: 100%;
        padding-right: 0;
        border: none;
    }

    .personal-profile .column2 {
        width: 100%;
        padding-left: 0;
    }

    .personal-profile .news-block-top h2 {
        padding-top: 20px;
    }

    .score .taq {
        margin: 0;
    }

    .feedback .stars li {
        width: 50%;
    }

    .feedbackblock {
        padding: 0 20px;
    }

    .feedback.spacebottom {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 479px) {

    .login h1 {
        font-size: 23px;
        line-height: 30px;
    }

    .login-wrapper {
        padding: 15px;
    }

    .footer .column {
        width: 100%;
    }

    .header_top .header__logo {
        width: 100px;
    }

    .header_top .header__logo img {
        max-width: 100%;
    }

    .job-block-row .title {
        padding: 10px;
    }

    .job-block-row .title .publish {
        padding: 0 6px;
        font-size: 12px;
    }

    .job-block-row .title a.edit {
        margin-right: 18px;
    }

    .job-block-row .stage li {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .chat-block {
        width: 100%;
    }

    .filter-block {
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
    }

    .header_bottom ul {
        margin: 0;
    }

    .header_bottom li {
        padding-right: 0;
        display: block;
    }

    .header_bottom li a {
        padding-top: 10px;
        display: block;
        border-bottom: 6px solid transparent;
    }

    .header_bottom li a .text {
        padding: 0 0 10px 10px;
        border-bottom: none;
    }

    .header_bottom li a:hover .text,
    .header_bottom li.active a .text {
        border: none;
    }

    .header_bottom li a:hover {
        border-bottom: 6px solid #4a4a4a;
    }

    .header_bottom ul {
        text-align: left;
    }

    .news-block-top .preview {
        text-indent: -99999px;
        right: -2px;
    }

    .news-tab .describe h3 {
        font-size: 16px;
    }

    .news-tab .describe .block {
        padding: 20px;
    }

    .news-tab .describe .right {
        width: 100%;
    }

    .form input[type="text"] {
        padding: 0;
    }

    .form .select select {
        padding: 0;
    }

    .dashboard-overview {
        width: auto;
        margin: 0 -20px;
    }

    .dashboard-banner p {
        font-size: 19px;
    }

    .dashboard-banner span {
        font-size: 16px;
    }

    .dashboard-overview .logo {
        float: none;
        margin: 0 auto;
    }

    .dashboard-overview .detail {
        width: 100%;
    }

    .dashboard-overview h3 {
        float: left;
    }

    .dashboard-overview p.intro {
        width: 100%;
        float: left;
    }

    .dashboard-banner {
        height: 250px;
    }

    .news-tab p {
        float: left;
        width: 100%;
    }

    .job-board h1 {
        font-size: 18px;
    }

    .job-board .notification {
        padding-left: 30px;
        background-position: 0 0;
    }

    .job-board .product {
        float: left;
        width: 100%;
    }

    .job-product {
        width: 256px;
    }

    .application .data th,
    .data td {
        display: inline-block;
    }

    .application .data .yellow {
        padding: 0 5px;
    }

    .application .data .red {
        padding: 0 5px;
    }

    .job-product-popup {
        width: 100%;
        padding: 20px;
    }

    .news-block-top .save {
        margin-bottom: 10px;
    }

    .candidate-image .photo {
        width: 100px;
        height: 100px;
    }

    .candidate-image .image-right {
        width: calc(50% - 40px);
    }

    .candidate-image .taq-btn {
        width: 114px;
    }

    .candidates-timeline {
        padding: 18px 12px;
    }

    .candidates-timeline .line {
        left: 44px;
    }

    .candidates-timeline .image {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .candidates-timeline .image img {
        display: inline-block;
    }

    .candidates-timeline .right {
        padding-left: 70px;
    }

    .candidates-timeline .line {
        left: 33px;
        top: 90px;
    }

    .personalinfo .label {
        float: none;
    }

    .personalinfo .field {
        width: 100%;
    }

    .form .form-row {
        margin-bottom: 10px;
    }

    .personalinfo-block {
        padding: 20px;
    }

    .filter-block--sentmail .label {
        width: 95px;
    }

    .filter-block--sentmail .right {
        width: calc(100% - 95px);
    }

    .selectblock-image h3 {
        font-size: 14px;
    }

    .candidate-image.global .saleBtn li a {
        padding: 0 8px;
        font-size: 11px;
    }

    .personal-profile .candidates-timeline h3 {
        font-size: 16px;
    }

    .score h3 {
        padding: 0;
        font-size: 16px;
    }

    .feedback .stars li {
        width: 100%;
    }

    .feedbackblock {
        padding: 0 15px;
    }

}

table.unix-solutions {
    margin: auto;
    border-collapse: collapse;
}
table.unix-solutions td {
    vertical-align: center;
    padding: 5px;
}
table.unix-solutions img {
    display: block;
    width: 75px;
    height: 75px;
}

.pb0 {
    padding-bottom: 0 !important;
}

#terms-popup > div:first-of-type {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-sizing: border-box;
    border-top: solid 5px #74b94d;
    padding: 50px 0;
    font-size: 16px;
    color: #404B3B;
    font-weight: 300;
    line-height: 24px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

#terms-popup  > div:first-of-type a {
    color: #74b94d;
    text-decoration: underline;
}

#terms-popup-icon {
    padding-right: 40px;
    vertical-align: middle;
}

#terms-popup-content {
    vertical-align: middle;
}

#terms-popup-container {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}

#terms-popup-row {
    display: table;
}

#terms-popup-spacer {
    width: 100%;
}

#terms-popup-row > div {
    display: table-cell;
}

#terms-popup button {
    height: 35px;
    font-size: 12px;
    color: #fff;
    background: #74b94d;
    border: none;
    padding: 0 20px 0 16px;
    margin-top: 30px;
    float: right;
    margin-right: 10px;
}

#terms-popup button > .icon {
    color: #5a9729;
    margin-right: 6px;
}

.news-block-top .left {
    float: left;
}

.news-block-top .detail-right {

    margin-top: -20px;
}

input[name="resume"].hidden {
    display: none;
}
