body {
    background:#fff url(../images/body_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center top;
}
body.innerpage {
    background:#fff url(../images/body_bg_inner.png) !important;
    background-repeat: no-repeat !important;
    background-position: center top;
}
body, input {
    -webkit-font-smoothing: antialiased;
	font-size: 13px;
    line-height: 1.4;
	height:100%;
}
.skin-yellow .wrapper{
	background:none !important;
}
.btn-primary {
    background-color: #053c6d !important;
    border-color: #032b4e !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #032b4e;
}
.loginColumns {
    max-width: 1200px;
    margin: 0 auto;
    padding:0px 20px 20px 20px;
}
.main-header{
	height:50px;
}
.login_report_img{
	margin-top:80px;
}
.login_report_img img{
	    width: 85%;
}
.login_form_group{
	margin-top:120px;
	-webkit-flex-shrink: 0;
    flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: block;
    min-height: 400px;
	}
	.login-logo, .register-logo{
		padding-top:20px;
	}
	.nav-container .nav>li>a>i .icon-bg {
    position: absolute;
    z-index: 12;
    z-index: 0;
    left: -47px;
    width: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.bg-danger {
    background-color: #E94B3B;
    color: #fff;
}
section.content, .content-wrapper{
background: none;
margin-bottom:10px;
}
.main-header{
		animation-name:header_slide_in;
animation-duration:.5s;
-webkit-box-shadow:0 4px 5px rgba(102,102,102,0.8);
-khtml-box-shadow:0 4px 5px rgba(102,102,102,0.8);
-moz-box-shadow:0 4px 5px rgba(102,102,102,0.8);
-ms-box-shadow:0 4px 5px rgba(102,102,102,0.8);
-o-box-shadow:0 4px 5px rgba(102,102,102,0.8);
box-shadow:0 4px 5px rgba(102,102,102,0.8)
}
.main-header .logo{
	background-color: #fff !important;
}
.main-header .navbar {
    background-color: #f5821f !important;
}
.header_logo_w
{
height: 43px;
    margin-top: -4px;
}
.main-header .logo{
	height:50px;
	min-height:50px;
}	
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 16px 10px;
    font-family: fontAwesome;
}
a.sidebar-toggle{
    color: #fff;
}	
.skin-yellow .main-header li.user-header {
    background-color: #f5821f !important;
}
.box{
	  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 120px;
}
.error_title{
	    font-size: 30px;
    color: #d80707;
    font-weight: 600;
}
.error-desc{
	font-size:15px;
}
.nopadding{
	padding:0px !important;
}
.height400{
	height:400px;
}
.height420{
	height:420px;
}
.height445{
	height:445px;
}
.height495{
	height:495px;
}
.height483{
    	height: 483px;
}
.height520{
	height:520px;
}
.height580{
	height:580px;
}
.bg-blue {
    background-color:#2196F3!important;
}
.quick-stats__item {
	padding: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	min-height: 100px;
}
.quick-stats__chart, .quick-stats__info {
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}
.quick-stats__info>h2 {
    font-weight: 500;
    margin: 0;
    font-size: 28px;
    color: #FFF;
    text-align: center;
}
.quick-stats__info>small {
    font-size: 17px;
    display: block;
    color: rgba(255,255,255,.8);
    margin: 0 5px 5px;
}
.icon a {
    color: #fff;
    text-decoration: none !important;
}
.bgm-orange {
    background-color: #ed561b !important;
}
.mini-charts-item:before {
    -webkit-transition: width;
    -moz-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
	width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
}
.mini-charts-item:hover:before {
    width: 100%;
}
.mini-charts-item {
	  border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    min-height: 120px;
    text-decoration: none !important;
	padding: 15px;
}
.dashboard .mini-charts-item {
    /*min-height: 90px;*/
	    margin-bottom: 10px;
}
.dashboard .icon span
{
	    font-size: 33px;
    color: #fff;
    padding: 8px 4px 6px 5px;
    vertical-align: middle;
}
.mini-charts-item .icon {
    padding:0px;
    float: left;
}
.icon span{
    font-size: 50px;
    color: #fff;
    padding: 15px 4px 6px 5px;
    vertical-align: middle;
}

