*, :active, :focus {
  outline: 0px none transparent ! important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0pt none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0pt;
  padding: 0pt;
  letter-spacing: 1px;
}

body {
  line-height: 1.5;
  background: #F1F2F2;
  font-size: 12px;
  color: #666666;
  margin: 0pt;
  padding: 0pt;
  font-family: georgia;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

a img {
    border: medium none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


.clear {
    clear: both;
    display: block;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

pre {
  background: none repeat scroll 0% 0% #F0E7D6;
  color: #000000;
  line-height: 20px;
  border: 1px solid #777777;
  padding: 5px;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #4D7BCA;
  text-decoration: none;
}

a:active {
  color: #CCCCCC;
  text-decoration: none;
}

label {
  font-weight: 700;
  font-size:13px;
  line-height: 25px;
  text-shadow: 1px 1px 0px #FFFFFF;
}

h1{
    font-size: 24px;
}

.border {
  border: 5px solid #FFFFFF;
}

h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  color: #616161;
  text-shadow: 1px 1px 0px #FFFFFF;
}

h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}   

#wrapper{
    width: 100%;
    padding-bottom: 65px;
}

#top_bar{
   background: none repeat scroll 0 0 #882124;
border-bottom: 1px solid #444444;
color: #FFFFFF;
min-height: 60px;
width: 100%;
z-index: 1;
}

#top_bar .logo{
    float: left;
	padding: 10px 0 0 20px;
	z-index: 1;
}
.logo img {
  margin: 3px 0 0;
  position: absolute;
}
#top_bar .account {
   background: none repeat scroll 0 0 #3E2424;
border-radius: 5px 5px 0 0;
float: right;
margin: 15px 30px 0 0;
padding: 9px 15px 6px;
}

#top_bar .account .detail{
    border-right: 1px solid #666666;
    float: left;
    padding-right: 10px;
    color: #666666;
}

#top_bar .account .detail a strong{
    color: #fff;
    
}

#top_bar .account .icon {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 0 0 10px;
}


#top_bar .account .icon li {
    display: block;
    float: left;
    margin-right: 5px;
}

img.middle {
    margin-right: 5px;
    vertical-align: middle;
}

#footer{
    background: #882124;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    font-size: 11px;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}

#menu_wrapper {
background: url("../images/bg_menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
width: 100%;
}

#menu_wrapper ul.nav{
   margin-left: 165px;
}

#menu_wrapper ul.nav li {
    
  display: inline-block;
  margin: 0 20px;

}

#menu_wrapper ul.nav li a {    
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    text-shadow: -1px -1px 0 #000000;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}

#menu_wrapper ul.nav li:hover a {    
    color: #999999;
    text-decoration: none;
    color: #fff;
	background:none;
}

#content_wrapper {
    margin-left: 30px;
	
	min-height: 400px;
	min-width: 500px;
}

.onecolumn {
    background: url("../images/white_tx.gif") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 5px #AAAAAA;
    margin-right: 30px;
    margin-top: -2px;
	overflow:auto;
}

.onecolumn .header, .twocolumn .header {
    background: url("../images/box_heading_tx.gif") repeat scroll 0 0 #F1F2F2;
    border-bottom: 1px solid #CCCCCC;
    height: 49px;
    padding: 10px 20px;
}

.onecolumn .header .description, .twocolumn .header .description {
    float: left;
    margin: 7px 0 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.fieldset {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 #ffffff;
  line-height: 22px;
  margin: 10px;
  padding: 10px;
  width: 100%;
}
.fieldset legend {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #ffffff;
}

.test_txtbox {
  width: 414px !important;
}
.description span {
  font-weight: normal;
}

.save_custom_butto {
  background: rgba(0, 0, 0, 0) url("../images/bg_button_dark.png") no-repeat scroll center center;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  margin-top: 0;
  text-transform: uppercase;
  width: 120px;
}


.onecolumn .header h2 {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
}

.onecolumn .content, .twocolumn .content {
    margin: 20px;
	
}

input[type="text"], input[type="password"], select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  padding: 6px 5px;
}

input[type="button"] {
  cursor: pointer;
}

input.search {
  background: none repeat scroll 0% 0% transparent;
  border: 0pt none;
  width: 180px;
  color: #FFFFFF;
}

textarea {
  background: none repeat scroll 0% 0% #FFFFFF;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  margin: 0pt;
  padding: 3px 5px;
  letter-spacing: 1px;
  border-right: 1px solid #CCCCCC ! important;
  border-bottom: 1px solid #CCCCCC ! important;
  border-left: 1px solid #CCCCCC ! important;
  -moz-border-top-colors: none ! important;
  -moz-border-right-colors: none ! important;
  -moz-border-bottom-colors: none ! important;
  -moz-border-left-colors: none ! important;
  -moz-border-image: none ! important;
  border-top: 1px solid #AAAAAA;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
  border: 1px solid #999999;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  background-color: #FFF5D3;
}

