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

/* Global Styles */

html,
body {
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
		color: #093d63;
}

body {
    padding-top: 130px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
p{
	color: #093d63;
}
.text-primary{
	color: #093d63;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 38%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

 

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* #bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
} */

/* Navigation bar */
 
.navbar-default {
  background-color: #ffffff;
  border-color:#093d63;
  
  
}

.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
}

 .navbar-default .navbar-brand {
  color: #093d63;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 80px;
}
/*
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffffff;
   background-color:#093d63;
   
} */
.navbar-default .navbar-text {
  color: #ffffff;
}
    .navbar-nav > li > a ,    .navbar-nav > li  ,  .navbar-nav  ,  #linkPanel      {
  background-color: #093d63;
  
 
  font-size : 18px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #093d63;
  font-size : 24px;
}



.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #093d63;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #ffffff;
  background-color: #093d63;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #093d63;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #093d63;
}
.navbar-default .navbar-toggle {
  border-color: #093d63;
  
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:#093d63;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #093d63;
}
.navbar-default .navbar-toggle:hover > .icon-bar , .navbar-default .navbar-toggle:focus > .icon-bar{
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
	.navbar {
    border-radius: 4px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #093d63;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #093d63;
     color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#093d63;
    background-color: #021e33;
  }
}

/* Tabs */
.nav-tabs > li > a{
	color: #ffffff;
    background-color: #021e33;
    margin-right: 5px;
    border-color: white;
     border-bottom-style:  solid;
}
 
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	color: #021e33;
}

/* Panel */
.panel-default{
   border-color: #093d63;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 20px;
}
.panel-default>.panel-heading,
.panel-default>.panel-heading > h4{
  background-color: #093d63;
  border-color: #021e33;
  color: #ffffff;
   font-size: 24px;
  
}
.panel-default>.panel-heading{
	font-size: 24px;
}


.panel-default>.panel-body{
 
  border-color: #021e33;
  color:  #093d63;
}

.btn-primary,
.btn-default{
  background-color: #093d63;
  border-color: #021e33;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #021e33;
  border-color: #285e8e;
}

.page-header{
   color: #093d63;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 24px;
   margin: 10px 0 10px;
   border-bottom: 2px solid  #093d63;
   border-top: 2px solid  #093d63;
}

.breadcrumb,
.breadcrumb>li>a,
ol .breadcrumb > li .active {
	background-color:#093d63;
	color:#fff;
}

/* Footer */
.footer-distributed{
	background-color: #dadada;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 20px 20px;
	 
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #093d63;
	margin: 0;
	font-weight: bold;
	font-size: 34px;
}

 

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #093d63;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color: #021e33;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #093d63;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #093d63;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #093d63;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #021e33;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	
	

}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>.dropdown-menu>.menu-item>a {
color: 	 #093d63;
}


.dropdown-submenu>.dropdown-menu>.menu-item>a:hover,
.dropdown-submenu>.dropdown-menu>.menu-item:focus{
  color: #ffffff;
  background-color: #093d63;
}


.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.css-treeview input + label + ul
{
    display: none;
}

.css-treeview input:checked + label + ul
{
    display: block;
}

.css-treeview input
{
    position: absolute;
    opacity: 0;
}

.css-treeview input:checked:not(:disabled) + label + ul
{
    display: block;
}

.css-treeview input:disabled + label
{
    cursor: default; /* or no-drop */
    opacity: .6;
}

.css-treeview label,
.css-treeview label::before
{
    
}

.css-treeview label::before
{
 
 width: 16px;
 margin: 0 22px 0 0;
 vertical-align: middle;
 background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
 background-position: 0 -16px;
}
.css-treeview ul li{list-style:none;}

.css-treeview input:checked:not(:disabled) + label > i:before{content:"\f146"}

.css-treeview input + label > i{margin-right:5px;}

.css-treeview > ul{padding-left:0;}

.custom-tab {
    padding-top:10px;
}
 
.tab-content {
    margin: 18px 25px;
}
 
.custom-tab .nav-tabs {
    background: -moz-linear-gradient(top, rgba(9,61,99,1) 0%, rgba(9,61,99,0.82) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,61,99,1)), color-stop(100%,rgba(9,61,99,0.82))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(9,61,99,1) 0%,rgba(9,61,99,0.82) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(9,61,99,1) 0%,rgba(9,61,99,0.82) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(9,61,99,1) 0%,rgba(9,61,99,0.82) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(9,61,99,1) 0%,rgba(9,61,99,0.82) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#d1e5e2d3',GradientType=0 ); /* IE6-9 */
    position: relative;
}
 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
 
span.rounded{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    color: #999;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 2px solid #E4DEDE;
}
 
div.success span.rounded{
    color: #5cb85c;
}
 
div.success li.active span.rounded{
    background: #5cb85c !important;
    border: none;
    color: #fff;
}
 
div.warning span.rounded{
    color: #ed9c28;
}
 
div.warning li.active span.rounded{
    background: #ed9c28 !important;
    border: none;
    color: #ffffff;
}
 
div.info span.rounded{
    color: #39b3d7;
}
 
div.info li.active span.rounded{
    background: #39b3d7 !important;
    border: none;
    color: #fff;
}
 
div.danger span.rounded{
    color: #d2322d;
}
 
div.danger li.active span.rounded{
    border: none;
    background: #d2322d !important;
    color: #fff;
}
 
 .nav-tabs > li.active
{
    background: #337ab7;
    color: #fff;
}

.nav-tabs > li.active > a span.rounded
{
    background: #093d63;
    color: #fff;
}
.nav-tabs > li > a span.rounded:hover ,
.nav-tabs > li.active > a span.rounded:hover {
    background: #fff;
    color: #39b3d7;
}

.nav-tabs > li {
    width: 33%;
}
.nav-tabs > li a{
   width: 50px;
   height: 50px;
   margin: 20px auto;
   border-radius: 50%;
   padding: 0;
}
 
@media(max-width:585px){    
    .custom-tab {
        width: 90%;
        height:auto !important;
    }
    span.rounded {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }
}


