body {
    margin: 0;
    padding: 0;
	font-family: franklin-gothic-urw,Franklin Gothic Book,Arial,Helvetica,sans-serif,Verdana;
    font-size: 15px;
	color: rgb(22, 22 ,22);
	color: rgba(22, 22, 22, .7);
	background-color: rgb(230,230,230);
	background-color: rgba(230,230,230,1);
}

html,
body {
	height: 100%;
	overflow: visible;
}

.color-brand { color: #00a59b; }

hr.divider { border-top: 1px solid #ddd; }
hr.divider.dark { border-top: 1px solid #c1c1c1; }

.font-x1 { font-size: 1.1em; }
.font-x2 { font-size: 1.2em; }
.font-x3 { font-size: 1.3em; }

/* IE select element scrollbar position fix */
/* select {
    padding-top: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    width: 200px !important;
} */

/* todo: hotfixed, should be refactored: approach, lowerCamelCase */
select.customSelect {
  background-image:  linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%);
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(1em - 6px), calc(100% - 5px) calc(1em - 6px), calc(100% - 2.5em) 0.5em;
  background-size:5px 5px,5px 5px,1px 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.customSelect.form-control{
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
}
select.customSelect::-ms-expand {
  display: none;
}

body > .container,
body > .container-fluid {
    padding-top: 60px; /* account for navbar */
    height: 100%;
    overflow: visible;
}

.container-partial {
	position: absolute;
    top: 60px; /*60px*/

	padding-top: 50px;
	height: calc(100% - 60px);
	width: 100%;
	/*overflow-y: auto;*/
	/*z-index: 10;*/
	overflow: hidden;
	overflow-y: auto;

	background-color: rgb(230,230,230);
	background-color: rgba(230,230,230,1);
}

.no-list-page > .content-wrapper-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    background-color: transparent;
}

.logo-arrow {
    width: 130px;
    width: 300px;
}

.logo-connect {
    width: 210px;
    padding-right: 10px;
}

.footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    background-color: #000;
    color: rgb(245, 245, 245);
}

.footer .version-info{
    height: 60px;
    padding-top: 10px;
}

a:not(.btn),
a:hover:not(.btn),
a:active:not(.btn),
a:visited:not(.btn) {
	color: #00a19b;
}

/* Spinner */
.mask {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 2000000000;
}

.no-margin{
    margin: 0;
}

/* NAVBAR */
#app-top-navbar-collapse > .mCustomScrollBox{
    max-height: calc(100vh - 60px) !important;
}

#app-top-navbar-collapse .mCustomScrollBox{
    overflow: initial;
}

#app-top-navbar-collapse.collapse.in > .mCustomScrollBox {
    overflow: hidden;
}
/*#app-top-navbar-collapse.collapsing .mCSB_scrollTools {*/
    /*display: none !important;*/
/*}*/

.main-menu-navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    #app-top-navbar-collapse .navbar-nav{
        margin-left: 15px;
        margin-right: 15px;
    }

    #app-top-navbar-collapse.collapse .mCSB_scrollTools .mCSB_draggerContainer,
    #app-top-navbar-collapse.collapsing .mCSB_scrollTools .mCSB_draggerContainer {
        right: -30px;
        transition: right .3s;
    }

    #app-top-navbar-collapse.collapse.in .mCSB_scrollTools .mCSB_draggerContainer {
        right: 0;
        transition: right .3s .1s;
    }
}

@media (min-width: 768px) {
    #app-top-navbar-collapse .mCSB_scrollTools {
        display: none !important;
    }
    #app-top-navbar-collapse .mCSB_container{
        overflow: visible;
    }

    #app-top-navbar-collapse.collapse.in > .mCustomScrollBox {
        overflow: visible;
    }
}

#app-top-navbar-collapse{
    max-height: calc(100vh - 60px);
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

#app-top-navbar-collapse .mCSB_inside > .mCSB_container{
    margin-right: 0;
}

.app-top-navbar {
	border: 0 solid transparent;
}

.app-top-navbar .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-brand > img {
	display: inline-block;
}

.app-top-navbar > .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

.app-top-navbar .navbar-header { height: 60px; }

.app-top-navbar .navbar-header .navbar-brand {
    /*min-height: 60px;
    padding: 0;
    color: rgb(245, 245, 245);
    white-space: nowrap !important;
    min-width: 260px;*/
    
    min-height: 60px;
    height: 60px;
    padding: 0;
    color: rgb(245, 245, 245);
    white-space: nowrap !important;
    min-width: 260px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 20px;
    min-width: 260px;
}

