@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

body{
    font-family: 'Source Sans Pro';
    font-size:18px;
    background: white;
}

table {
    font-size:16px;
    margin-bottom:15px;
    border:2px solid #EEEEEE;
    border-collapse: collapse;
}
td,th{
    padding:8px;
    border:2px solid #EEEEEE;
}
td,th{
    vertical-align: top;
}

h1,h2,h3,h4,h5,b,strong{
    font-weight:400;
}
h1{
    font-size:24px;
    color:#a91323;
}
h2{
    font-size:20px;
    color:#a91323;
}
h3{
    font-size:18px;
    color:#a91323;
}
h4{
    font-size:18px;
    color:#a91323;
}
.logo
{
    width: 200px;
}

.sidebar{
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    background-color: var(--framework-sidebar-bg);
    width: 280px;
    height:100vh;
    padding-top:55px
}
.topbar{
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    background-color: var(--framework-topbar-bg);
    height:55px;
}
#sitix_content{
    margin-top:55px;
    margin-left:280px;
}

#toplogo{
    height:55px;
    width:280px;
    background:white;
    text-align:center;
    background-image: url('/assets/img/logo.png');
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
}
*{
    outline:none;
}
.sidebar .nav-link{
    border-radius: 0 !important;
    height:38px;
    line-height:38px;
    padding:0;
    padding-left:25px;
    cursor: pointer;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover{
    background: #EEEEEE !important;
    color: var(--bs-dark) !important;
}
.sidebar .nav-link i.bi{
    margin-right:20px;
}
#burger{
    width:65px;
    height:55px;
    line-height:55px;
    text-align:center;
    color: var(--framework-burger-color);
    opacity:0.7;
    cursor:pointer;
    font-size: 1.4rem;
}
#burger:hover{
    opacity:1;
}
.dropdown-menu{
    border-radius:0;
    padding:0;
    border:0;
    border-top:3px solid transparent;
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
}
.sidebarcollapsed .sidebarprofile{
    display:none;
}
.sidebarprofile:hover
{
    background-color: #e3e3e3;
    transition-duration: 0.3s;
    cursor: pointer;
}

.sidebarprofile hr
{
    width: 100%;
}

.sidebarcollapsed .sidebartitle{
    display:none;
}
.sidebarcollapsed{
    width:65px;
}
.sidebarcollapsed .nav-link span{
    display:none;
}
#toplogo.toplogocollapsed{
    width:65px;
    background-size: 80% auto;
}
.dropdown-menu{
    font-size: var(--bs-body-font-size);
}
.dropdown-item{
    line-height:38px;
    height:38px;
    padding-top:0;
    padding-bottom:0;
}
.pagetitle{
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
}

.card{
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    border:0;
    border-radius:5px;
    color: var(--bs-gray);
}
.card-header{
    background-color: #F9F9F9;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    vertical-align: top;
    position: relative;
    min-height: 50px;
    line-height:50px;
    padding-top:0;
    padding-bottom:0;
    font-size:1.1rem;
}
.sidebartitle{
    color: var(--bs-gray-500);
    font-size:80%;
}
.card-header:first-child{
    border-radius:5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-header{
    color: var(--bs-gray);
    font-weight:400;
}
.pagetitle h5{
    color: var(--bs-primary);
}

#toprightmenu{
    position:fixed;
    right:10px;
    top:5px;
}
.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-primary:hover {
    background: var(--bs-primary);
}
.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.actionbuttons{
    text-align:right;
}
.actionbuttons .btn{
    margin-left:3px !important;
}
.buttonbar{
    background:white;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
}
a{
    color: var(--bs-primary);
    text-decoration:none;
}
a:hover{
    color: var(--primary-hover-color);
}

