.brand-animate {
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;

    transform-origin: 24px 24px;
    -webkit-transform-origin: 24px 24px;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;

    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.pace-running .brand-animate{
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.box-left {
    float: left;
    width: 28%;
    min-height: 100px;
    display: block;
}
.box-right {
    float: left;
    width: 70%;
    display: block;
}
.box-full {
    width: 100%;
    margin: 2px 5px;
}
.box-half {
    width: 48%;
    float: left;
    margin: 2px 5px;
}
.box-label {
    display: inline;
    margin-right: 10px;
}

#empl_search_drop {
    position: relative;
}
.drop-search {
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.drop-search > ul {
    margin: 0;
    padding: 0;
}
.drop-search li {width: 100%;list-style: outside none none;border-bottom: 1px solid #ccc;}
.drop-search li a{
    background: #1d3649 none repeat scroll 0 0;
    color: #fff;
    line-height: 32px;
    padding: 5px;
    display: block;
}
.drop-search li a:hover{
    background: #4178be none repeat scroll 0 0;
}
.pace-done .brand-animate{
    opacity: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.cover {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}
.cover-loader {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}
.loader {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 99999;
    display: none;
    color : #ffffff
}
#popupMessageBox {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    z-index: 9999999;
    overflow: visible !important;
}
#popupMessageBox .msgTitleBar {
    background: #ccc none repeat scroll 0 0;
    padding: 5px;
}
.pop-message-txt{
    text-align: center;
    height:100%;
    padding: 20px;
}

.container-center {
    display: flex; /* Enables CSS flexbox */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100vh; /* Full height to demonstrate vertical centering */
}


.pop-message-txt-box{margin: 20px 10px;}
.height10{height: 10px;}
.clear{clear: both;}
.closeB.closer {
    font-size: 31px;
    position: absolute;
    right: -8px;
    top: -18px;
    z-index: 1;
}
.msgContent {
    margin-top: 10px;
    height: 100%;
}
.ss-accordion {
    padding: 0;
}
.ss-accordion li {
    list-style: outside none none;
    border-bottom: 4px solid #fff;
}
.ss-accordion-content{
    display: block;
}
.ss-accordion-data {
    opacity: 0.2;
    padding: 10px;
}

.login-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 5px;
    margin-top: 120px;
    width: 500px;
}

.nav-tabs .nav-item {
    width: 33%;
}
.nav-tabs .nav-item.step1 .nav-link {
    background: #4178be none repeat scroll 0 0 !important;
    border-radius: 0;
    color:#fff!important;
    font-size: 30px;
    text-align: center;
}
.nav-tabs .nav-item.step2 .nav-link {
     background: #1d3649 none repeat scroll 0 0 !important;
     border-radius: 0;
    color:#fff!important;
    font-size: 30px;
    text-align: center;
 }

.nav-tabs .nav-item.step3 .nav-link {
    background: #4178be none repeat scroll 0 0 !important;
    border-radius: 0;
    color:#fff!important;
    font-size: 30px;
    text-align: center;
}
.nav-tabs .nav-link.active{opacity: 0.8;}
.nav-item.big{ margin-left:0 !important;}
.nav-item.big{ width:33.33% !important;}
.nav-item.big .nav-link{ min-height: 200px;}
.nav-item.big .nav-link i {
    font-size: 54px;
}
.nav-item.big .nav-link{
    padding: 1.5em 1em;
}
.table th {
    background: #4178be none repeat scroll 0 0 !important;
    color: #fff;
    border-right: 1px solid #fff !important;
    text-align: center;
}
.table td {
    background: #f2fbff;

    border-right: 1px solid #fff !important;
    text-align: center;
}

.box-header {
    background: #1d3649 none repeat scroll 0 0;
    color: #fff;
}

.YELLOW{background: yellow !important;}
.BLUE{background: blue !important; color: #fff;}
.RED{background: red !important;color: #fff;}
.GREEN{background: lawngreen !important;color: #fff;}
.ORANGE{background: orange !important;color: #fff;}
.dropzone {
    background-image: rgba(0, 0, 0, 0) linear-gradient(to right bottom, transparent, rgba(0, 0, 0, 0.15)) repeat scroll 0 0 !important;
    background-color: #22b66e !important;
    color: #fff !important;
    border: 0 !important;
}
.dropzone-text i{font-size: 50px;}
.dropzone .dz-preview.dz-file-preview .dz-image{}
.analysis_process_submit{margin: 10px auto; width: 70px;display: block}

.dashboard-content {
    margin-top: 30px;
}

.analysis-color{
    background: #4178be  !important;
    /*background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87);*/
}
.bi-color{
    background: #1d3649 !important;
    /*background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87);*/
}
.download-color{
    background: #4178be  !important;
   /* background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87);*/
}
.dashboard-content .box {
    min-height: 300px;
}
.dash-bi {
    width: 60%;
    margin: 0 auto;
}
.dash-bi.nav-tabs li{
    width:48%;}
.errors {
    clear: both;
    color: #ff0000;
}
.error-message{
    clear: both;
    color: #ff0000;
}
#pageTitle{text-transform: uppercase;}

.list li{list-style: none;}
.show_details {
    font-weight: bold;
    text-decoration: underline;
}
.stu-label {
    text-align: left;
    padding: 5px 5px;
    background: #f3f6fb;
    margin: 0 10px;
    border: 1px solid #eaedf2;
}
.pop-title {
    margin-top: 10px;
    border-bottom: 1px solid #cdccf0;
    padding: 10px 0;
}
.label_btn{
    color:#ffffff;
    background-color: #c5cbf5;
    padding: 5px;
    border-radius: 5px;
}
.label_btn.Completed, .label_btn.Active{
    color:#ffffff;
    background-color: #459745;
    padding: 5px;
}
.label_btn.Pending {
    background: #6d7397;
}
.odd td {
    background: #eee4e4 !important;
}
.red_action, .red_action td{background-color: #ff0000 !important; color: #ffffff; border-bottom: 1px solid #ffffff !important;}
.bold{font-weight: bold;}
.u{text-decoration: underline;}
.logofront{
    max-width: 80%;
    margin-top: 5px;
}
.blbg{
    background-color: #104288;
}
.white-color, .white-color > a{
    color: #ffffff;
}
.associate-panel{
    background: #E6EBEE;
}
.associate-panel .navbar{padding: 0}
.logo-a {
    background: #d5dfef;
    width: 100%;
    display: block;
    padding: 6px 0 8px 0;
    margin-bottom: 20px;
    text-align: center;
    height: 56px;
    line-height: 42px;
}
.tile-stats {
    position: relative;
    display: block;
    background: #303641;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-clip: padding-box;
    transition: all 300ms ease-in-out;
}
.tile-stats.tile-red {
    background: #f56954;
}
.tile-stats .icon {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.tile-stats.tile-red .icon {
    color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-green {
    background: #00a65a;
}
.tile-stats.tile-green .icon {
    color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-aqua {
    background: #00c0ef;
}
.tile-stats.tile-aqua .icon {
    color: rgba(0, 0, 0, 0.1);
}
.tile-stats.tile-blue {
    background-color: #0073b7;
}
.tile-stats.tile-blue .icon {
    color: rgba(0, 0, 0, 0.1);
}
.bgblue-image {
    background-image: url("../../images/bg1.png") !important;
    background-repeat:repeat;
    background-position: right !important;
}

.tile-stats .icon {
    bottom: 35px;
}
.tile-stats .icon i {
    font-size: 100px;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.tile-stats .num, .tile-stats h3, .tile-stats p {
    position: relative;
    color: #fff;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.tile-stats .num {
    font-size: 38px;
    font-weight: bold;
}
.tile-stats.tile-red .num, .tile-stats.tile-red h3, .tile-stats.tile-red p {
    color: #fff;
}
.tile-stats h3 {
    font-size: 18px;
    margin-top: 5px;
}

.tile-stats .num, .tile-stats h3, .tile-stats p {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
}
.tile-stats .num.small {
    font-size: 30px;
}
.clear {
    clear: both;
}
.padding50 {
    padding: 50px;
}
.padding-side-10{padding-left: 10px; padding-right: 10px;}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.row{margin-left: 0;margin-right: 0;}
.uname-header {
    font-size: 16px;
    line-height: 52px;
    font-weight: bold;
    margin-right: 10px;
}
.mr-10{margin-right: 10px;}
.margin-right-10{margin-right: 10px;}
.flex{display: flex;}
.right{text-align: right;
    float: right;}
.center{text-align: center;}
.align_left {
    text-align: left !important;
}
.align_right {
    text-align: right !important;;
}
.align_center {
    text-align: center !important;;
}