input.blur[type="text"], input.blur[type="password"], textarea.blur {
  color: #999999;
  font-weight: 400;
  font-style: italic;
  box-shadow: 1px 1px 0px #F0F1EE;
}

input.search:hover, input.search:focus {
  border: 0pt none;
  background: none repeat scroll 0% 0% transparent;
}

input.button_dark {
  width: 120px;
  height: 30px;
  background: url("../images/bg_button_dark.png") no-repeat scroll center center transparent;
  border: 0pt none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

input.button_dark:hover {
  background: url("../images/bg_button_dark_hover.png") no-repeat scroll center center transparent;
}

input.button_dark:active {
  color: #999999;
  background: url("../images/bg_button_dark_active.png") no-repeat scroll center center transparent;
}

input.button_light {
  width: 122px;
  height: 32px;
  background: url("../images/bg_button_light.png") no-repeat scroll center center transparent;
  border: 0pt none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
}

input.button_light:hover {
  background: url("../images/bg_button_light_hover.png") no-repeat scroll center center transparent;
}

input.button_light:active {
  color: #999999;
  background: url("../images/bg_button_light_active.png") no-repeat scroll center center transparent;
}

select {
  width: 90%;
  cursor: pointer;
}

.file {
  background: url("../images/bg_file.png") no-repeat scroll left center transparent;
  width: 238px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

.file input[type="file"] {
  background: none repeat scroll 0% 0% transparent;
  border: 0pt none;
  position: relative;
  opacity: 0;
  cursor: pointer;
  width: 250px;
}

.date {
  background: url("../images/bg_date.png") no-repeat scroll left center transparent;
  width: 169px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

.date input {
  background: none repeat scroll 0% 0% transparent;
  border: 0pt none;
  width: 169px;
  position: relative;
  top: -3px;
  opacity: 0;
}

.alert_error {
    background: none repeat scroll 0 0 #FFCECE;
    border: 1px solid #DF8F8F;
    color: #E3302C;
    margin: 10px 30px 10px 10px;
    text-shadow: 1px 1px 0 #FFEDED;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p {
    margin: 15px;
}

.second_level_tab {
    display: block;
    float: right;
    list-style: none outside none;
}


.second_level_tab li {
    display: block;
    float: left;
    margin-left: 5px;
}

.second_level_tab li a {
    background: url("../images/bg_2nd_tab.png") no-repeat scroll center center transparent;
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 28px;
    margin-top: 1px;
    padding-top: 6px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 102px;
	cursor:pointer;
}

.second_level_tab li a.active {
    background: url("../images/bg_2nd_tab_active.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    text-shadow: -1px -1px 0 #000000;
    text-transform: uppercase;
    width: 100px;
}


.second_level_tab_02 {
  display: block;
  float: right;
  list-style: outside none none;
  margin-right: 10px;
  margin-top: 10px;
}

.second_level_tab_02 li {
    display: block;
    float: left;
    margin-left: 5px;
}

.second_level_tab_02 li a {
    background: url("../images/bg_2nd_tab.png") no-repeat scroll center center transparent;
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 28px;
    margin-top: 1px;
    padding-top: 6px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 102px;
}

.second_level_tab_02 li a.active {
    background: url("../images/bg_2nd_tab_active.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    text-shadow: -1px -1px 0 #000000;
    text-transform: uppercase;
    width: 100px;
}
.nav.nav-tabs {
  margin: auto;
  width: 98%;
}
.tab-content {
  margin: auto;
  width: 100%;
}
.rsat_grid_txt {
  float: left;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 39px;
}

.rrsat_grid_txt {
  float: left;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 48px;
}

.range_rsat_grid_txt {
  float: left;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 92px;
}

.sec_category_block_title {
  background: #ccc none repeat scroll 0 0;
  float: left;
  margin: 1px 0;
  min-width: 200px;
  padding: 10px;
}
.sec_category_block_sel {
  float: left;
  margin: 5px;
  width: 200px;
}
.selCatCustom {
  width: 395px;
}
.selCatCustomMcq {
  width: 695px;
}

table.global tr td {
  color: #666666;
  vertical-align: top;
}
.scale_block {
  border: 0 solid;
  height: 35px;
  width: 100%;
}

.scale_table td {
  border: 1px solid;
  padding: 10px !important;
}
 .account_search_btn{
background: transparent url("../images/bg_2nd_tab.png") no-repeat scroll center center;
border: medium none;
color: #000000;
display: inline-block;
font-size: 11px;
font-weight: 700;
height: 37px;
margin-left: 10px;
margin-top: -4px;
padding-top: 2px;
text-align: center;
text-shadow: 1px 1px 0 #ffffff;
text-transform: uppercase;
width: 102px;
    }
table.global tr {
    background: none repeat scroll 0 0 #FFFFFF;
}

table.global tr th, table.global tr td {
    padding: 7px 13px;
}
th.sortable_th input{
    background: none;
    border: none;
    color: #808080;
    font-family: georgia;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
table.global tr th {
    background: none repeat scroll 0 0 #EBEBEB;
    font-weight: 700;
    text-align: left;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.onecolumn .content.nomargin, .twocolumn .content.nomargin {
    margin: 0;
}

table.global .chec {
    vertical-align: top;
}

table.global tr td {
    color: #666666;
	
}

.scale_block > input {
  width: 115px;
}

.range_grid_ans_title {
  float: left;
  padding-top: 6px;
}

.grid_ans_title {
  float: left;
  min-width: 75px;
  padding-top: 6px;
}

table.global.keys_list tr td {
    color: #666666;
	text-align:left;
}

.rowList td {
    border-bottom: 1px solid #C2C2C2;
}

.pagination {
    background: url("../images/box_heading_tx.gif") repeat scroll 0 0 #F1F2F2;
    text-align: left;
}

.pagination > span.current {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #616161;
    font-size: 22px;
    padding: 0 10px;
    text-shadow: 1px 1px 0 #FBE8E6;
}

.pagination > span {
    color: #616161;
    display: block;
    float: left;
    font-size: 22px;
    margin: 0 2px;
    text-shadow: -1px -1px 0 #FFFFFF;
}

.pagination > span a {
    color: #616161;
    font-size: 22px;
}

.pagination a {
    color: #616161;
    font-size: 22px;
    padding: 0 10px;
}

.twocolumn_wrapper {
    float: left;
    width: 49%;
}
.fourcolumn_wrapper {
  float: left;
  width: 20%;
}
.fourcolumn_wrapper.billing_box {
    width: 32%;
}
.msg_fourcolumn_wrapper{
 float: left;
  width: 46%;
}

.msg_remove_btn{
 border:none;
 background:none;
 cursor:pointer;
}

.twocolumn_wrapper.right {
    float: right;
    margin-right: 1%;
}

.twocolumn_wrapper .twocolumn_wrapper {
    width: 33%;
}

.fieldset {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 #ffffff;
  margin: 10px;
  padding: 10px;
  width: 98.5%;
}

.fieldset legend {
    color: #333333;
    font-weight: 600;
    padding: 2px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.fieldset3 legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: none;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: inherit;
  padding: 0;
  margin:0;
  width:auto;
  border-style:none;
  
}

.custom_fieldset legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: none;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: inherit;
  padding: 0;
  margin:0;
  width:auto;
  border-style:none;
  
}

.fieldset.custom_fieldset.key_admin_block {
  width: 62%;
}

.key_thumbnail_block {
  float: left;
  margin-right: 11px;
}
.key_detail_block {
  float: left;
}
.key_edit_block {
  float: right;
  margin-top: -12px;
}

.nav.nav-tabs.key_top_tab {
  background: #882124 none repeat scroll 0 0;
  color: #fff;
  width: 100%;
}

.key_top_tab .active > a {
  background: #fff none repeat scroll 0 0;
  border: medium none !important;
  color: #000 !important;
  font-weight: bold;
  padding: 11px;
  text-decoration: underline;
}
.nav.nav-tabs.key_top_tab > li {
  margin-right: -14px;
  min-width: 153px;
  padding: 9px;
  text-align: center;
}
.nav.nav-tabs.key_top_tab a {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
}

.nav.nav-tabs.key_sub_tab {
  background: #e9e9e9 none repeat scroll 0 0;
  border-bottom: 4px solid #882124;
  color: #fff;
  width: 100%;
}
.nav-tabs.key_sub_tab > li.active > a, .nav-tabs.key_sub_tab > li.active > a:focus, .nav-tabs.key_sub_tab > li.active > a:hover {
  border-color:  none !important;
  border-image: none;
  border: none !important;
  color: #555;
  cursor: default;
  background: none !important;
}
.key_sub_tab .active > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none !important;
  color: #000 !important;
  font-weight: bold;
  padding: 11px;
  text-decoration: underline;
}
.nav.nav-tabs.key_sub_tab > li {
  margin-right: -14px;
  min-width: 153px;
  padding: 9px;
  text-align: center;
}
.nav.nav-tabs.key_sub_tab a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #000;
}

.key_save_block {
  float: right !important;
}
.key_save_custom_butto {
  background: transparent url("../images/bg_2nd_tab.png") no-repeat scroll center center;
  border: medium none;
  color: #000000;
  display: block;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  margin-left: 17px;
  margin-top: 7px;
  padding-top: 1px;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff;
  text-transform: uppercase;
  width: 102px;
}

.option {
    background: url("../images/bg_option.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 30px;
    width: 169px;
}

.option .text {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 35px 0 0;
    padding: 5px;
}

.option select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    opacity: 0;
    position: relative;
    top: -28px;
    width: 215px;
}

.no-item-msg{
    text-align: center;
    padding: 15px 0;
}

.system-message {
  margin: auto;
  width: 98%;
}
.alert_warning > p {
  background: red none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
}


.alert_info > p {
  background: green none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
}


.fieldset3 {
  border: 1px solid !important;
  margin: 10px 0 !important;
  width: 30%;
}

.add_answer_key {
  margin-top: 19px;
}

.add_answer_key_2 {
  border: 1px solid #ccc;
  float: left;
  margin-left: 20px;
  padding: 21px;
  width: 25%;
}
.add_answer_key_or {
  float: left;
  margin-left: 28px;
  width: 3%;
}
.add_answer_key_3 {
  border: 1px solid #ccc;
  float: left;
  margin-left: 27px;
  width: 53%;
  padding: 21px;
}
.manualy_table {
  border-radius: 5px;
  margin-left: 25px;
  margin-top: -23px;
}
.add_answer_key_2 h5 {
  color: #666666;
  font-size: 17px;
  padding-top: 3px;
}

#active{
color:blanchedalmond!important;
}
.company_name{
color: #F5F5DC;
font-size: medium;
font-style: normal;
margin: 17px 0 0 153px;
text-transform: uppercase;
}
#set_dropdown_values{
	background:#ccc;
	color:#000;
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-left:20px;
	
}
.section_detail_td{
	border:1px solid #ccc;
}

.sectiom_detail_input_seq{

  border: medium none!important;
  color: #666666;
  text-align: center;


}

.billing_box .twocolumn_wrapper {
  width: 48%;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #882124;
  border-color: #882124;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #882124;
  float: left;
  font-size: 16px;
  line-height: 1.42857;
  margin-left: 0;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #882124;
  z-index: 2;
}
.dataTables_info {
  float: left;
  padding-left: 10px;
}
.dataTables_paginate.paging_simple_numbers {
  float: right;
  margin-right: 7px !important;
}
.dataTables_filter {
  display: none;
}
.search_form {
  border: 0 solid;
  float: left;
  height: 30px;
  margin-left: 112px;
  width: 466px;
}
.student_search_box .search_txtbox {
  width: 84% !important;
}
.header.account {
  height: auto;
}
.account .second_level_tab a {
  height: 28px;
}
table.dataTable {
  border-collapse: separate !important;
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 0 !important;
  max-width: none !important;
}

/*-resp.-*/

.form_outer{
 padding:15px;
}



.credit_block{
  display:none;
}

.credit_button_dark {
  background: #343d52 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 18px;
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  margin-left: 13px;
  padding: 0 18px;
  text-transform: uppercase;
}

.new_inline {
  display: inline-block;
  vertical-align: middle;
  width: 92% !important;
}

.user_setting_block{
  margin-left:10px;
}

.lsat_section_type{
	margin-left:30px;
}

.custom_opt_bold{
	font-weight:bold;
}

.frontactive{
color:blanchedalmond!important;
}

.search_form02 {
  border: 0 solid;
  height: 30px;
  width: 100%;
  margin:0 0 20px 0;
}
.student_search_box .search_txtbox02 {
  width: 28%;
  margin-left:10px;
}

.front_menu_wrapper {
background: url("../images/bg_menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
width: 100%;
}

.front_menu_wrapper ul.nav{
   margin-left: 16px;
}

.front_menu_wrapper ul.nav li:first-child {

	background:none;
}

.front_menu_wrapper ul.nav li {
    
  display: inline-block;
  padding:0; 
  margin:0 0px;
  background:url("../images/imagesMenu.jpg") no-repeat left 12px;

}

.front_menu_wrapper ul.nav li a {    
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-align: center;
    text-shadow: -1px -1px 0 #000000;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
	padding:10px 15px; 
	font-size:13px;
}

.front_menu_wrapper ul.nav li:hover a {    
    color: #999999;
    text-decoration: none;
    color: #fff;
	background:none;
}

.company_name02{
color: #F5F5DC;
font-size: medium;
font-style: normal;
margin:10px 0 0 11px;
text-transform: uppercase;
}


.approve_reject_btn a {
    color: #000;
    background: #fff;
    border: solid 2px #882124;
    padding: 7px 16px;
    margin-right: 5px;
    margin-left: 13px;
	text-decoration:none;
}

.approve_reject_btn a:hover {
    color: #fff;
    background: #000;
	text-decoration:none;
	text-shadow:none;
}

.navbar-inverse {
    display:none;
}

.special_pricing_block {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 10px 0;
}

.special_pricing_block h3 {
    font-size: 15px;
    padding-bottom: 10px;
}

.special_pricing_block label {
    padding-right: 8px;
    padding-bottom: 14px;
}

.special_pricing_block input[type="text"] {
    width: 63px;
}


@media all and (min-width: 320px) and (max-width: 640px) {
#top_bar {
	margin-top: 50px;
}
#top_bar .account {
  background: none repeat scroll 0 0 #3E2424;
  border-radius: 5px 5px 0 0;
  float: right;
  margin: 26px 30px 9px 19px;
  padding: 9px 15px 6px;
  display:none;
}
#menu_wrapper {
	display:none;
}
#menu_wrapper ul.nav {
  margin-left:0px;
}