code{
    display:block;
    padding: 2px 4px;
    margin-bottom:15px;
    font-size: 90%;
    background-color: #f9f2f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
th{
    font-weight: 600;
}

.img_round {
    border-radius: 100%;
}

.requiredstar{
    color: var(--bs-danger);
}

b,strong{
    font-weight: 600;
}
.filterbox{
    background: #ececec;
    border-radius:5px;
    padding:15px;
    margin-bottom:15px;
}

.select2{
    margin-bottom:5px;
}
.select2-container{
    background:white;
    width:100% !important;
    display:block;
}
.actionbuttons{
    text-align:right;
}
.select2-close-mask{
    z-index: 9999 !important;
}
.select2-dropdown{
    z-index: 9999 !important;
}

.select2{
    height:34px;
    margin-bottom:0;
}
.select2-container .select2-selection--single{
    height:34px;
    line-height:34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:34px !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid #e1e1e1;
}
label{
    font-weight:600;
}

.btn-outline-primary:hover{
    border-color: var(--bs-primary);
}

@media(max-width:720px)
{
    .hideMobile {
        display:none;
    }
}


.scoro_mini{
    width:12px;
    height:auto;
    margin-right:5px;
}

.nav-tabs{
    margin-bottom: 0px;
    border: none !important;
}

.nav-tabs .nav-item
{
    background-color: #e5e3e3;
    margin-left: 3px;
    border-radius: 4px;
}

.nav-tabs .nav-item:hover
{
    /*border: none;*/
}

.nav-tabs .nav-link
{
    /*border: none;*/
}

.nav-tabs .nav-item a
{
    color: #333 !important;
}
.nav-tabs .nav-item a.text-white{
    color:white !important;
}

.nav-tabs .active
{
    /*border: none !important;*/
    border-bottom:1px solid white !important;
}

.btn-xs
{
    min-width:24px;
    height: 24px !important;
    padding: 3px 5px !important;
    font-size:12px;
    text-align: center;
}

.btn-block
{
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

table.matrix{
    width:100%;
    border-radius:3px;
    overflow:hidden;
}
table.matrix td, table.matrix th{
    padding:2px !important;
    text-align:center;
    border:1px solid #cccccc !important;

}
table.matrix td.weekend{
    background:#EEEEEE;
}
table.matrix th{
    background:#EEEEEE;
    font-weight:bold;
    color:#666666;
    border:1px solid #cccccc !important;
    text-align:center;
}
table.matrix td, table.matrix th{
    min-width:25px !important;
    font-size:13px;
}
table.matrix.matrix-nice td, table.matrix.matrix-nice th {
    padding:3px !important;
}
.matrix.matrix-text-left th, .matrix.matrix-text-left td{
    text-align:left !important;
}

.matrix.matrix-pretty th, .matrix.matrix-pretty td{
    padding:10px !important;
}

#notificationCount
{
    height: 20px;
    width: 20px;
    line-height: 0;
}

#notificationCount span
{
    margin: 0;
    padding: 0;
    margin-left: -2px;
}

.rotate:hover i
{
    animation: rotate 2s infinite;
    display: block;
}


@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.select2{
    height:38px;
    margin-bottom:0;
}
.select2-container .select2-selection--single{
    height:38px;
    line-height:38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid #e1e1e1;
}

.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100% !important;
}

.text-purple{
    color: #A020F0 !important;
}
.bg-purple{
    background-color:#A020F0 !important;
}

#fullscreenframe{
    width:100%;
    height:100%;
    position:fixed;
    background:white;
    left:0;
    top:0;
    z-index:10000;
}
.text-gray{
    color: #666666 !important;
}
.taskbadge{
    font-size:12px !important;
    height:26px;
    line-height:16px;
}
.btn-light:hover{
    background:#EEEEEE;
}

.img-circle{
    border-radius:100%;
}

.btn-success.btn-soft{
    background: #4cac80;
}

.w-0{
    width: 0px;
}

.sitixfooter {
    position:absolute;
    right:0px;
    bottom:0px;
    height:30px;
    width: 100%
}

/* IE 6 */
* html .sitixfooter {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#menu{
    min-height:100px;
    background-color: rgb(255,255,255);
}
.nav-item{
    font-size: 14pt;
}
.spacer{
    height:100px;
}
h1{
    font-family: "Righteous";
    font-weight:400;
    font-size:50px;
}
h2{
    font-family: "Righteous";
    font-weight:400;
    font-size:30px;
}
h3{
    font-family: "Righteous";
    font-weight:400;
    font-size:26px;
}
h4{
    font-family: "Righteous";
    font-weight:400;
    font-size:20px;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{
    font-weight:400;
}