/* -------------------------------------------------------------------- */
/* ---------------------- CUSTOM STYLES IN BODY ---------------------- */
/* -------------------------------------------------------------------- */
body {
    background: #ffffff;
    color: #000000;

    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;

    overflow-y: scroll;
    overflow-x: hidden;
}

html, body, #mainWrapper {
    width: 100%;
}

div.container {
    min-height: calc(100vh - 152px);
}

.faq-title {
  cursor: pointer;
  display: block;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}

.faq-title:hover {
  color: #007bff;
}

.profile-border {
    padding:10px;
	border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

@supports (-ms-ime-align: auto) {
    .form-group label[for="showPassword"] > span, .eye-container .eye-icon {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    body.wide div.container {
        width: 1570px;
    }
}

footer div.container {
    min-height: 0;
}

body > footer {
    clear: both;
}

#mainWrapper {
    height: 100%;
    min-height: 100vh;
}

/* VIDEO IN BACKGROUND */
.tm-videoBackground {
    /*position: absolute;*/
    position: fixed;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.tm-videoBackground video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.no-objectfit body, body.tm-admin, body.no-video {
    background-image: url('../images/video-bg.jpg');
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-objectfit body .tm-videoBackground, body.tm-admin .tm-videoBackground {
    display: none;
}

.no-objectfit .tm-videoBackground video {
    display: none;
}

.btn-opacity {
    display: none;
}

body.tm-admin #mainWrapper > div.container {
    padding-bottom: 50px;
}


*::selection {
    background: #00ddd0;
}

*::-moz-selection {
    background: #00ddd0;
}

.customModalTest .form-group {
    margin-bottom: 0;
}

.customModalTest .btn.btn-primary {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.customModalTest .btn.btn-primary:hover,
.customModalTest .btn.btn-primary:focus {
    background-color: #c9302c;
    border-color: #ac2925;
}

/* no selection */
#showPassword {
    display: none;
}

.errorPage h1, label[for="showPassword"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus,
a:focus, .tm-userNav .btn:focus {
    outline: none;
}

.template {
    display: none;
}

/* -------------------------------------------------------------------- */
/* ------------------------ UP NAVIGATION  ------------------------ */
/* -------------------------------------------------------------------- */
.tm-mainNav {
    padding: 20px 0 50px 0;
}

ul.tm-nav {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

ul.tm-nav > li {
    display: inline-block;
}

ul.tm-nav > li:first-child {
    float: left;
}

ul.tm-nav > li:first-child a {
    display: block;
}

ul.tm-nav > li.tm-userWrapper {
    padding: 6px 0 6px 10px !important;
}

ul.tm-nav > li:not(:first-child) {
    float: right;
    padding: 21px 0 21px 10px;
}

ul.tm-nav > li > a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

ul.tm-nav > li a:hover, ul.tm-nav > li a:focus {
    text-decoration: underline;
}

.tm-userNav {
    float: right;
}

.tm-userNav .btn {
    padding: 10px 20px;
    font-size: 12px;
    color: #999999;
    border-width: 0;
}

.tm-userNav .btn > * {
    float: left;
}

.tm-userNav .btn img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.tm-userNav .btn > span {
    padding: 0 20px 0 10px;
    text-align: left;
    color: #999999;
    text-transform: none;
}

.tm-userNav .btn span > span,
.tm-userNav .btn > i {
    color: #002c88;
}

.tm-userNav .btn > i:before {
    padding: 10px 0;
}

.tm-userNav .btn span > span {
    font-weight: bold;
    text-transform: uppercase;
}

ul.tm-registerNav {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    border-top: 1px solid #d3dfe6;
    border-bottom: 1px solid #d3dfe6;

}

ul.tm-registerNav li {
    margin: 0;
    padding: 10px;
}

ul.tm-registerNav li:not(:last-of-type) {
    border-right: 1px solid #d3dfe6;
}

ul.tm-registerNav li.active {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
}

ul.tm-registerNav li:not(.active) {
    flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
}

ul.tm-registerNav li > p {
    padding: 3px 10px;
}

ul.tm-registerNav li > * {
    float: left;
    font-size: 12px;
    margin: 0;
}

ul.tm-registerNav li.active > span {
    color: #fff;
    background: #3a405b;
}

ul.tm-registerNav li > span {
    padding: 3px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #3a405b;
    background: #f0f2f7;
}

ul.tm-registerNav li:not(.active) > p {
    display: none;
}

/* FORCE CLEAR */
.form-group, .row {
    height: 100%;
}

.clear:after, div[class*="col-"]:after, .form-group:after, .tm-listInput ul > li:after,
.tm-nav:after, .tm-userRemember:after, .tm-header:after, .tm-lineHead:after,
#application_occupations:after,
#user_specializations:after,
#user_employee_specializations:after,
#user_person_edit_specializations:after,
div[class^="col-"] > div:after {
    pointer-events: none;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*div[class^="col-"]>div:not(.form-group) { display: block; }*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.errorPage {
    text-align: center;
}

.errorPage h1 {
    font-size: 404px;
    line-height: 1;
    color: #f2f2f2;
    pointer-events: none;
}

.errorPage h2 {
    position: absolute;
    top: 40%;
    width: 100%;
}

/* -------------------------------------------------------------------- */
/* ------------------------ MAIN STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-loginUser {
    /*min-height: calc(100vh - 92px);*/
}

.tm-loginUser .tm-whiteBox {
    margin: 0 0 100px 0;
}

.tm-loginUser .tm-whiteBox > .row {
    padding: 25px 50px;
}

.tm-loginUser .tm-whiteBox > .row:first-of-type {
    background: #f0f2f7;
}

.tm-loginUser .tm-whiteBox h1, .tm-loginUser .tm-whiteBox h2,
.tm-loginUser .tm-whiteBox h1 > small, .tm-loginUser .tm-whiteBox h2 > small {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.tm-whiteBox {
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    /*padding: 25px 30px;*/
    overflow: hidden;
}

/* ------------------------ AFTER LOGIN MAIN STYLES ------------------------ */
#afterLogin {
    background: #FFF;
    z-index: 0;
}

#afterLogin > section:nth-of-type(2n+2) {
    background: #f2f2f2;
}

#afterLogin > section {
    padding: 75px 0 75px 0;
}

#afterLogin #servierMailing img {
    /*margin-left: -75%;*/
    float: right;
}

#afterLogin #aplikacjaEekg img {
    margin-top: -35%;
    margin-bottom: -75px;
}

#afterLogin #medplatform img {
    /*margin-left: -20%;*/
    float: right;
}

#afterLogin #biuletynVademecum img {

}

#afterLogin p, #afterLogin li {
    font-weight: 300;
    font-size: 18px;
}

#afterLogin h1, #afterLogin h2 {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 25px;
}


.tm-mainWrapper > div:not(.tm-mainBody) {
    overflow: hidden;
}