#menu_wrapper ul.nav li {
  display: inline-block;
  margin: 0 6px;
}

#content_wrapper {
  margin-left: 0px;
  min-height: 400px;
  min-width: 0px !important;
  width:95%;
  margin:auto;
}
.onecolumn {
  background: url("../images/white_tx.gif") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 5px #AAAAAA;
  margin-right: 0px;
  margin-top: -21px;
}

.onecolumn .header, .twocolumn .header {
  background: url("../images/box_heading_tx.gif") repeat scroll 0 0 #F1F2F2;
  border-bottom: 1px solid #CCCCCC;
  min-height: 75px;
  padding: 10px 10px;
  height:auto;
}

.onecolumn .header .description, .twocolumn .header .description {
    width: 100% !important;
}

.actionToolbar {
    width: 100%;
    margin: 18px 0 0 2px;
}

.approve_reject_btn {
    margin: 17px -13px;
}

.twocolumn_wrapper {
   width: 96% !important;
}

.fourcolumn_wrapper {
    float: left;
    width: 96%;
}
.fieldset legend {
    width: auto;
    border-bottom: none;
}



.company_name02 {
    color: #F5F5DC;
    font-size: 12px;
    font-style: normal;
    margin: 1px 0 0 2px;
    text-transform: uppercase;
    line-height: 20px;
}

