@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;
	background: #efefef;
	color: #424a4d;
}

.slimScrollDiv {
    height: 672px !important;
}

.light_theme {
    background-image: url("images/home-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

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

#login {
    width: 530px !important;
    background: #fff !important;
    border: 2px solid #8BB3DD !important;
}

#login .form-control {
    border: 0px;
    border-bottom: 1px solid #8BB3DD !important;
}

.login_content {
    border: 0px !important;
    background: transparent !important;
    width: 900px;
  
}

.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: 18px;
}

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

.custom-btn {
    padding: 15px 60px;
    background: #2C4898 !important;
}
.full-width input[type="submit"] {
    width: 100% !important;
    background: #2c4898 !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 {
    /*font-weight: bold;*/
    font-size: 12px;
    text-transform: initial !important;
    color: #333;
}

.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: #8BB3DD !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;
    font-weight: 400;
}
td > .red-text {
    color: #FE0000 !important;
}

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

th-section {
    background: #8bb3dd !important;
}
#dynamic-table2 th{
    background: #EB1D2A !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 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}
.widget-block .header h3, .block-web .header h3 {
    font-weight: 500;
    margin-top: 3px;
}
#dynamic-table2 th{
    background: #EB1D2A !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-title-flat {
    background: #8BB3DD !important;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-horizontal .form-control, select {
    border: 1px solid #8BB3DD !important;
    border-radius: 6px !important;
}

.btn-container {
   padding-top: 15px;
   padding-bottom: 15px;
}

.blue-btn {
    width: 100% !important;
    background: #2C4898 !important;
    color: #fff !important;
    border: 1px solid #2C4898;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.blue-outline-btn {
    width: 100% !important;
    background: transparent !important;
    color: #2C4898 !important;
    border: 1px solid #2C4898;
    padding: 10px 25px;
    border-radius: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #EB1D2A !important;
    border-color: #EB1D2A !important;
    /*width: 22%;*/
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 6px;
}

.form-title h3 {
    margin-bottom: 0px;
}

.outline-btn {
    border: 1px solid #8BB3DD;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 3px;
}

.blue-text {
    color: #2C4898;
    font-weight: bold;
    font-size: 18px;
}
.img-ion {
    display: inline-block;
    width: 42px;
    float: left;
    margin-right: 5px;
    height: 65px;
}

.cuve-border {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.error-span {
    font-size: 15px;
    color: #333333;
    background: #F5F5F5;
    margin: 0 auto;
    padding: 20px 0;
}

h3,.h3{font-size:21px;}

td {
    font-weight: 500 !important;
    /*color: #040505 !important;*/
    font-family: 'Roboto' !important;
    font-size: 15px;
}
.block-web > .header {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.orange-btn {
    width: 100% !important;
    background: #EB1D2A !important;
    color: #fff !important;
    border: 1px solid #EB1D2A;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: inherit !important;
    border-radius: 6px !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;
}

.fixed_header .left_nav {
    background: #e4f2fe !important;
}

.new {
    display: none !important;
}