.app-top-navbar {
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.app-top-navbar .navbar-nav > li > a {
    min-width: 100px;
    height: 60px;
    line-height: 60px;

	/*override bootstrap*/
    padding-top: 0;
    padding-bottom: 0;
}

.app-top-navbar .navbar-nav > li > a {
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
	color: rgba(245, 245, 245, 0.5);
	transition: color 0.25s, background 0.25s;
}

.app-top-navbar .navbar-nav > li > a > i {
	padding-left: 7px;
	font-size: 15px;
}

.app-top-navbar .navbar-nav > li > a:hover,
.app-top-navbar .navbar-nav > li > a:focus,
.app-top-navbar .navbar-nav > .active > a,
.app-top-navbar .navbar-nav > .active > a:hover {
    color: rgba(245, 245, 245, 1);
    background: #141414;
}

/* MENU ITEM:AFTER */

.app-top-navbar .navbar-nav > li > a:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgba(245, 245, 245, 0);
    transition: 0.25s;
}

.app-top-navbar .navbar-nav > li > a:hover:after,
.app-top-navbar .navbar-nav > .active > a:after,
.app-top-navbar .navbar-nav > .active > a:hover:after {
	left: 0;
    width: 100%;

    /* this is the color of the line under the menu item */

    background-color: #00a19b;
}

/* MENU ITEM OPEN */

.app-top-navbar .navbar-nav > .open > a,
.app-top-navbar .navbar-nav > .open > a:focus,
.app-top-navbar .navbar-nav > .open > a:hover {
    color: rgba(245, 245, 245, 1);
    background: #141414;
}

/* DROP DOWN MENU  */

.app-top-navbar .dropdown .dropdown-menu {
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.25);
    transition: 0.25s;
    background-color: #000;

    /* override bootstrap */
    border-radius: 0;
}

.app-top-navbar .dropdown .dropdown-menu .divider {
    background: rgba(0, 161, 155, 0.5);
    margin: 0;
}

.app-top-navbar .dropdown .dropdown-menu > li > a {
	box-sizing: border-box;
    padding: 12px 18px;
    line-height: 16px;
    background-color: #000;
    color: #f5f5f5;

    font-size: 12px;
    text-transform: none;
    transition: 0.25s;
}

.app-top-navbar .dropdown .dropdown-menu > li > a:hover,
.app-top-navbar .dropdown .dropdown-menu > li > a:focus {
    color: rgba(245, 245, 245, 1);
	background: #141414;
}

.app-top-navbar .dropdown .app-top-navbar .dropdown .dropdown-menu > li > a {
    min-width: 128px;
}

.app-top-navbar .dropdown .dropdown-menu > .active > a,
.app-top-navbar .dropdown .dropdown-menu > .active > a:hover,
.app-top-navbar .dropdown .dropdown-menu > .active > a:focus {
	/*background: rgb(0, 161, 220);*/
	background: #00a19b;
}

/* ACCOUNT INFORMATION (PREVENT OVERFLOW) */

.app-top-navbar .dropdown .account-info {
    max-width: 240px;
    overflow: hidden;
}

