/* exported variables */
/* end of exported variables */
.navbar-default {
    background-color: #f8f8f8;
}
.btn {
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.btn-outline {
    border: 2px solid #4448a0;
    background-color: transparent;
    color: #4448a0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.btn-outline:hover {
    background-color: #4448a0;
    color: white;
}
.btn-outline:focus {
    color: #4448a0;
}
.btn-outline:focus:hover, .btn-outline:focus:active {
    color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    padding-bottom: 11px;
    border-bottom: 4px solid #4448a0;
}
/*** custom tabs styles ***/
.nav-tabs {
    font-size: 0;
}
.nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    font-size: 16px;
}
.nav-tabs>li>a {
    position: relative;
    z-index: 1;
    margin-right: 0;
    padding: 10px 25px;
    padding-bottom: 8px;
    border: 0;
    border-bottom: 2px solid grey;
    border-radius: 0;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.nav-tabs>li>a:hover {
    border-color: grey;
}
.nav>li>a:focus, .nav>li>a:hover {
    border-bottom-color: grey;
    background-color: #eee;
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    padding-bottom: 6px;
    border: 0;
    border-bottom: 4px solid #4448a0;
    background-color: transparent;
    color: #4448a0;
}
.nav-tabs {
    position: relative;
    border-bottom: 0;
}
.nav-tabs:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    display: block;
    height: 2px;
    background-color: grey;
    content: '';
}
@media (max-width: 767px) {
    .nav-tabs {
        overflow-x: auto;
        margin-right: -15px;
        margin-left: -15px;
        white-space: nowrap;
    }
    .nav-tabs > li {
}
    .nav-tabs > li:first-child > a {
        margin-left: 15px;
    }
    .nav-tabs > li:last-child > a {
        margin-right: 15px;
    }
}
/*** end of custom tabs styles ***/
/*** btn group ***/
.btn-group.btn-group--tabs {
    position: relative;
    width: 100%;
    font-size: 0;
}
.btn-group.btn-group--tabs .btn {
    margin: 0;
    padding: 8px 25px 10px 25px;
    border: none;
    border-bottom: 2px solid grey;
    border-radius: 0;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.btn-group.btn-group--tabs .btn:hover {
    background-color: #eee;
}
.btn-group.btn-group--tabs .btn.active {
    padding-bottom: 8px;
    border-bottom: 4px solid #4448a0;
    box-shadow: none;
    color: #4448a0;
}
.btn-group.btn-group--tabs .btn:focus {
    outline: transparent;
}
.btn-group.btn-group--tabs .btn:active {
    box-shadow: none;
}
@media (max-width: 767px) {
    .btn-group.btn-group--tabs {
        overflow-x: auto;
        margin-left: -15px;
        width: 100vw;
        white-space: nowrap;
    }
    .btn-group.btn-group--tabs .btn {
        float: none;
    }
    .btn-group.btn-group--tabs .btn:first-child {
        margin-left: 15px;
    }
    .btn-group.btn-group--tabs .btn:last-child {
        margin-right: 15px;
    }
    .btn-group.btn-group--tabs:after {
        right: 15px;
    }
}
.btn-group.btn-group--tabs:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    display: block;
    height: 2px;
    background-color: grey;
    content: '';
}
.btn-group.btn-group--tabs.btn-group--fixed {
    background-color: whitesmoke;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}
