/*--------------------------------------------------
              RESET
---------------------------------------------------*/

.clear:after {
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px;
  padding:0;
  border:0;
  margin:0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
	
	
}
html, body {
  height: 100%;
  width: 100%;
  margin:0px;
  box-sizing: border-box;
}
::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }
body {
	background: url("../images/body.jpg") repeat scroll 0 0 transparent;
	font-family:arial;
	font-size:13px;
	margin:0px;
	padding: 0px;
}
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
  font-weight: normal;
}
h1{
  font-size:46px;
  line-height: 44px;
  padding: 25px 25px 25px 0;
  color: #4A4848;
  font-family: "Trebuchet MS",sans-serif;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 1px #AAAAAA;

}
h2{
  font-size: 32px;
}
#inner-content h2 {
  display: inline-block;
    margin-top: 30px;
    width: 100%;
}
h3{
      font-size: 17px;
    line-height: 24px;
    padding-bottom: 0px;
    padding-top: 7px;
    margin-bottom: 5px;
    margin-left: 7px;
}
h4{
  font-size:20px;
  line-height: 25px;
}
#middlebar h4 {
    border-bottom-color: #E9EAEA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
}
h5{
  font-size:16px;
  line-height: 21px;
}
h6{
  font-size:14px;
  line-height: 17px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size:22px;
  line-height: 20px;
  font-weight: 300;
}
ul, ol  {
  display: block;
  padding: 0px;
  margin: 0 0 14px 17px;
}
blockquote {
  float: left;
  width: 60%;
  margin: 10px 15px 10px 0;
  color: #aaa;
  /*background: url(../images/sprite.png) no-repeat scroll 0 -330px transparent;*/
}
blockquote.right {
  float: right;
  margin: 10px 0 15px  15px;
}
blockquote p {
    font: 16px/17px Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  padding-left: 40px;
}
p {
  margin-bottom: 14px;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
strong, b {
  font-weight: bold;
}

.login-input{
width:210px;
}
input:focus, textarea:focus, select:focus {
  
 border: 1px solid #78bbe6 !important;
  color: #676767;
  box-shadow:none !important;
}
input.submit, input.submit:focus, input.submit:active {
  cursor:pointer;
  text-align:center;
  text-transform: uppercase;
  font-size:11px;
  font-weight: bold;
  line-height: 14px;
    color: #fff;
  text-decoration:none !important;
  padding: 7px;
  outline:none !important;
}
input.submit:hover {
  background-color: #444;
}
a {
  -webkit-transition:all 0.14s ease 0s;
  -moz-transition:all 0.14s ease 0s;
  -o-transition:all 0.14s ease 0s;
  outline:none;
}
a:hover {
  color: #444;cursor: pointer;
}
.title, .title a {
  text-decoration: none;
}
.title a:hover {
}
img, iframe {
  max-width:100%;
}
.alignleft {
  float:left;
  margin: 10px 20px 10px 0;
}
.alignright {
  float:right;
  margin: 10px 0 10px 20px;
}
.aligncenter {
  display: block;
  margin: 10px auto 10px auto;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.divider {
  float: left;
  width: 100%;
  height: 70px;
}
.divider-border {
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
  margin: 40px 0;
}

/*--------------------------------------------------
      STRUCTURE
---------------------------------------------------*/
#page-wrap {
    /*width: 90%;*/
    margin: 20px 110px;
    background-color: #FFF;
    padding: 35px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 5px solid #FD5927;
    height: auto;
}
#content {
  margin-top: 20px;
  display: inline-block;
}


#content p {
    font-size: 16px;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    line-height: 20px;
}

#content a:not(.seelivedemo) {
   color: #FD5927;
}
#content a:not(.seelivedemo):hover {
   color: #000;
}

#content h2 {
   padding: 15px 0;
}

.singledemo {
   margin: 20px 0;
}


