
.text_12_12{
	font-size: 12px;
	line-height: 12px;
}
.text_13_13{
	font-size: 13px;
	line-height: 13px;
}

.color_success{
	color: #3AC977 !important;
}
.color_danger{
	color: #FF5E5E !important;
}
.color_primary{
	color: #0D99FF !important;
}
.color_warning{
	color: #CE4420 !important;
}



.color_white{
	color: #FFFFFF !important;
}
.color_black{
	color: #000000 !important;
}



.color1{
	color: #777777 !important;
}
.color2{
	color: #CE4420 !important;
}
.color3{
	color: #888888 !important;
}

.color_info{
	color: rgba(13, 153, 255) !important;
}


.color_primary{
	color: rgba(151, 71, 255, 1) !important;
}




/********************************* BG Colors **************************/
.bg_color1{	
	background-color: #2C2C2C !important;
}
.bg_color2{	
	background-color: #242424 !important;
}


.bg_info{	
	background-color: rgba(13, 153, 255, 0.05) !important;
}
.bg_primary{	
	background-color: rgba(151, 71, 255, 0.05) !important;
}
.bg_success{	
	background-color: rgba(58, 201, 119, 0.05) !important;
}
.bg_warning{	
	background-color: rgba(206, 68, 32, 0.05) !important;
}
.bg_danger{	
	background-color: rgba(255, 94, 94, 0.05) !important;
}





.bg_trans{
	background-color: transparent !important;
}

/********************************* Shadow **************************/
.shadow_none{
	box-shadow: none !important;
}




/********************************* Bottons **************************/
.button1{
	background:#27294B;
	color: #FFFFFF !important;
	border: 1px solid #27294B !important;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px 8px 15px;
}

.button2{
	background:#0263E0 !important;
	color: #FFFFFF !important;
	border: 1px solid #0263E0 !important;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px 8px 15px;
}
.button2:hover{
	background:#0263E0;
	color: #FFFFFF !important;
	border: 1px solid #0263E0 !important;
}

.button2_1{
	background:#fff;
	color: #0263E0 !important;
	border: 1px solid #0263E0 !important;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px 8px 15px;
}



/************ Border *************/
.border1{	
	border: 1px solid #444444 !important;
}

.border_rad_50{	
	border-radius: 50px !important;
}


.img_round{
	border-radius: 50% !important;
}




/************ DataTable *************/
.man_table2{
	border-color: #E6E6E6 !important;
}
.man_table2 thead{
	background-color: #F6F6F6 !important;
	border-color: #E6E6E6 !important;
}


.man_table2 td{
	padding: 8px 12px !important;
	border-color: #E6E6E6 !important;
	font-weight: 400 !important;
}
.man_table2 th{
	padding: 14px 12px !important;
	border-color: #E6E6E6 !important;
}
.man_table2 td{
	font-size: 14px !important;
	border-color: #E6E6E6 !important;
	color: #333333 !important;
}
.man_table2 th{
	color: #777777 !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	border-color: #E6E6E6 !important;
}
.man_table2 tr{
	border-color: #E6E6E6 !important;
}
.man_table2 tr{
	border-color: #E6E6E6 !important;
}






/********************************* Input **************************/
.input1{
	border: 1px solid #2C2C2C !important;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px 8px 15px;
	background: transparent;
}




hr.hr1{
	border-top: 1px solid #2C2C2C !important;
}



.counter_box{
	border: 1px solid #444444 !important;
	background-color: #2C2C2C !important;
	border-radius: 6px;
	padding: 10px 15px 10px 15px;

}
.counter_box .counter_count{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.counter_box .counter_lbl{
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 0px;
}




.grid_box{
	border: 1px solid #444444 !important;
	background-color: #2C2C2C !important;
	border-radius: 6px;
	padding: 5px 6px 5px 6px;

}
.grid_box_head{
	padding: 5px 8px 5px 8px;
	border-radius: 4px;
}
.grid_box_head p{
	font-size: 16px; 
}

.grid_box_item{
	background-color: #141414;
	padding: 10px 5px 10px 5px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.grid_box_name{
	color: #ffffff;
	font-size: 16px;
}
.grid_box_date{
	color: #888888;
	font-size: 14px;
}

.grid_box_descr{
	color: #B3B3B3;
	font-size: 14px;
}












.page_title{
	color: #1F1F1F;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.bottom_btn_strip{
	position: fixed;
	bottom: 0;
	right:0;
	left:0;
	border-top: 1px solid #444444;
	/* width: 100%; */
}


















/********************************* Table Checkbox **************************/

/* The checkbox_lbl */
.checkbox_lbl {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_lbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_lbl:hover input ~ .checkmark {
  background-color: transparent;
}

.checkbox_lbl input ~ .checkmark {
  background-color: transparent;
	border: 1px solid transparent !important;
	border-color: #444444 !important;
}

/* When the checkbox is checked, add a blue background */
.checkbox_lbl input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_lbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_lbl .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}