
body    {
    overflow-y:scroll;
}

.back-gradient {
    background-image: linear-gradient(147deg, #ffffff 0%, #ffffff 100%);
}

.fa-2x {
    font-size: 2em;
}
.fas {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size:20px;
}
.fas-card {
    width: 100%;
    height: 2em;
    text-align:center;
    vertical-align: top;
    font-size:50px;
}
.fa-4x {
    color:#ffffff;
    font-size:90px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.unchecked {
   color:#cccccc;
}
.unchecked:hover {
    color:#757f9a;
 }
.checked {
    color:#757f9a;
}
.checked:hover {
    color:#000000;
}
.main-body{
    padding-left: 80px;
    padding-right: 30px;
    overflow-x: hidden;
}

.row{
    padding-left: 0;
}


.main-menu:hover,nav.main-menu.expanded {
    width:250px;
    overflow:visible;
}
.btn-card {

    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align:bottom;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #b9b9b9;
    margin-top: 20px;
}
.btn-card:hover {

    /* background-color: #d1d1d1; */
    background-color: #fcfcfc;
    color: #0d6efd;
    border-color: #fcfcfc;

}

.link-icon:hover {
    /* background-color: #d1d1d1; */
    color: #0a64ec;
}

.link-icon {
    color: #b4b4b4;

}

.a-round {
    background-color: #0d6efd;
    color: #ffffff;
}

.a-round:hover {
    /* background-color: #d1d1d1; */
    background-color: #0a64ec;
    color: #ffffff;
}


.a-round-w {
    background-color: #ffffff;
    color: #0a64ec;
}

.a-round-w:hover {
    /* background-color: #d1d1d1; */
    background-color: #0a64ec;
    color: #ffffff;
}

.a-round-r {
    background-color: #b90000;
    color: #ffffff;
    text-decoration:none;

}

.a-round-r:hover {
    /* background-color: #d1d1d1; */
    background-color: #a30707;
    color: #ffffff;
    text-decoration:none;

}


a:link {
    text-decoration:none;
    color:#0d6efd;
}

.main-menu {
    background:#00002e;
    border-right:1px solid #000000;
    position:fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width:60px;
    overflow:hidden;
    -webkit-transition:width .05s linear;
    -o-transition:width .05s linear;
    transition:width .05s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:1000;
}

.main-menu>ul {
    margin:7px 0;
}

.main-menu li {
    position:relative;
    display:block;
    width:250px;
}

.main-menu li>a {
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:#999;
    font-family: arial;
    font-size: 14px;
    text-decoration:none;
    -webkit-transition:all .1s linear;
    -o-transition:all .1s linear;
    transition:all .1s linear;
}

.main-menu .nav-icon {
    position:relative;
    display:table-cell;
    width:60px;
    height:36px;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
}

.main-menu .nav-text {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
    position:absolute;
    left:0;
    bottom:0;
}

.no-touch .scrollable.hover {
    overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y:auto;
    overflow:visible;
}



nav {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}

nav ul,nav li {
    outline:0;
    margin:0;
    padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
    color:#fff;
    background-color:#0d6efd;
}
.area {
    left: 80px;
    position: absolute;
}
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}


#selectfile {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}


.modal-mainbody {
    background-color: #757f9a;
    background-image: linear-gradient(147deg, #757f9a 0%, #d7dde8 100%);
}


.progresses{
    display: flex;
        align-items: center;
    }

    .line{

    width: 70px;
    height: 5px;
    background: #adadaf;
    }


    .steps{

    display: flex;
    background-color: #3a9100;
    color: #fff;
    font-size: 12px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    }

    .wait{

        background: #adadaf;
    }

    .complete{

        background: #3a9100;
    }
    .done{

        background: #006eff;
    }
    .error{

        background: #ff0000;
    }
    
    .processing{
        
        animation: blinkTextCursor 500ms infinite;
    }

    .wait4processing{
        
        background: #eeeeee;
        color: #adadaf;
    }

    @keyframes blinkTextCursor {
        from {
          color: hsl(0, 0%, 80%);
        }
        to {
          color: transparent;
        }
      }

      .progress {
        background-color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
      }

      .dataTables_filter input {
        color: white;
        border-color: white;

      }