.tm-mainWrapper > div {
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tm-indexBody:not(.tm-login) > .row {
    padding: 50px 10%;
}

.tm-indexBody.tm-login > .row > div {
    padding: 80px;
}

.tm-indexBody.tm-login > .row > div:first-child {
    background: #FFFFFF;
    background-image: url('../images/home-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom -25px right;
}

.tm-indexBody.tm-login > .row {
    background: #f0f2f7;
}

.tm-sideMenu > div {
    overflow: hidden;
}

.tm-mainBody > div:not(.tm-notify) {
    padding: 30px;
}

.tm-index > .row {
    padding: 50px 100px;
}

.tm-index > .row:nth-child(2n+2) {
    background: #f9f9f9;
}

.tm-mainBody .tm-header h1 {
    float: left;
}

label[for="showPassword"] {
    cursor: pointer;

    padding: 5px 10px;
    text-align: right;
    display: inline;
    position: absolute;
    right: 10px;
    margin-top: -33px;

    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #343e5c;
    text-transform: uppercase;
}

label[for="showPassword"]:hover, label[for="showPassword"]:focus {
    color: #002c88;
}

label[for="showPassword"] span > i {
    font-size: 18px;
    color: #002c88;
}

label[for="showPassword"] span > i:before {
    vertical-align: text-bottom;
}

label[for="showPassword"].show span:first-child {
    display: block;
}

label[for="showPassword"].show span:last-child {
    display: none;
}

label[for="showPassword"] span:first-child {
    display: none;
}

label[for="showPassword"] span:last-child {
    display: block;
}
.eye-container {
    position: relative;
    width: 100%;
    display: inline-block;
}

.eye-icon {
    cursor: pointer;
    position: absolute;
    bottom: -5px;
    right: 20px;
    transform: translateY(-50%);
}

/* -------------------------------------------------------------------- */
/* ------------------------ SIDE MENU STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-sideMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-sideMenu a {
    font-size: 13px;
    color: #343e5c;
    text-decoration: none;
}

.tm-sideMenu ul > li > a {
    border-bottom: 1px solid #d3dfe6;
}

.tm-sideMenu li.current > a,
.tm-sideMenu li.current > a:hover,
.tm-sideMenu li.current > a:focus {
    background: #002c88;
    color: #FFFFFF;
    border-bottom-color: #002c88 !important;
}

.tm-sideMenu a:hover, .tm-sideMenu a:focus {
    background: #d3dfe6;
}

.tm-sideMenu ul > li > a {
    padding: 20px 15px;
    display: block;
}

.tm-sideMenu ul > li .menu_level_1 > li > a {
    padding: 15px 15px 15px 35px;
}

#mobileMenu:not(.menu_level_1) > li > a.collapsible + ul.menu_level_1 {
    height: 0;
    overflow: hidden;
}

#mobileMenu:not(.menu_level_1) > li > a.collapsible.active + ul.menu_level_1 {
    height: auto;
    overflow: visible;
}

#mobileMenu:not(.menu_level_1) > li > a.collapsible {
    position: relative;
}

#mobileMenu > li > a.collapsible:after {
    font-family: "servier";
    content: '\e80e';
    position: absolute;
    top: 0;
    line-height: 60px;
    right: 10px;
}

#mobileMenu > li > a.collapsible.active:after {
    content: '\e811';
}

  .badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .badge-error {
    background-color: #b94a48;
  }
  .badge-white {
    background-color: #ffffff;
  }
  .badge-white:hover {
    background-color: #d3dfe6;
}
  .badge-warning {
    background-color: #f89406;
  }
  .badge-success {
    background-color: #5cc45e;
  }
  .badge-info {
    background-color: #3a87ad;
  }
  .badge-inverse {
    background-color: #333333;
  }


/* -------------------------------------------------------------------- */
/* ------------------------ INDEX LOGIN STYLES ------------------------ */
/* -------------------------------------------------------------------- */
[class*="tm-index"] .tm-header h1 {
    margin-bottom: 30px;
}

.tm-indexBody:not(.tm-static-content) p, .tm-indexBody:not(.tm-static-content) ul > li {
    font-size: 18px;
    line-height: 1.8;
}

.tm-index p, .tm-index ul > li {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
}

.tm-index .tm-header h2 {
    margin-bottom: 25px;
}

ul.tm-listBlue {
    list-style: none;
}

.tm-indexBody p, ul.tm-listBlue, ul.tm-listBlue > li {
    margin-bottom: 20px;
}

ul.tm-listBlue > li {
    text-indent: -25px;
}

ul.tm-listBlue > li:before {
    content: '\e808';
    color: #002c88;
}

.tm-loginUser .tm-userRemember {
    margin: 15px 0;
}

.tm-loginUser .tm-userRemember a {
    font-weight: normal;
    text-decoration: underline;
}

.tm-loginUser .tm-userRemember label {
    font-weight: normal;
}

.tm-lineBreak hr {
    padding: 0;
    margin: 0;
    border-top: 1px solid #d3dfe6;
}

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

.tm-differentColumnWrapper {
    padding-top: 50px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;


    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;

    background: #f9f9f9;
    background-color: #f9f9f9;
}

/* -------------------------------------------------------------------- */
/* ------------------------ HEADER STYLES ------------------------ */
/* -------------------------------------------------------------------- */
header.container {
    height: 92px;
}

.tm-header-h3 {
    font-weight: normal;
    float: left;
}

.tm-blue.tm-header h1,
.tm-blue.tm-header h2,
#afterLogin .tm-header h1,
#afterLogin .tm-header h1 > small {
    color: #002c88;
}

.tm-header h1, .tm-header h2, .tm-header h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.tm-header-h3 {
    font-weight: normal !important;
}

.no-border {
    border-bottom: 0  !important;
}

.color-black {
    color: #000000;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.tm-header h1 {
    font-size: 32px;
}

.tm-header h2 {
    font-size: 26px !important;
}

.tm-header h3 {
    font-size: 14px;
}

.tm-header h1 > small, .tm-header h2 > small {
    color: #000000;
    font-size: 75% !important;
    font-weight: 300;
}

.tm-header.tm-bigHeader h1, .tm-header.tm-bigHeader h2,
.tm-header.tm-bigHeader h1 > small, .tm-header.tm-bigHeader h2 > small {
    font-size: 38px;
}

.tm-header p.upper-bold {
    text-transform: uppercase;
    font-weight: bold;
}

.tm-header .no-header-border {
    border: none;
}

.tm-footer-info {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #d3dfe6;
}

.tm-footer-info p {
    padding: 0 15px;
}

.profil-page-row {
    padding: 5px 45px !important;
}

.profil-page-title-row {
    padding: 5px 30px !important;
    margin-bottom: 15px;
}

.profil-send-action button {
    position: relative;
    top: 20px;
}

.pwz-code-big {
    font-size: 22px;
}

.tm-searchField {
    width: 500px;
    max-width: 100%;
    float: right;
}

.tm-searchField form:before {
    content: '\e807';
    position: absolute;
    font-size: 18px;
    color: #999999;
    padding: 8px 5px;
}

.tm-searchField input {
    width: 100%;
    text-indent: 20px;
}

.tm-searchField button {
    margin-top: 10px;
}

.tm-header > div {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #d3dfe6;
}

.tm-lineHead {
    line-height: 0.5;
    text-align: center;
    height: 10px;
    margin: 25px 0;
}

.tm-lineHead span {
    font-size: 12px;
    font-weight: bold;
    color: #343e5c;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    position: relative;
}

.tm-lineHead span:before,
.tm-lineHead span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #d3dfe6;
    top: 0;
    width: 40%;
}

