@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');




body {
    font-family: 'Poppins', sans-serif;
    /*font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;*/
    word-spacing: normal;
    color: #333;
    font-size: 12px;
}


.container {
    min-width: 320px;
}

.color1 {
	color: #1e2945;
}

h1 {
    text-transform: none;
	color: #444;
    font-weight: bold;
}

h2 {
	color: #4d4d4d;
	font-size:22px;
    font-weight: bold;
}

h3 {
	font-size:18px;
    font-weight: bold;
}

h4 {
    color: #1e2945;
    font-weight: bold;
}

a {
    color: #1e2945;
}

a:focus, a:hover {
    color: #1e2945;
}

hr {
    border-color: rgba(50, 50, 50, 0.1);
    margin:0px;
    border: none;
    height: 1px;
    color:rgba(50, 50, 50, 0.1); /* old IE */
    background-color: rgba(50, 50, 50, 0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding:4px;
	vertical-align: middle;
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	bottom: 4px;
	right: 4px;
}

.top-hr {
	margin-bottom: 10px;
}

.breadcrumb {
    border-radius: 3px;
    padding-right:0px;
    background-color: white;
    padding-left: 0px;
    font-size: 15px;
    color: #333;
}

div.input-group-sm.pull-right {
    padding-right:5px;
}

.form-control {
	font-size:12px;
}

.btn {
    background-color: #ffffff;
    color: #333;
    border-radius: 3px;
	font-size:12px;
}

.btn:hover {
    color: #1e2945;
}

.btn-primary, .btn-success, .btn-default.active {
    color: #fff;
    background-color: #1e2945;
    border-color: #1e2945;
}

.btn-group > .btn-primary, .btn-group > .btn-primary:hover {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

td > .btn-primary, td > .btn-success, td > div > .btn-primary, td > div > .btn-success, .btn-group > .btn-success {
    background-color: #1e2945;
    border-color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:focus {
	background-color: #1e2945;
    border-color: #1e2945;
	color: #fff;
}

td > .btn-primary:hover, td > .btn-success:hover, td > div > .btn-primary:hover, td > div > .btn-success:hover {
    background-color: #ffffff;
    border-color: #1e2945;
    color: #1e2945;
}

.btn-default:hover {
	/*background-color:white;*/
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1e2945;
    border-color: #1e2945;
}

.pagination > li > a, .pagination > li > span {
    color: #1e2945;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #1e2945;
    border-color: #1e2945;
}

.pagination>li>a, .pagination>li>span {
    border: 1px solid #1e2945;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.form-control {
	color:#333;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius: 3px;
}

.input-group .form-control {
    z-index: 0;
}

#treeexternalsearch {
    margin-top: -33px;
}

.dropdown-menu {
	font-size:12px;
	border: 1px solid #eee;
}

.contacts-header {
    background-color: #f8f8f9;
    height: 34px;
    line-height: 30px;
    color:#7e8083;
    border-bottom:1px solid #dadbdc;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #7e8083;
    border-color: #1e2945;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    border-bottom: 0px;
    font-size: 2.05em;
    margin-top: 0px;
}

.form-horizontal .control-label {
    color: #1e2945;
}

.form-control {
    border-radius: 3px;
}

.navbar {
    margin-bottom: 0px;
	border: 0px;
	min-height:35px;
}

.whitelabel-logo > img {
    height: 36px;
}

.apex-logo {
    height: 40px;
    border-right: 3px solid #efefef;
    margin-right: 11px;
    padding: 11px 8px 14px 0px;
}

.apex-logo > img {
    height: 36px;
}

.navbar-header {
    padding-top:10px;
    height: 56px;
}

.menu-position {
	float:right;
}

@media screen and (max-width: 768px) {
    .menu-position {
        float: none;
    }
}

.navbar-nav > li {
	padding-bottom: 10px;
	/*border-top: 1px solid #eee;*/
}

.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 0px;
    line-height: 15px;
}

@media screen and (max-width: 768px) {
    .navbar-nav > li > a {
         padding-top: 10px;
    }
}

.nav > li > a, .nav > li > a:visited  {
    color:#1e2945;
    font-size:12px;
    -webkit-font-smoothing:antialiased;
    text-transform: uppercase
}

.contacts-nav {
    /*font-weight: bold;*/
}

.contacts-nav > button {
    padding:0px 10px;
    color:#7e8083;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right:0px;
    background-color: #fff;
	border:0px;
	line-height:25px;
}

#selectedEntityContext {
	padding-left:5px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: white;
    color:#1e2945;
}

