
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;padding: 0;}
p {margin: 0;}

html, body {
    /*font-family:'Verdana', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    /*background: #F3F3F4;*/
    background: #003375;
    
}
img {
    display:inline-block !important;
    margin:0 auto;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
div#wrapper {
    background-color: #F3F3F4;
}
.container {
    min-height:830px;
}
/*-- header --*/
.navbar .navbar-nav li a {
  padding: 0 10px;
  line-height: 56px;
  position: relative;
}
.nav>li>a:focus, .nav>li>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background:none !important;
}
.navbar .navbar-nav li a i {
  border: 1px solid #fff;
  padding: 8px 0;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  color: #fff;
  height: 32px;
}
.navbar .navbar-nav li .dropdown-menu {
  margin-top: 3px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e1e6ef;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  padding: 0;
}
.navbar .navbar-nav li .dropdown-menu:before {
  position: absolute;
  top: -9.5px;
  right: 16px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e1e6ef;
  border-left: 8px solid transparent;
  content: '';
}
.navbar .navbar-nav li .dropdown-menu li.dropdown-menu-header, .navbar .navbar-nav li .dropdown-menu li.dropdown-menu-footer {
  background:#f2f4f8;
}
.navbar .navbar-nav li.m_2 a {
  line-height:38px;
}
.navbar .navbar-nav li .dropdown-menu li a i {
  margin: 0 10px 0 -5px;
  border: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #f2f4f8 !important;
}
.navbar .navbar-nav li .dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 11px;
}
.label.label-info {
  background-color:#ef553a;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}

.but_list, .tab-content{
	margin:1.5em 0 0 0;
}

.navbar .navbar-nav li .dropdown-toggle.avatar img {
  height: 40px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #c0cadd;
  margin-top: -4px;
}
.navbar .navbar-nav li .dropdown-menu li a i {
  margin: 0 10px 0 -5px;
  border: none;
  color:rgb(6, 217, 149);
}
.navbar .navbar-nav li .dropdown-menu li.dropdown-menu-header .progress, .navbar .navbar-nav li .dropdown-menu li.dropdown-menu-footer .progress {
  border: 1px solid #e1e6ef;
  background: white;
  box-shadow: none;
}
.progress.thin {
  height: 10px;
}
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f2f4f8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar .navbar-nav li .dropdown-menu li.avatar {
  min-width: 300px;
  height: 56px;
  padding: 0px 15px;
}
.navbar .navbar-nav li .dropdown-menu li {
  padding: 0;
  position: relative;
  min-width:100%;
  border-bottom: 1px solid #e1e6ef;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  width:300px;
}
.navbar .navbar-nav li .dropdown-menu li.avatar a {
  line-height: 59px;
  height: 59px;
  padding: 9px 15px;
}
.navbar .navbar-nav li .dropdown-menu li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 40px;
  height: 40px;
  margin: 0 -15px;
  padding: 0 15px;
}
.navbar .navbar-nav li .dropdown-menu li a img {
  height: 40px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #e1e6ef;
  margin: 0px 10px 0 -5px;
  float: left;
}
.navbar .navbar-nav li .dropdown-menu li a div {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}
.navbar .navbar-nav li .dropdown-menu li a small {
  display: block;
  line-height: 12px;
  font-size: 10px;
  margin-top: -3px;
  font-style: italic;
}
.small, small {
  color: #CFCFCF !important;
  font-weight: 300 !important;
}
.navbar .navbar-nav li .dropdown-menu li.avatar a .label {
  top: 20px;
}
.navbar .navbar-nav li a .badge {
  background: #ff5454;
  border: 2px solid white;
  position: absolute;
  top: 9px;
  right: 3px;
  font-size: 8px;
  line-height: 8px;
  padding: 4px 6px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  min-width: 0;
}
.navbar-default.sidebar {
    /*background-color: #fff;*/
    background-color: #003375;
    min-height: 1024px;
    border-top: solid 1px #FFF;
}
#side-menu li a {
    color:#FFF;
}
nav.top1.navbar.navbar-default.navbar-static-top {
  background-color:rgb(6, 217, 149);
}
h1 a.navbar-brand {
    color: #fff !important;
    font-size: 30px;
    font-weight: 500;
    /*padding: 20px 0px;
    background: #d95459;
    border-bottom: 1px solid #E9E9E9; 
    height: 80px;*/
    text-align: center;
    width: 248px;
}

.navbar-header:hover {
    background: #273a55;
}

    .navbar-right {
        margin-right: 10px !important;
    }
.navbar-right li{
	display:inline-block;
}
i.nav_icon {
  color: #fff;
  margin-right:6px;
}
.sidebar ul li a{
  color: #999;
  font-size:14px;
}

ul.nav.navbar-nav.navbar-right {
  height: 51px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color:rgba(231, 231, 231, 0) !important;
}


/*----*/
/* Sweep To Bottom */
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 80%;
        bottom: 0;
        background: #0077bb;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {

}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*----*/
.nav > li > a {
  color: #999;
  font-weight:500;
  padding: 0px 20px 0px 0px;
  font-size: 0.85em;
   border-bottom: 1px solid #E9E9E9;
}
.hvr-bounce-to-right:hover i.nav_icon , 
.hvr-bounce-to-right:focus i.nav_icon, 
.hvr-bounce-to-right:active i.nav_icon{
	color:#fff;

}
.nav > li > a i {
    margin-right: 14px;
}
i.nav_icon {
    /*color: #999;*/
    padding: 15px;
    width: 44px;
    height: 44px;
}
span.fa.arrow {
    margin-top: 17px;
}

/**---*/
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 1000px;
  }
}


/*--  drop_emnu --*/
a.dropdown-toggle.dropdown-at {
    border-bottom: none;
}