/*--------------------------------------------------
      TOP BAR SEARCH
---------------------------------------------------*/
#main-search {
  width: 250px;
  float: right;
  height: 50px;
}
#main-search #searchsubmit, #signup-rss .submit-btn {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
  color: #FFF;
  background-color: #FF4A0B;
  outline:none;
}
#main-search input.search {
  width: 150px;
}
#main-search input.search:hover, #signup-rss input[name="email"]:hover {
   font-weight: 700;
   opacity: 1.0;
   color: gray;
}
#main-search input.search:focus, #signup-rss input[name="email"]:focus {
  border: 2px solid #FF4A0B;
}
#main-search #searchsubmit:hover, #main-search #searchsubmit:focus, #main-search #searchsubmit:active,
#signup-rss .submit-btn:hover, #signup-rss .submit-btn:focus, #signup-rss .submit-btn:active {
  cursor: pointer;
  color: #FFF;
  background-color: #FF4A0B;
  opacity: 1.0;
  outline:none !important;
}
.fixed #main-search {
  margin-top: 13px;
}
.active-btn {
  color: #FFF;
  background-color: #FF4A0B;
}
#searchform label {
    display: none;
}

/*--------------------------------------------------
        POST DEMO LINKS
---------------------------------------------------*/
a.seelivedemo {
  cursor:pointer;
  text-align:center;
  display:inline-block;
  margin: 10px 10px 10px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 11px 19px 11px 19px !important;
  font-size: 17px;
  background-color:#FF4A0B;
  opacity: 0.9;
}
a.seelivedemo, a.seelivedemo:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-transform:uppercase;
}
a.seelivedemo:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* BSA */
.bsap {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
}
.close_bsap {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 5px 8px;
}

#content { background-color:#FFFFFF; width:950px; min-height:550px; text-align:left; /*padding:20px;*/  }


.large { font-size:22px; }
.orange { color:orange; }
.italic { font-style:italic }
.textmiddle {vertical-align:middle;}
.padout { padding-left:25px; padding-right:25px; }
.rounded-corners {
     -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
}
.rounded-corners-top {
     -moz-border-top-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
}
.right {
    float: right;
}
.scrolldown { padding-left:20px; color:#EDECE8; font-size:40px; font-weight:bold; vertical-align:middle;
	text-shadow: #6374AB 2px 2px 2px;
 }
 .contentblock { margin: 0px 20px; }
 .results { border: 1px solid blue; padding:20px; margin-top:20px; min-height:50px; }
 .blue-bold { font-size:18px; font-weight:bold; color:blue; }

 /* example styles for validation form demo */
#register-form {
	    /*background-color: #002d69;*/
    border: 1px solid #529cc3;
    display: inline-block;
    padding: 5px 8px 5px 10px;
    color: #08364e;
   }

#register-form .fieldgroup {
   /* background: url("form-divider.gif") repeat-x scroll left top transparent;*/
    display: inline-block;
    padding: 0px 10px;
    width: 580px;
}

#register-form .fieldgroup label {
    float: left;
    padding: 20px 0 0;
    text-align: left;
    width: 250px;
}

#register-form .fieldgroup input, #register-form .fieldgroup textarea, #register-form .fieldgroup select {
    float: left;
    margin: 10px 0;
	  width:275px;
    height: 30px;
	  font-size:13px;
    border: 1px solid #CCCCCC;
    padding-left:5px;
}

#register-form input:focus, #register-form textarea:focus, #register-form select:focus {
  border: 1px solid #f6d560 !important;
  color: #676767;
  outline:none;
}

#register-form .submit {
  width: 220px;
  height: 40px !important;
	background-color:#FC8633;
	color:#FFFFFF !important;
	border-radius:2px;
	border:none !important;
	outline:none !important;
}

#register-form .fieldgroup label.error {
    color: #e8141c;
    display: inline-block;
    padding: 15px;
    text-align: left;
    width: 280px;
}
/*------------------------------------------------------------*/

#register-form1 {
    border: 1px solid #529cc3;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    color: #08364e;
    margin-bottom: 7px;
   }
   #register-form1 h3{
     position: relative;
   }
