﻿body {
}
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
.clickable {
  cursor: pointer;
}
p.lead {
  font-weight: 300;
}
h1 {
  font-weight: 700;
  font-size: 40px;
}
#top {
  background: #000000;
  /*background: #091936;*/
  /*padding: 10px 0;*/
  padding: 6px 0;
}
#top .offer {
  color: #fff;
}
#top .offer .btn {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #top .offer {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #top {
    font-size: 12px;
    text-align: center;
  }
}

#top a {
  color: #fff;
}
#top ul.menu {
  padding-top: 5px;
  margin: 0;
  text-align: right;
  font-size: 12px;
  list-style: none;
}

@media (max-width: 991px) {
  #top ul.menu {
    text-align: center;
  }
}

#top ul.menu > li {
  display: inline-block;
}
#top ul.menu > li a {
  color: #eeeeee;
}
#top ul.menu > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #f7f7f7;
}
#top ul.menu > .active {
  color: #999999;
}
#top #login-modal .modal-header {
  background: #0f3b87;
}
#top #login-modal .modal-header h4 {
  color: #fff;
}
#top #login-modal a {
  color: #0f3b87;
}
#top #login-modal p {
  font-weight: 300;
  margin-bottom: 20px;
}
.navbar .yamm-content h5 {
  font-size: 18px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  padding-bottom: 10px;
  border-bottom: dotted 1px #555555;
}

@media (max-width: 767px) {
  .navbar .yamm-content h5 {
    font-size: 14px;
  }
}

.navbar .yamm-content ul {
  margin: 0;
  padding: 0;
}
.navbar .yamm-content ul li {
  list-style-type: none;
  border-bottom: solid 1px #eeeeee;
  text-transform: uppercase;
  padding: 4px 0;
}
.navbar .yamm-content ul li a {
  color: #999999;
  font-size: 12px;
  display: block;
}
.navbar .yamm-content ul li a:hover {
  color: #0f3b87;
  text-decoration: none;
}
.navbar .yamm-content .banner {
  margin-bottom: 10px;
}
.navbar ul.nav > li > a {
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  font-weight:normal;
  color:#000000
}
.navbar #search {
  clear: both;
  border-top: solid 1px #9adacd;
  text-align: right;
}
.navbar #search .navbar-form {
  float: right;
  width: 500px;
}
.navbar #search .navbar-form .input-group {
  display: table;
}
.navbar #search .navbar-form .input-group .input-group-btn {
  white-space: nowrap;
  width: 1%;
}
.navbar #search .navbar-form .input-group .form-control {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar #search .navbar-form {
    float: none;
    width: auto;
  }
}

.navbar #basket-overview {
  padding: 0;
}
#hot h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #0f3b87;
  font-weight: 100;
  text-align: center;
}
#hot .product-slider {
  margin-bottom: 20px;
}
#hot .product-slider:before,
#hot .product-slider:after {
  content: " ";
  display: table;
}
#hot .product-slider:after {
  clear: both;
}
#hot .product-slider .item {
  margin: 0 25px;
  visibility: hidden;
}
#hot .product-slider .owl-controls {
  position: relative;
  top: -30px;
}
#hot .product-slider .owl-controls .owl-buttons {
  display: none;
}
#hot .product-slider .owl-controls .owl-page.active span,
#hot .product-slider .owl-controls.clickable .owl-page:hover span {
  background: #0f3b87;
}
#advantages {
  text-align: center;
}
#advantages .box .icon {
  position: absolute;
  font-size: 120px;
  width: 100%;
  text-align: center;
  top: -20px;
  left: 0;
  height: 100%;
  float: left;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#advantages .box h3 {
  position: relative;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}
#advantages .box h3 a:hover {
  text-decoration: none;
}
#advantages .box p {
  position: relative;
  color: #555555;
  z-index: 2;
}
#main-slider {
  margin-bottom: 30px;
  border: solid 1px #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.box.slideshow ul li div,
#main-slider ul li div {
  width: 100%;
}
.box.slideshow .owl-controls,
#main-slider .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.box.slideshow .owl-controls .owl-buttons,
#main-slider .owl-controls .owl-buttons {
  display: none;
}
.box.slideshow .owl-controls .owl-page.active span,
#main-slider .owl-controls .owl-page.active span,
.box.slideshow .owl-controls.clickable .owl-page:hover span,
#main-slider .owl-controls.clickable .owl-page:hover span {
  background: #0f3b87;
}
.breadcrumb {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box {
  background: #fff;
  margin: 0 0 30px;
  padding: 20px;
  overflow:hidden;
}

.boxsignin {
  background: #f5582e;
  margin: 0 0 30px;
  padding: 20px;
  overflow:hidden;
}

.box .box-header {
  background: #f7f7f7;
  margin: -20px -20px 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table;
}
.box .box-header:after {
  clear: both;
}
.box .box-footer {
  background: #f7f7f7;
  margin: 30px -20px -20px;
  padding: 20px;
  border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}
.box .box-footer:after {
  clear: both;
}

@media (max-width: 991px) {
  .box .box-footer .btn {
    margin-bottom: 20px;
  }
}

.box.slideshow {
  padding: 20px 0 0 0;
  text-align: center;
}
.box.slideshow h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.ribbon {
  position: absolute;
  top: 50px;
  padding-left: 51px;
  z-index: 20;
}
.ribbon .ribbon-background {
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon .theribbon {
  position: relative;
  width: 80px;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 10px -71px;
  color: #fff;
  background-color: #0f3b87;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .theribbon:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #2d7b6b #2d7b6b transparent transparent;
}
.ribbon.sale {
  top: 0;
}
.ribbon.new {
  top: 50px;
}
.ribbon.new .theribbon {
  background-color: #5bc0de;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
  border-color: #2390b0 #2390b0 transparent transparent;
}
.ribbon.gift {
  top: 100px;
}
.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
  border-color: #357935 #357935 transparent transparent;
}


/***______ LEFT PANEL __________________________________________*********************************/


#content .panel.sidebar-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*position:fixed;*/
}
#content .panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #555555;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}
#content .panel.sidebar-menu .panel-body span.colour.white {
  background: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour.red {
  background: red;
}
#content .panel.sidebar-menu .panel-body span.colour.green {
  background: green;
}
#content .panel.sidebar-menu .panel-body span.colour.blue {
  background: blue;
}
#content .panel.sidebar-menu .panel-body span.colour.yellow {
  background: yellow;
}
#content .panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}
#content .panel.sidebar-menu .panel-body label:hover {
  color: #555555;
}
#content .panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}
#content .panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
}
.#content .panel.sidebar-menu ul.nav.category-menu li a {
  /*text-transform:none;*/
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
}
#content .panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}
#content .panel.sidebar-menu ul.nav ul li {
  display: block;
}
#content .panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 10px 15px;
  padding-left: 10px;
  font-size: 12px;
  color: #999999;
}
#content .panel.sidebar-menu ul.nav ul li a:hover,
#content .panel.sidebar-menu ul.nav ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
#content .info-bar {
  line-height: 32px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #content .info-bar .products-showing {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #content .info-bar .products-number-sort {
    text-align: center;
    margin-top: 10px;
  }
}

