@font-face{
    font-family:'Comfortaa-Regular';
    src:url(../fonts/Comfortaa-Regular.ttf);
}
@font-face{
    font-family:'Lato';
    src:url(../fonts/Lato-Regular.ttf);
}
@font-face{
    font-family:'Quicksand-SemiBold';
    src:url(../fonts/Quicksand-SemiBold.ttf);
}
@font-face{
    font-family:'HdrRobotoRegular';
    src:url(../fonts/Roboto-Regular.ttf);
}

body{
    font-family:'Lato' !important;
    margin: 0;
    padding: 0;
    font-size: 10pt;
}
.container{
    width: 95%;
    margin: 0 auto;
    /* Center the DIV horizontally */
}

.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background: #333;
    padding: 8px 0;
    color: #fff;
    left:0;
    right: 0;
    z-index: 5!important;

}
.fixed-header{
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;


}
.fixed-footer{
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Some more styles to beutify this example */
nav a{
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
input{
    outline-color: #f9f0d9;
    background: transparent;
}

label{
    font-size: 10pt;
    /*color:brown*/
}
input::placeholder {
    color: #767676;
    font-style: italic;
    font-size: 10pt;
}


.csBtnNew{
    background: #f2d0b1 !important;
    border-radius: 3px;
    width:80px !important;
    height:25px;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnsave{
    background: #c49979 !important;
    border-radius: 3px;
    color:#000000;
    width:80px !important;
    height:25px;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnPrint{
    background: #f2d0b1 !important;
    border-radius: 3px;
    width:80px !important;
    height:25px;
    font-size: 10pt;
     border:none !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnDowldEL{
    background: #b1aa8c !important;
    border-radius: 3px;
    color:#000000;
    width:150px !important;
    height:25px;
    border:none !important;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnDelete{
    background: #d9b5a0 !important;

    border-radius: 3px;
    width:80px !important;
    height:25px;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnSearch{
    background: #b1aa8c !important;


    border-radius: 3px;
    width:80px !important;
    height:25px;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnClose{
    background: #44474d !important;
    border-radius: 3px;
    width:80px !important;
    height:25px;
    color: #ffffff;
    font-size: 10pt;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.csBtnClose:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnSearch:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnDowldEL:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnPrint:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnDelete:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnsave:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}
.csBtnNew:hover{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease; /* Smooth transition effect */
}

.csBtnPanel{
    min-height:40px;
    width: 100% !important;
    background: #f6f2ec !IMPORTANT;
    background: linear-gradient(90deg, rgba(224, 233, 250, 1) 0%, rgba(221, 233, 255, 0.88) 93%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    /*     background: #AAC2AC;
    background: linear-gradient(92deg, rgba(170, 194, 172, 0.5) 100%, rgba(39, 64, 64, 1) 100%);*/
}
.tablebg{
    background: #d9d9d9 !important;
}
/*fonts*/
@font-face{
    font-family:'Montserrat';
    src:url(../fonts/Montserrat-Regular.ttf);
}
input,
select,
textarea {
    outline: none;
    background: transparent;
    font-family:'Lato' !important;
}
 .csserrmsgdot {
    display:inline-block;
    width:28px;
    height:18px;
    background-color:#BF4240;
    border-radius:50%;
    vertical-align:middle;
    box-shadow:3px 3px 3px #c2b7ac;
}
.cssinfomsgtext {
     font-family: 'Roboto', sans-serif;
    color: #646468;
    font-size: 10pt;
}