.has-error .hasDatepicker {
    border-color: #a94442;
}
strong{
    font-weight: 700 !important;
}
.form-content{
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    width: 60%;
}

.form-content .section-1,.section-2{
    width: 100%;
    float: left;
}

.section-2 {
  margin: 50px auto;
  text-align: center;
}

.section-2 .form-group {
    width: 90%;
    margin: 0 auto;    
}

.section-2 .form-group .radio {
    width: 33%;
    float: left;
    position: relative;
    display: block;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.section-3 .section-3-row1 .form-group {
    width: 23%;
    float: left;
    margin-right: 10px;
}

.section-3 .section-3-row2 {
    clear: both;
}

.section-3 .section-3-row2 .column1,.column2,.column3,.column4 {
    width: 23%;
    float: left;
    margin-right: 10px;
}

.section-4 {
    clear:both;
    padding-top: 25px;
}
.section-5 {
    text-align: right;
}

.profile-photo {
    width: 30%;
    float: left;
}

.profile-info {
    width: 70%;
    float: left;
}

.profile-info-row2 {
    clear: both;
}

.profile-info-row1 .form-group {
    width: 30%;      
    float: left;
    margin-right: 25px;
}

.clear {
    clear: both;
    margin: 5px 0px;
}

.jumbotron .btn-container {
    margin: 0 auto;
    width: 60%;
}

.btn-container p {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.form-contact .form-contact-col1 {
    width: 25%;
    padding: 0px 10px;
    float: left;
}

.form-contact .form-contact-col2 {
    width: 45%;
    padding: 0px 10px;
    float: left;
    border-right: 1px solid #9A867A;
}

.form-contact .form-contact-col3 {
    width: 30%;
    padding: 10px 5px 0px 20px;
    float: left;
    line-height: 1.5em;
}

.form-contact .form-contact-col2 .btn-primary {
    float: right;
}

.search-candidate-form  .search-section1,.search-section2,.search-section3,.search-section4{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.search-candidate-form  .search-section2 {
    margin-top: 15px;
}

.search-candidate-form  .search-section4{
    text-align: right;
}

.search-candidate-form  .search-section1  .search-section1-col1,.search-section1-col2,.search-section1-col3,.search-section1-col4,.search-section1-col5{
    width: 20%;
    padding: 0px 5px;
    float: left;
}

.search-candidate-form  .search-section2  .search-section2-col1,.search-section2-col2{
    width: 50%;
    padding: 0px 5px;
    float: left;
}

.search-candidate-form  .search-section2  .search-section2-col1 {
    padding-right: 20px;
}

.candidate-item {
    border: 2px solid #CCCCCC;
    border-radius: 15px;
    margin-bottom: 20px;
}

.candidate-item .candidate-info-col1 {
    width: 15%;
    float: left;
    margin: 10px auto;
    text-align: center;
}

.candidate-item .candidate-info-col1 .profile-photo-item {
    width: 80%;
    height: auto;
    box-shadow: -2px 3px 5px #888888;
    border-radius: 10px;
}

.candidate-item .candidate-info-col2,.candidate-info-col3,.candidate-info-col4 {
    width: 25%;
    float: left;
    padding-left: 5px;
    margin-top: 10px;
}

.candidate-item .candidate-info-col5 {
    width: 10%;
    float: left;
    margin: 10px auto;
    text-align: center;
}

.btn-group{
    width: 100%;
}

.btn-group .p1 {
    float: left;
}

.btn-group .p2 {
    float: right;
}

.pagesizer-custom {
    float: right;
}

.pagesizer-custom  span{
    display: inline-flex;
    margin-left: 10px;
}

.chk-sel-all {
    float: right;
}

.modal-selected-emails {
    width: 100%;
}
/*Rate range*/
#alternating-slider .ui-slider-pip .ui-slider-line {
    height: 8px;
    top: -5px; 
}

#alternating-slider .ui-slider-pip:nth-child(even) {
      top: -33px;
      height: 15px;
      transform: scale(0.8) translateY(3px);
      opacity: 0.8; 
}
  
#alternating-slider .ui-slider-pip:nth-child(even) .ui-slider-line {
    top: 22px;
    height: 9px; 
}

#alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-1 .ui-slider-label, 
#alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-2 .ui-slider-label, 
#alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-3 .ui-slider-label, 
#alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-4 .ui-slider-label {
    top: -3px; 
}
                    
#alternating-slider .ui-slider-pip-initial-1 .ui-slider-label {
    color: #E80949; 
}
                    
#alternating-slider .ui-slider-pip-initial-2 .ui-slider-label {
    color: #FF03CB; 
}
                    
#alternating-slider .ui-slider-pip-initial-3 .ui-slider-label {
    color: #C309E8; 
}
                    
#alternating-slider .ui-slider-pip-initial-4 .ui-slider-label {
    color: #920AFF; 
}
                    
#alternating-slider .ui-slider-pip-selected-1 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-2 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-3 .ui-slider-label,
#alternating-slider .ui-slider-pip-selected-4 .ui-slider-label {
    color: white;
    width: auto;
    padding: 4px 0;
    margin-left: -1.2em;
    border-radius: 2px; 
}
                    
#alternating-slider .ui-slider-pip-selected-1 .ui-slider-label {
    background-color: #E80949; 
}
                    
#alternating-slider .ui-slider-pip-selected-2 .ui-slider-label {
    background-color: #FF03CB; 
}
                    
#alternating-slider .ui-slider-pip-selected-3 .ui-slider-label {
    background-color: #C309E8; 
}
                    
#alternating-slider .ui-slider-pip-selected-4 .ui-slider-label {
    background-color: #920AFF; 
}
                    
#alternating-slider .ui-slider-tip {
    width: 34px;
    margin-left: -17px;
    top: -1px;
    background: #00c7d7;
    color: white;
    border: none;
    line-height: 27px;
    height: 25px; 
}
                    
#alternating-slider .ui-slider-tip:before, 
#alternating-slider .ui-slider-tip:after {
    display: none; 
}
                    
#alternating-slider .ui-slider-handle.ui-state-active .ui-slider-tip,
#alternating-slider .ui-slider-handle.ui-state-focus .ui-slider-tip,
#alternating-slider .ui-slider-handle.ui-state-hover .ui-slider-tip,
#alternating-slider .ui-slider-handle:focus .ui-slider-tip,
#alternating-slider .ui-slider-handle:hover .ui-slider-tip {
    top: -1px; 
}
                    
#alternating-slider .ui-slider-handle.ui-state-focus {
    z-index: 100; 
}

.display-rate-values {
    display: none;
}

.div-center {
    width: 50%;
    margin: 0 auto;
}

.subscription-choice .subcription-item {
    width: 200px;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
}

.subscription-choice .subcription-item  .row {
    height: 50px;
}

.subscription-info {
    width: 50%;
    float: right;
    text-align: right;
}

.row-input {    
    width: 100%;
}

.table-left {
    width: 25%;
    float: left;
    text-align: left;
}

.table-right {
    width: 75%;
    float: left;
}

.student-agreement-textarea {
    width: 100%;
}

.div-tick-box {
    background-color: #FFBAC4;
    padding-left: 5px;
    border-radius: 3px;
    line-height: 2.2em;
}

.div-ticked-box {
    background-color: #B6FFAD;
    padding-left: 5px;
    border-radius: 3px;
    line-height: 2.2em;
}

.student-profile-index .row {
    text-align: center;
}

.student-profile-index .student-panel {
    /*width: 20%;
    float: left;*/
    text-align: center;
}

.p-green a{
    font-weight: bold;
    color: #0089CD;
}

.p-red {
    color: #d3273e;
}

.p-red a{
    font-weight: bold;
    color: #d3273e;
}

.details-required {
    text-align: left;    
    padding-left: 125px;
}

.form-payment {
    width: 90%!important;
}

.other-packages .package-item {
    float: left;
    width: 30%;
    padding: 20px 20px 20px 0;
}

.other-packages .package-item .package-item-row-first {
    width: 100%;
    float: left;
    padding: 5px 0;
    color: #395200;
}