.tm-lineHead span:before {
    right: 0;
}

.tm-lineHead span:after {
    left: 0;
}

.tm-mainBody .tm-searchNo > div {
    text-align: center;
    border-top: 1px solid #d3dfe6;
}

.tm-mainBody .tm-searchNo div > h3 {
    font-weight: bold;
    text-transform: uppercase;
}

#demo-headline-big {
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
    background-color: red;
    color: silver;
}

/* -------------------------------------------------------------------- */
/* ------------------------ BREADCRUMBS STYLES ------------------------ */
/* -------------------------------------------------------------------- */
ul.tm-breadcrumbs {
    list-style: none;
    padding: 0;
}

ul.tm-breadcrumbs > li {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #b0bcc3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

ul.tm-breadcrumbs > li:not(:first-child):before {
    content: '/';
    padding: 0 5px;
}

.organigram .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-width: 0px;
}

.organigram .panel > .panel-heading + .panel-collapse {
    border-bottom: 1px solid #ccc;
}

.panel-group.organigram .panel, .organigram {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.organigram .panel-heading {
    padding: 0px;
    font-size: 22px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    background: transparent;
    background-color: transparent;
    border-bottom: 2px solid #00a550;
    text-align: center;
}

.organigram .panel-heading .panel-title a {
    text-transform: uppercase;
    color: #00a550;
    display: block;
    padding: 8px 20px;
    font-size: 28px;
    font-weight: 900;
}

.organigram .panel-body h5,
.organigram .panel-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.organigram .panel-body h5 {
    font-size: 14px;
}

.organigram .panel-body h4 {
    font-size: 18px;
}

.organigram .panel-body a {
    color: #00aaeb;
}

.organigram .panel-body h6 {
    font-size: 14px;
    color: #00aaeb;
}

/* -------------------------------------------------------------------- */
/* ------------------------ USER TABLE STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-table table {
    width: 100%;
    color: #343e5c;
}

.tm-table thead tr th {
    border-top: 1px solid #d3dfe6;
    background: #f0f2f7;
    font-size: 12px;
    color: #343e5c;
    padding: 10px 5px;
    min-height: 40px;
}

.tm-table tbody tr td {
    border-top: 1px solid #e4ebf0;
    background: #FFFFFF;
    padding: 6px 5px;
    line-height: 1.1;
}

.tm-table.tm-small-table tbody tr td {
    font-size: 12px;
}

table.tm-tableTag tbody tr td:last-child {
    text-align: center;
}

/*
.tm-table tbody tr td:not(:empty) {
	border-top: 1px solid #d3dfe6;
}
.tm-table tbody tr td {
	background: #FFFFFF;
	padding: 6px 5px;
}
*/
.tm-table tbody tr:hover td {
    background: #f3f4f8;

    transition: all 150ms ease-in;
}

.tm-table tbody tr:last-child td {
    border-bottom: 2px solid #d3dfe6;
}

.tm-table tbody tr td .dropdown {
    text-align: center;
}

.tm-table tbody tr td .btn:hover,
.tm-table tbody tr td .btn:focus {
    color: #002c88;
    border-width: 0;
    background: transparent;
    transition: all 150ms ease-in-out;
}

.tm-table tbody tr td .btn {
    color: #878787;
    padding: 0 4px;
    border-width: 0;
    font-size: 16px;
    background: transparent;
}

.tm-table tbody tr td .btn i {
    font-size: 24px;
}

.tm-table thead tr th a > span {
    line-height: 1;
}

.tm-table table tr.tm-tableSubHeader:hover td,
.tm-table table tr.tm-tableSubHeader td {
    background: #fcfcfd;
}

.tm-table .tm-tableUsers td {
    /* For Firefox */
    word-break: break-all;

    /* For Chrome and IE */
    word-wrap: break-word;
}

.tm-table .tm-tableUsers td:nth-child(5) {
    word-break: break-all;
}

.tm-table .tm-tableUsers th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableUsers th:nth-child(2) {
    width: 10%;
}

.tm-table .tm-tableUsers th:nth-child(3) {
    width: 10%;
}

.tm-table .tm-tableUsers th:nth-child(4) {
    width: 5%;
}

.tm-table .tm-tableUsers th:nth-child(5) {
    width: 15%;
}

.tm-table .tm-tableUsers th:nth-child(6) {
    width: 5%;
}

.tm-table .tm-tableUsers th:nth-child(7) {
    width: 10%;
}

.tm-table .tm-tableUsers th:nth-child(8) {
    width: 5%;
}

.tm-table .tm-tableUsers th:nth-child(9) {
    width: 5%;
}

.tm-table .tm-tableUsers th:nth-child(10) {
    width: 5%;
    text-align: center;
}

.tm-table .tm-tableStats td:not(:first-child) {
    text-align: center;
}

.tm-table .tm-tableStats th:nth-child(1) {
    width: 30%;
}

.tm-table .tm-tableStats th:nth-child(2) {
    width: 15%;
    text-align: center;
}

.tm-table .tm-tableStats th:nth-child(3) {
    width: 15%;
    text-align: center;
}

.tm-table .tm-tableStats th:nth-child(4) {
    width: 15%;
    text-align: center;
}

.tm-table .tm-tableStats th:nth-child(5) {
    width: 15%;
    text-align: center;
}

.tm-table .tm-tableAppStats td:not(:first-child) {
    text-align: center;
}

.tm-table .tm-tableAppStats th:nth-child(1) {
    width: 40%;
}

.tm-table .tm-tableAppStats th:nth-child(2) {
    width: 45%;
    text-align: center;
}

.tm-table .tm-tableAppStats th:nth-child(3) {
    width: 5%;
    text-align: center;
}

.tm-table .tm-tableAppStats th:nth-child(4) {
    width: 5%;
    text-align: center;
}

.tm-table .tm-tableAppStats th:nth-child(5) {
    width: 5%;
    text-align: center;
}


.tm-table .tm-tableGroup th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableGroup th:nth-child(2) {
    width: 20%;
}

.tm-table .tm-tableGroup th:nth-child(3) {
    width: 70%;
}

.tm-table .tm-tableGroup th:nth-child(4) {
    width: 5%;
    text-align: center;
}

.tm-table .tm-tableTag th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableTag th:nth-child(2) {
    width: 25%;
}

.tm-table .tm-tableTag th:nth-child(3) {
    width: 50%;
}

.tm-table .tm-tableTag th:nth-child(4) {
    width: 10%;
}

.tm-table .tm-tableTag th:nth-child(5), .tm-table .tm-tableTag td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.tm-table .tm-tableDaily th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableDaily th:nth-child(2) {
    width: 20%;
}

.tm-table .tm-tableDaily th:nth-child(3) {
    width: 30%;
}

.tm-table .tm-tableDaily th:nth-child(4) {
    width: 15%;
}

.tm-table .tm-tableDaily th:nth-child(5) {
    width: 15%;
}

.tm-table .tm-tableDaily th:nth-child(6) {
    width: 5%;
}

.tm-table .tm-tableLogin th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableLogin th:nth-child(2) {
    width: 15%;
}

.tm-table .tm-tableLogin th:nth-child(3) {
    width: 15%;
}

.tm-table .tm-tableLogin th:nth-child(4) {
    width: 10%;
}

.tm-table .tm-tableLogin th:nth-child(5) {
    width: 30%;
}

.tm-table .tm-tableLogin th:nth-child(6) {
    width: 10%;
}

.tm-table .tm-tableLogin th:nth-child(7) {
    width: 5%;
}

/*
.tm-table .tm-tableGroup .tm-subGroup:before {
	content: '•'; padding-right: 10px;
}
.tm-table .tm-tableGroup .tm-subGroup {
	padding-left: 50px;
}
*/

.tm-table .tm-tableServices th:nth-child(1) {
    width: 5%;
}

.tm-table .tm-tableServices th:nth-child(2) {
    width: 20%;
}

.tm-table .tm-tableServices th:nth-child(3) {
    width: 20%;
}

.tm-table .tm-tableServices th:nth-child(4) {
    width: 45%;
}

.tm-table .tm-tableServices th:nth-child(5) {
    width: 10%;
    text-align: center;
}

table.mmc-tbl-extras button {
    background-color: transparent;
    border: solid 2px black;
    border-radius: .8em;
    font-size: small;
    margin: .4em;
    padding: .4em;
}

table.mmc-tbl-extras button.mmc-green {
    border-color: green;
    color: green;
}

table.mmc-tbl-extras button.mmc-red {
    border-color: red;
    color: red;
}

/* -------------------------------------------------------------------- */
/* ------------------------ PAGINATION STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-pagination {
    text-align: right;
}

.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #343e5c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #002c88;
    border-color: #002c88;
}

.splitThree form[name="user_tags"] #user_tags_tags > div,
#user_tags,
#user_employee_tags,
#user_person_edit_tags,
#user_specializations,
#user_company_specializations,
#user_employee_specializations,
#user_person_edit_specializations,
#application_specializations,
#interests_interests {
    padding: 0 15px;
}

.splitThree form[name="user_tags"] #user_tags_tags > div,
#user_tags > div,
#user_employee_tags > div,
#user_person_edit_tags > div,
#user_specializations > div,
#user_company_specializations > div,
#user_employee_specializations > div,
#user_person_edit_specializations > div,
#application_occupations,
#application_specializations > div,
#interests_interests > div {
    margin: 0 0 10px 0;
    width: 33.33%;
    float: left;
}

@media all and ( max-width: 991px ) {
    #user_tags_tags > div,
    #user_employee_tags > div {
        margin: 0 0 10px 0;
        width: 33.33%;
        float: left;
    }
}

/* -------------------------------------------------------------------- */
/* ------------------------ COMMENT STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-comment {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    margin-bottom: 5px;

    border: 1px solid #d3dfe6;
    padding: 4px 8px;

    background: #f0f2f7;
}

.tm-comment > span {
    font-size: 10px;
    width: 100%;
    text-align: right;
}

.tm-userInfo .row > div[class*="col-"] p,
.tm-comment > p {
    margin-bottom: 0;
}

.tm-userInfo .row {
    min-height: 35px;
}

.tm-userInfo .row > div[class*="col-"] label {
    font-weight: normal;
}

.tm-userInfo .row > div[class*="col-"] p {
    color: #00236c;
    font-weight: bold;
}

.tm-userInfo .row > div[class*="col-"] .tm-userBtn {
    margin-bottom: 0;
}

.tm-inline > * {
    display: inline;
}

.tm-summary-body {
    background-color: #eeeded;
    border-radius: 0px 0px 8px 8px;
}

.tm-summary-header {
    background-color: #eeeded;
    border-radius: 8px 8px 0px 0px;
}

/* -------------------------------------------------------------------- */
/* ------------------------ BUTTON STYLES ------------------------ */
/* -------------------------------------------------------------------- */
.tm-userNav > .btn.btn-default:hover,
.tm-userNav > .btn.btn-default:focus {
    background-color: #fafafa;
    border: 1px solid transparent;
}

.btn-opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

.tm-userNav > .btn.btn-default {
    background-color: #fff;
    background: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;

    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tm-mainBody .tm-userBtn {
    margin-bottom: 20px;
}

.form-group input.form-control[type="checkbox"] {
    max-width: 35px;
}

.btnMarginBottom .btn {
    margin-bottom: 10px;
    margin-left: 0px !important;
}

form.tm-link-form button ,
.tm-userBtn a {
    white-space: nowrap;
    color: #343e5c;
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

form.tm-link-form button > i ,
.tm-userBtn a > i {
    color: #b0bcc3;
    font-size: 200%;
    position: relative;
    top: 4px;
}

form.tm-link-form button:focus > i ,
form.tm-link-form button:hover > i ,
.tm-userBtn a:hover > i, .tm-userBtn a:focus > i,
.tm-userBtn a:hover, .tm-userBtn a:focus {
    color: #002c88;
    transition: all 300ms ease-in-out;
}

.tm-userBtn.tm-userBtnRed i,
.tm-userBtn.tm-userBtnRed a {
    color: #ff2200;
}

.tm-userBtn.tm-userBtnRed a:hover i, .tm-userBtn.tm-userBtnRed a:focus i,
.tm-userBtn.tm-userBtnRed a:hover, .tm-userBtn.tm-userBtnRed a:focus {
    color: #cc1b00;
}

.btn.btn-default, .btn.btn-default.btn-primary {
    color: #FFFFFF;
    background: #002c88;
    background-color: #002c88;
    border: 0 solid transparent;
}

.btn-green {
    color: #FFFFFF;
    background: #00e600 !important;
    background-color: #00e600 !important;
}

.btn.btn-default:active, .btn.btn-default.active,
.btn.btn-default.btn-primary:active, .btn.btn-default.btn-primary.active {
    color: #FFFFFF;
}

.btn.btn-default:hover, .btn.btn-default:focus,
.btn.btn-default.btn-primary:hover, .btn.btn-default.btn-primary:focus {
    background: #00236c;
    background-color: #00236c;
    border: 0 solid transparent;
}

.btn.btn-primary {
    color: #343e5c;
    background: transparent;
    background-color: transparent;
    border: 2px solid #d3dfe6;
}

.btn.btn-primary:active, .btn.btn-primary.active {
    color: #343e5c;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #d3dfe6;
    background-color: #d3dfe6;
    border: 2px solid #d3dfe6;
}

#_submit {
    background: #d3dfe6;
    background-color: #d3dfe6;
    border: 2px solid #d3dfe6;
}

#_submit:hover, #_submit:focus {
    background: #adbdc6;
    background-color: #adbdc6;
    border: 2px solid #adbdc6;
}

.btn-primary > .i-google:before,
.btn-primary > .i-facebook:before {
    font-size: 22px;
    line-height: 20px;
}

.btn.btn-lg {
    padding: 14px 50px;
}

.btn {
    padding: 8px 20px;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn:hover, .btn:focus {
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

.btn:active, .btn.active {
    color: inherit;
    -webkit-box-shadow: 0 0 10px 1px rgba(58, 64, 91, 0.15);
    box-shadow: 0 0 10px 1px rgba(58, 64, 91, 0.15);
}

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

.tm-imageRow img {
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d3dfe6;
    padding: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

#application_image_file {
    background: transparent;
    width: 100%;
    border: 2px dashed #d3dfe6;
    padding: 25px;
}

#application_image_file:hover, #application_image_file:focus, #application_image_file:active {
    outline: none;
    outline-width: 0;
    border-color: #002c88;
    cursor: pointer;

    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

div.text-right > .btn:not(:last-child) {
    margin-right: 10px;
}

.tm-scrollBtn {
    position: absolute;
    z-index: 100;
    left: calc(50vw - 25px);
    background: #FFF;
    margin-top: -25px;

    min-width: 50px;
    min-height: 50px;
    text-align: center;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.tm-scrollBtn > i:before {
    margin: 18px 0;
}

form.form-like-link {
    display: inline-block;
}

form.form-like-link button.btn-link {
    text-transform: none;
    padding: 0;
    border: 0;
    margin: 0;
    color: #a94442;
    font-weight: normal;
    font-size: 14px;
    vertical-align: baseline;
    text-decoration: none;
}

form.form-like-link button.btn-link:hover {
    color: #843534;
    text-decoration: none;
}

/* -------------------------------------------------------------------- */
/* --------------------- IMAGES AND ICONS  STYLES --------------------- */
/* ------------------------------------------------------------------- */
.tm-index > .row img {
    width: 100%;
    height: auto;
}

.tm-roundImg {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.i-google {
    color: #df4b38;
}

.i-facebook {
    color: #3b5998;
}

/* -------------------------------------------------------------------- */
/* ------------------------ INPUT  STYLES ------------------------ */
/* -------------------------------------------------------------------- */

.btn-long {
    white-space: normal;
}

form.limit-width {
    display: inline-block;
    position: relative;
}

label.disabled {
    cursor: not-allowed;
}

form section {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
}

form section.all-optional label:after {
    content: '*';
    color: darkred;
}

label.disabled {
    color: gray;
}

label.very-large {
    overflow: hidden;
    position: relative;
    max-height: 3.6em;
    line-height: 1.2em;
    padding-right: 1em;
    text-align: justify;
}

label.very-large .js-ellipsis {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2em 0 0 3em;
}

label.very-large.expanded {
    max-height: initial;
}

label.very-large.expanded .js-ellipsis {
    display: none;
}

label.strong {
    font-weight: bold;
}

.tm-indexBody .form-group .form-control, .tm-indexBody .form-group .form-control:hover {
    background-color: #ffffff;
    background: #ffffff;
}

.label-required {
    color: darkred;
    content: "*";
}

.form-group {
    position: relative;
}

form[name="parking_user_search"] .form-group {
    position: static; 
}

.form-group .control-label {
    color: #343e5c;

    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.form-group .control-label > small {
    text-transform: none;
}

.form-group textarea.form-control {
    max-width: 100%;
}

.form-group .form-control {
    color: #000000;
    border-color: #d3dfe6;
    background-color: #f0f2f7;
    background: #f0f2f7;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group .form-control:focus {
    border-color: #d3dfe6;
    background-color: #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(58, 64, 91, 0.15);
    -webkit-box-shadow: 0 0 10px 1px rgba(58, 64, 91, 0.15);

    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

/* rmik */
.has-error .form-control {
    border-color: #e9877a !important;
    margin-bottom: 4px;
}

.has-global-errors .help-block,
.has-error .help-block {
    z-index: 100;
    cursor: pointer;
}

.help-block ul {
    margin: 5px auto;
    text-align: center;
}

.has-global-errors .help-block,
.has-error .help-block {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAALVBMVEX/IgD/////IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgD/IgB46FVPAAAADnRSTlMAAAQHCSiGh6qrrK6w5luLsNYAAAA+SURBVHjaPcpJEsAgDANBYQiBLPP/52IHyBxUfZDSn5J2TjA1nsme4QxaBy4FleEtH5sLbH0L1ODta/UI7gZddQHGkpLjcQAAAABJRU5ErkJggg==);

    background-repeat: no-repeat;
    background-position: top 4px right 5px;
    position: absolute;
    max-width: 300px;
    right: 48px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ff2200;
    list-style: none;
    padding: 2px 30px 2px 6px;
    margin: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;


    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}

.has-global-errors .help-block:before,
.has-error .help-block:before {
    content: ' ';
    position: absolute;
    top: -8px;
    right: 5px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid red;
}

.has-global-errors .help-block:after,
.has-error .help-block:after {
    content: ' ';
    position: absolute;
    top: -7px;
    right: 6px;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
}

#addresses .form-group:not(:first-child).has-error,
#phones .form-group.has-error {
    max-height: 50px;
}

#addresses .has-error .help-block,
#phones .has-error .help-block {
    right: initial;
    left: 0;
    position: relative;

    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#addresses .has-error .help-block:before,
#phones .has-error .help-block:before {
    left: 5px;
    right: initial;
}

#addresses .has-error .help-block:after,
#phones .has-error .help-block:after {
    left: 6px;
    right: initial;
}

.has-global-errors .help-block li,
.has-error .help-block li {
    font-size: 12px;
    color: #ff2200;
    line-height: 1.2;
}

.has-global-errors .help-block li:not(:last-of-type),
.has-error .help-block li:not(:last-of-type) {
    margin-bottom: 5px;
}

.tm-listInput ul {
    padding-left: 15px;
}

.tm-listInput ul > li {
    list-style: none;
}

.tm-listInput ul > li > div:first-child {
    width: calc(100% - 110px);
    float: left;
}

.tm-listInput ul > li > div:first-child .form-group {
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 0;
}

.tm-listInput ul > li > div:first-child .form-group .control-label {
    font-size: 10px;
    margin-bottom: 0;
}

.tm-listInput ul > li > div:first-child .form-group .form-control {
    background: #fcfcfd;
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
}

.tm-listInput ul > li > .tm-userBtn {
    min-width: 110px;
    float: left;
    margin-bottom: 0;
    text-align: right;
}

#addresses .form-group {
    position: relative;
}

#addresses .form-control {
    position: relative;;
    z-index: 2;
}

.tm-userBtn.tm-searchGoogle {
    margin: 0;
    z-index: 3;
    position: absolute;
    top: 14px;
    right: 0;
}

.tm-googleResults:not(:empty) {
    margin-top: -10px !important;
    border: 1px solid #d3dfe6;
    z-index: -2;
    padding: 6px 6px 3px 6px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 5px;
}

.tm-googleResults ul {
    padding-left: 0;
}

.tm-googleResults ul li {
    cursor: pointer;
    padding: 5px 0 !important;
    margin: 0 !important;
}

.tm-googleResults ul li:hover, .tm-googleResults ul li:focus {
    color: #002c88;
}

.tm-googleResults ul li:last-of-type:hover, .tm-googleResults ul li:last-of-type:focus {
    color: #ff2200;
}

.tm-listInput ul > li:last-child > .tm-userBtn {
    width: 100%;
    float: none;
    text-align: left;
}

.tm-listInput.tm-listInput-flat ul > li:last-child > .tm-userBtn {
    text-align: right;
}

.tm-listInput ul > li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.tm-listInput ul[id^="phones"] > li > .tm-userBtn {
    margin-top: 0;
}


[id^="add_group_specializations"] > .form-group,
[id^="user_phones"] > .form-group,
[id^="user_employee_phones"] > .form-group,
[id^="address_set"] > .form-group,
[id^="user_address"] > .form-group {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

[id^="address_set"] > .form-group:nth-child(1),
[id^="user_address"] > .form-group:nth-child(1) {
    width: 100%;
}

[id^="address_set"] > .form-group:nth-child(2),
[id^="user_address"] > .form-group:nth-child(2) {
    width: 70%;
}

[id^="address_set"] > .form-group:nth-child(3),
[id^="user_address"] > .form-group:nth-child(3) {
    width: 15%;
}

[id^="address_set"] > .form-group:nth-child(4),
[id^="user_address"] > .form-group:nth-child(4) {
    width: 15%;
}

[id^="address_set"] > .form-group:nth-child(5),
[id^="user_address"] > .form-group:nth-child(5) {
    width: 25%;
}

[id^="address_set"] > .form-group:nth-child(6),
[id^="user_address"] > .form-group:nth-child(6) {
    width: 50%;
}

[id^="address_set"] > .form-group:nth-child(7),
[id^="user_address"] > .form-group:nth-child(7) {
    width: 25%;
}

[id^="address_set"] > .form-group:nth-child(8),
[id^="user_address"] > .form-group:nth-child(8) {
    width: 30%;
}

[id^="address_set"] > .form-group:nth-child(9),
[id^="user_address"] > .form-group:nth-child(9) {
    width: 30%;
}

[id^="address_set"] > .form-group:nth-child(10),
[id^="user_address"] > .form-group:nth-child(10) {
    width: 40%;
}

[id^="user_phones"] > .form-group:nth-child(1),
[id^="user_employee_phones"] > .form-group:nth-child(1) {
    width: 10%;
}

[id^="user_phones"] > .form-group:nth-child(2),
[id^="user_employee_phones"] > .form-group:nth-child(2) {
    width: 90%;
}

[id^="add_group_specializations"] > .form-group:nth-child(1) {
    width: 50%;
}

[id^="add_group_specializations"] > .form-group:nth-child(2) {
    width: 50%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(1) {
    width: 15%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(2) {
    width: 15%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(3) {
    width: 8%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(4) {
    width: 8%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(5) {
    width: 8%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(6) {
    width: 13%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(7) {
    width: 20%;
}

.address-company-whole-widget[id^="user_address"] > .form-group:nth-child(8) {
    width: 13%;
}

#users_phone_main > *
{
    float: left;
}

#users_phone_main select {
    width: 90px;
    margin-right: 10px;
}

#users_phone_main input[type=text] {
    width: calc(100% - 250px);
}

#users_phone_main .checkbox {
    padding-left: 1em;
}

#users_phone_main_new input:first-child {
    float: left;
    width: 90px;
    margin-right: 10px;
}

#users_phone_main_new input:last-child {
    float: left;
    width: calc(100% - 250px);
}

#generateBtn {
    margin-top: 20px;
    margin-bottom: 0px;
}

#apiMethodRow {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 20px 10px;

}

#apiMethodRow .form-group {
    max-width: 100%;
    margin: 0;
}

#apiMethodRow .form-group .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#apiMethodRow .form-group .checkbox label {
    max-width: 100%;
    font-size: 12px;
    line-height: 2;
}

.tm-miniBtn {
    position: absolute;
    top: 10px;
    right: 15px;
}

/*
#specializationsRow > div {
	max-height: 500px; overflow-y: auto; overflow-x: hidden;
    border: 1px solid #EEE;
}*/

.compact-phone .form-group {
    display: inline-block;
}

.compact-phone .form-group select.form-control[name$='[phonePrefix]'] {
    width: auto;
    min-width: 70px;
}

.compact-phone .form-group input.form-control[name$='[number]'] {
    margin-left: 1em;
    width: 80%;
    max-width: 45vw;
}

.horizontally-user-targs-list label {
    font-weight: normal;
}

.error-custom {
    color: red;
    border: solid 2px red;
    padding: .5em;
    border-radius: .5em;
    background-color: white;
    margin: 1em 0;
}

.form-group .select2-container .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
}

