@charset "UTF-8";

html,body{height:100%;position:relative;}
#page {height:100%;}
#wrapper{min-height: 100%;margin: 0 auto -53px 0;padding: 0 0 53px 0;display-x:hidden;}

.navbar-link a { font-size: 14px;color: #007acd; }
.navbar-link a:hover { font-size: 14px;color: black; }

/* helpers */
.mr5{margin-right:5px!important;}
.ml5{margin-left:5px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mb0{margin-bottom:0!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb5{margin-bottom:5px;}
.mb15{margin-bottom:15px;}
.mb40{margin-bottom:40px;}
.pr0{padding-right:0;}
.pl0{padding-left:0;}
.bb0{border-bottom:0;}
.pr5{padding-right:5px!important;}
.pl5{padding-left:5px!important;}
.fleft{float:left;}
.fright{float:right;}
.capitalize{text-transform: capitalize;}
.linespacer15 {height:1px;margin:15px 0;background-color:#eee;clear:both;}
.marginauto {margin:auto!important;}
@media (max-width: 991px) {
    .md-mb40{margin-bottom:40px;}
}
.w100 {font-weight:100;}
.w200 {font-weight:200;}
.w300 {font-weight:300;}
.w400 {font-weight:400;}
.w500 {font-weight:500;}
.w600 {font-weight:600;}
.w700 {font-weight:700;}
.w800 {font-weight:800;}

.d0 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.d50 {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}
.d100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.d250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.d300 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.d350 {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}
.d500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.d600 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.d750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

/* main header */
#topbar{background-color: #fff;/* border-bottom: 2px solid #007acd */ border-bottom: 1px solid #f9f9f9;box-shadow:0 0 50px 10px rgba(0, 0, 0, 0.03);height:52px;z-index:10;position:relative;}
#topbar .logo {margin:0px 15px 5px 0;display:inline-block;position: absolute;}

/* Credits button */
#topbar .btn-credits {
	border: none;
	color: #fff !important;
	padding: 0 12px !important;
	margin-top: 6px !important;
	z-index: 1;
	border-radius: 6px;
	font-weight: 100 !important;
	background: #217BC9;
	background: -moz-linear-gradient(top, #217BC9 0%, #125388 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #217BC9), color-stop(100%, #125388));
	background: -webkit-linear-gradient(top, #217BC9 0%, #125388 100%);
	background: -o-linear-gradient(top, #217BC9 0%, #125388 100%);
	background: -ms-linear-gradient(top, #217BC9 0%, #125388 100%);
	background: linear-gradient(to bottom, #217BC9 0%, #125388 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217BC9', endColorstr='#125388', GradientType=0 );
}


.drawer-top.open+#topbar{box-shadow:none;}

/* search bar */
.search-container{display:inline-block;width:calc(100% - 950px);vertical-align:top;margin-top:8px;margin-right:0px;min-width:153px;border-radius:2px;border:1px solid #888;margin-left:60px;   }
.search-container .input-group{border-radius: 2px;}
.search-container .input-group:hover,.Search .input-group.wbg{color:black;background: white;}
.search-container .input-group:hover .search-type-chooser,.search-container .input-group:focus .search-type-chooser {color:black;}
.Search .wbg input {color:black!important;}
.Search-cloud.dropdown-toggle {}
.Search input {color:#888;font-size:14px;padding:5px 10px 3px;border:0;box-shadow:none;height:26px;}
.Search input:focus,.Search-cloud:hover,.Search button.btn:hover{box-shadow:none;}
.Search .wbg:hover .Search-cloud.dropdown-toggle{color:black;}
/*.Search .wbg .Search-cloud.dropdown-toggle{color:black;}*/
.Search .btn-primary.btn-sm {color:#9a9a9a;}
.Search .Search-cloud.dropdown-toggle{color:#909090;-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;}
.Search .wbg .btn-primary.btn-sm {color:black;}
.Search .dropdown-menu span {vertical-align: middle;}
.Search li a {padding-left:10px;}
.Search:hover .btn{color:black;}
/*#topbar .nav>li>a,#topbar .nav button{display:inline-block;padding:15px 12px;}*/

/* search chooser */
.Search-cloud,.Search button{background: transparent none repeat scroll 0 0!important;border: medium none transparent;}
.Search-cloud:hover,.Search-cloud:focus,.Search button:hover,.Search button:focus{color:black;outline:0;}
.Search-cloud{padding:0 0 0 6px;}
.Search-cloud i {vertical-align:middle;font-size:20px;/*position:absolute; left: 9px;top: -2px;*/}
.Search-cloud .search-type {vertical-align: bottom;display:none;}
.Search-cloud .caret {vertical-align: sub;}
.Search-cloud .caret{/*margin-left:30px;*/}
.search-icon {font-size:20px;}
#searchdropdown i {margin-right:5px;}
.search-type-chooser{border-top-left-radius: 2px;border-bottom-left-radius: 2px;}
/*.Search-cloud.btn.dropdown-toggle {min-width: 150px;}*/
.Search input::-webkit-input-placeholder {color:    #888;}
.Search input:-moz-placeholder {    color:    #888;}
.Search input::-moz-placeholder {    color:    #888;}
.Search input:-ms-input-placeholder {    color:    #888;}


/* notifications */
#header-notifications .badge,
.navbar-link .badge {background-color:red;position: absolute;right: -3px;top: 0px;border-radius:2px;}
#header-notifications a {border:1px solid transparent;border-radius:2px;}
#header-notifications a:hover {border:1px solid transparent;}

/* language */
/*.LanguageChooser,.btn-login{display: inline-block;vertical-align:top;}
.LanguageChooser button,.btn-login, #topbar ul.navbar-nav>li>a {color:#fff;background-color: transparent;border:0;border-radius:0;}
.dropdown-menu{min-width:auto;}*/
@media screen and ( max-width : 991px){
    .LanguageChooser .dropdown-toogle span {text-transform: uppercase;}
}

/* navigation */
#topbar .btn:hover,#topbar .btn:focus,#topbar .nav>li>a:hover,#topbar .nav>li>a:focus{border-color:transparent;outline:0;background-color: #fff;}
.btn-default:hover,.btn-default:focus{color:#333;border-color:#999;}
.footer-tools+.clearfix{background-color:white;}

/* inline block spaces*/
#topbar .nav > li {font-size:0;}
#topbar .nav > li a {padding: 6px 12px; margin-right:5px;}
#topbar .nav > li a.dropdown-toggle {font-size:20px;padding:5px 12px 6px 12px;margin-right:5px;}

#topbar .nav {margin-top:5px;}

#topbar .nav > li a.dropdown-toggle i,
#topbar .nav .btn-default,
#topbar .nav a {
    color:#717171;
}
#topbar .nav .btn-default {border:0;-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;}

/* user */
/*#topbar #header-user>a{padding:13px 12px 15px;}*/
.dropdown.user img {border-radius: 2px;margin-right: 5px;width: 18px;height: 18px;}
.username, .caret {vertical-align: middle;display:inline-block;}
.username{max-width: 123px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#header-user .caret {margin-top:2px;}
/*.dropdown-toggle .caret {position: relative;top: 2px;}*/
#header-user ul {margin-top:2px;}
#topbar ul.dropdown-menu li a {color:#333;}
#topbar ul.dropdown-menu li.active a {background-color:#f5f5f5;}

.affix {
    z-index:1;
}
@media (max-width: 1199px) {
    /*.affix {
        position: static!important;
    }*/
}
@media (min-width: 1199px) {
    .filter {max-width:164px;}
}
@media (min-width: 768px) {
    .multilang button {
        position: absolute;
        right: 15px;
        margin-top: -33px;
    }
}
/* editing */
.mandatory-field-expl,.Company_Html-attachments .att-list li.field ,.btn-group.bootstrap-select.field,.edit, .upload, .save, .cancel, .remove, .refresh, .tools > a.edit, .tools > a.save, .tools > a.cancel, .tools > a.refresh, .save img, .field, .editor, .empty {
    display: none;
}
.editable .edit, .editable .upload, .editable .remove, .editable .refresh, .editable .tools > a.edit, .editable .tools > a.refresh,.editing .field {
    display: inline;
}
.editing .Company_Profile-logo > img.value, .editing .Company_Profile-logo > .image-container img.value,.editable .title-box .edit, .title-box .add {
    display: inline-block;
}
.editing .mandatory-field-expl,
.editing .save,
.editing .cancel,
.editing .tools > a.save,
.editing .tools > a.cancel {
    display: inline-block;
}
.editing .title-box .edit,
.editing .edit,
.editing .tools > a.edit,
.editing .value,
.editing .viewer,
.editing .tohide {
    display: none;
}
.editing .Company_Html-attachments .att-list li.field ,.editing .editor {
	display: block;
}
.editable .empty {
    display: none;
}
.editing .empty{display:block;}
.pagetools {float: right;margin-left: 10px !important;margin-top: 5px;}
.contenteditable {clear:both;}
.datepicker{border-radius:2px!important;padding:5px 10px!important;}
.tools{float:right;}
/*.tools a { background-color: #007acd;border: 1px solid #4b70a3;border-radius: 2px;color: white;line-height: 17px;padding: 6px 12px;}*/
.tools-mini a{padding: 2px 5px;}
.tools-mini i{font-size:14px;margin:0!important;}
.tools-mini button {padding: 1px 5px 0px 5px!important;}
.tooltip{z-index:1000;}
label{font-weight: normal;color:#818181;}

.title-box label,.title-box .title {
    font-size: 16px;
	font-family:playbold;
	text-transform:uppercase;
    /*border-bottom:1px solid #c4c4c4;*/
}

.ms-res-ctn:empty{background-image: url(/ic/cloud-admin/img/loaders/gearb.gif);
    background-repeat: no-repeat;
    background-position: center center;}
.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	background-image: url(/ic/cloud-admin/img/loaders/gear.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.3;
	cursor: wait;
	z-index:9999;
}
.loader-local {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    background-image: url(/ic/cloud-admin/img/loaders/gear.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    cursor: wait;
    z-index:9999;
}
#shader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	opacity: 0.3;
	cursor: auto;
	z-index:3;
    display:none;
}
#shader.open{
    display:block;
}
.modal-mode{position:relative;z-index:10000;background-color:#fff;transition: all 0.5s ease;border-radius:2px;}
.tools i.fa{display:inline;}

/* typeahead */
.twitter-typeahead {
    display: block !important;
}
.typeahead {
    background-color: #fff;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999;
}
.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    width: 100%;
}
.tt-suggestion {
    font-size: 12px;
    padding: 3px 20px;
}
.tt-suggestion:hover {
    background-color: #4b70a3;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    background-color: #4b70a3;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

.clickable-row {cursor:pointer;}
/* bootstrap select */
.bootstrap-select .btn {border:1px solid #ccc; padding-top:6px;padding-bottom:5px;height:30px;}
.editing .bootstrap-select {width:100%!important;}

/* wizard */
.pager.wizard{margin:0;}
.pager.wizard li a{
  border-radius: 2px;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px;
  	background-color: #007acd;
    border-color: #007acd;
    color: #fff;
}
.pager.wizard li a.primary{
  	background-color: #007acd;
    border-color: #007acd;
}
.pager.wizard li a.default{
  	background-color: #fff;
    border-color: #ccc;
    color:#999;
}
.pager.wizard li a.primary:focus,.pager.wizard li a.primary:hover {
    background-color: #179bd7;
    border-color: #179bd7;
    color: white;
    outline: 0 none;
}
.pager.wizard li a.default:focus,.pager.wizard li a.default:hover {
    background-color: #e6e6e6;
    border-color: #999;
    color: #333;
    outline: 0 none;
}
/* Attachments */



/* layout */
#content{position: relative;}
.footer-tools {display: inline-block;float: right;margin-right:15px;margin-bottom:15px;margin-top:15px;}
.footer-tools .go-top {
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    padding: 0 6px 2px;
    text-decoration: none;
    text-transform: uppercase;
}
#content {}
/* mobile fix */
#main-content {
    overflow-x: hidden;
}
/* one fifth column */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

/* cookie message */
 #cookieguard {
    bottom: -70px;
    position: fixed;
    width:100%;
    background:#f3f3f3;
    box-shadow:0 0 15px #777;
    z-index:99999;
    max-height:75%;
}
#cookieguardinner{
	margin-left: 200px;
    max-width: 1024px;
    padding:5px 0;
 }
@media (max-width: 768px) {
    #cookieguardinner {
        margin-left: 10px;
    }
}
#cookieguardinner {height:100%;}
#cookieguardinner p{float:left;margin-bottom: 5px}
#cookieguardinner a{float:left;margin:0 10px;}
/*#hideCookiesWarning {background:rgba(0, 0, 0, 0) linear-gradient(#586072, #444c5d) repeat scroll 0 0;float:left;padding:10px;margin:0 10px;color:white;border-radius:2px;}*/
#cookieguardcontent{padding:10px 10px 0 10px;overflow-y: scroll;clear:both;}
#showCookies{display:block;width:auto;text-align:center;}


@media (min-width: 768px) {
    .col-sm-15 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        float: left;
        width: 20%;
    }
}

/* footer */
footer{border-top:1px solid #eae9e8;background-color:#fff;color:#333;padding-top:15px;padding-bottom:15px;}
footer a{color:#333;}
footer a:hover,footer a:focus{color:#333;}

/* typography&c */
/* titles */
.title-box{padding: 18px 0 0px 0;margin-bottom:5px;clear:both;}
.title-box h4,.title-box h3,.title-box h2,.title-box h1,.title-box label {float:left;margin:0 15px 0 0 ;color:#555;position:relative;}
.Company_Html-attachments-upload .mycolumn {display: inline-block;margin-bottom: 4px;}
.stripe-line {
    background: rgba(0, 0, 0, 0) url("/ic/img/sprite/stripe.png") repeat scroll 0 0;
    height: 12px;    margin-top: 5px;    overflow: hidden;}
.editing .stripe-line {/*display:none;*/}
.title-box h2,.h2_underlined,.title-box h1 span {font-family: 'PlayBold', sans-serif;font-size:22px;
    text-transform: uppercase;}
.title-box a, .seeall {
    color: #999;
    font-size: 11px;
}
.title-box label h2 {float:none;margin-right:0;}
.title-box a:hover{text-decoration:none;}



.seeall{display: inline-block;margin-left: 10px;margin-top: 7px;vertical-align: top;}
.title-box .tools{position: relative;margin-left:10px;}
.title-box .tools-mini{top: 0px;}
.title-box .actions {position: relative; top: -3px;margin-right:15px;}
.title-box .tools .btn{margin-left:5px;}
.title-box .tools .btn,.title-box .actions .btn {padding:0;border:0;background:transparent;font-size:22px;line-height:11px;}
.title-box .edit, .title-box .add {margin-top:3px;}
.title-box .edit span,.title-box .add span{font-size:11px;font-family:playbold;text-transform: uppercase;}
.title-box .edit i{font-size:18px;}
.title-box .tools .btn i{font-size:23px;}
.title-box .tools .fa-th,.title-box .tools .fa-list{position:relative;top:1px;}
.title-box .actions {float:left;}
.title-box:after{content:'';display:block;clear: both;}
.Company_Product-name {font-size:22px;}
.editing .mandatory.field,#machine-content-edit .mandatory,#addProduct .mandatory.field,.editing .mandatory{color:red;display:inline;}
.mandatory {color:red;}

/* INFO MESSAGES */
.info-messages-waker{float:right;cursor:pointer;font-size:17px;color:gray!important;margin-top: 10px;z-index: 1;}
.info-messages-waker-completion{float:left;cursor:pointer;font-size:14px;margin-top: 10px;z-index: 1;}
.info-message i {font-size:14px;margin-right:0!important;}
.info-message {margin-top:15px;}
/* /INFO MESSAGES */

/* static pages common */
.static-page.breadcrumb{margin-bottom:0;}

@media screen and ( max-width : 991px){
	.navbar-nav .open ul.dropdown-menu{position:absolute;background-color:#fff;right:0;left:auto;box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);border:1px solid rgba(0, 0, 0, 0.15);}
    #topbar .nav > li {display: inline-block;vertical-align:top;}
}
@media screen and ( min-width : 768px){
#topbar .col-lg-12{padding-left:0;padding-right:0;}
}
@media screen and ( max-width : 767px){

	.navbar-nav{margin:0;}
	#header-user .username{display:none;}
}
@media screen and ( max-width :580px) {
	#topbar{height:100px;}
	#topbar>.container,#topbar>.container>.row,#topbar>.container>.row>div{height:100%;}
	.search-container{width:calc(100% - 30px);position:absolute;bottom:5px;left:0;margin:0 15px;}
	.hbtn-container {float:right;}
	#topbar h1{margin-top:17px;}
	#topbar .logo {margin-right:0;}
	#header-user ul{margin-top:0;}

}
/*@media (min-width: 480px) {*/
    /*.buttons-fixed-container a,.buttons-fixed-container button {font-size: 14px;line-height: 1.33333;padding: 6px 12px;}*/
/*}*/
@media screen and ( max-width :410px) {
	.navbar-nav li a,.navbar-nav li button{padding-left:5px!important;padding-right:5px!important;}
	.cc-fc span span {display:none;}
	.cc-fc span i {margin-right:0;}
}

@media screen and (min-width :580px) and (max-width :991px) {
    .search-type {display:none;}
    .Search-cloud.btn.dropdown-toggle {min-width: 55px;}
}
@media screen and (min-width :768px) and (max-width :991px) {
    .search-container {
        width: calc(100% - 516px);
    }
}



.nav.bb0 {
    display: none;
}



/* bottom controls */
.buttons-fixed{width:1168px;margin:0 auto;}
/*.buttons-fixed-container{position:fixed;bottom:0;left:0; right:0;border-top: 1px solid #bbb;background-color:#fff;z-index:10;}*/

.buttons-fixed button,.buttons-fixed a {margin:15px;}

.buttons-fixed .footer-tools {float:left;margin-left:15px;}
@media (max-width: 1199px) {
    /*.affix-categories {width:696px;}*/
    .buttons-fixed{width:968px;}
}
@media (max-width: 991px) {
    /*.affix-categories {width:696px;}*/
    .buttons-fixed{width:748px;}
}
@media (max-width: 768px) {
    /*.affix-categories {width:846px;}*/
    .buttons-fixed{width:100%;}
/*.buttons-fixed-container {border-right:1px solid black;border-left:1px solid black;}*/
}
#topbar .navbar-nav > li > a,
#topbar .navbar-nav > li .fa {
    font-size: 16px;
    line-height:28px;
    font-weight:300;
}



.well.well-info {
    background-color: #40668c;
}

.well.well-ic {
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #ddd !important;
}
.well.well-ic a.blue {
    color: #0066ab;
}
.well.well-ic a.blue:hover,
.well.well-ic a.blue:focus {
    color: #007acd;
    text-decoration: none;
}
.well.well-sidebar {
    font-weight: 300;
    padding: 10px 30px;
    background: #007acd;
    background: -moz-linear-gradient(45deg, #007acd 0, #0198ff 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #007acd), color-stop(100%, #0198ff));
    background: -webkit-linear-gradient(45deg, #007acd 0, #0198ff 100%);
    background: -o-linear-gradient(45deg, #007acd 0, #0198ff 100%);
    background: -ms-linear-gradient(45deg, #007acd 0, #0198ff 100%);
    background: linear-gradient(45deg, #007acd 0, #0198ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blue', endColorstr='@blue-light', GradientType=1);
    border-bottom: none !important;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.blue {
    color: #007acd;
}
.play-font {
    font-family: Play,sans-serif!important;
}

.sidebar-form h2 {
    font-weight: 800;
}
.sidebar-form .step h3 {
    /*text-transform: uppercase;*/
    font-weight: 700;
}
.sidebar-form .step h3 small {
    font-weight: 600;
    color: #666 !important;
}
.sidebar-form label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    color: #555;
}


.btn.btn-right {
    float: right;
}
.btn.btn-next,
.btn.btn-done,
.btn.btn-prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 0 #304c69;
    -moz-box-shadow: 0 1px 0 #304c69;
    box-shadow: 0 1px 0 #304c69;
}
.sidebar-form {
    animation-duration: 150ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
}
.sidebar-form .well-content {
    animation-duration: 600ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
}
.sidebar-form label.error {
    color: #007acd;
}

.darkgray {
    color: #4e4e4e;
}
.bigger120 {
    font-size: 120%!important;
}

.navbar-secondary {
    background-color: #007acd;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
    z-index: 1;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom:0;
}
.navbar-secondary .container {
    padding-left:0;
    padding-right:0;
}

.navbar-secondary ul li a {
    font-size: 16px !important;
    font-weight:300;
}
.navbar-secondary .navbar-nav > li > a {
    color:white;
}
.navbar-secondary .navbar-nav > .active > a,
.navbar-secondary .navbar-nav > .active > a:hover,
.navbar-secondary .navbar-nav > .active > a:focus {
    font-weight: 800;
    color: #007acd;
    background-color: #e7e7e7;
}


.navbar-secondary .navbar-header i {
    color: white;
}
.navbar-secondary .navbar-toggle {
    margin-right: 30px;
}
.navbar-secondary .navbar-collapse,
.navbar-secondary .navbar-form {
    border-color: transparent;
}
.navbar-secondary .collapse {
    padding-left:0;
    padding-right:0;
}
.navbar-secondary .in,
.navbar-secondary .collapsing {
    margin-left: 20px;
}
.navbar-secondary .in .navbar-nav > .active > a,
.navbar-secondary .collapsing .navbar-nav > .active > a,
.navbar-secondary .in .navbar-nav > .active > a:hover,
.navbar-secondary .collapsing .navbar-nav > .active > a:hover,
.navbar-secondary .in .navbar-nav > .active > a:focus,
.navbar-secondary .collapsing .navbar-nav > .active > a:focus {
    color:white !important;
    background-color: transparent !important;
}

/*.navbar-secondary .nav > li > a:hover,*/
/*.navbar-secondary .nav > li > a:focus {*/
    /*!*background-color: transparent !important;*!*/
/*}*/
.navbar-secondary .navbar-nav > li > a:hover,
.navbar-secondary .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}
