
html {
	position:relative;
	min-height:100%;
}
body{
	background-color:#eeeeee;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, p{
	margin:0;
}

/*
-----------------------------------------
for bootstrap row & col-xx-xx
-----------------------------------------
*/

/*removes rows default margin*/
.reset-row{
	margin:0px;
}

/*removes col-xx-xx default padding*/
.reset-col{
	padding:0px;
}

/*
-----------------------------------------
style for bootstrap tabs
-----------------------------------------
*/

/*add "tabs-bar-style" class in <ul>*/

.reputaion-tabs-container .navbar.navbar-default{
	min-height: 5px !important;
	font-size:12px !important;
	padding:0px !important;
	border-radius:0px !important;
	border-top:1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;
	margin-bottom:0px;
}

.tabs-style.active .under-tabs{
	margin:0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
	color: #66757f !important;
	text-transform: none !important;
	font-size: 12px !important;
}

.tabs-style.open a{
	background-color: #fff !important;
}

.tabs-style .under-tabs{
	margin:0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
	color: #66757f !important;
	text-transform: none !important;
	font-size: 12px !important;
}
.tabs-bar-style{
	background-color:#fff;
	border-top:1px solid #ddd;
	padding:0 15px;
}
/*add "tabs-style" class in <il>*/
.tabs-style.active a{
	border: 0 !important;
	padding-bottom: 7px !important;
	border-bottom: 3px solid #ff503f !important;
}
.tabs-style a{
	margin:0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
	color: #66757f !important;
	text-transform: uppercase;
	font-size: 11px;
}
/*
-----------------------------------------
pages title style
-----------------------------------------
*/

.page-title{
	font-size:30px;
	font-weight:bold;
	color:#2b3138;
}

/*
-----------------------------------------
pop-ups common style
-----------------------------------------
*/

.popup-header{
	background-color: #333d49;
	color: #fff;
	border-bottom: 1px solid #2c353e;
	border-radius: 5px 5px 0 0;
}
.popup-close{
	color: #fff;
	opacity: 1;
	padding: 8px 6px !important;
}
.popup-title{
	font-size: 22px;
	font-weight:bold;
}
.popup-body{
	background-color: #f4f4f4;
}
.popup-input-title{
	color: #2b3138;
	font-weight:bold;
	padding-bottom:5px;
	font-size:14px;
}
.popup-footer{
	text-align: right;
	border-top: 1px solid #e5e5e5;
	padding:10px 15px;
}
.popup-submit-btn{
	background-color:#ff503f;
	border:0px;
	border-radius:5px;
	color:#fff !important;
	padding:7px 62px;
}
.popup-close-btn{
	padding:6px 15px;
}

/*****notification**/
.notifications{position:fixed; z-index: 9999;}.notifications.top-right{right:10px;top:10px;}
.notifications.top-left{left:10px;top:50px;}
.notifications.bottom-left{left:10px;bottom:25px;}
.notifications.bottom-right{right:10px;bottom:25px;}
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
.notifications.center{top:48%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}
/**/
.highlighted{

  background: yellow;
}
/*************/

