﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'neosansarabic';
    src: url(../../font/neosansarabic.ttf) format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'neosansarabic-black';
    src: url(../../font/neosansarabic-black.ttf)format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'neosansarabic-bold';
    src: url(../../font/neosansarabic-bold.ttf) format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'neosansarabic-light';
    src: url(../../font/neosansarabic-light.ttf) format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'neosansarabic-medium';
    src: url(../../font/neosansarabic-medium.ttf) format('truetype');
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'neosansarabic-ultra';
    src: url(../../font/neosansarabic-ultra.ttf) format('truetype');
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'neosansarabic';
}

button, input, optgroup, select, textarea {
    font-size: 14px;
    outline: none !important;
}

a {
    outline: none !important;
}

.page-header-cont {
    height: auto;
    min-height: 50px;
    overflow: hidden;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    background-color: #f5fbff;
}

.header-logo-row {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 120px;
    margin: 0px auto;
    min-height: 0px;
}

/*width: 120px;*/
.header-home-anchor {
    width: 210px;
    height: 90px;
    background-image: url(../../Images/assets/home-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto 0px;
}

.registery-body-container {
    height: auto;
    min-height: 50px;
    padding: 0px;
    /*overflow:hidden;*/
    margin-bottom: 20px;
}

.registery-body-row {
    width: calc(100% - 40px);
    max-width: 960px;
    height: auto;
    min-height: 60px;
    margin: 0px auto;
}

.master-heading {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: 'neosansarabic-light';
}

.master-par {
    display: block;
    width: 100%;
    font-family: 'neosansarabic-light';
    font-size: 20px;
}

    .master-par span {
        font-family: 'neosansarabic';
    }

.blue-text {
    color: #2a8bcb;
}

.grey-text {
    color: #485c65 !important;
}

.light-text {
    color: #c0d1da !important;
}

.red-text {
    color: #C82868 !important;
}

.green-text {
    color: #5cb85c !important;
}

.center-text {
    text-align: center;
}

.paddingless {
    padding: 0px 0px 0px 0px;
}

.rtl-dir {
    direction: rtl;
}

/*---------------------------------------------------------------------------------*/

#signup_form {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 20px;
    padding: 20px 0px 20px;
    border-bottom: solid 4px #e9f2f8;
}

    #signup_form label {
        font-family: 'neosansarabic';
        width: 100%;
        height: auto;
        margin: 0px 0px 15px;
    }

    #signup_form label {
        display: block;
        width: 100%;
        text-align: center;
        color: #637881;
        font-size: 13px;
        margin: 0px 0px 5px;
    }

        #signup_form label input {
            width: 100%;
            height: 40px;
            color: #485c65;
            text-align: center;
            padding: 0px 20px;
            background-color: #e9f2f8;
            border-radius: 40px;
            box-shadow: inset rgba(0,0,0,0) 0px 2px 5px;
            border: none;
            outline: none !important;
            transition: all ease 0.3s;
        }

            #signup_form label input:focus {
                color: #fff;
                background-color: #2a8bcb;
                box-shadow: inset rgba(0,0,0,0.1) 0px 2px 5px;
                transition: all ease 0.3s;
            }

    #signup_form button {
        background-color: rgba(255,255,255,0);
        color: #485c65;
        border: none;
        font-size: 20px;
        font-family: 'neosansarabic-medium';
        padding: 0px 20px 0px 0px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        outline: none !important;
        background-image: url(../../Images/assets/yellow-arrow-next.svg);
        background-position: calc(100% - 0px);
        background-size: 12px 20px;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: background-position ease 0.3s;
    }

        #signup_form button:hover {
            background-position: calc(100% - 5px);
            transition: background-position ease 0.3s;
        }

