@charset "utf-8";
/* CSS Document */
.custom-submit{
width: auto;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    margin: 0 10px 20px 0;
    border: none;
    color: #fff !important;
    padding: 7px 15px;
    background: #0d5f5d;
    text-decoration: none;
}
.alert-warning{ padding: 10px; }
.custom-submit:hover{ background: #999; text-decoration: none; }
blockquote{ font-size: 10.5px; border-left: 5px solid #171717; background: #eee; }
.col-md-12 h4{ background: #eee; padding: 10px; }
a{webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
    transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
}
body{ background-color:#eaeaea; overflow-x:hidden; }
.cus-row1{ background-color:#0d5f5d;height:20px; padding-right:0px; }
.cus-row1 .container{ padding-top:0px;}
.cus-row1 .container ul li{ display:inline;}
.cus-row1 .container ul li a{ font-size:12px;}
.cus-row1 .container ul {  float:right }
.cus-row1 .container span{ margin-right:10px;}
.cus-row1 a{ color:#ffffff; margin-left:15px;} 
.cus-row2{ background-color:#fff; padding-bottom:5px;}
.green{ color:#0d5f5d; font-weight:bold; }
.dark1{ color:#666; font-size:15px; margin-top:10px;	}
.pad-top-5{ padding-top:5px; }
.pad-top-10{ padding-top:10px; }
.btn-grp-cus{ padding-top:20px; }
.row4{ background-color:#107690; margin-top:5px; padding:10px 0px;color:#FFF; text-align:center;}
.row4 img{ width:30px;}
.row4 a{ color:#ffffff; display:block; }
.row4 div { border-right:1px solid #1a4b85; height:100%; } 
.row4 div :hover{ }
.card{}
@media (min-width: 768px){
.navbar-nav > li > a {
  padding-top:10px;
  padding-bottom:10px;}
}
.navbar a{ color:#FFF !important; }
.navbar{border-radius:0px; margin-left:-1px; margin-right:-1px; margin-top:5px; min-height:40px;}
.logo img{ width:492px; }
.wnew{ background-color:#fff; margin-top:5px; border:1px solid #CBC6C5; box-sizing:border-box; position:relative; padding:50px 10px 10px 10px }
.pad0{ padding:0px; }
.red{ color:red; }
.heightfix ul li{ list-style-position:inside; list-style:none; color:#666; position:relative; display:block; margin-bottom:3px;}
.heightfix ul li:hover:before{ 
 animation: animationFrames linear 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
 } 
.heightfix ul li:before{ 
  position:absolute; left:-15px; color:#326eb5;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\e162"}
  
  
  .element-animation{
 
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}
 
  
  
.well li{ list-style:none; position:relative }
.well li:before{ 
  position:absolute; 
  left:-20px; color:#326eb5;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\e125"}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
.dropdown-menu li a{ font-weight:normal !important ;} 
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #1EA49F;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border:0px solid #ccc;
  border:0px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li a:hover{ background-color:#094C4A !important; }
.navbar .dropdown-menu .menuheader { background-color:#0D5F5D; color:#ffffff !important; border-bottom:0px solid #1b5faf; text-align:center;}
.labelbg{ padding:5px 10px; left:-10px; top:8px; position:absolute; background-color:#0d5f5d; color:#FFF;}
.labelbg2{ padding:5px 10px; left:-10px; top:8px; position:absolute; background-color:#0d5f5d; color:#FFF;}
.labelbg:before, .labelbg:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent; /* arrow size */
	
}

.labelbg::after {
	border-right-color: #3b721b;  /* arrow color */

	/* positioning */
	position: absolute;
	top:20px;
	left: -10px;
	z-index: -1;
}
.labelbg2:before, .labelbg2:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent; /* arrow size */
	
}

.labelbg2::after {
	border-right-color: #0f325c;  /* arrow color */

	/* positioning */
	position: absolute;
	top:20px;
	left: -10px;
	z-index: -1;
}
/*.heightfix{ height:100px; overflow:auto;}*/
.icon1{ margin-right:15px; }
.footer{ background-color:#d5d5d6; padding:10px;border-bottom:0px solid #3a85dd; }
.footer1{ color:#1a4f8e; }
.footer1 a{color:#1a4f8e;} 
.footer2{ background-color:#c8c8c8; padding:20px 0px 10px 0px !important;}
.footer2 img{ width:50px; margin-top:-15px;	}
/*slider*/
.carousel-caption-header{ display:none;}
.carousel-caption{background-color:rgba(0, 0, 0,.6); width:100% !important; padding:10px 0px;}
.carousel-control {opacity:.5 !important; background-image:none !important;}
.item img{width:100% !important; height:500px !important;}
.carousel-caption-text{ display:block; width:1170px; font-size:17px; margin:0 auto; text-align:left;}
/*.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  /*  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
   /* background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.marquee-fade-effect.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	/*width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}*/
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 50px;  right:20px !important;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px){
 .carousel-indicators {
  left:120% !important; border:0px solid red; width:100px;}
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
/*.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
  /*  -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
*/
.marquee-holder{ height:182px; overflow:hidden; border:0px solid red;}
.marquee-fade-effect:before, .marquee-fade-effect::before,
.marquee-fade-effect:after,  .marquee-fade-effect::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.marquee-fade-effect:after, .marquee-fade-effect::after {
    bottom: 0;
    transform: rotate(180deg);
}

.marquee-fade-effect:before, .marquee-fade-effect::before {
    top: 0;
}
.marquee-fade-effect{ position:relative;}
.marquee-holder ul li:nth-child(even) a{ color:#000 !important; }
.marquee {
   
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
#toTop{
	position: fixed;
	bottom:75px;
	right: 92px !important;
	cursor: pointer; z-index:9999; 
	display: none;
}
#toTop .fa {margin-right: 5px;}
.btn-up{ background-color:#000000; color:#fff; }

/************************* DASHBOARD *****************************/
.row-fluid{ width: 100%; margin-left: auto; margin-right: auto; }
div.span3
{
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28%;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 1px 2px #ccc;
    font-size: 30px;
    border: 2px solid #ccc;
    margin-right: 20px;
    margin-bottom: 23px;
    height: 150px;
}
.number{ text-align: center; font-size: 41px; }
.desc{ text-align: center; font-size: 19px; }
.visual{ font-size: 11px; float: right; font-weight: bold; color: #800000; position: absolute;}
.visual a{ color: #001580; }
a{ text-decoration: none; color: #800000; }



.customizeTable td{ border: 1px solid #ccc; padding: 14px;}
span.moreRowTree{float: right; font-weight: bold; color: #ff0000; cursor: pointer; }
.hideThis{ display: none; }
.form-style-10{
	max-width:100%;
	padding:30px;
	margin:0px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.form-style-10 .inner-wrap{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
}
.form-style-10 h1{
	background: #1ea49f;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font-size: 30px;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
	display: block;
	margin-top: 2px;
	font-size: 13px;
}
.form-style-10 label{
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
	margin-top: 7px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
	font-size: 20px;
	color: #2A88AD;
	margin-bottom: 5px;
}
.form-style-10 .section span {
	background: #1ea49f;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.form-style-10 input[type="button"], 
.form-style-10 input[type="submit"]{
	background: #1ea49f;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 15px;
}
.form-style-10 input[type="button"]:hover, 
.form-style-10 input[type="submit"]:hover{
	background: #2A6881;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}


.fnt-20{
font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.fnt-16{
font-size: 16px;
}



  /* site map  */

        .font-size-15px{
            font-size:15px;
        }
 .site-ulbox .site-ul li{
        margin-bottom: 5px;
    border-bottom: 1px dashed #223645;
    list-style: none;
    text-decoration:none;
    line-height: 28px;
    text-decoration:none;
   
    }
 

      .margin-left{
        margin-left: 8px;
        }
.color-dark{
color:black;
}
