@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #424a4d;
}

.small_logo img {
    position: relative !important;
    top: -8px !important;    
}

 .welcome {
    color: #424a4d;
    background: url("images/welcome-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
 .registration-body {
    color: #424a4d;
    background: url("images/user-register.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.login-section {
    color: #424a4d;
    background: url("images/user-login.png");
    background-size: cover;
    background-repeat: no-repeat;    
}

.wrapper {
 background: #fff;
}

.logo-section {
    margin-bottom: 30px;
}

#reg {
    width: 530px !important;
    background: #fff !important;
    border: 2px solid #8BB3DD !important;
    margin-bottom: 20px;
}
#login {
    width: 450px !important;
    background: #F9F6F3 !important;
    border: 2px solid #8BB3DD !important;
    margin-bottom: 20px;
}

#login .form-control {
    border: 0px;
    /*border-bottom: 1px solid #333 !important;*/
    font-weight: 400 !important;
}

.login_content {
    border: 0px !important;
    background: transparent !important;
    width: 900px;
  
}
/*#login .form-control {
    border: 0px;
    border-bottom: 1px solid #333 !important;
}*/

.login-btn {
    padding: 12px 45px;
}

.dark-blue {
    font-size: 31px;
    font-family: Roboto;
    color: #2C4898;
    font-weight: 700;
}

.light-blue {
    font-size: 31px;
    font-family: Roboto;
    color: #8BB3DD;
    font-weight: 700;
}

.login_content p {
    font-size: 14px;
}
.confirmation-text p {
    font-size: 14px !important;
}

.button-section {
    margin-top: 8px;
}


.custom-btn {
    /*padding: 15px 60px;*/
    background: #2C4898 !important;
}

.green-btn {
    /*padding: 15px 60px;*/
    width: 30%;
    padding: 16px;    
    color: #fff;
    background: #000 !important;
    border-radius: 30px;
}
.orange-btn {
    width: 30%;
    padding: 16px;    
    color: #fff;
    background: #000 !important;
    border-radius: 30px;
}
.blue-btn {
    width: 30%;
    padding: 16px;    
    color: #fff;
    background: #E50019 !important;
    border-radius: 30px;
}

/*.full-width input[type="submit"] {
    width: 100% !important;
    background: #2c4898 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
.full-width .register-user {
    width: 45% !important;
    background: #F99D01 !important;
    padding-top: 15px;
    padding-bottom: 15px; 
}

#adminLogin .form-group {
    margin-bottom: 30px;
}

.main-section {
    position: relative;
    top: 150px;
}

.main-section p {
    font-size: 18px;
    font-family: 'Roboto';
}

/*.light_theme .left_nav {*/
.slimScrollDiv {
    background-image: url("images/sidebar-bg.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.contentpanel {
    background-color: #fff !important;
}

#nav-menu li a, #nav-menu li ul li a {
    font-weight: normal;
    font-size: 12px;
    text-transform: initial !important;
    color: #333 !important;
    font-weight: bold !important;
}

.information_inner {
    border-radius: 6px;
    padding: 10px;
    height: 80px !important;
}

.information_inner {
    border-radius: 6px;
    padding: 15px;
    min-height: 90px !important;
}

.text-left {
    text-align: left !important;
}

.text-left span {
    position: relative;
    left: 25px !important;
    top: 14px;
}
.hide-panel {
    display: none !important;
}
.block-web > .header {
    margin-top: 0px !important;
    background: #E50019  !important;
    padding: 15px !important;
}
.block-web > .header > h3 {
    font-size: 18px !important;
    font-family: 'Roboto' !important;
    font-weight: normal;
    color: #fff !important;
}

td > .green-text {
    color: green !important;
}
td > .red-text {
    color: #FE0000 !important;
}

.mt40 {
    margin-top: 40px !important;
}

th-section {
    background: #8bb3dd !important;
}
#dynamic-table2 th{
    background: #8bb3dd !important;
}
/*.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 0px solid #ddd !important;
}*/
.block .header, .widget-block .header, .block-web .header {
     border-bottom: 0px !important; 
}

.block-web > .header {
    margin: 0px !important;
}
.widget-block .header h3, .block-web .header h3 {
    font-weight: 500;
    margin-top: 3px;
}
#dynamic-table2 th{
    background: #8bb3dd !important;
    color: #fff;
}

.form-title {
    background: #8BB3DD !important;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-horizontal .form-control {
    border: 0px !important;
    border-bottom: 2px solid #E9E9F0 !important;
    font-weight: 400 !important
}

.blue-outline-btn {
    width: 100% !important;
    background: transparent !important;
    color: #2C4898 !important;
    border: 1px solid #2C4898;
    padding: 12px;
    border-radius: 5px;
}
.curve-border {
    border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.blue-text-reg {
    font-size: 27px;
    color: #0E99D9;
    font-weight: 400;
    text-transform: uppercase;
}
.orange-text-reg {
    font-size: 27px;
    color: #F99D01;
    font-weight: 400;
    text-transform: uppercase;
}

.blue-text {
    font-size: 35px;
    color: #0E99D9;
    font-weight: 400;
    text-transform: uppercase;
}
.orange-text {
    font-size: 36px;
    color: #E50019;
    font-weight: 600;
    text-transform: uppercase;
}
.black-text {
    color: #1D1D1B;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.terms {
    margin-top: 15px;
    color: #E50019;
}
.form-padding {
    padding: 25px !important;
    background: #f4ffff;
}
.block-web > .header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#company, #individual {
    color:#0E99D9;
    padding-top: 15px;
}
.form-horizontal .form-control, select {
    font-weight: 400 !important;
}

.left-top {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.right-top {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.reg-maroon-btn {
    padding: 16px 80px;
    color: #fff;
    background: #E50019 !important;
    border-radius: 30px;
    width: 70%;
    font-family: 'Poppins';
    font-weight: 500
}

.reg-black-btn {
    padding: 16px 80px;
    color: #fff;
    background: #000 !important;
    border-radius: 30px;
    width: 70%;
    font-family: 'Poppins';
    font-weight: 500
}

.registration {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 430px !important;
    margin-top: 90px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #F9F6F3 !important;
    top: 75px !important;
}
.login_heading {
     background-color: transparent !important; 
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.fire-login-btn {
    padding: 12px 45px !important;
    width: 70% !important;
    border-radius: 30px;
    background: #E50019 !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0px !important;
}