@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proxima_nova_font-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif !important;
}
html, body {
    height: 100%;
}
a {
    cursor: pointer;
}
a:hover, a:focus, .form-control:hover, .form-control:focus, button:hover, button:focus {
    box-shadow: none;
    text-decoration: none;
}
a:hover, a:focus {
    color: #065987;
}
p {
    font-size: 14px;
    color: #8995A0;
}
h1 {
    font-size: 22px;
    font-weight: 700;
}
.bg-primary {
    background: #4CCBB9 !important;
}
.bg-secondary {
    background: #065987!important;
}
.bg-gray {
    background: #E2E7EA;
}
.text-primary {
    color: #065987 !important;
}
.text-secondary {
    color: #065987!important;
}
.text-gray {
    color: #8995A0;
}
.text-black {
    color: #1C2C42;
}
.bg-warning {
    background-color: #F99185!important;
}
.btn-primary, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    background: linear-gradient(to right, #065987, #0DB2FC );
    color: #FFF;
    padding: 10px 60px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 5px 6px #00000029;
    transition: all ease-in-out 0.5s!important;
}
.btn-primary:hover{
    padding: 10px 65px;
}
.btn-upload{
    background: linear-gradient(to right, #065987, #0DB2FC );
    color: #FFF;
    padding: 4px 30px;
    border-radius: 0px 50px 50px 0px;
    border: none;
    transition: all ease-in-out 0.5s!important;
}
label {
    font-size: 15px;
    color: #065987;
    font-weight: 600;

}
.fa {
    color: #065987;
    font-size: 20px;
    font-family:'FontAwesome' !important;
}
.form-control, .form-control:hover, .form-control:focus, .forgotPass, label.form-check-label, .registerLink {
    font-size: 14px;
    color: #212529;
    border-color: #8995A040;
    border-radius: 8px;
    background-color: transparent;
}
.input-group-text {
    border-color: #8995A040;
    border-radius: 8px;
}
input:focus-visible{
    outline: none!important;
}
.signIn {
    background-image: url(../images/login_bg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    padding: 70px 0 20px;
}
.siginContainer {
    border-radius: 30px;
    position: relative;
    filter: drop-shadow(0px 7px 35px #1F5B8225);

}
.corporateIcon {
    background: #4CCBB9!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: -55px;
    width: 110px;
    height: 110px;
    justify-content: center;
    display: flex;
}
.form-check-input {
    opacity: 0;
}
.form-check .form-check-label input[type="checkbox"]+.input-helper:before, .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    position: absolute;
    top: 4px;
    left: 0;
}
.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: solid #065987;
    border-width: 1px;
    background: #FFF;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: FontAwesome;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\f00c';
    font-size: 12px;
    color: #ffffff;
}
.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    border-width: 0;
    background: #065987;
}
.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:after {
    width: 17px;
    opacity: 1;
    line-height: 16px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #000000
}
#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 30%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 0;
}
#progressbar li:before {
    width: 18px;
    height: 18px;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 2px solid #8EA2AF;
    content: '';
    background-color: #FFF;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #526775;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1;
}
#progressbar li.active:before {
    background: #065987;
    border: 3px solid #526775;
}
#progressbar li#account:after {
    width: 50%;
    left: auto;
    right: 0;
}
#progressbar li#setpassword:after {
    width: 50%;
    right: auto;
    left: 0;
}

/* Sidemenu */