.content-main {
    background-color: #F3F3F4;
    padding-bottom: 5em;
}
.navbar-right-left{
	float: right;
}
.navbar-toolbar{
	
}
.full-top{
	float:left;
}
.navbar-left-right{
	float: left;
	margin-left: 6%;
}
.border-bottom {
    /*background-color: #fff;*/
    background-color: #003375;
}
.full-left {
    float: left;
    width: 40%;
    margin-left: 3%;
   margin-top: 1.3em;
}
.full-left button{
    background: none;
    border: none;
    outline: none;
        color: #B3AEAE;
    font-size: 0.9em;
}
nav.navbar.navbar-static-top {
    float: right;
}
.navbar-left-right input[type="text"]{
	background: none;
	border: none;
	outline: none;
	color:#B3AEAE;
	font-size: 0.9em;	
}
.navbar-left-right input[type="submit"]{
	background: url(../images/search.png) 0px 2px no-repeat;
	width:16px;
	height:16px;
	border: none;
	outline: none;
	color:#B3AEAE;
	font-size: 0.9em;
	
}
.drop-men {
    float: right;
    margin:17px 10px 0;
}
.dropdown-at {
    padding: 0 !important;
    position: relative;
    /*color: #999;*/
    color: #FFF;
    font-size: 0.9em;
    text-decoration: none ;
}
.dropdown-at:hover,.dropdown-at:focus {
    text-decoration: underline;
    color: #FFF;
}
.dropdown-at img{
	    margin: 0 0em 0 1em;
}
i.fa.fa-globe {
    font-size: 1.8em;
    color: #999;
}
.dropdown, .dropup {
    display: inline-block;
	padding:0;
}
.at-drop {
   padding:0 1em ;
}
.number {
    position: absolute;
    top: -12px;
    background-color: #EB0000;
    color: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 2em;
    font-weight: 500;
    right: -6px;
    text-align: center;
}
.user-new{
	float: left;
}
.user-new p{
	color:#000;
	font-size: 0.8em;
}
    .user-new p.bold {
        font-weight:bold;
    }
.user-new span{
	color:#B1B0B0;
	font-size: 0.8em;
	font-family: 'Verdana';
}
.user-new-left {
    float: right;
}
    .user-new-left i.fa-user-plus, .user-new-left i.fa-heart, .user-new-left i.fa-times, .user-new-left i.fa-info, .user-new-left i.fa-rss, .user-new-left i.fa-building-o {
        font-size: 12px;
        color: #fff;
        background-color: #3BB2D0;
        border-radius: 4px;
        width: 22px;
        height: 18px;
        text-align: center;
        line-height: 1.5em;
    }
.user-new-left i.fa-heart{
	background-color: #1ABC9C;
}
.user-new-left i.fa-times{
	background-color: #8a8acb;
}
    .user-new-left i.fa-building-o {
        background-color: #8a8acb;
    }
.user-new-left i.fa-info{
	background-color:#FBB03B;
}
.user-new-left i.fa-rss{
	background-color: #ED6498;
}
    .user-new-left i.fa-user-plus {
        background-color: #FBB03B;
    }
.dropdown-menu {
    /*min-width: 300px;    
    background-color: #0077bb !important;*/
    top: 3.5em;
    left: -1em;
    width:250px;
}
.menu1 {
    top: 121%;
    left: -15em;
    min-width: 325px;
    padding: 0;
    background-color: #d6f0fb !important;
    z-index:10000;
}
.menu2 {
    padding: 0;
    /*background-color: #d6f0fb !important;*/
    left: -127px;
    top: 60px;
}
.menu2 li a {
    color:#FFF;
}
.dropdown-menu {
    padding: 0px 0;
}
.dropdown-menu li a i{
	/*color: #B3AEAE;*/
    font-size: 20px;
    margin-right: 6%;	
}
.dropdown-menu li a {
    padding: 9px 20px;	
}
    .dropdown-menu li {
        border-bottom: 1px solid #dbdada;
    }
