@import url('https://fonts.googleapis.com/css?family=Muli:400,900|Rajdhani:400,700&display=swap');

body{
    font-size:12px;
    -webkit-font-smoothing:antialiased;
    background:#eee;
    font-family:Tahoma;
}
.alert.float{
    position:absolute;
    top:100px;
    left:calc(50% - 200px);
    width:400px;
    min-height:100px;
    z-index:9999;
}
.alert .close{
    font-family:arial;
}
.form-control::placeholder{
    color:#aaa;
}

.window{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0px;
    background: #fff;
    border: 3px solid #ddd;
}
.window>.header{
    height:30px;
    padding:.25rem .5rem;
    font-weight:bold;
    color:#fff;
    background:#00BCC4;
}
.window>.layout{
    height:calc(100% - 70px);
    overflow:auto;
    padding:1rem;
    width:100%;
    border:1px solid #f8f9fa;
}
.window.has-footer>.layout{
    height:calc(100% - 100px);
}
.window>.actions{
    height:40px;
    padding:.5rem .5rem;
    background:#eee;
}
.actions>a{
    display:inline-block;
    padding:.25rem .5rem;
    color:#555;
    font-weight:bold;
    text-decoration:none;
}
.actions>a:hover{
    background:#fff;
}
.actions>a:active{
    transform:scale(.9);
}
.actions>a>img{
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:.25rem;
}
.table tr{
    background:#fff;
}
.btn.btn-orange{
    background:#ff8800;
    color:#fff;
}
.btn.btn-orange:hover,.btn.btn-orange:focus,.btn.btn-orange:active{
    background:#fff;
    color:#ff8800;
    outline:none;
}
.table>thead>tr>th,.table>tbody>tr>td{
    border:0px;
}
.table tr>th{
    background:#eee;
    border:1px solid #e0e0e0!important;
}
.table tr>td{
    border-bottom:1px solid #eee!important;
}
.table tr>td:first-child{
    border-left:1px solid #eee;
}
.table tr>td:last-child{
    border-right:1px solid #eee;
}
.table>tbody>tr:nth-child(odd){
    background:#fdfdfe;
}
.table>tbody>tr:nth-child(even){
    background:#fafafb
}
.table tr>td,.table tr>th{
    padding:.25rem .5rem;
    font-size:12px;
}
.footer{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    border-top:1px solid #eee;
    height:30px;
    background:#f7f7f7;
    padding:.25rem 0px;
}
.footer-item{
    display:inline-block;
    padding:.1rem .5rem;
}
.footer-item:not(:first-child){
    border-left:1px solid #aaa;
}
.pagination{
    padding:0px;
    margin:0px;
}
.pagination>.page-item>.page-link{
    background:none;
    border-radius:0px;
    border:0px;
    padding:0px .5rem;
    font-weight:bold;
    color:#555;
}
.pagination>.page-item>.page-link:focus{
    box-shadow:none;
    background:#fff;
}
.pagination>.page-item>.cur-page{
    color:#a00;
}
a,a:hover{
    color:#19A2B8;
}
.data-table>tbody>tr[selected]{
    background:#fffbd9;
}
.form-control:focus,.btn:focus{
    box-shadow:none;
    outline:none;
}
.modal-header{
    background:#eee;
    padding:.5rem 1rem;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    display:block;
}
.modal-footer{
    background:#eee;
}
.minus{
    color:#f00;
}
.number{
    text-align:right;
}
.form-control{
    font-size:inherit;
    min-height:25px;
    height:auto;
    border-radius:0px;
}
.form-control:focus{
    box-shadow:0px 0px 3px inset #888;
    outline:none;
    border-color:#ff8800;
    background-color:#fafafa;
}
.context-menu{
    position:relative;
    display:none;
    min-width:200px;
    background:#fff;
    border:2px solid #e0e0e0;
    box-shadow:5px 5px #aaa;
    z-index:999;
    padding:5px;
}
.context-menu.show{
    display:inline-block;
}
.context-menu>.menu-options{
    margin:0px;
    padding:0px;
    list-style:none;
    list-style-type:none;
}
.context-menu>.menu-options>.menu-item{
    list-style:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.context-menu>.menu-options>.menu-item>a{
    padding:.5rem 1rem;
    color:#555;
    display:block;
    font-weight:bold;
}
.context-menu>.menu-options>.menu-item:not(:last-child)>a{
    border-bottom:1px solid #eee;
}
.context-menu>.menu-options>.menu-item>a:hover,.context-menu>.menu-options>.menu-item>a:focus{
    background:#f7f7f7;
    color:#b37403;
    text-decoration:none;
}
.context-menu>.menu-options>.menu-item>a>img{
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:.5rem;
}
.modal-backdrop.show{
    opacity:1;
    background:#eee8;
}
.modal-content{
    box-shadow:5px 5px #aaa;
    border-radius:0px;
}
.modal-header,.modal-footer{
    border-radius:0px!important;
}
.close:focus{
    outline:none;
}
.loader{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:none;
    display:none;
    z-index:99999;
}
.loader.show{
    display:block;
}
.loader>.loader-dialog{
    display:block;
    position:relative;
    width:300px;
    height:100px;
    top:calc(50% - 50px);
    left:calc(50% - 150px);
    box-shadow:5px 5px #aaa;
    border:1px solid #aaa;
    background:#fff url(../img/loader.svg) left center no-repeat;
    background-size:75px 75px;
    padding:1rem 5rem;
}
.loader>.loader-dialog>.loader-text{
    padding:.5rem 1rem;
    font-size:28px;
}
.alert{
    border-radius:0px;
    box-shadow:5px 5px #aaa;
}
.alert.alert-danger{
    border:3px solid #a00;
    background:#fff;
    color:#a00;
}
.alert.alert-success{
    border:3px solid #0a0;
    background:#fff;
    color:#0a0;
}
.btn{
    border-radius:0px!important;
    font-weight:bold;
    font-size:12px;
    min-height:30px;
    min-width:100px;
    padding:6px 0px;
    height:auto;
}
.btn.btn-default,.btn.btn-default:focus{
    border:1px solid #aaa;
    background:linear-gradient(to bottom,#ddd,#fff);
}
.btn.btn-default:active{
    transform:scale(.9);
    background:linear-gradient(to top,#ddd,#fff);
}
.card{
    border:3px solid #aaa;
}
.card,.card>.card-header:first-child,.card>.card-footer:last-child{
    border-radius:0px;
}
.card>.card-header{
    font-weight:bold;
}
.input-group{
    border:1px solid #ced4da;
}
.input-group>.form-control{
    border:0px;
}
.input-group>.form-control:focus{
    box-shadow:none;
    border:0px;
}
.input-group .input-group-text{
    border:0px;
    background:none;
    color:#888;
    border-radius:0px;
    font-size:11px;
}
a.close{
    cursor:pointer;
    color:#333!important;
}
.ui-datepicker.ui-widget{
    border-radius:0px!important;
    box-shadow:5px 5px #aaa!important;
    z-index:9999!important;
}
.btn-confirm,.btn-close,.btn-save{
    position:relative;
    text-align:right;
    padding-right:1rem;
}
.btn-confirm::after{
    content:"";
    display:inline-block;
    position:absolute;
    height:16px;
    width:16px;
    background:url(../img/check.svg) center center no-repeat;
    background-size:100% 100%;
    top:7px;
    left:5px;
}

.btn-close::after{
    content:"";
    display:inline-block;
    position:absolute;
    height:16px;
    width:16px;
    background:url(../img/uncheck.svg) center center no-repeat;
    background-size:100% 100%;
    top:7px;
    left:5px;
}
.btn-save::after{
    content:"";
    display:inline-block;
    position:absolute;
    height:16px;
    width:16px;
    background:url(../img/save.svg) center center no-repeat;
    background-size:100% 100%;
    top:7px;
    left:5px;
}