#content .info-bar .products-number strong {
  margin-right: 10px;
}
#content .info-bar .products-sort-by select {
  margin-left: 10px;
}

@media (max-width: 991px) {
  #content .info-bar .products-sort-by {
    margin: 10px 0 0;
  }
  #content .info-bar .products-sort-by select {
    margin: 0;
  }
}

#content .product {
  background: #fff;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  
}
#content .product .flip-container {
  cursor: pointer;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  #content .product .flip-container img.img-responsive {
    min-width: 100%;
	
  }
}

#content .product .flip-container,
#content .product .front,
#content .product .back {
  width: 100%;
}

#content .product .flipper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

#content .product .front,
#content .product .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

#content .product .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#content .product .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#content .product:hover .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

#content .product:hover .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
}

#content .product .invisible {
  visibility: hidden;
}

@media (max-width: 767px) {
  #content .product .invisible img.img-responsive {
    min-width: 100%;
  }
}


#content .product .text {
  color:#FFF;
  padding: 0px 0px 0px 0px;
}

#content .product .text h3 {
  font-size: 16px;
  font-weight: 700;
  color:#FFF;
  text-align: center;
  line-height:44px;
  background-color:#999;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


#content .product .text h3 a {
  color: #fff;
  font-size:14px;
}

#content .product .text p.price {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
#content .product .text p.code {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

#content .product .text p.price del {
  color: #999999;
}
#content .product .text .buttons {
  clear: both;
  text-align: center;
}
#content .product .text .buttons .btn {
  margin-bottom: 10px;
}
#content .banner {
  margin-bottom: 30px;
}
#content .pages {
  text-align: center;
}
#content .pages .loadMore {
  text-align: center;
}
#content .pages .pagination {
  text-align: center;
}
#content #mainImage {
  /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);*/
}
#content #productMain {
  margin-bottom: 30px;
}
#content #productMain .goToDescription {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
#content #productMain .goToDescription a {
  color: #999999;
  text-decoration: underline;
}
#content #productMain .price {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
#content #productMain .buttons {
  margin-bottom: 0;
  text-align: center;
}
#content #productMain .buttons .btn {
  margin-bottom: 10px;
}
#content #details .social {
  text-align: left;
}
#content #details .social h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
#content #details .social p {
  line-height: 26px;
}
#content #details .social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
#content #details .social p a i {
  vertical-align: bottom;
  line-height: 26px;
}
#content #details .social p a.facebook {
  background-color: #4460ae;
}
#content #details .social p a.gplus {
  background-color: #c21f25;
}
#content #details .social p a.twitter {
  background-color: #3cf;
}
#content #details .social p a.instagram {
  background-color: #cd4378;
}
#content #details .social p a.email {
  background-color: #4a7f45;
}

@media (max-width: 991px) {
  #content #details .social {
    text-align: center;
  }
}

#content #thumbs a {
  display: block;
  border: solid 2px transparent;
}
#content #thumbs a.active {
  border-color: #0f3b87;
}
#content #checkout .nav {
  margin-bottom: 20px;
  border-bottom: solid 1px #0f3b87;
}
#content #checkout .nav li {
  height: 100%;
}
#content #checkout .nav li a {
  display: block;
  height: 100%;
}
#content #order-summary table {
  margin-top: 20px;
}
#content #order-summary table td {
  color: #999999;
}
#content #order-summary table tr.total td,
#content #order-summary table tr.total th {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}
#content #checkout .table tbody tr td,
#content #basket .table tbody tr td,
#content #customer-order .table tbody tr td {
  vertical-align: middle;
}
#content #checkout .table tbody tr td input,
#content #basket .table tbody tr td input,
#content #customer-order .table tbody tr td input {
  width: 50px;
  text-align: right;
}
#content #checkout .table tbody tr td img,
#content #basket .table tbody tr td img,
#content #customer-order .table tbody tr td img {
  width: 50px;
}
#content #checkout .table tfoot,
#content #basket .table tfoot,
#content #customer-order .table tfoot {
  font-size: 18px;
}
#content #text-page h1,
#content #text-page h2,
#content #text-page h3 {
  font-weight: 700;
}
#content #error-page {
  text-align: center;
}
#content #error-page h4 {
  margin-bottom: 40px;
}
#content #error-page p.buttons {
  margin-top: 40px;
}
#content #map {
  height: 400px;
}
#content #blog-listing .post,
#content #blog-homepage .post {
  margin-bottom: 60px;
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#content #blog-listing .post h2 a,
#content #blog-homepage .post h2 a,
#content #blog-listing .post h4 a,
#content #blog-homepage .post h4 a {
  color: #555555;
}
#content #blog-listing .post h2 a:hover,
#content #blog-homepage .post h2 a:hover,
#content #blog-listing .post h4 a:hover,
#content #blog-homepage .post h4 a:hover {
  color: #0f3b87;
}
#content #blog-listing .post .author-category,
#content #blog-homepage .post .author-category {
  color: #999999;
  font-weight: 300;
}
#content #blog-listing .post .date-comments a,
#content #blog-homepage .post .date-comments a {
  color: #999999;
  margin-right: 20px;
}
#content #blog-listing .post .date-comments a:hover,
#content #blog-homepage .post .date-comments a:hover {
  color: #0f3b87;
}
#content #blog-listing .post .intro,
#content #blog-homepage .post .intro {
  text-align: left;
}
#content #blog-listing .post .image,
#content #blog-homepage .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#content #blog-listing .post .image img,
#content #blog-homepage .post .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
  #content #blog-listing .post .image img.img-responsive,
  #content #blog-homepage .post .image img.img-responsive {
    min-width: 100%;
  }
}

