.alertHidden { 
	display: none;
    width: 100%;
}
.custom-btn {
    float: right;
    width: 150px;
}
.choices__inner {
    display: block;
    width: 100%;
    padding: .35rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: .2rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.choices__input {
    background-color: #ffffff;
}
.custom-form-group {
	margin-bottom: 0;
}
.helpLogin {
    text-align: right;
    font-size: 14px;
}
.reset-usename-pass h4 {
    margin: 15px 0 0 26px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.reset-usename-pass .card-body.p-4.mt-2 {
    padding: 5px 25px !important;
}
.importSheet{
	text-align: center;
}
.floatleft {
    float: left;
    width: 50%;
    margin-top: 15px;
}
.floatright {
	float: right !important;
	margin-top: 0;
}
#formpost {
    height: 350px;
    border: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}
fieldset legend {
    display: block;
    width: auto;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 1px solid #ddd;
    background-color: #ffffff;
}
.btn-standard {
    min-width: 150px;
    margin: 5px;
}
.information-row > * {
    margin: 5px 10px;
}
.navigation-menu>li.last-elements .submenu {
    left: 0;
}
.navigation-menu>li .submenu i {
    margin-right: 8px;
}
#tabs-details .card-body,
#tabs-details .card-box{
    background: #fafafa;
}

#tabs-details .tab-content{
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 10px 20px;
}
.table thead th {
    vertical-align: top;
}
#tabs-details .nav-tabs .nav-item .nav-link{
    min-width: 88px;
    padding: 13px 5px;
    text-align: center;
    margin-right: 4px;
    color: #444444;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #999;
    border-bottom: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#cccccc 100%);
}
#tabs-details .nav-tabs .nav-item .active{
    font-weight: bold;
    background: -moz-linear-gradient(bottom, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    border-bottom: 0;
    color: #317eeb;
}
#document-tabs .nav-tabs .nav-item .nav-link{
    width: auto;
    padding: 5px 10px;
}
#doclist .card-body{
    background: #ffffff;
}

#doclist .card-header a{
    font-size: 1.7rem;
    padding: 0 0.25rem;
}

.employee-doclist li {
    cursor: pointer;
}
.employee-doclist li a{
    font-size: 1.8rem;
    padding: 0rem 0.2rem;
    border: 1px solid;
    margin-right: 0px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
:disabled {
    cursor: not-allowed;
}
#contact-history table{
    font-size: 12px;
}

/*** Start Multi-upload form in note tab of employee ***/
.uploadNoteFiles .upload-wrap{
    position: relative;
    height: 200px;
    width: 99%;
}
.uploadNoteFiles .upload-wrap label{
    position: absolute;
    height: 230px;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
}
.uploadNoteFiles .upload-wrap label:focus{
    border: 1px solid green;
}
.uploadNoteFiles .upload-wrap label i{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-top: 30px;
    transition: ease 0.2s;
}
.uploadNoteFiles .upload-wrap label:hover i{
    opacity: 0.7;
}
.uploadNoteFiles .upload-wrap #multiplefileupload{
    text-indent: -999999999999px;
    border: 0;
}
.uploadNoteFiles #noteText{
    height: 150px;
    width: 100%;
    resize: none;
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.uploadNoteFiles #result{
    text-align: center;
    position: absolute;
    left: 40%;
    bottom: 15px;
}
.uploadNoteFiles #btnResetFiles{
    position: absolute;
    right: 10px;
    top: 10px;
}
.uploadNoteFiles #btnResetFiles i{
    font-size: 14px;
    margin: 0;
}
/*** End Multi-upload form in note tab of employee ***/

#check-options button{
    display: inline-block;
    padding: 2px 10px;
}

#check-options button i{
    font-size: 18px;
}

#FormLibrary #datatable tr td{
    height: 40px !important;
    padding: 5px 10px;
    vertical-align: middle;
}

#FormLibrary #datatable tr td .file-link{
    font-size: 30px;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    transition: ease-in-out 0.2s !important;
}

#FormLibrary #datatable tr td .file-link:hover i{
    opacity: 0.85;
    color: #000000 !important;
}
#topnav .logo-box{
    width: 200px !important;
}
#topnav .logo-box img{
    width: 96px !important;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
}
.radio input, .radio label{
    cursor: pointer !important;
}
.checkbox input, .checkbox label{
    cursor: pointer !important;
}

/* Application Accordion style start */
#application-list #accordionborder a .card-header {
    color: #444444;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #999;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#cccccc 100%);
}
#application-list #accordionborder a:not(.collapsed) .card-header {
    background: -moz-linear-gradient(bottom, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
    border-bottom: 0;
    color: #317eeb;
}
/* Application Accordion style END */
.container-sm{
    max-width: 960px;
}
#profile-image{
    margin-bottom: 20px;
}
#profile-image img{
    width: 200px;
    height: 200px;
    display: block;
    padding: 5px 5px;
    border-radius: 100%;
}
#profile-image .title-area h2{
    font-size: 52px;
    font-weight: 800;
    color: #580299;
    margin: 0;
    padding: 0;
}
#profile-image .title-area h4{
    margin: 0;
    padding: 0;
}
.border-dashed{
    border: 2px dashed #ccc !important;
}

#profile-info strong {
    padding: 3px 5px;
    font-weight: 800;
    background: #580299;
    color: #ffffff;
}
.title-area strong {
    color: #580299;
}
#profile-info .detail {
    line-height: 1.75;
    margin-bottom: 15px;
    color: #000;
    text-align: justify;
}

.profile-full{
    position: relative;
    /* z-index: 9999; */
    overflow: hidden;
    padding-top: 20px;
}
.profile-full .wave-img{
    position: absolute;
    z-index: -1;
    left: 0;
    top: -10px;
}
.profile-full .wave-img img{
    width: 100%;
    transform: rotate(180deg);

}

.profile-full .logo img{
    max-width: 360px;
    margin: 0 auto;
}
.profile-footer a{
    color: #580299;
    text-decoration: underline;
    font-weight: 600;
}

/* Print styles */
@media print {
    /* Apply styles to the printed document */
    .row {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}