
/**************CUSTOM STYLES***********************/

/*****************COMMON STYLES ****************/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

    body.bg {
        font-family: 'Roboto', sans-serif !important;
        background: url(../img/seafarer-bg.jpg) repeat-y !important;
        background-size: cover;
    }

body {
    background: #e5e5e5;
}

/*footer{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 10px; 
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
    color: #666;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

    ul li {
        margin: 7px 0;
        color: #666;
    }

p {
    color: #666;
}

.margin {
    margin: 10px !important;
}

.no-top {
    top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-marginb {
    margin-bottom: 0;
}

.no-margint {
    margin-top: 0;
}

.no-padding {
    padding: 0 !important;
}

.paddingtb {
    padding-top: 7px;
    padding-bottom: 7px;
}

.no-paddingl {
    padding-left: 0 !important;
}

.margintop-15 {
    margin: 15px 0 0 0;
}

.margintop-10 {
    margin: 10px 0 0 0;
}

.marginr-5 {
    margin-right: 5px;
}

.marginr-10 {
    margin-right: 10px;
}

.marginr-20 {
    margin-right: 20px;
}

.marginr-50 {
    margin-right: 50px;
}


.marginl-5 {
    margin-left: 5px;
}

.margint-5 {
    margin-top: 5px;
}

.marginb-5 {
    margin-bottom: 5px;
}

.margintb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.round {
    border-radius: 50%;
}

.inline-block {
    display: inline-block !important;
}

.avatar {
    width: 33px;
    height: 33px;
}

.relative {
    position: relative !important;
}

.shadow {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) !important;
}

.text-bold {
    font-weight: bold;
}

.hidden {
    visibility: hidden !important;
}

.padding {
    padding: 15px;
}

.no-paddingb {
    padding-bottom: 0 !important;
}

.space {
    width: 100%;
    height: 10px;
}


/************ COMMON STYLES END **************/


/************ COLOR SET **************/

.cyan {
    color: #1eb98a;
}

.cyan-bg {
    background: #59f1c4;
}

.blue {
    color: #2275af;
}

.grey {
    color: #a0a0a0;
}

/**************************LOGIN BOX ***************************/

.login-box {
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    width: 400px;
    margin: 10% auto;
}

.login-page .form-control, .register .form-control {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding-left: 0;
    box-shadow: none;
}

.login-page .messagebox {
    margin: 5%;
}

.btn-signin {
    border-radius: 15px;
}

.btn-primary {
    background-color: #17709d;
    border-color: none;
}

