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

/*Input Type Button*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Removes the Firefox spin button */
}

body{
    font-family:'Comfortaa-Regular' !important;
    margin: 0;
    padding: 0;
}

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

}
.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,
select,
textarea {
    outline: none;
    background: transparent;
    font-family:'Quicksand-SemiBold' !important;
}
textarea {
    resize: none;
}

label{
    font-size: 10pt;
}

::placeholder {
    color: #9999;
    font-style: italic;
    font-size: 10pt;
}

.btnBackground{
    background: #a881af!important;
    color:white !important;
}
.csBtnSave{
    /*    background: linear-gradient(160deg,#94B699 ,#6C8370);
        padding: 6px 5px 6px 5px;*/
    /*border-radius: 8px 8px 0 0;*/
    background-color: #0A3A40 ;
    padding: 15px 5px 0;
    border-radius: 4px;
    opacity:1;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
}
.csBtnClear{
    /*    background: linear-gradient(160deg,#94B699 ,#6C8370);
        padding: 6px 5px 6px 5px;*/
    /*border-radius: 8px 8px 0 0;*/
    background-color: #6581A6;
    padding: 15px 5px 0;
    border-radius: 4px;
    opacity:1;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
}
.csBtnClose{
    /*    background: linear-gradient(160deg,#94B699 ,#6C8370);
        border-radius: 8px 8px 0 0;
        padding: 6px 5px 6px 5px;*/
    background-color: #383936;
    padding: 15px 5px 0;
    border-radius: 4px;
    opacity:1;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
}
.csBtnDelete{
    /*    background: linear-gradient(160deg,#94B699 ,#6C8370);
        border-radius: 8px 8px 0 0;
        padding: 6px 5px 6px 5px;*/
    background-color: #390d02;
    border-radius: 4px;
    padding: 15px 5px 0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    opacity:1;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
}
.csBtnSearch{
    /*    background: linear-gradient(160deg,#94B699,#6C8370);
        padding: 6px 5px 6px 5px;
        border-radius: 8px 8px 0 0;*/
    background-color: #4c5958;
    padding: 15px 5px 0;
    border-radius: 4px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    opacity:1;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #fff;
}
.csEntryBtnPrint{
    background-color: #253336ba;
    min-width: 100px;
    border:none;
    padding: 15px 5px 0;
    text-align: right;
    border-radius: 4px;
    font-size: 12px !important;
    color: #fff;
}
.csBtnShow
{
    background-color: #d5d9e8;
    border-radius: 4px;
    padding: 15px 5px 0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 15px 15px rgba(0, 0, 0, 0.12);*/
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
    opacity:1;
    border:none;
    min-width: 100px;
    text-align: right;
    font-size: 12px !important;
    color: #64666E;
}
.csBtnPrint,
.csBtnExcel
{
    width:130px;
    color:#fff;
    border:none;
    background-color: #253336ba;
    margin-right:10px;
    margin-bottom:5px;
    min-width: 100px;
    padding: 15px 5px 0;
    text-align: right;
    border-radius: 4px;
    font-size: 12px !important;
    color: #fff;
    box-shadow: 1px 10px 10px #00000061, 1px 10px 10px #00000036;
}
.csBtnRepClose{
    width:130px;
    color:#fff;
    background:#fff;
    border:none;
    min-width: 100px;
    padding: 15px 5px 0;
    text-align: right;
    border-radius: 4px;
    font-size: 12px !important;
    color: #fff;
}
.btnPanel{
    background-color: #e7e8ee;
    padding: 10px;
}

/*rental Project*/
.wrapper {
    position: relative;
    padding: 8px 16px 0 !important;
}

.wrapper.error label {
    color: #cc0000;
}
.wrapper.error input,
.wrapper.error select,
.wrapper.error textarea {
    border-bottom: 2px solid #cc0000;
    /*box-shadow: 2px 2px 5px #cc0000;*/
}

.wrapper input:focus+.underline,
.wrapper select:focus+.underline,
.wrapper textarea:focus+.underline {
    transform: scale(1);
}

.underline {
    background-color: #20B818; /* dodgerblue; */
    display: inline-block;
    height: 2px;
    left: 16px;
    margin-top: -4px;
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: calc(100% - 32px);
}

.pnlentrybtns{
    padding: 8px;
    background-color: #D9D9D9;
    
}
.EntryPnl{
    background-color:#D0D9D4 !important;
    color:#21307A;
    margin: 8px 8px 0 8px;
    border-radius:8px;
}
.separator {
    height: 2px;
    margin: 15px 20px;
    background-color: #3C5443;
    border-radius: 1px;
}
.csBtnDelete:hover,
.csBtnClose:hover,
.csBtnClear:hover,
.csBtnSave:hover,
.csBtnShow:hover,
.csBtnSearch:hover,.csBtnPrint:hover,
.csBtnExcel:hover
{
    background-color: #020024;
    color:#fff;
}

.csBtnDelete:active,
.csBtnClose:active,
.csBtnClear:active,
.csBtnSave:active,
.csBtnShow:active,
.csBtnSearch:active,.csBtnPrint:active,
.csBtnExcel:active{
    box-shadow: 1px 4px 8px #00000061, 1px 4px 8px #00000036;
}