#content #blog-listing .post .read-more,
#content #blog-homepage .post .read-more {
  text-align: right;
}
#content #blog-listing .post:hover .image img,
#content #blog-homepage .post:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#content #blog-homepage .post {
  margin-bottom: 30px;
}
#content #blog-homepage .post h2,
#content #blog-homepage .post h4,
#content #blog-homepage .post .author-category,
#content #blog-homepage .post .read-more {
  text-align: center;
}
#content #blog-homepage .post .intro {
  font-weight: 300;
}
#content #blog-homepage .post .read-more {
  margin-top: 20px;
}
#content #blog-post .author-date {
  color: #999999;
  font-weight: 300;
}
#content #blog-post #post-content {
  margin-bottom: 20px;
}
#content #blog-post .comment {
  margin-bottom: 25px;
}
#content #blog-post .comment:before,
#content #blog-post .comment:after {
  content: " ";
  display: table;
}
#content #blog-post .comment:after {
  clear: both;
}
#content #blog-post .comment .posted {
  color: #999999;
  font-size: 12px;
}
#content #blog-post .comment .reply {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#content #blog-post .comment.last {
  margin-bottom: 0;
}
#content #blog-post #comments:before,
#content #blog-post #comment-form:before,
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
  content: " ";
  display: table;
}
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
  clear: both;
}
#content #blog-post #comments h4,
#content #blog-post #comment-form h4 {
  margin-bottom: 20px;
}
#content #blog-post #comment-form {
  margin-bottom: 20px;
}
#content #customer-orders table tr th,
#content #customer-orders table tr td {
  vertical-align: baseline;
}
#content #customer-order .table tfoot th {
  font-size: 18px;
  font-weight: 300;
}
#content #customer-order .addresses {
  text-align: right;
}
#content #customer-order .addresses p {
  font-size: 18px;
  font-weight: 300;
}

#footer {
  background: #e0e0e0;
  padding: 20px 0;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul a {
  color: #999999;
}
#footer .social {
  text-align: left;
}
#footer .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}
#footer .social a i {
  vertical-align: bottom;
  line-height: 30px;
}
#footer .social a.facebook:hover {
  background-color: #4460ae;
}
#footer .social a.gplus:hover {
  background-color: #c21f25;
}
#footer .social a.twitter:hover {
  background-color: #3cf;
}
#footer .social a.instagram:hover {
  background-color: #cd4378;
}
#footer .social a.email:hover {
  background-color: #4a7f45;
}
#copyright {
  background: #333;
  color: #ccc;
  padding: 30px 0;
  font-size: 10px;
}
#copyright p {
  margin: 0;
}

@media (max-width: 991px) {
  #copyright p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}

#style-switch-button {
  position: fixed;
  top: 80px;
  left: 20px;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 20px;
  position: fixed;
  top: 120px;
  left: 20px;
  background: #fff;
  border: solid 1px #eeeeee;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
  
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
  width:200px;
 
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 4px 20px;
  background-color:#F00;
}

@media (max-width: 767px) {
  .yamm .yamm-content {
    padding: 10px 20px;
  }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 170px;
  right: 600px;
  /*width:400px;*/ color:#9F0;
}

/******____MAIN NAVIGATION____********************************************************/

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
	font-size:12px;
  padding: 7px 6px;
  /*border-bottom: 1px solid #f2f2f2;*/
  /*padding: 10px 13px;*/
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0f3b87;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
}

/*__________LEFT PANEL ACTIVE_________________________*/

.nav-pills > li > a {
  border-radius: 2px;
  /*border-radius: 4px;*/
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0f3b87;
  /*background-color: #000000;*/
}
.nav-tabs-justified > li > a {
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}

.navbar {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  min-height: 70px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid transparent;
  
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    float: left;
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse.right {
    float: right;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  /*margin-right: -15px;
  margin-left: -15px;*/
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 4px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 5px;
  }
}

.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px;
  border: none;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}


/******___DEFAULT NAVIGATION____***********************************/

.navbar-default {
  /*background-color: #0f3b87;*/
  background-color: #212121;
  border-bottom-color: #e6e6e6;
}
.navbar-default .navbar-brand {
  color: #f8f8f8;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #f8f8f8;
}
.navbar-default .navbar-nav > li > a {
  color: #f8f8f8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
   color:#fff;
  background-color:#2ca12c;
  cursor: pointer; cursor: hand;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #0f3b87;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0f3b87;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #0f3b87;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}


body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #efeeef;
}

a {
  color: #0f3b87;
  text-decoration: none;
  cursor: hand;
}
a:hover,
a:focus {
  color: #348e7b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  cursor: pointer; cursor: hand;
}
.img-rounded {
  border-radius: 6px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
    text-align: center;
  }
}

.btn {
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
}

.btn-primary {
  color: #ffffff;
  background-color: #0f3b87;
  border-color: #227a99;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0f3b87;
  border-color: #41b39c;
}

.btn-primary .badge {
  color: #0f3b87;
  background-color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}

label {
  font-weight: normal;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 12px;
}

.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #eeeeee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}

.pagination {
  margin: 20px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0f3b87;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #348e7b;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0f3b87;
  border-color: #0f3b87;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
p,
ul,
ol {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #0f3b87;
}
a.text-primary:hover {
  color: #3aa18c;
}
.bg-primary {
  color: #fff;
  background-color: #0f3b87;
}
a.bg-primary:hover {
  background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #0f3b87;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #0f3b87;
}
address {
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.panel-primary {
  border-color: #0f3b87;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0f3b87;
  border-color: #0f3b87;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0f3b87;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0f3b87;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}


.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
  background: #0e9aef !important;
}
.skin-1 .nav-header {
  background: #0e9aef;
  background: url('patterns/header-profile-skin-1.png');
}
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}
.skin-1 .breadcrumb {
  background: transparent;
}
.skin-1 .page-heading {
  border: none;
}
.skin-1 .nav > li.active {
  background: #3a4459;
}
.skin-1 .nav > li > a {
  color: #9ea6b9;
}
.skin-1 .nav > li.active > a {
  color: #fff;
}
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}
body.skin-1 {
  background: #3e495f;
}
.skin-1 .navbar-static-top {
  background: #ffffff;
}
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}
.skin-1 .wrapper-content {
  padding: 30px 15px;
}
.skin-1 #page-wrapper {
  background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
  border: none;
}
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-1 .profile-element {
  text-align: center;
}
.skin-1 .img-circle {
  border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}

.note-editor {
  height: auto !important;
  min-height: 300px;
}

.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper {
  padding: 0 20px;
}
.wrapper-content {
  padding: 20px 10px 40px;
}


#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }
}

.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}

.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
  margin: 0px 0px 23px !important;
}

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.icons-box .infont a {
  color: #a6a8a9;
}
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}
.ui-draggable .ibox-title {
  cursor: move;
}
.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  color: inherit;
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

.ibox {
  clear: both;
  margin-bottom: 4px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

.gray-bg {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
.blue-bg {
  background-color: #1c84c6;
  color: #ffffff;
}
.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.panel-primary {
  border-color: #1ab394;
}
.panel-primary > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.panel-warning {
  border-color: #f8ac59;
}
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.progress-bar {
  background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #23c6c8;
}
.progress-bar-warning {
  background-color: #f8ac59;
}
.progress-bar-danger {
  background-color: #ed5565;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}

.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191;
}

.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}

.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}
a.close-canvas-menu:hover {
  color: #fff;
}