#register-form1 h3 span::after{
   background: #2c83b2;
    content: "";
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -1px;
    -webkit-transform: skew(18.5deg);
    transform: skew(21.5deg);
    width: 100%;
  }
#register-form1 h3 span
  {
    position: relative;
    padding: 6px 28px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
     z-index: 1;
  }

  #register-form h3{
     position: relative;
   }
#register-form h3 span::after{
   background: #2c83b2;
    content: "";
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -1px;
    -webkit-transform: skew(18.5deg);
    transform: skew(21.5deg);
    width: 100%;
  }
#register-form h3 span
  {
    position: relative;
    padding: 6px 28px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
     z-index: 1;
  }

#register-form1 .fieldgroup {
    display: inline-block;
    padding: 0px 10px;
    width: 580px;
	  display: block;
    box-sizing: border-box;
}

#register-form1 .fieldgroup label {
    float: left;
    padding: 20px 0 0;
    text-align: left;
    width: 250px;
}

#register-form1 .fieldgroup input, #register-form .fieldgroup textarea, #register-form .fieldgroup select {
	float: left;
	margin: 10px 0 3px 0;
	width: 56%;
	height: 30px;
	font-size:13px;
	border: 1px solid #CCCCCC;
	color: #333 !important;
	padding-left:5px;
}

#register-form1 input:focus, #register-form1 textarea:focus, #register-form1 select:focus {
  border: 1px solid #f6d560 !important;
  color: #fff;
  outline:none;
}

#register-form1 .submit {
  width: 220px;
  height: 40px !important;
  background-color:#FC8633;
  color:#FFFFFF !important;
  border-radius:2px;
  border:none !important;
  outline:none !important;
}

#register-form1 .fieldgroup label.error {
    color: #c70808;
    display: inline-block;
    margin-left: 120px;
    padding: 0;
    text-align: left;
    width: 280px;
}
/*------------------------------------------------------------*/
#ui-datepicker-div{
font-family:Arial, Helvetica, sans-serif !important;
font-size:13px !important;
}


.reg_header{

	background: -moz-linear-gradient(left, #2982b1, #83b5d0);
	/* background: -webkit-gradient(linear, left center, right center, from(#e2001a), to(#ffffff)); */
  background: #ea4556;
	margin-bottom: 10px !important;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;

}
.main_head{
  width:100%;float:left;
  background: -moz-linear-gradient(left, #3387b4, #3387b4);
  background: -webkit-gradient(linear, left center, right center, from(#e51d34), to(#ffffff));
  border-bottom: 5px solid #ffffff;
  }

.banner_div{
height:auto;
width:100%;
}

.banner_img{
height:500px;
width:100%;
}

.logo_div{
margin:auto;
border-bottom:1px solid #000;
padding-top:5px;
padding-left:50px;
padding-bottom:5px;
}
.full-width{
width:100%;
margin:auto;
}
.container{
width:100%;
margin:auto;
}

.note_span{
font-size:13x;color:#676767;}


.manage_table {
width:100%;
cellpadding:0;
cellspaceing:0;
border:1px solid #ccc;
}

.header_tr{
background-color:#708090;border-bottom:1px solid #333;height:40px;
}

.normal_tr{
background-color:#E6E6E6;border-bottom:1px solid #333;height:35px;
}

.normal_tr_even{
background-color:#CCCCCC;border-bottom:1px solid #333;height:35px;
}

.header_tr td{
padding:10px;text-align:center;color:#fff;font-weight:bold;line-height:25px;
}

.normal_tr td{
padding:10px;text-align:center;color:#58524A;line-height:25px;
}
.normal_tr_even td{
padding:10px;text-align:center;color:#58524A;line-height:25px;
}

.mandatory{
color:#d42020;}


.logindiv
{
	
	margin: 0px auto;
	margin-top: 200px;
	
	min-height:133px;
	width:375px;
	
	box-shadow: 0 2px 0 #FFFFFF inset, 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.pad-5 {
    border: 1px solid #CCCCCC !important;
    outline: medium none;
    padding: 10px !important;
	padding-left:5px;
}

.btn-default {
  color: #fff;
    background-color: #176a96;
    border-color: #cccccc !important;
    width: auto !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #073140;
  border-color: #adadad !important;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 30px !important;
}

a,a:active,a:focus,a:hover,a:visited,a:link
{
 color: #FFFFFF;/*color: #2764AC;*/
 outline: none;
 text-decoration:none;
}


#left-div
{
  width: 21%;
  float: left;
  background: #ea4556;
  height: auto;
  margin: 0px 0px 7px 0px;
}

#left-div-box-div {
    
  display: inline-block;
  color:#FFFFFF;
  width: 100%;
      
}
#left-div-box-div ul {
    margin: 0;
    padding: 0;
}
#left-div-box-div li {
    list-style: none inside none;
}
#left-div-box-div a {
  margin-bottom: 5px;
  color:#FFFFFF;
  display: block;
  float: left;
  font-family: arial;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: none;
  width: 100%;
  border-style: solid;
	border-top-color: #F9F9F9;
	border-bottom-color: #DFDFDF;
  box-sizing: border-box;
    
}
.white{
color:#fff !important;
}
#left-div-box-div span {
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}
#left-div-box-div a:hover {
  background-color:#ea969f;
}
#left-div-box-div img {
    border: 0 none;
    float: left;
    margin-left: 10px;
}
#left-div-box-div .parent {
    background: url("../images/down.png") no-repeat scroll 210px center transparent;
}
#left-div-box-div h2
{
  background: url("../images/h2.png") repeat scroll 0 0 transparent;
  font-family: arial;
  font-size: 15px;
  height: 32px;
  margin: 5px 0 0 -13px;
  padding: 14px 0 0 20px;
  width: 249px;
	color:#0b81cd;
}