.app-top-navbar .dropdown .account-info .account-info-content {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FIX ITEM DISPLAY ON MINIFY MENU */


@media (max-width: 767px) {
    .app-top-navbar .dropdown .account-info {
        max-width: none !important; /* for IE 11 support*/
        max-width: initial !important;
    }
}

/* ICON */

.app-top-navbar .dropdown-menu > li > a > i {
    font-size: 32px;
    float: left;
    padding: 0 0 0 10px;
}

/* PANEL */

.panel-arrow {
    position: relative;
    margin-bottom: 20px;  /*20px*/
    border-width: 0 5px 5px 5px;

    opacity: 1;
    /*box-shadow: 0 9px 25px rgba(0,0,0,0.25);*/
    box-shadow: 0 9px 14px rgba(0,0,0,0.25);
    text-shadow: none;
    /*-webkit-transform: translateY(-10px);
    transform: translateY(-10px);*/
    transition: opacity 0.5s, transform 0.5s;

    white-space: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: rgb(245,245,245);
    color: rgba(245,245,245,1);
    background: rgb(245,245,245);
    background: rgba(245,245,245,0.9);
}

.panel-arrow > .hd,
.panel-arrow > .bd,
.panel-arrow > .ft {
    padding: 10px;
}

.panel-arrow > .hd {
    position: relative;

    line-height: 24px;
    font-weight: bold;

    color: rgb(245,245,245);
    color: rgba(245,245,245,1);
    background: rgb(78, 93, 108);
    background: rgba(78, 93, 108, 1);

	background: rgba(195,188,180,0.9);
}

.panel-arrow > .hd > .title {
    text-transform: uppercase;
    font-size: 22px;
}

.panel-arrow > .hd > .sub-title {
    position: relative;
    /*font-size: 17px;*/
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    opacity: 0.5;
}

.panel-arrow > .bd {
    background-size: cover;
    background-color: rgb(245, 245, 245);
    background-color: rgba(245, 245, 245, 1);

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: rgb(22, 22, 22);
    color: rgba(22, 22, 22, 0.7);
}

.panel-arrow > .ft {}


.panel-agent {
	float: left;
	margin-right: 10px;
}


/* ng transitions */

.view-slide-in.ng-enter {
  /*transition: all 1s ease;
  -webkit-transition:all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;

  opacity:0.5;
  position:relative;
  opacity:0;*/
}
.view-slide-in.ng-enter {
  /*opacity: 0;*/
}
.view-slide-in.ng-enter.ng-enter-active {
  /*opacity: 1;*/
}
.view-slide-in.ng-leave.ng-leave-active{
  /*opacity:1;*/
}
.view-slide-in.ng-leave{
  /*opacity:0;*/
}

.css-form input.ng-invalid.ng-touched {
    background-color: #C14443;
}

.css-form input.ng-valid.ng-touched {
    /*background-color: #2F6B3C;
    background-color: #46a05a;*/
}

/* components */

.paragraph-with-icon {
    display: table;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
}

.paragraph-with-icon.centered {
    margin: 0 auto 15px;
}

.paragraph-with-icon .icon {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
    font-size: 42px;
}

.paragraph-with-icon .paragraph {
    display: table-cell;
}

.paragraph-with-icon .paragraph.middle {
    vertical-align: middle;
}

.select-constructor .row {
    margin-bottom: 5px;
}
.select-constructor .btn-link, .select-constructor .btn-link:hover, .select-constructor .btn-link:focus{
    color: #333;
}

/* default page */

.page-hd {}

.page-hd .page-title {
    padding: 0 0 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.page-hd .page-title > h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.page-hd .page-title > small {
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}


/* tables */

.data-label,
.data-value,
.data-group {
	min-height: 34px;
	height: 34px;
	display: block;
}

.data-label {
	font-weight: bold;
}

#sessionLog .summary > h1 {
    color: #697882;
    font-size: 40px;
    font-weight: bold;
    padding: 0 18px 9px 0;
    text-transform: uppercase;
}

#sessionLog .summary > small {
    color: #9eacb4;
    font-size: 22px;
    font-style: italic;
}

#sessionLog .details {
	padding-top: 18px;
    padding-left: 0;
    margin-top: 18px;
    padding-right: 0;
    border-top: 5px solid rgba(0, 161, 220, 1);
}

#sessionLog .client h2,
#sessionLog .assignment h2,
#sessionLog .response h2 {
    padding-bottom: 18px;
    margin-bottom: 18px;
    margin-top: 18px;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    font-size: 26px;
}