.form-group .select2-container .select2-selection--multiple .select2-search--inline {
    font-size: 14px;
}

/* -------------------------------------------------------------------- */
/* --------------------- NOTIFY STYLES --------------------- */
/* ------------------------------------------------------------------- */
.tm-notify {
    position: fixed;
    top: 10px;
    left: calc(50% - 250px);
    z-index: 1050;
    box-sizing: border-box;
    width: 500px;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tm-notify > i {
    font-size: 14px;
}

.tm-notify > span {
    font-size: 16px;
}

.tm-notify > i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 5px;
    cursor: pointer;
}

.tm-notify > i:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);

    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
}

.tm-notify.tm-error,
.tm-notify.tm-warning,
.tm-notify.tm-alert {
    border: 1px solid #ff2200;
    background: #FFFFFF;
    color: #ff2f0f;
}

.tm-notify.tm-success {
    border: 1px solid #0ace00;
    background: #FFFFFF;
    color: #0ace00;
}

.tm-notify.tm-notice {
    border: 1px solid #d3dfe6;
    background: #FFFFFF;
    color: #000000;
}

/* -------------------------------------------------------------------- */
/* ------------------------ AGREEMENTS -------------------------------- */
/* -------------------------------------------------------------------- */

.agreement-group-box {
    border: solid 1px silver;
    padding: 1em;
    margin-bottom: 1em;
}

