.wrapper {
	margin-top: 80px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.form-group {
    margin-bottom: 12px;
}
.login-form {
	padding: 30px 30px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #e29612;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-radius: 10px;
}
.login_inner{
	padding: 4% 4%;
}
.navbar-brand{
	height: 75px;
	line-height: 75px;
	padding: 0;
	margin-left: 0 !important;
}
/* .login-form.bg_grey {background: #eee;} */
.login-form h3{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.form-signin-heading {
	text-align:center;
	margin-bottom: 30px;
}
.form-horizontal .form-group{
	margin-left:0;
	margin-right: 0;
}

.form-control {
	border: 1px solid #bababa;
    border-radius: 30px !important;
    background: #fff;
	padding: 0 20px;
	height: 50px;
}
.blue_link { color: #4caf50; font-weight: 600;}
/* input[type="password"] {
	width: 100%;
	font-size: 16px;
	height: auto;
	padding: 10px;
} */
.navbar-default .navbar-brand {
    color: #ffffff !important;
}
.colorgraph {
	height: 7px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.navbar-toggler {float: left;}
.blue_btn {    background: #0d1318;
    border: 1px solid #0d1318;
    margin-top: 10px;
    border-radius: 50px;
    padding: 12px 30px;}
.blue_btn:hover, .blue_btn:focus{
	background: #419e45;
    color: #fff;
	border: 1px solid #419e45;
}
.form-horizontal .control-label{ margin-bottom: 6px;padding-top: 0;}
.input-group-addon {
    color: #e29612;
    background-color: transparent;
    border: none;
    font-size: 20px;
}
.btn.btn_login{
	border-radius: 11px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    border: 1px solid #0d1318;
    box-shadow: none;
    margin-right: 15px;
    background: #0d1318;
    margin-top: 15px;
    color: #fff !important;
}
.btn.btn_login:hover {
	color: #fff !important;
	background: #419e45  !important;
	border: 1px solid #419e45;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: none;
}
.form-control:focus {border: 2px solid #050505;}
.left_content .inner_search{
	background: #fff;
    border-radius: 10px;
	padding: 20px;
	/* margin-top: 36px; */
}
.inner_search h1{
	font-size: 17px;
    color: #000;
    font-weight: 300;
    text-align: center;
}
.right_content h3{
	margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.right_content .card {
	border-radius: 10px;
    background: #fff;
    color: #fff;
}
.right_content .card .card-body h4{
	font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}
.right_content .card .card-body p {
	font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.nav-link {padding: 10px 10px;}
.right_content .card:hover {background: #e29612;}
.right_content .card:hover .card-body h4 , .right_content .card:hover .card-body p { color: #fff;}
.top_btn_data .btn-default {
	background: #ffffff;
    border: 1px solid #dce0e5;
    border-radius: 8px;
    padding: 10px 10px;
    color: #1b1b1b;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
    margin-left: 0px;
}
.top_btn_data { margin-bottom: 20px;}
.full_width_inner .card{
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0;
}
.full_width_inner .card .card-body{
	padding: 25px;
}
.full_width_inner .card .card-body.min_height_equal{
    min-height: 550px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select.show .dropdown-toggle{
	border: 2px solid #000;
}
.bootstrap-select .dropdown-toggle .filter-option {
	padding: 12px 15px;
	color: #000;
    font-weight: 400;
}
.bootstrap-select .dropdown-toggle:focus{
	outline: none !important;
}
.control-label {
	color: #000;
    font-weight: 500;
}
.bs-searchbox .form-control, .dropdown-menu {
	border-radius: 12px !important;
}
.dropdown-menu .btn_innerdropdown {
	border: none;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
	background: transparent;
	color: #000;
    font-weight: 500;
    cursor:pointer;
}
.dropdown-menu { padding: 0;}
.dropdown-menu .btn_innerdropdown:hover {color: #000; background: #e296129e; border-radius: 7px;}
.dropdown-menu .btn_innerdropdown:focus { outline: none;color: #000; background: #e296129e;border-radius: 7px}
.full_width_inner .form-control { border-radius: 12px !important;}
.dropdown-menu {min-width: 230px;}
.title_main { color: #000; font-weight: 500; margin-bottom: 30px;}
.top_btn_data .btn-default.btn_success{ background: #419e45; color: #fff; border: 1px solid #419e45;}
.top_btn_data .btn-default.btn_black{ background: #000; color: #fff; border: 1px solid #000;}
.top_btn_data .btn-default.btn_danger{ background: #f44336; color: #fff; border: 1px solid #f44336;}
.top_btn_data .btn-default.btn_blue{ background: #17a2b8; color: #fff; border: 1px solid #17a2b8;}
.tokenfield.form-control { min-height: 50px; height: initial;}
.tokenfield .token {margin: 5px 5px 5px 0;vertical-align: middle;height: 22px;}
.tokenfield .token-input { height: 40px;}
.height_50 { height: 50px;}
.modal-content.bg-danger { background: #fff !important;color: #000;}
.modal-content.bg-danger h4 {color: #000 !important;}




.dataTables_wrapper .dt-button, .dataTables_wrapper .dt-button:hover, .dataTables_wrapper .dt-button:focus {
    background: #419e45 !important;
    border: 1px solid #419e45 !important;
    border-radius: 8px;
    padding: 10px 12px;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    box-shadow: none;
    margin-left: 5px;
}
.dt-button-collection {
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dataTables_wrapper .dt-button.buttons-columnVisibility {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #222 !important;
    font-weight: 500;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    margin: 0;
}
.dataTables_wrapper .dt-button.buttons-columnVisibility.active
{
    color: #000 !important;
    background: #e296129e !important;
    border-radius: 0px;
}
.dataTables_wrapper .dt-button.buttons-columnVisibility:hover{
    color: #000 !important;
    background: #17a2b8 !important;
    border-radius: 0px;
}
