/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   /* background: url('../img/bg.jpg') no-repeat center center fixed;*/
   background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	font-size: 13px;
	overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    /*text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 1px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}
.navbar{ margin-bottom:0px !important}
.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}
.carousel-inner img{ height:300px !important}
.box {
    /*margin-bottom: 20px;*/
    padding: 0px 15px 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 10px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
      
       
    }
	 .navbar-default ul{
 /*background:url("../img/bg-menu.jpg") repeat-x;*/
  width:100%;
  background:#dfdfdf;
	 }
	 .navbar-default .navbar-nav > li > a{ color:#333}
	  .navbar-default .navbar-nav > li > a:hover{ color:#fff; background:#196ed0}
    .nav>li>a {
        padding: 10px 7px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 12px;
		font-weight:bold;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
.headin_top_eve{ border-bottom:1px solid #930}


.table-striped > tbody > tr:nth-of-type(2n+1){ background:#cde4fa; color:#777}
div#maintenance-message { background-color: #ffeaea; border: 1px solid #e82a2a; overflow: auto; padding: 20px 20px 20px 20px; text-align: center; font-weight: bold; color: #e82a2a; margin: 20px; font-size: 14px; }

/***************************************************/
/******************* MESSAGES **********************/
/***************************************************/
div.message div.error, div.success { margin-bottom: 10px; padding: 10px 5px 10px 35px; line-height: 1.2em; border-width: 1px; border-style: solid; -moz-border-radius: 4px; }
div.message div.error { border-color: #e82a2a; background: #ffeaea url(./images/message_error.gif) no-repeat 10px 10px;}
div.message div.success { border-color: #4dda2c; background: #eaffea url(./images/message_success.gif) no-repeat 10px 10px;}
.message{/* padding-left:230px*/}

ul.nav .child_menu *:before {
    background: none repeat scroll 0 0 #337ab7;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    left: 28px;
    position: absolute;
    top: 16px;
    width: 8px;
    z-index: 1;
}

ul.nav .child_menu *:after {
    border-left: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

div.table-list table { width: 100%; margin-bottom: 10px;}
div.table-list table, div.table-list td { border: 1px solid #CCC; border-collapse: collapse; font-family: tahoma, verdana, arial, helvetica; }
div.table-list thead th, div.table-list tbody th { background: #dfdfdf ; color: #666; padding: 5px 5px; border-left: 1px solid #CCC; text-align: left ; font-size:11px; font-weight:bold}
div.table-list tr:first-child th a{ color: #dfdfdf ; background: none;  border:none; font: inherit;font-size: 12px; padding: 3px;}
div.table-list tbody th { background: #fff; border-top: 1px solid #CCC; text-align: left; font-weight: normal; }
div.table-list tbody tr td { padding: 5px 10px; color: #666;font-size: 11px; }
div.table-list tbody tr.odd,
div.table-list tbody tr.odd th { background: #cde4fa ; }  
div.table-list tbody tr:hover { background: #FFF url(../images/table_tr_background.gif) repeat; }
div.table-list tbody tr:hover th { background: #FFF url(../images/table_tr_background.gif) repeat; color #454545; }
div.table-list tbody tr:hover td { color: #454545; } 
div.table-list tfoot td, div.table-list tfoot th { border-left: none; border-top: 1px solid #CCC; padding: 5px 10px; background: #ebebeb; color: #666; font-weight: normal; }
div.table-list caption { text-align: left; padding: 5px 0 0 5px; color: #666; height: 4ex;}
div.table-list caption span.page-numbers { font-size: 90%; padding-bottom: 3px; }
div.table-list caption span.page-numbers-results, div.table-list caption span.page-numbers-results a { font-size: 90%; margin-top: 3px; }

div.table-list table a:link { color: #666; }
div.table-list table a:visited { color: #666; }
div.table-list table a:hover { color: #003366; text-decoration: none; }
div.table-list table a:active { color: #666; }
div.table-list caption {
    color: #666;
    height: 4ex;
    padding: 5px 0 0 5px;
    text-align: left;
}

div.table-list caption span.page-numbers-results, div.table-list caption span.page-numbers-results a {
    font-size: 90%;
    margin-top: 3px;
}
span.page-numbers-results {
    clear: both;
    color: #000;
    display: block;
    float: left;
}
.page-numbers{ float:right}
container {
    float: right;
    margin: 0 0 0 2px;
    padding: 0 5px;
}
div.table-list tr:first-child th a{
	  color: #105081;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
	}
.left_pad .controlset{ position:relative !important; top:-4px; margin-right:5px;}
.left_pad h4{ color: #105081;   
    font-size: 14px;
    font-weight: bold;}
.active_bread a{ color:#666}





.error {margin-bottom: 10px; padding: 10px 5px 10px 35px; line-height: 1.2em; border-width: 1px; border-style: solid; -moz-border-radius: 4px; border-color: #e82a2a; background: #ffeaea url(template/default/images/message_error.gif) no-repeat 10px 10px;
}
.success {margin-bottom: 10px; padding: 10px 5px 10px 35px; line-height: 1.2em; border-width: 1px; border-style: solid; -moz-border-radius: 4px; border-color: #4dda2c; background: #eaffea url(template/default/images/message_success.gif) no-repeat 10px 10px;
}