.left_items_header_div 
{   
  border-bottom-color: #DFDFDF;
  border-style: solid;
  border-top-color: #F9F9F9;
  height:35px;
  width: 100%;
  float:left;
  margin-bottom: 5px;
}
.left_items_header_div:hover {
background-color: #ea7c88;
}

.left_items_header_div span
{
	font-size: 14px;
	position: relative;
}

.left_items_header_div img
{
	margin-top: 1px;
}
.left_items_subheader_div a.div_second_selected{
  background: #1b4e69 !important;
}
.left_items_subheader_div
{
	display:none;
	float:left;
  line-height:18px;	
  margin-bottom: 5px;
	font-size: 12px;
	cursor: pointer;
	border-left:0px;
	border-right:1px;
	border-top:1px;
	border-bottom:1px;
	border-top-color: #F9F9F9;
	border-bottom-color: #DFDFDF;
  border-right-color: #CCCCCC;
	width:100%;
  box-sizing: border-box;
  background:rgb(54, 150, 199);
}
.left_items_subheader_div a
{ 
   color: #a81525;
   cursor: pointer;
   padding:3px;
   float: left;
}

.left_items_subheader_div a:hover
{ 
	
	background-color:#38acd3;
  background-position: right top;
  background-repeat: repeat-y;
  width:100%;
  box-sizing: border-box;
}
.div_second_selected
{
	background-color:#da1c30 !important;
  background-position: right top;
  background-repeat: repeat-y;
  width:100%;
}

#right-div {
   float: left;
    margin-top: 0px;
    width: 76.66%;
    border-left: 5px solid #ffffff;/*#9bc7de*/
    min-height: 565px;
}


