body{
    background-color: rgb(226, 226, 226);
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a{
    font-family: 'Fira Sans', sans-serif;
}

a{

}

iframe{
    border: none;
}


[contenteditable=true]:empty:before{
    color: #929292;
    content: attr(placeholder);
    display: block; /* For Firefox */
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

/* header welcome styles */
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(36, 49, 57, 0.5);
}

.user-thumbnail-small{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    image-rendering: -webkit-optimize-contrast;
}

.user-thumbnail-small img{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.70);
}

.user-thumbnail {
    width: 50px;
}

.user-thumbnail > img {
    width: 60%;
}

.user-link {
    padding: 0 !important;
}

.user-thumbnail > .caret {
    margin-top: 10px;
    background-color: transparent;
}
.user-link {
    padding: 0 !important;
}
.city-holder img{
    width: 50%;
}
.custom-gradient{
    background: #554093;
    background: -moz-linear-gradient(-45deg,  #554093 17%, #4580a0 68%, #5cbcb7 93%);
    background: -webkit-linear-gradient(-45deg,  #554093 17%,#4580a0 68%,#5cbcb7 93%);
    background: linear-gradient(135deg,  #554093 17%,#4580a0 68%,#5cbcb7 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554093', endColorstr='#5cbcb7',GradientType=1 );
}
.main-header .navbar-nav li:first-child:hover,
.main-header .navbar-nav li:first-child a:focus {
    border-color: transparent !important;
    background-color: transparent !important; 
}
.main-header .navbar-nav li.welcome-text {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 17px;
}

.main-header .navbar-nav li.welcome-text:hover {
    border: none;
}

/* dropdown */
.dropdown-menu li a {
    color: black;
}
.calendar-date table td{
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}
.calendar-date table td:hover,
.calendar-date table td:focus,
.calendar-date table td:active{
    background: #f2f0f0;
}
.tex-ren-aut{
    text-rendering: auto !important;
}
/* general */

body,
html {
    height: 100%;
}


section {}

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

.ali-ite-cen {
    align-items: center;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed !important;
}

.min-wid-70-p {
    min-width: 70%;
}

.min-wid-80-p {
    min-width: 80%;
}

.min-wid-200 {
    min-width: 200px;
}

.min-wid-250 {
    min-width: 250px;
}

.max-wid-220 {
    max-width: 220px;
}

.wid-10 {
    width: 10px;
}

.wid-20 {
    width: 20px;
}

.wid-150 {
    width: 150px;
}

.wid-165 {
    width: 165px;
}

.wid-170 {
    width: 170px;
}

.wid-180 {
    width: 180px !important;
}

.wid-210 {
    width: 210px;
}

.wid-220 {
    width: 220px;
}
.wid-450 {
    width: 450px !important;
}

.wid-20-p {
    width: 20% !important;
}

.wid-30-p {
    width: 30% !important;
}

.wid-40-p {
    width: 40% !important;
}

.wid-50-p {
    width: 50% !important;
}

.wid-55-p {
    width: 55% !important;
}

.wid-60-p {
    width: 60% !important;
}

.wid-65-p {
    width: 65% !important;
}

.wid-70-p {
    width: 70% !important;
}

.wid-80-p {
    width: 80%;
}

.wid-90-p {
    width: 90%;
}

.wid-95-p {
    width: 95%;
}

.wid-100-p {
    width: 100% !important;
}

.dis-non {
    display: none;
}

.dis-non-imp {
    display: none !important;
}

.wid-50-p {
    width: 50% !important;
}

.dis-blo {
    display: block;
}

.dis-blo-imp {
    display: block !important;
}

.dis-tab {
    display: table !important;
}

.dis-tab-kanban {
    display: table;
    margin: 0 auto;
}

.dis-fle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.fle-wra {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.in-block {
    display: inline-block !important;
}
.zin-3{
    z-index: 3;
}
/* life saver */

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.center-imp {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.center-y {
    /* Internet Explorer 10 */
    display: -ms-flexbox !important;
    -ms-flex-align: center !important;
    /* Firefox */
    display: -moz-box !important;
    -moz-box-align: center !important;
    /* Safari, Opera, and Chrome */
    display: -webkit-box !important;
    -webkit-box-align: center !important;
    /* W3C */
    display: box !important;
    box-align: center !important;
}

.center-x {
    /* Internet Explorer 10 */
    display: -ms-flexbox !important;
    -ms-flex-pack: center!important;
    /* Firefox */
    display: -moz-box !important;
    -moz-box-pack: center !important;
    /* Safari, Opera, and Chrome */
    display: -webkit-box !important;
    -webkit-box-pack: center !important;
    /* W3C */
    display: box !important;
    box-pack: center !important;
}
/* dimensions */

.hei-ini {
    height: initial !important;
}
.hei-5 {
    height: 5px;
}

.hei-10 {
    height: 10px;
}

.hei-15 {
    height: 15px;
}

.hei-20 {
    height: 20px;
}

.hei-30 {
    height: 30px;
}

.hei-40 {
    height: 40px;
}

.hei-45 {
    height: 45px;
}

.hei-50 {
    height: 50px;
}

.hei-70 {
    height: 70px;
}

.hei-90 {
    height: 90px;
}

.hei-95 {
    height: 95px;
}

.hei-180 {
    height: 180px;
}

.hei-200 {
    height: 200px;
}

.hei-85-p {
    height: 85%;
}

.hei-100-p {
    height: 100%;
}

.min-hei-86{
    min-height: 86px !important;
}
.min-hei-100 {
    min-height: 100px;
}

.min-hei-200 {
    min-height: 200px;
}
.min-hei-300 {
    min-height: 300px;
}
.min-hei-400 {
    min-height: 400px;
}
.min-hei-600 {
    min-height: 600px;
}
/* text */

.wor-wra-nor{
    word-wrap: normal;
}

.tex-bol{
    font-weight: bold;
}

.tex-ali-cen {
    text-align: -webkit-center;
    text-align: center;
}

.text-ali-jus {
    text-align: justify;
}

.tex-ali-lef {
    text-align: left !important;
}

.tex-ali-rig {
    text-align: right;
}

.tex-tra-upp {
    text-transform: uppercase;
}

.tex-tra-cap {
    text-transform: capitalize;
}

.fon-fam-source{
    font-family: 'Source Sans Pro', sans-serif;
}

.fon-fam-fira {
    font-family: 'Fira Sans', sans-serif !important;
}

.fon-fam-rob {
    font-family: 'Roboto', sans-serif;
}

.fon-fam-fira {
    font-family: 'Roboto Slab', sans-serif !important;
}

.fon-fam-quattrocento {
    font-family: 'Quattrocento', sans-serif !important;
}

.fon-fam-istok {
    font-family: 'Istok Web', sans-serif !important;
}

.fon-fam-open-condensed {
    font-family: 'Open Sans Condensed', sans-serif !important;
}

.fon-fam-fjalla {
    font-family: 'Fjalla One', sans-serif !important;
}
.fon-wei-200{
    font-weight: 200;
}
.fon-wei-lig{
    font-weight: 300 !important;
}
.fon-wei-400{
    font-weight: 400;
}
/* cursors */

.cur-poi {
    cursor: pointer;
}
/* breaks */

.break-word {
    word-break: break-all;
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 */
    word-wrap: break-word;
    /* IE */
}

.elipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-padding {
    padding: 0 !important;
}

.no-box-sha{
    box-shadow: none;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}


.pad-14-v {
    padding: 14px 0;
}

.pad-top-16 {
    padding-top: 16px;
}

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

.pad-top-30 {
    padding-top: 30px;
}

.pad-5 {
    padding: 5px;
}

.pad-6 {
    padding: 6px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-50 {
    padding: 50px;
}

.pad-ver-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-ver-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pad-ver-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* absolutes */


.bot-30{
    bottom: 30px;
}

.lef-2-n{
    left: -2px;
}

.lef-70-p{
    left: 70%;
}

.lef-85-p{
    left: 85%;
}

.lef-90-p{
    left: 90%;
}

.top-8{
    top: 8px;
}

.top-10{
    top: 10px;
}

.top-12{
    top: 12px;
}

/* margins */
.no-margin {
    margin: 0 !important;
}

.mar-10 {
    margin: 10px;
}

.mar-30 {
    margin: 30px;
}

.mar-0-aut {
    margin: 0 auto;
}
.mar-bot-3 {
    margin-bottom: 3px;
}
.mar-bot-10 {
    margin-bottom: 10px;
}
.mar-bot-15 {
    margin-bottom: 15px;
}
.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-40{
    margin-bottom: 40px !important;
}

.mar-bot-60 {
    margin-bottom: 60px !important;
}

.mar-bot-60 {
    margin-bottom: 80px;
}

.mar-bot-100 {
    margin-bottom: 100px;
}

.mar-top-0{
    margin-top:0px !important;
}

.mar-top-2-n {
    margin-top: -2px;
}

.mar-top-2 {
    margin-top: 2px;
}

.mar-top-4 {
    margin-top: 4px;
}

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

.mar-top-6 {
    margin-top: 6px;
}

.mar-top-7 {
    margin-top: 7px;
}

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

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

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

.mar-top-22 {
    margin-top: 22px !important;
}

.mar-top-23 {
    margin-top: 23px;
}

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

.mar-top-28 {
    margin-top: 28px;
}

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

.mar-top-35 {
    margin-top: 35px !important;
}

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

.mar-top-70 {
    margin-top: 70px;
}
.mar-top-90{
    margin-top: 90px;
}
.mar-top-130 {
    margin-top: 130px;
}

.mar-top-5-n {
    margin-top: -5px;
}

.mar-top-10-n {
    margin-top: -10px;
}

.mar-top-20-n {
    margin-top: -20px;
}

.mar-top-30-n {
    margin-top: -30px;
}

.mar-top-40-n {
    margin-top: -40px;
}

.mar-top-50 {
    margin-top: 50px;
}
.mar-top-95 {
    margin-top: 95px;
}
.mar-top-100 {
    margin-top: 100px;
}

.mar-top-110 {
    margin-top: 110px;
}

.mar-top-170 {
    margin-top: 170px;
}

.mar-top-180 {
    margin-top: 180px;
}

.mar-top-200 {
    margin-top: 200px;
}

.mar-top-250 {
    margin-top: 250px;
}

.mar-rig-0 {
    margin-right: 0;
}

.mar-rig-2 {
    margin-right: 2px;
}

.mar-rig-4 {
    margin-right: 4px;
}

.mar-rig-5 {
    margin-right: 5px;
}

.mar-rig-10 {
    margin-right: 10px;
}

.mar-rig-20 {
    margin-right: 20px;
}

.mar-rig-40 {
    margin-right: 40px;
}

.mar-rig-50 {
    margin-right: 50px;
}

.mar-rig-90 {
    margin-right: 90px;
}

.mar-lef-5-n {
    margin-left: -5px;
}

.mar-lef-1 {
    margin-left: 1px;
}

.mar-lef-2 {
    margin-left: 2px;
}

.mar-lef-5 {
    margin-left: 5px;
}

.mar-lef-5-p {
    margin-left: 5%;
}

.mar-lef-10 {
    margin-left: 10px;
}

.mar-lef-15 {
    margin-left: 15px;
}

.mar-lef-20 {
    margin-left: 20px;
}
/* paddings */

.pad-bot-0 {
    padding-bottom: 0px !important;
}

.pad-bot-10 {
    padding-bottom: 10px !important;
}

.pad-bot-20 {
    padding-bottom: 20px;
}

.pad-bot-50 {
    padding-bottom: 50px;
}

.pad-bot-120 {
    padding-bottom: 120px !important;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-85 {
    padding-top: 85px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-top-150 {
    padding-top: 150px;
}

.pad-14-v {
    padding: 14px 0;
}

.pad-6 {
    padding: 6px;
}

.pad-ver-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-lef-0 {
    padding-left: 0px !important;
}

.pad-lef-5 {
    padding-left: 5px;
}

.pad-lef-6 {
    padding-left: 6px;
}

.pad-lef-10 {
    padding-left: 10px;
}

.pad-lef-25 {
    padding-left: 25px;
}
/* borders */

.bor-non {
    border: none;
}
.bor-rig-gra{
    border-right: solid 1px #dcdcdc;
}
.bor-rad-0{
    border-radius: 0px !important;
}
.bor-rad-5{
    border-radius: 5px;
}

.try-animate {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 100;
}

.clear {
    clear: both;
}

/* indexes */

.z-ind-1-n{
    z-index: -1;
}

.z-ind-99{
    z-index: 99;
}

/* positions */

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.top-0 {
    top: 0px;
}

.top-9 {
    top: 9px !important;
}

.top-50-n {
    top: -50px;
}

.rig-0 {
    right: 0px;
}

.flo-lef {
    float: left;
}

.flo-rig {
    float: right;
    margin-top: 2px;
}
.flo-non{
    float: none !important;
}

.ove-hid {
    overflow: hidden;
}

.ove-x-scr {
    overflow-x: scroll;
}

.no-border {
    border: none !important;
}

.btn-pad {
    padding: 10px 12px;
}

.opa-0{
    opacity: 0;
}
.opa-1{
    opacity: 1 !important;
}
.opa-05{
    opacity: 0.5;
}

.gray-filter{
    -webkit-filter: contrast(1.1) grayscale(1); /* Old WebKit */
    filter: contrast(1.1) grayscale(1);
}

/* header */

.btn-menu-mobile {
    display: none;
}

.mobile-menu {
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 9999999990;
    background: #f5f7f9;
    width: 100%;
    position: fixed;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: -1px 1px 11px 1px rgba(0,0,0,.09);
    box-shadow: -1px 1px 11px 1px rgba(0,0,0,.09);
}

.mobile-menu.active {
    left: 0;
}

.user-header {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 15px;
    position: relative;
    background-color: #353535;
}

.user-header .close-button {
    color: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 25px;
}

.user-header .head-logo {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #545454;
}

.user-header .head-logo img {
    width: 165px;
    margin-left: 20px;
}

.user-header .head-user {
    padding: 20px 15px 0;
}

.user-header .head-user .user-pic {
    width: 70px;
    height: 70px;
}

.user-header .head-user .user-pic img {
    border-radius: 50%;
    width: 100%;
}

.user-header .head-user > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    text-transform: capitalize;
}

.user-header .head-user .title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
}


.credit-item {
    width: 100%;
    padding: 20px 0 0 !important;
    margin-right: 0 !important;
}

.nav-items {
    flex: 1;
    overflow: auto;
    padding: 0px 15px 20px;
    -webkit-overflow-scrolling: touch;
}

.nav-items h4 {
    text-align: left;
    font-size: 16px;
    padding: 12px 15px;
    color: #c0c0c0;
}

.nav-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: 300;
}

.nav-items ul li {
    text-align: left;
    padding: 10px 13px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-items ul li a {
    font-size: 16px;
    color: #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.nav-items ul li a .badge-copy {
    margin-top: 0;
}

.nav-items ul li a .icon-text {
    font-size: 17px;
    margin: 0 10px 0 3px;
    background: #4005a9;
    border-radius: 50px;
}

.nav-items ul li a .icon-text img {
    max-height: 40px;
}

.overlay-menu {
    width: 100%;
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999989;
    top: 0;
}

.credits{
    background-color: #2ac56d;
    padding: 4px 10px 4px 10px;
    border-radius: 25px;
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
}

.home-main-above-wrap{
    background-color: #000;
    border-bottom: solid 1px #555387;
}

.main-header {
    min-height: 65px;
    position: fixed;
    z-index: 6;
    top: 0px;
    border-bottom: 0;
}

.home-background{
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}


.main-header:hover {
    /* background-color: rgba(255, 255, 255, 0.08); */
}

.act-head,
.permanent-header,
body.permanent-header > header {
    background: #414472;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.permanent-header .top-nav,
.permanent-header .navbar-header {
    margin-top: 0 !important;
}

.main-header .site-navigation {
    list-style: none;
}

.main-header .navbar-nav li {
    text-align: center;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-left: 10px;
}

.main-header .navbar-nav li label.option.active,
.main-header .navbar-nav li label.option:hover {
    cursor: pointer;
    color:#00C1D3;
}

.main-header .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.main-header .navbar-nav li a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
}

.main-header .navbar-toggle {
    background: #FECC17;
    margin: 10px 0 0 40px;
}

.main-header .navbar-nav li a:hover {
    background: none !important;
}

.framed{
    box-shadow: 0px 0px 0px 10px rgba(86, 70, 107, 0.6);
}


.badge-copy{
    margin-top: 5px;
    position: relative;
    left: 5px;
}

.swal2-modal .swal2-close {
    top: 30px;
    right: 15px;
}

.language-modal {
    padding-left: 32px;
    padding-right: 50px;
}

.close-language {
    top: -10px !important;
    right: 5px;
    background: #424c71 !important;
    color: #fff !important;
}


/* inputs */

.input-transparent{
    background: transparent;
    border: 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.select-blue{
    background: #5B5F73;
    border: 0;
    outline: none;
    font-size: 15px;
    width: 100%;
    margin-top: 5px;
}

.input-title-big,.input-title-small{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #8e8f91;
    font-weight: 400; 
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.input-title-small{
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin-top: 0px;
}

.custom-input-01,.custom-input-02, .custom-input-03{
    width: 100% !important;
    border-radius: 5px;
    border: none;
    padding: 8px;
    background-color: #f8f8f8;
    outline: none;
    resize: none;
}

.custom-input-02{
    padding: 5px; 
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.custom-input-03{
    background-color: #FFF;
    color: #333;
    padding: 10px 10px 10px 64px !important;
    height: 42px;
    /* font-size: 13px; */
    -webkit-appearance: none;
    display: block;
    -moz-appearance:    none;
    appearance:         none;
}
.custom-input-01.btn-group button,
.custom-input-03.btn-group button{
    width: 100%;
    border-radius: 2px;
    border: none;
    background-color: #FFF;
    padding: 0;
    outline: 0 !important;
}
.custom-input-01.btn-group.open button,
.custom-input-03.btn-group.open button{
    background-color: #f8f8f8 !important;
    box-shadow: none;
}
.custom-input-03 .dropdown-menu ul.dropdown-menu li{display: block;text-align: left;width: 100%;}
.custom-input-03 .dropdown-menu ul.dropdown-menu li a{
    color: #000 !important;
    width: 100%;
    padding: 8px;
    text-align: left;
}
.custom-input-03 .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
    background-color: #e7e7e7 !important;
}

.select-wrapper::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #a7a7a7;
    position: absolute;
    top: 20px;
    right: 14px;
}

.inner-addon {
    position: relative;
}

.inner-addon > .fa {
    position: absolute;
    pointer-events: none;
    height: 38px;
    padding: 0px 0px 0px 10px;
    color: #c7c7c7;
    font-size: 22px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.left-addon .fa  {left:  0px;top: 0px;z-index: 2;}
.right-addon .fa { right: 0px; top: 0px;}

.left-addon input  { padding-left:  40px; }
.right-addon input { padding-right: 40px; }

.inner-addon input:focus + i,
.inner-addon .custom-input-01.btn-group.open + i{ 
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #716EB2 !important;
}


/* slider */

.home-slider .item {
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
}

.home-slider .item h1 {
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    font-weight: 300;
    line-height: 64px;
    font-size: 70px;
    text-transform: uppercase;
}

.home-slider .item h1::first-letter {
    font-size: 90px;
}

.home-slider .item h1 > span {
    font-size: 60px;
}

.home-slider .sli-pag-tit {
    letter-spacing: 4px;
    font-weight: 100;
    position: relative;
}

.home-slider .sli-pag-tit::before,
.home-slider .sli-pag-tit::after {
    content: '';
    width: 50px;
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.home-slider .sli-pag-tit::before {
    left: 110px;
}

.home-slider .sli-pag-tit::after {
    right: 110px !important;
}

.home-slider .carousel-inner {
    z-index: -1;
}
/*jobs section*/

.jobs-tabs ul {
    border: none;
    text-align: center;
    margin: 0 0 30px 0;
}

.jobs-tabs ul li {
    float: none;
    display: inline-block;
}

.jobs-tabs .nav-tabs>li.active>a,
.jobs-tabs .nav-tabs>li.active>a:focus,
.jobs-tabs .nav-tabs>li.active>a:hover,
.jobs-tabs .nav>li>a:focus,
.jobs-tabs .nav>li>a:hover {
    color: #00bff3 !important;
    border-bottom: 1px solid;
    background: none;
}

.jobs-tabs ul li a {
    color: #000 !important;
    width: 220px;
    font-size: 18px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.jobs-section {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.recent-jobs-table,
.recent-jobs-table tbody {
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-jobs-table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fbfbfb !important;
}

.recent-jobs-table.table-striped>tbody>tr {
    background-color: #fff;
    display: table;
    width: 100%;
    position: relative;
}

.recent-jobs-table.table-striped>tbody>tr:hover {
    box-shadow: 0px 0px 20px rgba(187, 187, 187, 0.45);
    z-index: 1;
}

.recent-jobs-table.table-striped>tbody>tr:hover .like-job,
.tex-red {
    color: #00C1D3;
}

.recent-jobs-table.table-striped>tbody>tr:hover p.name {
    color: #00bff3 !important;
}

.recent-jobs-table.table-striped>tbody>tr>td {}

.recent-jobs-table.table>tbody>tr>td,
.recent-jobs-table.table>tbody>tr>th,
.recent-jobs-table.table>tfoot>tr>td,
.recent-jobs-table.table>tfoot>tr>th,
.recent-jobs-table.table>thead>tr>td,
.recent-jobs-table.table>thead>tr>th {
    border-top: none;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle !important;
}

.recent-jobs-table tr.war-bor {
    border-left: 3px solid #fecb16;
}

.recent-jobs-table tr.dan-bor {
    border-left: 3px solid #ff9700;
}

.recent-jobs-table td.price {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    width: 15%;
}

.recent-jobs-table td.ubication {
    text-align: left;
    width: 15%;
}

.recent-jobs-table td > div.badget {
    text-align: center;
    border-radius: 10px 10px 10px 0;
    line-height: 2.3;
    width: 122px;
    color: #fff;
    margin: 0 auto;
}

.like-job {
    color: #e1e1e1;
    line-height: 3.5;
    font-size: 20px;
}

.profile-pic {
    border-radius: 50%;
    overflow: hidden;
    width: 68px;
    height: 68px;
}

.user-name {
    padding-top: 10px;
    min-width: 200px;
}

.user-name p.name {
    font-weight: 500;
    margin: 0;
}

.show-more-btn {
    border-radius: 0 0 20px 20px;
    padding: 13px;
    width: 26%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
/*stats*/

.site-stats {
    padding: 0 0 70px 0;
}

.stat h3 {
    font-size: 46px;
}

.stat p {
    font-size: 12px;
    position: relative;
    top: -8px;
    padding: 0;
}

.stat-img {
    margin-right: 6%;
    height: 90px;
}
/* how it works and our clients section */

.hiw-text {
    padding: 80px 112px;
    box-sizing: border-box;
    word-break: break-all;
}

.hiw-screen {
    background: url(../../img/home/how-it-works/bg.jpg) no-repeat center center;
    min-height: 355px;
    background-size: cover;
}

.oc-screen {
    background: url(../../img/home/our-clients/bg.jpg) no-repeat center center;
    min-height: 354px;
    background-size: cover;
}

.how-link {
    min-width: 70px;
}

.how-link:after,
.how-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    top: 11px;
}

.how-link:after {
    right: 84px;
}

.how-link:before {
    left: 84px;
}

.client-words:after,
.client-words:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 28px auto;
}
/* featured companies */

.featured-companies,
.pricing-section,
.about-candidate {
    padding: 60px 0;
    color: #45516B;
}
/* pricing */

.pricing-table {
    border-radius: 12px;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 10px;
}

.round-number {
    border-radius: 50%;
    display: table;
    width: 90px;
    height: 90px;
    background: #fbfbfb;
    z-index: 9999;
    position: absolute;
    top: -42px;
    border: 3px solid;
    margin: 0 auto;
    text-align: center;
    line-height: 3.4;
    font-size: 24px;
    font-weight: bold;
    left: 0;
    right: 0;
}

ul.plan-content li {
    list-style: none;
    margin: 8px 0;
    text-align: center;
    color: #707070;
}

.prod-info {
    padding: 0 30px;
}

.price-cta {
    padding: 18px 0;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 0 0;
    border-radius: 0 0 8px 8px;
}
/* our app */

.our-app {
    min-height: 500px;
    background: url(../../img/home/app-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 0;
}
/*articles*/

.article:hover > .article-image,
.article:hover > .article-desc {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
}

.article-image {
    background: url(../../img/home/article.png) no-repeat center center;
    height: 250px;
    border-radius: 20px 20px 0 0;
}

.article-desc {
    padding: 34px 0 0px;
    border-radius: 0 0 20px 20px;
}

.article-desc p {
    font-size: 16px;
    padding: 0 24px 18px;
    color: #707070;
    margin: 0;
}

.article-link {
    width: 40px;
    height: 40px;
    border-radius: 10px 0;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}
/* banner */

.btn.nohover:hover,
.btn.nohover:focus {
    /* here copy default .btn class styles */
    cursor: default !important;
    color: #fff;
    /* or something like that */
}

.btn-container {
    width: 340px;
}

.banner-tile {
    border-radius: 24px;
    margin: 18px 0px;
    background-color: #00C1D3;
}

.banner-btn {
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 11px 24px;
    margin: 18px 6px;
    min-width: 140px;
}

.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active {
    background-color: #fecb16;
    border-color: transparent;
    color: #FFF !important;
}

/* login and register */

.login-section {
    padding: 180px 0 60px;
}

.login-inputs {
    border: 0;
    background: #f5f5f5;
    margin: 13px 0;
    height: 44px;
    border-radius: 8px !important;
}

.login-box {
    padding: 12px 0 0 !important;
}

.log-opt {
    padding: 18px 20px 0px;
}

.log-check {
    border: 2px solid #00C1D3;
    margin: 1px -22px 0 !important;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.log-check:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 2px;
    border: 3px solid #00C1D3;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.log-check.bor-yellow:after {
    border-color: #FECB16;
}

.log-check.bor-blue:after {
    border-color: #00BFF3;
}

.log-check:checked:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

/* signup button */

.sign-lock{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.signup-button,.login-button{
    border-radius: 2px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border: none;
    box-shadow: inset 0px 5px 0px 0px #333157;
    -moz-box-shadow: inset 0px 5px 0px 0px #333157;
    -webkit-box-shadow: 0px 5px 0px 0px #333157;
    background-color: #555387;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    outline: 0;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.signup-button:hover,.login-button:hover{
    margin-top: 10px;
    box-shadow: inset 0px 3px 0px 0px #3A3861;
    -moz-box-shadow: inset 0px 3px 0px 0px #3A3861;
    -webkit-box-shadow: 0px 3px 0px 0px #3A3861;
    background-color: #5C5A8C;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.login-button{
    box-shadow: inset 0px 3px 0px 0px #3A3861;
    -moz-box-shadow: inset 0px 3px 0px 0px #3A3861;
    -webkit-box-shadow: 0px 3px 0px 0px #3A3861;
    margin-top: 24px;
    font-size: 15px;
    outline: 0;
    height: 30px;
}

.login-button:hover{
    margin-top: 25px;
    box-shadow: inset 0px 2px 0px 0px #3A3861;
    -moz-box-shadow: inset 0px 2px 0px 0px #3A3861;
    -webkit-box-shadow: 0px 2px 0px 0px #3A3861;
    background-color: #5C5A8C;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.signup-button label,.login-button label{
    cursor: pointer;
    margin-bottom: 0px;
}

.signup-kind,
.sig-col {
    padding: 100px 0 0;
}

.signup-btn {
    width: 120px;
    padding: 10px;
    border-radius: 24px;
    margin: 26px auto 70px;
}

.sig-img {
    min-height: 310px;
    background-size: contain !important;
}

.sig-img.company {
    background: url(../../img/register/company.png) no-repeat center bottom;
}

.sig-img.talent {
    background: url(../../img/register/talent.png) no-repeat center bottom;
}

.acc-kind-tabs ul {
    border: none;
}

.full-opacity {
    opacity: 0;
}
.full-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*map*/

.map {
    height: 500px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.map > div#map {
    height: 100%;
    width: 100%;
    z-index: 2;
}
/*contact*/

.contact-section {
    box-shadow: 0 -25px 81px rgba(0, 0, 0, 0.62);
    position: relative;
    z-index: 3;
}

.contact-info {
    position: relative;
    top: -104px;
    padding: 80px 13px 10px 13px;
    z-index: 9999 !important;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.25);
}

.contact-info.alt {
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    margin-top: 20px;
    padding: 60px 0 0 0;
}

.acc-oh {
    overflow: visible !important;
}
/* user dashboard */

.user-dashboard {
    background: url(https://talentboxv2.s3.amazonaws.com/img/home/footer-overlay.png) top center no-repeat #26283f;
}


.user-dashboard .cover-photo {
    height: 480px;
    position: relative;
    background-size: cover;
    background-position-y: 30%;
    -webkit-filter: blur(3px) sepia(1) hue-rotate(200deg);
    -moz-filter: blur(3px) sepia(1) hue-rotate(200deg);
    -o-filter: blur(3px) sepia(1) hue-rotate(200deg);
    -ms-filter: blur(3px) sepia(1) hue-rotate(200deg);
    filter: blur(3px) sepia(1) hue-rotate(200deg);
    opacity: 0.15;
}

.user-dashboard .user-profile {
    position: fixed;
    top: 46px;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.user-dashboard .user-profile .profile-pic {
    width: 150px;
    display: block;
    height: 150px;
    border: 3px solid #FFF;
}
.user-dashboard .user-profile .settings-hover{
    width: 300px;
    position: absolute;
    top: -68px;
    left: -11px;
    right: 0;
    margin: 0 auto;
    display: block;
}
.user-dashboard .user-profile .settings-hover img{
    width: 100%;
}

.round-btn {
    border: 1px solid;
    border-radius: 24px;
    padding: 14px 65px;
    margin: 0px 6px 36px;
    min-width: 140px;
}

.blue-btn {
    border-color: #00bff3;
    color: #00bff3;
}
.blue-btn:hover {
    color: #fff;
    background-color: #00bff3;
}

.red-btn {
    border-color: #ff454f;
    color: #ff454f;
}

.user-data-box {
    width: 76%;
    padding: 4px 0 0px;
    position: relative;
    z-index: 99999;
    margin-top: -120px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.73);
}

.user-data-cont{
    padding-bottom: 80px;
}

.action-icons-handler > i {
    color: #CCC;
    font-size: 22px;
    line-height: 2.4;
    margin: 0 12px;
    display: inline-block;
}
/*faster shaker*/

.fast-shake {
    -webkit-animation-duration: 0.7s !important;
    -o-animation-duration: 0.7s !important;
    animation-duration: 0.7s !important;
}

.about-candidate {
    width: 82%;
    border-radius: 0 0 24px 24px;
    margin-bottom: 40px;
}

.about-candidate::before {
    content: "";
    position: relative;
    top: -64px;
    left: 0;
    width: 100%;
    display: block;
    height: 3px;
    box-shadow: 0px 0px 35px #000;
    -webkit-box-shadow: 0px 0px 35px #000;
    -moz-box-shadow: 0px 0px 35px #000;
    z-index: 1;
}

.candidate-social,
.short-user-details {
    list-style: none;
    display: table;
    line-height: 1.8;
    margin-top: 16px;
}

.candidate-social li,
.short-user-details li {
    margin: 0px 12px;
}

.candidate-social li a i.fa {
    margin: 0 8px;
}

.short-user-details li {
    margin: 0px 12px 0px 0px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

/*footer*/

.suscription-form {
    width: 260px;
    margin: 20px auto;
}

.suscription-form input {
    height: 40px;
}

.social-links {
    list-style: none;
    display: flex;
    margin: 0;
}

.social-links li {width: 50px;height: 50px;margin: 1px 3px;}

.social-links li a {
    width: 100%;
    display: block;
}
.social-links li a img{
    width: 80%;
    display: block;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
user-select: none;           /* non-prefixed version, currently
not supported by any browser */
}

/* borders */

.bor-bot-gra {
    border-bottom: solid 3px #CCC;
}

.only-top-borders {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.acc-kind-tabs input:focus {
    border: 1px solid #45BCCA !important;
    box-shadow: none !important;
}

.box-sha-pur {
    box-shadow: 0 0 0 5px #424656;
}

.box-sha-red {
    box-shadow: 0 0 0 5px #FF6969;
}
/* text-colors */

.col-gra {
    color: #7f7f7f;
}
.col-blue{
    color: #59C7D6;
}
.col-ice-blue{
    color: #0cf1f5;
}
.col-new-pur{
    color: #7629da;
}
.col-pur{
    color: #5F69A6;
}
.tex-whi {
    color: #fff !important;
}

.tex-ora {
    color: #fecb16 !important;
}

.tex-tal-blu {
    color: #00A0AF !important;
}
.tex-dar-gre {
    color: #323e34;
}
.tex-gra {
    color: #959595;
}

.tex-gra-lig {
    color: #AFAFAF;
}

.tex-pur {
    color: #263238;
}

.tex-lig-blu {
    color: #5EF2FF !important;
}

.tex-bla {
    color: #000 !important;
}

.tex-lig-red{
    color: #ff6553;
}

.tex-lig-gre{
    color: #53ff8b;
}

.tex-def-green {
    color: #b1d750;
}

.tex-def-blue {
    color: #00bff3;
}

.tex-def-talent{
    color: #00C1D3 !important;
}

.tex-def-yellow {
    color: #fecb16;
}

.tex-def-orange {
    color: #f26522;
}

.tex-dar-gra {
    color: #636363;
}

.tex-dar-pur {
    color: #37474f;
}
.text-purple{
    color: #615387;
}


/* bg */

.tranquil-grd{
    background: #EECDA3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EF629F, #EECDA3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EF629F, #EECDA3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.haikus-grd{
    background: #ff645b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffac8e, #ff645b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffac8e, #ff645b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.purpli-grd{
    background: #893dbf;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6695ff, #893dbf);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #6695ff, #893dbf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ocean-grd{
    background: #2a7fff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #30fff5, #2a7fff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #30fff5, #2a7fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.orange-grd{
    background: #FFB75E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffc800, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffc800, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.grin-grd{
    background: #60aba4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #62ff99, #60aba4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #62ff99, #60aba4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bac-talent{
    background-image: url('../../img/home/city.png');
    background-color: #ffffff;
    background-position: center bottom;
    background-size: cover;
}

.bac-siz-cov{
    background-size: cover !important;
}

.bac-grin{
    background-color: #28bb66 !important;
}

.bac-lig-fuc{
    background-color: #de35aa !important;
}

.bac-tra {
    background: transparent !important;
}

.bac-bla {
    background: #000 !important;
}

.bac-whit-tra{
    background-color: rgba(255, 255, 255, 0.06);
}

.bac-whit-tra-02{
    background-color: rgba(255, 255, 255, 0.85);
}

.bac-dar-red {
    background: #CA4D4D !important;
}

.bac-gre {
    background: #2ad025 !important;
}

.bac-pur {
    background-color: #26283f !important;
}
.bac-pur-con {
    background-color: #1f272b !important;
}
.bac-dark-pur{
    background-color: #202233 !important;
}
.bac-soft-pur{
    background-color: #5E69A5 !important;
}

.bac-neon-pur{
    background-color: #6548e3 !important;
}

.bac-def-pur{
    background-color: #45516B !important;
}

.bac-dar-blu {
    background-color: #0096A5 !important;
}

.bac-lig-blu {
    background-color: #769bfe !important;
}

.bac-sky-blu{
    background-color: #44a7ff !important;
}

.bac-oce-blu {
    background-color: #6C7288 !important;
}

.bac-fac-blu{
    background-color: #2e65a0 !important;
}

.bac-blu {
    background-color: #00bff3 !important;
}

.bac-dar-gre {
    background-color: #3b906d !important;
}

.bac-dar-gre-02 {
    background-color: #323e34 !important;
}

.bac-dar-fuc {
    background-color: #bb1661 !important;
}

.bac-ora {
    background-color: #ff9700 !important;
}

.bac-mar{
    background-color: #2E96A0 !important;
}

.bac-dar-gra {
    background-color: #777777 !important;
}

.bac-mid-gra {
    background-color: #a5a4a4 !important;
}

.bac-gra {
    background-color: #f0f0f0 !important;
}

.bac-sof-gra {
    background-color: #fbfbfb !important;
}

.bac-whi {
    background-color: #fff !important;
}
.bac-sprites-whi{
    background: url(https://talentboxv2.s3.amazonaws.com/img/home/companies/sprites.png) #F3FAFB top left;
    background-size: 100% !important;
}

.bac-def-green {
    background-color: #b1d750 !important;
}

.bac-def-talent{
    background-color: #00C1D3 !important;
}

.bac-def-blue {
    background-color: #00bff3 !important;
}

.bac-def-yellow {
    background-color: #fecb16 !important;
}

.bac-def-orange {
    background-color: #f26522 !important;
}

.bac-def-gra {
    background-color: #f5f5f5 !important;
}

.bor-green {
    border-color: #b1d750 !important;
}

.bor-talent {
    border-color: #00C1D3 !important;
}

.bor-purple {
    border-color: #4b537f !important;
}

.bor-blue {
    border-color: #00bff3 !important;
}

.bor-yellow {
    border-color: #fecb16 !important;
}

.bor-orange {
    border-color: #f26522 !important;
}



/* tags */

.notanswer-tag{
    background-color: #54a28d;
}
.notinterested-tag{
    background-color: #585858;
}
.inprocess-tag{
    background-color: #ff6b01;
}
.interview-tag{
    background-color: #0167ff;
}
.hired-tag{
    background-color: #41ff7b;
    color: #000 !important;
}
.error-tag{
    background-color: #ff5757;
}


/* font sizing */

.fon-siz-9 {
    font-size: 9px;
}

.fon-siz-10 {
    font-size: 10px;
}

.fon-siz-11 {
    font-size: 11px;
}

.fon-siz-12 {
    font-size: 12px;
}

.fon-siz-13 {
    font-size: 13px;
}

.fon-siz-14 {
    font-size: 14px;
}

.fon-siz-15 {
    font-size: 15px;
}

.fon-siz-16 {
    font-size: 16px;
}

.fon-siz-17 {
    font-size: 17px;
}

.fon-siz-18 {
    font-size: 18px;
}

.fon-siz-20 {
    font-size: 20px !important;
}

.fon-siz-22 {
    font-size: 22px;
}

.fon-siz-24 {
    font-size: 24px;
}

.fon-siz-25 {
    font-size: 25px;
}
.fon-siz-27 {
    font-size: 27px;
}
.fon-siz-28 {
    font-size: 28px;
}

.fon-siz-30 {
    font-size: 30px;
}

.fon-siz-34 {
    font-size: 34px;
}

.fon-siz-40 {
    font-size: 40px;
}

.fon-siz-50 {
    font-size: 50px;
}
/* tooltip */

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}

[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}

[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}

[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}


/* modal header profile menu */

.nav-collapse.collapse {
    display:inline;
}
ul.sidebar-menu,ul.sidebar-menu li ul.sub {
    margin:-2px 0 0;
    padding:0;
}
ul.sidebar-menu {
    padding-top:80px;

}
#sidebar>ul>li>ul.sub {
    display:none;
}
#sidebar .sub-menu>.sub li a {
    padding-left:46px;
}
#sidebar>ul>li.active>ul.sub,#sidebar>ul>li>ul.sub>li>a {
    display:block;
}
ul.sidebar-menu li ul.sub li {
    background:#28282e;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
ul.sidebar-menu li ul.sub li a {
    font-size:12px;
    padding-top:13px;
    padding-bottom:13px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    color:#aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover,ul.sidebar-menu li ul.sub li.active a {
    color:#1fb5ad;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display:block;
    background:#202025;
}

ul.sidebar-menu li {
    border-bottom:1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li.sub-menu {
    line-height:15px;
}
ul.sidebar-menu ul.sub li {
    border-bottom:none;
}
ul.sidebar-menu li a span {
    display:inline-block;
}
ul.sidebar-menu li a {
    color:#aeb2b7;
    text-decoration:none;
    display:block;
    padding:18px 0 18px 25px;
    font-size:12px;
    outline:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a.active,ul.sidebar-menu li a:hover,ul.sidebar-menu li a:focus {
    background:#28282e;
    color:#1FB5AD;
    display:block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size:15px;
    padding-right:6px;
}
ul.sidebar-menu li a:hover i,ul.sidebar-menu li a:focus i {
    color:#1fb5ad;
}
ul.sidebar-menu li a.active i {
    color:#1fb5ad;
}
.mail-info,.mail-info:hover {
    margin:-3px 6px 0 0;
    font-size: 11px;
}
/*main content*/
#main-content {
    margin-left:240px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.footer {
    min-height:60px;
    padding:0 15px;
}
.header {
    left:0;
    right:0;
    z-index:1002;
    background:#fff;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.merge-header {
    margin-right:240px;
}
.fixed-top {
    position:fixed;
    box-shadow:1px 0 3px rgba(0,0,0,.15);
}
.wrapper {
    display:inline-block;
    margin-top:80px;
    padding:15px;
    width:100%;

}
.brand {
    background:#1fb5ad;
    float:left;
    width:240px;
    height:80px;
    position:relative;
}
a.logo {
    font-size:21px;
    color:#2e2e2e;
    float:left;
    margin:20px 0 0 25px;
    text-transform:uppercase;
}
a.logo:hover,a.logo:focus {
    text-decoration:none;
    outline:none;
}
a.logo span {
    color: #FF6C60;
}
/*notification*/
#top_menu .nav>li,ul.top-menu>li {
    float:left;
}
.notify-row {
    float:left;
    margin-top:23px;
    margin-left:25px;
}
ul.top-menu {
    margin-right: -35px;
}
ul.top-menu > li > a {
    color:#666666;
    font-size:16px;
    background:#f6f6f6;
    padding:4px 8px;
    margin-right:15px;
    padding-right:8px !important;
}
ul.top-menu>li>a:hover,ul.top-menu>li>a:focus {
    background:#32D2C9;
    text-decoration:none;
    color:rgba(0,0,0,0.3) !important;
    padding-right:8px !important;
}
.notify-row .badge {
    position:absolute;
    right:-10px;
    top:-10px;
    z-index:100;
}
.dropdown-menu.extended {
    max-width:320px !important;
    min-width:160px !important;
    top:42px;
    width:300px !important;
    padding:0 10px;
    box-shadow:0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
    border:none;
    left:-10px;
}
.notify-row .notification span.label {
    display:inline-block;
    height:21px;
    padding:5px;
    width:22px;
    font-size:12px;
    margin-right:10px;
}
.dropdown-menu.extended .alert-icon,.noti-info {
    float:left;
}
.noti-info {
    padding-left:10px;
    padding-top:6px;
    color:#414147;
}
.dropdown-menu.extended .alert {
    margin-bottom:10px;
}
.dropdown-menu.extended .alert-icon {
    border-radius:100%;
    display:inline-block;
    height:35px;
    width:35px;
}
.dropdown-menu.extended .alert-icon i {
    font-size:16px;
    width:35px;
    line-height:35px;
    height:35px;
}
.dropdown-menu.extended.inbox li a,.dropdown-menu.extended.tasks-bar li a {
    background:#f1f2f7;
    border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    margin-bottom:10px;
    float:left;
    width:100%;
}
.dropdown-menu.extended li p {
    margin:0;
    padding:10px 0;
    border-radius:0px;
    -webkit-border-radius:0px;
}
.dropdown-menu.extended li a {
    font-size:12px;
    list-style:none;
}
.dropdown-menu.extended.logout {
    padding:10px;
}
.dropdown-menu.extended.logout li a {
    padding:10px;
}
.dropdown-menu.extended li a:hover {
    color:#32323a;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size:13px;
    font-weight:normal;
    float:left;
    width:80%;
}
.dropdown-menu.tasks-bar .task-info .desc h5 {
    color:#32323a;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    margin-bottom:5px;
    margin-top:0;
}
.dropdown-menu.tasks-bar .task-info .desc p {
    padding-top:0;
    color:#8f8f9b;
    font-weight:300;
}
.dropdown-menu.tasks-bar .task-info .percent {
    width:20%;
    float:right;
    font-size:13px;
    font-weight:600;
    padding-left:10px;
    line-height:normal;
}
.dropdown-menu.tasks-bar .progress {
    background:#fff;
}
.dropdown-menu.extended .progress {
    margin-bottom:0 !important;
    height:10px;
}
.dropdown-menu.inbox li a .photo img {
    border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    float:left;
    height:40px;
    margin-right:10px;
    width:40px;
}
.dropdown-menu.inbox li a .subject {
    display:block;
}
.dropdown-menu.inbox li a .subject .from {
    font-size:12px;
    font-weight:600;
}
.dropdown-menu.inbox li a .subject .time {
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    position:absolute;
    right:20px;
}
.dropdown-menu.inbox li a .message {
    display:block !important;
    font-size:11px;
}

.top-nav img {
    border-radius:25px;
    width: 42px;
    left: -34px;
    position: absolute;
    top: -6px;
    background-color: #fff;
}
.top-nav ul.top-menu>li .dropdown-menu.logout {
    width:170px !important;
    z-index: 1000;
}
.top-nav li.dropdown .dropdown-menu {
    float:right;
    right:0;
    left:auto;
}
.dropdown-menu.extended.logout>li {
    float:left;
    width:100%;
}
.log-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-20px;
    float:right;
    margin-right:15px;
}
.dropdown-menu.extended.logout>li>a {
    border-bottom:none !important;
    border-radius:5px;
}
.full-width .dropdown-menu.extended.logout>li>a:hover {
    background:#F1F2F7 !important;
    color:#32323a !important;
}
.dropdown-menu.extended.logout>li>a:hover {
    background:#F1F2F7 !important;
    color:#32323a !important;
}
.dropdown-menu.extended.logout>li>a:hover i {
    color:#32D2C9;
}
.dropdown-menu.extended.logout>li>a i {
    font-size:17px;
}
.dropdown-menu.extended.logout>li>a>i {
    padding-right:10px;
    float: left;
}
.top-nav .username {
    font-size: 13px;
    color:#555555;
    text-transform: capitalize;
    margin-left: 5px;
    max-width: 150px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translateY(2px);
}
.top-nav ul.top-menu>li>a {
    padding: 7px 16px;
    background:none;
    margin-right:0;
    line-height: 1;
    border:1px solid #F6F6F6;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-radius: 4px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.top-nav ul.top-menu>li.language>a {
    margin-top:-2px;
    padding:4px 12px;
    line-height:20px;
}
.top-nav ul.top-menu>li.language>a img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li.language ul.dropdown-menu li img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li {
    margin-left:10px;
}
.top-nav ul.top-menu>li>a:hover,.top-nav ul.top-menu>li>a:focus {
    border:1px solid #ffffff;
    background:#ffffff !important;
}
.top-nav .dropdown-menu.extended.logout {
    top:40px;
}
.top-nav .nav .caret {
    border-bottom-color:#A4AABA;
    border-top-color:#A4AABA;
}
.top-nav ul.top-menu>li>a:hover .caret {
    border-bottom-color:#000;
    border-top-color: #000;
}
.lis-sty-non{
    list-style-type: none;
}
/* reset steps tabs */
.wizard, .tabcontrol, .wizard > .content{
    overflow: visible !important;
}

.wizard > .content{
    margin-bottom: 40px;
}

.wizard > .content > .body ul{
    list-style-type: none !important;
}
/* dashboard global things */
.pic-settings{
    display: none;
    background-size: 100%;
}
.pic-settings > div.options > ul > li {
    display: inline-block;
    margin: 0 10px;
}
.pic-settings > div.options > ul > li .action-ico {
    color: #fff;
    font-size: 30px;
}

.profile-pic:hover > .pic-settings{
    display:flex;
    background: rgba(0, 0, 0, 0.48);
}
div.change-pic .edit-profile-img{
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 250px;
}
div.change-pic .img-tip{
    text-align: center;
    font-weight: 300;
    margin: 12px 0 24px 0;
}
div.change-pic .upload{
    position: absolute;
    width: 100px;
    left: 0px;
    top: 0px;
    height: 42px;
    opacity: 0;
    cursor: pointer;
}

.swal2-modal{
    background-size: cover !important;
    box-shadow: 0px 0px 30px 0px #0000007d;
}
.swal2-content {
    color: #fff;
}

.side-purple-border{
    border-right: 1px solid #414472;
}

div.change-pic .file-btn{
    overflow: hidden;
    width: 90px;
    background-color: #02B3C3;
    position: relative;
    height: 40px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    padding-top: 9px;
}
footer.main-footer{
    background: url(https://talentboxv2.s3.amazonaws.com/img/home/footer-overlay.png) top center no-repeat #26283f;
    background-size: cover;
    position: relative;
    z-index: 23;
}
footer.main-footer div.subscribe-section{
    border-bottom: 1px solid #414472;
}
footer.main-footer div.subscribe-section input.subscribe{
    width: 206px;
    height: 40px;
    outline: none;
    padding: 8px;
    font-size: 17px;
    border-radius: 5px 0px 0px 5px;
    border: 0;
    border: none;
}
footer.main-footer div.subscribe-section button.subscribe-btn{
    padding: 9px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    background: #58c6d5;
    border-radius: 0px 5px 5px 0px;
}
footer.main-footer div.subscribe-section p.sub-copy{
    font-size: 18px;
    margin: 13px 0 16px;
    font-weight: 400;
}
footer.main-footer div.subscribe-section a.footer-logo{
    width: 240px;
}
footer.main-footer div.subscribe-section div.subscribe-items-holder{
    width: 600px;
    margin: 0 auto !important;
    float: none;
    display: table;
}
footer.main-footer div.subscribe-section div.subscribe-items-holder div.col-1{
    width: 310px;
    float: left;
}
footer.main-footer div.subscribe-section div.subscribe-items-holder div.col-2{
    width: 290px !important;
    float: left;
}
footer.main-footer div.subscribe-section div.subscribe-items-holder form{
    position: relative;
    display: table;
}
footer.main-footer .footer-links{
    list-style-type: none;
}
footer.main-footer .footer-links li a,
footer.main-footer .footer-links li:not(.title){
    color: #5E69A5;
    margin: 4px 0;
}
footer.main-footer .footer-links li a,
footer.main-footer .footer-links li{
    font-size: 15px;
}
footer.main-footer div.talentbox-info{
    padding: 40px 0;
}
footer.main-footer div.sub-footer {
    padding: 20px 0;
}
footer.main-footer div.sub-footer p{
    color: #5E69A5;
    line-height: 1;
}
.talent-ubications button.btn{
    border-radius: 0;
    height: 42px;
    margin-top: 6px;
}
div.loading-frame-holder{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0px;
}
div.loading-frame{
    background: rgba(0, 0, 0, 0.8);
    padding: 11px;
    display: flex;
    position: fixed;
    bottom: 50%;
    right: 10px;
    z-index: 99999;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    height: 110px;
    width: 190px;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
div.loading-frame i{
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 23px;
    display: table;
    padding: 6px;
}
div.loading-frame p{
    font-size: 15px;
    margin: 7px 7px;
}
.center-inputs{
    flex-direction: column;
}
div.dashboard-tabs div.active-indicator{

}
div.dashboard-tabs div.active-indicator div.line{
    height: 1px;
    background: #e6e9ed;
    margin: 0 auto 20px auto;
    position: relative;
    width: 760px !important;
    border-radius: 10px;
    color: #e6e9ed;
}
div.dashboard-tabs div.active-indicator div.line div.active-img{
    width: 73px;
    height: 16px;
    background: url(https://talentboxv2.s3.amazonaws.com/img/dashboard/active.png) no-repeat;
    border-radius: 50px;
    left: 9%;
}
/* photo modal */
div.photo-modal{
    width: 440px !important;
}
div.photo-modal div.modal-footer{
    background: #3e416c;
    display: flex;
    padding: 0;
    position: relative !important;
    z-index: 8;
    overflow: hidden;
}
div.photo-modal div.modal-footer button{
    width: 50%;
    float: none;
    background: transparent;
    border: none;
    color: #FFF;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    padding: 0;
    height: 44px;
    border-right: 1px solid #52606f;
    position: relative;
    border-radius: 0;
    z-index: 40;
}
div.photo-modal div.modal-body div.cr-boundary{
    border-radius: 50%;
    box-shadow: 0 0 25px #ddd;
    margin-bottom: 6px;
}
div.photo-modal div.modal-body div.cr-boundary div.cr-viewport{
    border: 0;
}
div.photo-modal div.modal-body .btn-upload{
    background: transparent;
    color: #888;
    border: 2px solid #6ccbcd;
    font-family: 'Roboto', sans-serif;
    border-radius: 24px;
    font-size: 17px;
    width: 106px;
    height: 42px;
    line-height: 1.2;
    font-weight: 300;
    margin: 2px auto 20px;
}
div.photo-modal div.modal-body .edit-photo-text{
    font-size: 17px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 0;
}
div.photo-modal div.modal-header.waves{
    border-bottom: none;
    color: #828282;
}
div.photo-modal div.modal-header.waves h4{
    font-size: 22px;
    font-weight: 300;
}
div.photo-modal div.modal-header.waves::after{
    content: '';
    width: 100%;
    height: 4px;
    background: url(https://talentboxv2.s3.amazonaws.com/img/global/waves-pattern.png);
    display: block;
    margin-top: 22px;
}
div.photo-modal div.modal-body .photo-size{
    color: #6ccbcd;
    font-size: 17px;
}
div.photo-modal div.modal-body input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;   
    /*required for proper track sizing in FF*/
    width: 100%;
}
div.photo-modal div.modal-body input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #6466AA;
    border: none;
    border-radius: 3px;
}

div.photo-modal div.modal-body input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 73px;
    border-radius: 50%;
    background: url(https://talentboxv2.s3.amazonaws.com/img/dashboard/active.png) no-repeat;
    margin-top: -6px;
}

div.photo-modal div.modal-footer .modal-flare{
    background: url(https://talentboxv2.s3.amazonaws.com/img/global/modal-flare.png) center center no-repeat;
    width: 500px;
    position: absolute;
    height: 200px;
    background-size: 100%;
    z-index: 10;
    right: -170px;
    top: -118px;
}

/* visual errors */
/*form input.error,
form textarea.error,
form div.btn-group.error {
background: rgb(251, 227, 228);
border: 1px solid #fbc2c4;
color: #8a1f11;
}
form div.btn-group.error .bs-placeholder{
background: rgb(251, 227, 228);
color: #8a1f11;
}*/

form label.error {
    color: #FFF !important;
    display: inline-block;
    margin: 8px 0px 0 0;
    position: absolute;
    top: -44px;
    right: 2px;
    background: rgba(244, 67, 54, 0.69);
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 14px !important;
    z-index: 9;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
form label.error:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(244, 67, 54, 0.69);
    position: absolute;
    top: 28px;
    right: 8px;
}

form.bussiness-contact-form label.error {
    font-size: 14px !important;
    width: initial !important;
    top: -10px;
    right: 18px;
}
form.bussiness-contact-form label.error:after {
    top: 25px;
    right: 5px;
}
form.recovery-password-form label.error {
    top: -46px;
    right: 16px;
    font-weight: 500;
}
form.recovery-password-form label.error::after {
    top: 25px;
}
.top-menu .view-plans{
    padding-right: 30px;   
}


.lnk-submit{
    display: block;
    background: #FFF;
    border: none;
    outline: none;
    border-radius: 4px;
    height: 45px;
    width: 100%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.49);
    font-size: 14px;
    line-height: 45px;
    position: relative;
    z-index: 10;
    font-weight: 500;
    text-align: center;
    margin: 50px 0;
}
.lnk-submit i {
    margin-right: 5px;
}
.btn-add-credits{
    background: #784a6a;
    color: #fff;
    margin: 30px 0 -20px;
}
.mobile-back{
    background: #3e416c;
    display: none;
    padding: 10px 40px;
    margin: 0 auto;
    border-radius: 4px 4px 0px 0px;
    position: relative;
    top: 2px;
    color: #fff;
    text-align: center;
}
.mobile-back:hover,
.mobile-back:focus,
.mobile-back:active{background: #393c66;}
.mobile-back span{
    margin-left: 10px;
}
.credits-submenu{
    display: none;
}

/* queries for global responsive */
@media (max-width: 1024px) {
    /*how it works*/
    section.how-it-works div.choice-content div.steps-information div.step-copy p {
        padding: 0 10px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {
    .center-inputs{
        min-height: inherit;
    }
    .wid-90-p-sm {
        width: 90%;
    }
}
@media (max-width: 767.9px){
    .user-data-cont{
        padding-bottom: 0;
    }
    .select2-container--open .select2-dropdown {
        left: 0;
        width: 100% !important;
        position: fixed;
        bottom: 0;
        z-index: 9999999990;
    }

    .jus-fle-sta-xs {
        justify-content: flex-start;
    }
    .gray-filter{
        -webkit-filter: none;
        filter: none;
    }
    /* header settings */
    .main-header{
        min-height: 70px;
        z-index: 999999;
    }
    .main-header .navbar-brand{
        width: 140px;
        position: relative;
        top: 0;
    }
    .main-header .login-form-handler{
        display: none;
    }
    .main-header .navbar-brand img{
        width: 100%;
        height: initial;
    }
    .top-nav .username,
    .top-nav .credits{
        display: none;
    }
    .credits-submenu{
        display: block;
    }
    .btn-menu-mobile {
        font-size: 26px;
        text-align: right;
        color: #fff;
        display: block;
    }
    .hidden-xs {
        display: none !important;
    }
    .profile-menu{
        position: absolute;
        margin-top: 0;
        top: 0;
        width: auto;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
    }
    .profile-menu .top-nav{
        float: none;
        display: table;
        width: 35px;
    }
    .top-nav ul.top-menu>li .dropdown-menu.logout{
        width: 200px !important;
    }
    .header-container{
        width: 100%;
        padding: 0 4% !important;
    }
    /* footer settings for mobile */
    footer.main-footer{
        padding: 20px 30px;
    }
    footer.main-footer div.subscribe-section {
        padding: 0px 0 20px;
    }
    footer.main-footer div.subscribe-section div.subscribe-items-holder{
        width: 100%;
    }
    footer.main-footer div.subscribe-section div.subscribe-items-holder div.col-1,
    footer.main-footer div.subscribe-section div.subscribe-items-holder div.col-2 {
        float: none;
        margin: 20px auto;
        width: 100%;
    }
    footer.main-footer div.subscribe-section div.subscribe-items-holder div.col-2{
        display: table;
        text-align: center;
        width: initial !important;
    }
    footer.main-footer div.subscribe-section a.footer-logo {
        width: 190px;
    }
    footer.main-footer div.subscribe-section p.sub-copy {
        font-size: 16px;
        margin: 8px 0 20px;
        font-weight: 400;
    }
    footer.main-footer div.talentbox-info {
        text-align: center;
    }
    footer.main-footer .footer-links{
        padding: 0;
    }
    footer.main-footer .footer-links li a, footer.main-footer .footer-links li {
        font-size: 16px;
    }
    footer.main-footer .side-purple-border{
        border: none;
    }
    
}

@media (max-width: 360px) {
    footer.main-footer{
        padding: 0;
    }
}

/* iPhone 4/5 and and below*/
@media (max-width: 320px){
    /* footer settings */
    footer.main-footer {
        padding: 0;
    }
    footer.main-footer div.subscribe-section a.footer-logo {
        width: 170px;
    }
    .profile-menu{
        top: 2px;
    }
}



.notify {
    color: #fff;
    font-size: 18px;
    display: none;
    height: 30px;
    align-items: center;
    margin-right: 10px;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
}
.notify .new {
    position: absolute;
    background: #f00;
    display: flex;
    width: 18px;
    height: 18px;
    right: -10px;
    top: 0;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}

.notify .new.viewed {
    background: #2e2e41;
}

.notify-list {
    position: absolute;
    right: 0;
    top: 56px;
    background: #fff;
    border-radius: 2px;
    font-size: 13px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    max-height: 50vh;
    overflow: auto;
}
.notify-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.notify-list ul li {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 20px;
}
.notify-list ul li:first-child {
    margin-top: 15px;
}
.notify-list ul li:last-child {
    border: 0;
    margin-bottom: 15px;
}
.notify-list ul li a {
    color: #333;
}
.notify-list ul li b {
    color: #7729da;
}

@media (max-width: 767px){
    .notify {
        margin-top: -28px;
        position: absolute;
        right: 35px;
    }
}

@media (max-width: 1128px){
    .top-nav .username {
        max-width: 120px;
    }
}

@media (max-width: 1024px){
    .top-nav .username {
        max-width: 100px;
    }
}

@media (max-width:1300px) {

    .dis-tab-kanban {
        width: calc(100vw - 35px);
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: inline-flex;
        margin: 0 10px;
    }
}