.left-sidebar-pro {
    z-index: 9999;
    width: 260px;
    background: #303030;
    height: 100%;
}
#sidebar {
    min-width: 260px;
    background: #303030;
    color: #fff;
    position: fixed;
    transition: all 0.3s;
    z-index: 999;
    height: 100%;
    /* background: #F9F9F9; */
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/sidebar_bg.jpg);
    padding: 15px 0;
    filter: drop-shadow(2px 0px 2px #00005010);
}
.left-custom-menu-adp-wrap {
    overflow: auto;
    height: 80%;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro {
    width: 100%;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li {
    display: block;
    float: none;
    position: relative;
    padding: 5px 0 5px 15px;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a {
    display: block;
    padding: 7px 0 7px 15px;
    color: #526775;
    transition: all .4s ease 0s;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a.active {
    background: #065987;
    border-radius: 20px 0 0 20px;
    color: #FFF;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a.active i {
    color: #FFF;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a .mini-dn {
    padding-left: 10px;
}
ul.subMenu {
    padding-left: 33px;
}
.content-inner-all {
    margin-left: 260px;
    transition: all 0.3s;
}
.header-top-area {
    height: 60px;
}
.materialdesign .fixed-header-top {
    background: linear-gradient(to right, #065987 60%, #0DB2FC );
    height: 60px;
    padding: 0 30px 0 20px;
    position: fixed;
    z-index: 999;
    left: 260px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.3s;
}
.materialdesign .header-drl-controller-btn.btn-info {
    background-color: transparent;
    border-color: transparent;
}

.header-right-info ul.header-right-menu > li > a {
    color: #fff;
    padding: 0px 0px 0px 20px;
    font-size: 22px;
    text-decoration: none;
    position: relative;
}
#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
.dash_tiles1{
    background:#e7f5f9;
}
.dash_tiles2{
    background:#FFF3EC;
}
.text-pri{
    color:#065987;
}



#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li > a {
    padding: 7px 0px;
    /* width: 100px; */
}
#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li .mini-dn {
    display: none;
}
.mini-navbar .content-inner-all {
    margin-left: 100px;
    transition: all 0.3s;
}
.mini-navbar .fixed-header-top {
    left: 100px;
    transition: all 0.3s;
}
#sidebar.active .sidebar-header img {
    width: 90px;
}

.RtMainContent{
    padding-top: 80px;
}
.breadcrumb {
    background-color: transparent;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-check .form-check-label input[type="radio"] + .input-helper:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    border: 2px solid #526775;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="radio"] + .input-helper:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #065987;
    border-radius: 50%;
    top: 8px;
    left: 4px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}
.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.form-check-label {
    padding-left: 25px;
}
.btnOnField {
    border-radius: 0 8px 8px 0 !important;
    font-size: 14px;
    padding: 0 30px;
}
.bg-facebook {
    background: #3C549E !important;
}
.bg-linkedin {
    background: #01588D !important;
}
.companyReg fieldset {
    position: relative;
}
.companyReg .previous, .companyReg .nextArrow {
    /* background: transparent url(../images/left-arrow.png) no-repeat;
    width: 20px;
    height: 34px;
    position: absolute;
    bottom: 25px; */
}
.previous{
    background: #4CCBB9;
}
.badge-primary {
    color: #fff;
    background-color: #4ccbb9;
    border-radius: 2px;
}
.fa-download:before {
    content: "\f019";
    font-size: 16px;
}
.previous:hover{
    background: #3bb4a2;
}
.companyReg .nextArrow {
    /* background-image: url(../images/right-arrow.png);
    position: static; */
}
.modal-content {
    border-radius: 30px;
}
.modal-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.modal h3 {
    font-size: 20px;
    font-weight: 600;
}
.imgPreview {
    width: 150px;
    height: 150px;
    border: 1px dashed #8995A0;
    border-radius: 10px;
}
.previewImg {
    height: 150px;
}
.addBranch {
    background: #e7f5f9;
    border-radius: 20px;
}
.custom-file-label {
    border-radius: 8px;
}
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #3bb4a2;
}
.custom-file-label::after {
    background-color: #065987;
    color: #FFF;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 0 3px 3px 0;
    height: 37px;
}
.gridBox {
    border-radius: 15px;
    transition: all ease-in-out 1s;
    border: solid #00000010 2px;
}
.gridBox:hover{
    filter: drop-shadow(0px 6px 5px #00002030);
}

.blinkTile {
    -webkit-animation: borderBlink 1s linear infinite;    
    animation: borderBlink 2s linear infinite;
    border-width: 2px;
}
@-webkit-keyframes borderBlink {    
    from, to {    
        border-color: transparent    
    }    
    50% {    
        border-color: #ff7d0d    
    }    
}    
@keyframes borderBlink {    
    from, to {    
        border-color: transparent    
    }    
    50% {    
        border-color: #ff7d0d    
    }    
}  




.gridBox p {
    font-size: 15px;
}
.card {
    box-shadow: 0px 14px 25px #46528D21;
}
.table thead th {
    border: none;
    color: #ffffff;
}
.table td {
    font-size: 13px;
    vertical-align: middle;
}
.table td i {
    font-size: 16px;
}
.badge {
    font-size: 13px;
    color: #FFF!important;
}
.badge fa{
    color: #FFF!important;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li ul.subMenu li {
    padding-left: 0;
}
#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li .subMenu {
    padding-left: 0;
}
#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li > a.hasSub {
    display: none;
}


.dropbtn {
    background-color: #FFF;
    color: #1c2c42;
    padding: 10px;
    font-size: 0.813rem;
    border: none;
    cursor: pointer;
    border: 1px solid #dddddd;
    width: 100%;
    border-radius: 5px;
    text-align: left;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 98%;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}