#footer
{
  background: -moz-linear-gradient(left, #77aecb, #021833);
  background: -webkit-gradient(linear, left center, right center, from(#77aecb), to(#021833));
  color: white;
  float: left;
	font-family:Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 8px;
  text-indent: 12px;
  width: 100%;
	text-align:center;
  border-top: 5px solid #03234e;
  margin-top: 23px;
}

#outer_div
{
    margin-left: auto;
    margin-right: auto;
    
}
#content-div
{
    background: #ffffff;
    min-height: 500px;
    width: 99%;
    display: inline-block;
    box-sizing: border-box;
  }

.heading_td
{
	background: -moz-linear-gradient(left, #78bbe6, #FFFFFF);
	background: -webkit-gradient(linear, left center, right center, from(#78bbe6), to(#FFFFFF));
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 20px;
	height: 45px;
	line-height: 28px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
}

#header {
	height: 150px;
    width: 100%;
	background-color:#f5f5f5;
	}

#header_insider
{
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#top_menus
{
    color: white;
    position: absolute;
    right: 5px;
    top: 35px;
	width:55%;
}
#top_menus a
{
    color: white;
    font-family: arial;
    font-size: 12px;
	text-decoration:none;
}
#top_menus a:hover
{
	text-decoration:underline;
}
#logo
{
    border-radius: 10px 10px 10px 10px;
    padding: 8px;
    position: absolute;
	top:7px;
}
.left {
	float:left;
}

.right {
	float:right;
}
.left_items_header_img {
    position: relative;
    /* left: 200px; */
    right: 8px;
    float: right !important;
    cursor: pointer;
}

.left_items_header_links
{
	border: 0;
	vertical-align: middle;
	padding-right: 8px;

}

.margin-left-8{
margin-left:8px !important;
}

.error-h5{
color:#990000;
padding-left: 10px;
background: #f7dbdc;
margin-bottom: 10px;
height: 30px;
padding-top: 10px;
font-size:14px;
line-height:23px;


}

.success-h5{
color:#339900;
padding-left: 10px;
background: #daf2ce;
margin-bottom: 10px;
height: 30px;
padding-top: 10px;
font-size:14px;
line-height:23px;
}

.selectboxit-option-last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.selectboxit-option, .selectboxit-optgroup-header{width: 280px !important;}
#form-content .selectboxit-container .selectboxit{
  width: 282px !important;
  margin-top: 1rem !important;
}
.selectboxit-container .selectboxit{
  width:220px !important;
} 



.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #888 !important;
}

.sub_heading
{
	background: -moz-linear-gradient(left, #3086b3, #7bb0cd);
	background: -webkit-gradient(linear, left center, right center, from(#3086b3), to(#7bb0cd));
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 20px;
	height: 35px;
	line-height: 28px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
  color: #ffffff;
}

.popUpBox { background:#fff; padding:10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:fixed; z-index:1001; display: none; left:50%;top:50%; border:1px solid #fff; overflow-y:auto; width:0; height:0; box-shadow:0 0 4px 2px #555; -moz-box-shadow:0 0 4px 2px #555; -webkit-box-shadow:0 0 4px 2px #555;}
.blackShadow { background:url(../images/dark.png) repeat 0 0; position:fixed; left:0; top:0; width:100%; height:100%; z-index:1000; display:none}
.popUpBoxDetails { display:none}
.closeButton {  background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 6px 9px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;}

.manage_div{
	width:99.99%;
	float:left;
	/*border:1px solid #023e52;*/
	color:#f2f2f2;
}
.manage_div_header{
	float:left;
	text-align:center;
	height:30px;
	padding-top:10px;
	border-bottom:0px solid #0e495d;
	background:#3287b4;
	color:#fff;
}
.manage_div_empty_div{
	width:96.9%;
	float:left;
	height:30px;
	padding-top:10px;
	padding-left:20px;
	background:#FFFFFF;
	border-bottom:1px solid #ccc;
	color:#666;
	}
 	
.manage_div_items_active1{
	float:left;
	text-align:center;
	height:30px;
	padding-top:10px;
	border-bottom: 1px solid #3287b4;
  background: #effdff;
  color: #176a96;
	overflow:hidden;
}
.manage_div_items_active1 a{
	color:#ffffff;
	text-decoration:none;
}
.manage_div_items_active1 a:hover {
	color:#161d1f;
	text-decoration:none;
}
.manage_div_items_active2{
	float:left;
	text-align:center;
	height:30px;
	padding-top:10px;
	border-bottom: 1px solid #3287b4;
  background: #daeef7;
  color: #135f88;
	overflow:hidden;
}

.manage_div_items_active2 a{
	color:#ffffff;
	text-decoration:none;
}
.manage_div_items_active2 a:hover {
	color:#434040;
	text-decoration:underline;
}
.manage_div_items_active3{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:rgb(247, 226, 216);
  color:#666666;
  overflow:hidden;
}
.manage_div_items_active3 a{
  color:#666666;
  text-decoration:none;
}
.manage_div_items_active3 a:hover {
  color:#666666;
  text-decoration:underline;
}
.manage_div_items_active4{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#f5f0cf;
  color:#666666;
  overflow:hidden;
}
.manage_div_items_active4 a{
  color:#666666;
  text-decoration:none;
}
.manage_div_items_active4 a:hover {
  color:#666666;
  text-decoration:underline;
}

.cinitiator{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#FFFFFF;
  color:#666666;
  overflow:hidden;
}
.cinitiator a{
  color:#666666;
  text-decoration:none;
}
.cinitiator a:hover {
  color:#161d1f;
  text-decoration:none;
}

.cawaiting{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#f0f0f0;
  color:#666666;
  overflow:hidden;
}
.cawaiting a{
  color:#666666;
  text-decoration:none;
}
.cawaiting a:hover {
  color:#161d1f;
  text-decoration:none;
}

.capproved{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#e6ffff;
  color:#3387b4;
  overflow:hidden;
}
.capproved a{
  color:#3387b4;
  text-decoration:none;
}
.capproved a:hover {
  color:#161d1f;
  text-decoration:none;
}

.cpayment{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#d7d4a7;
  color:#8d883f;
  overflow:hidden;
}
.cpayment a{
  color:#8d883f;
  text-decoration:none;
}
.cpayment a:hover {
  color:#161d1f;
  text-decoration:none;
}

.cexpired{
  float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom:1px solid #CCCCCC;
  background:#f3eba5;
  color:#877c12;
  overflow:hidden;
}
.cexpired a{
  color:#877c12;
  text-decoration:none;
}
.cexpired a:hover {
  color:#161d1f;
  text-decoration:none;
}



.manage_div_items_inactive{
float:left;
  text-align:center;
  height:30px;
  padding-top:10px;
  border-bottom: 1px solid #3387b4;
  background: #8ebdc4;
  color: #594f4f;
  overflow:hidden;
}
.manage_div_items_inactive a{
  color:#903b3f;
  text-decoration:none;
}
.manage_div_items_inactive a:hover {
  color:#903b3f;
  text-decoration:underline;
}

.banner_preview_div{
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #ccc;
	background: #fff !important;
	padding: 15px !important;
}

.myaccount_contents_success_div{
	border: 0px solid #4af83d !important;
	height: 25px !important;
	padding-top: 10px !important;
	padding-left: 42px !important;
	color:#326f2d  !important;	
	font-size:14px;
  margin-bottom: 10px;
}

.myaccount_contents_error_div{
	border: 0px solid #f6d560 !important;
	height: 28px !important;
	padding-top: 10px !important;
	padding-left: 42px !important;
	color:#dc6100 !important;
	font-size:14px;
  margin-bottom: 10px;
}

.file_individual_div{
	border:1px solid #999;
	padding:5px;
	float:left;
	width:150px;
	height:130px;
	margin:0px 12px 12px 0px;
}
.file_delete_div{
	width:100%;
	float:left;
	text-align:right;
}
.file_img_div{
	width:100%;
	float:left;
	margin:7px 0px 0px 15px;
}
.file_name_div{
	width:85%;
	float:left;
	margin:5px 0px 10px 10px;
	overflow:hidden;
	color:#4895D0;
}
.remove_field{
	float: left;
    margin-left: 10px;
    margin-top: -105px;
	margin-bottom:10px;
	float:right;
	padding-right:3px;
}

.headlink{
	color: #FFFFFF;
	background-color: #cccccc;
	height: 25px;
	float: left;
	width: 55px;
	font-size: 14px !important;
	padding-top: 10px;
	text-align: center;
	border-radius: 5px;
	text-decoration:none !important;
	margin-right:15px;
	cursor:pointer;
}

.menu-over:hover{
	background:#ff7300;
	 box-shadow: 5px 6px 14px #888888;
}

.survey_crumb_div{
	float: right;
    height: 25px;
    margin-top: 10px;
    padding-right: 89px;
    padding-top: 10px;
    text-align: right;
    width: 55% !important;
    color: #0b81cd;
}

.survey_crumb_div1{
	/*background: none repeat scroll 0 0 #ccc;*/
    float: left;
    text-align: left;
    padding-left: 18px;
    width: 17% !important;
	color:#0b81cd;
	height: 50px;
    margin-top: 5px;
    padding-top: 15px;
}

.survey_crumb_div2{
	/*background: none repeat scroll 0 0 #ccc;*/
    float: right;
    text-align: left;
    padding-left: 18px;
    width: 50% !important;
	color:#0b81cd;
	height: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
}
/***********OGES PAGING********/
#loading{
	width: 100%;
	float:left;
	position: relative;
}
 #oges_paging_div{
	font-family:  Helvetica, Arial, sans-serif !important;
	font-size:14px !important;
	width:100% !important;
	float:left !important;
 }
#oges_paging_div .oges_paging ul li.inactive,
#oges_paging_div .oges_paging ul li.inactive:hover{
	background-color:#fff !important;
	color:#176a96 !important;
	border:1px solid #176a96 !important;
	cursor: default !important;
	font-weight:normal !important;
}
.width-50{
width:50px !important;
}
.width-65{
width:65px !important;
}
 #oges_paging_div .oges_paging ul li.selected{
	background-color:#176a96  !important;
	color:#fff 	!important;
	border:1px solid #0e495d  !important;
	cursor: default !important;
}

.selected
{
  background:#ff7300;
   box-shadow: 5px 6px 14px #888888;
}

#oges_paging_div .data ul li{
	list-style: none !important;
	font-family: verdana !important;
	margin: 5px 0 5px 0 !important;
	color: #000 !important;
	font-size: 13px !important;
}

#oges_paging_div .oges_paging{
	width: 100% !important;
	float:left !important;
	height: 38px !important;
	margin-top: 0px!important;
  padding-left: 10px;
}
#oges_paging_div .oges_paging ul{
margin:0px !important;
}
#oges_paging_div .oges_paging ul li{
	list-style: none !important;
	float: left !important;
	border: 1px solid #176a96  !important;
	padding-top: 2px !important;
	margin: 0 3px 0 3px !important;
	font-family: arial !important;
	font-size: 14px !important;
	color: #176a96  !important;
	font-weight: normal !important;
	background-color: #fff !important;
	width:25px;
	height:25px !important;
	text-align:center !important;
}
#oges_paging_div .oges_paging ul li:hover{
	color: #176a96 !important;
	background-color: #176a96 !important;
	cursor: pointer !important;
}
.mtop-m-2{
margin-top: -2px !important;
}
.go_button
{
	background-color: #fff !important;
	border: 1px solid #161d1f !important;
	color: #161d1f !important;
	padding-top: 2px !important;
	cursor: pointer !important;
	position: absolute !important;
	margin-left: 10px !important;
	height: 25px !important;
	width: 95px !important;
	text-align:center !important;
}
.total
{
	float:right !important;
	font-family:arial !important;
	color:#999 !important;
}
.goto{
	background-color:#fff !important;
	color:#176a96 !important;
	cursor: default !important;
	font-size:13px !important;
	font-weight:normal !important;
	border: 1px solid #176a96 !important;
	margin: 0px 3px 0px 5px !important;
	outline:none !important;
	width:60px !important;
	height:25px !important;
	text-align:center !important;
}
		
