body {
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
.page-login {
    background: rgba(0, 0, 0, 0.7);
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
tr{border-bottom: 2px solid #fff!important;background-color: #f5f5f5;}

.over-bg{ background-color: rgba(81, 197, 235, 0);padding: 29px 0px;text-align: center;min-height: 100px;color: #fff;font-size: 9px;}
.over-font{font-size: 25px;}
.page-login .center {
    display: table-cell;
    vertical-align: middle;
}
.z-depth-2 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.card {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .07), 1px 2px 5px 0 rgba(0, 0, 0, .06);
    background: #fff;
}
.card.bordered .card-header {
    border-bottom: 1px solid #F0F0F0;
}
.card .card-header {
    padding: 20px;
    clear: both;
    background-color: #BE1E2E
}
.brand-logo {
    min-height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}
.card .card-content {
    padding:10px 22px;
    border-radius: 0 0 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.m-b-30 {
    margin-bottom: 30px;
}
.page-login .card .card-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
    color: #F16521;
}
.page-login .card-content .card-title-desc {
    line-height: 16px;
    color: #ADADAD;
    font-size: 12px;
}
.floating-label .form-group,
.floating-label.form-group,
.form-floating .form-group,
.form-floating.form-group {
    position: relative;
    margin-top: 25px;
}
.floating-label .control-label,
.form-floating .control-label {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
    pointer-events: none;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.form-floating .form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 12px;padding:0 5px;
}
.card.bordered .card-action {
    border-top: 1px solid #F0F0F0;
}
.card .card-action {
    padding: 20px;
}
.btn-link {
    color: #7C7C7C;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none;
    color: #8ab349
}
label {
    font-size: 14px;
    font-weight: normal;
    color: #919191
}
.icons-color a {
    margin-left: 5px;
    text-align: center;
    font-size: 15px;
}
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
    font-size: 9px!important;
}
    @media screen and (min-width: 328px) and (min-width: 480px) {
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
    font-size: 14px!important;
}
.over-bg{ background-color: rgba(81, 197, 235, 0);padding: 29px 0px;text-align: center;min-height: 100px;color: #fff;font-size: 16px;}
}


.pagination li .active{background-color: #FF5656;border-color: #FF5656;color:#fff}
.btn-remove{padding: 5px 14px;}
.table-main tr td a{margin-left: 10px;}
.seperationdiv{margin-bottom: 10px;}
.fileUpload {position: relative;overflow: hidden;}    
.fileUpload input.upload {position: absolute;top: 0;right: 0;margin: 0;padding: 0;cursor: pointer;opacity: 0;height: 33px;}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype'), url('../fonts/roboto-bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}