/* -------------------------------------------------------------------- */
/* --------------------- FOOTER STYLES -------------------------------- */
/* -------------------------------------------------------------------- */

footer {
    background: #FFFFFF;
    padding: 20px;
}

body:not(.tm-admin) footer .row > div {
    padding: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}

footer ul > li:not(:last-child) {
    padding-right: 15px;
}

footer ul > li {
    display: inline-block;
}

footer p, footer ul > li > a, footer ul > li > a:hover, footer ul > li > a:focus {
    color: #002c88;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}

footer ul > li > a:hover, footer ul > li > a:focus {
    text-decoration: underline;
}

footer.tm-fixed,
body.tm-admin footer {
    height: 60px;
    width: 100%;
}

/* -------------------------------------------------------------------- */
/* ----------------- MARGIN and MORE STYLES ------------------- */
/* ------------------------------------------------------------------- */
.mt-0 {
    margin-top: 0px;
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

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

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-20 {
    padding-top: 20px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* -------------------------------------------------------------------- */
/* ----------------- MARGIN and MORE STYLES ------------------- */
/* ------------------------------------------------------------------- */
.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.flexCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.flexTop {
    -webkit-box-align: start; /* top */
    -ms-flex-align: start; /* top */
    align-items: start; /* top */
}

.flex.flexAlignCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flex.flexAlign {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexbox .tm-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.no-flexbox .tm-flex {
    display: table;
}

.no-flexbox .tm-flex > div {
    display: table-cell;
    vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* ------------------------ Our question modal ------------------------ */
/* -------------------------------------------------------------------- */

#commonModal .modal-body {
    text-align: center;
}

#commonModal .modal-body .btn {
    margin: 1em;
}

.tm-registerWrapper > .tm-mainWrapper {
    margin-bottom: 100px;
}

/* -------------------------------------------------------------------- */
/* ------------------------------ Cookie Box -------------------------- */
/* -------------------------------------------------------------------- */

#cookie-box {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    width: 100%;

    background: rgba(0, 0, 0, 0.8);
    color: #FFF;

    text-align: center;
}

#cookie-box .js-remove-cookie-note {
    font-size: 18px;
    cursor: pointer;
}

#cookie-box .js-remove-cookie-note:focus,
#cookie-box .js-remove-cookie-note:hover {
    color: #337ab7;
    cursor: pointer;
}