.go_btn{
	background-color:#fff !important;
	color:#161d1f !important;
	cursor: default !important;
	font-weight:bold !important;
	border: 1px solid #161d1f !important;
	padding-top: 2px !important;
	margin: 0 3px 0 10px !important;
	outline:none !important;
	width:30px !important;
	height:28px !important;
	text-align:center !important;
	cursor:pointer !important;
}
.form-content1{
float:left !important;
width:50% !important;
}
.form-content2{
float:left !important;
width:50% !important;
}
			
/**********OGES PAGING****************/

.item_div1{
float:left !important;
width:50% !important;
}
.item_div2{
float:left !important;
width:50% !important;
} 
.width-150{
width:120px !important;
}
.width-80{
width:80px !important;
}
.width-100{
width:100px !important;
}
.width-120{
width:120px !important;
}
.width-130{
width:130px !important;
}


.chose_file{
	padding-top: 12px !important;
	padding-left: 10px !important;
	height: 30px;
	width: 263px;
}
.mob_menu{
	display:none;
	width:100%;
	background-color:#61a6ce;
	margin:10px 0;
	padding:5px;
	box-sizing: border-box;
}
.mob_menu a{
	font-size:14px;
	font-weight:600;
	color:#fff;
}
@media only screen and (max-width: 900px) {
	
#right-div {
    width:71%;
}

}
@media only screen and (max-width:800px) { 

}
 
 @media only screen and (max-width: 700px) {
.mob_menu{
	display:block;
}
#right-div {
    width: 98%;
    display: block;
    margin: 0 auto;
    float: none;
}
#left-div {
    width: 98%;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
    float: none;

}
}
@media only screen and (max-width: 500px) {
.selectboxit-container .selectboxit {
    width: 160px !important;
}
#register-form1 .fieldgroup input{
	width:88%;
}
}
@media only screen and (max-width:440px) {

}
@media only screen and (max-width: 380px) {
.selectboxit-container .selectboxit {
    width: 110px !important;
}
}	 


