﻿body {
}





.LoadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    background-image: url('../img/load.gif');
    background-repeat: no-repeat;
    background-position: center center;
}


*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.k-group-footer td {
    text-align: right;
    color: #b60f8d;
}


.k-grid-footer-wrap .k-group-footer td {
    text-align: right;
    color: #b60f8d;
}

.k-grid-footer-wrap .k-footer-template td {
    text-align: right;
    color: #f64f24;
}

.k-grouping-row td {
    color: #008080 !important;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid-content tr:last-child td {
    border-bottom: 1px solid #d5d5d5;
}

.margin-right5 {
    margin-right: 5px !important;
}

.badge{
    font-size:12px;
}

.k-grid-toolbar {
    text-align: right !important;
}
.k-grid-header th {
    font-weight: bold !important;
    text-align: center !important;
}


.logo {
    height: 50px !important;
    box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13);
    background: #ffffff;
    top: -15px;
    position: absolute;
    padding: 12px;
    border-radius: 0px 0px 20px 20px;
}


.horizontal-menu.navbar-sticky .content > .content-wrapper {
    margin-top: 6.75rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 1.1rem !important;
}


.form-control-required {
    border-color: rgb(241, 38, 38) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.dataTable, .page-item, .dataTables_info {
    font-size: 11px !important;
}

.dt-buttons .btn span{
    font-size: 12px !important;
}

.dt-buttons .btn {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}



.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    width:100% !important;
}


.dataTables_wrapper .dt-buttons {
    float: right;
    text-align: left;
}

.custom-file-label::after {
    height: 20px !important;
}

.custom-file-label {
    height: 20px !important;
}



.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}


.form-control-position {
    text-align: right !important;
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.dp{
    position:relative;
}