﻿.rounded-corner
{
    margin:0px;
    width:100%;
    text-align: left;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 14px;
}

.rounded-corner th
{
    border: 1px solid #0A7B83;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px !important;
    font-weight: bold;
    font-size:14px;
    line-height: 30px;
    color: #fff!important;
    background:rgba(230,120,23,1);/* #007de9;*/ 
    

}

.rounded-corner th a
{
    color: #fff;
    text-decoration:none;
}

.rounded-corner th a:hover
{
    color: yellow;
}


.rounded-corner tr td
{
    padding:4px;
    border: 1px solid #cdcdcd ;
    font-family: verdana;
    font-size: 14px;
    line-height: 25px;
}
.rounded-corner tr td a
{
    font-family: verdana;
    font-size: 14px;
	color: #111;
}

.rounded-corner tr.odd td
{
    padding: 8px;
    background: #f4f9fd;
    border-top: 1px solid #fff;
    color: #669;
}

.rounded-corner tr.even td
{
    padding: 8px;
    background: #fcfdfe;
    border-top: 1px solid #fff;
    color: #669;
}

.rounded-corner tfoot td
{
    background: #dde8f0; font-size:11px;padding:8px 8px 8px 15px;
    -moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;-khtml-border-bottom-right-radius:6px;border-bottom-right-radius:6px;
}

.rounded-corner tbody tr:hover td
{
    background: #dde8f0;
}

.rounded-corner tbody tr th a
{
    color: #fff!important;
}
.loginform_input {
    width: 300px;
    height: 34px;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0 4px;
    background-color: #F4F6F7;
    border: 1px #90A9B7 solid;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.search_btn {
    border-radius: 25px;
    height: 33px;
    width: 100px;
    background-color: #CCC7E8;
}
.frame { height: 200px; width: 200px; overflow: hidden; } .zoomin #btnedit { height: 200px; width: 200px; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomin #btnedit:hover { width: 300px; height: 300px; }



@media (min-width: 32em) {
  .modal-box { width: 70%; }
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 55%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 2em 1.5em; }
.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
 
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
 
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;

  color: #bbb;
}
a.close:hover {

  color: #222;

  -webkit-transition: color 1s ease;

  -moz-transition: color 1s ease;

  transition: color 1s ease;

}
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
  width:1250px;
  margin:0 auto;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: 45px;
  line-height:45px;
     background-color: rgba(230,120,23,1);
 /* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
  width: 100%;
  z-index:99999;
  margin:0 auto;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 15px;
  position: relative;
  z-index:99999;
}
#cssmenu > ul > li > a {
  color: #fff;
  font-family: Verdana, 'Lucida Grande';
  font-size: 15px;
 /* line-height: 70px;*/
  padding: 15px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  z-index:99999;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  /*padding: 16px 0 20px 0;*/
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 210px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  z-index:99999;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 65px;
  visibility: visible;
  z-index:99999;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent  rgba(230,120,23,1) transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}

#cssmenu ul ul 
{
   line-height:25px!important;  
    }

#cssmenu ul ul a {
  color: rgba(230,120,23,1); /*#323232;*/
  font-family: Verdana, 'Lucida Grande';
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 5px 16px;
  display: block;
  
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color: rgba(230,120,23,1); /*#007de9;*/
  color: #f0f0f0;
}
.footer_bg_text{
  width: 100%;
  
  height: 47px;
 font-family:arial;
  line-height: 32px;
  font-size: 17px;
  color: #fff;
  background:#00458b;/*#2984bb;*/
  margin-bottom:0px;
  margin-top:138px;
 

}
.first_img{
    float:left;margin-left:22%; color:#fff;
   text-decoration:none;
}
.second_img
{
    text-align:center;margin-left:5%; display:inline-block; color:#fff;
}
.third_img
{
    float:right; margin-right:25%; display:inline-block; color:#fff;text-decoration:none;
}
.lastfooter
{
    width:100%;background:#ef3f3e; color:#fff; font-family:arial; font-size:14px; text-transform:uppercase; text-align:center; padding-top:5px; padding-bottom:5px;
}
.loginform{padding:20px;}
.loginform_row{width:460px;float:left;clear:both;margin:0 0 10px 0;}
.loginform_row label{width:120px;float:left;padding:5px 0 0px 0;font-size:18px; color:#535E66; font-weight:bold; text-shadow:1px 1px #fff; text-align:left;}
.loginform_input{width:330px;height:34px;float:left;padding:0px 0px 0 4px; background-color:#F4F6F7; border:1px #90A9B7 solid; color:#000;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
input.loginform_submit{float:right; clear:both; margin:0px 5px 0 0px;color:#fff;background: #7dc44e;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:arial;font-size:12px;font-weight: bold;padding:8px 15px;text-align: center;cursor:pointer; border:none;text-shadow:1px 1px #4c9021;}
#loginpanelwrap{width:500px; height:360px; margin:85px auto; background-color:#FFFFFF;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px; border-radius:10px;border:6px #c0cdd2 solid;}
.loginheader{ width:100%; height:auto; text-align:center;}
.logintitle{ font-size:26px; padding:25px 0 0 0px;}
.logintitle a{ color:#366082;font-family: 'Belgrano', serif;}