.tt-query,
.tt-hint {
 
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
/*************/
.list-style-none li{

  list-style-type: none;
}
/*************/

.update-topic-style .update-topic-block .tag-input-container .input-group .input-group-addon {
	padding:0;
	border:0;
	background-color:transparent;
}

.tag-input-container .tag{
    /*background: #e8e8e8;*/
    padding:0;
    border-radius: 3px;
    font-style: normal;
	/*color: #7f7e7e;*/
    overflow: hidden;
    clear: both;
	display: inline-block;
}
.tag-input-container-autocomplete .tag{
    /*background: #e8e8e8;*/
    padding:0;
    border-radius: 3px;
    font-style: normal;
	/*color: #7f7e7e;*/
    overflow: hidden;
    clear: both;
	display: inline-block;
}

@media (max-width: 480px){
	.tag-input-container .tag{
		display: inherit;
	}
	.update-topic-style .update-topic-block .tag-input-container .input-group .input-group-addon .add-tag-btn{
		display:none;
	}
}

.tag-input-container .existing-tags{
	background: #00ce9b;
    color: #fff;
}

.tag-input-container .tag-value{
    font-size: 13px;
	margin: 2.5px 10px 3px;
}

.tag-input-container .close-tag-style{
	padding: 2px 6px;
	border-radius: 0px;
	border: 0px;
	border-left: 1px solid #dbdbdb;
	color:#7f7e7e;
}

.tag-input-container .existing-tags .close-tag-style{
	border-left:1px solid #01bb8d;
	color:#fff;
}
.tag-input-container-autocomplete .existing-tags{
	background: #00ce9b;
    color: #fff;
}

.tag-input-container-autocomplete .tag-value{
    font-size: 13px;
	margin: 2.5px 10px 3px;
}

.tag-input-container-autocomplete .close-tag-style{
	padding: 2px 6px;
	border-radius: 0px;
	border: 0px;
	border-left: 1px solid #dbdbdb;
	color:#7f7e7e;
}

.tag-input-container-autocomplete .existing-tags .close-tag-style{
	border-left:1px solid #01bb8d;
	color:#fff;
}

/*
-----------------------------------------
Calendar Style
-----------------------------------------
*/

.daterange-container .daterange-selector{
	position: relative;
	background:#ffffff;
	color: #333333;
	padding: 8px 0;
	line-height:18px;
	cursor:pointer;
	border:1px solid #ddd;
	border-radius:5px;
}

.daterange-container .daterange-selector span:first-child{
	background-color: #eee;
	color: #555;
	padding:9px 10px;
	border-radius: 5px 0 0 5px;
}

.daterange-container .daterange-selector .caret{
	position: absolute;
	top:15px;
	right: 10px;
}

.daterange-container .daterange-dropdown{
	margin: 5px 0;
	background-color:#eeeeee;
	border:1px solid #cac8c8;
	border-radius:5px;
	min-width:740px;
	position:absolute;
	right:0;
	z-index:9;
}

@media (max-width: 991px){
	.daterange-container .daterange-dropdown{
		min-width:inherit;
		width:100%
	}
}

.daterange-container .daterange-dropdown .panel{
	background-color:transparent;
	border:0;
	border-radius:0;
	box-shadow:3px 0 12px 0px #acabab;
	margin:0px;
	border-right:1px solid #cac8c8;
}

.daterange-container .daterange-dropdown .panel .input-group-addon{
	background-color:transparent;
	border:0;
	font-size:12px;
	font-weight:bold;
	color:#2b3138;
	padding:0;
}

.daterange-container .daterange-dropdown .panel .panel-heading select{
	height: 27px;
	font-size: 16px;
	border-radius:5px;
	padding:0 5px;
}

.daterange-container .daterange-dropdown .panel .panel-body{
	width:100%;
	border-bottom:1px solid #dfdddd;
	padding:0 15px 60px;
}

.daterange-container .daterange-dropdown .panel .panel-body input{
	height: 27px;
	font-size: 11px;
	border-radius:5px;
}

.daterange-container .daterange-dropdown .panel .panel-footer{
	border-top:1px solid #fafafa;
	padding:5px 15px;
}

.daterange-container .daterange-dropdown .panel .panel-footer .apply{
	background-color:#ff503f;
	color:#fff;
	padding: 2px 37px;
	font-size:11px;
}

.daterange-container .daterange-dropdown .panel .panel-footer .daterange-cancel{
	color:#888888;
	font-size:11px;
	cursor:pointer;
	padding: 0 5px;
	text-decoration: underline;
}

.calendar-style{
	line-height:0px;
	margin-left: 22px;
}

.calendar-style .pickmeup {
	background: #fff;
	border-radius: 0px;
}

.calendar-style .pickmeup .pmu-instance{
	padding:0px;
	height:auto;
	width: 10em;
}
/*.calendar-style .pickmeup .pmu-instance:first-child{
	padding-left:0px;
	padding-right:19px;
	padding-top:0px;
}
.calendar-style .pickmeup .pmu-instance:last-child{
	padding-right:0px;
	padding-left:19px;
	padding-top:0px;
}*/
.calendar-style .pickmeup .pmu-instance .pmu-month{
	background-color:#2b3138;
	font-size:12px;
	line-height: 24px;
	height:23px;
}

.calendar-style .pickmeup .pmu-instance .pmu-month{
	background-color:#2b3138;
}

.calendar-style .pickmeup .pmu-instance .pmu-next{
	background-color:#404a55;
	margin: 0px -22px 0px 0px;
	padding: 0px 16px 0px 6px;
	border-radius: 0px 5px 5px 0px;
	line-height: 22px;
	height:23px;
	font-size:12px;
}

.calendar-style .pickmeup .pmu-instance .pmu-prev{
	background-color:#404a55;
	margin: 0px 0px 0px -22px;
	padding: 0px 16px 0px 6px;
	border-radius: 5px 0px 0px 5px;
	line-height: 22px;
	height:23px;
	font-size:12px;
}

.calendar-style .pickmeup .pmu-instance .pmu-day-of-week{
	background-color:#e3e3e3;
	font-size:11px;
	color:#8a8888;
}

.calendar-style .pickmeup .pmu-instance .pmu-day-of-week div:last-child{
	color:#ff503f !important;
}

.calendar-style .pickmeup .pmu-instance .pmu-days .pmu-button, .calendar-style .pickmeup .pmu-instance .pmu-months .pmu-button, .calendar-style .pickmeup .pmu-instance .pmu-years .pmu-button{
	border-left:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	color:#5a5c5c;
	font-size:10px;
}

.calendar-style .pickmeup .pmu-instance .pmu-button:hover{
	
	background-color: #88c5eb !important;
}

.calendar-style .pickmeup .pmu-instance .pmu-not-in-month{
	color:#cfcfcf !important;
}

.calendar-style .pickmeup .pmu-instance .pmu-today {
	background: #e2c500;
	color: #fff !important;
}

.calendar-style .pickmeup .pmu-instance .pmu-selected {
	background: #136a9f;
	color:#fff !important;
}
.trash-style{
	float: right;
}
.icons-position-comments{
	float: right;
}
/*
-----------------------------------------
Calendar rtl Style
-----------------------------------------
*/

.rtl .daterange-container .daterange-selector span:first-child{
	border-radius:0 5px 5px 0;
}

.rtl .daterange-container .daterange-selector .caret{
	right:inherit;
	left:10px;
}

@media (min-width: 992px){
	.rtl .daterange-container .daterange-dropdown .col-md-4{
		right: 66.66666667%;
	}

	.rtl .daterange-container .daterange-dropdown .col-md-8{
		left: 33.33333333%;
	}
}

.rtl .daterange-container .daterange-dropdown .panel {
	box-shadow:-3px 0 12px 0px #acabab;
	border-right:0;
	border-left:1px solid #cac8c8;
}

.rtl .mentions-style .dropdown{
	float: left;
}

.rtl .daterange-container .daterange-dropdown{
	left:0;
	right:-594px;
}

.rtl .calendar-style{
	margin-left: 0px;
	margin-right: 22px;
}

.rtl .calendar-style .pickmeup .pmu-instance .pmu-next{
	margin: 0px 0px 0px -22px;
	padding: 0px 6px 0px 16px;
	transform: rotate(180deg);
}

.rtl .calendar-style .pickmeup .pmu-instance .pmu-prev{
	margin: 0px -22px 0px 0px;
	padding: 0px 6px 0px 16px;
	transform: rotate(180deg);
}
.rtl .trash-style{
	float: left;
}
.icons-position-comments{
	float: left;
}
/*
-----------------------------------------
col-ms between @media 480 & 767
-----------------------------------------
*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
 
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }
 
  .col-ms-1 {
    width: 8.33333%; }
 
  .col-ms-2 {
    width: 16.66667%; }
 
  .col-ms-3 {
    width: 25%; }
 
  .col-ms-4 {
    width: 33.33333%; }
 
  .col-ms-5 {
    width: 41.66667%; }
 
  .col-ms-6 {
    width: 50%; }
 
  .col-ms-7 {
    width: 58.33333%; }
 
  .col-ms-8 {
    width: 66.66667%; }
 
  .col-ms-9 {
    width: 75%; }
 
  .col-ms-10 {
    width: 83.33333%; }
 
  .col-ms-11 {
    width: 91.66667%; }
 
  .col-ms-12 {
    width: 100%; }
 
  .col-ms-push-1 {
    left: 8.33333%; }
 
  .col-ms-push-2 {
    left: 16.66667%; }
 
  .col-ms-push-3 {
    left: 25%; }
 
  .col-ms-push-4 {
    left: 33.33333%; }
 
  .col-ms-push-5 {
    left: 41.66667%; }
 
  .col-ms-push-6 {
    left: 50%; }
 
  .col-ms-push-7 {
    left: 58.33333%; }
 
  .col-ms-push-8 {
    left: 66.66667%; }
 
  .col-ms-push-9 {
    left: 75%; }
 
  .col-ms-push-10 {
    left: 83.33333%; }
 
  .col-ms-push-11 {
    left: 91.66667%; }
 
  .col-ms-pull-1 {
    right: 8.33333%; }
 
  .col-ms-pull-2 {
    right: 16.66667%; }
 
  .col-ms-pull-3 {
    right: 25%; }
 
  .col-ms-pull-4 {
    right: 33.33333%; }
 
  .col-ms-pull-5 {
    right: 41.66667%; }
 
  .col-ms-pull-6 {
    right: 50%; }
 
  .col-ms-pull-7 {
    right: 58.33333%; }
 
  .col-ms-pull-8 {
    right: 66.66667%; }
 
  .col-ms-pull-9 {
    right: 75%; }
 
  .col-ms-pull-10 {
    right: 83.33333%; }
 
  .col-ms-pull-11 {
    right: 91.66667%; }
 
  .col-ms-offset-1 {
    margin-left: 8.33333%; }
 
  .col-ms-offset-2 {
    margin-left: 16.66667%; }
 
  .col-ms-offset-3 {
    margin-left: 25%; }
 
  .col-ms-offset-4 {
    margin-left: 33.33333%; }
 
  .col-ms-offset-5 {
    margin-left: 41.66667%; }
 
  .col-ms-offset-6 {
    margin-left: 50%; }
 
  .col-ms-offset-7 {
    margin-left: 58.33333%; }
 
  .col-ms-offset-8 {
    margin-left: 66.66667%; }
 
  .col-ms-offset-9 {
    margin-left: 75%; }
 
  .col-ms-offset-10 {
    margin-left: 83.33333%; }
 
  .col-ms-offset-11 {
    margin-left: 91.66667%; }
}
 
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }
    
  .form-horizontal .form-group .control-label {text-align:right;}
}
.modal-add-btn{
    background-color: #ff503f;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 8px 62px;
}

/*** common loader***/
.ajax-loader-container{
	width: 50px;
	height: 50px;
	background: #fff;
	padding: 11px 13px;
	border: 0;
	border-radius: 10px;
	box-shadow: 5px 3px 10px #888888;
	margin-left: 45%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ajax-block .chart-menu-download{

	display: none;
}
.chart-html .chart-menu-download{

	display: none;
}
/*** popover ****/
.popover.left .arrow{
	right: 0px !important;
}
.popover.right .arrow{
	left: 0px !important;
}
.popover.bottom .arrow{
	top: 0px !important;
}
.popover{
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 10px;

}
.popover-content{
	border:1px solid #ccc;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2);
	background-color: #fff;
	border-radius: 5px
}


/*********/
.chart-title{
	
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/*********/


/* autocompete loading */
.loadinggif {
    background:url('../../images/ajax-loader.gif') no-repeat right center !important;
    background-position: 98% 48% !important; 
    background-color: #fff !important; 
}
#searchbartypeahead .typeahead.dropdown-menu{
	max-height: 400px !important;
	overflow-y:auto;
	width:170% !important;
	margin: 4px -177px 0 !important;
}
.typeahead.dropdown-menu{
	max-height: 400px !important;
	overflow-y:auto;
	width:100% !important;
}
.typeahead.dropdown-menu>li>div>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}
.typeahead.dropdown-menu>.active>div>a,.dropdown-menu>.active>div>a:hover,.dropdown-menu>.active>div>a:focus{
    color:#333;
    text-decoration:none;
    background-color:#ebebed;
    outline:0
}
.input-group ul strong{
    color: #FF503F;
}
.page.selected a{
	background-color:#F6F6F6 !important;
	color:#222222 !important;
	font-weight: bold;
}
.position-open{
	left: -29px;
}
.position-close{
	right: 0;
}
.filter-arrow.position-close{
	background-color:#333 !important;
	border: 0 !important;
	height:20px;
}
.filter-arrow.position-close .filter-show-hidden i{
	color:#fff !important;

}
.filter-arrow{
	padding-left:6px;
	border-radius:5px 0px 0px 5px;
	background-color:#F6F6F6;
	width:30px;
	height:22px;
	position:absolute;
	border-top:1px solid #cac8c8;
	border-left:1px solid #cac8c8;
	border-bottom:1px solid #cac8c8;
	cursor:pointer;
}
