@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #333333;
  background: #eef1f5;
  letter-spacing: 1px;
  position: relative;
}
a, img {
  text-decoration: none;
  outline: none;
  border: none;
}
/*img {
  max-width: 100%;
  height: auto;
}*/
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
:hover{
    transition: all 0.5s;
}
a:hover{
    color: #0F294A !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
button, input{
    overflow: hidden;
}

.header-wrapper{
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-top: 4px solid #232361;
}
.logo-img{
    max-width: 180px;
}
.header-text{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #232361;
    margin: 0;
}
.header-text span{
    color: #9bd3ec;
}
.login-wrapper{
    margin-top: 40px;
}
.login-logo{
    max-width: 240px;
}
.login-form{
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    background: #fff;
    padding: 30px;
    margin: 30px 0;
    border-radius: 4px;
    border-top: 4px solid #232361;
}
.form-title{
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;    
}
label{
    font-size: 14px;
    font-weight: 600;
}
.form-control{
    font-size: 14px;
    height: 35px !important;
}

footer {
    background: #0F294A;
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-top: 70px;
    width: 100%;    
    z-index: 2;
    position: fixed !important;
    bottom: 0 !important;
}

/*for sidebar*/
.sidebar-toggler{
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}

.inner-page-header{
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
}

.sidenav {
    height: 100%;
    position: fixed;
    top: 92px;
    left: 0;
    background-color: #FFFFFF;
    overflow: inherit;
    transition: 0.5s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sidenav ul li {
    display: block;
    width: 100%;
    padding: 0;
}
.sidenav ul li a{
    text-transform: uppercase;
    color: #202020;
    width: 100%;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.sidenav ul li.active, .sidenav ul li:hover {
    background-color: #232361;
    border-color:#ddd;    
}
.sidenav ul li.active a, .sidenav ul li.active a:hover, .sidenav ul li:hover a, .sidenav ul li a:hover{
    color: #FFFFFF !important;    
}
.list-group-item .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    border-radius: 0 !important;
    background-color: #ddd;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.page-sidebar-closed .list-group-item .dropdown-menu.show {
    width: 68px !important;
    min-width: 68px;
    overflow: hidden;
}
.list-group-item .dropdown-menu.show .dropdown-item {
    color: #202020;
    border-top: 1px solid #bbb;
    font-size: 14px;
    line-height: 30px;
}
.list-group-item:hover .dropdown-menu.show .dropdown-item {
    color: #202020 !important;
}
.list-group-item .dropdown-menu.show .dropdown-item:hover {
    color: #ffffff !important;   
    background-color: #232361;
}
.list-group-item .dropdown-menu.show .dropdown-item .sidebar-icon-10,
.list-group-item:hover .dropdown-menu.show .dropdown-item .sidebar-icon-10 {
    background: url(../images/sidebar-icon-10.png);
    background-position: center;
    background-repeat: no-repeat;
}
.list-group-item .dropdown-menu.show .dropdown-item:hover .sidebar-icon-10 {
    background: url(../images/sidebar-icon-10-hov.png);
}
.list-group-item .dropdown-menu.show .dropdown-item .sidebar-icon-11,
.list-group-item:hover .dropdown-menu.show .dropdown-item .sidebar-icon-11 {
    background: url(../images/sidebar-icon-11.png);
    background-position: center;
    background-repeat: no-repeat;
}
.list-group-item .dropdown-menu.show .dropdown-item:hover .sidebar-icon-11 {
    background: url(../images/sidebar-icon-11-hov.png);
}
.list-group-item .dropdown-menu.show .dropdown-item .sidebar-icon-12,
.list-group-item:hover .dropdown-menu.show .dropdown-item .sidebar-icon-12 {
    background: url(../images/sidebar-icon-12.png);
    background-position: center;
    background-repeat: no-repeat;
}
.list-group-item .dropdown-menu.show .dropdown-item:hover .sidebar-icon-12 {
    background: url(../images/sidebar-icon-12-hov.png);
}
.page-sidebar-closed .list-group-item .dropdown-toggle::after {
    margin-left: 11px;
}

.page-sidebar .title{
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
    width: 80%;
}
.list-group-item{
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
    margin-bottom: 0;
}
.sidebar-icon{    
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 20px;    
}
.sidebar-icon-1{
    background: url(../images/sidebar-icon-1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-1, .sidenav ul li:hover .sidebar-icon-1{
    background: url(../images/sidebar-icon-1-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-2{
    background: url(../images/sidebar-icon-2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-2, .sidenav ul li:hover .sidebar-icon-2{
    background: url(../images/sidebar-icon-2-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-3{
    background: url(../images/sidebar-icon-3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-3, .sidenav ul li:hover .sidebar-icon-3{
    background: url(../images/sidebar-icon-3-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-4{
    background: url(../images/sidebar-icon-4.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-4, .sidenav ul li:hover .sidebar-icon-4{
    background: url(../images/sidebar-icon-4-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-5{
    background: url(../images/sidebar-icon-5.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-5, .sidenav ul li:hover .sidebar-icon-5{
    background: url(../images/sidebar-icon-5-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-6{
    background: url(../images/sidebar-icon-6.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-6, .sidenav ul li:hover .sidebar-icon-6{
    background: url(../images/sidebar-icon-6-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-7{
    background: url(../images/sidebar-icon-7.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-7, .sidenav ul li:hover .sidebar-icon-7{
    background: url(../images/sidebar-icon-7-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-8{
    background: url(../images/sidebar-icon-8.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-8, .sidenav ul li:hover .sidebar-icon-8{
    background: url(../images/sidebar-icon-8-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-icon-9{
    background: url(../images/sidebar-icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sidenav ul li.active .sidebar-icon-9, .sidenav ul li:hover .sidebar-icon-9{
    background: url(../images/sidebar-icon-9-hov.png);
    background-position: center;
    background-repeat: no-repeat;
}
.menu-toggle-sm{
    display: none;
}
.page-sidebar-closed .page-sidebar .title{
    display: none;
}

.page-content-wrapper .page-content{
    padding: 30px !important;
    padding-bottom : 70px !important;
}
.page-content .main-box-wrapper{
    margin-top: 0;
    padding: 30px;
}
/* end for sidebar*/

.footer_link_1 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.btn-default {
    background-color: #232361;
    color: #ffffff;
    height: 40px;
    padding: .375rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-default:hover {
    background-color: #575a7b;
}

.header-right-btns {
    text-align: right;
    margin: 0;
}

.header-right-btns .header-date a {
    color: #202020;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.header-right-btns .dropdown-toggle {
    background-color: transparent;
    border: 0;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.header-right-btns .dropdown img {
    height: 35px;
    margin-right: 5px;
}

.header-right-btns .btn-secondary:not(:disabled):not(.disabled).active,
.header-right-btns .btn-secondary:not(:disabled):not(.disabled):active,
.header-right-btns .show>.btn-secondary.dropdown-toggle {
    color: #202020;
    background-color: transparent;
    border-color: transparent;
}

.header-right-btns .dropdown-item:hover,
.header-right-btns .dropdown-item:hover a {
    background-color: #232361;
    color: #ffffff !important;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    color: #fff;
    text-transform: uppercase;
    margin-right: 40px;
    display: inline-block;
    letter-spacing: 1px;
    padding: 19px 0;
}

footer ul li a,
footer ul li a:focus {
    color: #ffffff;
}

footer ul li a:hover {
    color: #cccccc !important;
    text-decoration: none;
}

footer p {
    color: #ffffff;
    margin-top: 18px;
}

.page-content .main-box-wrapper{
    margin-top: 0;
    padding: 15px;
}
.main-box-wrapper {
    background: #fff;
    border-radius: 4px;
    border-top: 4px solid #232361;
    padding: 50px;
    margin-top: -60px;
    box-shadow: 0 3px 18px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.main-box-title{
    font-size: 20px;
    color: #F86332;
    font-weight: 700;
    text-transform: uppercase;
}
.right-options{
    text-align: right;
    margin-bottom: 0;
}
.right-options li{
    display: inline-block;
    margin-right: 40px;    
}
.right-options li:last-child{
    margin-right: 0;
}
.right-options li a{
    font-size: 14px;
    color: #0E284A;
    font-weight: 600;
    margin-bottom: 10px;
    /*display: flex;*/
    text-transform: uppercase;
}
.right-options li a img{
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.right-options li.search-field a img{
    top: 0;
}
.table.table-striped thead th {
    vertical-align: middle;
    border-bottom: 0;
    background: #0F294A;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #F4F4F7;
}

.table-striped tbody tr td,
.table-striped tbody tr td {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    word-break: break-all;
}

.page-content-header {
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    padding: 20px;
}

.page-content-header h3 {
    font-size: 22px;
    font-weight: 600;
}

.login-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #232361;
}

.forgot_text a {
    color: #ac2425 !important;
    font-size: 11px !important;
    text-decoration: none;
    font-style: italic;
}

.login-page {
    height: 100vh;
    background-image: url(../images/tyre-bg-img.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.page-content-header a {
    font-size: 14px;
    margin-right: 10px;
    color: #232361;
}

.page-content-header a:hover {
    color: #575a7b;
}

.modal .btn-default {
    height: 35px;
}

.modal .btn-secondary {
    height: 35px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 14px;
}

.back-to-home {
    height: 55px;
    line-height: 70px;
}

.dashboard-blank {
    height: calc(100vh - 200px);
    text-align: center;
    vertical-align: middle;
}

.dashboard-blank img {
    max-height: 250px;
}

/* gopal 27-8-2019 refusal report */
.refusal-report-box {
    margin-top: 30px;
}
.refusal-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.refusal-report-single {
    background-color: #f5f5f5;
    min-height: 300px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(102,102,102,.15);
    margin-bottom: 30px;
}
.refusal-report-single h5 {
    font-size: 18px;
    background-color: #232361;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
}
.refusal-report-list {
    padding: 0 15px;
}
.refusal-report-list li {
    margin-bottom: 5px;
}
.refusal-report-list label {
    font-weight: normal;
    margin-bottom: 0;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.page-content-wrapper .page-content{
  height: 100%;
}
ul.list-group{
    padding-bottom: 0px;
}