.front_menu_wrapper ul.nav {
    margin-left: 7px;
}

.front_menu_wrapper {
    background: url(../images/bg_menu02.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    height: 80px;
}

.front_menu_wrapper ul.nav li:nth-child(6) {

	background:none;
}

.search_form02 {
    border: 0 solid;
    height: 30px;
    width: 96%;
    margin: 0 0 20px 7px;
}
.student_search_box .search_txtbox02 {
    width: 95%;
}

table.dataTable {
    font-size: 12px;
}

.dataTables_info {
    float: none;
    padding-right: 10px;
    font-size: 12px;
    text-align: right !important;
}

.company_name {
    color: #F5F5DC;
    font-size: 12px;
    font-style: normal;
    margin: 16px 0 0 111px;
    text-transform: uppercase;
}

.logo img {
    margin: 3px 0 0;
    position: absolute;
    width: 100px;
}

.navbar-inverse {
	display:block;
    background-color: #372020 !important;
    border-color: #882124 !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.nav>li {
    position: relative;
    display: block;
    border-bottom: solid 1px #442e2e;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.search_form {
    margin-left: 0;
	margin-bottom:12px;
	margin-top:12px;
}

.student_search_box .search_txtbox {
    width: 54% !important;
}

.second_level_tab {
    margin-right: 0px;
	width:100%;
}

.second_level_tab li {
    margin-left: 100px;
}

.mobile .second_level_tab li {
    margin-right: 11px;
	margin-left: 0px;
}


div#studentDataTable_info {
    width: 100%;
    text-align: center !important;
    padding: 10px;
}
div#studentDataTable_paginate {
    width: 100%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    font-size: 12px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    font-size: 12px;
}

}


.iar_btn {
    float: left;
    margin: 5px 5px;
}
.iar_btn a {
    background: #fff;
    padding: 7px;
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

.iar_msg_block p {
    margin: 5px 0 0 20px;
    padding: 0;
    font-size: 12px;
}
