
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    width: 97%;
    margin-left: 15px;
}



.bordered tr:hover {
    background: #f1f1f1;
    transition: all 0.1s ease-in-out; 
    cursor: pointer;
}

.highlight {
    background: #f1f1f1;
    transition: all 0.1s ease-in-out;     
}


.alternate {
    background: #f5f5f5; 
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.bordered td, .bordered th {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 1px 0 1px 9px;
    text-align: left;
}


.bordered thead th {   
   /* background-image: -moz-linear-gradient(center top , #DDDDDD, #2D2D2D);*/
    border-top: medium none;
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #DFDFDF;
    border-top: 1px solid #CBCBCB;
    
    text-transform:uppercase;
    text-align: left;
    font-weight: normal;
/*    width:auto;*/
}
.bordered thead tr.filter th{
    background-color: #EDEDED;
}

/*.bordered td:first-child {
  padding-left: 0;
  text-align: center;
}*/

.bordered th:first-child {
  padding-right: 9px;
  text-align: center;
}

.grid_id .headlable{
    text-align: center;
}

/*.bordered td:first-child, .bordered th:first-child {
    border-left: medium none;
}*/



.bordered {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px #CCCCCC;
    width: 97%;
}


.selectAll
{
    width:3%;
}
.action {
    padding-left: 0 !important;
    text-align: center !important;
    width: 10%;
}

.action > a{
    color: #777;
}

.action > a:hover{
    color: #000;
    /*font-style: italic; */
}
.statusEle {
    padding-left: 0 !important;
    text-align: center !important;
    width: 10%;
}

.searchInput ,.filterStatus
{
    background-color: #fff;
    border: medium none;
    float: left;
    font-size: 10px;
    width: 100%;
     padding: 1px 0;
     margin: 6px 0;
     height: 20px;
}
.headlable {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding-right: 11px;
  position: relative;
  text-align: left;
}

h2.heading {
/*    border-bottom: 1px solid #DDDDDD;*/
    font-size: 20px;
/*    padding-bottom: 13px;*/
/*   padding-left: 15px;*/
/*    margin-top: 7px;*/
}

.button{
  background: #2d373c none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  float:right;
  margin: 0px 2px;
  cursor: pointer;
}


.button:hover
{
    /*background-color: #FFFFFF;*/
}

.add_button,.save_button,.save_edit_button
{
    /*background-image: url("../images/admin/add_new.png");*/
     background-color: #1269ae;
     border: medium none;
     color: rgb(255, 255, 255);
     padding: 8px 9px 9px 9px;
/*     margin-right: 21px;*/
     cursor:pointer;
     
}

.delete_button
{
/*    background-image: url("../images/admin/delete.png");
    background-color: #BBBBBB;*/
     background-color: rgb(20, 178, 91);
     border: medium none;
     color: rgb(255, 255, 255);
     padding: 5px 10px 3px;
}



.filter th
{
    padding: 0px;
}

.actionstable {
    float: left;
    font-size: 13px;
    margin:14px;
    padding-top: 48px;
}

.pager{
    text-align: left;
}

.input-text.page {
    border: 1px solid #999999;
    width: 30px;
    font-size: 10px;
    padding: 2px;
}
img.arrow{vertical-align: middle;}
.pager select {
    border: 1px solid #999999;
    width: 45px;
    font-size: 10px;
    height: 20px;
}

.search , .reset_filter , .submit ,.back_button
{
    /*padding: 0 6px;*/
    background-color: #2E373C;
     border: medium none;
     color: rgb(255, 255, 255);
     padding: 5px 10px 3px;
     cursor: pointer;
}

.select_action  , .row_action
{
    border: 1px solid #999999;
    float: right;
    height: 29px;
    margin-left: 10px;
    background-color: #fff;
    padding-right: 3px;
}
.row_action
{
    margin: 0px;
    float: none;
}

.sort_img {
  position: absolute;
  width: 11px;
  margin:4px 0 0 2px;
}

span.disable
{
    color: #999;
}

.grid_id
{
    width: 10%;
}

.filterCover
{
    padding: 0px 9px;
}

.navbar {
    margin-bottom: 0px;
}
.message{
    list-style: none outside none;
    padding: 0;
    margin: 20px 15px 10px;
}

.message li{
    font-size: 0.95em !important;
    font-weight: bold !important;
    margin-bottom: 11px !important;
    min-height: 23px !important;
    padding:17px 8px 17px 32px !important;
    background: url("../images/messages/msg_icon.png") no-repeat scroll 10px 10px #E6ECF0 !important;
    border: 1px solid #C8E2EE !important;
    color: #000000 !important;
}

.success li{
    background: url("../images/messages/success_msg_icon.gif") no-repeat scroll 10px #EFF5EA !important;
    border: 1px solid #95A486 !important;
    color: #3D6611 !important;
}

.error li{
    background: url("../images/messages/error_msg_icon.gif") no-repeat scroll 10px #FAEBE7 !important;
    border: 1px solid #F16048 !important;
    color: #DF280A !important;
}

.warning li{
    background: url("../images/messages/warning_msg_icon.gif") no-repeat scroll 10px #E6E6E6 !important;
    border: 1px solid #666E73 !important;
    color: #000000 !important;
}

.info li{
    background: url("../images/messages/warning_msg_icon.gif") no-repeat scroll 10px #FFF9E9 !important;
    border: 1px solid #EEE2BE !important;
    color: #000000 !important;
}


.navbar-inverse .navbar-nav  li  a {
    color: #999999;
}

ul.navbar-nav  ul 
{
    list-style: none;
    position: absolute;
    padding-left: 0px;
    display: none;
}

ul.navbar-nav li:hover  ul 
{
    display: block;
}

.nav li a {
    display: block;
    padding: 15px 15px;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
}

.navbar-inverse .navbar-nav  li ul li a,.navbar-inverse .navbar-nav  li.active ul li a{
    background:#3B3B3B;
    text-decoration: none;
}

.navbar-inverse .navbar-nav  li ul li a:hover , .navbar-inverse .navbar-nav  li ul li.active a{
    background:#080808;
    color: #FFFFFF;
}

.no-record {
    text-align: center !important;
}

.no-filter
{
    cursor: default;
}


.navbar-fixed-top
{
    top:auto;
}

.navbar-fixed-top, .navbar-fixed-bottom
{
    position: relative;
}

.navbar-header {
  left: 0;
  margin: 0 auto;
  float:none;
}
body {
  padding-bottom: 40px;
  padding-top: 0;
}
.navbar-nav {
  float: left;
  margin: 0 0 0 -8px;
  width: 100%;
}

/*.container {width: 100%;}*/

.root_header
{
        
}

.top_link
{
    float: right;
    margin-top: 42px;
    margin-right: 15px;
}
.welcome_text 
{
    color: #333;
}

.welcome_text:hover
{
    text-decoration: none;
    cursor: pointer;
}

.nav li a
{
    padding: 8px;
}

.navbar
{
    min-height: 35px;
}


.dashboard_block {
    margin: 50px 91px 50px 100px;
}

.dashboard_top_block {
    float: left;
    width: 100%;
}

.dashboard_bottom_block {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.dashboard_right_block , .dashboard_left_block {
  border: 1px solid #CCCCCC;
    float: left;
    margin-right: 12%;
    padding: 70px;
    text-align: center;
    width: 43%;
}

.dashboard_right_block
{
    margin-right: 0px;
}
.dashboardblock tr:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: default;
}

.dashboardblock tr .dashboard_right_block:hover  , .dashboardblock tr .dashboard_left_block:hover{
    background: none repeat scroll 0 0 #F1F1F1;
    cursor: pointer;
    transition: all 0.1s ease-in-out 0s;
}


.single_schema fieldset fieldset {
  border: 0 solid #CCCCCC;
  margin-top: 10px;
  padding: 0;
}


/*--------- container ---------*/
/*.container-left { float:left; width:16%;margin:20px 0 0 0; background:#f8f8f8; min-height:595px;border-right:1px solid #ededed;}
.container-left h3 { float:left; width:100%; margin:0px; padding:10px; height:48px; border-bottom:1px solid #ededed; font-size:24px; color:#2d373c; font-weight:400; line-height:25px;}

.container-left ul {margin:0px;width:100%; float:left;}
.container-left ul li{float:left; width:100%; margin-bottom:1px;}
.container-left ul li:last-child { margin-bottom:0px;}

.container-left ul li a{float:left; width:100%;color:#2d373c;padding:10px;border-left:3px solid #F8F8F8; font-size:16px;font-weight: 400;} 
.container-left ul li a img{float:left;margin-right:8px;}
.container-left ul li a:hover, .container-left ul li a.active_sub{background:#fff; border-left:3px solid #14b45a;transition:none; color:#14b45a;}


.container-right { float:left; width:84%;margin:20px 0 0 0;}

.container-right .head { width:70.6%;}

.container{width:100%; padding: 0; float:left;}

.head { float:left; width:84%; border-bottom:1px solid #ededed; background:#fff; padding:13px 20px; height:48px;  width: 100%;}
.head h2 { float:left; width:auto; margin:0px; font-weight: 400; color:#2d373c; font-size:24px; line-height:24px;}
.head a { float:right; width:auto; background:#14b45a; color:#fff; font-size:16x; padding:5px 15px; font-weight:400;}

.container-details{ float:left; width:100%;/* height:550px;*/ /*overflow-y:scroll; padding:20px; background-color: #fff; height: 550px;height: 528px;}
*/


tr.filter th select , tr.filter th select option{
    text-transform: none;
}


/* akl css */

.export_button
{
    /* background-image: url("../images/admin/export.png"); */ 
}

#export_layer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
     z-index: 9999;
}

.columns {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E6E6E6;
  display: none;
  left: -184px;
  position: absolute;
  top: -4px;
  min-width: 203px;
}

.columns h3 {
  background: none repeat scroll 0 0 #E6E6E6;
  color: #2D373C;
  font-size: 24px;
  padding: 5px 10px;
  margin: 0;
}

.columns ul {
  float: left;
  width: 100%;
  list-style: none outside none;
    padding: 0;
}

.columns ul li {
  float: left;
  margin-top: 10px;
  padding: 3px 0 3px 15px;
  width: 100%;
}

.columns ul li input {
  float: left;
  margin: 0;
}

.columns ul li span {
  color: #666666;
  float: left;
  font-size: 14px;
  line-height: 13px;
  margin-left: 5px;
   white-space: nowrap;
}

.columns ul li input[type="button"] {
  background: none repeat scroll 0 0 #1269AE;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  margin: 4px 0 10px;
  padding: 8px 15px;
}

.export_cancel
{
    margin-left: 10px !important;
}