.other-packages .package-item .package-item-row {
    width: 100%;
    float: left;
    padding: 5px 0 5px 10px;
}
.other-packages .package-item .btn-download {
    padding: 8px 14px!important;
    font-size: 20px!important;
    background: #052661;
}
.other-packages .package-item .btn-download:hover {background: #208507}
.other-packages .package-item .package-item-row .price{
    color: #5a7f03;
}

.order-item .order-item-detail {
    padding-left: 30px;
}

.form-student-agreement {
    width: 100%!important;
}

.documents {
    padding-left: 50px;
    text-align: left;
}

.documents ul {
    list-style: none;
}

.btn-incomplete {    
    background-color: #FFBABA!important;
    color: #DE232E;
    font-weight: bold;
}

.profile-block {
    border: none;
    }
.profile-block > div {
    border-radius: 5px;
    min-height: 346px;
    padding: 10px ;
    }
.profile-block .btn {white-space: normal;}
.profile-block .block1 {
    background-color: #c9d5eb;
}
.profile-block .block1 .buttons {
	display: flex;
	justify-content: center;
}
.profile-block .block1 a {
	display: flex;
	align-items: center; 
	justify-content: center;
	margin: 0 .5rem; 
	background: #052661; 
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: bold;
	padding: 1.2rem 1.8rem;
	max-width: 360px;
	min-width: 268px;
}
.profile-block .block1 a:hover {background: #208507}
.profile-block .block2 {
    background-color:#38ACFF;
}

.profile-block .block3 {
    background-color:#9AD339;
    border-radius: 5px;
    padding-bottom: 1px;
    color: #0D4471;
}

.profile-block .uploaded-files {
    padding-top: 10px;
}

.profile-block .uploaded-files  ul{
    list-style: none;
    text-align: left;
    margin: 0 0!important;
}

.profile-block .uploaded-files a{
    color: #1D546A;
}

.profile-block .block4 {
    background-color:#B1EA35;
}

/*
.profile-block .block1 .btn-profile-link {
    background-color: #C0C0C0!important;
    font-weight: bold;
}
*/

.profile-block .block2 .btn-awating-link {
    background-color: #FFBABA;
    color: #EF7176;
    font-weight: bold;
}

.profile-block .btn-awating-link-done {

    background-color: #CFFFB7;
    color: #9AD339;
    font-weight: bold;
}

.profile-block .block3 .btn-upl {
    background-color: #0D4471;
}

.profile-block .block3 .upload-form {
    padding: 0 10px;
}

.profile-block .block4 .documents ul {
    list-style-image: url('images/acrobat.png');    
}

.profile-block .block4 .documents a{    
    color: #1B526B;
}

.profile-block .block1 .profile-icon {
    background-image: url("images/person.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin: 2rem auto;
    background-size: 70px;
}

.profile-block .block2 .docs-awaiting {
    background-image: url("images/action.png");
    background-repeat: no-repeat;
    padding-right: 40px;
    margin: 0 auto;
    background-size: contain;  
    background-position: right;
    margin-bottom: 20px;
}

.profile-block .block2 .docs-awaiting  span{
    font-size: 18px;
    font-weight: bold;
    color: #0D4471;
}

.profile-block .block3 .upload-docs {
    background-image: url("images/upload.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;  
    padding-right: 40px;
    background-position: right;
    margin-bottom: 20px;
}
.profile-block .block3 .upload-docs  span{
    font-size: 18px;
    font-weight: bold;
    color: #0D4471;
}

.profile-block .block4 .file-icon {
    background-image: url("images/documents.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-size: 70px;
}

.profile-block .block4 .delete {
    color: #d3273e;
}

.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}

.checkbox-agree {
	margin: 20px 0;
}

.input-red {
	border: 1px solid #d3273e;
}
@media only screen and (min-width: 1200px) {
	.profile-block .block3 .upload-docs {min-height: 46px;}
}
@media only screen and (max-width: 991px) {
	.profile-block {margin-bottom: 20px;}
	.profile-block .block1 .buttons {flex-direction: column; align-items: center;}
	.profile-block .block1 .buttons a {width: 100%; margin: 0 0 .5rem;}
}
@media only screen and (max-width: 767px) {
	.profile-block > div {min-height: inherit;}
}