.full-height {
  height: 100%;
}
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}
.modal-backdrop {
  z-index: 2040 !important;
}
.modal {
  z-index: 2050 !important;
}
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.fullscreen-ibox-mode .animated {
  animation: none;
}
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

body.modal-open {
  padding-right: inherit !important;
}
body.modal-open .animated {
  animation-fill-mode: initial;
}
/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important;
}
body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}
body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}

.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #EF5352;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}

.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}



.rate_1 {
  text-transform: uppercase;
  font-size: 20px;
  /*color: #F60;*/
  /*color:#ffc600;*/
  color:#f4a742;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.rate_2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #F60;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.rating > span:hover:before {
   content: "\2605";
   position: absolute;
}


/*****__________ ZZ HELP STYLE ______________________**********/


.help_h1a {
  font-size: 16px;
  color: #1e735b;
  font-weight: 330;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

.help_h1b {
  font-size: 16px;
  color: #1e735b;
  font-weight:normal;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

.help_txt1a {
  font-size: 16px;
  color: #000;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

.help_new_h1a {
  position:relative;
  float:left;
  font-size: 42px;
  color: #333333;
  text-align: left;
  font-weight:100;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.help_new_h1b {
  position:relative;
  float:left;
  font-size: 28px;
  color: #333333;
  text-align: left;
  font-weight:100;
  padding:0px 0px 0px 0px;
  margin:20px 0px 0px 0px;
}

.help_new_txt_1a {
  position:relative;
  float:left;
  font-size: 22px;
  color: #343434;
  text-align: left;
  font-weight:100;
  padding:0px 0px 0px 0px;
  margin:0px 0px 30px 0px;
}

.help_new_txt_1b {
  position:relative;
  float:left;
  font-size: 22px;
  color: #343434;
  text-align: left;
  font-weight:100;
  padding:0px 0px 0px 0px;
  margin:10px 0px 30px 0px;
}

.help_new_bul_1 {
  position:relative;
  float:left;
  font-size: 22px;
  color: #0088cc;
  text-align: left;
  font-weight:100;
  padding:0px 0px 0px 0px;
  margin:0px 0px 30px 0px;
}




/*****__________ ZZ NEWS STYLE ______________________**********/

.news_h2a {
  font-size: 30px;
  font-weight: 430;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.news_h2b {
  font-size: 14px;
  color: #1e735b;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

.news_right_h1a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:10px 0px 10px 0px;
}

.news_right_outer {
	border-bottom:1px solid #f3f3f3;
  text-align: left;
  padding:10px 0px 15px 0px;
  margin:4px 0px 5px 0px;
}

.news_right_txt1 {
  font-size: 14px;
  color: #212121;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:10px 0px 0px 0px;
}

.news_right_date {
  font-size: 10px;
  color: #858585;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:6px 0px 0px 0px;
}

.news_right_link1 {
  font-size: 16px;
  color: #212121;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:10px 0px 0px 0px;
}

.news_right_link1:hover {
  color: #656565;
  text-decoration:underline;
}


/*****__________ ZZ MARKET STYLE ______________________**********/


.pricing_h1a {
  font-size: 15px;
  color: #0f3b87;
  font-weight: 500;
  text-transform:uppercase;
  text-align:left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.pricing_h1b {
  font-size: 15px;
  color: #0f3b87;
  font-weight: 500;
  text-transform:uppercase;
  text-align:left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.pricing_txt_1a {
  position:relative;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.pricing_txt_1b {
  position:relative;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  /*text-align:right;*/
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.pricing_cnt_b1 {
  position:relative;
  top:5px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


/*****__________ ZZ MARKET STYLE ______________________**********/


.market_h1a {
  font-size: 15px;
  color: #0f3b87;
  font-weight: 400;
  text-transform:uppercase;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.market_h1b {
  font-size: 15px;
  color: #0f3b87;
  font-weight: 400;
  text-transform:uppercase;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.market_h2a {
  font-size: 30px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.market_h2b {
  font-size: 14px;
  color: #1e735b;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

.market_row_spacer_1 {
  height:50px;
  vertical-align:middle;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  overflow:hidden;
}

.market_txt_1 {
  position:relative;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.market_txt_right_align_2 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align:left;
  padding:0px 0px 0px 0px;
  margin:5px 0px 5px 0px;
}


/*****__________ ZZ COMMON DATE STYLE ______________________**********/


.date_common_h1 {
  position:relative;
  font-size: 15px;
  color: #0f3b87;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 10px;
}


/*****__________ ZZ SERVICES STYLE ______________________**********/


.services_h1 {
  font-size: 18px;
  color: #0f3b87;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.services_link_1 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding:8px 0px 8px 0px;
  margin:0px 0px 0px 0px;
  display:block;
}

.services_link_1:hover {
    color: #000;
	text-decoration:none;
}

.services_link_2 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 8px;
  margin:0px 0px 0px 0px;
  display:block;
}
.services_link_2:hover {
    color: #000;
	text-decoration:none;
}

.services-checkbox {width: 30px; height: 30px;}

input[type="checkbox"] {
  transform:scale(1.7, 1.7);
}


.services_rec_h1 {
  font-size: 16px;
  color: #0f3b87;
  font-weight: 400;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:30px 0px 0px 0px;
}

.services_rec_h2 {
  font-size: 86px;
  color: #000;
  font-weight: 500;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.services_rec_h3 {
  font-size: 86px;
  color: #000;
  font-weight: 500;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

#services_bg_1 {
  height:140px;
  padding:0px 0px 0px 8px;
  margin:80px 0px 0px 0px;
  background:url(../img/zz_record_btn_bg_1.png);
}

.services_rec_link_1 {
  position:relative;
  /*left: 40%;*/
  top:85px;
  font-size: 23px;
  color: #000;
  font-weight: 400;
  height:110px;
  text-align:center;
  vertical-align:bottom;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  display:block;
}
.services_rec_link_1:hover {
    color: #000;
	text-decoration:none;
}

.services_rec_link_2 {
  position:relative;
  left: 30%;
  top:85px;
  font-size: 23px;
  color: #000;
  font-weight: 400;
  height:110px;
  text-align:center;
  vertical-align:bottom;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  display:block;
}
.services_rec_link_2:hover {
    color: #000;
	text-decoration:none;
}

#services_key_1 {
  text-align:right;
  vertical-align:middle;
  padding:0px 8px 0px 0px;
  margin:0px 6px 0px 0px;
}



/*****__________ ZZ REQUESTS STYLE ______________________**********/

.customer_main_h1 {
  font-size: 28px;
  color: #000;
  font-weight: 450;
  text-align: left;
  padding:8px 0px 12px 0px;
  margin:0px 0px 0px 0px;
}

.customer_main_h2 {
	position:relative;
	float:left;
  font-size: 21px;
  color: #000;
  font-weight:normal;
  text-align: left;
  padding:8px 0px 12px 0px;
  margin:10px 0px 0px 0px;
}


/*****__________ ZZ BRAND STYLE ______________________**********/

.brandtitle {
  font-size: 21px;
  color: #c3ebe0;
  font-weight: 600;
  text-decoration:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


/*****__________ ZZ REQUESTS STYLE ______________________**********/

.request_main_h1 {
  font-size: 28px;
  color: #000;
  font-weight: 450;
  text-align: left;
  padding:8px 0px 12px 0px;
  margin:0px 0px 0px 0px;
}

.request_slim_h1 {
  font-size: 28px;
  color: #000;
  text-align: left;
  padding:8px 0px 12px 0px;
  margin:0px 0px 0px 0px;
}

.request_date_h1a {
  font-size: 13px;
  color: #000;
  font-weight: 350;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.request_date_h1 {
  font-size: 14px;
  color: #0f3b87;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


.request_box_outer_1 {
/*  position:relative;
  float:left;
  text-align: left;
*/  width:56px;
  height:54px;
  background:url(../img/request_box_bg_1.png);
  background-repeat:no-repeat;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.request_rpl_h1 {
  position:relative;
  width:54px;
  font-size: 16px;
  color: #eb6e22;
  font-weight: 400;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:12px 0px 0px -10px;
}

.request_rpl_h2 {
  font-size: 10px;
  color: #b9b9b9;
  font-weight: 350;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px -10px;
}

.request_act_1a {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_req_out_1.png);
  background-repeat:no-repeat;
}

.request_act_1b {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_opp_in_1.png);
  background-repeat:no-repeat;
}

.request_act_1c {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_voc_in_1.png);
  background-repeat:no-repeat;
}

.request_act_1d {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_voc_out_1.png);
  background-repeat:no-repeat;
}

.request_act_1e {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_cal_out_1.png);
  background-repeat:no-repeat;
}

.request_act_1f {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_cal_in_1.png);
  background-repeat:no-repeat;
}

.request_act_1g {
  width:56px;
  height:54px;
  background:url(../img/zz_requests_cal_msd_1.png);
  background-repeat:no-repeat;
}


/*****__________ JOB TICKET STYLE ______________________**********/


.job_ticket_h2 {
	position:relative;
	float:left;
  font-size: 16px;
  color: #000;
  font-weight: 450;
  text-align: left;
  padding:8px 0px 0px 4px;
  margin:12px 0px 0px 0px;
}









/*****__________ ZZ OPPORTUNITIES STYLE ______________________**********/


.opportunities_main_h1 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding:8px 0px 12px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_date_h1 {
  font-size: 14px;
  color: #0f3b87;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_nospace_1 {
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_env_c_1 {
  position:relative;
  float:left;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_env_cls_1 {
  /*position:relative;
  float:left;
  text-align: left;*/
  width:56px;
  height:54px;
  background:url(../img/zz_opportunity_envelope_c_1.png);
  background-repeat:no-repeat;
  /*padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;*/
}

.opportunities_env_opn_1 {
  /*position:relative;
  float:left;
  text-align: left;*/
  width:56px;
  height:54px;
  background:url(../img/zz_opportunity_envelope_o_1.png);
  background-repeat:no-repeat;
  /*padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;*/
}

.opportunities_h1 {
  font-size: 23px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:14px 0px 0px 10px;
}

.opportunities_h1a {
  position:relative;
  font-size: 16px;
  color: #000;
  top:11px;
  font-weight: 450;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_h1b {
  position:relative;
  font-size: 16px;
  color: #000;
  top:11px;
  font-weight: 300;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_h2 {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 10px;
}

.opportunities_time_1 {
  font-size: 14px;
  color: #757575;
  font-weight: 340;
  text-align:right;
  padding:0px 12px 0px 0px;
  margin:55px 0px 0px 0px;
}

.opportunities_time_1a {
  font-size: 13px;
  color: #000;
  font-weight: 210;
  text-align:left;
  padding:0px 12px 0px 0px;
  margin:8px 0px 14px 10px;
}


.opportunities_conv_rqs_bbl_1 {
  text-align:right;
  padding:0px 0px 0px 0px;
  margin:40px 0px 30px 0px;
}

.opportunities_conv_rpl_bbl_1 {
  text-align:left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 30px 0px;
}

.opportunities_checkbox_1a {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_opportunity_checkbox_img_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_checkbox_1b {
  position:absolute;
  float:left;
  left:40px;
  top:38px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_checkbox_outer {
  width:54px;
  height:54px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


.opportunities_checkbox_2a {
  position:relative;
  float:left;
  text-align: left;
  width:48px;
  height:44px;
  background:url(../img/opportunity_checkbox_bg_1.png);
  background-repeat:no-repeat;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.opportunities_checkbox_2b {
  position:absolute;
  float:left;
  left:14px;
  top:13px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


/*****__________ ZZ CALLING STYLE ______________________**********/


#calling_bg_1 {
  height:170px;
  padding:0px 0px 0px 8px;
  margin:80px 0px 0px 0px;
}

.calling_h1 {
  font-size: 21px;
  color: #0f3b87;
  font-weight: 400;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:30px 0px 0px 0px;
}


/*****__________ ZZ ECOMMERCE STYLE ______________________**********/


.ecommer_portal_h1a {
  position:relative;
  font-size: 16px;
  color: #000;
  top:11px;
  font-weight: 450;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

#ecommer_portal_btn_outer {
  padding:9px 0px 10px 7px;
  margin:0px 0px 0px 0px;
}




/*****__________ ZZ HISTORY STYLE ______________________**********/


.history_nospace_1 {
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_img_1 {
  position:relative;
  float:left;
  /*width:100px;*/
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_1 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_req_out_1_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_2 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_opp_in_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_3 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_cal_out_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_4 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_voc_in_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_5 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_cal_msd_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.history_act_6 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_requests_cal_in_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


.history_h1 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:22px 0px 0px 0px;
}

.history_h2 {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin:2px 0px 0px 10px;
}


.history_common_wline_1 {
  position:relative;
  float:left;
  text-align: left;
  width:100px;
  height:100px;
  background:url(../img/zz_common_box_wline_1.png);
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


.history_req_h1 {
  font-size: 24px;
  color: #eb6e22;
  font-weight: 400;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:22px 0px 0px 0px;
}

.history_req_h2 {
  font-size: 12px;
  color: #b9b9b9;
  font-weight: 300;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}



.forms_h1 {
	position:relative;
	color:#0f3b87;
	font-weight:400;
	font-size: 15px;
	text-align:center;
	text-transform:uppercase;
    padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.EW_h1a {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.EW_h1b {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 24px 0px;
}

.CC_h1a {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 700;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 10px 0px;
}

.CC_h1b {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:6px 0px 24px 0px;
}

.CC_h2a {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 700;
  text-align:left;
  top:25px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 25px 0px;
}

.CC_h2b {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 400;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:6px 0px 24px 0px;
}


.divfix_CCspace_1 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
}

.divfix_CCspace_2 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
}

.divfix_CCspace_2_1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
}




.divfix_CCspace_2a {
  text-align: left;
  padding: 0px 2px 0px 0px;
  margin: 0px 0px 2px 0px;
}

.divfix_CCspace_2b {
  text-align: left;
  padding: 0px 2px 0px 0px;
  margin: 0px 0px 2px 0px;
}

.divfix_CCspace_2c {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
}

.divfix_CCspace_tbl_1 {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}

.divfix_CCspace_tbl_2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}


.CCinput_active_1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.CCinput_steric_1 {
  /*background-color:#fffae8;
  border:1px solid #fad951;*/
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 0px;
}




.divfix_CCspace_3 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
}

.EW_input_h1a {
  position:relative;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  text-align:left;
  border:none;
  background:#f3f3f3;
  padding:0px 0px 0px 12px;
  margin:0px 0px 0px 0px;

}

.EW_input_h1a_1 {
  position:relative;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  text-align:left;
  border:none;
  background:#f3f3f3;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.EW_input_h1a_2 {
  position:relative;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  text-align:left;
  /*top:10px;*/
  border:none;
  background:#f3f3f3;
  padding:0px 0px 0px 12px;
  margin:0px 0px 0px 0px;
}




/*------------------------------JOB CARD-------------------------------------------*/


.divfix_JCspace_1a {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
}

.divfix_JCspace_1b {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
  
}

.divfix_JCspace_1c {
  text-align: left;
  padding: 0px 2px 0px 0px;
  margin: 0px 0px 2px 0px;
}


.divfix_JCspace_2 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
  
}


.JC_h1a {
  position:relative;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  text-align:center;
  border:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 2px 0px;
}

.JC_h1b {
  position:relative;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align:center;
  border:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.JC_h1c {
  position:relative;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-align:center;
  border:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.JC_h1d {
  position:relative;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-align:center;
  border:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.JC_h1e {
  position:relative;
  font-size: 24px;
  color: #f00;
  font-weight: 600;
  text-align:center;
  border:none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}






.wizard_h1 {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 300;
  text-align:left;
  top:20px;
  padding:10px 0px 0px 0px;
  margin:0px 0px 8px 0px;
}

.wizard_h1a {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 300;
  text-align:left;
  top:10px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.wizard_h1b {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 300;
  text-align:left;
  top:20px;
  padding:0px 0px 8px 0px;
  margin:0px 0px 0px 0px;
}

.btn_wizspace_1 {
  text-align: right;
  padding: 0px 0px 0px 2px;
  margin: 20px 30px 16px 0px;
  
}




.divfix_owspace_1 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 0px;
  
}

.divfix_owspace_2 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  
}



.divfix_ifspace {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_if_nospace {
  text-align:right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_if_r_nospace {
  text-align:left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_if_btn_nospace {
  text-align:left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_ifspace_1a {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 0px;
}

.divfix_ifspace_1b {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 0px 0px;
}



.divfix_outer_fld_1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_ifspace_fld_1a {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 7px 0px;
}





.divfix_ifspace_noborder_1 {
	margin-bottom:0px;
	text-align:right;
	background:#f3f3f3;
	border:none;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0px 5px 0px 0px;
  	margin: 0px 0px 0px 0px;
}

.divfix_ifspace_border_1 {
	margin-bottom:0px;
	text-align:right;
	background:#f9f9f9;
	border:1px solid #ccc;
	padding: 0px 5px 0px 0px;
  	margin: 0px 0px 0px 0px;
}

.divfix_ifspace_border_2 {
	margin-bottom:0px;
	text-align:right;
	background:#f9f9f9;
	border:none;
	padding: 0px 0px 0px 2px;
  	margin: 0px 0px 0px 0px;
}


#divfix_ifspace_1 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 2px 0px;
}

#divfix_ifzspace_2 {
  text-align: left;
  padding: 0px 0px 0px 2px;
  margin: 0px 0px 6px 0px;
  
}

#divfix_ifspace_3 {
  text-align: left;
  padding: 120px 0px 0px 2px;
  margin: 0px 0px 116px 0px;
  
}


.divfix_IF_text_left_1 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#f9f9f9;
  border:none;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_ip_1 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_blank_1 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_outer1 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_tf_outer1 {
  background:#fff;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 0px;
}

.divfix_tf_blank_outer1 {
  border:none;
  background:#f9f9f9;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 5px 0px;
}



.divfix_IF_zero_1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_bot_mrn_10 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

.divfix_IF_h1_1 {
  position:relative;
  font-size:14px;
  text-align: left;
  color:#84b8fa;
  text-transform:uppercase; 
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

.divfix_IF_hdn_1 {
  /*color:#315d96;*/
  color:#84b8fa;
  text-transform:uppercase;
  font-weight:bold;
  text-align: left;
  border-bottom:1px solid #b7d2f5;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  
}

.divfix_IF_sec_otr_1 {
  font-size:12px;
  text-align: left;
  color:#888;
  background:#f3f3f3;
  border:none;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_sec_inr_1 {
  position:relative;
  font-size:14px;
  text-align:right;
  color:#353535;
  background:none;
  border:none;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.divfix_IF_left_menu_bt1 {
  position:relative;
  font-size:13px;
  font-weight:normal;
  text-align:left;
  background:none;
  cursor: pointer;
  /*border-top:1px solid #f2f2f2;*/
  border-bottom:1px solid #f2f2f2;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
}





.divfix_OW_sec_otr_1 {
  font-size:12px;
  text-align: left;
  color:#888;
  background:#f3f3f3;
  border:none;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 0px 0px;
}

.divfix_OW_sec_otr_2 {
  font-size:14px;
  text-align:right;
  color:#888;
  background:#f3f3f3;
  border:none;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.divfix_OW_outer1 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.divfix_OW_outer2 {
  font-size:14px;
  text-align: left;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 5px 0px;
}

.divfix_OW_outer3 {
  font-size:14px;
  text-align:right;
  color:#888;
  background:#fff;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 5px 0px;
}




/*__________ADD / EDIT FORM_____________________*/


.divfix_aded_space_1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  
}

.divfix_aded_space_1a {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  
}

.divfix_owspace_2 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  
}

.divfix_aded_h1 {
  position:relative;
  font-size: 15px;
  color: #009;
  font-weight: 300;
  text-align:left;
  top:0px;
  padding:8px 0px 0px 0px;
  margin:0px 0px 10px 0px;
}






















@media (max-width: @screen-xs) {
   /* body{font-size: 10px;}*/
   
   .opportunities_h1 {
    	font-size: 18px;  
  	}
	
 	.opportunities_h2 {
    	font-size: 14px;  
  	}
	
  	.opportunities_h3 {
    	font-size: 12px;
	}
}

@media (max-width: @screen-sm) {
    /*body{font-size: 14px;}*/
	
	.opportunities_h1 {
    	font-size: 20px;  
  	}
	
 	.opportunities_h2 {
    	font-size: 16px;  
  	}
	
  	.opportunities_h3 {
    	font-size: 14px;
	}
}


h5{
    font-size: 1.4em;
} 



/*     FONT SIZE
______________________________________________________________*/


/*
text types
*/
.coll-text {
    position : relative;
    width    : 100%;
}
.coll-text > span.text {
    white-space : normal
}
.coll-text.type-01 {
    font-family    : 'Open Sans', helvetica, arial;
    font-size      : 140px;
    font-weight    : 800;
    color          : #000;
    text-transform : uppercase;
    line-height    : 1em;
    letter-spacing : 0.07em;
    text-align     : left;

}
.coll-text.type-02 {
    font-family    : 'Open Sans', helvetica, arial;
    font-size      : 50px;
    font-weight    : 700;
    color          : #000;
    text-transform : uppercase;
    line-height    : 1em;
    letter-spacing : 0.2em;
    text-align     : left;
}
.coll-text.type-02 .text {
    border-top    : 1px solid;
    border-bottom : 1px solid;

}


/*------------------------------------type-03-------------------------*/

.coll-text.type-03 {
    /*font-family : 'Lato', sans-serif;
    font-size   : 24px;
    font-weight : 300;
    text-align  : left;
    line-height : 1.3em;*/
	
	font-size: 22px;
  	color: #000;
  	font-weight: 400;
  	text-align: left;
	line-height : 1.3em;
  	padding:0px 0px 0px 0px;
  	margin:22px 0px 0px 10px;

}
.coll-text.type-04 {
    font-family    : 'Bitter', helvetica, arial;
    font-size      : 140px;
    font-weight    : 700;
    color          : #000;
    line-height    : 1em;
    letter-spacing : -0.05em;
    text-align     : left;
}
.coll-text.type-05 {
    font-family    : 'Raleway', helvetica, arial;
    font-size      : 36px;
    font-weight    : 400;
    color          : #000;
    text-transform : uppercase;
    line-height    : 1em;
    letter-spacing : 0.1em;
    text-align     : left;
}
.coll-text.type-06 {
    font-family : 'Sacramento', helvetica, arial;
    font-size   : 48px;
    color       : #000;

    line-height : 1em;

    text-align  : left;
}
.coll-text.type-07 {
    font-family    : 'Open Sans', helvetica, arial;
    font-size      : 96px;
    font-weight    : 700;
    color          : #000;
    line-height    : 1em;
    letter-spacing : 0.1em;
    text-align     : center;
    text-transform : uppercase;
}
.coll-text.type-08 {
    font-family : 'Pacifico', helvetica, arial;
    font-size   : 48px;
    color       : #000;
    line-height : 1em;

    text-align  : center;
}
.coll-text.type-09 {
    font-family    : 'Roboto', helvetica, arial;
    font-size      : 38px;
    font-weight    : 700;
    color          : #000;
    line-height    : 1em;
    letter-spacing : -0.03em;
    text-align     : left;

}
.coll-text.type-09 > span.text {
    line-height : 1em;
    padding     : 0.2em .5em .3em;
    border      : 4px solid;
}

.coll-text > span.text {

}

.coll-text.type-10 {
    font-family    : 'Oswald', helvetica, arial;
    font-size      : 140px;
    font-weight    : 700;
    color          : #000;
    line-height    : 1em;
    letter-spacing : -0.02em;
    text-align     : left;
    text-transform : uppercase;
}
.coll-text.type-11 {
    font-family    : 'Lobster', helvetica, arial;
    font-size      : 64px;
    color          : #000;
    line-height    : 1em;
    letter-spacing : 0.05em;
    text-align     : left;
}
.coll-text.type-12 {
    font-family : "Pinyon Script", helvetica, arial;
    font-size   : 140px;
    line-height : 1em;
    text-align  : left;
    font-weight : 400;
    color       : #000;
}
.coll-text.type-13 {
    font-size      : 47px;
    font-family    : Bentham, helvetica, arial;
    line-height    : 1em;
    text-transform : uppercase;
    text-align     : left;
    font-weight    : 400;
    color          : #000;
}

.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.features_h1{
	font-size: 20px;
  	color: #333;
  	font-weight: 600;
  	text-align: left;
	border-bottom:1px solid #e2e2e2;
  	padding:0px 0px 8px 0px;
  	margin:0px 0px 0px 0px;
}

.hover_table_1{
	cursor: pointer;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.wiz_link_1 {
  position:relative;
  left: 6px;
  top:0px;
  font-size: 15px;
  color: #59b4ff;
  font-weight: 400;
  text-align:left;
  line-height:32px;
  vertical-align:bottom;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.wiz_link_1:hover {
	color: #000;
	text-decoration:none;
}

.wiz_link_2 {
  position:relative;
  left: 0px;
  top:0px;
  width:100%;
  font-size: 15px;
  color: #59b4ff;
  font-weight: 400;
  text-align:left;
  line-height:32px;
  display:block;
  border-left:3px solid #d2ebff;
  vertical-align:bottom;
  padding:12px 0px 12px 20px;
  margin:0px 0px 5px 0px;
}

.wiz_link_2:hover {
	color: #fff;
	text-decoration:none;
	width:100%;
	border-left:3px solid #59b4ff;
	background-color:#59b4ff
}

.wiz_done_1 {
  position:relative;
  left: 0px;
  top:0px;
  font-size: 15px;
  color: #7ea4c4;
  font-weight: 400;
  text-align:left;
  line-height:32px;
  display:block;
  border-left:3px solid #e7f4ff;
  background-color:#f0f8ff;
  vertical-align:bottom;
  padding:12px 0px 12px 20px;
  margin:0px 0px 5px 0px;
}

.wiz_done_check_1 {
  font-size: 21px;
  color: #20d635;
  font-weight: 400;
  text-align:left;
  line-height:32px;
  vertical-align:bottom;
  padding:0px 12px 0px 0px;
  margin:0px 0px 0px 0px;
}

.wiz_link_3 {
  position:relative;
  left: 0px;
  top:0px;
  font-size: 15px;
  color: #7ea4c4;
  font-weight: 400;
  text-align:left;
  line-height:32px;
  display:block;
  border-left:3px solid #d2ebff;
  background-color:#d2ebff;
  vertical-align:bottom;
  padding:12px 0px 12px 20px;
  margin:0px 0px 5px 0px;
}
.wiz_link_3:hover {
	color: #7ea4c4;
	text-decoration:none;
	width:100%;
	border-left:3px solid #d2ebff;
  	background-color:#d2ebff;
}

#sch_input_height_1 {
  position:relative;
  float:left;
  max-height:1260px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

.jobprog_h1a {
  position:relative;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align:left;
  border:none;
  padding:0px 0px 0px 0px;
  margin:12px 0px 8px 0px;
}


/*input {
  width: 100%;
  display: block;
  border: 12px solid #ebebeb;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto Slab'; }*/
  
  
  .input_f1 {
  width: 100%;
  display: block;
  border: 1px solid #ebebeb;
  height: 45px;
  /*height: 50px;*/
  box-sizing: border-box;
  padding: 0 20px;
  color: #222;
  /*font-weight: bold;*/
  font-size: 14px;
  font-family: 'Roboto Slab'; }
  



.wg_h1 {
  position:relative;
  float:left;
  color: #222;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding:6px 0px 6px 12px;
  margin:0px 0px 0px 0px;
  
}

.wg_h1a {
  position:relative;
  float:left;
  color: #222;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight:bold;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding:6px 0px 6px 12px;
  margin:0px 0px 0px 0px;
  
}

.wg_h2 {
  position:relative;
  float:left;
  color: #222;
  left:2px;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  padding:6px 0px 6px 12px;
  margin:0px 0px 0px 2px;
  
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-ePRO {
    /*background-color: rgb(18, 64, 131);*/
    background-color: rgb(246, 246, 246) !important;
    /*border-color: rgb(36, 155, 42);*/
    /*border-bottom: 1px solid #dddddd;*/
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 100;
}
.navbar-ePRO:nth-of-type(2) {
	border-top-width: 1px;
	z-index: 50
}

.navbar-ePRO.affix-top {
	position: absolute;
	top: 0px;
	width: 100%;
}
.navbar-ePRO.affix {
	top: 0px;
	width: 100%;
}
.navbar-ePRO .navbar-toggle .icon-bar{
	background-color: rgb(95, 176, 228);
}



.navbar-ePRO .navbar-brand {
	color: rgb(95, 176, 228);
	font-weight: 900;
}

.navbar-ePRO .navbar-nav > li > a {
	/*border: 0px solid rgb(36, 155, 42);*/
	color: rgb(255, 255, 255);
	/*padding: 12px 6px;*/
    padding: 10px 6px;
}

.navbar-ePRO .navbar-nav > li > form > .input-group > input,
.navbar-ePRO .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
	border-radius: 0px;
}

.navbar-ePRO .navbar-nav > li:not(.disabled).open > a,
.navbar-ePRO .navbar-nav > li:not(.disabled).active > a,
.navbar-ePRO .navbar-nav > li:not(.disabled) > a:hover, 
.navbar-ePRO .navbar-nav > li:not(.disabled) > a:focus {
	border-left-width: 5px;
	color: rgb(0, 0, 0);
	padding-left: 6px;
    padding-bottom:5px;
	background-color: rgb(255, 255, 255);
    /*background-color: rgb(18, 64, 131);*/
    box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
    border-bottom-width: 5px !important;
    border: 0px solid rgb(36, 155, 42);
}
.navbar-ePRO .navbar-nav > li.disabled > a {
	color: rgb(200, 200, 200);
}


.navbar-ePRO .navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	margin-right: -1px;
    /*margin-top:4px;*/
	/*min-width: 220px;*/
	padding: 0px;
}
.navbar-ePRO .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
	left: 0px;
	margin-left: -1px;
	right: auto;
	
}
.navbar-ePRO .navbar-nav > li > .dropdown-menu > li > a {
	border-left: 0px solid rgb(36, 155, 42);
    /*box-shadow: 0 6px 4px rgb(0 0 0 / 18%);*/
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: 400;
	/*padding: 10px 20px;*/
	padding: 5px 20px;
	white-space: nowrap;
	/*background-color: rgb(18, 64, 131);*/
    background-color: rgb(255, 255, 255);
    /*background-color: rgb(42, 42, 42);*/
}
.navbar-ePRO .navbar-nav > li > .dropdown-menu > li.active > a, 
.navbar-ePRO .navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-ePRO .navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: rgb(242, 242, 242);
/*  box-shadow: 0 6px 4px rgb(0 0 0 / 18%);*/
	/*color: rgb(120, 120, 120);*/
    color: rgb(18, 64, 131);
	border-left-width: 5px;
	padding-left: 15px;
    padding-top:5px;
}

.navbar-ePRO .ePRO-search {
	display: none;
}
.navbar-ePRO .ePRO-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
}
.navbar-ePRO .ePRO-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 25px 0px;
}
.navbar-ePRO .ePRO-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-ePRO .ePRO-search .input-group-btn > .btn {
	padding: 14px 16px;
	border-radius: 0px;
}
.navbar-ePRO .ePRO-search .input-group-btn > .btn.active,
.navbar-ePRO .ePRO-search .input-group-btn > .btn:hover,
.navbar-ePRO .ePRO-search .input-group-btn > .btn:focus {
	padding: 14px 16px 14px 15px;
}
.navbar-ePRO .ePRO-search .input-group-btn > .btn-default {
	background-color: rgb(245, 245, 245);
}
.nav-padding {
	padding-top: 61px;
}

@media screen and (min-width: 768px) {
    .navbar-ePRO .navbar-brand {
        font-size: 20px;
        height: auto;
        padding: 2px 0px;
    }

    .navbar-ePRO .navbar-nav > li > a {
        color: #FFF;
        font-size: 12px;
        /*letter-spacing: 1px;*/
    }

    .navbar-ePRO .navbar-nav > li:not(.disabled).open > a,
    .navbar-ePRO .navbar-nav > li:not(.disabled).active > a,
    .navbar-ePRO .navbar-nav > li:not(.disabled) > a:hover,
    .navbar-ePRO .navbar-nav > li:not(.disabled) > a:focus {
        /*border-bottom-width: 5px;*/
        border-left-width: 0px;
        padding-bottom: 10px;
        padding-left: 6px;
    }

    .navbar-ePRO .navbar-nav > li.disabled > a {
        padding-left: 10px;
        padding-right: 10px;
    }


    .navbar-ePRO .ePRO-search {
        background-color: rgb(235, 235, 235);
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        visibility: hidden;
    }

        .navbar-ePRO .ePRO-search.open {
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            transform: rotateX(0deg);
            visibility: visible;
        }

        .navbar-ePRO .ePRO-search > .container {
            padding: 0px;
        }
}
div#bs-example-navbar-collapse-1 .dropdown:hover .dropdown-menu{
    display:block;
}
.nav-active {
    border-bottom-width: 5px !important;
    border: 0px solid rgb(36, 155, 42);
}