.logo {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

    .logo a {
        text-decoration: none;
    }

.register-text {
    display: block;
    text-decoration: underline;
}

.message-text p {
    line-height: 25px;
    margin: 20px 0 0 0;
    color: #666;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border: 0;
    color: #666;
}



/*********************Basic Detials***********************/

.basicdetails {
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    width: 60%;
    margin: 5% auto;
}

    .basicdetails .input-group {
        display: block !important;
    }

    .basicdetails .btn-group {
        width: 100%;
    }

.input-group label {
    line-height: 41px;
}

/*********************REGISTER STYLES *************************/

.register {
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}

.register-page .messagebox {
    margin: 5%;
}

.content-wrapper, .right-side, .main-footer {
    margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse {
    margin-left: 0 !important;
}

.content-wrapper, .right-side {
    background: none !important;
}


/**************************ENTRY PAGE*****************************/

.navbar-fixed-top {
    background: #475060 !important;
}

/*.navbar {
	height: 46px;
}

.top-menu {
    float: right;
}*/

.logo-bg {
    background: url(../img/logo-dark.png) no-repeat 10px 5px;
    padding-left: 175px !important;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
}

.navbar-brand {
    padding: 7px 15px;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}

/*.nav>li>a{
	padding: 8px 15px !important;
}

.dropdown-toggle{
	color:#fff;
}
.nav>li>a:focus, .nav>li>a:hover{
	background:#3a4252;
	color:#fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background:#3a4252;
	color:#fff;
}

.online{
	width:10px;
	height:10px;
	display:inline-block;
	position:absolute;
	right:28px;
	background:#20e920;
}

.offline{
	width:10px;
	height:10px;
	display:inline-block;
	position:absolute;
	right:28px;
	background:#f00;
}*/

/******************************SUMMARY**********************************/

.profilepic {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 70px;
    overflow: hidden;
    background: url(../img/profile-img.jpg) no-repeat;
    width: 175px;
    height: 175px;
}

    .profilepic span.changephoto {
        display: block;
        background: rgba(0,0,0,0.7);
        color: #fff;
        position: absolute;
        bottom: -40px;
        width: 100%;
    }

    .profilepic canvas {
        width: 100% !important;
        display: block;
    }


.summaryedit .profilepic span.changephoto {
    display: none;
}

.profilepic span.changephoto a {
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.img-browse {
    position: absolute;
    left: -290px;
    top: 38px;
}


.summary {
    background: #fff;
    min-height: 300px;
}

    .summary ul li i {
        vertical-align: middle;
    }

.fa-circle {
    font-size: 5px;
}

.content-wrapper {
    margin-top: 70px;
}

.documentmargin {
    margin-left: 20px;
    display: inline-block;
}

.warning i {
    font-size: 14px !important;
}

.phone i, .address i {
    font-size: 18px;
}

.phone {
    padding: 7px 0;
}

.maindetails .mail {
    font-size: 13px;
}

.address {
    padding: 7px 0;
    line-height: 22px;
}

    .address i {
        vertical-align: top;
        margin-top: 3px;
    }

address {
    display: inline-block;
}

.maindetails i {
    font-size: 16px;
}

.doa {
    font-size: 18px;
    text-indent: 22px;
}

.info {
    background: #475060;
    color: #fff;
    min-height: 30px;
}

    .info a,
    .info button {
        color: #fff;
    }

    .info button {
        margin-top: 0 !important;
    }

        .info button:hover,
        .info button:focus,
        .info button:visited {
            color: #fff;
        }

/************PROGRESS ******************/

.percentcon {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.progress-section {
    position: fixed;
    right: 0;
    top: 55px;
}

.progresscon .percent {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 35px;
    position: absolute;
    top: 50px;
    left: 45%;
}

.progress {
    border-radius: 25px !important;
    height: 18px !important;
}

.progress-bar {
    box-shadow: none !important;
}

.progress {
    background-color: #d2d2d2;
    box-shadow: none !important;
}

/************ CARDS***************/

.cards {
    background: #fff;
    min-height: 100px;
    margin-bottom: 25px;
}

    .cards p {
        font-size: 13px;
    }

    .cards i {
        font-size: 20px;
        color: #fff;
    }

.blue-round {
    background: #00bcd4;
    padding: 10px 12px;
}

.cyan-round {
    background: #5fc9bd;
    padding: 10px 13px;
}

.brown-round {
    background: #9f7238;
    padding: 10px 10px;
}

.darkblue-round {
    background: #3f51b5;
    padding: 10px 10px;
}

.lightgreen-round {
    background: #689f38;
    padding: 11px 10px;
}

.green-round {
    background: #43a047;
    padding: 9px 15px;
}

.card-head {
    color: #1d6082;
}

.card-footer {
    background: #f3f3f3;
}

    .card-footer h4 {
        background: #f3f3f3;
        font-size: 16px;
    }

    .card-footer i {
        color: #868585;
    }

/**************Experience**************/

.experience {
    background: #fff;
}

.experience-card ul strong {
    font-size: 22px;
}

.cyan-oval {
    background: #5fc9bd;
    border-radius: 30px;
    padding: 2px 12px;
    color: #fff;
}

.experience-card ul span.imonumber {
}

.option-footer a {
    color: #42a5f5;
}

.edit {
    position: absolute;
    right: 17px;
    font-size: 20px;
    color: #5fc9bd;
    background: url(../img/edit.png) no-repeat;
    width: 19px;
    height: 19px;
}

.form-control {
    box-shadow: none !important;
}

.label-info {
    background-color: #689f38 !important;
}

.editicn {
    background: url(../img/edit.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9991;
    background: rgba(0, 0, 0, 0.6);
}

.overlaycon {
    position: fixed;
    width: 600px;
    height: 470px;
    background: #fff;
    z-index: 9992;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.editphoto span.edithead {
    font-size: 16px;
    padding: 10px 0 10px 10px;
    display: inline-block;
    font-weight: bold;
    background: #333;
    color: #fff;
    width: 100%;
}

span.edithead .close {
    color: #fff !important;
    text-shadow: none;
    margin-right: 10px;
}

.popupcon {
    padding: 10px;
    height: 372px;
    background: #e6e6e6;
    position: relative;
}

    .popupcon b {
        display: block;
    }

.popupfooter {
    padding: 10px;
}

.deletephoto {
    color: #d9534f;
    font-size: 25px;
    margin-top: 10px;
}

.fadeout {
    opacity: 0.3;
}

/****************Crop Image***************/

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 5px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}

.cropit-preview-image-container {
    cursor: move;
}

.cropit-preview-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
}

.export {
    /* Use relative position to prevent from being covered by image background */
    position: relative;
    z-index: 10;
}

button {
    margin-top: 10px;
}

.cropit-image-input {
    background: #52a0c7;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 2px #3784aa;
    box-shadow: 0 2px #3784aa;
}

.input-group-addon {
    background: none !important;
    border: none;
}

/*************************************/

ul.nav.navbar-right.top-nav {
    margin-right: 15px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.dashboard-panel-6 {
    width: 45%;
}

/*********************Basic Details DROPDOWN STYLE*****************************/

.btn-select {
    position: relative;
    padding: 0;
    min-width: 157px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

    .btn-select .btn-select-value {
        padding: 6px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 6px 12px;
        top: 0;
        font-size: 17px;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 33px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
        }

            .btn-select ul li:hover {
                background-color: #f4f4f4;
            }

            .btn-select ul li.selected {
                color: white;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #ccc;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        background-color: white;
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }
    /* Default End */

    /* Primary Start */
    .btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
        border-color: #286090;
    }

    .btn-select.btn-primary ul li.selected {
        background-color: #2e6da4;
        color: white;
    }

    .btn-select.btn-primary ul {
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary .btn-select-value {
        background-color: #428bca;
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary:hover, .btn-select.btn-primary.active {
        background-color: #286090;
    }
    /* Primary End */

    /* Success Start */
    .btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
        border-color: #4cae4c;
    }

    .btn-select.btn-success ul li.selected {
        background-color: #4cae4c;
        color: white;
    }

    .btn-select.btn-success ul {
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success .btn-select-value {
        background-color: #5cb85c;
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success:hover, .btn-select.btn-success.active {
        background-color: #449d44;
    }
    /* Success End */

    /* info Start */
    .btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
        border-color: #46b8da;
    }

    .btn-select.btn-info ul li.selected {
        background-color: #46b8da;
        color: white;
    }

    .btn-select.btn-info ul {
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info .btn-select-value {
        background-color: #5bc0de;
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info:hover, .btn-select.btn-info.active {
        background-color: #269abc;
    }
    /* info End */

    /* warning Start */
    .btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
        border-color: #eea236;
    }

    .btn-select.btn-warning ul li.selected {
        background-color: #eea236;
        color: white;
    }

    .btn-select.btn-warning ul {
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning .btn-select-value {
        background-color: #f0ad4e;
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning:hover, .btn-select.btn-warning.active {
        background-color: #d58512;
    }
    /* warning End */

    /* danger Start */
    .btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
        border-color: #d43f3a;
    }

    .btn-select.btn-danger ul li.selected {
        background-color: #d43f3a;
        color: white;
    }

    .btn-select.btn-danger ul {
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger .btn-select-value {
        background-color: #d9534f;
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger:hover, .btn-select.btn-danger.active {
        background-color: #c9302c;
    }
    /* danger End */

    .btn-select.btn-select-light .btn-select-value {
        background-color: white;
        color: black;
    }

@media screen and (max-width: 700px) {
    .basicdetails {
        width: 100% !important;
    }
}

.text-danger ul li {
    color: #a94442;
}

.copy-right-grids {
    padding: 0 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 5-7 */
    -moz-opacity: 0.9; /* Netscape */
    -khtml-opacity: 0.9; /* Safari 1.x */
    opacity: 0.9; /* Good browsers */
}

.footer-gd {
    color: #010101;
    font-size: 0.8em;
}

.rounded {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px;
    border: 1px solid #333;
}

.form-control-focused {
    color: #03a9f4;
    font-size: 13px;
    text-transform: capitalize;
}

.password-help-box {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,0.5);
    text-align: center;
}

.file-attchment-ico {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}



.hero-confirm h3 {
    color: #9f9f9f;
    font-size: 45px;
    margin-bottom: 10px;
}

.hero-confirm .text2 a {
    color: #ea4261;
    text-decoration: none;
}

.hero-confirm p {
    padding: 0 !important;
    margin: 0 !important;
}

.hero-confirm .hr {
    border-bottom: solid 1px #e1e1e1;
}

.hero-confirm .bt {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 18px;
    padding: 8px 100px;
    background: #f7941d;
    text-transform: uppercase;
}

.hero-confirm .messagebox {
    display: none !important;
}

.hero-confirm .btn-home {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 18px;
    padding: 8px 100px;
    background: #f7941d;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.label-improve {
    background-color: #00a1ff !important;
}

span.k-widget.ng-invalid > .k-state-default,
span.k-widget.k-autocomplete.ng-invalid {
    border-bottom: 1px solid red;
}

span.k-widget.k-dropdown.ng-invalid > .k-state-default,
span.k-widget.k-combobox.ng-invalid > .k-state-default {
    border: 1px solid red;
}

.form-control:invalid {
    border-bottom: 1px solid red;
}

.form-control-focused::after {
    content: " *";
    color: red;
}

.form-control-focused.not-mandatory::after {
    content: "";
}

.list-unstyled {
    padding-left: 30px;
    list-style: inherit;
}

.appl-status {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size: small;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

::-webkit-input-placeholder {
    font-size: 16px;
}

::-moz-placeholder {
    font-size: 16px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-size: 16px;
}
/* ie */
input:-moz-placeholder {
    font-size: 16px;
}


/* for solving date picker flickering issue */
.date-pickerflicker {
    margin-bottom: 20%;
}

.login-module-content .login-module-content-left {
    height: calc(100vh - 70px)
}

.login-module-content .login-module-left-blk {
    display: none;
}

    .login-module-content .row .login-content-text {
        position: absolute;
        bottom: 50px;
        color: #fff;
        margin-top: 10px;
        left: 80px;
    }

        .login-module-content .row .login-content-text .text-header {
            margin-bottom: 40px;
        }

            .login-module-content .row .login-content-text .text-header h2 {
                font-weight: bold;
                margin-bottom: 0px;
                margin-top: 0px;
                color: #fff;
            }

        .login-module-content .row .login-content-text h4 {
            font-weight: bold;
            color: #fff;
        }
        .login-module-content .row .login-content-text p {
            color: #fff;
        }
/*.login-module-content{ .row
{
    display: flex;
    height: 100vh;
    .login-content-text
{
    position: absolute;
    bottom: 50px;
    color: #fff;
    margin-top: 10px;
    left: 100px;
    .text-header
{
    margin-bottom: 40px;
    h2
{
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
}

h4 {
    font-weight: bold;
    color: #fff;
}

}
}}*/