/* Iconography */

.iconography-div{
	width:25%;
	padding-top: 0% !important;
}

.dashboard .iconography-div{
	padding-top: 3% !important;
}

.iconography{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconography.icons{
	font-size:15px !important;
}

.iconography.icons img{
	width: 70%;
}

/* End of Iconography */

.mini-charts-item .count {
    /*margin: 0px 10px;*/
    float: left;
    color: rgba(255, 255, 255, .9);
    display: block;
	width: 75%;
}
.mini-charts-item .count > h4, .mini-charts-item .count > small {
    white-space: normal;
    margin: 6px 0;
    padding: 0 0 0 10px;
    line-height: 20px;
}
.mini-charts-item .count > h4 {
    font-size: 18px;
    display: block;
    color: rgba(255,255,255,.8);
    margin: 0 0px 5px;
    text-decoration: none;
    font-weight: 600;
}
.mini-charts-item .count > h2
{
   font-weight: 500;
    margin: 0;
    font-size: 30px;
    color: #FFF;
    text-align: center;
}
.mini-charts-item .count  .textcount
{
   font-weight: 500;
    margin: 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
}
.eot{
    min-height: 369px;
}
.targetaudience{
	min-height:250px;
}
.bgm-lightgreen {
    background-color: #7ab800 !important;
}
.bgm-dark-green {
    background: #0C4B56 !important;
}
.bgm-yellow {
    background-color: #ffcc00 !important;
}
.bgm-lime {
    background-color: #CDDC39 !important;
}
.bgm-yellow1 {
    background-color: #ffcc00 !important;
}
.bgm-green1{
	 background-color: #7ab800 !important;
}
.bgm-blue1{
		 background-color: #0085c3 !important;
}




.camp-goal-eng {
    min-height: 180px;
}
.goal-chart {
    height: 535px !important;
    margin-top: 20px;
}
.dropdown.messages-menu select{
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-width: 0;
    font-size: 15px;
    color: #666;
}
.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: auto;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0px 0;
    color: #666666;
}
.custom_icon_action a{
	    position: relative;
    padding: 0 !important;
    margin-right: 15px;
	font-size:15px;
}
.purple {
    color: #A069C3 !important;
}
.tabs-left>.nav-tabs {
    top: auto;
    margin-bottom: 0;
    border-color: #C5D0DC;
    float: left;
}
.tabs-left>.nav-tabs>li {
    float: none!important;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus {
    border-radius: 0!important;
    border-color: #C5D0DC;
    background-color: #F9F9F9;
    color: #999;
    margin-right: -1px;
    line-height: 18px;
    position: relative;
}
.tabs-left .tab-content, .tabs-right .tab-content {
overflow: auto;
    overflow-x: hidden;
}
.button-group{
	margin:10px 0;
}
.button-group .btn{
	margin-right:10px;
}
.assign-site-error .select2-container--default .select2-selection--single,.assign-site-error  .select2-container--default .select2-selection--multiple{
	border-color:#f13b02 !important;
}
.tab-content {
    border: 1px solid #C5D0DC;
    padding: 16px 12px;
    position: relative;
}
.tabs-left>.nav-tabs>li.active>a, .tabs-left>.nav-tabs>li.active>a:focus, .tabs-left>.nav-tabs>li.active>a:hover {
    border-color: #C5D0DC transparent #C5D0DC #C5D0DC;
    border-top-width: 1px;
    border-left: 2px solid #f5821f;
    margin: 0 -1px;
    -webkit-box-shadow: -2px 0 3px 0 rgba(0,0,0,.15)!important;
    box-shadow: -2px 0 3px 0 rgba(0,0,0,.15)!important;
	border-radius: 0;
}
.tabs-left>.nav-tabs>li>a, .tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover {
    border-color: #C5D0DC;
    margin: 0 -1px 0 0;
	    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #576373;
    border-color: #C5D0DC #C5D0DC transparent;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
}
.panel-group {
    margin-bottom: 20px;
}
.accordion-style1.panel-group .panel {
    border-radius: 0;
    border-color: #CDD8E3;
    background-color: #FFF;
    box-shadow: none;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
    color: #478FCA;
    font-weight: 400;
    background-color: #F9F9F9;
}
.accordion-style1.panel-group .panel-heading {
    padding: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
    color: #478FCA;
    font-weight: 600;
    background-color: #F9F9F9;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle {
    color: #4C8FBD;
    background-color: #EEF4F9;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    display: block;
}
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active, .select2-selection.select2-selection--multiple, .select2-container{
	width:100% !important;
} 
.accordion-style1.panel-group .panel .collapse {
    background-color: #FFF;
}
.dropdown-menu.dropdown-caret:after, .dropdown-menu.dropdown-caret:before {
    content: "";
    display: inline-block;
    position: absolute;
}
.treeview-menu > li > a {
    padding: 6px 5px 6px 15px;
    display: block;
    font-size: 13px;
}
.dropdown-menu.dropdown-caret {
    border-radius: 0!important;
	    border-color: #dcbcf1;
		    min-width: 196px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
	width:auto;
}

.color1 {
    background-color: #E94B3B;
}

.inner-menu{
	padding-left:20px;
}
.inner-menu li a{
	font-size: 14px;
	line-height: normal;
}
.list-unstyled .header{
	padding-left:10px;
	font-size: 14px;
	line-height: normal;
}
.logo-mini img{

}
.content-header {
    position: relative;
padding-top:5px;
}
.content-header > h1 {
    margin: 0;
    font-size: 20px;
    color: #053c6d;
    margin-bottom: 8px;
}
.star, .required{
	color:#f13b02;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857143;
}
.form-group p{
	margin-bottom:0px;
	color:#f13b02;
}
.form-group {
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--multiple{
		    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
    line-height: 22px !important;
	font-size:14px  !important;
	padding-left: 0 !important;
}
.select2-container--default .select2-selection--single
{
	    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.tab-pane h6
{
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 7px;
    margin-top: 0;
    color: #000;
}
.inactive{
	cursor:default;
}
/* iCheck plugin Square skin, green
----------------------------------- */
.i-checks {
    padding-left: 0;
	    margin: 3px 0;
		    margin: 5px 0 5px 12px;
}
.iradio_square-green {
    background-position: -18px 0;
}
.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url("../images/blue1.png") no-repeat;
    border: none;
    cursor: pointer;
	    margin-right: 5px;
}

.icheckbox_square-green {
     background-position: 0px 0;
}
.icheckbox_square-green.hover {
    background-position: -19px 0;
}
.icheckbox_square-green.checked {
    background-position: -38px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -19px 2px;
}
.iradio_square-green.hover {
    background-position: -19px 2px;
}
.iradio_square-green.checked {
background-position: -95px 1px;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}
.i-checks label{
	    margin-bottom: 0px;
    color: #1D487C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.mini-charts-item .count  .text{
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.asset-comparison{	
	height:400px;
}
.tags .nav>li>a {
    position: relative;
    display: inline;
    padding: 0 !important;
    margin: 0;
}
.tags .navbar-nav {
    float: right;
    margin-right: 10px;
}
.tags .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
	    left: initial;
    float: right;
}
.tags .dropdown-menu.dropdown-caret:after {
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 8px;
    top: -5px;
}
.tags .dropdown-menu.dropdown-caret:before {
    border-bottom: 7px solid rgba(0,0,0,.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 7px;
    top: -6px;
}
.component_sheet_div h3{
    color: #f5821f;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin:5px 0 5px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}
.component_sheet_div{
	margin-bottom:10px;
}
.component_sheet_div h3 label{
color: #f5821f;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.sheet_deselect_div.i-checks{
	margin-left:0px;
}
.status1 .active{
	    background-color: #37ab06;
    color: #fff;
	font-weight:600;
	    padding: 1px 4px 3px;
    line-height: 15px;
	text-align:center;
	    font-size: 13px;
	display: block;
	border-radius:3px;
}
.status1.active:hover, .status1 .inactive:hover{
	color:#fff !important
}
.primary {
    color: #27B6AF !important;
}
.bigger-120 {
    font-size: 120% !important;
}
.action-buttons a {
    margin: 0 6px 0 0;
    display: inline-block;
    text-decoration: none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px;
    border-radius: 4px;
}
.status1 .inactive{
	    background-color: #F00;
    color: #fff;
		font-weight:600;
    padding: 1px 4px 3px;
    line-height: 15px;
	display: block;
	    font-size: 13px;
		border-radius:3px;
	text-align:center;
}
.qsearch{
    text-align: right;
    margin: 0 0 10px;
}
.box-footer .btn{
	margin-right:10px;
}
.icheckbox_minimal-blue, .iradio_minimal-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../images/blue2.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_minimal-blue {
    background-position: -100px 0;
}
.page-header {
    margin: 0 0 7px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 5px;
    padding-top: 7px;
}
.page-header h1 {
    padding: 0;
    margin: 0 8px;
    font-size: 24px;
    font-weight: 500;
    color: #1e282c;
}
.page-header h1 small {
    margin: 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #8089A0;
}

.iradio_minimal-blue.checked {
    background-position: -140px 0;
}
.option_style .radio{
	margin-right:15px;
}
.option_style
{
	    padding-top: 7px;
}
.iradio_minimal-blue{
	margin-right:6px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity:0.5;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
	background-image: url("../images/preloader_2.gif");
	display:none;
}
.panel.panel-default.component_div .panel-heading.required{
	border-left: 2px solid red;
}

.panel.panel-default.component_div .panel-heading.required .accordion-toggle.collapsed {
    background-color: #EDD4D4;
}

.panel.panel-default.component_div  .error-msg{
	font-size:14px;
	color: red;
}
.filter_lable{
	font-weight:600 !important;
	margin:5px 0px !important;
}
.page-header h5
{
	    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.interactions .box-header .box-title {
    display: inline-block;
    font-size: 13px;
	margin-right:10px;	
}
.min-height70{
	min-height:70px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px 5px 5px 5px !important;
}
.pagination>li.current a{
	background: #053c6d;
    color: #fff;
	border: 1px solid #053c6d;
}
.table-responsive{
	margin-top:10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #ccc;
    white-space: nowrap !important;
}
.treeview-menu li  a span{
	white-space:normal;
}

.select_filter{
background-color: #07197b !important;
    text-align: center;
    color: #fff;
}
.table-bordered {
    border: 1px solid #ccc;
}
.model-heading-left{
	text-align:left !important;
}
.alert {
    padding: 10px;
}
.panel-heading  a:before {
   font-family: 'FontAwesome';
   content: "\f107";
   float: right;
   transition: all 0.5s;
   font-size: 20px;
    margin-top: -5px;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.p-l-50{
	padding-left:50px;
}
.i-checks1 label{
	margin-left:5px;
}
.component_sheet_div h3.large_text label
{
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:700;
}
.large_text_parent{
	margin-left:-30px;
}
.nopointer{
	cursor:default;
}

.panel.panel-default .panel-heading.required {
    border-left: 2px solid red;
}

.panel.panel-default .panel-heading.required .accordion-toggle.collapsed {

    background-color: #EDD4D4;

}
.select_logic.i-checks{
	margin-left:0;
	text-align:right;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.total_heading
{
    padding: 0 0px 25px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #7ab800;
}
.reach_heading
{
    padding: 27px 0px 7px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0085c3;
	margin-top: -20px;
}
.padding-remove{
	padding:0px !important;
}
.min-hiht70{
 min-height:70px;
}
.table-responsive{
	margin-bottom:20px;
	min-height:370px;
}
.height200{
	height:200px;	
}
.height481{
    height: 481px;
}
.height511{
height: 511px;
}
.site_name_title{
color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0 13px 18px;
    line-height: normal;
    float: left;
}
.site_name_title a{
	color: #0c4b56;
    font-weight: 600;
}
.login-page .main-footer{
	display:none;
}
.td-status a{
	margin-right:5px;
}
/* CSS used here will be applied after bootstrap.css */

.progress {
    margin-bottom:0;
    height: 35px;
    background: #dee0e6;
}
.progressstart {
    float:left;
}
.progressstartend_overflow {
    text-align:right;
    width: 85%;
}
   
.progressstartend {
    float: right;
    text-align:right;
}    

.progress-bar{
    height: 35px;
	text-align:right;
	max-width:100%;
}

.progress-bar,
.progressstart,
.progressstartend,
.progressstartend_overflow{  
    font-size: 23px;
}

.progress-bar span{
	margin-right: 1%;
	display: inline-block;
}

.progress-bar .mrgn2{
	margin-top: 7px;
	display: inline-block;
}

.progress-bar-tooltip.tooltip{ 
  position:relative;
  float:right;
}
.progress-bar-tooltip.tooltip > .tooltip-inner {background-color: #eebf3f; padding:5px 15px; color:rgb(23,44,66); font-weight:bold; font-size:13px;}
.popOver + .progress-bar-tooltip.tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}

.no-data-available{
	color:#f39c12;
	font-weight:600;
}

.tooltip.top .tooltip-arrow{
	bottom: auto !important;
	top: 0 !important;
	transform: rotate(180deg) !important;
}

.tooltip.top{
	top: 65% !important;
}
/*Simiyon on 14-06-18*/
.fixed-header-table table{
	  width: 100%;
		table-layout: fixed;
}
.fixed-header-table table tr{ 
	border-bottom: 1px solid #ccc;
}
.fixed-header-table{
	 width: 100%;
}
.fixed-header-table table tr th{
	padding: 5px;
	border: 0px solid #eee;
     width: 100px; 
	 word-break: break-all;
}
.scrolled-data-table table tr td{
	padding: 5px;
    border: 1px solid #eee;
    width: 100px; 
	 word-break: break-all;
	 white-space: normal !important;
}
.scrolled-data-table {
	  height: 400px;
		/*overflow-y: auto;*/
}
.exposure-pages .mini-charts-item .count > h4{
	min-height: 42px;
}
.height530{
	height:530px;
}
.disabled-cover .col-sm-8 .option_style{
	opacity: 0.4; 
}
 div[role="tooltip"]{
	display:none !important;
}
.intraction-p.mrgn2{
	margin-top: 9% !important;
}

.overflowy_auto{
    overflow-y: auto; 
}
.borderless tr, .borderless td, .borderless th {
    border: none !important;
}
.table > tbody > tr > td.white-space-normal{
	white-space: normal !important;
	word-break: break-all;
}
.border-red{
	border:1px solid #f13b02;
}
/* .interactions-title-dyn{ */
	/* min-height:43px; */
/* } */



/* Style for Calendar START */

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}



.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

#calendar_view {
    width: 100%;
    margin: 0 auto;
  }
  
  .overflow_auto{
	overflow: auto;
  }
  
  .height630 {
	  height: 630px;
  }

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


/*Full Calendar*/
.fc-title{
    
    font-size: 17px !important;
}
.fc-content{
    cursor: pointer !important;
}
.modal-fullwidth{
    width: 80%;
    height: 80%;
}
.modal-fontsize{
    font-size: 16px;
}
.modal-table{
    height: 300px;
    overflow: auto; 
}

.add_event_label{
    cursor: pointer;
    font-size: 25px;
}
/* .interactions-title-dyn{ */
    /* min-height:43px; */
/* } */
tr.fc-list-item {
    color: #fff;
}

.legend-labels-main ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
}
.legend-labels{
    padding-left: 0px !important;
}
.legend-labels-main ul.legend-labels li{
  display: inline-block;
  padding: 0px 0px 0px 9px;
}

.show_datepicker{
    cursor: pointer;
}
.paymentOptions{
    display: inline-block;
    
}
.schedule_reminder_alert{
    margin-left: -20px;
    height: auto; 
}

.active_calender_status{
    font-weight: bold;
    color: cadetblue;
}

.inactive_calender_status{
	font-weight: bold;
    color: red;
}

.opt-in-glyphicon{
    width: 20px;
    height: 20px;
}
/* Style for Calendar END  */ 

.align-th.fixed-header-table table tr th {
    padding: 5px;
    border: 0px solid #eee;
    width: 100px;
    word-break: normal;
	
}

.align-th .table > thead > tr > th,.align-th .table > tbody > tr > th,.align-th .table > tfoot > tr > th,.align-th .table > thead > tr > td,.align-th .table > tbody > tr > td,.align-th .table > tfoot > tr > td {
    border: 0 !important;
    white-space: normal !important;
}
.e-row[aria-selected="true"] .e-customizedExpandcell {
  background-color: #e0e0e0;
  }
  .e-grid.e-gridhover tr[role='row']:hover {
  background-color: #eee;
  }
  .e-expand::before {
  content: '\e5b8';
  }
  .e-grid .e-altrow {
  background-color: #fafafa;
}

div#asset-comparison  {
    height: 600px; 
    overflow: hidden; 
    text-align: left;
}
.min-height-200 {
    min-height: 200px;
}
.custom-modal-scroll{
    height: 80vh;
    overflow-y: auto;
}
.truncate-string table tr td:nth-child(2){
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clone-component .modal-dialog{
    width:1370px;
}

/*--- Retry Link ---*/
.retry_link_span {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width:100%;
  height:100%;
}

.retry_btn {  
    max-width: 100px;
    max-height: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #ff0000;
    background: #ff3f3f;
    background: linear-gradient(180deg, rgb(247 227 227 / 16%) 0%, rgb(255 255 255 / 60%) 100%);
    border: 1px solid #fb0000;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(179 0 0 / 34%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 5px 15px 5px 15px;
	z-index:99;
  }

.retry_btn::before {
	content: '';
    border-radius: 1000px;
    min-width: calc(100px + 12px);
    min-height: calc(25px + 12px);
    border: 2px solid #fb020221;
    box-shadow: 0 0 30px rgb(201 122 122);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.retry_btn:hover, .retry_btn:focus {
  color: #1006b5;
  transform: translateY(-6px);
}

.retry_btn:hover::before, .retry_btn:focus::before {
  opacity: 1;
}

.retry_btn::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 2px solid #fb020221;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.retry_btn:hover::after, .retry_btn:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
.fa.fa-refresh.retry-btn2 {
    cursor: pointer;
    font-size: 22px;
    padding-top: 8px;
    color: #fff;
    background: #0a01017a;
    width: 37px;
    height: 37px;
    border-radius: 22px;
    text-align: center;
}
/*--- END of Retry Link ---*/
/* a.mini-charts-item.bgm-green1 {
    background: rgba(122, 184, 0, 0.2) !important;
}
a.mini-charts-item.bg-blue {
    background: rgba(33, 150, 243, 0.2) !important;
}
a.mini-charts-item.bgm-dark-green {
    background: rgba(12, 75, 86, 0.2) !important;
}
a.mini-charts-item.bgm-lime {
    background: rgba(205, 220, 57, 0.2) !important;
}
a.mini-charts-item.bgm-lightgreen {
    background: rgba(122, 184, 0, 0.2) !important;
}
a.mini-charts-item.bgm-orange.nopointer {
    background: rgba(237, 86, 27, 0.2) !important;
} */
a.mini-charts-item.bgm-green1, a.mini-charts-item.bg-blue, a.mini-charts-item.bgm-dark-green,
a.mini-charts-item.bgm-orange.nopointer, a.mini-charts-item.bgm-lime, a.mini-charts-item.bgm-lightgreen {
    padding: 15px 12px 15px 15px;
}
div#engagement-over-time .retry_link_span {
    padding: 10px;
}
.count h2 span .retry_link_span, .count h3 span .retry_link_span {
    padding-top: 33px;
}
.no-workbook-rule {
    bottom: 0;
    position: absolute;
    right: 10px;
    color: #FFFFFF
}