#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 0.813rem;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.dropdown-content a {
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.813rem;
}

/* Posted Jobs */
hr {
    border-color: #efefef;
}
button:focus {
    outline: none !important;
}
.f-15 {
    font-size: 14px !important;
}
ul {
    padding-left: 0;
}
ul, li {
    list-style: none;
}
.b-shadow-none {
    box-shadow: none;
}
.nav-pills .nav-link {
    background: #F9F9F9;
    border-radius: 35px;
    color: #526775;
    padding: 10px 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #065987;
    border-radius: 35px;
}
.listView li, .internDetail {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    transition: all ease-in-out 0.5s;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 20px #34455625;
}
.internDetail {
    position: relative;
}
.internDetail li {
    list-style: disc;
    font-size: 15px;
    padding-bottom: 10px;
}
.editBtn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.filteredList .listView i {
    width: 20px;
    text-align: center;
}
.filteredList .listView .form-check .form-check-label input[type="checkbox"]+.input-helper:before, .filteredList .listView .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
    right: 0;
    left: auto;
}
.btnSelect, .btnSelect:hover {
    background-color: #4DA453;
}
.btnShortlist, .btnShortlist:hover {
    background-color: #E9B74D;
}
.btnReject, .btnReject:hover {
    background-color: #DF4C26;
}
#preview .modal-content {
    background: none;
    border: none;
}
#preview .close, #preview .close:hover {
    opacity: 1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    right: 0;
    font-weight: 400;
    background: #065987;
}
#successAlert .modal-body {
    display: flex;
    width: 100%;
    padding: 0;
}
#successAlert .modal-body .image_container {
    min-width: 120px;
    max-width: 120px;
    height: auto;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#successAlert .modal-body .image_container.success_image {
    background: url(../images/successBg.png);
}
#successAlert .modal-body .image_container.error_image {
    background: url(../images/errorBg.png);
}
#successAlert .modal-body .image_container i {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding: 15px 0;
    color: #FFF;
}
#successAlert .modal-body .image_container.success_image i {
    background: #4DA453;
}
#successAlert .modal-body .image_container.error_image i {
    background: #E6330E;
}
#successAlert .modal-dialog .modal-content .modal-body .message_container {
    flex-grow: 1;
    padding: 32px 32px 32px 24px;
}
.left-custom-menu-adp-wrap .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.left-custom-menu-adp-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #CCC !important;
}
.mobile_delete, .navbar-toggle {
    display: none;
}

input[type="file"].hideFile {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}


label.cabinet{
    display: block;
    cursor: pointer;
}

label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top: 15px;
    margin-left: -25px;
    cursor: pointer;
}

#upload-demo{
    width: 250px;
    height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: -20px;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
    left: 0;
}
.gambar.img-thumbnail {
    height: 148px;
    border: none;
}
h3, .h3 {
    font-size: 22px;
}
.boxCount img {
    width: 40px;
}
body {
    font-size: 15px;
}
h5, .h5 {
    font-size: 18px;
}
.btn {
    font-size: 16px;
}

.certLtImg {
    position: absolute;
    left: 20px;
}
.certRtImg {
    position: absolute;
    right: 40px;
}
.ellipsBg {
    background: url('../images/Ellipse 407.svg') no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
}
.polygonBg {
    background: url('../images/Polygon 10.svg') no-repeat;
    width: 95px;
    height: 125px;
    position: absolute;
    right: 10px;
}
.footCertIcon {
    padding-top: 90px;
}



/* Responsive */

@media screen and (max-width: 1365px) {
.siginContainer {
    flex: 0 0 50%;
    max-width: 50%;
}
.featBtn .btn-primary {
    padding: 5px 20px !important;
}
}

@media screen and (max-width: 1279px) {
.listView .panel-heading {
    flex-direction: column;
    align-items: flex-start !important;
}
.listView .panel-heading button {
    align-self: flex-end;
    margin-top: 15px;
}
.nav-pills .nav-link {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 1024px) {
.checkFeatures .featBtn a.btn-primary {
    padding: 6px 20px !important;
}
}

@media screen and (max-width: 991px) {
.siginContainer {
    flex: 0 0 75%;
    max-width: 75%;
}
.left-sidebar-pro, #sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a i, .sidebar-header {
    display: none;
}
.materialdesign.mini-navbar .left-sidebar-pro {
    display: block;
    width: 100%;
    height: 60px;
}
#sidebar.active {
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    height: auto;
    padding: 0;
    margin-top: 60px;
}
.mini-navbar .content-inner-all {
    margin-left: 0;
    margin-top: 400px;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li {
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
}
#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li > a {
    padding: 10px 0;
}
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a.active {
    border-radius: 0;
}
#sidebar.active .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li .mini-dn {
    display: inline-block;
}
.materialdesign .fixed-header-top {
    left: 0;
}
.content-inner-all {
    margin-left: 0;
}
.quickBoxes .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
}
.companyReg .form-group.col-md-6.pr-5 {
    padding-right: 15px !important;
}
.companyReg .form-group.col-md-6.pl-5 {
    padding-left: 15px !important;
}
.nav-pills .nav-link {
    padding: 10px 30px;
}
.navbar-toggle {
    display: block;
}
.certLtImg img {
	width: 90px;
} 
.certRtImg img {
	width: 40px;
}
}

