body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: url("../images/bg.jpg") repeat center top rgba(0, 0, 0, 0);
}
.wraper-main {
    width: 100%;
    float: left;
}
.sc-login{	
    width: 342px;
    margin: 0 auto;
}
.wraper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logo1 {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
/*===================================home-form*/
.contact-form {
    float:left;
    width:100%;
}
.form {
    float: left;
    margin:0px;
    width: auto
}
.form ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.form ul li {
    float: left;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    text-align:center;
    width: 100%;
}
.form ul li input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #003e6d;
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    height: 34px;
    margin: 0%;
    padding: 5px;
    width: 90%;
    -moz-border-radius: 5px;/*Firefox*/
    -webkit-border-radius: 5px;/*Safari, Chrome*/
    border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#003e6d)";/*IE 8*/
    -moz-box-shadow: 0px 0px 2px #003e6d;/*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 2px #003e6d;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 2px #003e6d;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#003e6d); /*IE 5.5-7*/	
}
input[type="radio"]{
    height: 15px !important;
    margin: 0;
    width: 20px !important;
}
.form ul li input.submit {
    background: url("../images/submit.png") no-repeat scroll center center transparent;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-indent:-9999px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 187px;	
}

.form ul li input.submit:hover, .menu ul li a:hover {
    opacity: 0.75;
    text-decoration: none
}
.menu ul li a.active{opacity: 0.75;}
/*=====================================INNER PAGE*/

.header-inner {
    background: url("../images/hd-bg.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    height: 75px;
    padding-top: 70px;
    width: 100%;
}
.logo1-in {
    float: left;
    height: 135px;
    margin: 0;
    position: absolute;
    top: -40px;
    width: 135px;
    z-index: 2;
}
.logo1-in img {
    width: 100%;
}
.logo2-in {
    float: left;
    height: 120px;
    margin: 0;
    width: 120px;
}
/*------------------------- Menu bar -------------------------------------------*/
.menu {
    float: left;
    margin-left: 140px;
    width: auto;
    margin-top: 31px;
}
.menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu ul li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 13px 5px 3px;
    height:32px;
    width: 115px;
    margin-left: 2px;
}
.menu ul li:hover{ background-color: #e75700;}
.menu ul li.active{ background-color: #e75700;border-left: 4px solid #B6C6B9;}
.menu ul li a {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.menu ul li span {
    float: left;
    height: 19px;
    text-align: center;
}
.menu ul li p {
    display: inline-block;
    margin: 0;
    padding: 1px 5px;
    /*text-align: center;*/
}
.menu ul ul {
    background: #0956b9;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 75px;
    z-index: 5;
    width: 232px;
    border-left: 4px solid #03b324;
    display: none;
    margin-left: -5px;
}
.menu ul li:hover > ul {
    display: block;
}
.menu ul ul li {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    position: relative;
    border-bottom: 2px solid #F1F1F1;
    width: 220px;
    height: 20px;
}
.menu ul ul li a {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}	
.menu ul ul li a:hover {
    background: #e75700;
}
/*------------------------- Menu bar end ///////----------------------------------*/
.right-welcome {
    margin-top: 0px;
    text-align: right;
    width: auto;
}
.right-welcome h2 {
    color: #fff;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0;
}
.right-welcome p {
    display: block;
    margin: 18px 0 0;
    padding: 0;
}
.right-welcome p a {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.table-hd{	
    background: none repeat scroll 0 0 #fff;
    float: left;
    /*margin-top: 30px;*/
    padding: 15px 22px 15px 15px !important;
    /*width: 100%;*/
    border: thin solid #4b88b1;
}
/*===================================FILTER-FORM*/
.innr {
    background: none repeat scroll 0 0 transparent;
}
.filter-form {
    float: left;
    margin: 10px 0 20px;
    padding: 0;
    width: 100%;
}
.f-form {
    float: left;
    width: 100%;
}
.f-form ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.f-form ul li {
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
}
.f-form ul li p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 4px 0;
}
.f-form ul li input, .f-form ul li select {
    width: 112px;
    margin: 0px;
    padding: 0px;
    height: 22px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
    background: #fff;
    font-size: 12px;
    color: #333333;
    border: solid 1px #e8e8e8;
}
.f-form ul li select {
    height: 34px;
    width: 121px;
}
.f-form ul li input.submit {
    background: none repeat scroll 0 0 #e75700;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    margin-left: 6px;
    padding: 0;
    text-transform: uppercase;
}
.f-form ul li input.submit:hover {
    opacity: 0.75;
    text-decoration: none
}
.f-form ul li.pull-right {
    margin: 0px;
    float:right;
}
.map {
    float: left;
    width: 100%;
}
.map img {
    width: 100%;
}
/*=====================================================================DATA-TALBE-CSS*/
.datatable{
    float: left;
    width: 100%;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_length, .dataTables_filter {
    float: left;
    margin: 10px 0;
    width: 46%;
}
table.dataTable tbody td table tbody td{ padding:0 5px;}
table.dataTable tbody tr table tbody tr{background-color: transparent;}
#floatMenu-lft {
    left: 0;
    position: fixed;
    top: 200px;
}
#floatMenu-rt {
    position: fixed;
    right: -8px;
    top: 200px;
	display:none
}
a.adminBtn {
    background: url("../images/adminBtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 168px;
    text-indent: -9999em;
    width: 44px;
}
a.logoutBtn {
    background: url("../images/logoutBtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 118px;
    text-indent: -9999em;
    width: 44px;
}
#footer-wrapper {
    background-color: #0666b0;
    background-image: none;
    border-top: 3px solid #03b324;
    height: 50px;
    width: 100%;
    clear: both;
}
.copyright {
    float: left;
    color: #fff;
    padding-left: 50px;
}
.footer-content {
    color: #FFFFFF;
    margin: 14px auto;
    width: 100%;
}
.mid-content-inner {
    /*  background-color: #FFFFFF;
      margin: 20px auto;
      padding: 6px;
      width: 1012px;*/
    /*background-color: #FFFFFF;*/
    margin: 20px auto;
    width: 95%;
}		
.panel {

    height: auto;
    margin: 220px auto!important;
    width: 949px;
}

.panel .button {
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-top: 1px solid #96D1F8;
    box-shadow: 0 1px 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 20px;
    margin: 15px;
    padding: 34px 96px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    text-transform: capitalize;
    vertical-align: middle;
    width: 233px;
}
.panel .button:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.panel .button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}	
#img{
    display: block;
}

.export_button{
    background: none repeat scroll 0 0 #e75700;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    margin-left: 6px;
    padding: 9px;
    text-transform: uppercase;
}

.error_message p {
    color: #900 !important;
}