* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

@font-face {
    font-family: 'Conv_verdana';
    src: url('fonts/verdana.eot');
    src: local('☺'), url('fonts/verdana.woff') format('woff'), url('fonts/verdana.ttf') format('truetype'), url('fonts/verdana.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #636466;
    font-family: 'Conv_verdana';
    font-size: 1rem;
    line-height: 1.5;
}

.login-body {
    background-color: #B8E1F4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_verdana';
}

.form-wrapper {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
}
/*.wrapper-login{
    min-height: 100%;
}*/

/*.container.container-wrapper {
    background: #ffffff none repeat scroll 0 0;
    min-height: 100%;
}

.header-logo{
    background:#F3F3F4;
}*/

.link {
    cursor: pointer !important;
}

.a-link {
    color: #5fa1be;
}

.bold {
    font-weight: bold;
}

.pull-right {
    float: right;
}

.object-in-center {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.headerInvisible, .contentInvisiable {
    display: none;
    width: 1px;
}

.RequiredFieldValidator, .RegularExpressionValidator {
    position: absolute;
    right: 0;
    top: 0;
}

.DatePicker {
    position: absolute;
    right: -5px;
    top: 5px;
}

.RequiredFieldValidatorDatePicker, .RegularExpressionValidatorDatePicker {
    position: absolute;
    right: -15px;
    top: 0;
}

.form-button {
    background: #5ea1bd none repeat scroll 0 0;
    color: white;
    display: inline;
    height: 26px;
    padding: 0 15px;
    position: absolute;
    right: -94px;
    top: 3px;
    cursor: pointer;
}

.ajax__calendar_container {
    z-index: 9999;
}

.alert {
    padding: 5px 15px;
}

.alert-message {
    font-size: 12px !important;
}

.x-axis-hidden {
    overflow-x: hidden;
}

/*Login page*/
.login-content {
    margin-top: 70px;
    padding-bottom: 60px;
}

.textbox {
    font-size: 11px;
    border: 1px solid #fff;
    color: #939598;
}

    .textbox:focus {
        border: 1px solid #5EA1BD;
    }

.no-padding {
    padding: 0 !important;
}

.text-center {
    text-align: center;
}

.login-logo-container {
    background-color: #FFFFFF;
    padding: 6rem 2rem;
}

    .login-logo-container .container {
        text-align: center;
    }

.logo {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

    .logo .logo-icon {
        background: #60C08F none repeat scroll 0 0;
        border-radius: 50% !important;
        display: block;
        height: 80px;
        left: 100px;
        overflow: hidden;
        position: absolute;
        top: 147px;
        width: 80px;
    }

.logo-icon img {
    height: 50px;
    width: 50px;
    margin-top: 18%;
}

.form-login {
    max-width: 350px;
    margin: 0 auto;
}

.form-login {
    font-size: 12px;
}

.btn-submit {
    text-transform: uppercase;
    background-color: #5fa1be !important;
    color: white;
    cursor: pointer;
}

.forgot-password, .forgot-password:hover {
    display: block;
    margin-top: 1.5rem;
    font-size: 11px;
    color: #646466;
}

.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalContentWrapper {
    background: #F3F3F4;
}

.ModelPopupContent {
    overflow-x: hidden;
    overflow-y: auto;
    width: 850px;
    height: 400px;
    background-color: #E7E7E8;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.ModelPopupAlertContent {
    background-color: #E7E7E8;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

/*Inner page*/
.inner-content {
    background: #F3F3F4;
}

.inner-logo {
    position: relative;
    padding: 18px 0;
}

    .inner-logo span {
        position: absolute;
        right: 0;
        bottom: 6px;
        font-size: 8px;
        color: #808285;
    }

.navbar {
    margin: 0 0 10px 0;
    padding: 0;
    background: #939598;
    color: #fff;
    height: 40px;
}

.navbar-nav .nav-link {
    padding: 12px 9px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

    .navbar-nav .nav-link:hover {
        background: #5fa1be;
    }

.dropdown-menu {
    margin: 0;
    padding: 0 10px 10px;
    border: 0;
    background: #5fa1be;
}

    .dropdown-menu li a {
        font-size: 11px;
        color: #fff;
    }

.language {
    float: right;
    margin: 0;
    padding: 5px;
    list-style: none;
}

.normal-save {
    background: url(/Images/NewDesignImages/save-icon2.png) no-repeat 10px center;
    background-color: #5fc08f;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 20px 8px 45px;
}

    .normal-save:hover {
        text-decoration: none;
        color: #ffffff;
    }


.normal-email {
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 20px 7px 45px;
    display: inline-block;
    background: url(/Images/NewDesignImages/mail-icon.png) no-repeat 10px center;
    background-color: #5fc08f;
}

    .normal-email:hover {
        text-decoration: none !important;
        color: #fff;
    }

.blue-bar {
    margin: 0 0 10px 0;
    padding: 5px;
    background: #b8dff1;
}

.button-bar a {
    display: block;
    padding-left: 45px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #60a1bd;
}

    .button-bar a.save {
        background: url(/Images/NewDesignImages/save-icon.png) no-repeat 10px center;
    }

    .button-bar a.search {
        background: url(/Images/NewDesignImages/search-circle-icon.png) no-repeat 10px center;
    }

    .button-bar a.email {
        background: url(/Images/NewDesignImages/mail-icon.png) no-repeat 10px center;
    }

    .button-bar a:hover {
        text-decoration: none;
    }

.info-bar span {
    display: block;
    padding-left: 45px;
    font-size: 12px;
    line-height: 26px;
    color: #60a1bd;
}

    .info-bar span.info {
        background: url(/Images/NewDesignImages/file-icon.png) no-repeat 10px center;
    }

.pb {
    padding-bottom: 60px;
    position: relative;
}

.form-content,
.table-content {
    //padding: 10px 0;
    background: #e7e7e8;
    //overflow: hidden;
    clear: both;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.form-header {
    margin-bottom: 30px;
}

    .form-header h2 {
        padding: 8px 12px;
        font-size: 12px;
        background: #c7c8ca;
        color: #414042;
    }

.calender-period {
    padding: 0;
    font-size: 12px;
    color: #5EA1BD;
    font-weight: bold;
    line-height: 30px;
}

.calender-header {
    margin: 10px 0px 0px 0px;
}

    .calender-header > span {
        font-size: 10px;
    }

.form-control-label {
    padding-left: 3px;
    font-size: 11px;
    display: inline-block;
}

.form-content .form-control {
    font-size: 11px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.logo-content {
    height: 95px;
    background: #fff;
}


.button-bar a.order {
    background: url(/Images/NewDesignImages/order-icon.png) no-repeat 10px center;
}

.table {
    background: #fff;
}

    .form-content .table td, .table th {
        border: 0;
    }

    .table thead {
        background: #c7c8ca;
        color: #414042;
        font-size: 12px;
    }

.form-content .table tr th {
    width: 30%;
    color: #636466;
    font-size: 11px;
}

.form-content .table tr td {
    width: 70%;
    color: #414042;
    font-size: 11px;
}

.table-content .table-bordered td,
.table-content .table-bordered th {
    border: 2px solid #e7e7e8;
}

.table-content .table-bordered th {
    font-size: 12px;
    color: #414042;
}

.table-content .table-bordered td {
    font-size: 11px;
    color: #636466;
}

.search {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

    .search span, .search a {
        float: left;
        font-size: 9px;
        text-transform: uppercase;
        color: #60a1bd;
        line-height: 34px;
    }

    .search .searchall {
        /*width: 30px;
        height: 30px;*/
        padding: 0 10px;
        margin: 5px 0 0 12px;
        text-align: center;
        background: #60a1bd;
        /*border-radius: 50% !important;*/
        line-height: 30px;
    }

        .search .searchall a {
            color: #fff;
            line-height: 26px;
        }

    .search .navbar-form input {
        height: 36px;
        font-size: 9px;
        border: 0;
    }

    .search .navbar-form span {
        height: 36px;
        background: #fff url(/Images/NewDesignImages/search-icon.png) no-repeat 50% center;
        cursor: text;
    }

.candidate-info {
    display: block;
    padding: 0px 0 25px;
    font-size: 12px;
}

    .candidate-info > span {
        display: block;
    }

    .candidate-info .candidatename {
        font-size: 17px;
        color: #60a1bd;
    }


.tab_button {
    float: right;
    position: absolute;
    right: 0;
    top: -1px;
    text-transform: uppercase;
    font-size: 13px;
}

.tab_button_webtab {
    top: 58px;
}

.tab_save {
    background: url(/Images/NewDesignImages/save-icon2.png) no-repeat 10px center;
    background-color: #5fc08f;
    padding: 8px 35px 8px 45px;
    color: #fff;
    margin-left: 5px;
}

.tab_sendinvitation {
    background: url(/Images/NewDesignImages/mail-icon.png) no-repeat 10px center;
    background-color: #5fc08f;
    padding: 8px 35px 8px 45px;
    color: #fff;
    margin-left: 5px;
}

.tab_delete {
    background: url(/Images/NewDesignImages/close-icon-black.png) no-repeat 10px center;
    background-color: #BF6065;
    padding: 8px 35px 8px 45px;
    color: #fff;
    margin-left: 5px;
}

    .tab_button:hover, .tab_save:hover, .tab_sendinvitation:hover, .tab_delete:hover {
        text-decoration: none !important;
        color: #fff;
    }

.candidatetest-type {
    color: #5EA1BD;
    font-size: 14px;
    padding: 11px 0 8px;
    display: block;
}

.candidateTest-action {
    padding: 6px 35px 6px 45px;
    text-transform: uppercase;
    font-size: 12px;
}

    .candidateTest-action.add-selected-test {
        background: #C0E2CD url("/Images/NewDesignImages/add-icon.png") no-repeat scroll 10px center;
        color: #60C08F;
    }

        .candidateTest-action.add-selected-test a {
            color: #60C08F;
        }


    .candidateTest-action.remove-selected-test {
        background: #E8C7C2 url("/Images/NewDesignImages/close-icon.png") no-repeat scroll 10px center;
        color: #BF6065;
    }

        .candidateTest-action.remove-selected-test a {
            color: #BF6065;
        }

    .candidateTest-action.btn-activate {
        background: #5FC08F url("/Images/NewDesignImages/reactivate.png") no-repeat scroll 10px center;
    }

        .candidateTest-action.btn-activate a {
            color: #ffffff;
        }

    .candidateTest-action.downloadcandidatedata {
        background: #4A90B2 url("/Images/NewDesignImages/download1.png") no-repeat scroll 10px center;
        color: #ffffff;
    }

        .candidateTest-action.downloadcandidatedata a {
            color: #ffffff;
        }

.form-checkbox label, .form-radio label {
    font-size: 11px;
    padding: 0 15px 0 5px;
}

.avilable-module-edit {
    float: right;
}

    .avilable-module-edit a {
        background: #c0e2cd none repeat scroll 0 0;
        color: #60c08f;
        font-size: 11px;
        padding: 4px 25px;
    }

.popup_button {
    padding: 8px 35px 8px 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
}

.popup_save {
    background: url(/Images/NewDesignImages/save-icon2.png) no-repeat 10px center;
    background-color: #5fc08f;
    float: left;
}

.popup_close {
    background: url(/Images/NewDesignImages/close-icon-black.png) no-repeat 10px center;
    background-color: #BF6065;
    float: right;
}

.popup_button:hover {
    text-decoration: none !important;
    color: #fff;
}


.manageratee-sendemail {
    position: absolute;
    padding: 8px 35px 8px 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    top: 0;
    left: 0;
    background: url(/Images/NewDesignImages/mail-icon.png) no-repeat 10px center;
    background-color: #5fc08f;
}

    .manageratee-sendemail:hover {
        text-decoration: none !important;
        color: #fff;
    }

/*Invite*/
.form-content .block-title {
    background: #c7c8ca;
    color: #414042;
    padding: 4px 10px;
    font-size: 13px;
}

.block-content {
    height: 390px;
    overflow-y: auto;
    padding-top: 10px;
}

.invitation-detail {
    margin-bottom: 10px;
    font-size: 11px;
    border-bottom: 1px solid #c3c4c6;
    padding-right: 25px;
}

.candidate-email {
    display: block;
    padding-left: 12px;
    font-size: 13px;
    color: #88b3ca;
}

.block-content1,
.block-content3 {
    position: relative;
}

.help-icon {
    position: absolute;
    right: 25px;
    top: 0;
}

.add-more {
    background: rgba(0, 0, 0, 0) url("/Images/NewDesignImages/add-icon.png") no-repeat scroll right center;
    display: inline-block;
    height: 26px;
    width: 26px;
}

.help-icon.add-more > input {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    height: 26px;
    padding: 0;
    width: 26px;
}

.block-content3 .help-icon {
    top: 8px;
}

.mail-block img {
    display: block;
    height: 49px;
    width: 49px;
    margin: -55px auto 10px;
    position: absolute;
    left: 45%;
}

.mail-block {
    margin: 25px 0 20px;
    padding: 30px 30px 10px;
    background: #fff;
    font-size: 11px;
    -webkit-box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    height: 200Px;
    overflow-y: auto;
}

.invitation-note {
    font-size: 10px;
}

.candidate-variable tr td span {
    /*color: #414042;*/
    color: #636466;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn-blue {
    background: #5fa1be;
    border: 0;
}

    .btn-blue span {
        padding: 0;
        color: #fff;
    }

.block-content3 input {
    border: 0;
    font-size: 11px;
    color: #717375;
}

.mail-block {
    margin: 25px 0 20px;
    padding: 30px 30px 10px;
    background: #fff url(/Images/NewDesignImages/preview-bg.png) no-repeat center center;
    font-size: 11px;
    -webkit-box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    box-shadow: 8px 8px 0px 0px rgba(214,215,217,1);
    min-height: 200px;
}

#upload-area input, #upload-areaForSendQuestions input, #upload-areaForAddRater input {
    display: block;
}
/*account holder*/
.report-table .table {
    display: block;
    height: 245px;
    overflow-y: scroll;
}

    .report-table .table td {
        width: 41.333%;
    }

.hover-blue .table tr:hover {
    background: #b8e0f5;
}

.report-title {
    display: block;
    font-size: 14px;
}

.available-report {
    margin: 0;
}

    .available-report td {
        border: 0;
    }

.table.available-report img {
    float: left;
}

.table.available-report div {
    padding-left: 45px;
}

.download {
    float: left;
    /*margin-right: 10px;*/
    font-size: 11px;
    color: #60a1bd;
    padding: 4px 0px 0px 25px;
    width: 209px;
    background: url(/Images/NewDesignImages/download.png) no-repeat;
}

    .download img {
        height: 20px;
        width: 20px;
        margin-right: 5px;
        border-radius: 50% !important;
    }

.content-block {
    padding: 28px;
    font-size: 12px;
}

    .content-block h2 {
        margin-bottom: 20px;
        font-size: 17px;
        color: #60a1bd;
    }

/*welcome*/

/*.bottom-logo {
    min-height: 100%;
    padding-bottom: 70px;
}
.welcome-content-wrapper{
    padding-top:60px;
    background:#F3F3F4;
}*/

.welcome-content {
    background: #DCDCDE none repeat scroll 0 0;
    margin-top: 60px;
    height: 400px;
    padding: 5px;
    position: relative;
}

.client {
    background: #5EA1BD none repeat scroll 0 0;
    border-radius: 50% !important;
    display: block;
    height: 80px;
    left: 529px;
    position: absolute;
    top: -40px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

    .client img {
        padding-top: 10px;
    }

.welcome-content .tool-tree {
    left: 67px;
    position: absolute;
    /*top: 69px;*/
    bottom: -38px;
}

.welcome-information-wrapper {
    height: 100%;
    display: table;
}

.welcome-information {
    padding: 0 80px;
    display: table-cell;
    vertical-align: middle;
}

    .welcome-information .greeting {
        color: #6fa8c2;
        font-size: 20px;
    }

    .welcome-information .message {
        font-size: 12px;
        line-height: 25px;
        padding-top: 25px;
    }

.bottom-logo-bar {
    height: calc(100vh - 610px);
    min-height: 180px !important;
    background-color: #ffffff;
    padding: 10px 10px 70px;
}

/*mydata*/
.accountholder-information-wrapper {
    height: calc(100vh - 196px);
    min-height: 660px;
    /*clear: both;
    display: block;
    overflow: hidden;*/
}


/*GridView*/
.GridView {
    background: #ffffff;
    margin-bottom: 20px;
}

.GridHeader {
    background: #c7c8ca none repeat scroll 0 0;
    color: #414042;
    font-size: 12px;
}

    .GridHeader th {
        border-bottom: 2px solid #e7e7e8;
        border-right: 2px solid #e7e7e8;
        color: #414042;
        font-size: 12px;
        line-height: 1.5;
        padding: 0.5rem;
    }

        .GridHeader th span {
            color: #414042;
        }

        .GridHeader th:last-child {
            border-right: none;
        }

.GridRow > td {
    color: #414042;
    font-size: 11px;
    border-bottom: 2px solid #e7e7e8;
    border-right: 2px solid #e7e7e8;
    line-height: 1.5;
    padding: 0.5rem;
    vertical-align: top;
    /*word-break: break-all;*/
    cursor: pointer;
}

.GridRow > tr > td:last-child {
    border-right: none;
}

.GridRowSelected {
    background-color: #B8E1F4;
}

    .GridRowSelected > td {
        color: #414042;
        font-size: 11px;
        border-bottom: 2px solid #e7e7e8;
        border-right: 2px solid #e7e7e8;
        line-height: 1.5;
        padding: 0.5rem;
        vertical-align: top;
        /*word-break: break-all;*/
        cursor: pointer;
    }


.customcompetency {
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

/*candidate test*/
.statement-table {
    text-align: left;
}

    .statement-table thead th {
        background: #c8c9cb none repeat scroll 0 0;
        font-size: 9px;
        padding-bottom: 4%;
        position: relative;
        text-align: center;
        vertical-align: bottom;
        width: 60px;
        /*word-break: break-all;*/
    }

    .statement-table .col-first {
        text-align: left;
        font-size: 12px;
        padding-left: 5px;
        width: 500px;
        height: 1px !important;
        padding-bottom: 0;
        vertical-align: middle;
    }

.I-header {
    height: 35px;
    padding-bottom: 10px !important;
    vertical-align: bottom !important;
}

.statement-table .col-first-I {
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    width: 780px;
}


.statement-table thead th span {
    bottom: 12%;
    left: 35%;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #5fa1be;
    border-radius: 50% !important;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
}

.statement-table thead th.I-header span {
    background: transparent;
    border-radius: 0 !important;
    left: inherit;
    right: 0;
    top: 25%;
}


.statement-table tbody tr td {
    padding: 5px 0;
}

.even {
    background: white;
    border-bottom: 2px solid #e7e7e8;
}

.odd {
    background: #f3f3f4;
    border-bottom: 2px solid #e7e7e8;
}

    .even input, .odd input {
        margin: 0 0 0 5px;
    }

.normal-align {
    padding-left: 5px !important;
    height: 36px !important;
}

    .normal-align span strong span {
        color: #5EA1BD !important;
    }

.help-bar {
    padding: 10px 15px;
    overflow: hidden;
    background: #939598;
}

    .help-bar .help-button-div {
        float: right;
    }

        .help-bar .help-button-div input[type="image"], .help-bar .help-button-div a img {
            float: left;
            margin-left: 10px;
        }

.help-button-div .updateCounterControl {
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}

    .help-button-div .updateCounterControl .lblCounter {
        background: #5ea1bd none repeat scroll 0 0;
        border-radius: 15px !important;
        color: #ffffff;
        padding: 5px 12px;
    }

.help-button-div .divCountDown {
    float: left;
    padding-top: 5px;
    margin-left: 10px;
    position: relative;
}

.maskContainer {
    position: absolute;
    right: 0;
    top: 12px;
}


.bottom-bar {
    padding: 10px 15px;
    overflow: hidden;
    background: #c7c8ca;
    font-size: 12px;
}

    .bottom-bar a {
        color: #636466;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.test-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 406px;
    font-size: 12px;
    line-height: 16px;
    background: #e7e7e8;
}

.candidate-name {
    background: #5EA1BD none repeat scroll 0 0;
    color: #ffffff;
    padding: 7px 15px;
    position: absolute;
    right: 51px;
    top: 52px;
}

.number-list {
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
}

    .number-list > li {
        float: left;
        padding-top: 4px;
    }

    .number-list li a {
        color: white;
        padding: 3px 4px;
    }

        .number-list li a.active {
            background: white;
            border-radius: 50% !important;
            color: #6FA8C2;
            padding: 3px 7px;
        }

.form-section ul {
    list-style: none;
}


.bottom-bar .form-menu {
    float: right;
}

    .bottom-bar .form-menu input[type="image"] {
        padding: 0 10px;
        border-right: 1px solid #949599 !important;
    }

    .bottom-bar .form-menu input[type="submit"] {
        border-right: 1px solid #949599 !important;
    }


        .bottom-bar .form-menu input[type="image"]:last-child, .bottom-bar .form-menu input[type="submit"]:last-child {
            border-right: none !important;
        }

.checkboxfixwidth {
    width: 30px !important;
}


.nextAction {
    border: none;
    padding: 6px 35px 7px 10px;
    background: url("/Images/NewDesignImages/arrow-right.png") right 3px top 3px no-repeat;
}

.prevAction {
    border: none;
    padding: 6px 10px 7px 35px;
    background: url("/Images/NewDesignImages/arrow-left.png") left 3px top 3px no-repeat;
}

.finishAction {
    border: none;
    padding: 6px 35px 7px 10px;
    background: url("/Images/NewDesignImages/finish-icon.png") right 3px top 3px no-repeat;
}

/*footer begin*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #F3F3F4;
}

.loginfooter {
    background: inherit;
}

.footer .container {
    border-top: 4px solid #949599;
}

.policy {
    padding-top: 10px;
}

    .policy ul {
        padding: 0;
    }

        .policy ul li {
            display: inline;
            margin: 0;
            padding: 0;
        }

            .policy ul li a {
                font-size: 10px;
                color: #646466;
            }

            .policy ul li:before {
                content: "| ";
            }

            .policy ul li:first-child:before {
                content: " ";
            }

.copy-right {
    float: right;
    padding-top: 14px;
    font-size: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/*footer end*/


.information {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 6px;
}

    .information .informationtext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px !important;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 11px;
    }

    .information .informationtextPermission {
        bottom: 70% !important;
    }

    .information .informationtextDeleteCandidateData {
        text-transform: unset;
        line-height: normal;
    }

    .information .informationtext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .information:hover .informationtext {
        visibility: visible;
        opacity: 1;
    }

.dropdown-font {
    font-size: 11px;
}
/*Custom Checkbox*/
/* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 65px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

    /* Hide the browser's default checkbox */
    .checkboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 50px;
    /*background-color: #eee;*/
    background-color: white; /*#2196F3;*/
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    /*background-color: #ccc;*/
    background-color: white;
    border: 1px solid;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: white; /*#2196F3;*/
    border: 1px solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 20px;
    top: 2px;
    width: 7px;
    height: 15px;
    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.candidatepermission {
    padding: 15px;
}

.permissionlabel {
    padding-top: 18px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}