html {
    position: relative;
    min-height: 100%;
}

span.desc {
	display: block;
    font-family: 'Arial';
	color: #777;
    font-weight: normal;
    clear: both;
    font-size: 14px;
    font-size: 11px;
    opacity: 0.9;
    padding-bottom: 10px;    
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 341px){
	.navbar-default .navbar-brand {
		
	}
}

@media (max-width: 378px){
	span.desc {
		line-height: 1;
	}
}

.navbar-default .navbar-collapse {
	padding: 0px;
}
.navbar-header {
	padding-bottom: 5px;
}
.parent-brand {
    background-image: url(../img/control-logo.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 10px 50%;
    height: 100%;
    position: absolute;
    color: #fff;
    padding-left: 15px;
}

.navbar-default .navbar-brand {
	color: #fff;
    top: 20%;
    position: relative;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: rgb(159, 215, 255);
	outline: none;
}

.navbar-brand {
    font-weight: normal;
    font-family: 'Bebas Neue Bold';
    font-size: 45px;
    padding: 10px 0px 10px 50px;
}

@font-face {
	font-family: 'Bebas Neue Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/BebasNeue Regular.woff') format('woff');
}


a::selection, .navbar-text::selection , p::selection  {
	background: transparent; /* Safari */
}
a::-moz-selection,.navbar-text::-moz-selection,p::-moz-selection {
	background: transparent; /* Firefox */
}

::-webkit-input-placeholder {background: transparent;}
::-moz-placeholder {background: transparent;}/* Firefox 19+ */
:-moz-placeholder  {background: transparent;}/* Firefox 18- */
:-ms-input-placeholder {background: transparent;}

.navbar.main-nav-bar {
	margin: 0px;
	background-color: rgb(158, 178, 192);
    border-bottom: 2px solid #fff;
    font-family: "Open Sans",helvetica,arial,verdana,sans-serif;
    font-size: 13px;
	height: 70px;
}

.main-nav-bar .navbar-nav.top-menu>li {
	background-repeat: no-repeat;
    height: 70px;
    background-position: 50% 30%;
    border: 0px none;
    height: 77px;
    width: 85px;
    background-color: #A8DAFE;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.main-nav-bar .navbar-nav.top-menu>li>a {
	display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0px;
	font-size: 12px;
    color: #fff;
	font-weight: normal;
    font-family: 'OpenSansSemibold';
}

.main-nav-bar .navbar-nav.top-menu>li>a>p{
	position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
	margin: 0px;
    text-align: center;
	line-height: 1.1;	
}

.main-nav-bar .navbar-nav.top-menu>li:nth-child(1) {
	background-image: url(../img/tracking-logo.svg);
	background-color: #A8DAFE;
	border-left: 1px solid #fff;
}
.main-nav-bar .navbar-nav.top-menu>li.active:nth-child(1),.main-nav-bar .navbar-nav.top-menu>li:nth-child(1):hover {
	background-image: url(../img/tracking-logo-blue.svg);	
}
	.main-nav-bar .navbar-nav.top-menu>li>a:hover {
		color: #0088cc;
	}

.main-nav-bar .navbar-nav.top-menu>li:nth-child(2) {
	background-image: url(../img/setting-logo.svg);    
	background-color: #C1CFD9;
}
.main-nav-bar .navbar-nav.top-menu>li.active:nth-child(2),
.main-nav-bar .navbar-nav.top-menu>li:nth-child(2):hover {
	background-image: url(../img/setting-logo-blue.svg);
}

.main-nav-bar .navbar-nav.top-menu>li:nth-child(3) {
	background-image: url(../img/user-logo.svg);width: 120px;
	background-size: 30px;
	background-color: rgb(249, 126, 118);
    background-position: 50% 20%;
}

.main-nav-bar .navbar-nav.top-menu>li:nth-child(3)>a>p {
	bottom: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
}

.main-nav-bar .navbar-nav.top-menu>li.active:nth-child(3),.main-nav-bar .navbar-nav.top-menu>li:nth-child(3):hover {
	background-image: url(../img/user-logo-blue.svg);
	
}
.main-nav-bar .navbar-nav.top-menu>li:nth-child(4) {
	background-image: url(../img/help-logo.svg);
}
.main-nav-bar .navbar-nav.top-menu>li.active:nth-child(4),.main-nav-bar .navbar-nav.top-menu>li:nth-child(4):hover {
	background-image: url(../img/help-logo-blue.svg);
	background-color: #C1CFD9;
}
.main-nav-bar .navbar-nav.top-menu>li:nth-child(5) {
	background-image: url(../img/exit-logo.svg);    
	background-color: #7DD9D5;
}
.main-nav-bar .navbar-nav.top-menu>li.active:nth-child(5),.main-nav-bar .navbar-nav.top-menu>li:nth-child(5):hover {
	background-image: url(../img/exit-logo-blue.svg);
}

.footer {
	position: absolute;
    bottom: 0;
    width: 100%;  
	margin: 0px -15px;	
}
.footer .footer-text {
    height: 40px;
    width: 100%;
    background-color: rgb(158, 178, 192);
}
.footer .footer-text .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.footer .footer-text a{
    font-size: 14px;
    color: #616264;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;    font-family: "Open Sans";
    font-size: 13px;
    color: #fefeff;
}




.modal-content {
    border: 0px none;
    border-radius: 0px;
    background-color: rgb(204, 231, 251);
}

.info-container .modal-content {
	background-color: #fff;
    border: 3px solid #a8dafe;
}

.info-container .modal-header {
	background-color: #a8dafe;
    color: #fff;
	background-image: url(../img/object-logo-white.svg);
	background-repeat: no-repeat;
    background-size: 40px;
    background-position: 10px 40%;
}

.info-container  .table>tbody>tr>td {
	border: 0px none;
	vertical-align: middle;padding-right: 0px;
}
.info-container  .table>tbody>tr>td>.comma:last-child {
	display: none;
}
.info-container .modal-href {
	border-bottom: 1px dotted rgb(0, 136, 204);
}
.info-container .modal-href:hover,
.info-container .modal-href:active{
	text-decoration: none !important; 
}
.info-container .set-coord{
	background-image: url(../img/show-active.svg);	
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 25px;
    margin: 0px;
    margin-left: 15px;
	background-color: #7dd9d5;
	border-radius: 0px;
}
.info-container .editable-input select.form-control {
	width: calc(100% - 50px);
    padding-right: 0px !important;
}
.info-container .editable-input {
	width: 100%;
}

.info-container .editable-container.editable-inline {
	width: 90%;
    max-width: 270px;
}

.info-container .editableform .control-group {
	width: 100%;
}

.info-container  .table{
	font-family: "OpenSansSemibold";
    width: 95%;
    margin: auto;    
}

.info-container .editable-click.name {
	border-bottom: 1px dotted rgba(51, 51, 51, 1);    color: rgb(51, 51, 51);
}
.info-container .modal-title .editable-click.name {
	border-bottom: 1px dotted #fff;    color: #fff;
}

.info-container .tooltip-wrap {
	max-width: calc(100% - 130px);
}

.modal-title {
    font-family: 'Bebas Neue Regular';
    font-size: 30px;
}
.modal-body label {
    font-family: "OpenSansSemibold";
}
.modal-body .form-control {
    border: 0px none;
    border-radius: 0px;
}
.modal-header {
	border: 0px none;
}

.btn-modal-submit {
    background-color: #428bca;
    border: 0px none;
    width: 120px;
    height: 35px;
    color: #fff;
}
.btn-modal-cancel {
	border: 0px none; background-color: #fff;
    width: 120px;
    height: 35px;
}