.slct_all_18{
width:18%;float:left;padding:0px;text-align:left;padding-left:5px;color: #3387b4;
}
.slct_all_btns{
      width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}

.four-grids{
    width: 100%;float: left;
  }
  .four-grid{
     width: 22%;
     float: left;
     margin-left: 3%;
     margin-bottom: 10px;
  }

  .four-agileits {
    background: #ffffff;
    text-align: center;
    padding: 2em 0;
   box-shadow: 0 2px 7px 0 rgb(234 150 159), 0 1px 2px 0 rgb(234 150 159);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
   
}

.four-agileinfo {
    background: #b70503;
    padding: 2em 0;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.four-w3ls {
    background: #a2d200;
    padding: 2em 0;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.four-wthree {
    background: #8e44ad;
    padding: 2em 0;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.four-grid h3 {
   font-size: 20px;
    color:#e6283e;
    margin: 0;
    text-align: center;
    font-family: -webkit-pictograph;
    font-weight: bold;
}
.four-grids h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.four-grids h4 span{
  background: #ffffff;
    color: #e2001a;
    border-radius: 50%;
    padding: 5px 12px;
    font-family: -webkit-pictograph;
    font-weight: bold;
}


/* Some Additonal Sytling in Manage card printing section */

.post-box-thumbnail{
  width: inherit;
  /* margin-left: auto; */
}
.manage_div_items_inactive{
  padding-bottom: 25px;
}

/* rm margin top from card-printing-side bar */
#left-div-box-div span{
  margin-top: 0px;
}

/* Custom table styling for permissions */

.custom-table{
  width: 100%;
  border-collapse: collapse;
}
.custom-table th{
  background-color: #ea4556;
  color: #fff;
  font-weight: bold;
}
.custom-table td, th{
  border: 1px solid #ea4556;
  text-align: center;
  padding: 8px;
}
.custom-table tr td:nth-child(1){
  text-align: left;
}
.manage_div_header
{
  text-align: center !important;
}
.manage_div_items_active1
{
  text-align: center !important;
}
.manage_div_items_active2
{
  text-align: center !important;
}

.manage_div_items_inactive
{
  text-align: center !important;
}
.post-box-thumbnail {
   
    margin-inline: auto !important;
}