/* -------------------------------------------------------------------- */
/* ------------------------ update Personal Data Modal -----------------*/
/* -------------------------------------------------------------------- */
#update-personal-data-modal {
    text-align: center;
}

/* -------------------------------------------------------------------- */
/* ---------------------- WORK CALENDAR STYLES ------------------------ */
/* -------------------------------------------------------------------- */

.fc-daygrid-block-event .fc-event-title {
    padding-top: 6px;
}

.fc-event.event-comment {
    position: absolute;
    z-index: 10;
    top: -2.6em;
    right: 2em;
    font-weight: bold;
    font-size: var(--fc-small-font-size,.8em);
}

/* -------------------------------------------------------------------- */
/* ----------------- MEDIA PHONE TABLET ETC STYLES ------------------- */
/* ------------------------------------------------------------------- */
@media (max-width: 320px) {
    ul.tm-nav > li:first-child {
        max-width: 25%;
    }

    .tm-loginUser .btn {
        padding: 5px 10px !important;
    }

    .tm-userNav .btn {
        padding: 3px 4px !important;
    }

    .tm-userNav .btn > span {
        padding: 0 10px 0 5px !important;
    }
}

@media (max-width: 685px)  {
    footer.tm-fixed {
        overflow: hidden;
        height: auto !important;
    }
}
@media (max-width: 479px) {
    body {
        background-image: url('../images/video-bg.jpg');
        height: 100vh;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body .tm-videoBackground {
        display: none;
    }

    .tm-videoBackground video {
        display: none;
    }

    .tm-nav li:not(.tm-userWrapper) img {
        max-width: 100px;
        padding: 20px 0;
    }

    .tm-userNav > .btn.btn-default {
        padding: 2px 4px;
    }

    .tm-userNav > .btn.btn-default > img ~ span {
        padding-left: 4px;
    }

    .tm-sideMenu ul > li > a {
        padding: 10px 15px;
    }

    .tm-sideMenu ul > li .menu_level_1 > li > a {
        padding: 10px 20px 10px 25px;
    }

    .tm-index > .row,
    .tm-indexBody.tm-login > .row > div > .row,
    .tm-indexBody:not(.tm-login) > .row {
        padding: 20px 10px !important;
    }

    .tm-header h1 > small, .tm-header h2 > small {
        font-size: 60% !important;
    }

    footer p {
        text-align: center;
    }
    footer.tm-fixed {
        overflow: hidden;
        height: auto !important;
    }
    footer ul {
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center !important;
    }

    .splitThree form[name="user_tags"] #user_tags_tags > div,
    #user_tags > div,
    #user_employee_tags > div,
    #user_person_edit_tags > div,
    #application_occupations > div,
    #user_specializations > div,
    #user_employee_specializations > div,
    #user_person_edit_specializations > div {
        width: 100% !important;
    }

    .tm-nav li:not(.tm-userWrapper) img {
        padding: 10px 0 !important;
    }

    div.text-right > .btn:not(:last-child) {
        margin-right: 0;
    }

    .btn {
        padding: 8px 30px;
        font-size: 12px;
    }

    .tm-userBtn a {
        display: block;
        width: 100%;
    }

    #application_image_file {
        max-width: 100%;
        padding: 5px;
    }

    .tm-mainBody > div:not(.tm-notify) {
        padding: 15px;
    }

    ul.tm-nav > li:not(:first-child) {
        padding: 12px 0 12px 10px;
    }

    ul.tm-breadcrumbs > li {
        margin-bottom: 2px;
        font-size: 10px;
    }

    ul.tm-breadcrumbs > li:not(:first-child):before {
        padding: 0 0;
    }

    .tm-loginUser .tm-whiteBox > .row {
        padding: 20px;
    }

    .tm-whiteBox .tm-lineHead + .row .btn-block, .tm-userRemember {
        font-size: 12px;
    }

    .tm-userRemember a {
        margin-top: 10px;
    }

    [id^="add_group_specializations"] > .form-group,
    [id^="user_phones"] > .form-group,
    [id^="user_employee_phones"] > .form-group,
    [id^="user_addresses"] > .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    [id^="user_phones"] > .form-group:nth-child(1),
    [id^="user_employee_phones"] > .form-group:nth-child(1) {
        width: 30%;
    }

    [id^="user_phones"] > .form-group:nth-child(2),
    [id^="user_employee_phones"] > .form-group:nth-child(2) {
        width: 70%;
    }

    [id^="user_addresses"] > .form-group {
        width: 100% !important;
    }

    [id^="user_address"] > .form-group .tm-userBtn.tm-searchGoogle {
        top: 10px;
    }

    .tm-registerWrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

    body.tm-admin footer {
        padding: 8px 25px;
    }

    body.tm-admin .tm-nav > li:last-child:not(.tm-userWrapper) {
        display: none;
    }

    #user_tags_tags > div {
        margin: 0 0 10px 0;
        width: 100% !important;
        float: left;
    }
}