.linkedin-button {
    width: 200px;
    height: 40px;
    background-color: rgba(255,255,255,0);
    background-image: url(../../Images/assets/Sign-In-Large---Default.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    outline: none !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.wizard-ul {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    margin: 0px;
}

    .wizard-ul > li {
        list-style-type: none;
        float: left;
        width: 36px;
        height: 36px;
        margin: 0px 30px 0px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .wizard-ul > li:last-child {
            margin: 0px 0px 0px 0px;
        }

        .wizard-ul > li > a {
            display: block;
            text-decoration: none;
            width: 10px;
            height: 10px;
            background-color: rgba(192,209,218,1);
            color: rgba(42,139,203,0);
            font-size: 0px;
            border-radius: 60px;
            border: solid 2px rgba(42,139,203,0);
            box-sizing: border-box;
            text-align: center;
            font-family: 'neosansarabic';
            cursor: not-allowed;
        }

            .wizard-ul > li > a.active {
                width: 36px;
                height: 36px;
                border: solid 2px rgba(42,139,203,1);
                font-size: 16px;
                line-height: 30px;
                background-color: rgba(192,209,218,0);
                color: rgba(42,139,203,1);
                cursor: none;
            }

            .wizard-ul > li > a.available {
                background-color: rgba(42,139,203,1);
                font-size: 0px;
                width: 36px;
                height: 36px;
            }

                .wizard-ul > li > a.available::before {
                    content: '';
                    width: 36px;
                    height: 36px;
                    background-image: url(../../Images/assets/wizard-check.svg);
                    position: absolute;
                    transform: translateX(-20px);
                    top: 0;
                }

.form-title {
    width: calc(100% - 40px);
    max-width: 960px;
    margin: 0px auto 20px;
    text-align: center;
    background-image: url(../../Images/assets/form-title-strip.svg);
    background-repeat: repeat-x;
    background-position: center 25px;
    background-size: 1px 2px;
}

    .form-title mark {
        background-color: #fff;
        color: #485c65;
        font-family: 'neosansarabic';
        font-size: 26px;
        padding-left: 10px;
        padding-right: 10px;
    }

.input-col {
    padding: 0px 10px 25px;
}

.profile-input-col input, select {
    width: 100%;
    height: 40px;
    color: #485c65;
    margin: 0px 0px 25px;
    text-align: center;
    font-family: 'neosansarabic';
    padding: 0px 20px;
    background-color: #e9f2f8;
    border-radius: 5px;
    box-shadow: inset rgba(0,0,0,0.05) 0px 2px 5px;
    border: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all ease 0.3s;
}

.input-col > p, .profile-input-col > p {
    font-size: 13px;
    color: #637881;
    font-family: 'neosansarabic';
    display: block;
    margin-bottom: 6px;
    text-align: center;
}

.input-col input {
    width: 100%;
    height: 40px;
    color: #485c65;
    text-align: center;
    font-family: 'neosansarabic';
    padding: 0px 20px;
    background-color: #e9f2f8;
    border-radius: 40px;
    box-shadow: inset rgba(0,0,0,0) 0px 2px 5px;
    border: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all ease 0.3s;
}

    .input-col input:focus {
        color: #fff;
        background-color: #2a8bcb;
        box-shadow: inset rgba(0,0,0,0.1) 0px 2px 5px;
        transition: all ease 0.3s;
    }

.profile-input-col input:focus {
    color: #fff;
    background-color: #2a8bcb;
    box-shadow: inset rgba(0,0,0,0.1) 0px 2px 5px;
    transition: all ease 0.3s;
}

.input-col textarea {
    width: 100%;
    height: 120px;
    color: #485c65;
    text-align: center;
    font-family: 'neosansarabic';
    padding: 0px 20px;
    background-color: #e9f2f8;
    border-radius: 4px;
    box-shadow: inset rgba(0,0,0,0) 0px 2px 5px;
    border: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all ease 0.3s;
}

    .input-col textarea:focus {
        color: #fff;
        background-color: #2a8bcb;
        box-shadow: inset rgba(0,0,0,0.1) 0px 2px 5px;
        transition: all ease 0.3s;
    }

.profile-input-col textarea:focus {
    color: #fff;
    background-color: #2a8bcb;
    box-shadow: inset rgba(0,0,0,0.1) 0px 2px 5px;
    transition: all ease 0.3s;
}

.input-col p span {
    color: #cb2a5e;
}

.input-col select {
    width: 100%;
    height: 40px;
    color: #485c65;
    text-align: center;
    padding: 0px 20px;
    background-color: #e9f2f8;
    border-radius: 40px;
    font-family: 'neosansarabic';
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    box-shadow: inset rgba(0,0,0,0) 0px 2px 5px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}

.button {
    background-color: rgba(255,255,255,0);
    color: #485c65;
    border: none;
    font-size: 20px;
    font-family: 'neosansarabic-medium';
    padding: 0px 20px 0px 0px;
    /*position:relative;
	left:50%;
	transform:translateX(-50%);*/
    float: right;
    margin: 0px 0px 0px auto;
    outline: none !important;
    background-image: url(../../Images/assets/yellow-arrow-next.svg);
    background-position: calc(100% - 0px);
    background-size: 12px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.prevButton {
    background-color: rgba(255,255,255,0);
    color: #485c65;
    border: none;
    font-size: 20px;
    font-family: 'neosansarabic-medium';
    padding: 0px 0px 0px 20px;
    float: left;
    outline: none !important;
    background-image: url(../../Images/assets/grey-arrow-prev.svg);
    background-position: left center;
    background-size: 12px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

button[disabled] {
    opacity: 0.2;
    cursor: not-allowed;
}

.addition-button {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 180px;
    background-color: #2a8bcb;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 8px 15px;
    outline: none !important;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'neosansarabic';
    cursor: pointer;
    transition: all ease 0.3s;
}

    .addition-button:hover {
        background-color: #efbb07;
        /*color:#28343a;*/
        transition: all ease 0.3s;
    }

.custom-table thead tr th, .custom-table thead tr td {
    background-color: #485c65;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border: none;
}

.custom-table tbody tr th, .custom-table tbody tr td {
    border-top: 0px solid #e0eef6;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'neosansarabic';
    color: #485c65;
}

.custom-table tbody tr:nth-of-type(odd) {
    background-color: rgba(233,242,248,0);
}

.custom-table tbody tr:nth-of-type(even) {
    background-color: rgb(245,251,255);
}

.custom-table thead tr th:first-child,
.custom-table thead tr td:first-child,
.custom-table tbody tr th:first-child,
.custom-table tbody tr td:first-child {
    border-radius: 4px 0px 0px 4px;
}

.custom-table thead tr th:last-child,
.custom-table thead tr td:last-child,
.custom-table tbody tr th:last-child,
.custom-table tbody tr td:last-child {
    border-radius: 0px 4px 4px 0px;
}

.custom-table tbody tr th:nth-child(2),
.custom-table tbody tr td:nth-child(2) {
    font-family: 'neosansarabic-bold';
    color: #2a8bcb;
}

.custom-table tbody tr td:last-child .field-options {
    float: right;
}

.custom-table tbody > div {
    display: block;
    width: 40px;
    height: 20px;
    margin: 0px 0px 0px auto;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Images/assets/options-dots.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 4px;
}

.skill-box {
    width: 100%;
    background-color: #e9f2f8;
    border-radius: 5px;
    border: solid 1px #dde9f1;
    padding: 10px;
    /*overflow:hidden;*/
    display: inline-flex;
    height: 100%;
}

.field-options {
    width: 40px;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    background-image: url(../../Images/assets/options-dots.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 20px 4px;
    position: relative;
    cursor: pointer;
}

.skill-title {
    font-size: 14px;
    font-family: 'neosansarabic-medium';
    color: #485c65;
    text-shadow: rgba(255,255,255,0.6) 0px 1px 0px;
    width: calc(100% - 40px);
    float: left;
}

    .skill-title span {
        display: block;
        width: 100%;
        font-size: 12px;
        color: #2a8bcb;
    }

.options-popover {
    display: block;
    width: 90px;
    height: 0px;
    position: absolute;
    transform: translatex(-80px);
    z-index: 20;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    padding: 0px 3px 0px;
    margin-top: 10px;
    transition: all ease 0.3s;
}

    .options-popover::after {
        padding: 0px 0px 0px;
        content: '';
        width: 10px;
        height: 40px;
        background-image: url(../../Images/assets/popover-arrow-right.svg);
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center 7px;
        float: left;
    }

    .options-popover ul {
        padding: 0px;
        margin: 0px;
        float: left;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
        width: calc(100% - 10px);
        overflow: hidden;
    }

        .options-popover ul li {
            list-style-type: none;
        }

            .options-popover ul li a {
                display: block;
                text-align: left;
                text-decoration: none;
                font-size: 12px;
                font-family: 'neosansarabic-medium';
                color: #485c65;
                padding: 5px;
                border-bottom: solid 1px rgba(241,241,241,1);
                background-color: rgba(241,241,241,0.0);
                transition: background-color ease 0.3s;
            }

                .options-popover ul li a:hover {
                    background-color: rgb(42, 139, 203);
                    color: #fff;
                    transition: background-color ease 0.3s;
                }

.field-options:hover > .options-popover {
    height: 60px;
    padding: 0px 3px 3px;
    margin-top: 0px;
    opacity: 1;
    transition: all ease 0.3s;
}

.modal-title {
    font-family: 'neosansarabic-medium';
}

.blue-modal {
    background-color: rgba(40,140,200,0.75);
}

.grey-modal {
    background-color: rgba(72,92,101,0.75);
}

.red-modal {
    background-color: rgba(200,40,104,0.75);
}

.small-dialog {
    max-width: 320px;
    margin: 40px auto;
}

    .small-dialog .registery-body-row {
        width: calc(100% - 20px);
        min-height: 50px;
        padding: 20px 10px;
    }

        .small-dialog .registery-body-row .input-col {
            padding: 0px 0px 15px;
        }

.modal-content {
    border: none;
    border-radius: 20px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    padding: 10px 5px;
}

.greyFill-button, .greyFill-button:link {
    text-decoration: none;
    border: solid 1px rgba(72,92,101,1);
    background-color: rgba(72,92,101,1);
    color: rgba(255,255,255,1);
    padding: 5px 10px;
    font-family: 'neosansarabic';
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: all ease 0.3s;
}

    .greyFill-button:hover {
        background-color: rgba(72,92,101,0);
        color: rgba(72,92,101,1);
        transition: all ease 0.3s;
    }

.grey-button, .grey-button:link {
    text-decoration: none;
    border: solid 1px rgba(72,92,101,1);
    background-color: rgba(72,92,101,0);
    color: rgba(72,92,101,1);
    padding: 5px 10px;
    font-family: 'neosansarabic';
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: all ease 0.3s;
}

    .grey-button:hover {
        background-color: rgba(72,92,101,1);
        color: rgba(255,255,255,1);
        transition: all ease 0.3s;
    }

.blue-button, .blue-button:link {
    text-decoration: none;
    background-color: rgba(42,139,203,1);
    border: solid 1px rgba(42,139,203,1);
    color: #fff;
    padding: 5px 10px;
    font-family: 'neosansarabic';
    border-radius: 5px;
    cursor: pointer;
    outline: none !important;
    transition: all ease 0.3s;
}

    .blue-button:hover {
        background-color: #efbb07;
        border: solid 1px #efbb07;
        transition: all ease 0.3s;
    }

.red-button {
    background-color: rgba(200,40,104,1);
    border: solid 1px rgba(200,40,104,1);
    color: #fff;
    padding: 5px 10px;
    font-family: 'neosansarabic';
    border-radius: 5px;
    cursor: pointer;
    outline: none !important;
    transition: all ease 0.3s;
}

    .red-button:hover {
        background-color: rgba(168,31,86,1);
        border: solid 1px rgba(200,40,104,1);
        transition: all ease 0.3s;
    }

.centered-heading {
    width: 100%;
    text-align: center;
}

.centralized-holder {
    display: block;
    width: auto;
    float: left;
    margin: 0px auto 10px;
}

.relative-centralized-holder {
    display: block;
    width: auto;
    margin-bottom: 40px;
    overflow: hidden;
    /*left:50%;
	transform:translateX(-50%);*/
}

.heading-shader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    opacity: 0;
}

.validation_error {
    border: 1px solid #ea5353 !important;
}

.lblSuccess {
    color: #0bde0b !important;
}

.lblError {
    color: #ea5353 !important;
}

.user-account-row {
    width: calc(100% - 40px);
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0px auto 100px;
}

    .user-account-row > div[class="col-lg-3"] {
        position: relative;
        top: -132px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
    }

.user-col {
    padding: 0px 0px 0px 0px;
}

    .user-col h6 {
        font-family: 'neosansarabic-medium';
        font-size: 16px;
        margin: 0px;
        padding: 5px 0px;
    }

    .user-col nav {
        margin: 0px;
        padding: 0px;
        display: block;
        height: auto;
        overflow: hidden;
    }

        .user-col nav ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            height: auto;
            overflow: hidden;
            float: right;
        }

            .user-col nav ul li {
                list-style-type: none;
                float: left;
            }

                .user-col nav ul li a {
                    display: block;
                    text-decoration: none;
                    color: #485c65;
                    background-color: rgba(72,92,101,0);
                    font-family: 'neosansarabic';
                    font-size: 13px;
                    padding: 5px 15px;
                    border-radius: 50px;
                    transition: all ease 0.3s;
                }

                    .user-col nav ul li a:hover {
                        color: #fff !important;
                        background-color: rgba(72,92,101,1);
                        transition: all ease 0.3s;
                    }

.user-photo-col {
    padding: 3px 3px 3px 3px;
    height: auto;
    min-height: 50px;
    width: 100%;
}

    .user-photo-col .user-photo {
        width: 100%;
        max-width: 180px;
        height: 225px;
        border: solid 5px #fff;
        background-color: #c0d1da;
        box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
        background-image: url(../../Images/assets/trainee-avatar.svg);
        background-size: cover;
        background-position: center;
    }

.update-photo-anchor, .update-photo-anchor:link {
    display: block;
    width: 100%;
    max-width: 180px;
    text-align: center;
    text-decoration: none;
    padding: 5px 3px;
    color: #485c65;
    border: solid 1px #c0d1da;
    background-color: rgba(192,209,218,0);
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    transition: all ease 0.3s;
}

    .update-photo-anchor:hover {
        background-color: rgba(192,209,218,1);
        transition: all ease 0.3s;
    }

.user-data-col {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}

.user-innerData-row {
    margin: 0px 0px 60px;
    padding: 0px;
    height: auto;
}

.innerData-innerCol {
    padding: 20px 0px 0px;
    margin: 0px 0px 0px;
    background-color: rgba(192,209,218,0);
    border-bottom: solid 1px rgba(192,209,218,0.31);
}

    .innerData-innerCol > label {
        font-size: 13px;
        color: #637881;
        font-family: 'neosansarabic';
        display: block;
        width: calc(100% - 40px);
        margin: 0px 0px 0px 0px;
        padding: 0px 10px;
        float: left;
    }

    .innerData-innerCol > P {
        font-size: 16px;
        color: #637881;
        font-family: 'neosansarabic-medium';
        display: block;
        padding: 0px 10px;
        width: calc(100% - 40px);
        float: left;
    }

.edit-feild {
    margin: 0px;
    width: 100%;
    /*background-color:rgba(192,209,218,0.2);*/
}

.profile-input-col {
    padding: 0px 10px 0px;
    min-height: 90px;
}

.profile-tabs-row {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    background-color: rgba(245, 251, 255,1);
    margin: 0px 0px 40px;
}

.profile-tab {
    padding: 0px;
    list-style-type: none;
    float: left;
}

    .profile-tab > a {
        text-decoration: none;
        padding: 5px 10px;
        background-color: rgba(245, 251, 255,0);
        min-height: 70px;
        color: #9caeb7;
        text-align: center;
        font-family: 'neosansarabic-medium';
        border-top: solid 1px rgba(221,232,240,0);
        border-left: solid 1px rgba(221,232,240,0);
        border-bottom: solid 1px rgba(221,232,240,1);
        border-right: solid 1px rgba(221,232,240,0);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease 0.3s;
    }

        .profile-tab > a.active {
            border-top: solid 1px rgba(221,232,240,1);
            border-left: solid 1px rgba(221,232,240,1);
            border-bottom: solid 1px rgba(221,232,240,0);
            border-right: solid 1px rgba(221,232,240,1);
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background-color: rgba(255,255,255,1);
            color: #485c65;
            transition: all ease 0.3s;
        }

    .profile-tab:first-child > a {
        border-top-left-radius: 6px;
    }

    .profile-tab:last-child > a {
        border-top-right-radius: 6px;
    }





.survey-title {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #5b99c9;
}

.survey-desc {
    font-size: 16px;
    color: #555555;
    display: block;
    max-width: 640px;
}

.label-container {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0px 20px 0px;
}

.label-par {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
    float: left;
    color: #637881;
}

.radioSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    /* Hide default HTML checkbox */
    .radioSwitch input {
        display: none;
    }

/* The slider */
.radioSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .radioSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
        /*
	background-image:url(../../Images/assets/check-icon.svg);
	background-size:30px;
	background-position:-10px 26px;
	*/
    }

input:checked + .radioSlider {
    background-color: #5b99c9;
}

input:focus + .radioSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .radioSlider:before {
    background-color: #fff;
    /*background-position:-5px center;*/
}

/* Rounded sliders */
.radioSlider.radioRound {
    border-radius: 20px;
}

    .radioSlider.radioRound:before {
        border-radius: 20px;
    }

.checkSwitch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 5px 10px 0px 0px;
}

    /* Hide default HTML checkbox */
    .checkSwitch input {
        display: none;
    }

/* The slider */
.checkSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .checkSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: rgba(255,255,255,0);
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(check-icon.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center -16px;
    }

input:checked + .checkSlider {
    background-color: #5b99c9;
}

input:focus + .checkSlider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .checkSlider:before {
    background-position: center center;
}

/* Rounded sliders */
.checkSlider.checkRound {
    border-radius: 4px;
}

    .checkSlider.checkRound:before {
        border-radius: 2px;
    }

.input-group-addon {
    border: none;
    background-color: #e9f2f8;
    border-radius: 0 20px 20px 0px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    font-family: FontAwesome;
    content: "\f053";
}

.glyphicon-chevron-right:before {
    font-family: FontAwesome;
    content: "\f054";
}

.divFieldOptionsParent {
    width: 40px;
    display: inline-block;
    height: 20px;
    position: relative;
}

.fixdTab {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    background-color: white;
    bottom: 0;
    left: 0;
    box-shadow: rgba(0,0,0,0.1) 0px -1px 5px;
    z-index: 5;
    transition: bottom 0.3s;
}

label.error {
    display: block;
    width: 100%;
    text-align: center;
    color: #637881;
    font-size: 13px;
    margin: 0px 0px 5px;
    font-family: 'neosansarabic';
}

.attachment-col {
    padding: 0px 2px 4px;
}

    .attachment-col > a {
        display: inline-block;
        width: 170px;
        text-decoration: none;
        color: #004d72;
        font-weight: 500;
        display: flex;
        min-height: 50px;
        border: solid 1px #f5f9f2;
        padding: 4px;
        align-items: flex-start;
    }

        .attachment-col > a > .attachment-thumb {
            min-width: 160px;
            height: 80px;
            background-color: rgba(0, 77, 114, 0.2);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 3px;
        }

        .attachment-col > a > .attachment-title {
            width: 100%;
            min-height: 100%;
            padding: 0px 10px;
        }


@media only screen and (max-width:991px) {
    .user-account-row > div[class="col-lg-3"] {
        top: 0px !important;
    }

    .attachment-col {
        display: flex;
        justify-content: center;
    }

    .innerData-innerCol {
        overflow-x: auto;
    }
}

@media only screen and (max-width:767px) {
    .user-col h6 {
        text-align: center;
    }

    .user-col nav {
        display: flex;
        justify-content: center;
    }
}