@media (min-width: 992px) {
    .btn-group.btn-group--tabs.btn-group--fixed {
        padding-bottom: 10px;
        width: 940px;
        box-shadow: -15px -2px 0 2px whitesmoke, 15px -2px 0 2px whitesmoke;
    }
    .btn-group.btn-group--tabs.btn-group--fixed:after {
        bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .btn-group.btn-group--tabs.btn-group--fixed {
        width: 1140px;
    }
}
@media (min-width: 992px) {
    .btn-group.btn-group--tabs.btn-group--fixed {
}
    .btn-group.btn-group--tabs.btn-group--fixed.sticky-styles {
        position: fixed;
        top: 52px;
        left: auto;
        z-index: 4;
        box-shadow: -15px -2px 0 2px whitesmoke, 15px -2px 0 2px whitesmoke, 0 0 5px 3px rgba(99, 99, 99, 0.5);
    }
}
/*** end of btn group ***/
.fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fb__item {
    text-decoration: underline;
}
/*** pagiantion ***/
.page-nav {
    padding: 24px 0;
    border-top: 2px solid grey;
    text-align: right;
}
.page-nav__text {
    display: inline-block;
    margin-bottom: 20px;
    color: #222;
    font-size: 20px;
}
.page-nav__buttons {
    display: inline-block;
    margin: 0 0 0 26px;
    vertical-align: middle;
}
.page-nav__buttons > li {
    display: inline-block;
    margin-left: 9px;
}
.pagination-result {
    color: #222;
    font-size: 20px;
}
.pagination>li>a, .pagination>li>span {
    margin-left: -1px;
    padding: 6px 10px;
    min-width: 32px;
    height: 32px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: transparent;
    opacity: .5;
}
/*** end of pagiantion ***/
/*** modal ***/
@media (min-width: 768px) {
    .modal-sm {
        width: 346px;
    }
    .modal-md {
        width: 620px;
    }
}
@media (min-width: 1200px) {
    .modal-lg {
        width: 1048px;
    }
}
.modal-header {
    margin: 0 25px;
    padding: 22px 0 9px;
    border-bottom: 1px solid black;
}
.modal-title {
    font-size: 35px;
    line-height: 1;
}
.modal-body {
    padding: 20px 25px 15px;
}
.modal-body .form-group:last-child {
    /*margin-bottom: 0;*/
}
.modal-footer {
    padding: 10px 25px 15px;
    border-top: none;
}
.modal .modal-footer .btn {
    margin-bottom: 10px;
}
.btn--modal {
    min-width: 114px;
}
.btn--modal.btn-link {
    min-width: 90px;
}
.modal-footer .btn + .btn {
    margin-left: 8px;
}
/*** end of modal ***/
/*** table ***/
.table {
    text-align: center;
}
.table tbody {
}
.table tbody:hover {
    cursor: pointer;
}
.table--users {
}
@media (min-width: 768px) {
    .table--users {
        table-layout: fixed;
    }
}
.table--users>tbody>tr>td, .table--users>tbody>tr>th, .table--users>tfoot>tr>td, .table--users>tfoot>tr>th, .table--users>thead>tr>td, .table--users>thead>tr>th {
    padding-top: 11px;
    padding-bottom: 11px;
}
.table>thead>tr>th {
    border-bottom: 0;
    border-left: 2px solid #fff;
    background-color: #dadaec;
    text-align: center;
    font-weight: normal;
}
.table>thead>tr>th:first-child {
    border-left: 0;
}
.table-striped>tbody>tr {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f5f5f5;
}
.table-striped>tbody>tr.active td {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
}
.table-striped>tbody>tr.active td:first-child {
    padding-left: 3px;
    border-left: 10px solid #909090;
}
.table-striped>tbody>tr.active td:last-child {
    border-right-color: #909090;
}
.table-striped>tbody>tr.green_line td {
    background-color: #d5f2d7;
}
.table-striped>tbody>tr.green_line.active td, .table-striped>tbody>tr.green_line.active:last-child td {
    border-top: 1px solid #2ebf35;
    border-bottom: 1px solid #2ebf35;
}
.table-striped>tbody>tr.green_line.active td:first-child, .table-striped>tbody>tr.green_line.active:last-child td:first-child {
    border-left-color: #2ebf35;
}
.table-striped>tbody>tr.green_line.active td:last-child, .table-striped>tbody>tr.green_line.active:last-child td:last-child {
    border-right-color: #2ebf35;
}
.table-striped>tbody>tr.yellow_line td {
    background-color: #fff9b1;
}
.table-striped>tbody>tr.yellow_line.active td, .table-striped>tbody>tr.yellow_line.active:last-child td {
    border-top: 1px solid #ffca00;
    border-bottom: 1px solid #ffca00;
}
.table-striped>tbody>tr.yellow_line.active td:first-child, .table-striped>tbody>tr.yellow_line.active:last-child td:first-child {
    border-left-color: #ffca00;
}
.table-striped>tbody>tr.yellow_line.active td:last-child, .table-striped>tbody>tr.yellow_line.active:last-child td:last-child {
    border-right-color: #ffca00;
}
.table-striped>tbody>tr.orange_line td {
    background-color: #ffe0b2;
}
.table-striped>tbody>tr.orange_line.active td, .table-striped>tbody>tr.orange_line.active:last-child td {
    border-top: 1px solid #fb8c00;
    border-bottom: 1px solid #fb8c00;
}
.table-striped>tbody>tr.orange_line.active td:first-child, .table-striped>tbody>tr.orange_line.active:last-child td:first-child {
    border-left-color: #fb8c00;
}
.table-striped>tbody>tr.orange_line.active td:last-child, .table-striped>tbody>tr.orange_line.active:last-child td:last-child {
    border-right-color: #fb8c00;
}
.table-striped>tbody>tr.red_line td {
    background-color: #ffd5d5;
}
.table-striped>tbody>tr.red_line.active td, .table-striped>tbody>tr.red_line.active:last-child td {
    border-top: 1px solid #ff1414;
    border-bottom: 1px solid #ff1414;
}
.table-striped>tbody>tr.red_line.active td:first-child, .table-striped>tbody>tr.red_line.active:last-child td:first-child {
    border-left-color: #ff1414;
}
.table-striped>tbody>tr.red_line.active td:last-child, .table-striped>tbody>tr.red_line.active:last-child td:last-child {
    border-right-color: #ff1414;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
}
.table>tbody>tr>td:last-child, .table>tbody>tr>th:last-child, .table>tfoot>tr>td:last-child, .table>tfoot>tr>th:last-child, .table>thead>tr>td:last-child, .table>thead>tr>th:last-child {
    border-right: 1px solid transparent;
}
.table > tbody > tr {
}
.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr.active:last-child > td {
    border-bottom: 1px solid #909090;
}
/*** end of table ***/
.form select.form-control {
    padding-left: 8px;
    height: 44px;
    line-height: 1.9;
}
/*** alert ***/
.alert {
    position: relative;
    display: inline-block;
    padding: 10px 35px 3px 57px;
    min-height: 42px;
    border: 0;
    background-color: transparent;
}
.alert .close {
    top: -1px;
    color: #6e6e6e;
}
.alert-success {
    color: #32c030;
}
.alert-success .alert-icon {
    background-color: #32c030;
}
.alert-success .icon {
    margin-top: 1px;
    background-image: url(../img/sprite.@2x.png);
    background-position: -24px -31.5px;
    background-size: 146px 127px;
    width: 22px;
    height: 22px;
}
.alert-danger {
    color: #ff1314;
}
.alert-danger .alert-icon {
    background-color: #ff1314;
}
.alert-danger .icon {
    background-image: url(../img/sprite.@2x.png);
    background-position: 0px -63px;
    background-size: 146px 127px;
    width: 22px;
    height: 22px;
}
.alert-warning {
    color: #ebc12a;
}
.alert-warning .alert-icon {
    background-color: #ebc12a;
}
.alert-warning .icon {
    background-image: url(../img/sprite.@2x.png);
    background-position: -68px 0px;
    background-size: 146px 127px;
    width: 22px;
    height: 22px;
}
.alert-info {
    color: #4448a0;
}
.alert-info .alert-icon {
    background-color: #4448a0;
}
.alert-info .icon {
    background-image: url(../img/sprite.@2x.png);
    background-position: -68px -27px;
    background-size: 146px 127px;
    width: 22px;
    height: 22px;
}
.alert-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding-top: 9px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}
/*** end of alert ***/
/* margin between two columns */
@media (min-width: 768px) {
    .row.row--wide > .col-sm-6, .form > .row > .col-sm-6 {
        /* only one column case */
    }
    .row.row--wide > .col-sm-6:first-child, .form > .row > .col-sm-6:first-child {
        padding-right: 32px;
    }
    .row.row--wide > .col-sm-6:last-child, .form > .row > .col-sm-6:last-child {
        padding-left: 32px;
    }
    .row.row--wide > .col-sm-6:first-child:last-child, .form > .row > .col-sm-6:first-child:last-child {
        padding-left: 15px;
    }
}
/**
* media queries
* see breakpoints here: http://getbootstrap.com/css/#responsive-utilities-classes
* 768px - 992px - 1200px
*
*/
/* usage */
@media (max-width: 767px) {
    /* styles for small viewport */
}
.cf:before, .cf:after {
    display: table;
    content: '';
}
.cf:after {
    clear: both;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
body {
    background-color: #fff;
}
.body {
}
.body--alt {
    background-color: whitesmoke;
}
@media (min-width: 992px) {
    .main-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .main-header + .container {
        margin-top: 74px;
        /*margin-top: 65px;*/
    }
}
/*** suppliers database ***/
.layer {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}
.layer--search {
    margin: -22px 0 24px;
    padding-bottom: 24px;
}
.layer--search .form-group--radio {
    margin-bottom: 10px;
    padding-top: 3px;
}
.layer--search .form-group--radio .custom-radio {
    margin-bottom: 4px;
}
.layer--search hr {
    margin: 13px 0;
}
@media (min-width: 992px) {
    .layer--search {
        margin-top: 52px;
    }
}
.layer--pick .h2 {
    margin: 20px 0;
}
@media (min-width: 768px) {
    .layer--pick {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}
.table-responsive {
}
.table-responsive--pick {
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: 138px;
}
.table-responsive--pick .table {
    margin-bottom: 0;
}
.table-responsive--pick .table th {
}
.table-responsive--pick .table th:last-child {
    width: 160px;
}
.table-responsive--pick .table > tbody > tr {
}
.table-responsive--pick .table > tbody > tr.has-error {
}
.table-responsive--pick .table > tbody > tr.has-error, .table-responsive--pick .table > tbody > tr.has-error:hover {
    background-color: rgba(255, 185, 185, 0.6) !important;
}
.table-responsive--pick .table > tbody > tr.has-error td, .table-responsive--pick .table > tbody > tr.has-error:hover td {
    border-top-color: #ff1414;
    border-bottom-color: #ff1414;
}
.table-responsive--pick .table.table-striped > tbody > tr {
}
.table-responsive--pick .table.table-striped > tbody > tr:nth-child(even):hover {
    background-color: #f5f5f5;
}
.table-responsive--pick .table.table-striped > tbody > tr:hover {
    background-color: inherit;
}
.row-btn {
    margin: 0 10px 1px;
    vertical-align: middle;
}
.database .nav-tabs {
    margin-bottom: 24px;
}
.filter {
    margin-bottom: 18px;
}
.filter__list {
    display: inline-block;
    vertical-align: top;
}
.filter__item {
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 15px;
    padding: 9px 17px;
    border-radius: 50px;
    background-color: #4448a0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
}
.filter__item--assign {
    background-color: #3f98e7;
}
.filter__item--rate {
    background-color: #4448a0;
}
.filter__item--lang {
    background-color: #ff9100;
}
.filter__item-allow_oslo {
    background-color: #681370;
}
.filter__item-diploma {
    background-color: #818286;
}
.filter__label {
    margin-left: 3px;
    color: #c7c9f9;
}
.filter__closer {
    margin-top: -2px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.filter__button {
    margin-bottom: 15px;
}
/*** end of suppliers database ***/
hr {
    margin: 24px 0;
    border-top-color: #222;
}
.toe {
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-horizontal .control-label {
    text-align: left;
}
.control-label .required {
    color: #d9534f;
}
.form-group {
    margin-bottom: 20px;
}
.form-group__text {
    font-size: 20px;
}
.form-submit {
    margin-top: 24px;
    margin-bottom: 30px;
    text-align: right;
}
.form-submit--align {
    margin-top: 27px;
}
.form-submit--align .btn + .btn {
    margin-left: 20px;
}
.form-submit--search {
    margin-top: 4px;
    margin-bottom: 0;
}
.form-submit--search .btn + .btn {
    margin-left: 20px;
}
.radio.radio-custom {
    display: inline-block;
    margin-bottom: 10px;
}
.single-col {
    margin: 0 auto;
    max-width: 492px;
}
.single-col--contact-us {
    max-width: 700px;
}
.single-col--contact-us .site-logo {
    margin-bottom: 20px;
}
.form textarea {
    min-height: 131px;
}
.modal .form textarea {
    min-height: 0;
}
.form label {
    margin-bottom: 4px;
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.form .form-control {
    padding: 8px 12px;
    height: auto;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: white;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
    line-height: 1.3;
}
.form .form-control:focus {
    border-color: #4448a0;
    box-shadow: none;
}
.form--login.form {
    margin-top: 98px;
}
.form--login.form .form-submit .btn {
    clear: both;
    float: right;
}
@media (min-width: 480px) {
    .form--login.form .form-submit .btn {
        float: none;
    }
}
.form--questions.form .form-group {
    margin-bottom: 15px;
}
.form--questions.form .custom-checkbox label {
    font-size: 20px;
    line-height: 1.2;
}
.form--questions.form .h3 {
    margin-top: 0;
}
.form--fin.form textarea {
    min-height: 0;
}
.form--fin.form .form-group.form-group--rate {
    margin-bottom: 10px;
}
.form--fin.form .price-per-hour {
    font-size: 20px;
}
.form__heading {
    margin: 20px 0 16px;
    color: #222;
    font-weight: 400;
    font-size: 20px;
}
.custom-checkbox-wrap {
    padding-top: 11px;
    height: 44px;
}
.custom-checkbox-wrap--no-label {
    display: block;
    margin-top: 23px;
}
.form-submit .custom-checkbox {
    float: left;
}
.custom-checkbox label {
    color: #303030;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}
@media (min-width: 480px) {
    .form-submit .custom-checkbox {
        margin-top: 9px;
    }
}
.helper-link {
    display: inline-block;
    margin-left: 8px;
    color: #4448a0;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.form--login .helper-link {
    float: right;
    margin: 0 0 20px 5px;
}
@media (min-width: 480px) {
    .form--login .helper-link {
        float: none;
        margin: 0 8px;
    }
}
/*** custome checkbox and radio ***/
.custom-checkbox {
    display: inline-block;
    padding-left: 27px;
    /* indent styles */
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox label {
}
.custom-checkbox label:before {
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    margin-left: -27px;
    width: 18px;
    height: 18px;
    border: 2px solid #9b9b9b;
    border-radius: 2px;
    background: url(../img/icon-check@2x.png) center no-repeat;
    background-color: #fff;
    background-size: contain;
    color: transparent;
    content: '';
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    image-rendering: -webkit-optimize-contrast;
}
.custom-checkbox label:hover {
}
.custom-checkbox label:hover:before {
    border-color: #4448a0;
}
.custom-checkbox input:checked + label:before {
    border-color: transparent;
    background-color: #4448a0;
    color: white;
}
.custom-checkbox input[disabled] + label {
    opacity: .6;
    cursor: not-allowed;
}
.custom-checkbox input[disabled] + label:hover {
}
.custom-checkbox input[disabled] + label:hover:before {
    border-color: #9b9b9b;
}
.custom-checkbox input:checked[disabled] + label {
}
.custom-checkbox input:checked[disabled] + label:hover {
}
.custom-checkbox input:checked[disabled] + label:hover:before {
    border-color: transparent;
}
.custom-checkbox--indent {
    margin-bottom: 10px;
    padding-left: 33px;
}
.custom-checkbox--indent label {
    line-height: 1.2;
}
.custom-checkbox--indent label:before {
    position: relative;
    top: 11px;
    margin-right: 15px;
    margin-left: -33px;
}
.custom-checkbox--terms {
    margin: 24px 0 10px 0;
}
@media (min-width: 768px) {
    .custom-checkbox--terms {
        margin-left: 130px;
    }
}
.custom-radio {
    display: inline-block;
}
.custom-radio input {
    display: none;
}
.custom-radio label {
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.custom-radio label:hover {
}
.custom-radio label:hover:before {
    border-color: #4448a0;
}
.custom-radio label:before {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
    content: '';
    vertical-align: -3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-radio input:checked + label {
    color: #4448a0;
}
.custom-radio input:checked + label:before {
    border-color: transparent;
    background-color: #4448a0;
    box-shadow: 0 0 0 2px #fff inset;
}
.custom-radio input[disabled] {
}
.custom-radio input[disabled] + label {
    opacity: .6;
    cursor: not-allowed;
}
.custom-radio input[disabled] + label:hover {
}
.custom-radio input[disabled] + label:hover:before {
    border-color: #9b9b9b;
}
.custom-radio input:checked[disabled] {
}
.custom-radio input:checked[disabled] + label {
}
.custom-radio input:checked[disabled] + label:hover {
}
.custom-radio input:checked[disabled] + label:hover:before {
    border-color: transparent;
}
.custom-radio + .custom-radio {
    margin-left: 18px;
}
/*** end of custome checkbox and radio ***/
.form-group .field-message {
    display: none;
    margin-top: 4px;
}
.form-group .field-message .help-block {
    margin: 0;
}
.form-group.is-disabled {
    opacity: .6;
}
.form-group.is-disabled input, .form-group.is-disabled label {
    cursor: not-allowed;
}
.form-group.required label {
}
.form-group.required label:after {
    display: inline-block;
    margin-left: 2px;
    color: #F44336;
    content: '*';
}
.form-group--radio .custom-radio {
    margin-right: 45px;
    margin-bottom: 10px;
}
.form-group--radio .custom-radio + .custom-radio {
    margin-left: 0;
}
.form-group--radio .custom-radio:last-child {
    margin-right: 0;
}
.form-group.form-group--radio.form-group--radio-block {
    margin-left: 20px;
}
.form-group.form-group--radio.form-group--radio-block > span {
    margin-top: 10px;
    display: block;
}
.form-group.form-group--radio.form-group--radio-block label {
    text-transform: initial;
    color: #000;
}
@media (min-width: 480px) {
    .form-group--radio .custom-radio {
        /*margin-bottom: 4px;*/
        margin-bottom: 0;
    }
}
.form-group--code {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.form-group--number {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 30px;
}
.form-group--file .btn-file {
    margin-right: 20px;
}
.form-group.has-success input {
    border-color: #029c09;
}
.form-group.has-success .field-message {
}
.form-group.has-success .field-message, .form-group.has-success .field-message .help-block {
    color: #029c09;
}
.form-group.has-error {
    position: relative;
}
.form-group.has-error input {
    border-color: #ff1414;
}
.form-group.has-error .field-message {
}
.form-group.has-error .field-message, .form-group.has-error .field-message .help-block {
    color: #ff1414;
}
.form-group.has-error:before {
    position: absolute;
    top: 26px;
    left: -13px;
    display: inline-block;
    color: #ff1414;
    content: '!';
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
}
@media (min-width: 768px) {
    .form-group.has-error:before {
        left: -18px;
    }
}
.form-group.has-error, .form-group.has-success {
}
.form-group.has-error > .field-message, .form-group.has-success > .field-message {
    display: inline-block;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* custom input type file */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    outline: none;
    background: white;
    text-align: right;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: inherit;
}
/*** search form ***/
.search-form {
    margin: 24px 0 48px;
    padding: 20px 24px 23px;
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}
/*** end of search form ***/
.btn-holder {
    margin-bottom: 24px;
    text-align: right;
}
.btn-holder .btn {
    margin-bottom: 5px;
}
.btn-holder .btn + .btn {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .btn-holder .btn {
        margin-bottom: 0;
    }
    .btn-holder .btn + .btn {
        margin-left: 20px;
    }
}
@media (min-width: 768px) {
    .btn-holder {
}
    .btn-holder__group {
}
    .btn-holder__group:first-child {
        float: left;
    }
    .btn-holder__group + .btn-holder__group {
        float: right;
    }
}
.btn-holder--fin.btn-holder {
    text-align: center;
}
.btn-holder__group {
    display: inline-block;
}
.btn-holder__group + .btn-holder__group {
    margin-left: 10px;
}
/*** Custom select ***/
.custom-select select {
    position: relative;
    z-index: 2;
    /*background-color: rgba(0,0,0,0.1);*/
    padding: 0 23px 0 5px;
    border-style: none;
    background-color: transparent;
    color: inherit;
    text-transform: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select:after {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: -21px;
    width: 0;
    height: 0;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    content: '';
    /*display: none;*/
}
.custom-select select::-ms-expand {
    display: none;
}
.custom-select select::-ms-value {
    color: currentColor;
}
/*** end of Custom select ***/
.btn {
    border-width: 2px;
    white-space: normal;
}
.btn--light {
    font-weight: normal;
}
.btn-link {
    padding-right: 0;
    padding-left: 0;
}
.data-field .data-field__text .btn-link {
    padding: 0;
}
.btn-clear {
    display: inline-block;
    padding: 7px 14px;
    border: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto;
    line-height: 1;
}
.btn-clear:hover, .btn-clear:focus {
    color: currentColor;
    text-decoration: none;
}
.btn-round {
    border: 0;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #4448a0;
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto;
}
.btn-round:hover, .btn-round:focus, .btn-round:active {
    outline: 0;
    color: #4448a0;
}
.btn-round:focus:active {
    padding-top: 7px;
    padding-bottom: 5px;
    outline: -webkit-focus-ring-color auto 0;
}
.page-title {
    margin: 16px 0 21px;
    padding-bottom: 9px;
    border-bottom: 1px solid #222;
    color: #222;
    font-weight: 400;
    font-size: 36px;
}
.board + .page-title {
    margin-top: 19px;
}
.page-title + .h2 {
    margin-top: 20px;
}
.page-title + .h1-like.h1-like--flow {
    margin: 0 0 19px;
}
.plain-title {
    margin: 20px 0 10px;
    color: #222;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}
.h1, .h1-like {
    margin: 40px 0 20px;
    color: #222;
    font-weight: 400;
    font-size: 36px;
}
.h1--flow.h1-like, .h1-like--flow.h1-like {
    margin: 24px 0 16px;
}
.h2, .h2-like {
    margin: 21px 0 17px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.h3, .h3-like {
    margin: 20px 0 20px;
    color: #222;
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto;
}
.section-heading {
    margin: 0 0 20px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto;
}
.dash-heading {
    margin: 20px 0;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.tab-pane > .dash-heading {
}
.tab-pane > .dash-heading:first-child {
    margin-top: 10px;
}
.dash-heading__helper {
    color: #666;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 20px;
}
.text-heading {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}
p {
    margin-bottom: 20px;
    line-height: 1.24;
}
.upper-link {
    color: #4448a0;
    text-transform: uppercase;
    /*font-size: 16px;*/
    font-weight: 400;
}
.intro-text {
    font-weight: 400;
    font-size: 20px;
}
.icon {
    display: inline-block;
}
.icon-calendar {
    background-image: url(../img/sprite.@2x.png);
    background-position: -95px -29px;
    background-size: 146px 127px;
    width: 18px;
    height: 20px;
}
.icon-chevron-left {
    background-image: url(../img/sprite.@2x.png);
    background-position: 0px -111px;
    background-size: 146px 127px;
    width: 10px;
    height: 16px;
}
.icon-chevron-right {
    background-image: url(../img/sprite.@2x.png);
    background-position: -51px -31.5px;
    background-size: 146px 127px;
    width: 10px;
    height: 16px;
}
.icon-ok {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../img/icon-ok.png) 0 0 no-repeat;
    background-size: contain;
}
.icon-ok-alt {
    background-image: url(../img/sprite.@2x.png);
    background-position: -118px -81px;
    background-size: 146px 127px;
    width: 16px;
    height: 13px;
}
.icon-remove {
    background-image: url(../img/sprite.@2x.png);
    background-position: -118px -41px;
    background-size: 146px 127px;
    width: 15px;
    height: 15px;
}
.icon-warning {
    background-image: url(../img/sprite.@2x.png);
    background-position: -139px 0px;
    background-size: 146px 127px;
    width: 7px;
    height: 20px;
}
.icon-close {
    background-image: url(../img/sprite.@2x.png);
    background-position: -118px -61px;
    background-size: 146px 127px;
    width: 14.5px;
    height: 15px;
}
.icon-close-alt {
    background-image: url(../img/sprite.@2x.png);
    background-position: -118px -21px;
    background-size: 146px 127px;
    width: 15px;
    height: 15px;
}
.icon-star {
    background-image: url(../img/sprite.@2x.png);
    background-position: -27px -63px;
    background-size: 146px 127px;
    width: 17px;
    height: 17px;
}
.icon-lock {
    background-image: url(../img/sprite.@2x.png);
    background-position: -70px -63px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-unlock {
    background-image: url(../img/sprite.@2x.png);
    background-position: -49px -63px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-delete {
    background-image: url(../img/sprite.@2x.png);
    background-position: -21px -90px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-undelete {
    background-image: url(../img/sprite.@2x.png);
    background-position: -42px -90px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-check-user {
    background-image: url(../img/sprite.@2x.png);
    background-position: -95px -76px;
    background-size: 146px 127px;
    width: 12px;
    height: 9px;
}
.icon-doc {
    background-image: url(../img/sprite.@2x.png);
    background-position: -95px 0px;
    background-size: 146px 127px;
    width: 18px;
    height: 24px;
}
.icon-left {
    background-image: url(../img/sprite.@2x.png);
    background-position: -15px -111px;
    background-size: 146px 127px;
    width: 11px;
    height: 12px;
}
.icon-right {
    background-image: url(../img/sprite.@2x.png);
    background-position: -31px -111px;
    background-size: 146px 127px;
    width: 11px;
    height: 12px;
}
.icon-phone {
    background-image: url(../img/sprite.@2x.png);
    background-position: 0px 0px;
    background-size: 146px 127px;
    width: 26.5px;
    height: 26.5px;
}
.icon-envelope {
    background-image: url(../img/sprite.@2x.png);
    background-position: -31.5px 0px;
    background-size: 146px 127px;
    width: 31.5px;
    height: 22px;
}
.icon-map-marker {
    background-image: url(../img/sprite.@2x.png);
    background-position: 0px -31.5px;
    background-size: 146px 127px;
    width: 19px;
    height: 26.5px;
}
.icon-edit {
    background-image: url(../img/sprite.@2x.png);
    background-position: -118px 0px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-edit:hover {
    background-image: url(../img/sprite.@2x.png);
    background-position: -84px -90px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-remove-alt {
    background-image: url(../img/sprite.@2x.png);
    background-position: -63px -90px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.icon-remove-alt:hover {
    background-image: url(../img/sprite.@2x.png);
    background-position: 0px -90px;
    background-size: 146px 127px;
    width: 16px;
    height: 16px;
}
.sidenav {
    margin: 40px 0;
}
.sidenav h3 {
    font-weight: 300;
}
.sidenav-item {
    display: block;
    padding: 8px 10px 8px 11px;
    border-left: 2px solid transparent;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.sidenav-item.active {
    border-color: #337ab7;
    border-left-width: 4px;
    background-color: #fafafa;
}
.sidenav-item:hover {
    border-color: #337ab7;
    background-color: #fcfcfc;
    color: #337ab7;
    text-decoration: none;
}
/* Sticky footer styles
-------------------------------------------------- */
/* Set the fixed height of the footer here */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #e7e7e7;
    background-color: #f8f8f8;
}
.footer p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
}

/*** login page ***/

.site-logo {
    margin-top: 7vh;
    margin-bottom: 4vh;
    text-align: center;
}

/*** end of login page ***/

/*** welcome page ***/

.btn-holder {
}

.btn-holder--justify {
    margin-top: 24px;
}

@media (min-width: 640px) {
    .btn-holder--justify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.btn--signin {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 24px;
}

.welcome-text {
    margin-top: 48px;
}

/*** end of welcome page ***/
/*** register new establishment ***/
.info-block {
    position: relative;
    padding-left: 60px;
}
.info-block__inner {
    position: relative;
    display: block;
    margin-left: -60px;
    padding-left: 60px;
}
.info-block__sign {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    padding-top: 2px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #353996;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.4;
}
.terms__link {
    text-transform: uppercase;
}
/*** end of register new establishment ***/
/*** card styles ***/
.fl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}
.fl-row .empty {
    margin: 15px;
}
.fl-row--smart.fl-row {
    margin-top: 25px;
}
.fl-col {
    padding: 0 15px 24px;
    width: 100%;
}
.fl-col .card {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 100%;
}
@media (min-width: 640px) {
    .fl-col {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .fl-col {
        width: 33.33%;
    }
}
.card {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding-bottom: 42px;
    max-width: 360px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.45);
    color: #222;
}
.card--buddy.card {
    padding-bottom: 0;
}
.card--buddy.card .data-field {
    display: inline-block;
    margin-right: 40px;
}
.card--buddy.card .data-field:last-child {
    margin-right: 0;
}
.card--yellow .card__footer {
    background-color: #ffea00;
}
.card--red .card__footer {
    background-color: #ff1414;
}
.card--black .card__footer {
    background-color: #353535;
}
.card--black .btn-clear {
    color: rgba(255, 255, 255, .7);
}
.card--black .btn-clear:hover, .card--black .btn-clear:focus {
    color: white;
}
.card--orange .card__footer {
    background-color: #fb8c00;
}
.card--green .card__footer {
    background-color: #2ebf35;
}
.card--fin {
    padding-bottom: 0;
}
.card--fin .card__body .rating-stars,
.card--fin .card__body .rating {
    margin-bottom: 5px;
}
.card--fin-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.card--fin-alt .card__cover {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.card--fin-alt .card__heading {
    margin-top: 5px;
    margin-bottom: 6px;
}
.card--fin-alt .card__body .rating-stars,
.card--fin-alt .card__body .rating {
    margin-bottom: 0;
}
.card--not-fin .info-message-wrap {
    margin: 11px 0 3px;
}
.card__cover {
    height: 196px;
    background-color: #e6e6e6;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.card__cover .allow_in_oslo_wrapper{
    position: absolute;
    right: 0px;
    top: 0;
    padding: 3px 3px;
    width: 36px;
    background: #fff;
}
.card__cover .allow_in_oslo_wrapper .allow_in_oslo_icon{
    width: 30px;
    height: 36px;
    background: url(../images/oslo_komm.png) center no-repeat;
    background-size: contain;
    display: none;
}

.card__cover .allow_in_oslo_wrapper .allow_in_oslo_icon.active{
    display: inline-block;
}

.card__cover .allow_in_oslo_wrapper .diplomas_icon {
    font-size: 21px;
    color: #ff1717;
}

.card__cover .allow_in_oslo_wrapper .diplomas_icon.active {
    color: #2ebf35;
}

.card__data {
    padding-top: 19px;
}
.card__data .rating.rating--alt {
    margin-bottom: 7px;
}
.card__img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.card__hdr {
    position: relative;
    padding: 12px 15px 0;
    min-height: 39px;
}
.card__heading {
    margin: 0;
    color: #353996;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}
.card__heading--initial {
    text-transform: initial;
}
.card__title {
    margin: 0 0 12px;
    color: #222;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}
.card__body {
    padding: 0 15px 15px;
}
.card__body .rating-stars,
.card__body .rating {
    margin-bottom: 17px;
}
.card__body .rating--alt {
    margin-bottom: 10px;
}
.card__info {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #9e9e9e;
}
.card__text {
    display: block;
}
.card__text--alt {
    font-weight: bold;
}
.card__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px 5px 0;
    height: 42px;
    background-color: #2ebf35;
    text-align: right;
}
.rating-stars,
.rating {
}
.rating__star {
    display: inline-block;
    margin-left: 3px;
    background-image: url(../img/sprite.@2x.png);
    background-position: -95px -54px;
    background-size: 146px 127px;
    width: 17px;
    height: 17px;
}
.rating__star:first-child {
    margin-left: 0;
}
.rating__star--empty {
    opacity: .4;
}
.rating--alt .rating__star {
    background-image: url(../img/sprite.@2x.png);
    background-position: -95px -54px;
    background-size: 146px 127px;
    width: 17px;
    height: 17px;
}
.date-line {
}
.date-line__icon {
    margin-right: 10px;
    vertical-align: -1px;
}
.date-line__value {
    color: #222;
    font-weight: 700;
    font-size: 24px;
}
.field {
    margin-bottom: 5px;
}
.field:last-child {
    margin-bottom: 0;
}
.field__label {
    display: block;
    color: #919191;
    font-weight: 400;
    font-size: 16px;
}
.field__text {
    display: block;
    color: #222;
    font-weight: 400;
    font-size: 20px;
}
/*** end of card styles ***/
.plain-list {
    padding: 0;
    list-style: none;
}
.card__info .plain-list {
    margin-bottom: 0;
    line-height: 1.3;
}
.plain-list__item {
    display: inline-block;
    margin-right: 5px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
}
.plain-list__item:before {
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #353996;
    content: '';
    vertical-align: middle;
}
.mark-item {
    display: inline-block;
    padding-top: 5px;
    width: 31px;
    height: 31px;
    border: 1px solid #f0cb37;
    border-radius: 50%;
    background-color: #fff7a3;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
}
.card__hdr .mark-item {
    float: right;
    margin: 8px 0 -12px 5px;
}
.mark-item--ok {
    width: 31px;
    height: 31px;
    border: 1px solid #8bc34a;
    background-color: #dbf1c2;
}
.info-message-wrap {
    margin: 20px 0 10px;
    text-align: center;
}
.info-message {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    color: #ff1717;
    font-weight: 400;
    font-size: 24px;
}
.info-message__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff1414;
    vertical-align: middle;
}
.info-message__icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.info-message__text {
    display: inline-block;
    line-height: 1.2;
}
.info-message--warning {
    color: #ebc12a;
    font-size: 20px;
}
.info-message--warning .info-message__icon {
    background-color: #ebc12a;
}
.info-message--success {
    color: #2ebf35;
    font-size: 20px;
}
.info-message--success .info-message__icon {
    background-color: #2ebf35;
}
.history-log {
    overflow: auto;
    max-height: 150px;
}
.history-log__item {
    display: block;
    padding-right: 10px;
    line-height: 1.3;
}
.data-field-wrap {
    font-size: 0;
}
.data-field-wrap--lg .data-field__text {
    font-size: 20px;
}
.data-field-wrap--col.data-field-wrap {
    margin-bottom: 20px;
}
.data-field-wrap--col.data-field-wrap .data-field {
    display: block;
    width: 100%;
}
.data-field-wrap--col.data-field-wrap .data-field:nth-child(even) {
    padding: 0;
}
.data-field {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.data-field__label {
    display: block;
    color: #919191;
}
.data-field__text {
    display: block;
    color: #222;
}
.data-field__text--alert {
    color: #ff1414;
}
.data-field--history {
    margin-bottom: 0;
}
.order-info-block {
    font-size: 0;
}
.order-info-block .data-field {
    font-size: 16px;
}
@media (min-width: 992px) {
    .order-info-block {
}
    .order-info-block--details.order-info-block {
        margin-right: 25%;
    }
    .order-info-block--details.order-info-block .data-field {
        width: 33.33%;
    }
}
.order-info-block--earn {
    margin-top: -5px;
}
.order-info-block--earn .data-field {
    padding-left: 15px;
}
.order-info-block + hr {
    margin-top: 1px;
}
@media (min-width: 480px) {
    .data-field-wrap .data-field, .order-info-block .data-field {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}
@media (min-width: 480px) and (min-width: 480px) and (max-width: 767px) {
    .data-field-wrap .data-field, .order-info-block .data-field {
}
    .data-field-wrap .data-field:nth-child(odd), .order-info-block .data-field:nth-child(odd) {
        padding-right: 10px;
    }
    .data-field-wrap .data-field:nth-child(even), .order-info-block .data-field:nth-child(even) {
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .data-field-wrap .data-field {
        display: block;
        margin-bottom: 18px;
        width: 100%;
        line-height: 1.3;
    }
    .order-info-block .data-field {
        display: inline-block;
        margin-bottom: 18px;
        padding-right: 10px;
        width: 33.33%;
        vertical-align: top;
        line-height: 1.3;
    }
}
.mission-subcols {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .mission-subcols {
        display: table;
    }
    .mission-subcols__item {
        display: table-cell;
        padding: 0 25px;
        border-left: 1px solid #222;
        vertical-align: top;
    }
    .mission-subcols__item:first-child {
        padding-left: 0;
        border-left: 0;
    }
    .mission-subcols__item:last-child {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .order-info-block .data-field {
        width: 25%;
    }
}
.inline-col-wrap {
    margin-top: -23px;
}
.inline-col-wrap--invitation {
    margin-top: 0;
    font-size: 0;
}
.inline-col-wrap--invitation .inline-col__item {
    display: block;
    font-size: 16px;
}
.inline-col-wrap--invitation .card {
    display: block;
    min-width: 290px;
    width: 100%;
}
@media (min-width: 640px) {
    .inline-col-wrap--invitation .inline-col__item {
        display: inline-block;
        width: 50%;
    }
    .inline-col-wrap--invitation .inline-col__item:nth-child(even) {
        padding-left: 48px;
    }
}
@media (min-width: 992px) {
    .inline-col-wrap--invitation .inline-col__item {
        width: auto;
    }
}
@media (min-width: 768px) {
    .inline-col-wrap--invitation .card {
        width: 360px;
    }
}
.inline-col-wrap--modal {
    margin-top: 0;
}
.inline-col-wrap--modal .inline-col__item {
    padding-right: 35px;
}
.inline-col-wrap--modal .inline-col__item:last-child {
    padding-right: 0;
}
.modal-body .h3-like {
    margin: 0 0 8px;
}
.hr {
}
.hr--modal {
    margin: 7px 0 22px;
}
.inline-col__item {
    display: inline-block;
    vertical-align: top;
}
.inline-col__item .data-field {
    padding-right: 45px;
}
.options-list {
    padding-left: 0;
    list-style: none;
}
.options-list__item {
    margin-bottom: 7px;
}
.options-list__btn {
    margin-left: 18px;
    vertical-align: -2px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.options-list__btn:hover {
    opacity: 1;
}
.mission-details {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.mission-details .h3 {
    margin-top: 0;
}
.price-per-hour {
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .price-per-hour {
        width: 140px;
    }
}
.price-per-hour__rating, .price-per-hour__value {
    display: inline-block;
}
.price-per-hour__rating {
    margin-right: 3px;
    white-space: nowrap;
}
.price-per-hour__value {
    vertical-align: 1px;
}
.dt {
}
.dt--mission.dt {
    margin-top: -22px;
    width: auto;
}
.dt--mission.dt .data-field {
    line-height: 1.2;
}
.dt--mission.dt > .dtr > .dtc {
    display: block;
}
@media (min-width: 992px) {
    .dt--mission.dt > .dtr > .dtc {
        display: table-cell;
        padding-left: 40px;
    }
}
.dt--mission.dt > .dtr > .dtc:first-child {
    padding-left: 0;
}
.dt--invitation.dt, .dt--invitation.dt .dtr, .dt--invitation.dt .dtc {
    display: block;
}
.dt--invitation.dt .data-field__text {
    font-size: 20px;
}
@media (min-width: 480px) {
    .dt--invitation.dt .data-field {
        margin-bottom: 18px;
    }
    .dt--invitation.dt .data-field__label {
        white-space: nowrap;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .dt--invitation.dt .dtr {
        font-size: 0;
    }
    .dt--invitation.dt .dtc {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 16px;
        font-size: 1rem;
    }
    .dt--invitation.dt .dtc:nth-child(odd) {
        padding-right: 10px;
    }
    .dt--invitation.dt .dtc:nth-child(even) {
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .dt--invitation.dt {
        display: table;
        width: initial;
    }
    .dt--invitation.dt .dtr {
        display: table-row;
    }
    .dt--invitation.dt .dtc {
        display: table-cell;
        /*padding-left: 40px;*/
        padding-left: 45px;
    }
    .dt--invitation.dt .dtc:first-child {
        padding-left: 0;
    }
}
/*** Buddy system ***/
.amount-value {
    color: #4448a0;
}
.amount-value--total {
    color: #222;
    font-weight: bold;
}
.buddy-stats {
    font-size: 0;
}
.buddy-stats .data-field {
}
@media (min-width: 480px) {
    .buddy-stats .data-field {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}
@media (min-width: 992px) {
    .buddy-stats .data-field {
        margin-right: 40px;
        width: auto;
    }
    .buddy-stats .data-field:last-child {
        float: right;
        margin-right: 0;
    }
}
/*** end of Buddy system ***/
/*** Finalizing mission ***/
.data-field-wrap {
}
.data-field-wrap--finalizing .data-field {
    white-space: normal;
}
.data-field-wrap--finalizing .inline-col__item {
    display: block;
}
@media (min-width: 480px) {
    .data-field-wrap--finalizing .inline-col__item {
        display: inline;
    }
    .data-field-wrap--finalizing .data-field--comments-alt {
        display: block;
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .data-field-wrap--finalizing .data-field:nth-child(even) {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .data-field-wrap--finalizing .inline-col__item {
        display: inline-block;
    }
    .data-field-wrap--finalizing .data-field--comments-alt {
        width: initial;
    }
}
@media (min-width: 992px) {
    .data-field-wrap--finalizing {
        white-space: nowrap;
    }
    .data-field-wrap--finalizing .inline-col__item {
        max-width: 200px;
    }
}
@media (min-width: 1200px) {
    .data-field-wrap--finalizing .inline-col__item {
        max-width: 290px;
    }
}
.data-field.data-field--comments-alt {
    padding: 0;
}
.fin-total .data-field {
    display: inline-block;
    margin-right: 45px;
    vertical-align: top;
}
.fin-total .data-field:last-child {
    margin-right: 0;
}
.btn-holder + .fin-row {
    margin-top: 45px;
}
.td--expanded .fin-row {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
.td--expanded .fin-row .col-sm-4 {
    max-width: 360px;
}
.fin-row + .fin-row {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .td--expanded .fin-row .col-sm-4 {
        max-width: 100%;
    }
    .td--expanded .fin-row .col-sm-4:first-child {
        padding-left: 4px;
    }
    .td--expanded .fin-row .col-sm-4:last-child {
        padding-right: 4px;
    }
}
.table > tbody > tr > td.td--expanded {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
}
.table > tbody > tr > td.td--expanded:hover {
    background-color: #fff;
}
.page-title {
}
.page-title + .table-responsive {
    margin-top: 24px;
}
/*** end of Finalizing mission ***/
.page-section {
    margin-bottom: 25px;
}
.page-section + .page-section {
    padding-top: 8px;
    border-top: 1px solid #222;
}
.graph {
    margin-bottom: 25px;
}
.graph-info {
    font-size: 14px;
}
.col-wrap {
    font-size: 0;
}
.col-wrap--settings {
    margin-top: -9px;
}
@media (min-width: 768px) {
    .col-wrap--settings {
        margin-top: -23px;
    }
}
.col-wrap--est {
    margin-top: -4px;
}
.col-wrap--est .data-field {
    margin-bottom: 18px;
}
.col-wrap--est .data-field + .h3-like {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .col-wrap--est {
        margin-top: -19px;
    }
}
.col {
    display: block;
    font-size: 16px;
}
@media (min-width: 480px) {
    .col {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .col:nth-child(even) {
        padding-left: 10px;
    }
    .col:nth-child(odd) {
        padding-right: 10px;
    }
}
.col__actions {
    margin-top: 15px;
}
.col__actions + .h3-like {
    margin-top: 45px;
}
.profile-photo-wrap {
    margin-top: 3px;
    max-width: 360px;
}
.profile-photo {
    width: 100%;
    height: 196px;
    background-color: #ededed;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.profile-photo__edit {
    margin-top: 10px;
    text-align: center;
}
.profile-photo__edit .glyphicon {
    top: 2px;
}
@media (min-width: 768px) {
    .profile-photo__edit .btn {
}
    .profile-photo__edit .btn:first-child {
        float: left;
    }
    .profile-photo__edit .btn:last-child {
        float: right;
    }
}
@media (min-width: 992px) {
    .profile-photo__edit {
        margin-bottom: 24px;
    }
}
.custom-checkbox .icon-check-user {
    margin-left: 7px;
}
.doc-item {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-item .doc-item-delete {
    padding-left: 10px;
}
.doc-item__icon {
    margin-right: 5px;
    vertical-align: -5px;
}
.doc-item__title {
    color: #353996;
    text-transform: uppercase;
}
.calendar-legend {
    margin-bottom: 22px;
}
.calendar-legend__item {
    display: block;
    margin-bottom: 17px;
    padding-left: 42px;
}
.calendar-legend__title {
    display: inline-block;
    vertical-align: middle;
    text-indent: -16px;
}
.calendar-legend__icon {
    float: left;
    margin-left: -42px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #2ebf35;
    vertical-align: middle;
}
.calendar-legend__icon--danger {
    background-color: #ff1414;
}
.option-list {
    padding-left: 0;
    list-style: none;
}
.option-list .option-list {
    margin-left: 29px;
}
.option-list__item {
    margin-bottom: 3px;
}
.user-heading {
    margin: 10px 0 5px;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
}
.user-stats {
    margin-top: 3px;
    margin-bottom: 25px;
}
.user-stats__item {
    display: block;
    margin-bottom: 6px;
}
.related-list {
    padding-left: 0;
    list-style: none;
}
.related-list__item {
    margin-bottom: 10px;
}
.related-list__link {
    color: #353996;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
}
.rating-holder {
    max-width: 700px;
}
.rating-holder .rating-stars,
.rating-holder .rating {
    margin-top: 4px;
}
.rating-holder .data-field {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    vertical-align: top;
}
@media (min-width: 480px) {
    .col-wrap--align .col {
        padding: 0;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-wrap {
        display: table;
    }
    .col {
        display: table-cell;
        width: initial;
        vertical-align: top;
    }
    .col:nth-child(odd), .col:nth-child(even) {
        padding-right: 0;
        padding-left: 40px;
    }
    .col:first-child {
        padding-left: 0;
    }
    .profile-photo-wrap {
        float: left;
        margin-right: 45px;
        margin-bottom: 10px;
        width: 360px;
    }
    .brief-info {
        overflow: hidden;
    }
    .user-heading {
        margin-top: 0;
    }
    .related-list__item {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .col-wrap--align .col {
        display: inline-block;
        width: 50%;
    }
    .col-wrap--align .col:nth-child(3) {
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .rating-block {
        padding-top: 22px;
    }
    .profile-photo-wrap {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .related-list__item {
        display: block;
        margin: 0 0 14px;
    }
    .col-user-photo, .col-user-info {
        display: table-cell;
        vertical-align: top;
    }
    .col-user-photo {
        padding-right: 45px;
    }
    .col-user-info .h3-like {
        margin-top: 0;
    }
    .col-user-info--buddy .rating-stars,
    .col-user-info--buddy .rating {
        margin-bottom: 14px;
    }
    .col-user-info--buddy .data-field {
        margin-bottom: 18px;
    }
    .col-wrap--align .col {
        width: 33%;
    }
    .col-wrap--align .col:nth-child(3) {
        padding-left: 40px;
    }
}
.icon--mirror {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

img {
    max-width: 100%;
}

textarea {
    resize: vertical;
}

.navbar-brand {
    padding: 8px 15px
}

.navbar-brand > img {
    height: 35px;
    /*image-rendering: -webkit-optimize-contrast;*/
}

.page-header, h2 {
    font-weight: 300;
}

.helper-text {
    color: #737373;
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #337ab7;
}

.bs-callout-warning {
    border-left-color: #FFC107;
}

.bs-callout-success {
    border-left-color: #8BC34A;
}

.bs-callout-danger {
    border-left-color: #F44336;
}

.text-red {
    color: #F44336;
}

.text-green {
    color: #8BC34A;
}

.info-block {
    margin-bottom: 20px;
}

.form-list-headline {
    display: inline-block;
    margin: 7px 0 5px;
}

.cart {
    position: relative;
    margin-bottom: 20px;
    padding: 12px 15px;
    border-top: 5px solid #8BC34A;
    border-bottom: 5px solid #8BC34A;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cart .rating-stars,
.cart .rating {
    font-size: 16px;
}

.cart .label {
    display: inline-block;
    margin-bottom: 6px;
}

.cart.green_wrapper {
    border-top-color: #8BC34A;
    border-bottom-color: #8BC34A;
}

.cart.yellow_wrapper {
    border-top-color: #FFEB3B;
    border-bottom-color: #FFEB3B;
}

.cart.red_wrapper {
    border-top-color: #F44336;
    border-bottom-color: #F44336;
}

.cart.black_wrapper {
    border-top-color: #333;
    border-bottom-color: #333;
}

.cart:hover .cart-photo-info {
    opacity: 1;
}

.cart:hover .cart-photo-photo {
    opacity: 0.05;
}

.cart.no-hover:hover .cart-photo-info {
    opacity: 0;
}

.cart.no-hover:hover .cart-photo-photo {
    opacity: 1;
}

.cart.no-border {
    border-top: none;
    border-bottom: none;
}

.cart.cart-photo-horizontal {
    padding: 0;
}

.cart.cart-photo-horizontal .cart-photo-holder {
    display: table-cell;
    width: 120px;
    height: 120px;
    background: url('../img/est1.jpg') no-repeat;
    background-size: cover;
    vertical-align: top;
}

.cart.cart-photo-horizontal .cart-photo-inner {
    display: table-cell;
    padding-bottom: 45px;
    vertical-align: top;
}

.cart.cart-photo-horizontal .cart-action {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.cart.cart-photo-horizontal.big-photo .cart-photo-holder {
    min-width: 250px;
    height: 250px;
}

.cart.cart-photo-horizontal.big-photo .cart-photo-inner {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart.cart-photo-horizontal.big-photo .cart-photo-holder {
}
    .cart.cart-photo-horizontal.big-photo .cart-photo-holder {
        min-width: 220px;
        height: 220px;
    }
}

.cart-list {
    padding-left: 0;
    list-style: none;
}

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

.cart-label {
    display: block;
    color: #999;
    font-size: 12px;
}

.cart-text {
    display: block;
    padding: 0 10px;
    color: #444;
    font-size: 16px

}

.cart-text.helper-text {
    color: #737373;
    font-size: 14px;
}

.cart-action {
    margin-top: 12px;
    text-align: center
}

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

.cart-action.text-left {
    text-align: left;
}

.cart-photo-wrapper .cart {
    padding: 0;
}

.cart-photo-wrapper .cart-action {
    margin-bottom: 5px;
}

.cart-photo-inner {
    padding: 10px 15px 5px;
}

.cart-photo-inner .help-block {
    margin: 3px 0;
}

.cart-photo-heading {
    margin: 0 0 5px;
    color: #444;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
}

.cart-photo-heading a {
    color: inherit
}

.cart-photo-heading a:hover {
    color: #337ab7;
}

.cart-photo-info-inner {
    overflow: auto;
    margin-bottom: 10px;
    height: 232px

}

@media (min-width: 768px) {
    .cart-photo-info-inner {
}
    .cart-photo-info-inner {
        height: 205px;
    }
    }

@media (min-width: 992px) {
    .cart-photo-info-inner {
}
    .cart-photo-info-inner {
        height: 168px;
    }
    }

@media (min-width: 1200px) {
    .cart-photo-info-inner {
}
    .cart-photo-info-inner {
        height: 147px;
    }
    }

.cart-photo-info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px;
    min-height: 240px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.cart-photo-photo {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.cart-photo-photo img {
    max-width: 100%;
}

.est-photo {
    margin-bottom: 25px;
}

.est-photo img {
    width: 100%;
}

.est-info {
    margin-top: 4px;
    padding-left: 0;
    list-style: none;
}

.est-info-item {
    margin-bottom: 10px;
}

.est-info-label {
    display: block;
    font-weight: bold;
}

.est-info-text {
    display: block;
}

.est-info-text .label {
    display: inline-block;
    margin-bottom: 5px;
}

.page-header.est-header {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 26px;
}

.toolbar {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.toolbar-title {
    margin: 0 5px 0 10px;
    font-size: 12px;
}

.view-all-bar {
    margin: 10px 0 30px;
    text-align: center;
}

.view-all-bar .btn {
    width: 200px;
}

.inline-list {
    padding-left: 0;
    list-style: none;
}

.inline-list li {
    display: inline-block;
}
/*worker info site*/
.rating-list .rating-stars,
.rating-list .rating {
    display: inline-block;
    font-size: 14px;
}
.info-block .rating-list {
    margin-bottom: 0;
}

.rating-list-label {
    display: inline-block;
    margin-right: 20px;
    min-width: 110px;
}

.label-lg {
    font-weight: normal;
    font-size: 13px;
}

.upload-list-link {
    font-style: italic;
}

.worker-photo-holder {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.worker-photo-holder img {
    border-radius: 50%;
}

.worker-photo-holder .rating-stars,
.worker-photo-holder .rating {
    position: relative;
    z-index: 1;
    margin-top: -45px;
    padding: 5px 0 4px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1;
}

.worker-info-container {
    margin: -65px 0 30px;
    padding: 72px 20px 20px;
    border-radius: 3px;
    background-color: rgba(239, 239, 239, 0.4);
}

/*your worker db*/
.search-form-container {
    margin-bottom: 30px;
}

.side-filter {
    padding: 5px 10px 12px;
    background-color: #f6f6f6;
}

.table.table-users > tbody > tr > td {
    vertical-align: middle;
}

/*** simple calendar ***/

table.SimpleCalendar {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}

table.SimpleCalendar time {
    display: inline-block;
    padding-top: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

table.SimpleCalendar time:hover {
    background-color: #d8d8d8;
}

table.SimpleCalendar th {
    text-align: center;
    font-weight: 300;
}

table.SimpleCalendar td {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

table.SimpleCalendar td:hover {
    cursor: pointer;
}

table.SimpleCalendar td.worker-busy time {
    background-color: #ff1414;
    color: #fff;
}

table.SimpleCalendar td.worker-accepted time {
    background-color: #2ebf35;
    color: #fff;
}

table.SimpleCalendar td.SCsuffix {
}

table.SimpleCalendar td.SCsuffix:hover {
    cursor: default;
}

@media (max-width: 767px) {
    table.SimpleCalendar td {
        padding: 3px;
    }
    table.SimpleCalendar time {
        padding-top: 11px;
        width: 36px;
        height: 36px;
    }
    }

.simple-calendar {
    display: inline-block;
    margin-bottom: 22px

}

.simple-calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
    padding: 0 18px;
}

.simple-calendar__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1px;
}

@media (min-width: 640px) {
    .simple-calendar.simple-calendar--lg {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;

    }
    .simple-calendar.simple-calendar--lg .simple-calendar__header {
        margin-right: auto;
        margin-left: auto;
        max-width: 330px;
    }
    .simple-calendar.simple-calendar--lg .simple-calendar__title {
        font-size: 28px;
    }
    .simple-calendar.simple-calendar--lg table.SimpleCalendar {
        margin-right: auto;
        margin-left: auto;
        font-size: 22px;
    }
    .simple-calendar.simple-calendar--lg table.SimpleCalendar time {
        padding-top: 19px;
        width: 60px;
        height: 60px;
    }
}

.change-month-btn {
}

.change-month-btn:hover {
    text-decoration: none;
}

/*** end of simple calendar ***/

.total-list {
    float: right;
    margin-bottom: 18px;
    text-align: right;
    font-size: 18px;
}

.total-list td {
    padding-left: 10px;
    vertical-align: top;
}

.total-list .small {
    font-size: 14px;
}

.total-list.align-right {
    margin-right: 5px;
}

.total-list.align-left {
    float: none;
}

.total-list.align-left td {
    padding-right: 10px;
    padding-left: 0;
}

.bordered {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.info-block-align .row {
    margin-bottom: 6px;
}

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

.table-actions .glyphicon {
    color: #555
}

.table-actions .glyphicon:hover {
    color: #337ab7;
}

.table-actions .glyphicon + .glyphicon {
    margin-left: 5px;
}

.jumbotron .btn-lg {
    min-width: 170px;
}

.buddy-row {
    margin-bottom: 15px;
}

.buddy-heading {
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
}

.radio-inline label, .checkbox-inline label {
    font-weight: normal;
}

.bs-callout-action {
    margin-top: 10px;
}

.calendar-heading {
    margin: 20px 10px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.calender-container {
    margin-bottom: 25px;
}

.profile-row {
    margin-bottom: 20px;
}

.list-no-bullets {
    padding-left: 20px;
    list-style: none;
}

.heading-no-buttons {
    padding-top: 5px;
    min-height: 30px;
}

.profile-tabs .tab-content {
    padding: 15px;
    min-height: 145px;
    border: 1px solid #ddd;
    border-top: none;
}

.contact-us-img {
    display: block;
    margin-bottom: 25px;
}

.contact-info {
    padding-left: 24px;
    font-size: 16px;
}

.contact-info-line {
    display: block;
    text-indent: -12px;
}

.contact-info-line .glyphicon {
    margin-right: 5px;
    color: #4E4E4E;
    font-size: 15px;
}

.cart-link-icon {
    position: absolute;
    top: 228px;
    left: 0;
    padding: 7px 15px;
    width: 50%;
    height: 30px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

.cart-link-icon:before {
    display: block;
    width: 32px;
    height: 13px;
    background: url(../img/link.png) 0 0 no-repeat;
    content: '';
}

.row-aligned {
    font-size: 0;
}

.row-aligned .cart-wrap {
    display: inline-block;
    float: none;
    vertical-align: top
}

@media (max-width: 767px) {
    .row-aligned .cart-wrap {
}
    .row-aligned .cart-wrap {
        width: 33.33%;
    }
        }

@media (max-width: 425px) {
    .row-aligned .cart-wrap {
}
    .row-aligned .cart-wrap {
        width: 50%;
    }
        }

@media (max-width: 375px) {
    .row-aligned .cart-wrap {
}
    .row-aligned .cart-wrap {
        width: 100%;
    }
        }

.dashboard {
}

@media (max-width: 991px) {
    .dashboard {
        padding-top: 0 !important;
    }
    }

.board {
    margin-bottom: 10px;
    /*margin-bottom: 32px;*/
    padding: 22px 25px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
}

.board .btn-holder {
    margin-bottom: 0;
}

.board--dep {
    margin-bottom: 45px;
}

.board__title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.board__text {
    font-size: 20px;
}

.btn-holder {
}

.btn-holder--space.btn-holder {
}

@media (min-width: 640px) {
    .btn-holder--space.btn-holder {
        width: 100%;
    }
    .btn-holder--space.btn-holder .btn {
        float: left;
        margin-left: 30px;
        width: calc((100% - 60px) / 3);
    }
    .btn-holder--space.btn-holder .btn:first-child {
        margin-left: 0;
    }
    .btn-holder--space.btn-holder:after {
        display: table;
        clear: both;
        content: '';
    }
}

.dt {
    display: table;
    width: 100%
}

.dt--contact-us.dt {
    display: block;
}

.dt--contact-us.dt .dtc {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.dt--contact-us.dt .contact-us__item {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .dt--contact-us.dt {
        display: table;
        margin-top: 50px;
        width: 100%;
    }
    .dt--contact-us.dt .dtc {
        display: table-cell;
        width: 33%;
        vertical-align: top;
    }
    .dt--contact-us.dt .dtc:first-child {
        text-align: left;
    }
    .dt--contact-us.dt .dtc:last-child {
        text-align: right;
    }
    .dt--contact-us.dt .icon + .upper-link {
        display: inline-block;
        margin-top: 3px;
    }
}

.dt--inv.dt {
    display: block;
    margin-bottom: 10px;
}

.dt--inv.dt .card {
    width: 100%;
}

.dt--inv.dt .dtc {
    display: block;
}

.dt--inv.dt .dtc--card.dtc {
}

.dt--inv.dt .data-field.data-field--comments {
    width: 100%;
}

.dt--inv.dt .data-field.data-field--comments .data-field__text {
    overflow: hidden;
}

@media (min-width: 992px) {
    .dt--inv.dt {
        display: table;
        width: auto;
    }
}

@media (min-width: 480px) {
    .dt--inv.dt .card {
        width: 360px;
    }
}

@media (min-width: 992px) {
    .dt--inv.dt .dtc {
        display: table-cell;
        padding-left: 45px;
    }
    .dt--inv.dt .dtc--info {
        width: 250px;
    }
    .dt--inv.dt .dtc:first-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dt--inv.dt .dtc--card.dtc {
        float: left;
        margin-right: 45px;
    }
}

.dt--dep .dtc {
}

.dt--dep .dtc:first-child {
    padding-right: 15px;
    min-width: 205px;
}

.dt--dep .data-field {
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .dt--dep {
        display: block;
    }
    .dt--dep .dtr, .dt--dep .dtc {
        display: block;
    }
}

.dtr {
    display: table-row;
}

.dtc {
    display: table-cell;
    vertical-align: top;
}

.dep {

}

@media (min-width: 992px) {
    .dep {
        display: table;
    }
    }

.dep__col .rating-stars,
.dep__col .rating {
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .dep__col {
        display: table-cell;
        padding-left: 22px;
        vertical-align: top;
    }
}

.dep__col:first-child {
    padding-left: 0;
}

.dep__col:last-child {
}

.dep__title {
    margin: -2px 0 5px;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
}

.dep__img {
    margin-bottom: 20px;
    max-height: 260px;
}

@media (min-width: 768px) {
    .dep__img {
        min-width: 356px;
        width: 356px;
    }
}

/*** View department page ***/

.card-dep-wrap .card {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .card-dep-wrap .card {
        min-height: 414px;
    }
        }

.links-list {
    margin: 0;
    padding: 1px 0 0;
    list-style: none;
}

.selection-field .links-list {
    margin-top: 20px;
}

.links-list--vertical .links-list__item {
    display: block;
    margin-bottom: 15px;
}

.links-list__item {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 20px;
}

.links-list__item:last-child {
    padding-right: 0;
}

.links-list__link {
    color: #353996;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

/*** end of View department page ***/

.nok {
    display: inline-block;
    font-weight: bold;
}

.btn-wrap .btn {
    margin-right: 20px;
    margin-bottom: 5px
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .btn-wrap .btn {
        margin-bottom: 0;
    }
        }

label .lower {
    text-transform: lowercase;
}

.uploaded-list {
    padding: 0;
    list-style: none;

}

.form-group--file .uploaded-list {
    margin-top: 20px;
}

.uploaded-list__item {
    margin-bottom: 10px;
}

.uploaded-list__icon {
    margin-right: 8px;
    vertical-align: middle;
}

.uploaded-list__filename {
    color: #353996;
    vertical-align: middle;
    text-transform: uppercase;
}

.h2 + .help-text {
    margin-top: -12px;
    margin-bottom: 16px;
}

.help-text--fin {
    margin: 45px 0;
    font-size: 20px;
}

/*** terms page ***/

.terms {
    font-size: 20px;
}

.terms .h3-like {
    margin-top: 40px;
    margin-bottom: 16px
}

.terms .h3-like:first-child {
    margin-top: 16px;
}

.terms p {
    margin-bottom: 17px;
}

.terms ul li + li {
    margin-top: 15px;
}

.terms-checkbox {
    margin-top: 40px;
}

.indented {
    margin-left: 20px
}

.indented--number {
    padding-left: 40px;
    text-indent: -38px;
}

.indented--letter {
    padding-left: 24px;
    text-indent: -23px;
}

.heading-counter {
    font-weight: normal;
}

/*** end of terms page ***/

.hr {
}

.hr--light {
    border-top-color: #ccc;
}

.hr--fin {
    margin: 2px 0 21px;
    margin-top: 2px;
}

/*** Contacts us ***/

.contact-us {

}

.contact-us__item {
    text-align: center;
}

.contact-us__item .icon {
    display: block;
    margin: 0 auto 11px;
}

.contact-us__text {
    display: inline-block;
    line-height: 1.2;
}

/*** end of Contacts us ***/

/*** Description page ***/

.site-descr-wrap .site-logo {
    margin-bottom: 27px;
}

.site-descr-wrap .form {
    margin-bottom: 25px;
}

.site-descr__intro {
    margin: 0 0 15px;
    text-align: center;
}

/*** end of Description page ***/

.rating-decorator {
    margin-top: -17px
}

.rating-decorator__item {
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 2px;
    background-color: #4448a0;
}

.rating-decorator__item.is-empty {
    background-color: transparent;
}

.rating-decorator__item:first-child {
    margin-left: 0;
}

/*# sourceMappingURL=styles.css.map */

#map {
    height: 500px;
    width: 100%;
}
.input-flag-en {
    background: url("/img/flag-en.png") no-repeat 4px;
    padding-left: 34px;
}

.input-flag-no {
    background: url("/img/flag-no.png") no-repeat 4px;
    padding-left: 34px;
}

.worker-time-locations th,
.worker-time-locations td {
    padding: 0 20px 0 0;
}
.worker-time-locations .btn {
    font-size: 15px;
}
.btn-new-date .btn {
    position: relative;
    top: 15px;
}

.field-signupform-worker_picture .file-input .input-group,
.field-establishmentsform-establishment_picture .file-input .input-group,
.field-signupform-customer_picture .file-input .input-group {
    display: none;
}

/* Missions list */
.filling-percent-badge {
    float: left;
    padding: 7px 14px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto;
    line-height: 1;
}

.card--black .filling-percent-badge {
    color: rgba(255, 255, 255, .7);
}

.half-transparent {
    opacity:.45;
}

.mission_info_block {
    position: relative;
}

.mission_info_block .oslo-municipality-icon {
    position: absolute;
    right: 0;
    top: 5px;
    width: 61px;
    height: 73px;
    background: url(../images/oslo_komm.png) center no-repeat;
    background-size: contain;
}


/* style type for ordered list */
@counter-style dash {
    system: cyclic;
    symbols: '-';
    suffix: '   ';
}

.list-type-dash {
    list-style-type: dash;
}

tr.mission-line-loading td:first-child {
    background-image: url(../images/loading_line_data.gif);
    background-repeat: no-repeat;
    background-position: center;
}
