.alertHidden { 
	display: none;
    width: 100%;
}
.custom-btn {
    float: right;
    width: 150px;
}
.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 */