.label-who, .label-when {
    background-color: rgb(112, 42, 125);
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.panel-login > .hd,
.panel-agent > .hd { background: #00a19b; }

/* LOGIN PANEL */

.signin-form .nav-tabs{
    text-transform: uppercase;
    font-size: 16px;
}

.signin-form ul.nav-tabs > li > a {
    padding: 10px 20px;
    background-color: rgba(249, 249, 249, 0.58);
    margin-right: 8px;
    border-color: #eee #eee #ddd;
}
.signin-form ul.nav-tabs > li > a:hover {
    background-color: rgba(249, 249, 249, 0.88);
}

.signin-form ul.nav-tabs > li.active > a {
    background-color: #f5f5f5;
    box-shadow: 0 9px 14px rgba(0,0,0,0.25);
    border-color: transparent;
}


.v-promo {
    font-size: 17px;
    /*margin-top: 24px;*/
    margin-bottom: 30px;
}

/* this makes youtube video responsive */
.youtube-responsive {
    position: relative;
    margin-bottom: 30px;
}
.youtube-responsive iframe {
    width: 100%;
}

.logo-v-lg{
    background: url('/assets/img/iot_v_v3.png') no-repeat center center;
    min-height: 220px;
    min-width: 100%;
    margin: 24px 0;
    background-size: contain;
}

.logo-get-connected-lg {
    background: url('/assets/img/logo_get_connected_3.png') no-repeat center center;
    min-height: 50px;
    min-width: 100%;
    margin-bottom: 40px;
    background-size: contain;
}

.panel-login {
	margin: auto;
    margin-bottom: 50px;
}

.panel-registration { }
.panel-registration label.required:after { content: '*'; margin-left: 1px; }
.panel-registration .form-group.has-error .help-block { margin-bottom: 0px; }

.panel-login .hide { display: none; }
.panel-login .message-failure {
	position: relative;
    padding: 4px 10px;
    background: #c14443;
    color: #FFF;
    border-bottom: 1px solid #a43a39;
    font-size: 16px;
}

.panel-login > .bd {
	font-size: 14px;
}

.panel-login > .bd  .bd-wrapper {
	border-bottom: 1px solid rgba(22, 22, 22, 0.25);

    color: rgb(22, 22, 22);
    color: rgba(22, 22, 22, 0.7);
}

.panel-login > .bd > .bd-wrapper  .form-group > label { font-weight: normal; }

.panel-login > .ft { padding-top:0; }
.panel-login > .ft  .form-group { margin-bottom:0; }
.panel-login > .ft  .form-group > div { height:34px; line-height:34px; font-size:14px; }
.panel-login > .ft  .form-group > div > a { margin-right:10px; }

.panel-login > .ft .splitted-links > a { margin-right: 2em; }
.panel-login > .ft .splitted-links > a:last-child { margin-right: 0; }
.panel-login > .ft .splitted-links > .splitter{ color: #00a19b; margin: 0 5px; }

/* re-design */

.obj-right {
    float: right;
}

.obj-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}

.container-app {
	color: rgb(22, 22, 22);
	background-color: rgb(255, 255, 255);

	padding-top:0;
	padding-left:0;
	padding-right:0;
}

.obj-page-container {
	background-color: transparent;
	padding-left:0;
	padding-right:0;
}

.obj-page-hd .page-title {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .6);
	padding: 15px;
}

.obj-page-hd .page-navigation {
	background-color: rgb(33, 33, 33);
	background-color: rgba(33, 33, 33, .6);
	padding: 15px;
	min-height: 69px;
	color: #fff;
}

.obj-page-hd .page-navigation a,
.obj-page-hd .page-navigation a:hover {
	color: #fff;
}

.obj-page-hd { margin-bottom: 50px; /*50px*/ }

.obj-page-hd > .row {}

.obj-page-hd .page-title > h1 {
    margin:0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

.obj-page-hd .page-title > small {
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.obj-page-bd {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	/*border-top: solid 5px rgb(0, 161, 220);*/
	border-top: solid 5px #00a19b;
	padding: 10px;
}

.obj-page-bd-sib {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0 0 0;
}

.obj-hd > h2 {
	font-weight: bold;
	margin-top: 5px;
}

.obj-hd,
.obj-bd {
	padding: 10px;
}

.obj-bd > .panel {}
.obj-bd .panel-default > .panel-heading,
.obj-bd table > caption {
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";

	/*background-color: rgb(0, 161, 220);*/
	background-color: #00a19b;
	color: #f5f5f5;

	font-size: 20px;
    text-transform: uppercase;

	padding: 10px 15px;

	border-bottom: 1px solid transparent;
}

.obj-bd .panel-default > .panel-body .help-block {
	margin-top: 0;
}

.obj-ft {}

.obj-bd table {
	table-layout: fixed;
}

.obj-bd table > caption {}
.obj-bd table > tbody > tr > td > .label,
.obj-bd table > tbody > tr > td > a .label { font-size: 100%; }


/* default configuration */

.badge-unknown {
	background-color: #ffd500;
}

.badge-busy {
	background-color: #ff0000;
}

[role="alert"] {
    white-space: normal;
}


/* UI Bootstrap */
.pagination,
.carousel,
.panel-title a { cursor: pointer; }
html .tooltip-inner {max-width: 600px;}
html .tooltip.top-left .tooltip-arrow {right: 50%;}

/* Editable table */
.obj-btn-add-row {
    float: right;
    position: relative;
    top: -6px;
}

.panel-title > .obj-btn-add-row {top: -8px;}

/* list of checkboxes */
.obj-checkbox-list-item {
    padding: 0;
}

.obj-checkbox-list-item label {
    width: 100%;
    margin: 0;
    padding: 10px 15px 10px 45px;
}

.obj-checkbox-list-item input[type="checkbox"] {
    position: absolute;
    left: 15px;
}








/* new stuff */

.callout{ margin-top:-5px }

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

hr {
    /*
    display: block;
    border: 0;
    border-bottom: 1px solid #262626;
    border-top: 1px solid #000;
    padding: 0;
    width: 90%;
    */

    height: 0;
    /*margin: 18px 0;*/
    border: 0;
    border-bottom: 2px solid rgba(245, 245, 245, 0.1);
    width: 90%;
}

.row-content {
	margin-top: -50px;
	height: calc(100% + 50px);
	overflow: hidden;

	margin-left: 0;
    margin-right: 0;
}

.content-nav {
    float: left;
	width: 300px;
	min-width: 56px;
	height: 100%;
	overflow-y: auto;

	box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-right-width: 1px;
    border-right-style: solid;
    transition: width 0.5s, min-width 0.5s;
	background-color: #606060;
	color: rgb(245,245,245);
	color: rgba(245,245,245,1);
}

.content-nav .content-nav-filters{
    padding: 10px;
}

.content-wrapper-fluid { width: 100%; }

.content-wrapper {
    width: calc(100% - 300px);
    position: absolute;
    right: 0;
    transition: width 0.5s, min-width 0.5s, right 0.5s;
}

.content-wrapper-fluid,
.content-wrapper {
    float: left;
	height: calc(100% - 60px);
	overflow-y: auto;
	overflow-x: hidden;

	padding: 0;

	color: rgb(22,22,22);
	color: rgba(22,22,22,1);
	background: rgb(245,245,245);
}

@media (max-width: 992px) {
    .content-wrapper-fluid,
    .content-wrapper {
        height: 100%;
    }
}

.content-hd { background: #fff; }
.content-bd-wrapper {
	padding: 0;
	height: calc(100% - 135px);
}
.content-bd { padding: 20px; border-top: solid 1px #ddd; }
.content-ft {}

.content-title,
.content-toolbar { padding: 0 27px 10px; }

.content-toolbar .btn-default {
    background-image: none !important;
    filter: none !important;
    background-repeat: no-repeat;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    font-weight: bold;
    border-radius: 25px;
}

.content-toolbar .btn-default:hover,
.content-toolbar .btn-default:focus {
    background-color: #00a19b;
    background-position: 0 -15px;
    text-shadow: 0 1px 0 #00a19b;
    color: #fff;
    border-color: #00a19b;
}

.content-toolbar .btn:focus,
.content-toolbar .btn:active:focus,
.content-toolbar .btn.active:focus,
.content-toolbar .btn.focus,
.content-toolbar .btn:active.focus,
.content-toolbar .btn.active.focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.table-toolbar {
	margin-bottom: 20px;
}

.table thead > tr > th { background-color: #ebebeb; }
.table thead > tr:first-child > th > a,
.table thead > tr:first-child > th > a:hover {
	color: rgb(22, 22, 22);
	text-decoration: none;
	background-color: transparent;
	position: relative;
    display: block;
    padding: 0 0;
}

td {
    max-width: 0;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
}

.content-sub-tabs { background-color: #fff; }
.content-sub-tabs>ul.nav-pills { margin-left: 27px; }
.content-sub-tabs>ul>li>a { text-transform: uppercase; }

.content-sub-tabs>.nav-pills>li.active>a,
.content-sub-tabs>.nav-pills>li.active>a:hover,
.content-sub-tabs>.nav-pills>li.active>a:focus {
    color: rgb(0,0,0);
    color: rgba(0,0,0, 1);
    background-color: #fff;
    font-weight: bold;
}

.content-sub-tabs .nav-pills>li>a {
    color: rgb(0,0,0);
    color: rgba(0,0,0, 0.7);
    background-color: #fff;
    font-weight: bold;
}

.content-sub-tabs .nav-pills>li>a:hover,
.content-sub-tabs .nav-pills>li>a:focus {
    text-decoration: none;
    color: rgb(0,0,0);
    color: rgba(0,0,0, 1);
}

.content-sub-tabs .nav-pills > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0);
    transition: 0.25s;
}

.content-sub-tabs .nav-pills > li > a:hover:after,
.content-sub-tabs .nav-pills > .active > a:after,
.content-sub-tabs .nav-pills > .active > a:hover:after {
	left: 0;
    width: 100%;

    /* this is the color of the line under the item */

    background-color: #00a19b;
}

.content-title h1 { margin-bottom: -20px; }
.content-title.fm-title { padding: 0 27px 5px; }
.content-title.fm-title h1 { margin-bottom: 0px; }
.content-title.fm-title .jobs-total p { margin: 0px; color: #777; }

.panel-content>.panel-heading {
    background-image: -webkit-linear-gradient(top, #141414 0, #141414 100%);
    background-image: -o-linear-gradient(top, #141414 0, #141414 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141414), to(#141414));
    background-image: linear-gradient(to bottom, #141414 0, #141414 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff141414', endColorstr='#ff141414', GradientType=0);
}

.panel-content>.panel-heading {
    color: #f5f5f5;
    background-color: #141414;
    border-color: #ddd;
}

.content-nav .nav-pills>li>a {
    color: rgb(245,245,245);
    background-color: transparent;
}

.content-nav .nav-pills>li>a:hover,
.content-nav .nav-pills>li>a:focus {
    color: rgb(245,245,245);
    background-color: #141414;
}

.content-nav .nav-pills>li.active>a,
.content-nav .nav-pills>li.active>a:hover,
.content-nav .nav-pills>li.active>a:focus {
    color: rgb(245,245,245);
    background-color: #00a19b;
}

.row-stats {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 48px;
}

.stats {
	margin-top: 13%;
    text-align: center;

    font-size: 16px; 		/* old */
    font-size: 1.6vm; 		/* IE9 */
    font-size: 1.6vmin;
}

.stats .stat {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.stats .stat .icon {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 74px;
    color: rgba(245,245,245,1);

    font-size: 74px; 		/* old */
    font-size: 7.4vm; 		/* IE9 */
    font-size: 7.4vmin;
}

.stats .stat .value {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 50px;
    color: rgba(245,245,245,1);

    font-size: 45px; 		/* old */
    font-size: 4.5vm; 		/* IE9 */
    font-size: 4.5vmin;
}

.stats .stat .name {
    position: relative;
    display: block;
    /*margin-top: -5px;*/
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(245,245,245,1);

    font-size: 18px; 		/* old */
    font-size: 1.8vm; 		/* IE9 */
    font-size: 1.8vmin;
}

.scrollable-table {
    width: 100%;
    overflow-y: auto;
}

.scrollable-table > .table {
    margin-bottom: 0;
}

/* iPad and phone portrait */
.device-type-details-table {max-height: 840px;}

/* desktop 1920x1080 */
@media (max-height: 1300px) {
    .device-type-details-table {max-height: 442px;}
}

/* iPad landscape */
@media (max-height: 900px) {
    .device-type-details-table {max-height: 290px;}
}

/* laptop 1366x768 */
@media (max-height: 740px) {
    .device-type-details-table {max-height: 190px;}
}

/* phone landscape - 2 lines in the table */
@media (max-height: 640px) {
    .device-type-details-table {max-height: 140px;}
}

.tree-label {
    color: rgb(22, 22, 22);
    font-family: franklin-gothic-urw,Franklin Gothic Book,Arial,Helvetica,sans-serif,Verdana;
    font-size: 15px;
}

.tree-label .disabled {
    color: rgba(22, 22, 22, 0.7);
}

.tree-label .disabled a,
.tree-label .disabled a:hover,
.tree-label .disabled a:active,
.tree-label .disabled a:visited {
    color: rgba(0, 161, 220, 0.7);
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-left-gutter > [class*='col-'] {
    padding-left:0;
}

.no-right-gutter > [class*='col-'] {
    padding-right:0;
}

@media (min-width: 768px) {
    .form-inline #filterString {width: 300px; margin-right: 10px;}
}

.panel-body.panel-with-menu {
    position: relative;
    padding: 0;
    min-height: 84px;
}

.panel-menu {
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 41px;
    left: 0;
    background-color: #141414;
}

.panel-menu + div {
    margin-left: 41px;
    padding: 15px;
}

.device-action-button {
    display: inline-block;
    border: solid 2px #D7D7D7;
    margin-right: 15px;
    width: 80px;
    height: 96px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.device-action-button i {
    font-size: 36px;
    line-height: 56px;
}

a.device-action-button,
a.device-action-button:hover,
a.device-action-button:active,
a.device-action-button:visited {
    color: black;
    text-decoration: none;
}

a.device-action-button:active {
    transform: scale(0.8);
}


span.icon-wrapper {
	display: inline-block;
	width: 26px;
    overflow: hidden;
}

span.icon-wrapper i {
	text-align: center;
	width: 100%;
}

.content-nav li{
    white-space: nowrap;
}

.content-nav.mobile-view{
    transition: width .5s ease-out;
    width: 50px;
    min-width: 50px;
}
.arrow-collapsed-menu .nav-pills > li > a{
    padding: 10px 10px 7px;
}

.content-nav.collapsed-view span.title,
.content-nav.mobile-view span.title {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.content-nav.collapsed-view.showed-menu span.title,
.content-nav.mobile-view.showed-menu span.title {
    opacity: 1;
    transition: opacity .5s ease-out;
}

.content-nav.mobile-view.showed-menu{
    width: 300px;
    transition: width .5s ease-out;
}

.content-wrapper.mobile-view {
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    transition: width .5s, right .5s;
    right: 0;
}

.content-wrapper.mobile-view h1.title{
    font-size: 25px;
}

.content-wrapper.mobile-view.showed-menu{
    right: -250px;
    transition: all .5s ease-out;
    position: absolute;

}




.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.white-space-normal {
    white-space: normal;
    word-break: break-all;
}

.white-space-word {
    white-space: normal;
    word-break: normal;
}

.page-navigation-wrap .btn {
    padding: 5px 8px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.content-toolbar > .btn, .content-toolbar > .btn-group {
    margin: 0 5px;
}

.content-toolbar > *:first-child {
    margin: 0 5px 0 0;
}

.content-toolbar > *:last-child {
    margin: 0 0 0 5px;
}

@media (max-width: 767px) {
    .pull-right-for-mobile {
        float: right;
    }

    .pull-right-for-mobile > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .content-title,
    .content-toolbar {
        padding: 0 27px 15px;
    }

}

.overflow-auto {
    overflow: auto;
}

.height-50 {
    height: 50px;
}

.height-100-prec {
    height: 100%;
}

.profile-button {
    height: 60px;
    margin-right: -15px !important;
}

.profile-button #profile-button {
    height: 100%;
    min-width: 40px;
}

.profile-button .profile-info {
    color: white;
    padding: 5px 18px;
}
.margin-top-20{
    margin-top: 20px;
}

.overflow-hidden{
    overflow: hidden;
}

.nav.nav-pills.mobile-tabs{
    margin-left: 15px;
}

.nav.nav-pills.mobile-tabs>li>a{
    padding: 10px 5px;
}

.flex-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#lastLocationMap {
	height: 50vh!important;
	position: relative;
	margin-bottom: 15px;
}

.table-checkbox {
    width: 29px;
}

.alert-danger p {
    margin: 0;
}

.content-wrapper.collapsed-view {
    width: calc(100% - 50px);
    transition: width 0.5s, right 0.5s;
}

.content-nav.collapsed-view {
    width: 50px;
    min-width: 50px;
    transition: width 0.5s, min-width 0.5s;
}

.arrow-collapsed-menu > .nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 105px);
    position: relative;
}

.arrow-collapsed-menu.mobile-view > .nav {
    height: calc(100% - 45px);
}

.arrow-collapsed-menu > .nav.collapsed-button-wrap > li {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    border-top: 2px solid #6f6f6f;
}

.arrow-collapsed-menu > .nav.collapsed-button-wrap > li:hover {
    background-color: #141414;
}

.arrow-collapsed-menu > .nav .filter-group-title {
    color: #00a19b;
}

.arrow-collapsed-menu>.nav-pills>li.collapse-button>a:hover,
.arrow-collapsed-menu>.nav-pills>li.collapse-button>a:focus
{
    background-color: transparent;
}

.arrow-collapsed-menu span.icon-wrapper+span{
    margin-left: 5px;
}

.crop {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
}

.arrow-collapsed-menu > .nav.collapsed-button-wrap {
    height: 45px;
}

.arrow-quick-filter label.radio-inline {
    margin-left: 0;
    margin-right: 10px;
}

.nav-custom-scrollbar ul.nav-pills{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-custom-scrollbar ul.nav-pills > li>a {
    position: relative;
    display: block;
}
.arrow-collapsed-menu .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.arrow-collapsed-menu .mCSB_scrollTools{
    width: 10px;
}

.arrow-collapsed-menu .mCSB_scrollTools .mCSB_draggerContainer{
    top: 10px;
    bottom: 10px;
}

.prettyJsonValue {
	background-color: transparent;
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
}

/* treecontrol */
.arrow-quick-filter {
    margin-bottom: 15px;
}

.treecontrol .tree-branch-head {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.treecontrol .tree-label > span {
    line-height: 30px;
}


/* treecontrol quick filter */
@media (max-width: 767px) {
    .arrow-quick-filter label.radio-inline {
        display: block;
    }
}

.arrow-quick-filter > .form-group {
    margin-top: 15px;
}

.arrow-quick-filter > .form-group {
    overflow: hidden;
}

.arrow-quick-filter label.btn {
    display: block;
    float: left;
}

@media (max-width: 500px) {
    .arrow-quick-filter label.btn {
        width: 50%;
        float: left;
    }

    .small-hide {
        display: none;
    }

    .flex-block {
        flex-direction: column;

    }
}

a.more, a.less {
    font-size: 12px;
    text-decoration: underline;
}
a.more::after {
    content: " >"
}
a.less::after {
    content: " <"
}
a.more::before {
    content: "show "
}
a.less::before {
    content: "hide "
}

.device-developer-tab .payloads-table th:nth-child(1),
.device-developer-tab .payloads-table td:nth-child(1) {
    width: 50px;
}

.device-developer-tab .payloads-table tr {
    cursor: pointer;
}

.btn.btn-brand{
    color: #fff;
    background-color: #00a59b;
    border-color: #00968d;
}

.btn.btn-brand[disabled]{
    opacity: .4;
}

.spa-loading {
    color: #888;
    font-size: 19px;
    width: 120px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -30px;
}

/* loading directive */
.loading-indicator {
    position: relative;
    min-height: 200px;
    width: 100%;
}


/* modificator: sm, lg rectangle sizes for loading content */
[loading].loading-sm + .loading-indicator {
    min-height: 100px;
}
[loading].loading-md + .loading-indicator {
    min-height: 200px;
}
[loading].loading-lg + .loading-indicator {
    min-height: 300px;
}

/* modificator: show a rectangle instead of loading content */
[loading].loading-rectangled + .loading-indicator {
    background-color: #b5b5b56b;
    border-radius: 5px;
}

.loading-indicator .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* flex-end */
}

.loading-indicator .loader .bar {
    width: 5px;
    height: 5px;
    margin-right: 1px;
    border-radius: 5px;
    background: #00a59b;
    -webkit-box-flex: 1;
    -ms-flex: 1 5px;
    flex: 1 5px;
}

.loading-indicator .loader .bar:last-child {
    margin: 0;
}

.loading-indicator .loader .bar:nth-child(1) {
    -webkit-animation: load 0.5s ease-in-out 0.1s infinite alternate;
    animation: load 0.5s ease-in-out 0.1s infinite alternate;
}

.loading-indicator .loader .bar:nth-child(2) {
    -webkit-animation: load 0.5s ease-in-out 0.2s infinite alternate;
    animation: load 0.5s ease-in-out 0.2s infinite alternate;
}

.loading-indicator .loader .bar:nth-child(3) {
    -webkit-animation: load 0.5s ease-in-out 0.3s infinite alternate;
    animation: load 0.5s ease-in-out 0.3s infinite alternate;
}

.loading-indicator .loader .bar:nth-child(4) {
    -webkit-animation: load 0.5s ease-in-out 0.4s infinite alternate;
    animation: load 0.5s ease-in-out 0.4s infinite alternate;
}

.loading-indicator .loader .bar:nth-child(5) {
    -webkit-animation: load 0.5s ease-in-out 0.5s infinite alternate;
    animation: load 0.5s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes load {
    100% {
        height: 30px;
    }
}

@keyframes load {
    100% {
        height: 30px;
    }
}

.modal-header-with-tabs {
    padding: 0;
}
.modal-header-with-tabs .nav>li>a {
    padding: 20px 30px;
}

.modal-header-with-tabs .nav-pills>li.active>a,
.modal-header-with-tabs .nav-pills>li.active>a:hover,
.modal-header-with-tabs .nav-pills>li.active>a:focus{
    background-color: #00a19b;
}

#errorModal {
    z-index: 1060;
}
#errorModal #message{
    white-space: pre-wrap;
}

ul li.disabled-item[disabled] {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.h-green {
    color: #00968d;
    font-weight: bold;
}

.margin-right-15 {
    margin-right: 15px;
}

.btn-brand-right {
    position: relative;
    border-right: 0;
}

.btn-brand-left {
    position: relative;
    border-left: 0;
}

.btn-brand-right:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #00a59b;
    position: absolute;
    top: -1px;
    right: -15px;
}

.btn-brand-left:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right:15px solid #00a59b;
    position: absolute;
    top: -1px;
    left: -15px;
}

.line-with-text {
    position: relative;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}

.line-with-text:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #6f6f6f;
    width: 45%;
    top: 12px;
    right: 0;
}

.line-with-text:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #6f6f6f;
    width: 45%;
    top: 12px;
    left: 0;
}

.job-wizard-content {
    position: relative;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100% - 20px);
}

.job-wizard-content .next-back-buttons {
    position: absolute;
    bottom: 16px;
    right: 15px;
    z-index: 1000;
}

.job-wizard-content .device-selection-table {
    display: inline-block;
    margin-top: 25px;
}

.break-word {
    word-wrap: break-word;
}

.b_right {
    float: right;
}

.e_tdn:active,
.e_tdn:focus,
.e_tdn:hover {
    text-decoration: none;
}

.remove-telemetry {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.remove-telemetry::after {
    clear: both;
}

.flex-block {
    flex-basis: 33%;
    display: flex;
    justify-content: space-between;
}

.subscription-expiration {
    display: block;
    padding: 20px 0;
    font-weight: 700;
    color: #00a19b;
    text-align: center;
}

/* remove spinner from <input type=number> in Firefox  */
.appearance-textfield {
	-moz-appearance: textfield;
}