.contacts-nav>button:hover, .contacts-nav>button:focus, .contacts-nav .open>a, .contacts-nav .open>a:focus, .contacts-nav .open>a:hover {
    background-color: #efeff1;
    color:#7e8083;
}

.nav>li>a.phone {
    padding-left: 0px;
}

.nav > li > a.topPretty, .nav > li > a:visited.topPretty {
    font-size: 14px;
    background-color: #e4e4e4;
}

.nav > div > ul {
    vertical-align: middle;
}


th {
    color: #1e2945;
}

.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    border-bottom-width: 0px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table th, .google-visualization-table-table th, .table>thead>tr>th, .viz_table>thead>tr>th {
    color:white;
    padding: 7px 3px;
    background: #1e2945;
	border: 1px dashed #dddddd3d;
	border-bottom: 0;
}

.viz_ptable>thead>tr>th {
    color:white;
    padding: 7px 3px;
    background: #1e2945;
	border-left: 1px dashed #dddddd3d;
	border-bottom: 0;
}

.viz_table>thead>tr:first-child>th,
.viz_ptable>thead>tr:first-child>th
{
	border-top: 0;
}

.viz_table>thead>tr>th:first-child,
.viz_ptable>thead>tr:first-child>th:first-child
{
	border-left: 0;
}

.viz_table>thead>tr>th:last-child,
.viz_ptable>thead>tr>th:last-child 
{
	border-right: 0px;
}

.viz_ptable>thead>tr:not(:first-child)>th {
	border-top: 1px dashed #dddddd3d;
}

.phone .glyphicon {
    font-size:10px;
    padding-right: 5px;
}

.email {
    text-decoration: underline;
}

.email .glyphicon {
    font-size:10px;
    padding-right: 5px;
}

.navbar-header {
    padding-right:20px;
}

#menuBanner {
    /*font-weight: bold;*/
}

#menuNav {
   
}

.menu-row {
	margin-top:20px;
}

.dropdown-menu>li>a {
	color: #1e2945;
	/*font-weight: bold;*/
}
a.menu-item-marked {
	color: red !important;
}

.dropdown-3level {
}

.open {
	/* border-right: 1px solid #eee; */
	/* border-left: 1px solid #eee; */
}

.open > a:after {

}

