body{
    height:100%;
}
body.browser .massButtons{
    left: 240px;
}
body.browser .container.profilehead{
    left: 240px;
}
nav{
    box-shadow: none;
}
ul.tabs.tabs-fixed{
    z-index: 1;
}
/*preview screen*/
.tinymce_output ul {
    padding-left: 40px;
    list-style-type: disc;
}

.tinymce_output ul li {
    list-style-type: disc;
}

.fbLoginBtn{
    background-color:#3B5998;
    padding-left:20px;
    padding-right:20px;
}
.fbLoginBtn:hover {
    background-color:#3B5998;
}
.loginBtns{
    margin:10px;
}
.fbIcon{
    font-size: 30px !important;
    float: left;
}
.fbLoginBtnTxt{
    padding-left:45px;
    padding-right:40px;
}
.agbDialog{
    position: fixed; 
    z-index: 9999; 
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    display:flex;
    align-items: center;
    justify-content:center;
}
.agbDialog_content{
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    margin-left:15px;
    margin-right:15px;
}
.agbDialog_content div{
    color: #444;
}
.agbButtons{
    padding-top:20px;
    text-align:center;
}
.agbButtons button:first-child{
    background-color: #444;
    color:#000000;
}
/*login screen*/
.toggleable_password_position{
    display:flex;
}
.loginEyeBtn{
    margin-left:10px;
}
.loginIcons{
    color: #707070;
    margin-top: 10px;
    margin-right: 10px;
}
.register-logo{
    height: 80px !important;
    line-height: 80px !important;
}
.register-logo span{
    height: 70px !important;
}
.register-logo .jc-logo{
    margin-top: 20px !important;
}
.register-logo .text{
    margin-top: 5px !important;
}
.register-checkbox{
    height: auto !important;
}

/*singlejoboffer*/

.singlejobofferMatches{
    padding-bottom: 60px;
}
.singlejoboffer-content{
    padding-bottom: 30px;
}
.singlejoboffer-applicationDate{
    line-height: normal;
}
.browser .container.listview ul li.listitem .notifications .notification{
    max-height: 3rem;
}
.singlejoboffer_unread.jc-cat-icon{
    margin: 0.5rem 0rem 0rem 0rem !important;
}
.joboffer_single_history_item_header{
    margin-top: 0px;
}
.joboffer_single_history_item_header div{
    max-height: 80px;
    overflow-x: auto;
}
/*general*/