@media (max-width: 768px) {
    #user_tags_tags > div {
        margin: 0 0 10px 0;
        width: 50%;
        float: left;
    }

    .errorPage h1 {
        font-size: 140px;
    }

    .errorPage h2 {
        position: relative;
        top: 0;
        font-size: 20px;
        margin-bottom: 40px;
    }

    [id^="address_set"] > .form-group:nth-child(5),
    [id^="user_address"] > .form-group:nth-child(5) {
        width: 50%;
    }

    [id^="address_set"] > .form-group:nth-child(7),
    [id^="user_address"] > .form-group:nth-child(7) {
        width: 50%;
    }

    .tm-userBtn.tm-searchGoogle span {
        display: none;
    }

    .tm-mainBody .btn {
        margin-bottom: 10px;
    }

    .tm-indexBody.tm-login > .row > div {
        padding: 40px;
    }

    .tm-indexBody:not(.tm-login) > .row {
        padding: 50px 40px;
    }

    .tm-sideMenu {
        margin-bottom: 20px;
    }

    .tm-mainBody {
        margin-bottom: 50px;
    }

    .baseMarginBottom {
        margin-bottom: 50px;
    }

    .splitThree form[name="user_tags"] #user_tags_tags > div,
    #user_tags > div,
    #user_employee_tags > div,
    #user_person_edit_tags > div,
    #application_occupations > div,
    #user_specializations > div,
    #user_employee_specializations > div,
    #user_person_edit_specializations > div {
        width: 50%;
    }

    ul.tm-nav > li:first-child {
        max-width: 40%;
    }

    ul.tm-nav > li:first-child a {
        display: inline;
    }

    .tm-nav li:not(.tm-userWrapper) img {
        padding: 0 0;
        width: 100%;
        height: auto;
    }

    .tm-userWrapper .tm-userNav img {
        display: none;
    }

    .tm-notify {
        left: calc(5vw);
        max-width: 90vw;
        width: 90vw;
    }

    .tm-imageRow {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .tm-table > div {
        overflow-x: auto;
    }

    .tm-table table {
        min-width: 600px;
    }
}

