body{
   /* font-family: 'Calibri';*/
    font-family: 'Calibri';
    src: url('/fonts/Calibri.woff2') format('woff2'),
        url('/fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  
}
.card {
    padding: 15px;
    margin-bottom: 40px;
    margin-top: 10px;
    border-radius: 20px; 
    border: none;

}
.card_shadow{
   box-shadow: 0 1px 2px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);

}
.body-background
{
    margin: 0;
    height:100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container-header{
    width: 100%;
    float: left;
    text-align: center;
}
.container-header button{
    display: inline-block;
}
#div1{
    float:left;
}
#div2{
    float:right;
}
#div3{
    float:right;
}
.nav-links{
    color: #000
}
.label-bold{
    font-weight: bold;
    font-size: 15px;
}
.label-small{
    font-weight: normal;
    font-size: 10px;
}
.label-medium{
    font-weight: bolder;
    font-size: 12px;
}
.label-bolder{
    font-weight: bolder;
    font-size: 22px;
}
.curved-text {
    background-color: #088672;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    border-color: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    color: white;
}
.curved-text-button {
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;
    border-color: #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.curved-text-disabled {
    background-color: #D3D3D3;
    border-radius: 10px;
    color: white;
    border-color: #00CC88;
    padding-left: 10px;
    padding-right: 10px;
}
.current_page_item {
    background-color: red;
    color: white;
}
.div-margin{
    margin-top: 20px;
}
.canvasjs-chart-credit
{
    display: none !important;
}



 .tableFixHead  { overflow: auto; height: 100px; background: solid; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead th {
  position: sticky;
  top: 0;
  background: #fff;
}

.form-build{
    padding-top: 20px;
    h3{
        font-weight: 600;
        padding-bottom: 20px;
        font-size: 18px;
    }
    .form-group{
        padding-bottom: 20px;
    }
}



/*side menu*/

.right-content{
    margin-left: 15rem;
    overflow-y: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.left-menu{
    position: fixed;
    left: 0px;
    padding-top: 5rem;
    .border-none{
        margin-bottom: 30px;
        .setting-icon{
            background: url("/public/images/setting.svg");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 25px;
        }

        .deligation-icon{
            background: url("/public/images/deligation.svg");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 25px;
        }

        .draft-icon{
            background: url("/public/images/draft.svg");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 25px;
        }
        .document-icon{
            background: url("/public/images/document.svg");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 25px;
        }


        li{
            border: none;
            font-weight: 600;
            a{
                text-decoration: none;
                color: #000000;
                font-weight: 600;
            }
        }
    }

    .divider{
        width: 100%;
        height: 1px;
        background: #efefef;
        display: block;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    h4{
        color: #707070;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
    }
    .sectors{
        li{
            background: url("/public/images/sector.svg");
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 25px;
        }
    }

}




/*sidemenu*/