@media screen and (max-width: 767px) {
.siginContainer {
    flex: 0 0 70%;
    max-width: 95%;
    padding: 50px 20px 20px !important;
}
.pgTitle, .checkFeatures {
    flex-direction: column;
    align-items: flex-start !important;
}
.companyReg .form-group.col-md-6.pr-5,.previewPg .form-group.col-md-6.pr-5 {
    padding-right: 5px !important;
}
.companyReg .form-group.col-md-6.pl-5 , .previewPg .form-group.col-md-6.pl-5{
    padding-left: 5px !important;
}
.pageContent #progressbar li {
    width: 45%;
}
.pageContent .nav {
    flex-direction: column;
}
.nav-pills .nav-link {
    margin-right: 0px !important;
    text-align: center;
}
.listView .panel-heading p {
    flex-wrap: wrap;
}
.featBtn {
    margin-top: 10px;
    align-self: end;
}
.web_delete {
    display: none;
}
.mobile_delete {
    display: block;
}
.btnPop .featBtn {
    flex-wrap: wrap;
}
.btnPop .featBtn .btn-primary {
    margin-bottom: 10px;
}
.checkFeatures.btnPop .form-check {
    align-self: end;
}
.pull-right.previewIcon {
    position: absolute;
    right: 20px;
    top: 80px;
}
.mobRel {
    position: relative;
}
.mobAbCheck {
    position: absolute;
    top: 15px;
    right: 5px;
}
.certLtImg img, .certRtImg img {
	display: none;
} 
.footCertIcon {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footCertIcon img {
    float: none;
}
#certificate_2 .modal-body {
	padding-left: 0;
	padding-right: 0;
}
}

@media screen and (max-width: 600px) {
.candidateStatus {
    flex-direction: column;
    text-align: center;
}
.candidateStatus .btn-primary {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 479px) {
.quickBoxes .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
.featBtn {
    align-self: flex-start;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
}
.checkFeatures .featBtn a.btn-primary {
    margin-bottom: 10px;
}
.checkFeatures .featBtn .form-check {
    align-self: flex-end;
}
.btnPop .featBtn {
    flex-direction: row !important;
}
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    border: solid #8995A0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.15rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-item.active .page-link {
    background-color: #54A8E6;
    border-color: #54A8E6;
}
.page-link {
    color: #54A8E6;
    border: 1px solid #EFEFEF;
}
.page-item.disabled .page-link {
    border-color: #EFEFEF;
}
.closeField .fa {
    font-size: 16px;
}

a.dropdown-item {
    color: #526775;
    padding: 7px 0 7px 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    background-color: #4CCBB9;
}
.dropdown-item:focus i, .dropdown-item:hover i {
    color: #FFF;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.font-20 {
    font-size: 20px;
}
.profilePic img {
    border-radius: 5px;
}
.myProfile .listView {
    position: relative;
}
.EditProf {
    position: absolute;
    top: 0px;
    right: 10px;
}
.profileDetails dl {
	/* display: flex;
    flex-wrap: wrap; */
}
.profileDetails dt {
    width: 210px;
    float: left;
}
.profileDetails dd {
    margin-left: 210px;
    word-break: break-all;
}
.nextArrow.btn-primary, .previous.btn-primary,.nextArrow.btn-primary:active, .previous.btn-primary:active {
	padding: 10px 60px!important;
}
/* .btn-primary.nextDisable {
    background: #06598740;
    color: #1C2C42;
} */
.compProfile {
    position: relative;
}


@media screen and (max-width: 991px) {
    .profileDetails dt span.pull-right {
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .profileDetails dt {
        width: 100%;
    }
    .profileDetails dd {
        margin-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .profCnt {
        margin-top: 10px;
    }
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid #065987!important;
    border-radius: 10px!important;
}
thead{
background: #065987;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #cccccc!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}
.materialdesign{
    background: #f5f5f5;
}