.companyImage {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.buttons{
    height: auto !important;
    max-width: 90%;
    margin: auto;
}
label[for=employmenttypepermanent]
{
    margin-top: 0.8rem;
}
.mce-tinymce {
    margin-top: 0.8rem !important;
}
label{
    font-size: 1rem !important;
}
.massButtons {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 2rem;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.loginBtnsIphone{
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.fullWidthButton {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.halfWidthButtonLeft {
    width: 48%;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
}

.halfWidthButtonRight {
    width: 48%;
    float: right;
    margin-bottom: 10px;
    font-size: 12px;
}

.halfWidthButtonLeft i.left {
    margin-right: 0px;
}

.halfWidthButtonRight i.left {
    margin-right: 0px;
}

.collection .collection-item{
    cursor: pointer;
}
.collection .collection-item.avatar{
    height: auto;
}
.map{
    margin-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
.disabledText{
    color: #F44336 !important;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5rem;
}
.favoritesList .content{
    width: calc(100% - 200px);
    max-width: 100% !important;
}
.text-selectabel{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}
.waves-effect{
    z-index: 0 !important;
    overflow: visible;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    min-width: 210px;
    left: -175px;
    line-height: 30px !important;
    font-size: 15px !important;
    text-transform: none;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip .tooltiptext.tooltiptexttop {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    left: 0px;
}
.tooltip .tooltiptext.bottom {
    bottom: -100%;
    min-width: 160px;
    left: -125px;
}

.tooltip .tooltiptext.small {
    min-width: 160px;
    left: -125px;
}

.tooltip .tooltiptext.tooltiptexttop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -5px;
    right: 10px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
    border-bottom: 5px solid black;
}

.browser .tooltip:hover .tooltiptext {
    visibility: visible;
}
.fa-trash{
    text-align: center;
}
/*profile screen*/
.input-field .prefix ~ a.inputreadonly{
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);    
}
.input-field .prefix ~ span.inputreadonly{
    word-wrap: break-word;
}
a.inputreadonly {
    line-height:3rem;
    color:#00448B;
    text-decoration:underline;
}
.fa-icons{
    margin-top:10px;
    font-size:20px !important;
    color:#707070;
    left: auto !important;
}
.dropdown-content{
    z-index:100;
}

.fa-to-jc {
    line-height: inherit!important;
    font-size: 1.2rem!important;
    color:#707070;
}
.profileNationality img{
    background-image: url(../images/european-union.jpg);
    background-size: cover;
    width:30px;
    height:20px;
    vertical-align:middle;
}

.tinymce_output {
    line-height: 1.5rem;
}
.container.profilehead{
    padding-top: 1.5rem;
}
.profilehead .isfavorite .col, .profilehead .isverified .col{
    padding: 0;
}
.container.profilehead .profileTitle{
    margin-bottom: 20px;
}
.container.profilecontent{
    padding-top: 14rem;
    padding-bottom: 60px;
}
/*lastcompanyModal*/
#companyModal [type="checkbox"]+label{
    padding-left: 30px !important;
}
.hideEndLastCompany{
    display:none;
}

/*credits*/

.buy-credits span{
    color:black;
    font-weight:bold;
}
/*
.buy-credits label{
    font-size:medium !important;
}
*/
.buy-credits .sep{
    margin:30px 0px 20px 0px;
}
.once-credits-container{
    border: 2px solid #ddd;
    border-radius:5px;
    padding: 0px 10px 0px 10px;
    margin:10px 0px 0px 30px;
}
.once-credits-container .input-field{
    margin:0px;
}
.once-credits-container .row:not(:last-child){
    border-bottom: 1px solid #ddd;    
}
.once-credits-container .row{
    padding:5px 10px 5px 10px;
}
.abo-credits-container{
    margin-left:30px !important;
    margin-top:20px !important;
}
.abo-credits-container .bordered-container{
    border-radius:20px;
    padding:10px 10px 30px 10px;
    margin-bottom:20px;
    min-width: 240px;
}
.abo-credits-container .input-field{
    margin-top:20px !important;
}
.abo-credits-container span{
    font-size:x-large;
}
.abo-credits-container .white{
    padding:10px;
}
.abo-credits-container .special .white{
    height:300px
}
.abo-credits-container .white div:first-child{
    border-bottom: 1px solid black;
}
.abo-credits-container .percent{
    color:#FF0000;
}
.abo-credits-container .details-pad{
    padding:20px 30px 20px 30px;
}
.abo-credits-container .abo-name{
    padding-bottom:10px;
    text-align:center;
}
.abo-credits-container .special-height{
    height:290px;
}
.abo-credits-container .special-height .details-pad{
    padding:25px 30px 25px 30px;
}

/*appointments screen*/

.appointmentImgAndName{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.appointmentsList .appointmentImgAndName{
    margin-left: 5rem;
}
.appointmentsList .appointmentMoreSeekersList{
    margin-left: 6.2rem;
}
.appointmentsList .content{
    width: 100%;
    max-width: 100% !important;
}
.appointmentsList .appointmentData{
    padding-bottom: 1rem;
    min-height: 6rem;
}
.appointmentsList i{
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    text-align: center;
    background-color: #444;
    color: white;
    border-radius: 50%;
}
.appointmentsList .new span{
    display: inline-block !important;
    margin-right: 2rem;
}
.appointmentMoreSeekersList .image{
    padding-right: 0.3rem !important;
    width: auto !important;
    padding-left: 0 !important;
}
.appointmentsList img{
    max-width: 3rem !important;
    max-height: 3rem !important;
}
.appointmentSeekersList .row{
    margin-bottom: 0 !important;
    padding-left: 1.2rem;
}
 .appointmentMoreSeekersCount{
     display: inline-block;
     padding-top: 0.5rem;
 }
/*style class*/
.no-padding-right{
    padding-right: 0px !important;
}
.padding-bottom{
    padding-bottom: 20px;
}
.font-size-xlarge{
    font-size:x-large !important;
}
.font-size-small{
    font-size:small !important;
}
.font-size-medium{
    font-size:medium !important;
}
.light-grey{
    background-color:#ddd;
}

.disabled {
    cursor: not-allowed;
}

.userimage {
    width: 200px;
    height: 200px;
}

.ui-loader-background {
    width:100%;
    height:100%;
    top:0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 99999;
}

.centerbox-background {
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    display:flex;
    align-items: center;
    justify-content:center;
    position: fixed;
    z-index: 99999;
}

.centerbox {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    margin-left:15px;
    margin-right:15px;
    color: #444;
}

.collection-item .title {
    font-weight: bold;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

::-webkit-scrollbar { 
    display: none; 
}

.sidebar-img {
    width: 100px;
    height: 100px;
}

.croppie-container {
    width: 100%;
    height: 100%;
}
.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
    max-width: none;
}
.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	z-index: 1;
    width: 100%;
    height: 100%;
}
.croppie-container .cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
	z-index: 0;
}
.croppie-container .cr-original-image {
    display: none;
}
.croppie-container .cr-vp-circle {
	border-radius: 100%;
}
.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
}
.croppie-container .cr-slider-wrap {
	width: 100%;
	margin: 15px auto;
}
.croppie-result {
	position: relative; 
	overflow: hidden;
}
.croppie-result img {
	position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay, 
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

input[type=range].cr-slider {
	width: 300px;
}
.cr-slider {
    -webkit-appearance: none;/*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;/*required for proper track sizing in FF*/
    max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.cr-rotate-controls button {
    border: 0;
    background: none;
}
.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}
.cr-rotate-l i:before {
    content: '↺';
}
.cr-rotate-r i:before {
    content: '↻';
}

/*******************************************/

/***********************************/
/* Media Queries */
/***********************************/

@media only screen and (max-width:600px){
    .singlejobofferTopbox .row{
        margin-bottom: 0px;
    }
    .singlejobofferTopbox .row p{
        -webkit-margin-before: 0.5rem;
        -webkit-margin-after: 0.5rem;
    }
}

.picker__box {

    padding: 0px;
    margin: -20px !important;
}

@media only screen and (max-width:800px){
    .container.listview ul li.listitem .notifications {
        position: absolute;
        left: 78%;
        word-break: keep-all;
    }
    
    .container.listview ul li.listitem {
        position: relative;
    }
    
    .container.listview ul li.listitem .notifications .notification {
        text-align: right;
        width: 80px;
    }

    .container.listview ul li.listitem .content span.new {
        word-wrap: break-word;
        width: 140%;
    }
}