html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	outline:none;
}
code
{
    color:#000 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
	background:#fff;
	/*font-family: 'latoregular';*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:14px;
	font-weight:normal;
	color:#000 !important;
}
ol, ul {
	/*list-style:none;*/
}
.menu ul {
    list-style: none !important;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/*table {
	border-spacing:1px;
}*/
:focus{outline:0;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}

a {
    
	text-decoration:none;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
}

.main_container{
	width:1170px; 
	margin:0 auto;
}
.header{
	width:100%;
}
.header h1{
	float:left;
	color:#7f7f7f;
	/*font-size:36px; */
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:15px 0 15px 0;
}
.header h1 span{
	color:#ee4a52;
}
.header h1 a{
	color:#7f7f7f;
}
.header p{
	float:right;
	width:50%;
	margin:30px 0 20px 0;
	text-align:right;
}
.header p span input[type="text"]{
	width:40%;
	padding:8px 7px;
	border:0;
	border:1px solid #ebebeb;
	display:inline-block;
	margin:0 0px 0 0;
	border-radius:3px;
}
.header p a{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	color:#E2A835;
	font-size:15px;
	text-transform:uppercase;
	padding:9px 20px;
	margin:0 0 0 10px;
}
.header p a.sign{
	color:#fff;
	background:#e4a221 url(../images/signbg.jpg) repeat-x;
	border:1px solid #d79a24;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	box-shadow:2px 2px 0 #dddddd;
	-webkit-box-shadow:2px 2px 0 #dddddd;
	-moz-box-shadow:2px 2px 0 #dddddd;
	-ms-box-shadow:2px 2px 0 #dddddd;
}
.header p a.register{
	color:#fff;
	background:#e35121 url(../images/regbg.jpg) repeat-x;
	border:1px solid #d75024;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	box-shadow:2px 2px 0 #dddddd;
	-webkit-box-shadow:2px 2px 0 #dddddd;
	-moz-box-shadow:2px 2px 0 #dddddd;
	-ms-box-shadow:2px 2px 0 #dddddd;
}
.menubg{
	width:100%;
	background:#4481EB;
	/*position: sticky;*/
    top: 0;
    z-index: 99999;
}
.navi{
	width:100%;
}
.main_part{
	width:100%;
	padding:20px 0 20px 0;
}
.left_part{
	width:73%;
	float:left;
}
.right_part{
	width:25%;
	float:right;
}
.contant_left{
	width:48.5%;
	float:left;
}
.contant_right{
	width:48.5%;
	float:right;
}
.gird01{
	width:100%;
	border:1px solid #dfdfdf;
	padding:0 0 42px 0;
	margin:0 0 30px 0;
}
.gird01 h6{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 0 10px 20px;
}
.gird01 h6.color1{
	background:#f48a21;
}
.gird01 h6.color2{
	background:#c7b200;
}
.gird01 h6.color3{
	background:#74ccb8;
}
.gird01 h6.color4{
	background:#f65ab2;
}
.gird01 h6.color5{
	background:#24d5cf;
}
.gird01 h6.color6{
	background:#7fc5df;
}
.gird01 h6.color7{
	background:#ffc600;
}
.gird01 h6.color8{
	background:#bfa77d;
}
.gird01 h6.color9{
	background:#f67278;
}
.gird01 h6.color10{
	background:#aa8dc3;
}

.gird01.bg1{
	background:#fdfaf7;
}
.gird01.bg2{
	background:#fffef2;
}
.gird01.bg3{
	background:#fafffe;
}
.gird01.bg4{
	background:#fdfafc;
}
.gird01.bg5{
	background:#f4ffff;
}
.gird01.bg6{
	background:#fafafa;
}
.gird01.bg7{
	background:#fffcf2;
}
.gird01.bg8{
	background:#f9f9f9;
}
.gird01.bg9{
	background:#fdfafa;
}
.gird01.bg10{
	background:#f8f7f8;
}


.gird01 ul{
	padding:10px 0 0 0;
	margin:0;
	float:left;
}
.gird01 li{
	color:#434343;
	font-size:16px;
	line-height:33px;
	background:url(../images/pencil-icon.png) 0 14px no-repeat;
	padding:0px 0 0px 25px;
	margin:0 0 0 20px;
}
.gird01 li a{
	color:#434343;
}
.gird01 p{
	color:#434343;
	float:right;
	padding:50px 50px 0 0;
}

.right_part span figure{
	margin:0 0 20px 0;
	display:block;
	width:100%;
}

.inner_contant{
	width:100%;
}
.inner_slogan{
	width:100%;
	border-bottom:1px solid #d4d4d4;
}
.inner_slogan p{
	color:#434343;
	padding:0px 0px 10px 0;
}
.inner_slogan p a{
	color:#434343;
	background:url(../images/black-arrow.png) 0 4px no-repeat;
	padding:0 0 0 15px;
	margin:0 20px 0 0;
}
.inner_slogan p span{
	color:#ff0000;
	padding:0 0 0 15px;
	background:url(../images/black-arrow.png) 0 4px no-repeat;
}


.inner_contant_top,.inner_contant_bot{
	width:100%;
	/*padding:0 0 20px 0;*/
}

.inner_contant h3,.inner_contant_top h3{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	/*font-size:25px;*/
	font-size:x-large;
	/*letter-spacing:-1px;*/
	padding:20px 0 0px 0px;	
    font-weight: 400;
}

.test_right { 
    text-align:left; 
    /*border-bottom:1px solid #000;*/
    }

.time_timer { float:right; text-align:right; padding-top:25px;} 

.time_left { font-size:16px; font-weight:bold;}

.submit_test { 	color:#fff;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:16px;
	text-transform:uppercase;
	background:#ee4a52 none repeat scroll 0 0;
	border:none;
	cursor:pointer;
	display:inline-block;
	margin:20px 0 0 0;
	padding:10px 20px;
}

.inner_contant_top h6{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:24px;
	text-align:center;
	background:#ee4a52;
	padding:30px 0 30px 0px;
}
.inner_contant_top h6 strong{
	color:#fff;
}
.inner_contant_bot p{
	color:#434343;
	padding:15px 0px 10px 0;
}

.inner_contant_top figure{
	color:#ff0000;
	display:block;
	margin:20px 0 20px 0;
}
.inner_contant_top_row{
	width:100%;
	padding:30px 0 30px 0;
	/*padding:30px 0px 30px 16px;*/
}
.inner_contant_top_third,.inner_contant_bot_third{
	width:100%;
	float:none;
}
.inner_contant_top_third ul,.inner_contant_bot_third ul{
	padding:0px 0 0 0;
	margin:0;
}
.inner_contant_top_third li{
	/*color:#000;*/
	/*font-size:15px;*/
	line-height:30px;
	/*background:url(../site_assets/img/icons/32X32.png) 0 9px no-repeat;*/
	/*padding:0 0 0 23px;*/
	padding: 0rem 0rem 1.1rem 0rem;
	/*width:30%;*/
	/*float:left;*/
}
.inner_contant_top_third li a{
	/*color:#000;*/
	color: #000;
    font-size: large;
    font-weight: 500;
    
}
.inner_contant_top_third li a:hover{
	/*color:#ee4a52;*/
	color:#eb5826;
	/*text-decoration:underline;*/
}

.inner_contant_bot p strong{
	color:#434343;
	font-size:18px;
}
.inner_contant_bot_third li{
	color:#000;
	font-size:15px;
	line-height:30px;
	background:url(../images/black-arrow.png) 0 10px no-repeat;
	padding:0 0 0 15px;
	width:31%;
	float:left;
}

.inner_contant_engg li{
	color:#000;
	font-size:15px;
	line-height:30px;
	background:url(../images/folder-icon.png) 0 9px no-repeat;
	padding:0 0 0 23px;
	width:30%;
	float:left;
}

.inner_contant_bot_third li a, .inner_contant_engg li a{
	color:#000;
}
.inner_contant_bot figure{
	color:#ff0000;
	display:block;
	margin:20px 0 20px 0;
}

.footerbg{
	width:100%;
	/*background:#6b6b6b;*/
	/*background:#007bff;*/
	background:#2974f7;
	padding:20px 0 20px 0;
}
.footer,.copy{
	width:100%;
}
.footer_gird01{
	width:12%;
	float:left;
	border-right:1px solid #7b7b7b;
}
.footer_gird02{
	width:17%;
	float:left;
	padding:0 0 0 5%;
	border-right:1px solid #7b7b7b;
}
.footer_gird03{
	width:17%;
	float:left;
	padding:0 0 0 5%;
	border-right:1px solid #7b7b7b;
}
.footer_gird04{
	width:17%;
	float:left;
	padding:0 0 0 5%;
	border-right:1px solid #7b7b7b;
}
.footer_gird05{
	width:18%;
	float:left;
	padding:0 0 0 3%;
}
/*.footer p{*/
/*	color:#fff;*/
	/*font-size:20px;*/
/*	text-transform:uppercase;*/
/*	padding:20px 0 10px 0;*/
/*}*/
.footer ul{
	padding:10px 0 10px 0;
	margin:0;
}
.footer li{
	color:#fff;
	line-height:33px;
}
.footer li a{
	color:#fff;
}
.footer li a:hover{
	color:#F15B26;
	color:#f48a21;
}
.copybg{
	width:100%;
	/*background:#565656;*/
		background:#0062cc;
}
.copy_left{
	width:70%;
	float:left;
}
.copy_right{
	width:30%;
	float:right;
}
.copy_left p{
	color:#fff;
	font-size:14px;
	line-height:22px;
	padding:26px 0 20px 0;
}
.copy_left p span{
	color:#fff;
	display:inline-block;
}
.copy_right figure{
	display:block;
	text-align:right;
	padding:20px 0 10px 0;
}
.copy_right figure img{
	margin:0 10px 0 0;
}





/*........Time Distance Start.........*/
.time_distance,.online_lest,.register_page{
	width:100%;
	/*padding:5px 0 20px 0;*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
}
.online_lest_instruction{
	width:100%;
	padding:0px 0 20px 0;
}
.time_distance_contant{
	width:100%;
	padding:0 0 0px 0;
}
.time_distance_contant h4{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:22px;
	border-bottom:1px solid #d4d4d4;
	padding:20px 0 10px 0px;
}

.time_distance_contant p{
	color:#434343;
	line-height:24px;
	padding:15px 0px 10px 0;
}

.time_question,.time_accord{
	width:100%;
	position:relative;	
	padding:0 0 0px 0;
}
.time_question p{
	color:#434343;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:16px;
	line-height:24px;
	padding:10px 0px 10px 0;
}
.time_question ul{
	padding:10px 0 10px 0;
	margin:0;
}
.time_question li{
	color:#000;
	float:left;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	line-height:33px;
	width:25%;
}
.time_distance_contant_row{
	width:100%;
	border-bottom:1px dashed #d4d4d4;
}
.time_distance_contant_row p{
	color:#000;
	line-height:24px;
	clear:both;
	overflow:hidden;
	padding:10px 0 10px 0;
}
.time_distance_contant_row p a{
	color:#000;
	font-weight:bold;
	margin:0 4px 0 0;
}
.time_distance_contant_row p span{
	color:#000;
	display:inline-block;
	width:25%;
	float:left;
	margin:0px 0 0 0;
}
.time_distance_contant_row ul{
	padding:0;
	margin:0px 0 0 0;
	overflow:hidden;
}
.time_distance_contant_row li{
	color:#000;
	display:inline-block;
	width:20%;
	line-height:24px;
	margin:10px 0 10px 0;
}
.time_distance_contant_row li a{
	color:#269bc6;
}


.div-spacer{ padding:10px;}
.discuss_part{ padding:0px 10px 10px 0; border-bottom:1px solid #cccccc; margin:0 0 20px 0;}


.bix-div-answer{margin-top:5px;border:1px solid #cccccc;}
.bix-div-workspace{border:1px solid #cccccc; margin:0 0 20px 0;}
.bix-div-report{margin-top:5px;border:1px solid #cccccc;}
.title-bar{padding:10px 10px; border-bottom:1px solid #cccccc; font-size:18px; color:#ff0000; font-weight:bold;}
.title-bar a{
    padding-left:3px;
    width:100%;
    /*background-image:url('../images/minus.png');*/
    /*background-repeat:no-repeat;*/
    /*background-position:left; */
/*color:#ff0000;*/
    color:black;
}
.bix-div-toolbar{margin-top:15px;margin-bottom:10px; padding:10px 10px;}
.answer{
    margin-right: inherit;
    
    /*background:url('../site_assets/img/icons/icons8-test-passed-96.png') no-repeat left center;*/
    /*padding-left:20px;*/
    /*margin:0 10px 0 0px;*/
    
}
.discuss{
    margin-right: inherit;
    /*background:url('../site_assets/img/icons/icons8-test-passed-96.png') no-repeat left center;*/
    /*padding-left:25px;*/
    /*margin:0 10px 0 5px;*/
    
}
.workspace{
    margin-right: inherit;
    /*background:url('../site_assets/img/icons/icons8-test-passed-96.png') no-repeat left center;*/
    /*padding-left:20px;*/
    /*margin:0 10px 0 5px;*/
    }

.report{
    /*background:url('../images/report-error.gif') no-repeat left center;*/
    /*padding-left:20px;*/
    /*margin:0 10px 0 5px;*/
    
}


.div-spacer p{
	color:#000;
	line-height:20px;
	clear:both;
	overflow:hidden;
	/*padding:5px 0 5px 0;*/
}
.div-spacer p strong{
	color:#ff0000;
}
.div-spacer textarea{
	width:100%;
	border:1px solid #ccc;
	/*margin:0 0 10px 0;*/
	/*padding:10px 5px;*/
	color:#000;
	/*font-family: 'latoregular';*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
}
/*.div-spacer span{*/
/*	display:block;*/
/*	margin:0 0 10px 0;*/
/*}*/
.div-spacer input[type="text"]{
	width:50%;
	display:block;
	color:#000;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	padding:10px 5px;
	/*font-family: 'latoregular';*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
}
.div-spacer input[type="submit"]{
	display:inline-block;
	color:#fff;
	background:#ff0000;
	border:none;
	margin:0 0 10px 0;
	padding:10px 10px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	text-transform:uppercase;
	font-size:15px;
}
.discuss_part p{
	color:#000;
	line-height:24px;
	padding:5px 0 5px 0;
}
.discuss_part p strong{
	color:#ff0000;
}
.discuss_part ul{
	padding:0;
	margin:0px 0 0 0;
	overflow:hidden;
}
.discuss_part li{
	color:#000;
	float:left;
	width:auto;
	display:inline-block;
	line-height:24px;
	margin:10px 30px 10px 0;
}
.discuss_part li a{
	color:#000;
	vertical-align:middle;
}
.discuss_part li span img{
	color:#000;
	vertical-align:middle;
	margin:0 5px;
}


.online_lest_instruction h5{
	color: #007bff;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif !important;*/
    font-size: 18px;
    padding: 20px 0 10px 0px;
    text-decoration: underline;
}

.online_lest_instruction_test_c ul{
	/*padding:0px 0 0 0;*/
	margin:0;
	/*list-style-position: inside;*/
    list-style-type: decimal;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif !important;*/
}
.online_lest_instruction_test_c li{
	color:#000;
	font-size:15px;
	line-height:30px;
	/*background:url(../images/black-arrow.png) 0 10px no-repeat;*/
	/*padding:0 0 13px 15px;*/
}

.online_lest ul,.online_lest_instruction ul{
	padding:0px 0 0 0;
	margin:0;
	list-style-position: inside;
    list-style-type: square;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif !important;*/
}
.online_lest li{
	color:#087fbd;
	font-size:15px;
	line-height:30px;
	/*background:url(../images/note-icon.png) 0 12px no-repeat;*/
	background:url(../site_assets/img/icons/icons8-pass-fail-64.png) 0 12px no-repeat;
	
	padding:10px 0 20px 30px;
	/*border-bottom:1px dashed #087fbd;*/
	background-size: 1.6rem;
}
.online_lest li a{
	/*color:#087fbd;*/
	color:black;
}
.online_lest li strong{
	color:#087fbd;
}
.online_lest li span{
	color:#000;
	display:block;
	padding-inline-start: 3.5rem;
}
.online_lest li p{
	color:#000;
	display:block;
}
.online_lest li a:hover{
	color:#ee4a52;
	text-decoration:underline;
}
.online_lest_instruction li{
	color:#000;
	font-size:15px;
	line-height:30px;
	/*background:url(../images/black-arrow.png) 0 10px no-repeat;*/
	padding:0 0 13px 15px;
}
.online_lest_instruction a:hover{
    color:#fff !important;
}
.online_lest_instruction a{
    width:20%;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	/*font-size:16px;*/
	/*text-transform:uppercase;*/
	/*background:#ee4a52;*/
	/*display:inline-block;*/
	/*margin:20px 0 0 0;*/
	/*padding:10px 20px;*/
}
.online_lest_instruction p{
	color:#000;
	font-size:15px;
	line-height:30px;
	/*border:1px dashed #000;*/
	padding:10px 10px;
	margin:20px 0 0 0;
}
.online_lest_instruction p span{
	color:#000;
	display:block;
	line-height:36px;
	padding:0 0 0 10px;
}
.online_lest_instruction p span input[type="radio"]{
	color:#000;
	margin:0 5px 0 0;
}





.register_page h3{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:25px;
	padding:0px 0 10px 0px;
	font-weight:600;
}
.register_page_left h6,.register_page_right h6{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:18px;
	border-bottom:1px solid #d4d4d4;
	padding:20px 0 10px 0px;
}
.register_page_left{
	width:48%;
	float:left;
}
.register_page_right{
	width:48%;
	float:right;
}
.register_page_left p,.register_page_right p{
	color:#000;
	font-size:15px;
	line-height:30px;
	padding:10px 0px;	
}
.register_page_left p a{
	color:#000;
}
.register_page_left p span,.register_page_right p span{
	color:#000;
	display:block;
	padding:10px 0 0 0;
}
.register_page_left p span input[type="text"],.register_page_right p span input[type="text"]{
	width:90%;
	padding:10px 10px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif !important;
	font-size:16px;
	border:0;
	border:1px solid #d4d4d4;
	border-radius:10px;
}
.register_page_left p span input[type="password"],.register_page_right p span input[type="password"]{
	width:90%;
	padding:10px 10px;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-size:16px;
	border:0;
	border:1px solid #d4d4d4;
	border-radius:10px;
	
}
.register_page_left p span input[type="submit"],.register_page_right p span input[type="submit"]{
	color:#fff;
	border:none;
	font-family: 'Open Sans', sans-serif;
/*font-family: 'Roboto', sans-serif !important;*/
	font-size:16px;
	text-transform:uppercase;
	background:#ee4a52;
	display:inline-block;
	padding:10px 20px;
	border-radius:10px;
	cursor:pointer;
	margin:0 10px 0 0;
}

.right_panel_box { background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    height: auto;
    margin: 0 0 5px;
    min-height: 100px;
    width: 100%;
}

.right_panel_box { 
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
   /* color: #fff;*/
    font-weight: 500;
    padding: 10px 0;
    /*text-align: center;*/
    text-shadow: none;
}

.right_panel_box h4 { margin:0; 
					  text-align: center;
					  color:#fff;
					}

/*table tbody td { */
/*    border-top: 1px solid #ddd;*/
/*    line-height: 1.42857;*/
/*    padding: 8px;*/
/*    vertical-align: top;*/
/*}*/

/*table { margin-bottom: 20px;*/
/*    max-width: 100%;*/
/*    width: 100%; }*/
/*........Time Distance End.........*/

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 30px 30px 30px 50px;
    float:right;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li.active {
    background-color: #eb5826 !important;
    color: white;
    border: 1px solid #eb5826;
}
.active_cls a
{
    background-color: #eb5826 !important;
    color: white !important;
}

ul.pagination li a:hover:not(.active) {
    background-color: #eb5826;
    color:white;
}
#drag_drop{
    position: fixed;
    left: 584px;
    /* top: 0; */
    background: red;
    width: 26%;
    height: 14%;
    opacity: 0;
}

.w_custom
{
    width:50% !important
}