@media (max-width: 991px) {
    img.tm-imgFillContainer {
        max-width: 75%;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    footer ul {
        text-align: left;
    }

    .tm-index > .row {
        padding: 40px;
    }

    .tm-index > .row img {
        width: 50%;
        height: auto;
        display: block;
        margin: 0 auto 25px auto;
    }

    #accordionMenu div > .btn {
        margin-bottom: 15px;
    }

    .tm-indexBody.tm-login > .row {
        display: table;
    }

    .tm-indexBody.tm-login > .row > div:first-child {
        display: table-footer-group;
    }

    .tm-indexBody.tm-login > .row > div:last-child {
        display: table-header-group;
    }

    .tm-indexBody.tm-login > .row > div > .row {
        padding: 80px;
    }

    .flexbox .tm-flex {
        display: block;
    }

    #afterLogin img {
        width: 100%;
        height: auto;
    }

    #afterLogin #servierMailing img {
        float: none;
    }

    #afterLogin #aplikacjaEekg img {
        margin-top: 0;
        margin-bottom: -75px;
    }

    #afterLogin #medplatform img {
        float: none;
        margin-bottom: 25px;
    }

    #generateBtn {
        margin-top: 5px;
    }

    #phone_phonePrefix {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .tm-mainWrapper > div {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .tm-table {
        overflow: auto;
        width: 100%;
        height: 100%;
    }

    .tm-table > div:first-child {
        overflow-x: scroll;
        overflow-y: auto;
    }
}

input ~ .help-block,
.wrapAlert.danger > .help-block {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 15px 10px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
}

.tm-table tbody tr th,
.tm-table tbody tr td {
    border-top: 1px solid #e4ebf0;
    background: #FFFFFF;
    padding: 6px 5px;
    line-height: 1.1;
}

.tm-table tbody tr:hover th,
.tm-table tbody tr:hover td {
    background: #f3f4f8;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}

#nil_verify_birthDate .form_control {
    width: auto;
    display: inline;
}

.important-visible {
    display: block !important;
}

.field-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.tm-userNav .btn span > span {
    white-space: normal;
}


.text-size-body {
    font-size: 12px;
}

.fill-profile-info {
}

.text-color-error {
    color: white;
    background: #002c88;
    padding: 10px 15px;
    font-weight: bold;
}

.profile-info {
    margin: 0 -15px 15px -15px;
    font-size: 14px;
}

.organigram .panel-body h6.green {
    color: #00a550;
}

.text-color-grey {
    color: grey;
    margin: -10px -10px 10px 0;
}

.info-old-form {
    margin: 1em;
}

.text-color-grey-label-start {
    color: grey;
    font-size: 9px;
    visibility: hidden;
}

.text-color-grey-label-end {
    color: grey;
    font-size: 9px;
}

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

.pyb-10 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.user__profile {
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    margin: 0;
}

.user__forms .form-group .control-label {
    color: #000;
}

.user__forms h4 {
    font-size: 14px;
    margin-top: 20px;
}

.user__data .tm-header h3 {
    font-size: 16px;
}

#comment_save {
    margin-top: 10px;
}

.c-both {
    clear: both;
}

.all-required label::after,
label.direct-required::after,
label.first-div-required > div:first-child::after {
    content: '*';
    color: darkred;
}

/* CSS Hack for JS calendar. */
label.first-div-required > div:first-child {
    padding-right: .5em;
    position: relative;
}

/* CSS Hack for JS calendar. */
label.first-div-required > div:first-child::after {
    position: absolute;
    top: 0;
    right: 0;
}

.color-red {
    color: darkred;
}

/* -------------------------------------------------------------------- */
/* ------------------------------ TRIX -------------------------------- */
/* -------------------------------------------------------------------- */

trix-toolbar .trix-button-group.trix-button-group--file-tools {
    display: none;
}

/* -------------------------------------------------------------------- */
/* --------------------- RESETS FOR P IN WYSIWYG ---------------------- */
/* -------------------------------------------------------------------- */

#registration-agreements-section label input[type=checkbox],
#formAgreements label input[type=checkbox] {
    margin-top: 0;
}

#registration-agreements-section label p,
#registration_agreements label p,
#formAgreements label p {
    margin: 0;
    line-height: 1.2em;
}

#registration-agreements-section .form-group {
    margin: 0;
}

.tm-indexBody label p {
    font-size: inherit;
}

#user-specializations .checkbox label,
#user_tags .checkbox label,
#user_employee_tags .checkbox label,
#user_person_edit_tags .checkbox label{
    font-weight: bold;
}

.form-group .form-control#registration_one_company_phone_phonePrefix {
    min-width: 70px;
}

/* -------------------------------------------------------------------- */
/* ----------------------------- RESET -------------------------------- */
/* -------------------------------------------------------------------- */
.container.territories-group {
    min-height: inherit;
}
form[name="transparency_code"] .form-group .form-control {
    background: #ffffff;
}

.mmc-year-rapport .btn {
    margin: 1em 0 1em 1em;
}

/* -------------------------------------------------------------------- */
/* --------------------------- TEMPORARY ------------------------------ */
/* -------------------------------------------------------------------- */

.temporary-solution-box {
    margin-right: 15px;
    padding-right: 15px;
}

.temporary-solution-bottom-margin {
    margin-bottom: 1em;
}

#change_email {
    cursor: pointer !important;
}


/* CSS FOR ORGANIGRAM */
.btn-organigram {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #343a40;
    font-size: 10px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

.clickme {
    cursor: pointer;
}
