@import url("https://fonts.googleapis.com/css?family=Raleway:500,700,900");
* {
    outline: none !important; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.clearfix:after, .clearfix:before, .container:after, .container:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " "; }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%; }

body {
    background: #c5c5c5;
    font-family: "Raleway";
    margin: 0;
    line-height: 1.42857143;
    color: #333333; }

.container section {
    min-height: 455px; }

a {
    text-decoration: none;
    color: #faa634; }

/**************** TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 10px; }

/**************** HELPERS */
.bold {
    font-weight: 700; }

.text-uppercase {
    text-transform: uppercase; }

.center {
    text-align: center; }

.right {
    text-align: right; }

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

.no-radius {
    border-radius: 0px !important; }

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

.margin {
    margin: 15px; }

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

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

.margin-right {
    margin-right: 15px; }

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

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

.padding {
    padding: 20px; }

.container {
    min-height: 568px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5; }

/**************** IMAGES */
.img-center {
    margin: 0 auto; }

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

.img-xlg {
    width: 180px;
    height: 180px; }

.img {
    object-fit: cover; }

.img-circle {
    border-radius: 50%; }

/**************** FONT COLORS */
.text-white {
    color: #fff; }

.text-primary {
    color: #faa634; }

.text-secondary {
    color: #2a3549; }

.text-success {
    color: #ccd60d; }

.text-dark {
    color: #333333; }

/* BACKGROUNDS */
.bg-primary {
    background: #faa634;
    color: #fff; }

.bg-secondary {
    background: #2a3549;
    color: #fff; }

/**************** LOGIN PAGE */
#login-page .container {
    background: #fff;
    position: relative; }

.login-form {
    background: #2a3549;
    padding: 20px; }
.login-form .login-from_inner {
    max-width: 320px;
    margin: 0 auto; }

/**************** BUTTONS */
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }

.btn-primary {
    background: #faa634;
    color: #fff; }

.btn-secondary {
    background: #2a3549;
    color: #fff; }

.btn-dark {
    background: #333333;
    color: #fff; }

.btn-info {
    background: #00b3db;
    color: #fff; }

.btn-danger {
    background: #cc3333;
    color: #fff; }

.btn-clear {
    background: transparent;
    color: #333333; }

.btn-border-primary {
    background: transparent;
    border: 1px solid #faa634;
    color: #faa634; }

.btn-block {
    width: 100%; }

.btn-lg {
    padding: 12px; }

/********************************* TABLE */
.table {
    width: 100%; }

/********************************* FORMS */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc; }

.form-group {
    margin-bottom: 15px; }

input.form-control:focus {
    border-color: #faa634; }

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px; }

.switch input {
    display: none; }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

input:checked + .slider {
    background-color: #00b3db; }

input:focus + .slider {
    box-shadow: 0 0 1px #00b3db; }

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

/* Rounded sliders */
.slider.round {
    border-radius: 20px; }

.slider.round:before {
    border-radius: 50%; }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
    border: 1px solid transparent; }

.topbar .container {
    padding: 5px 0 5px 0;
    width: 100%;
    background: transparent;
    line-height: 35px;
    min-height: inherit; }

.navbar .title {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem; }

.list {
    background: #fff; }

ul.list-unstyled {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 10px; }

p.note {
    margin-left: 55px;
    margin: 0; }

.pull-right {
    float: right; }

.pull-left {
    float: left; }

ul.list-unstyled {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 10px; }

.list {
    background: #fff; }

.list .item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative; }

.list .item:last-child {
    border-bottom: 0; }

.list .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px; }

.list, .list a {
    color: #333; }

.list .note, .list a .note {
    color: #999; }

.item .icon {
    line-height: 45px; }

.item-form-group {
    background: #fff;
    padding: 5px 10px; }

.item-divider {
    color: #000;
    background-color: #e2e2e2;
    padding: 10px;
    min-height: 30px;
    margin: -5px -10px 7px -10px; }

/*.form-group {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
}*/
.item-form-group .form-group:last-child {
    border-bottom: none; }

footer {
    margin-top: 20px; }

/************************************ NOTEPAD ************************************/
.panel.notepad {
    background-color: #FFF9D0;
    border: 1px solid #EDE5B5; }

.notepad-body {
    min-height: 300px;
    padding: 0px 20px;
    background: linear-gradient(top, transparent 0px, transparent 29px, #EDE5B5 29px, #EDE5B5 30px);
    background: -moz-linear-gradient(top, transparent 0px, transparent 29px, #EDE5B5 29px, #EDE5B5 30px);
    background: -o-linear-gradient(top, transparent 0px, transparent 29px, #EDE5B5 29px, #EDE5B5 30px);
    background: -webkit-linear-gradient(top, transparent 0px, transparent 29px, #EDE5B5 29px, #EDE5B5 30px);
    background-size: 100% 30px;
    background-position: 0px 0px; }

.notepad-body textarea.form-control::placeholder {
    color: #ad732a; }

.notepad-body textarea.form-control {
    background: transparent;
    border: 0;
    padding: 6px 0px;
    color: #ad732a;
    line-height: 215%;
    width: 100% !important;
    min-height: 500px; }

.item-options {
    background: rgba(255, 255, 255, 0.48);
    width: 100%;
    text-align: right;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 4px 0;
    opacity: 0; }

.list .item:hover .item-options {
    opacity: 1; }

/* IMAGE UPLOAD */
#imageUpload {
    display: none; }

/* MY CV PAGE */
#addCVimage {
    width: 100%;
    margin: 0 auto;
    max-width: 320px; }

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


footer button {
    position: relative;
}

.form-control.error {
    border: 1px solid red;
}

label.error {
    font-size: 12px;
    margin-left: 10px;
    color: red;
}

.loader {
    font-size: 2px;
    margin: 0;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #333333;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader {
    position: absolute;
    top: 28%;
    left: 48%;
}

span.invalid-feedback {
    color: white;
    font-size: 12px;
}

.slim {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 12px;
    background: white;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************** Top Menu Start */

body > .container {overflow: hidden;}
.menu-icon {position: absolute; width: 32px; right: 10px; top: 9px; cursor: pointer;}
.menu-icon div {width: 100%; height: 4px; background-color: #fff; margin: 3px 0; border-radius: 6px; float: right;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.menu-icon div:nth-child(2) {width: 90%;}
.menu-icon div:nth-child(3) {width: 80%;}
.menu-icon:hover div {width: 100% !important;}
.nav-menu-right {position: absolute;right: -60%;width: 50%;background: #000;top: -1px;height: 100vh;z-index: 99;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.nav-menu-right.active {right: -1px;}
.nav-menu-right ul {list-style: none; margin: 30px 0 0 0; padding: 0px;}
.nav-menu-right ul li{ margin: 0px; padding: 0px;}
.nav-menu-right ul li a {display: block; padding: 3px 15px;}
.close-icon {position: absolute; right: 10px; top: 0px; width: auto; color: #fff; cursor: pointer;}

/**************** Top Menu End */
/*************** introduction step 2 start */
.introductiongroup input[type=number]{display: inline-block;width: 15%;}
.introductiongroup .introduction-text{display: inline-block;width: 82%;vertical-align: top;margin-left: 1%;}
.introductiongroup .form-group {position: relative;}
.introductiongroup label.error{position: absolute;top: 35px;left:-5px;display:none !important;}

/*************** introduction step 2 End */
.ui-sortable {list-style: none; margin: 0px; width: 100%; padding: 0px;}
.ui-sortable .ui-state-default  {padding: 15px; margin: 0 0 10px 0; color: #333333; font-weight: 300; cursor: move;}

/*************** toggle button */
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #f79923;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/******** T & C Start ***********/
.switch-field {float: left;width: 100%;margin-bottom: 20px;}
.termcondition input[type=checkbox]{display: inline-block;width: 4%;}  
.termcondition .secondTerm-text{display: inline-block;width: 90%;vertical-align: top;margin-left: 1%;}
/******** T & C END ***********/

#register_form span.invalid-feedback {
    color: #ff6868;
}

#jobRole-list-item1,#skillsPersonalQualities-list-item1{    position: relative;padding-left: 25px;}
#jobRole-list-item1 span,#skillsPersonalQualities-list-item1 span{position: absolute;left: 0;top: 10px;}
#addWorkExperience_form ..item-form-group{padding: 10px;}


#addWorkExperience_form .item-form-group,
#addWorkExperience_form_edit .item-form-group,
.addReference_form_edit .item-form-group, #addEducation_form .item-form-group ,.addEducation_form_edit .item-form-group	 ,#addReference_form .item-form-group{padding:20px 20px 10px 20px;}
.work-experience-items .item-options, .skill-personal-qualities-item .item-options{    width: 90%;}
#addWorkExperience_form_edit .item-form-group .item-divider,
#addWorkExperience_form .item-form-group .item-divider{margin: -5px -20px 7px -20px;}
#stepInfo_text{position:relative}
#stepInfo_text .sample{position:absolute;width:100%; left:0; top:0 ;height:75vh;padding:20px;background:#FFF;display:none;text-align:left;}
#stepInfo_text .sample.active{display:block}
#stepInfo_text .sample .pera{overflow-y:scroll;height:100%;}
#stepInfo_text .sample .pera ul{padding-left: 17px;}
#stepInfo_text .close {position: absolute;top: -12px;right: -12px;}
#stepInfo_text .close a{width: 25px;height: 25px;display: inline-block;background: #faa634;border-radius: 15px;color: #FFF;line-height: 25px;text-align: center;}

/******** Thank You Page Start ***********/
.thnk_container p{
    text-align: justify;
}
#nextIntro-step_btn:disabled {

  cursor: url;
    opacity: 1;
    /*background: red;*/
}
#nextIntro-step_btn:disabled {
  cursor: not-allowed;
    opacity: .6;
}
/******** Thank You Page END ***********/
#register_form{display:none}