*{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
}

a{
    text-decoration: none!important;
}

.addOrd{
    font-size: 20px;
}

.copyright {
    font-size: 15px;
    color: #7f807f;
    font-family: 'roboto';
}

.forgot{
    font-family: 'roboto';
    font-weight: 400;
    color: black;
    font-size: 15px;
    transition: all linear .3s;
}

.marLeft{
    margin-left: 250px;
    padding: 25px;
    background: #f6f7f8;
}

input:hover,input:active,input:focus{
    outline: 0!important;
    box-shadow: none!important;
}


.modalIn{
    outline: 0!important;
    height: 50px;
    box-shadow: 0px 2px 1px rgba(241,243,244,1);
    border: 1px solid #e3e7e9!important;
    border-radius: 0!important;
    background-position: 96% 15px!important;
    background-size: 19px!important;
    padding-left: 20px;
    width: 100%;
}

.modalIn:focus{
    box-shadow: 0px 2px 1px rgba(241,243,244,1)!important;
}

.datepicker table td, .datepicker table th {
    font-family: 'roboto'!important;
}

.modAdd{
    width: 80px;
    background:#f31111!important;
    color: white!important;
    border-radius: 0!important;
    padding: 9px 20px!important;
    font-family: 'roboto';
}


.setManIn {
    width: 100%;
    height: 55px;
    border: 0;
    border-bottom: 2px solid #f1f3f4;
    margin-top: 5px;
    padding: 10px 15px;
}

.setManIn:hover,.setManIn:active,.setManIn:focus{
    outline: 0!important;
    box-shadow: none!important;
}

.dateIn{
    background: white url(../img/calenIcon.png) no-repeat;
    background-position: 95% 15px;
    background-size: 26px;
}

.selectIn{
    background: white url(../img/ddArrow2.png) no-repeat;
    background-position: 95% 23px;
    background-size: 13px;
    -webkit-appearance: none;
    appearance: none;
}

.pagination {
    display: flex;
    justify-content: space-between;
  }
  
.pagination a {
    color: #7f807f!important;
    float: left!important;
    padding:5px 11px!important;
    text-decoration: none!important;
    transition: background-color .3s!important;
    border: 0!important;
}

.pagination a.active {
    background-color: white!important;
    color: #f31111!important;
    border-radius: 5px!important;
    box-shadow: 0 0 5px rgba(0,0,0,.2)!important;
}

.shoEntr{
    font-family: roboto;
    color: #7f807f;
    letter-spacing: .5px;
}



.sorting_asc:before, .sorting_asc:after, .sorting_desc:before, .sorting_desc:after, .sorting:before, .sorting:after, .sortable:before, .sortable:after {
    opacity: 0.3;
    content: '' !important;
    position: absolute;
    right: 11px !important;
    top: 50%;
    margin-top: 1px;
    width: 0;
    height: 0;
    border-top: 5px solid!important;
    border-right: 5px solid transparent!important;
    border-bottom: 0;
    border-left: 5px solid transparent!important;
}

.sorting_asc:after, .sorting_desc:after, .sorting:after, .sortable:after {
    border-top: 0!important;
    border-bottom: 5px solid;
    margin-top: -7px;
}

#myTable_paginate,#myTable_length,#myTable_filter,#myTable_info,#addOrTable_paginate,#addOrTable_length,#addOrTable_filter,#addOrTable_info{
    display: none!important;
}


@media (min-width:300px) and (max-width:1200px){
    .marLeft{
        margin: 0;
    }
}