@font-face {
    font-family: 'Cairo';
    src: url(../../fonts/Cairo-Regular.ttf);
}

body{
    font-family: 'Cairo', sans-serif;
    font-size: 1em
}

.navigation, .navigation .navigation-header,
.breadcrumb, .header-navbar{
    font-family: 'Cairo', sans-serif;
}


.red-text{
    color: #f00
}
.attach-file{
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 7px;
    margin: 10px;
}

.modal .picker{
    position: relative;
}

.projects-tasks .action-btns{
    visibility: hidden;
}

.copy-result{
    display: none
}

.search-hide {
    display: none !important;
}


@media (min-width:1280px){
    .login-box{
        width: 50%;
    }
}



.pagination {
    /* text-align: center; */
    /* margin: 70px 0 0 0; */
    /* display: inline-block; */
    /* width: 100%; */
}
.tdright{
    text-align: center
}
.tdright .num {
    margin-left: 5px;
    display: inline-block;
}

.tdright a:link,
.tdright a:visited {
    /* height: 36px; */
    text-decoration: none;
    font-size: 13px;
    padding: 8px 0;
    width: 36px;
    display: block;
    /* height: auto; */
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    height: 36px;
}

.tdright a:active,
.tdright a:hover {
    text-decoration: none;
    color: #fff;
    background: #445740;
    padding: 8px 0;
    display: block;
}   

.add-answer-btn{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 1.5em;
}

.min{
    width: 1px !important
}

.nowrap{
    white-space: nowrap  !important
}

.no-add-btn .action-btns,
.no-add-btn .dataTables_length,
.no-add-btn .pagination
{
    visibility: hidden;
}

.read0{
    color: #445740;
    font-weight: 800;
    font-size: 1.1em;
}
.read1{
    color: #000
}

#counter{
    position: fixed;
    top: 8em;
    background: rgba(184, 194, 204, 0.71);
    left: 2.4em;
    z-index: 99;
    padding: .5em;
    width: auto;
    white-space: nowrap;
    border-radius: 5px;
}

.right0 label{}
.right1 label{
    color: #00b14d !important;
    font-weight: 800;
}

.role3 .action-btns,.role1 .action-btns{
    visibility: hidden
}

.visibility-hidden{
    visibility: hidden!important;
}

.nav .nav-item{}
.nav .nav-item img{}

.main-menu .navbar-header .modern-nav-toggle{
    position: absolute;
    left: 5%;
    top: 15%;
}

.desktop-only{    display: block;}
.mobile-only{    display: none;}

.table-days-container{
    overflow: auto;
}

.calc-days{
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
}

.calc-days tr{}
.calc-days tr td{
    padding: 10px 0;
}
.calc-days tr td label{padding: 10px;}

.action_attendance{
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 1em;
}

.sso-login{
    margin: 0 auto;
    width: 30%;
    left: 0;
    right: 0;
    position: absolute;
}

.faq .navigation .navigation-header a{
    text-overflow: clip;
    overflow: inherit;
    white-space: initial;
}
.faq .content-wrapper{
    margin-top: 1em !important
}
.faq .main-menu.menu-light .navigation .navigation-header{
    margin: 0 1em!important;
}

.highlight{
    background-color: #ff0!important;
}

.bg-gray{
    background-color: rgb(150, 150, 150, 0.08) !important;
}

.bg-success-2{
    background-color: #b6ffbd
}
.bg-info-2{
    background-color: #b3e1ff
}
.bg-warning-2{
    background-color: #ffe7ae
}

.help{

    background-color: #eee;
    padding:.6em 1em !important;
    margin: 15px 1em 0;
    border-radius: 25px;
    display: block;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.help:hover{
    background-color: #445740!important;
    color: #fff !important;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{
    margin-top: 9px;
}

.header-navbar .navbar-container ul.nav li a.nav-link-label{
    padding: 1.35rem .8rem 1.35rem 0;
}

@media (max-width: 640px){
    .desktop-only{
        display: none;
    }
    .mobile-only{ display: block;}

    #counter{
        top: 5.5em;
        left: 1.4em;
    }
    .breadcrumb{
        width: auto;
    }   
}
@media (max-width: 575.98px){
    .header-navbar.floating-nav{
        width: calc(100vw - (100vw - 100%) - 2.5rem)!important;
    }

}