.dropdown-menu li:last-child {
    border-bottom: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    /*background: none;*/
    background-color:deepskyblue !important;
}
.view{
	text-align: center;
}
.dropdown-menu > li > a.view:focus, .dropdown-menu > li > a.view:hover {
    background: none;
    color: #0077bb;
}
 .dropdown-menu {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin:0;
}
/*----*/
.banner {
    background: #fff;
    display: block;
    padding: 1em;
    /*margin: 0em 1em;
    border: 1px solid #ebeff6;
    border-color: #ebeff6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;*/
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
    .banner a {
        font-size:16px;
        color: #000;        
        font-weight: 700;
    }
    .banner span {
        font-size: 16px;
        color: #2B579A;
        padding: 0.3em;
    }
.banner i{ 
    color:#000;
	vertical-align:middle;
	padding:0.3em ;
}
/*--content--*/
.content-top-1 {
    background-color: #fff;
   	padding: 1.8em;
   	margin-bottom: 1em; 
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.content-top-1:last-child {
   	margin-bottom: 0em; 
}
.content-graph {
    background-color: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.content-top-2 {
    padding-left: 0;
	position:relative;
}
.content-color {
    position: absolute;
    top: 3%;
    right: 6%;
    border:1px solid #F3F3F4;
	padding:1em;
	width:150px;
}
.content-ch,.content-ch1 {
	font-size:0.8em;
	color:#999;
}
.content-ch p,.content-ch1 p{
	float:left;
}
.content-ch i{
	width:10px;
	height:10px;
	border:2px solid #999;
	display: inline-block;
	margin-right:5px;
}
.content-ch1 i{
	width:10px;
	height:10px;
	border:2px solid #FBB03B;
	background:#FBB03B;
	display: inline-block;
	margin-right:5px;
}
.content-ch span,.content-ch1 span{
	float:right;
}
.top-content h5 {
    font-size: 1.3em;
    color: #0366d6;
    font-family: 'Verdana';
}
.top-content label {
    font-size: 2.3em;
    color: #000;
}
.content-top {
    padding: 1em 0;
}

/*--pie-chart---*/
.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}
/*----*/

 /*-----*/
.mid-content-top{
	padding-left: 0;
}
.middle-content{
 	background: #fff;
 	padding:2.15em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.middle-content h3{
 	font-size: 1.5em;
 	color:#000;
 	margin-bottom: 1em;
}   

/*----*/
.weather {
    background-color: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.weather-top {
    padding: 1.5em;
}
.weather-top-left {
    float: left;
}
.weather-top-right {
    float: right;
    margin-top: 1.4em;
}
.degree figure{
	float:left;
}
.degree span{
	float:left;
	font-size: 3em;
    color: #000;
    margin-left: 0.5em;
}
.weather-top-left p{
	color: #1ABC9C;
    padding: 0.3em 0.5em 0;
    display: inline-block;
    line-height: 13px;
	font-size: 1em;
}
.weather-top-right p{
	color:#999;
	font-size: 1em;
    font-family: 'Verdana';
}
.weather-top-right p i{
	margin-right: 0.3em;
}
.weather-top-right label{
	color:#000;
	font-size: 0.8em;
	font-weight:400;
}
.weather-head figure{
	padding:0.6em 0;
}
/*----*/
/*----*/
.weather-bottom {
	border-top:1px solid #ddd;

}
.weather-bottom1 {
    float: left;
    width: 25%;
   
}
.weather-head {
    padding: 2em 1em;
    text-align: center;
}
.weather-bottom1:nth-child(3) {
    border-right: none;
}
.weather-head h4{
	color:#7F8C8D;
	font-size: 1em;
}
.weather-head h6{
	color:#7F8C8D;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.weather-head canvas {
    display: block;
    margin: 0 auto;
}
.bottom-head p{
	font-size: 1em;
	line-height: 1.4em;
	font-family: 'Verdana';
}
/*----*/
.post-top{
	padding-right:0;
}
.post{
	background: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 1em;
}
.text-area textarea{
	width: 100%;
    border: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: 1em;
	background: none;
}
.post-at{
	background: #FAFAFA;
	border-top: 1px solid #ddd;
	padding: 0.5em;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}
.icon {
    float: left;
    margin-top: 10px;
}

.post-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    margin: 0 5px;
}
.post-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block;
}

/*---*/
.text-sub{
	float: right;
}
.text-sub input[type="submit"]{
	background-color: #D95459;
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: 0.5em 1.5em;
    border-radius: 4px;
}
.text-sub input[type="submit"]:hover {
    background-color: #FBB03B;
}
.post-bottom-1 {
    float: left;
    width: 48.5%;
    background: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
        margin-right: 3%;
}
.post-bottom-2 {
    float: right;
    width: 48.5%;
    background: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
i.fa.fa-facebook {
    background-color: #4962C0;
    color: #fff;
    font-size: 5.5em;
    width: 100%;
    text-align: center;
    height: 173px;
    line-height: 2em;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
i.fa.fa-twitter {
    background-color: #55acee;
    color: #fff;
    font-size: 5.5em;
    width: 100%;
    text-align: center;
    height: 173px;
    line-height: 2em;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
.post-bottom-1 p,.post-bottom-2 p{
	color: #7F8C8D;
    font-size: 1.1em;
    text-align: center;
    padding: 1em;
	font-family: 'Verdana';
}
.post-bottom-1 p label,.post-bottom-2 p label{
	color: #000;
}
.content-bottom {
    padding: 1em 0;
}
/*--gallery--*/
.gallery {
    padding: 1em;
    min-height: 850px;
}
.col-md {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.text-gallery { 
    background: #fff;
    padding: 1em;
    border: none;
    border-bottom: 1px solid transparent;
    border-color: #ebeff6;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
	 -webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.text-gallery h6{
	font-size:1.1em;
	color:#999;
}
.col-md:nth-child(5),.col-md:nth-child(10) {
    margin-right: 0%;
}
.gallery-img{
	position: relative;
}
.zoom-icon {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	top:50%;
	bottom:50%;
	width:0;
	height:0;
	content:"";
	background:url(../images/link.png) 50% 50% no-repeat;
	border-radius:0;
	z-index:0;
	-webkit-transition:0.45s;
	-moz-transition:0.45s;
	-o-transition:0.45s;
	transition:0.45s;
}
.zoom-icon:before {
	position:absolute;
	left:-50%;
	top:48%;
	display:block;
	margin:0;
	height:0%;
	width:200%;
	background:url(../images/dark.png);
	content:"";
	border-radius:0;
	overflow:hidden;
	-webkit-transform:rotate(-55deg);
	-moz-transform:rotate(-55deg);
	-ms-transform:rotate(-55deg);
	-o-transform:rotate(-55deg);
	transform:rotate(-55deg);
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
 .gallery-img a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.gallery-img  a:hover .zoom-icon:before {
	left:-60%;
	top:-35%;
	height:200%;
	width:200%;
	-webkit-transform:rotate(-55deg);
	-moz-transform:rotate(-55deg);
	-ms-transform:rotate(-55deg);
	-o-transform:rotate(-55deg);
	transform:rotate(-55deg);
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
 .gallery-img a:hover .zoom-icon:after {
	width:44px;
	height:63px;
	margin:-31px 0 0 -22px;
	-webkit-transition:0.45;
	-moz-transition:0.45;
	-o-transition:0.45;
	transition:0.45;
}
.gallery-img a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
/*--faq--*/
.asked{
	padding: 1em;
    background: #fff;
    margin: 1em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.questions h5{
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
}
.questions p{
	font-size: 0.9em;
  	color: #999;
  	padding:1em 0;
  	line-height: 2em;
	font-family: 'Verdana';
}
/*--//faqs--*/
/*--blank--*/
.blank{
	padding: 1em;
    min-height: 650px;
}
.blank-page{
	padding: 1em;
    background: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.blank-page p{
	font-size: 0.9em;
  	color: #999;
  	line-height: 2em;
	font-family: 'Verdana';
}
/*--//blank--*/
/*--grid--*/
.grid-system {
    padding: 1em;

}
.row.show-grid {
    margin: 1em 0;
}
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgb(234, 234, 234);
     background: #F3F3F4;
}
.grid-hor h2 {
    color: #000;
    font-size: 2em;
}
.grid-hor p{
	font-size: 0.9em;
	color:#999;
	margin: 1em 0;
	line-height: 1.8em;
	font-family: 'Verdana';
}
.grid-hor {
    padding: 1em 0 0.5em;
}
.horz-grid{
	 background: #fff;
    margin-bottom: 1em;
    padding: 1em;
     border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.horz-grid:last-child{
    margin-bottom: 0em;
}
.grid-hor h3 {
    font-size: 2em;
}
/*--form--*/
.grid-form {
    padding: 1em;
}
.grid-form1 {
	background: #fff;
    margin-bottom: 1em;
    padding: 1em;
     border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.grid-form1:last-child {
	margin-bottom: 0em;
}
.grid-form1 h3{
    color: #000;
    font-size:2em;
    margin-bottom: 1em;
}
.grid-form1 form {
 	margin: 1.5em 0;
}
.form-control {
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    font-family: 'Verdana';
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.btn {
    border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
input.form-control.input-lg ,select.form-control.input-lg{
    margin-bottom: 1em;
}
input.form-control.input-sm,select.form-control.input-sm {
    margin: 1.5em 0;
}
input#disabledTextInput,select#disabledSelect {
    background-color: #FFF;
}
.email-list1{
	 background-color: #fff;
    padding: 1.8em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.form-control1 {
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    color: #616161;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    min-height: 40px;
    -webkit-appearance: none;
	outline: none;
	font-family: 'Verdana';
	background: none;
   box-shadow:none !important;
}
.input-lg {
    border-radius: 0px;
}
.panel-footer {
    background: none;
}
.input-icon.right > i, .input-icon.right .icon {
    right: 12px;
    float: right;
}
.input-icon > i, .input-icon .icon {
    position: absolute;
    display: block;
    margin: 10px 8px;
    line-height: 14px;
    color: #999;
}
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 0em;
}
.has-success .input-group-addon {
  border-color:#A4E7A5 !important;
}
.has-feedback label~.form-control-feedback {
  top: 28px !important;
}
.has-success .form-control1 {
    background-color: #f1f8e9;
    border-color: #c5e1a5 !important;
}
.has-feedback label~.form-control-feedback {
    top: 28px !important;
}
.has-error .form-control1 {
    background-color: #fde0dc;
    border-color: #f69988 !important;
}
.checkbox-inline label,.checkbox-inline1 label,.form-group label{
	font-weight:400;
}
/*--validation--*/
.validation-form{
	background: #fff;
    margin-bottom: 1em;
    padding: 1em;
     border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.validation-system {
    padding: 1em;
}
.validation-form h2 {
    color: #1abc9c;
    font-size: 1.8em;
    border-bottom: 1px solid rgb(241, 233, 233);
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
/*----*/
label.control-label {
    font-weight: 100;
    color: #000;
    font-size: 0.9em;
    margin: 0;
}
.form-group1 input[type="text"],.form-group1 textarea,
.form-group1 input[type="password"],.form-group1 input[type="date"]{
	border: 1px solid #E9E9E9;
    font-size: 0.9em;
    width: 100%;
    outline: none;
    padding: 0.5em 1em;
    color: #999;
    margin-top: 0.5em;
    font-family: 'Verdana';
}
.form-group1 textarea{
	min-height: 100px;
}
.form-group2 select{
	width: 100%;
	border: 1px solid #E9E9E9;
    font-size: 0.9em;
    width: 100%;
    outline: none;
    padding: 0.5em 1em;
    color: #999;
    margin-top: 0.5em;
    font-family: 'Verdana';
}
.vali-form {
    padding: 1.5em 0;
}
.group-mail {
    padding-bottom: 1.5em;
}
.vali-form1{
	padding: 0 0 1.5em;
}
/*--signin--*/
.login_container {
    padding: 7em 5em !important;
}

.login {
    /*padding: 8em 0 0;*/
}

.login-bottom {
    width: 50%;
    /*margin: 3em auto;*/
    margin-left: 40%;
    /*background-color: #002747;*/
    background-color: #FFF;
    padding: 2em 1em;
    border-radius: 10px;
    border: solid 1px #003476;
    -webkit-box-shadow: 0 0px 15px #002747;
    box-shadow: 0 0px 15px #002747;
}

    .login-bottom h2 {
        font-size: 1.4em;
        text-align: center;
        padding: 0em 0.9em 1em;
        color: #003894
    }

.signup-bottom {
    width: 80%;
    margin-left: 20%;
}

.login-mail {
    /*border: 1px solid #E9E9E9;*/
    margin-bottom: 2em;
    /*padding: 0.5em 1em;*/
}

    .login-mail i {
        color: #003894;
    }

    .login-mail input[type="text"], .login-mail input[type="password"] {
        border: none;
        outline: none;
        font-size: 1em;
        color: #999;
        width: 99%;
        padding: 10px;
        border-radius: 10px;
        border: solid 1px #F2F2F2;
        background-color: #F2F2F2;
    }

    .login-mail::placeholder {
        color: #999;
    }

.login-do input[type="submit"] {
    border: none;
    outline: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    color: #fff;
    width: 60%;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 15px;
    /*background: none;	*/
    display: block;
    margin: 0 auto;
    background-color: #003894 !important;
}

.login-do a {
    font-size: 0.9em;
    padding: 0.5em 1em;
    color: #003894;
    /*display: block;*/
    text-align: center;
    border-radius: 15px;
    display: block;
    width: 60%;
    margin: 0 auto;
    background-color: #FFF !important;
    text-decoration: none;
    border: solid 1px #003894;
}

.login-do p {
    font-size: 0.9em;
    color: #999;
    margin: 0.7em 0;
    font-family: 'Verdana';
    text-align: center;
}

.checkbox1 {
    margin-bottom: 4px;
    /*padding-left: 27px;
	font-size: 1.2em;
	line-height: 27px;*/
    cursor: pointer;
    position: relative;
    color: #555;
}

    .checkbox1:last-child {
        margin-bottom: 0;
    }

.news-letter {
    color: #555;
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
    font-family: 'Verdana';
}

.checkbox1 i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #E1DFDF;
}

.checkbox1 input + i:after {
    content: '';
    background: url("../images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox1 input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox1 input {
    width: 18px;
    height: 18px;
}

    .checkbox1 input:checked + i:after {
        opacity: 1;
    }

.news-letter:hover {
    color: #00BFF0;
}

.login h1 {
    text-align: center;
    font-size: 2.5em;
    color: #002747;
}

    .login h1 a {
        color: #004B88;
        text-decoration: none;
    }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #0077bb;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1abc9c;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.login-sub{
	background: #1abc9c;
}
    .login-sub:before {
        background: #0077bb;
    }
/*--profile--*/
.profile{
	min-height:800px;
	padding:1em;
}
.profile-bottom{
	width: 55%;
	margin: 0em auto;
	    background-color: #fff;
    padding: 1em 0 ;
     border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.profile-bottom h3{
	font-size: 1.4em;
	color:#000;
	 padding: 0em 0.9em 1em;
	border-bottom: 1px solid #F3F3F4;
    margin-bottom: 1em;
}
.profile-bottom h3 i{
	font-size: 16px;
    width: 28px;
    height: 28px;
    background: #F7F7F7;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
    text-align: center;
    line-height: 1.7em;
    color: #8E8E8E;
    margin-right: 1%;
}
.profile-text h6{
	font-size: 1.5em;
	color:#000;
	padding: 0em 0.4em 0.3em;
}
.profile-text td{
	font-size: 0.9em;
	color:#999;
	padding: 0.3em 1em;
}
.profile-text td a{
	color:#D95459;
}
.profile-bottom-top img {
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.profile-fo h4{
	font-size: 2em;
	color:#000;
	
}
.profile-fo {
	text-align:center;
}
.profile-fo p{
	font-size: 0.9em;
	color:#999;
	margin: 0.5em 0;
}
.profile-fo a{
	text-decoration: none;
    font-size: 0.9em;
    color: #fff;
    padding: 0.5em;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    background: #D95459;
    display: block;
    text-align: center;
}
.profile-fo a.pro{
    background: #FBB03B;
}
.profile-fo a.pro1{
    background: #3BB2D0;
}
.profile-fo a:hover{
    background: #1ABC9C;
}
.profile-fo a i{
	margin-right:2%;
}
.profile-btn {
	padding: 1em 1em 0;
	 border-top: 1px solid #F3F3F4;
}
.profile-btn button.btn.bg-red{
     border-radius: 4px;
	 -webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	 background:#1abc9c;
	 color:#fff;
	 float: right;
}
.profile-bottom-bottom {
    padding: 2em 0;
}
/*--calendar--*/
.calendar{
	padding:1em;
}
/*--map--*/
.span11{
	background-color: #fff;
    padding: 1em ;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.map-grid {
    padding: 1em 0;
}
.map-system {
    margin-bottom: 1em;
}
.map-system:last-child {
    margin-bottom: 0em;
}
.map-1{
	padding-right:8px;
}
.map-2{
	padding-left:8px;
}
/*--typography--*/
.typo-1 {
    padding: 1em;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
 h3.head-top{
   font-size:2em;
   margin-bottom:1em;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
        font-family: 'Verdana';
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
	margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
.well {
    font-family: 'Verdana';
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}

/*--inbox--*/
.inbox-right {
    background-color: #fff;
    padding: 1.8em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-img img{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.table-row td{
	font-size: 1em;
	    padding: 15px 8px 15px !important;
     line-height: 1.42857143;
    vertical-align:middle !important; 
    border-top: 1px solid #ddd;
}
td.table-text h6{
	font-size: 1.2em;
	color:#000;
}
td.table-text p{
	font-size:0.9em;
	line-height: 1.5em;
	font-family: 'Verdana';
	color:#999;
}
/*td i{
	color:#999;
}*/
td span{
	color:#fff;
	font-size: 0.8em;
	padding: 4px 7px;
	font-family: 'Verdana';
}
td span.fam{
	color:#fff;
	font-size: 0.8em;
	padding: 4px 7px;
	font-family: 'Verdana';
}
td span.fam{
	background:#3BB2D0;
}
td span.ur{
	background: #FFA800;
}
td span.work{
	background: #7F8C8D;
}
td span.mar{
	background: #1ABC9C;
}

.compose h2{
	font-size: 1.2em;
    color: #fff;
    background: #D95459;
    text-align: center;
    padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
.inbox-mail {
    padding: 1em 0;
    margin: 0 1em;
}
.input-group{
	padding-bottom: 1em;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.mail-toolbar {
    padding-bottom: 2em;
    border-bottom: solid 1px lightgray;
}
.table {
    margin-bottom: 0;
    padding:0px 10px;
}
.form-control2 {
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    color: #616161;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    -webkit-appearance: none;
	outline: none;
	font-family: 'Verdana';
	background-color: #fff;
    border: 1px solid #ebeff6;
    border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.input-group-btn button.btn.btn-success{
	line-height: 24px;
    background-color: #FFA800;
	 border: 1px solid transparent;
     border-color: #FFA800;
    border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.nav-sidebar ul li a span{
	color: #fff;
    font-size: 0.8em;
    background: #D95459;
    border-radius: 10px;
    width: 25px;
    height: 18px;
    display: inline-block;
    line-height: 1.7em;
    text-align: center;
    float: right;
}
.content-box {
    background-color: #fff;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.content-box ul li{
   list-style:none;
}
.content-box ul li a{
   font-size:1em;
   color:#999;
   padding:0.5em 1em;
   display: block;
}
.content-box ul li span{
   font-size:1.1em;
   color:#fff;
   padding:0.5em 1em;
   background:#1ABC9C;
   display: block;
    border-top-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -o-border-top-left-radius: 4px;
   -ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -o-border-top-right-radius: 4px;
   -ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	
}
.content-box ul li a i{
   margin-right:4%;
}
.tabs  li a{
	padding:1em;
}
.tabs  li a:hover{
	background:#1ABC9C !important;
	color:#fff;
}
.tabs  li:first-child a{
	border-top-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -o-border-top-left-radius: 4px;
   -ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -o-border-top-right-radius: 4px;
   -ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
.tabs  li:last-child a{
	border-bottom-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -o-border-bottom-left-radius: 4px;
   -ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -o-border-bottom-right-radius: 4px;
   -ms-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}
nav.nav-sidebar {
    margin: 1em 0;
	background: #fff;
	border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
tr.table-row:hover{
	background:#FAFAFA;
}
.tab-content {
    padding: 0px;
}
tr.table-row {
    border-top: 1px solid #F3F3F4;
}
.tab-content-in {
    padding: 0px;
    border: solid 1px #ababab;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    position: relative;
}
/*--graph--*/
.graph-2 {
    padding-left: 8px;
}
.graph-1 {
    padding-right: 8px;
}
.graph-5 {
    padding-left: 8px;
}
.graph-4 {
    padding: 0 8px;
}
.graph-3 {
    padding-right: 8px;
}
.grid-1{
	background-color: #fff;
    padding: 1.8em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.graph h4{
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
}
.grid-graph {
    float: left;
    width: 36%;
    padding-right: 7%;
    padding-top: 10%;
}
.grid-graph1 {
    font-size: 12px;
    border: 1px solid #E6E6E6;
    padding: 10px;
}
#os-Win-lbl {
    border-left: #1ABC9C solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;    
}
.grid-graph div {
    margin: 3px 0;
}
#os-Other-lbl {
    border-left: #D95459 solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;
}
#os-Mac-lbl {
    border-left: #3BB2D0 solid 1em;
    padding-left: .5em;
    font-size: 1em;
    color: #777F8C;
}
.grid-graph span {
    float: right;
    padding-left: .5em;
}

.grid-2{
	float: left;
}
.graph-box1 {
    margin: 1em 0;
}
.graph {
    padding: 1em 0;
}
/*--404--*/
.four{
	text-align: center;
	    padding: 3em 0;
}
.four a{
	font-size: 0.9em;
    padding: 0.5em 1em;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #d95459;
    margin: 0 auto;
    width: 10%;
}
.four p{
	font-size: 1em;
    padding: 0.5em 0em 2em;
    display: block;
        font-family: 'Verdana';

}
/*--footer--*/
.copy-right {
    text-align: center;
}
.copy{
	background:#fff;
	text-align:center;
	padding:1.5em 0;
}
.copy p, .copy-right p{
	font-size:0.85em;
	color:#555;
}
.copy p a, .copy-right p a{
	color:#000;
}

/*HYPERWARE*/
.pager {
    text-align: left !important;
}

    .pager li > a.btn-primary, .pager li > span {
        background-color: #1b6ec2 !important;
    }

    .pager li > a.btn-success, .pager li > span {
        background-color: green !important;
    }

    .pager input[type=text] {
        text-align: center;
        width: 50px;
    }

    .pager a {
        margin: 0 10px;
    }

.user_active {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: green;
    border: solid 1px darkgreen;
}

.user_inactive {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: red;
    border: solid 1px darkred;
}

.search_filters_right_margin {
    margin-right: 20px;
}
.search_filters_top_margin {
    margin-top: -24px;
}
.search_filters_max_width {
    max-width:200px;
}

.add_button {
    background-color: green;
    color: white;
    margin-right: 10px;
}
.add_button:hover {
    color:green;
    background-color:white;
    border: solid 1px green;
}

.clear_button {
    background-color: red;
    color: white;
    margin-right: 10px;
}

    .clear_button:hover {
        color: red;
        background-color: white;
        border: solid 1px darkred;
    }

#drdSort li:hover {
    cursor:pointer;
}

#loader {
    position: absolute;
    top: 35%;
    left: 40%;
    margin: 0 auto;
    display: block
}

.ema_code input[type=text]{
    width:50px;
    margin-right:2px;
    text-transform:uppercase;
}

.panel-body {
    /*height: 650px;*/
    overflow: hidden auto;
}

.panel-body > h2 {
    text-align:center;
    padding-bottom: 10px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.top-content1 .fa-files-o, .top-content1 .fa-file-text {
    color: limegreen;
}

.top-content1 .fa-long-arrow-right, .top-content1 .fa-file {
    color: deepskyblue;
}

.top-content1 .fa-pie-chart {
    color: orange;
}

.top-content1 .fa-cogs {
    color: grey;
}

.top-content1 a .fa {
    transition: linear 0.2s;
}

.top-content1 a:hover .fa {
    transform:rotate(20deg);
    transition: linear 0.4s;
}

.compose .reference_step_label {
    background-color: rgb(255,227,204);
    padding: 5px;
    color: #000;
    font-size: 12px;
    font-weight: normal
}

.green_button {
    color:green;
}

.list_no_bullets, .list_no_bullets li {
    list-style-type: none;
}

.logout_button {
    width: 98px;
    height: 40px;
}

.chart_container h2{
    background-color: antiquewhite;
    padding: 10px;
}

.cultures_container {
    overflow:auto;
    max-height:640px;
}

.tabs li {
    float:left;
    width:20%;
}

.relations_tabs {
    float:left;
    width:50%;
}

.tab-pane {
    margin-bottom:20px;
}

.table h5, .table h4 {
    padding: 5px;
}

.validation_error {
    color:red;
    display:block;
}

.general_tab .countries_list {
    width:250px;
    float:right;
}

.cultures_container .info_message {
    font-size: 12px;
    color: chocolate;
}

.footer_bg {
    background-color: white !important;
    position: relative;
    width: 100%;
    bottom: 0;
}

input[type="text"]:disabled {
    background: #ccc;
}

.govgr-footer {
    border: 0 !important;
}

    .modal-header:hover {
        cursor: grab !important;
        background-color: #E4E4E4 !important;
    }

.govgr-header__content {
    flex-wrap:nowrap !important;
}

.govgr-header-logo {
    height: 5rem !important;
}

.navbar-header {
    background-color: #44546B;
    height:65px;
}

    .navbar-header a {
        display: inline-block;
        margin-top: 10px;
    }

.table-row {
    border-bottom: solid 1px #e1dddd;
    padding-bottom: 10px;
}

.table-row .header_text {
    font-weight: bold;
}

.table-row .submit_date {
    color: #ff0000;
}

    .table-row .table-row_inner {
        padding: 10px 0px;
        margin: 20px 0px 20px 50px;
        background-color: #f1f1f1;
        width: 90%;
    }


.language-section {
    border: 1px solid #d3d3d3; /* Light gray border */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Spacing inside the border */
    margin-bottom: 20px; /* Space between sections */
    background-color: #f9f9f9; /* Slightly off-white background for emphasis */
}

.govgr-btn {
    display:inline-block !important;
}

.btn_retweet {
    background-color: #ff7f00 !important;
}

.content-main .page_search_container {
    background-color: #FFF;
    border: solid 1px #9f9c9c;
    padding: 20px 20px;
}

.govgr-input {
    line-height:unset !important;
    font-size: 1rem !important;
    height:50px;
    max-height:50px;
}

.status {
    padding:8px;
    text-align: center;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.5);
    font-weight:600;
    margin-top:15px;
}

.status_orange {
    background-color:orange;    
}

.status_lightgrey {
    background-color: lightgray;    
}

.status_lightblue {
    background-color: lightblue;    
}

.status_lightgreen {
    background-color: lightgreen;
}


/*--responsive--*/
@media(max-width:1366px) {
    .middle-content {
            padding: 2.75em 2.15em;
        }
    }

    @media(max-width:1280px) {
        .middle-content {
            padding: 3.35em 2.15em;
        }

        canvas#bar1, canvas#line1 {
            width: 428px !important;
        }

        canvas#polarArea, canvas#radar, canvas#doughnut {
            width: 265px !important;
            height: 265px !important;
        }

        .login-mail input[type="text"],
        .login-mail input[type="password"] {
            width: 88%;
        }
    }

    @media(max-width:1024px) {
        .top-content {
            padding: 0;
            width: 40%;
        }

        .content-top-1 {
            background-color: #fff;
            padding: 1.5em 1em;
        }

        .top-content label {
            font-size: 1.8em;
        }

        .bottom-head p {
            font-size: 0.74em;
        }

        i.fa.fa-twitter {
            height: 160px;
        }

        i.fa.fa-facebook {
            height: 160px;
        }

        canvas#bar1, canvas#line1 {
            width: 307px !important;
            height: 273px !important;
        }

        .grid-graph {
            float: left;
            width: 31%;
            padding-right: 2%;
        }

        canvas#polarArea, canvas#radar, canvas#doughnut {
            width: 190px !important;
            height: 190px !important;
        }

        .grid-1 {
            padding: 1.8em 1em;
        }

        .but_list h1 {
            font-size: 2em;
        }
        /*--table--*/
        .table td, .table > tbody > tr > td, .table > tbody > tr > th,
        .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td,
        .table > thead > tr > th {
            padding: 8px !important;
        }
        /*--gallery--*/
        .text-gallery h6 {
            font-size: 1em;
        }
        /*--404--*/
        .four a {
            width: 12%;
        }
        /*--sign--*/
        .login-bottom {
            width: 53%;
        }

        .profile-bottom {
            width: 80%;
        }

        .navbar-default.sidebar {
            height: auto;
        }
    }

    @media(max-width:930px) {
        .modal-dialog {
            width: 450px;
        }
    }

    @media(max-width:870px) {
        .full-left {
            width: 31%;
        }
    }

    @media(max-width:768px) {
        .content-top-1 {
            padding: 1.5em 2em;
        }

        .top-content {
            width: 63%;
            float: left;
        }

        .top-content1 {
            float: left;
        }

        .mid-content-top {
            padding: 1em;
        }

        .middle-content {
            padding: 1.35em 2.15em;
        }

        .post-top {
            padding: 0 1em;
        }

        .weather {
            margin-top: 1em;
        }

        .content-bottom {
            padding: 0em 0 1em;
        }

        .content-graph {
            margin: 1em;
        }

        .content-top {
            padding: 1em 0 0;
        }

        canvas#bar1, canvas#line1 {
            width: 444px !important;
            height: 234px !important;
        }

        .grid-graph {
            width: 55%;
            padding-right: 0%;
        }

        canvas#polarArea, canvas#radar, canvas#doughnut {
            width: 320px !important;
            height: 320px !important;
        }

        .grid-1 {
            padding: 1.8em 1em;
        }

        .graph-1 {
            padding: 0 1em 1em;
        }

        .graph-2 {
            padding: 0 1em 0em;
        }

        .graph-3 {
            padding: 0 1em;
        }

        .graph-4 {
            padding: 1em;
        }

        .graph-5 {
            padding: 0em 1em;
        }

        .grid-on {
            padding: 1.5em 5em;
        }
        /*--maps--*/
        .map-1 {
            padding: 0em 1em 1em;
        }

        .map-2 {
            padding: 0 1em;
        }

        #map, #map1, #map2, #map3 {
            height: 300px !important;
        }

            #map.large, #map1.large, #map2.large, #map3.large {
                height: 300px !important;
            }
        /*--typo--*/
        .modal-dialog {
            width: 430px;
            margin: 30px auto;
        }
        /*--inbox--*/
        .tab-content {
            padding: 0 1em;
        }
        /*--gallery--*/
        .col-md {
            width: 32.6%;
        }

            .col-md:nth-child(5), .col-md:nth-child(10) {
                margin-right: 1%;
            }

            .col-md:nth-child(3), .col-md:nth-child(6), .col-md:nth-child(9), .col-md:nth-child(12) {
                margin-right: 0%;
            }
        /*--404--*/
        .four a {
            width: 16%;
        }
        /*--sign--*/
        .login {
            padding: 6em 0 0;
        }
        /*--forms--*/
        .grid-form1 h3 {
            font-size: 1.7em;
        }

        .col-sm-2 {
            padding: 0;
        }

        .help-block {
            font-size: 13px;
        }

        .grid-form1 form {
            margin: 0em 0;
        }

        .col-md-8 {
            padding: 0;
        }

        .form-horizontal .control-label {
            padding: 7px 0px 0;
        }

        .form-group {
            margin-bottom: 8px;
        }

        .form-inline .form-group {
            margin-bottom: 8px;
        }

        .form-last {
            padding-top: 1em;
        }

        .grid-hor h3 {
            font-size: 1.7em;
        }

        .profile-bottom {
            width: 95%;
        }

        .profile-bottom-img {
            text-align: center;
        }

        .profile-text {
            padding-top: 1em;
            text-align: center;
        }

        .profile-fo a {
            width: 50%;
            margin: 0 auto;
        }

        .profile-text table {
            width: 100%;
        }

        .profile-fo {
            margin-bottom: 1em;
        }

        .navbar-default.sidebar {
            min-height: 25px;
        }
    }

    @media (max-width:736px) {
        .navbar-right ~ .navbar-right {
            display: block;
        }

        .navbar-right {
            display: none;
        }

        p.monday {
            font-size: 1em;
        }

        .grid-date h4 {
            font-size: 2.5em;
            padding: 20px 0 0px 0;
        }

        .copy {
            padding: 1em 0;
        }

        ul.new {
            text-align: center;
        }

        .grid_box1 {
            margin-bottom: 5px;
        }

        .navbar-default .navbar-toggle {
            border-color: #1ABC9C;
            background-color: #1ABC9C !important;
            margin-right: 16px;
            margin-top: 13px;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #fff;
            }

        form.navbar-form.navbar-right {
            margin: 0;
        }

        .sidebar-nav.navbar-collapse {
            margin: 0;
        }

        .media_1-right {
            padding: 0;
        }

        .navbar-default {
            background-color: #FFFFFF;
        }

        .hvr-bounce-to-right:before {
            right: 93%;
        }

        .navbar-header {
            background-color: #003375;
        }

        h1 a.navbar-brand {
            width: 152px;
        }

        .full-left {
            width: 35%;
        }
    }

    @media(max-width:640px) {
        .full-left {
            width: 40%;
        }

        .drop-men {
            margin-right: 17px;
        }

        canvas#bar1, canvas#line1 {
            width: 568px !important;
        }

        .grid-on {
            padding: 1.5em 9em;
        }

        #map, #map1, #map2, #map3 {
            height: 250px !important;
        }

            #map.large, #map1.large, #map2.large, #map3.large {
                height: 250px !important;
            }
        /*--typo--*/
        .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            padding: 8px !important;
        }

        .btn-group-lg > .btn, .btn-lg {
            padding: 10px 8px;
        }

        .but_list h1 {
            font-size: 1.6em;
        }

        .but_list h2 {
            font-size: 1.5em;
        }

        .but_list h2 {
            font-size: 1.4em;
        }
        /*--typo--*/
        .four a {
            width: 21%;
        }

        label.hor-form {
            padding: 7px 14px 0 !important;
        }

        .btn-send {
            margin-bottom: 1em;
        }

        .profile-fo h4 {
            font-size: 1.7em;
        }
    }

    @media (max-width: 600px) {
        .full-left {
            width: 43%;
        }
    }

    @media(max-width:480px) {
        .full-left {
            width: 49%;
        }

        .hvr-bounce-to-right:before {
            right: 91%;
        }

        canvas#bar1, canvas#line1 {
            width: 413px !important;
        }

        .grid-on {
            padding: 1.5em 4em;
        }

        #map, #map1, #map2, #map3 {
            height: 200px !important;
        }

            #map.large, #map1.large, #map2.large, #map3.large {
                height: 200px !important;
            }
        /*--typo--*/
        h3.head-top {
            font-size: 1.8em;
        }

        .btn {
            margin-bottom: 1em;
        }

        .modal-dialog {
            width: 390px;
        }

        .grid_3 {
            background-color: #fff;
            padding: 1em;
        }

        div#home {
            padding: 0em 0 0;
        }

        .grid_3 p {
            margin-bottom: 0em;
        }

        .label {
            font-weight: 400;
            line-height: 2.2em;
        }

        .but_list h1, .but_list h2, .but_list h3 {
            margin-bottom: 0em;
        }

        .but_list h4, .but_list h5, .but_list h6 {
            margin-bottom: 1em;
        }

        .pagination {
            margin: 10px 0;
        }
        /*--404--*/
        .four a {
            width: 25%;
        }

        .four img {
            width: 100%;
        }
        /*--faq--*/
        .questions h5 {
            font-size: 1.1em;
        }
        /*--sign--*/
        .login-bottom {
            width: 80%;
        }

        .login {
            padding: 4em 0 0;
        }

        .copy-right {
            padding-top: 4em;
        }
        /*--form--*/
        .form-horizontal .control-label {
            padding: 7px 2px 0;
        }

        .col-sm-8 {
            padding: 0;
        }

        .tab-content {
            padding: 0 1em;
        }

        .hor-form {
            padding: 7px 14px 0 !important;
        }

        .validation-form {
            padding: 0em;
        }

        .grid-hor h3 {
            font-size: 1.5em;
        }
    }

    @media(max-width:470px) {
        .modal-dialog {
            width: 320px;
        }
    }

    @media(max-width:414px) {
        .full-left {
            width: 45%;
        }

        .drop-men {
            margin-right: 0;
        }

        .navbar-left-right input[type="text"] {
            width: 77%;
        }

        .navbar-left-right {
            width: 79%;
        }

        .top-content {
            width: 56%;
        }
    }

    @media(max-width:404px) {
        span.name-caret {
            display: none;
        }

        .navbar-left-right {
            width: 74%;
        }

            .navbar-left-right input[type="text"] {
                width: 80%;
            }

        .drop-men {
            margin-right: 0px;
        }

        .top-content {
            width: 48%;
        }

        .content-top-1 {
            padding: 1em;
        }

        i.fa.fa-facebook, i.fa.fa-twitter {
            height: 116px;
            font-size: 3.5em;
        }

        .post-bottom-1 p, .post-bottom-2 p {
            font-size: 0.9em;
        }

        .weather-top {
            padding: 1em;
        }

        .degree span {
            float: left;
            font-size: 2em;
        }

        .weather-top-left p {
            font-size: 0.8em;
        }

        .weather-head h4 {
            font-size: 0.9em;
        }

        .weather-head h6 {
            font-size: 1.2em;
        }

        figure.icons canvas {
            width: 65%;
        }

        .weather-head {
            padding: 1em 0em;
        }

        .middle-content {
            padding: 1em;
        }

            .middle-content h3 {
                font-size: 1.3em;
            }

        .navbar-default .navbar-toggle {
            margin-right: 12px;
        }

        .hvr-bounce-to-right:before {
            right: 86%;
        }
        /*--graph--*/
        canvas#bar1, canvas#line1 {
            width: 256px !important;
            height: 200px !important;
        }

        canvas#pie {
            width: 300px !important;
            height: 187px !important;
        }

        canvas#polarArea, canvas#radar, canvas#doughnut {
            width: 250px !important;
            height: 250px !important;
        }

        .grid-on {
            padding: 1.5em 1em;
        }

        .grid-graph {
            width: 80%;
            padding-top: 0%;
        }

        .graph h4 {
            font-size: 1.5em;
            margin-bottom: 0.5em;
        }

        .grid-1 {
            padding: 1em;
        }

        .table h1 {
            font-size: 1.7em;
        }

        .table h2 {
            font-size: 1.5em;
        }

        .table h3 {
            font-size: 1.3em;
        }

        .table h4 {
            font-size: 1.2em;
        }

        .table h5 {
            font-size: 1.1em;
        }

        .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            font-size: 0.7em;
            padding: 4px !important;
        }

        .but_list h1 {
            font-size: 1.4em;
        }

        .btn-group-lg > .btn, .btn-lg {
            padding: 8px 8px;
            font-size: 12px;
        }

        .but_list h2 {
            font-size: 1.2em;
        }

        .but_list h3 {
            font-size: 1.1em;
        }

        .but_list h4 {
            font-size: 1em;
        }

        .label {
            line-height: 2.4em;
        }

        .but_list h4, .but_list h5, .but_list h6 {
            margin-bottom: 0em;
        }

        h3.head-top {
            font-size: 1.5em;
            margin-bottom: 0.8em;
        }

        .alert {
            font-size: 0.9em;
        }

        .pagination-lg > li > a, .pagination-lg > li > span {
            padding: 4px 12px;
        }

        .modal-title {
            font-size: 1.2em;
        }

        .modal-dialog {
            width: 256px;
        }
        /*--inbox--*/
        .inbox-right {
            padding: 1em;
        }

        .table-img img {
            width: 40px;
        }

        .mail-toolbar {
            padding-bottom: 1em;
        }
        /*--inbox--*/
        .col-md {
            width: 48.6%;
        }

            .col-md:nth-child(3), .col-md:nth-child(6),
            .col-md:nth-child(9), .col-md:nth-child(12) {
                margin-right: 1%;
            }

            .col-md:nth-child(2), .col-md:nth-child(4), .col-md:nth-child(6),
            .col-md:nth-child(8), .col-md:nth-child(10), .col-md:nth-child(12) {
                margin-right: 0%;
            }
        /*--404--*/
        .four a {
            width: 40%;
        }

        .four {
            padding: 2em 0 0;
        }
        /*--faq--*/
        .questions p {
            padding: 0.5em 0;
        }
        /*--sign--*/
        .login-bottom {
            width: 94%;
            margin: 1.5em auto;
            padding: 1em 0;
        }

        .login {
            padding: 2em 0 0;
        }

            .login h1 {
                font-size: 2em;
            }

        .copy-right {
            padding-top: 1em;
        }
        /*--form--*/
        .grid-form1 h3 {
            font-size: 1.5em;
            margin-bottom: 0.5em;
        }

        .grid-hor h3 {
            font-size: 1.3em;
        }

        .grid-hor {
            padding: 0em;
        }

        .dropdown-menu {
            left: -7em;
        }

        .menu1 {
            left: -12.5em;
            min-width: 301px;
        }

        .copy p, .copy-right p {
            font-size: 0.8em;
        }

        .tab-content {
            padding: 0 1em;
            margin: 0.5em 0 0 0;
        }

        .col-md-6.page_1 {
            padding: 0;
        }

        ul.dropdown-menu.dropdown-menu-right {
            left: -1em;
            top: 2.5em;
        }

        .tab-content-in {
            padding: 0 1em;
        }

        .input-group-in {
            padding-bottom: 0em;
        }

        .content-box ul li a {
            font-size: 0.9em;
        }

        .tabs li a {
            padding: 0.7em 1em;
        }

        .show-grid [class^=col-] {
            font-size: 12px;
        }

        .login-do input[type="submit"] {
            font-size: 0.9em;
        }

        .profile-bottom {
            width: 100%;
        }

        .content-color {
            right: 9%;
            padding: 0.5em;
        }

        .profile-text td {
            font-size: 0.8em;
        }

        .top-content label {
            font-size: 1.6em;
        }
    }

.custom-tabs li {
    height: 60px; /* Increase the height of the tabs */
    line-height: 60px; /* Center text vertically */
}

    .custom-tabs li a {
        display: block; /* Ensure the link spans the full height of the tab */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: 16px; /* Increase font size for better readability */
    }

    .custom-tabs li.active a {
        background-color: #f4f4f4; /* Highlight the active tab */
        color: #000; /* Active tab text color */
    }

    .custom-tabs li a:hover {
        background-color: #ddd; /* Add hover effect */
        color: #000; /* Hover text color */
    }

.nav-sidebar {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}
