/* 
    Document   : style
    Created on : Mar 2, 2015, 5:51:35 PM
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    width: 100%;
}



.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: #BBBBBB;
    border-top: 1px solid #CBCBCB;
}

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



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


.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
{
    border: medium none;
    float: left;
    font-size: 11px;
    width: 100%;
    margin: 4px 0;
}
.headlable
{
    float: left;
    margin: 0;
}

h2.heading {
    border-bottom: 2px solid #DDDDDD;
    font-size: 20px;
    padding-bottom: 6px;
}

.button{
    border: 1px solid #BBBBBB;
    float: right;
    font-size: 15px;
    padding: 3px 6px 1px 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    background: none  no-repeat scroll 4px 3px #DDDDDD;
    margin-left: 10px;
}

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

.add_button
{
    background-image: url("../images/admin/add_new.png");
}

.delete_button
{
    background-image: url("../images/admin/delete.png");
    background-color: #BBBBBB;
}



.filter th
{
    padding: 0px;
}

.actionstable {
    float: left;
    font-size: 13px;
    margin-bottom: 8px;
}

.pager{
    text-align: left;
}

.input-text.page {
    border: 1px solid #999999;
    width: 30px;
    font-size: 10px;
}

.pager select {
    border: 1px solid #999999;
    width: 45px;
    font-size: 10px;
}

.search , .reset_filter , .submit
{
    padding: 0 6px;
}

.select_action 
{
    border: 1px solid #999999;
    float: right;
    height: 23px;
    margin-left: 10px;
}

.sort_img
{
    margin-left: 5px;
    width: 11px;
}

span.disable
{
    color: #999;
}

.grid_id
{
    width: 5%;
}

.filterCover
{
    padding: 0px 9px;
}

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

.message li{
    font-size: 0.95em !important;
    font-weight: bold !important;
    margin-bottom: 11px !important;
    min-height: 23px !important;
    padding: 8px 8px 8px 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 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 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 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 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: auto;
}
.root_header
{
    margin-bottom: 15px;
}

.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;
}