.navbar-nav > li.open > a {
    border-color: #eee !important;
	border: 1px solid #eee;
	border-bottom: 0px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: -11px;
	z-index:1100;
	/*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
	position:relative;
}
.navbar-nav > li.open {
	top: 10px;
	margin-bottom: -15px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index:100;
}

.dropdown-3level >.dropdown-menu {
	padding-left: 20px;
	padding-top:20px;
	padding-bottom:20px;
}

.dropdown-menu-left {
	left:auto;
	right:0px;
}

.dropdown-menu-right {
	left:0px;
	right:auto;
}

.menuCol {
	float: left;
	width:160px;
	padding-left:20px;
}

.menuCol>li {
	padding-bottom:4px;
}

.menuCol > h3 > a {
    font-size: 14px;
}

.dropcols-1 {
	min-width: 180px;
}
.dropcols-2 {
	min-width: 360px;
}
.dropcols-3 {
	min-width: 540px;
}
.dropcols-4 {
	min-width: 700px;
}
.dropcols-5 {
	min-width: 850px;
}
.dropcols-6 {
	min-width:1000px;
}

/*
@media screen and (max-width: 800px) {
    .dropdown-3level >.dropdown-menu {
        min-width: 600px;
    }
}
*/

.dropdown-3level >.dropdown-menu > div {
	overflow: hidden;
}
/*
.dropdown-3level >.dropdown-menu > div > div {
	border-right: 1px solid #eee;
    padding-left:20px;
	padding-right:20px;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
}
*/
.dropdown-3level >.dropdown-menu > div > div:last-child {
	border-right: 0px;
}

.dropdown-3level >.dropdown-menu > div > div > h3 {
	margin-top: 0px;
}
.dropdown-3level >.dropdown-menu > div > div > h3 > a {
	color: #444;
}

.greysection {
	padding-left: 20px;
	padding-right: 20px;
}

.grey-panel {
    background-color: #f7f7f7;
	padding: 10px;
}

.white-panel {
    background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.blueBanner > .container {
    color:white;   
    vertical-align: middle;
    margin-bottom: 10px;
}

.blueBanner > .container > div {
    padding-left:15px;
    padding-right:15px;
    background-color: #1e2945;
    min-height: 1px;
}

.blueBanner > .container > h1 {
    color:white;
}

.dropdown > a .glyphicon {
    font-size:8px;
    color: #666666;
}

.userDropdown {
    z-index: 2000;
}

.contacts-header {
    z-index: 2000;
}
.modal {
    z-index: 2050;
}
.userDropdown > ul {
    z-index: 3000;
    background-color: white;
}
.userDropdown > a .glyphicon {
    color: #7e8083;
}
.userDropdown > a .glyphicon-user {
    font-size:12px;
}

ol > li {
    color: #1e2945;
    font-weight:bold;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #1e2945;
}

.panel-primary {
    border-color: #1e2945;
}
.panel-heading {
    border-bottom: 0px;
    border-radius: 6px;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1e2945;
    border-color: #1e2945;
}

.home > h1 {
    color: #27318b;
}

.well {
    background-color: white;
}

/*tree view*/
.node-selected {
    background-color: #1e2945 !important;
}

hr.footerHr {
    margin-top:10px;
    margin-bottom:10px;
}

img.footerImg {
    height: 30px;
    margin-bottom:10px;
}

.home-banner {
    color: white;
    /*background-image: url('/Content/MiCloud/images/MiCloud-Office-Banner.jpg');*/
    min-height:475px;
    font-size: 1.3em;
    line-height: 2em;
    text-align: center;
    padding: 120px;
    margin-bottom:15px;
}

.home-banner > h1 {
    color: white;
}
.alert-success {
    background-color: white;
    border:0px;
    color: #7e8083;
    padding-top: 15px;
}

.home-img {
    right: 0px;
    /*background-image: url('/Content/telviva/images/home-header.jpg');*/
    height: 400px;
    background-position-x:1600px;
}

.home-img > div {
    text-align: center;
    height: 400px;
    width: 40%;
    padding-top: 10%;
}

.login-panel {
    margin-top: 50%;
    box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.greysection {
	padding-left: 20px;
	padding-right: 20px;
}

.infoblock {
    border-radius: 0px;
    background-color: white;
    background-color: #1e2945;
	margin-bottom:20px;
}

.infoblock-left {
    font-size: 4.5em;
    color: white;
    background-color:white;
	color: #1e2945;
    margin: 0 auto;
    text-align: center;
    padding-left: 22px;
	padding-right: 22px;
	padding-top: 16px;
	padding-bottom: 3px;
    margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 15px;
	border-radius:100px;
}

.infoblock-left > div {
    background-color: white ;
    padding: 20px;
    margin: 0 auto;
    border-radius: 100px;
    min-width: 110px;
}

.infoblock-right {
	padding-top:15px;
    padding-left:15px;
    color: white;
    padding-right:40px;
}


.infoblock-right > .btn-primary {
    background-color: white;
    color: #1e2945;
	float:right;
}

.infoblock-heading {
	height:55px;
	text-align: right;
}

.infoblock-heading > h2 {
     color: white;
     margin-top: 5px;
     margin-bottom: 0px;
     font-size: 1.5em;
}

.infoblock-left > span.fa {
    color:white;
}

.home-img {
	padding-top: 100px;
}

.home-imgimg {
	max-width:400px;
	height:auto;
}

.home-landingimg {
}

.home-landingimgimg {
	width:100%;
}

.gmap {
	height: 600px;
	width: 100%;
}

.selcell {
	background-color: grey;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	color:white;
}

.selcell > div {
	padding: 3px;
	float:left;
}

.selcellclose {
	float:left;
	padding-left:3px;
	margin-left:3px;
}

#smsgroups {
	height: 65px;
}

.tpg-total {
    background-color: #ddd;
    font-weight: bold;
}

.forgotpwlink {
	padding-top:5px;
	margin-bottom:-5px;
	text-decoration:underline;
}

.list-group-item {
	padding: 5px 10px;
}

#selectEntityContextTable > thead {
    display: none;
}

.modal-compact {
    font-size:10px;
}

.modal-compact .form-group {
    margin-bottom:10px;
}

.modal-compact .modal-header {
	padding: 10px;
}

.modal-compact .modal-body {
	padding-bottom: 0px;
}



.modal-compact .panel-body {
	padding: 10px;
}


.arrow-right-active {
  width: 0; 
  height: 0; 
  border-top: 33px solid white;
  border-bottom: 33px solid white;
  
  border-left: 33px solid #1e2945;
}

.arrow-right-option {
  width: 0; 
  height: 0; 
  border-top: 33px solid #1e2945;
  border-bottom: 33px solid #1e2945;
  
  border-left: 33px solid white;
}

.wizard-heading-active {
	background-color: #1e2945;
	padding: 20px 20px 21px 20px;
	font-size: 18px;
	color:white;
}

.wizard-heading-option {
	background-color: white;
	padding: 20px 20px 21px 20px;
	font-size: 18px;
	color:#777;
}

.warning-yellow {
	color: #ffbe00;
}

.link {
	text-decoration:underline;
	color: #1e2945;
	cursor: pointer;
}

.cobrand-footer {
    width: 10%;
    margin: 0 auto;
    padding-bottom: 9px;
}

.cobrand-footer > img {
    height: 34px;
}

.button-component {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

.panel-body {
    padding: 20px;
}

.login-main-center {
  max-width: 410px;
}

.panel-default {
    border-color: #eee;
}
.panel-default>.panel-heading {
    background-color: white;
    padding-top:15px;
}

.viz_subcontainer {
    background-color: white;
    padding: 15px !important;
    margin-top: 12px !important;
    border-radius: 6px;
    box-shadow: 0px 5px 13px -12px rgba(0,0,0,0.2);
}

.viz_page_container {
    background-color: #f9f9fa !important;
    padding: 12px  !important;
    padding-top: 10px  !important;
    padding-bottom: 12px  !important;
    position: relative;
    border-radius: 6px;
}

.viz_container {
    background-color: #f9f9fa !important;
}

.viz-controls {
    position:absolute;
    right:5px  !important;
    top:1px  !important;
}

.row {
    padding-top:0px;
    /*padding-bottom:10px;*/
    margin-right: -5px  !important;
    margin-left: -5px  !important;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-left: 6px !important;
    padding-right: 6px  !important;
}


/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 0px;
}*/

.viz_table>tbody>tr>td {
    border: 1px dashed #e1e1e1;
}
.table th, .google-visualization-table-table th, .table>thead>tr>th, .viz_table>thead>tr>th {
    border: 1px dashed #dddddd3d;
}