/*
Created by: @themepixels
URL: http://themepixels.com/
*/
@import url('font-icons/icons.css');
@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
@import url('weather-icons.min.css');
@import url('jquery-ui-1.14.2.min.css');
@import url('bootstrap-datepicker3.min.css');
@import url('jquery-dateui-overwrite.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('toggles.css');
@import url('chosen.css'); 
@import url('bootstrap-timepicker.min.css');
@import url('jquery.datatables.css');
@import url('multi-select.css');
@import url('bootstrap-multiselect.css');
@import url('bootstrap-multiselect-override.css');
@import url('local.css');
@import url('alert-msg.css');
 @import url('lhn.css'); 
@import url('topheader.css');
@import url('top-secondary-nav.css');
@import url('form-controls-onlycolor.css');
@import url('helpers.css');
@import url('ps-theme.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
body {
    overflow: hidden;
    font-family: var(--primaryFont)!important;
    line-height: 21px;
    font-size: 13.5px;
    background: var(--bodyBg);
    color: var(--bodyTxt);
}

#userPolicyDetails{
    display: block !important;
}

 

.logo-pw{display: block; height: 50px; color: white;
    font-size: 24px;
    
    line-height: normal;
    padding: 15px 0px;    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }

.table.dataTable{margin-bottom:10px; position: relative;
}

.dataTables_wrapper .table.dataTable{
	clear: both;
	overflow: scroll;
    width: 100% !important;
}

.accordion {
    color: white;
    background-color: var(--tableHeadBg);
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    transition: 0.4s;
    font-weight:700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.accordion:hover {
    background-color: black;
}
.accordion-panel {
    padding: 10px;
    color: var(--tableBodyTxt);
    background-color: white;
    border:1px solid var(--tableBorder);
}

body.notfound,
body.signin {
    background: #e4e7ea;
}

 

a:focus,
a:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    
}

strong {
    
    font-weight: normal;
}


/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}


/***** HEADER PANEL *****/


/************************/

 
 
 

.headerbar-table {
/*    width: 60%;*/
    font-size: 13px;
}

.headerbar::after {
    clear: both;
    display: block;
    content: '';
}

 
.menutoggle-header {
    font-size: 17px;
}

 
.fa{font-family: FontAwesome, var(--primaryFont); color: inherit;}
 
/* .fa-info-circle.tooltipstered{
	color:var(--formLabel);
	font-size:18px;
} */

.searchform-left {
    margin-top: 10px;
    margin-bottom: 20px;
}

.searchform-left .form-control {
    border: 0;
    background: #131b26;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.headermenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headermenu:after {
    clear: both;
    display: block;
    content: '';
}

.headermenu > li {
    display: inline-block;
    float: left;
    border-left: 1px solid #eee;
    position: relative;
}

.headermenu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
    background: #f9f9f9;
    color: #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headermenu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
    margin-left: 5px;
}

.headermenu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    margin-right: -1px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #1d2939;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-grid .grid-list {
    padding: 20px;
}

.headermenu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu-usermenu:after {
    right: 95px;
}

.headermenu .dropdown-menu li a {
    color: #94989d;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
    color: var(--primaryCtaTxt);
	background: var(--primaryCtaBg);
}

.headermenu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .tp-icon {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .tp-icon + .dropdown-menu:after {
    right: 17px;
}

.headermenu .chat-icon {
    border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
    background: #1d2939;
    min-width: 200px;
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
    background: none;
    color: var(--psOrange);
    text-decoration: none;
}

.headermenu .btn-group {
    margin-bottom: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

.gen-list li a:hover {
    color: #333 !important;
    text-decoration: none;
}

.gen-list li .name {
    font-size: 13px;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #999;
    display: block;
}

.show-more-btn{
	background: #fff;
	position: relative;
	margin-top: -9px;
	padding: 10px 5px;
}

.show-more-btn span{
    color: #3c425b;
	
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	position: relative;
	font-weight: 700;
	cursor:pointer;
}

.show-more-btn span i{
    padding: 3px;
    padding-bottom: 3px;
    border: 1px solid #3c425b;
    padding-bottom: 0px;
}

 

#notesInfo .ms-list.noteslist{
	height:150px;
}

#taglists_chosen a.chosen-single,
#tagsInfo button.tags-submit{
/*	margin-top:10px !important;*/
}

.mb30.slide-down{
    padding-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-height: 308px;
	overflow: hidden;
	position: relative;
}

.mb30.slide-down.slide-down-in{
	 max-height: 800px;
	 padding-bottom: 0px;
}

#accountInfo .mb30.slide-down{
	margin-bottom:0px;
	max-height: 333px;
}

#accountInfo .mb30.slide-down.slide-down-in{
    margin-bottom: -12px;
    max-height: fit-content;
}

.mb30.slide-down:before {
    content: '';
    bottom: 0;
	right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 74%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 74%);
    /* background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 74%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
}

.mb30.slide-down.slide-down-in:before{
	display:none;
}

#verificationInfo span.colorlabel{
	color:#3b3f54;
}


#wagerLimitsForECRId input, #lossLimitsForECRId input,
#rgDeposit-Form .table.table-success input,
#sessionLimitForECRId input,
#realitySessionLimitForECRId input{
	border: 1px solid #cccccc;
	border-radius: 0px;
	padding: 3px;
	box-shadow: none;
}

#wagerLimitsForECRId th{
	color:#ffffff;
}
 

#creditContainer label.error{
	position:relative;
}

.ecr-lining{
	width:100%;
	float:left;
	border:1px solid #ebecee;
}

#accountInfo .ecr-lining table tr td:last-child,
#userInfo .ecr-lining table tr td:last-child,
#addressInfo .ecr-lining table tr td:last-child,
#verificationInfo .ecr-lining table tr td:last-child,
#contactInfo .ecr-lining table tr td:last-child,
#loyaltyInfo .ecr-lining table tr td:last-child,
#emailAndMobileVerificationInfo .ecr-lining table tr td:last-child,
#SubscriptionPreferences .ecr-lining table tr td:last-child,
#employerInfo .ecr-lining table tr td:last-child {
	border-left:1px solid #ebecee;
}

.rules-group-header .group-conditions label,
.rules-group-header .group-actions button{
	margin: 0 2px !important;
    border-radius: 3px !important;
}

.btn-warning.reset{
	font-size: 15px;
	font-weight: bold !important;
	padding: 13px 40px;
	border: 0px;
	border-radius: 2px;
	outline: none !important;
	text-transform:uppercase;
}


.rule-filter-container{
	width:48%;
	position:relative;
}


/* .rule-filter-container:before{
	content:"";
	width: 40px;
	background: #e2e6ec;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	border: 0px;
    max-height: 10px;
}

.rule-filter-container:after{
	content: "\f107";
	font-family: fontawesome;
	text-align: center;
	width: 40px;
	position: absolute;
	color: #6d8190;
	font-size: 19px;
	top: 6px;
	right: 0px;
	font-weight: bold;
} */


#table1_wrapper table tr td div.pull-right{
	display:none;
}

.reset-login-para{
	margin-bottom:20px;
	color:var(--formLabel);
}


/***** LEFT PANEL *****/


/**********************/

 

.sticky-leftpanel {
    position: fixed;
    height: 100%;
    /*overflow-y: auto;*/
}
 
  

.btn-primary{
	text-transform:capitalize;
}

.dataTables_wrapper td .btn-primary{
	text-transform:inherit;
	color: #fff !important;
	padding:inherit !important;
} 
.sidebartitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}
  

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info {
      background:var(--primaryCtaBg);
	color:var(--primaryCtaTxt);
    border-color: var(--psOrange);
}

.infosummary {
    margin: 30px 0;
}

.infosummary ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.infosummary li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.infosummary li:after {
    clear: both;
    display: block;
    content: '';
}

.infosummary .datainfo {
    float: left;
    line-height: normal;
}

.infosummary .datainfo h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

.infosummary span {
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.4;
}

.infosummary .chart {
    float: right;
    margin-top: 5px;
    opacity: 0.6;
}

.ms-optgroup-label:before{
	content:"";
	position:absolute;
	right:20px;
	top:30px;
	width:21px;
	height:10px;
	/* background-image:url(../images/multu-drop-icon.png); */
	background-repeat: no-repeat;
	margin-top: -9px;
}

/* .ms-selection .ms-optgroup-label:before{
   background-image:url(../images/multu-drop-icon-2.png) !important;
} */

.upload-btn-wrapper {
  position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
}

.upload-btn-wrapper .btn {
    color: var(--primaryCtaTxt);
	background: var(--primaryCtaBg);
	font-size: 14px;
	font-weight: normal !important;
	padding: 5px 20px;
	border: 0px;
	border-radius: 2px;
	outline: none !important;
	text-transform:capitalize;
	float: right;
	cursor:pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  top: 0;
  cursor:pointer;
  opacity: 0;
  width:120px;
  right:2px;
}



.js .file-return {
    font-style: italic;
	font-size: .9em;
	font-weight: 600;
	font-size: 13px;
	padding: 5px;
	position: absolute;
	margin: 0;
}


/***** MAIN PANEL *****/


/**********************/

.mainpanel {
    background:var(--bodyBg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.homepage.mainpanel {
    background: var(--bodyBg);
    min-height: auto;
    margin-left: var(--leftNavWidth);
    position: fixed;
    width: calc(100% - var(--leftNavWidth));
}
 

#page-title h4 {color:#71747d; display:inline-block;}
.pageheader h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1D2939;
    letter-spacing: -0.5px;
    margin: 0;
}

/*
.pageheader .glyphicon,
.pageheader .fa {
    font-size: 24px;
    margin-right: 5px;
    padding: 6px 7px;
    border: 2px solid #1D2939;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
*/

.pageheader .fa.fa-pencil {
    padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
    padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
    padding: 6px 10px;
}

.pageheader .fa-user {
    padding: 6px 10px;
}

.pageheader .fa-file-text {
    padding: 6px 10px;
}

.pageheader .fa-map-marker {
    padding: 6px 12px;
}

.pageheader .fa-dollar {
    padding: 6px 12px;
}

.pageheader .fa-clock-o {
    padding: 6px 8px;
}

.pageheader h2 span.head {
    font-size: 13px;
    text-transform: none;
    color: #999;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0;
}

.pageheader h2 span.head::before {
    content: '/';
    margin: 0 10px 0 5px;
    color: #ccc;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 23px;
    right: 25px;
}

.pageheader .breadcrumb-wrapper .label {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
}

.pageheader .breadcrumb {
    background: none;
    display: inline-block;
    padding: 0;
}

.pageheader .breadcrumb li {
    font-size: 12px;
}

.pageheader .breadcrumb li.active {
    color: #333;
}

 

form .form-group:last-child {
    margin-bottom: 0;
}

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    
    margin-bottom: 15px;
    margin-top: 0;
}

.subtitle-lined {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

p {
    margin-bottom: 10px;
}


/***** DASHBOARD *****/


/*********************/

.panel-stat {
    background: none;
}

.panel-stat .panel-heading {
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-stat .stat {
    color: #fff;
    max-width: 250px;
}

.panel-stat .stat img {
    text-align: center;
}

.panel-stat i {
    font-size: 30px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
    opacity: 0.5;
}

.panel-stat .stat-label {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.75;
    display: block;
    line-height: normal;
    margin-bottom: 2px;
}

.panel-stat h1 {
    margin: 0;
    line-height: 36px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 38px;
}

.panel-stat h4 {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.sublabel {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.dashboard-datatable .dataTables_filter {
    float: left;
}


/***** FORM STYLES *****/


/***********************/


.ckbox,
.rdio {
    position: relative;
    margin: 0px;
    float: left;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}


/*
.ckbox label,
.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}
*/

.ckbox label,
.rdio label {
    cursor: pointer;
    font-size: 14px;
    color: #141b27;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 5px;
    padding-right: 10px;
}

.rdio label {
   
}

.ckbox label{
   color:#141b27;
   
}


/*
.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #b0b0b0;
}
*/

.ckbox label:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 1px;
    border: 1px solid  var(--formLabel);
    background: none;
}

.ckbox input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}
.ckbox input[type="checkbox"]:disabled:checked + label:before { 
    opacity: .5;
    background: var(--checkBoxAndRadioBtnBgActive);
}


/*
.ckbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 0;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}
*/

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: #333;
}

 
.ckbox-primary input[type="checkbox"]:checked + label:after{
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 5px;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: var(--warningBg);
    background-color: var(--warningBg);;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: var(--psOrange);
    background-color:  var(--psOrange);;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: var(--dangerBg);
    background-color: var(--dangerBg);
}

.rdio label:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border:1px solid  var(--formLabel);
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #eee;
    border-color: #ccc;
}


/*.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}*/

.rdio input[type="radio"]:checked + label::after {
    background-color: #444;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border: 4px solid var(--psOrange);
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: transparent;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: var(--warningBg);
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: var(--warningBg);
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: var(--psOrange);
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: var(--psOrange);
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: var(--dangerBg);
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color:  var(--dangerBg);;
}

pre {
    font-size: 12px;
    color: #C7254E;
    border: 1px solid #ddd;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

label.error {
    color:  var(--dangerBg);;
    margin-top: 2px;
}

label.error:empty {
    display: none !important;
}

.asterisk {
    color:  var(--dangerBg);;
}

div.error {
    margin-bottom: 20px;
    display: none;
    position: relative;
}

div.error label.error {
    display: block;
    padding-left: 25px;
    position: relative;
}

div.error label.error:before {
    font-family: 'Glyphicons Halflings';
    content: '\e101';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    color:  var(--dangerBg);;
    display: inline-block;
}

.bootstrap-timepicker .dropdown-menu {
    top: 40px;
}

.signup-col {
    float: left;
    width: 56%;
    margin-right: 4px;
}

.signup-time {
    width: 42.2%;
    float: left;
}


/* CKEDITOR */

.editable {
    padding: 10px;
    border: 1px solid #fcfcfc;
    margin-bottom: 20px;
}

.editable:hover {
    border: 1px solid #ccc;
}

.editable h4 {
    color: #333;
}


/***** FORM WIZARD STYLES *****/


/**************************/

.basic-wizard .nav li a {
    background: #e4e7ea;
    border-bottom: 1px solid #ccc;
    color: #4A535E;
    border-right: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 0.75;
}

.basic-wizard .nav li:last-child a {
    border-right: 0;
}

.basic-wizard .nav li a:hover {
    background-color: #f7f7f7;
    opacity: 1;
}

.basic-wizard .nav li.active a,
.basic-wizard .nav li.active a:focus,
.basic-wizard .nav li.active a:active {
    background: #fcfcfc;
    border-bottom-color: #fcfcfc;
    color: #333;
    opacity: 1;
}

.basic-wizard ul li a span {
    
}

.basic-wizard .pager {
    margin: 0;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
    padding: 10px;
}

.basic-wizard .pager li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    background:var(--primaryCtaBg);
	color:var(--primaryCtaTxt);
}

.basic-wizard .pager li a:hover {
	background: var(--primaryCtaBgHover);
	border-color:var(--primaryCtaBgHover);	
}

.basic-wizard .pager li.disabled a {
    background: #eee;
    color: #999;
    border-color: #ccc;
}

.basic-wizard .progress {
    height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.basic-wizard .nav-disabled-click li a:hover,
.basic-wizard .nav-disabled-click li a:active,
.basic-wizard .nav-disabled-click li a:focus {
    background-color: #E4E7EA;
    opacity: 0.75;
    color: #4A535E;
    cursor: default;
}

.basic-wizard .nav-disabled-click li.active a:hover,
.basic-wizard .nav-disabled-click li.active a:active,
.basic-wizard .nav-disabled-click li.active a:focus {
    background: #fcfcfc;
    color: #333;
    opacity: 1;
}

.basic-wizard .tab-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tab-pane::after {
    clear: both;
    display: block;
    content: '';
}


/***** UI ELEMENTS *****/


/***********************/

.btn-demo::after {
    clear: both;
    display: block;
    content: '';
}

.btn-demo .btn {
    float: left;
    margin: 0 10px 10px 0;
}

.fonticon-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.fontawesome-list {
    list-style: none;
    padding: 0;
}

.fonticon-list li,
.fontawesome-list li {
    display: block;
    margin-bottom: 5px;
}

.fonticon-list li span,
.fontawesome-list li span {
    color: #333;
    vertical-align: middle;
    margin-right: 8px;
    min-width: 20px;
    display: inline-block;
    width: 20px;
}

.tooltip-example .btn,
.popover-example .btn {
    margin: 0 5px 5px 0;
}

.tooltipflot {
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    color: #fff;
    padding: 3px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip {
    min-height: 25px;
    border: 0;
    min-width: 30px;
    height: auto !important;
    width: auto !important;
}

.tinystat {
    display: inline-block;
}

.tinystat .chart,
.tinystat .datainfo {
    display: inline-block;
    vertical-align: middle;
}

.tinystat .chart {
    margin-right: 5px;
}

.tinystat .text-muted {
    text-transform: uppercase;
    font-size: 10px;
}

.tinystat h4 {
    margin: 0;
    color: #333;
    
    line-height: normal;
    font-size: 16px;
}

.widget-quick-status-post .nav-tabs > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget-quick-status-post .panel-body {
    padding: 0;
}

.widget-messaging .panel-btns .panel-edit {
    padding: 15px 17px;
    opacity: 0.5;
    font-size: 24px;
    margin-top: -18px;
    margin-right: -20px;
    position: relative;
}

.widget-messaging .panel-btns .panel-edit:hover {
    opacity: 1;
}

.widget-messaging .panel-body {
    padding: 0;
}

.widget-messaging ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-messaging ul li {
    padding: 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.widget-messaging ul li:hover {
    background-color: #fcfcfc;
}

.widget-messaging ul li:first-child {
    border-top: 0;
}

.widget-messaging .sender {
    font-size: 13px;
    color: #333;
    margin: 0;
    
    line-height: normal;
}

.widget-messaging ul li small {
    line-height: normal;
}

.widget-today .panel-heading,
.widget-time .panel-heading {
    height: 115px;
}

.widget-today .glyphicon,
.widget-today .fa {
    font-size: 72px;
    color: #fff;
    opacity: 1;
}

.widget-time .glyphicon,
.widget-time .fa {
    font-size: 60px;
    color: #fff;
    opacity: 1;
}

.widget-today .today,
.widget-time .today {
    line-height: normal;
    margin: 0;
    color: #333;
    
    font-size: 20px;
}

.widget-photoday .panel-body {
    padding: 0;
}

.widget-photoday .photoday img {
    width: 100%;
    display: block;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.widget-photoday .photo-details {
    padding: 15px;
}

.widget-photoday .photo-title {
    color: #333;
    font-size: 16px;
    margin: 0;
    
    line-height: normal;
}

.widget-photoday .photo-details small {
    display: block;
}

.widget-photoday .photo-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e3e3e3;
    background-color: #f7f7f7;
}

.widget-photoday .photo-meta li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-left: 1px solid #e3e3e3;
}

.widget-photoday .photo-meta li:first-child {
    border-left: 0;
}

.widget-photoday .photo-meta li a,
.widget-photoday .photo-meta li span {
    padding: 15px 10px;
    display: block;
    color: #999;
    font-size: 12px;
}

.widget-photoday .photo-meta li a:hover {
    color: #666;
    text-decoration: none;
}

.widget-bloglist .media {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.widget-bloglist .media .thumbnail {
    margin-bottom: 15px;
}

.widget-weather {
    overflow: hidden;
}

.widget-weather .panel-body {
    padding: 0;
    background-color: #1D2939;
}

.widget-weather .row {
    margin: 0;
}

.widget-weather .temp,
.widget-weather .weather {
    padding: 0;
}

.widget-weather .temp {
    background-color: #1CAF9A;
    color: #fff;
    padding: 10px 0;
}

.widget-weather .temp h1 {
    font-size: 60px;
}

.widget-weather .temp h1 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -10px;
}

.widget-weather .temp h5 {
    text-transform: uppercase;
}

.widget-weather .weather-icon {
    color: #666;
    font-size: 60px;
    background-color: #fff;
    display: block;
    padding: 20px 0;
}

.widget-weather .weather > div {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.widget-profile .panel-heading {
    position: relative;
}

.widget-profile .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 105px;
    overflow: hidden;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.widget-profile .cover img {
    width: 100%;
    display: block;
}

.widget-profile .panel-body {
    position: relative;
    padding: 0;
}

.widget-profile-img {
    position: relative;
    margin-top: 30px;
    margin-left: 15px;
}

.widget-profile-title {
    margin-top: -77px;
    padding: 15px 0 15px 120px;
    background:var(--primaryCtaBg);
	color:var(--primaryCtaTxt);
}

.widget-profile-title h4 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
}

.widget-profile-title small {
    line-height: normal;
}

.widget-profile blockquote {
    font-size: 18px;
    border-left: 0;
    margin: 0;
    color: #555;
    padding: 15px;
}

.widget-profile-title .fa {
    margin-right: 7px;
}

.widget-profile .row {
    margin: 0;
}

.widget-profile .row > div {
    padding: 0;
}

.widget-profile .row > div > span {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    padding: 15px 10px;
    text-transform: uppercase;
    background: #1D2939;
    color: #fff;
}

.widget-profile .row > div:first-child span {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.widget-profile .row > div:last-child span {
    border-right: 0;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}

.widget-todo .panel-btns i {
    font-size: 12px;
}

.widget-todo .todo-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-todo .panel-body {
    padding: 0;
}

.widget-todo .todo-list li {
    border-bottom: 1px solid #eee;
    padding: 15px 10px 8px 20px;
}

.widget-todo .todo-list li input:checked + label {
    text-decoration: line-through;
}

.widget-todo .todo-list .todo-form {
    padding-bottom: 15px;
}

.widget-todo .todo-list li .btn {
    margin: 0;
    padding: 6px 10px;
}

.widget-slider .carousel-control.right,
.widget-slider .carousel-control.left {
    background: none;
}

.widget-slider .carousel-control {
    width: auto;
    text-shadow: none;
    color: #fff;
    bottom: auto;
    top: -55px;
    padding: 0;
    line-height: normal;
}

.widget-slider .carousel-control.left {
    left: auto;
    right: 25px;
}

.widget-slider .carousel-control span {
    line-height: normal;
    font-size: 18px;
}

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    top: -53px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
}


/***** EMAIL *****/


/*****************/

.btn-compose-email {
    padding: 10px 0;
    margin-bottom: 20px;
}

.nav-email > li > a > .badge {
    margin-top: 2px;
}

.nav-email > li > a {
    color: #444;
}

.nav-email > li > a > i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.nav-email > li > a:hover {
    background-color: #d8dcdf;
}

.table-email {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    background-color: #f7f7f7;
}

.table-email tr.unread td {
    background-color: #fff;
}

.table-email tbody > tr > td {
    vertical-align: middle;
}

.table-email tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.table-email tr.selected td {
    background-color: #eee;
}

.table-email .ckbox {
    width: 18px;
    height: 19px;
}

.table-email .ckbox input[type="checkbox"]:checked + label:after {
    top: 2px;
}

.table-email .star {
    color: #ccc;
}

.table-email .star-checked {
    color: #F0AD4E;
}

.table-email td:first-child {
    width: 30px;
}

.table-email td:nth-child(2) {
    width: 30px;
}

.table-email .media {
    margin: 0;
    padding: 0;
}

.table-email .media-object {
    width: 35px;
}

.table-email .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    
}

.table-email .media-meta {
    font-size: 11px;
    color: #999;
}

.table-email .email-summary {
    margin: 2px 0 0 0;
}

.table-email .email-summary strong {
    color: #333;
}

.read-panel {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.read-panel .media-object {
    width: 35px;
}

.read-panel .media h4 {
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.read-panel .media-meta {
    font-size: 12px;
}

.email-subject {
    color: #333;
}


/***** TABLES *****/


/******************/

.dataTables_length .chosen-container {
    min-width: 85px;
    width: auto!important;
    margin-left: 8px;
    margin-right: 8px;
}

/* .dataTables_length .chosen-container-single .chosen-single {
    padding-right: 0;
} */

.table-action {
    text-align: center;
}

.table-action-hide a {
    opacity: 0;
}

.table-action a,
.table-action-hide a {
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

.table-action a:hover,
.table-action-hide a:hover {
    color: #333;
}

.table-action a:last-child,
.table-action-hide a:last-child {
    margin-right: 0;
}


/***** PAGES *****/


/*****************/

.external-event {
    margin-bottom: 5px;
    padding: 6px 10px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: var(--primaryCtaBgHover);
	border-color:var(--primaryCtaBgHover);	
}


/* mediamanager */

.filemanager-options {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.filemanager-options li {
    display: inline-block;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.filemanager-options li a {
    color: #666;
}

.filemanager-options li a.disabled {
    opacity: 0.5;
    cursor: default;
}

.filemanager-options li a.disabled:hover {
    text-decoration: none;
}

.filemanager-options li i {
    font-size: 14px;
    margin-right: 5px;
    color: #444;
}

.filemanager-options .ckbox label {
    margin: 0 !important;
}

.filemanager-options .filter-type {
    float: right;
    border-right: 0;
    border-left: 1px solid #eee;
}

.filemanager-options .filter-type a {
    display: inline-block;
    margin-right: 10px;
}

.filemanager-options .filter-type a:last-child {
    margin-right: 0;
}

.filemanager-options .filter-type a:first-child {
    margin-left: 10px;
}

.filemanager-options .filter-type a.active {
    text-decoration: underline;
    color: #2A6496;
}

.filemanager .thmb {
    border: 1px solid #fcfcfc;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.filemanager .thmb.checked {
    border-color: #ccc;
}

.filemanager .thmb::after {
    clear: both;
    display: block;
    content: '';
}

.filemanager .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.filemanager .fm-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.filemanager .fm-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.filemanager .fm-menu {
    min-width: 120px;
}

.filemanager .fm-menu a {
    font-size: 12px;
    color: #333;
}

.filemanager .fm-menu i {
    margin-right: 7px;
    color: #999;
    width: 16px;
    font-size: 13px;
}

.filemanager .thmb-prev {
    background: #eee;
    overflow: hidden;
}

.filemanager .thmb-prev a {
    display: block;
}

.filemanager .fm-title {
    margin-bottom: 0;
    font-size: 13px;
}

.filemanager .fm-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fm-sidebar {
    padding-left: 10px;
}

.fm-sidebar .subtitle a {
    color: #999;
    font-size: 11px;
}

.fm-sidebar .subtitle a:hover {
    text-decoration: none;
    color: #333;
}

.folder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.folder-list li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.folder-list li a {
    display: block;
    padding: 5px 0;
    color: #666;
}

.folder-list li a:hover {
    color: #333;
    text-decoration: none;
}

.folder-list li i {
    margin-right: 10px;
    width: 16px;
}

.fm-sidebar .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fm-sidebar .tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fm-sidebar .tag-list li a {
    display: block;
    padding: 2px 7px;
    font-size: 11px;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.fm-sidebar .tag-list li a:hover {
     text-decoration: none;
    background: var(--primaryCtaBgHover);
	border-color:var(--primaryCtaBgHover);	

}


/* profile */

.profile-name {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
}

.profile-location,
.profile-position {
    font-size: 13px;
    margin-bottom: 3px;
}

.profile-location .fa,
.profile-position .fa {
    width: 16px;
    margin-right: 8px;
    text-align: center;
}

.profile-header {
    margin-bottom: 30px;
}

.profile-header .btn .fa {
    margin-right: 7px;
}

.profile-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-social-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.profile-social-list li:first-child {
    padding-top: 0;
}

.profile-social-list li .fa {
    margin-right: 10px;
    width: 16px;
}

.activity-list {
    padding: 20px 10px;
}

.activity-list .act-media {
    border-bottom: 1px solid #eee;
}

.activity-list .act-thumb {
    width: 28px;
    vertical-align: middle;
}

.activity-list .act-media-body {
    line-height: 16px;
}

.activity-list .media-body p {
    line-height: 21px;
    font-size: 13px;
}

.activity-list .media-title {
    
    font-size: 15px;
    margin-bottom: 0;
}

.activity-list .blog-media {
    padding-bottom: 0;
}

.activity-list .blog-media .media-object {
    width: 120px;
    margin-right: 10px;
    margin-top: 5px;
}

.activity-list .blog-media .media-title {
    margin: 0;
}

.activity-list .img-single img {
    width: 50%;
}

.uploadphoto-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.uploadphoto-list li {
    width: 20%;
    float: left;
}

.uploadphoto-list li a {
    display: block;
    margin-right: 5px;
}

.follower-list {
    padding: 10px;
}

.follower-list .media {
    border-bottom: 1px solid #eee;
}

.follower-list .btn .fa {
    margin-right: 5px;
}

.follower-list .media-object {
    margin-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.follower-name {
    color: #333;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.events {
    padding: 10px;
}

.events .subtitle {
    margin-bottom: 20px;
}

.events .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.events-list .event-body {
    font-size: 13px;
}

.event-body small {
    display: block;
}

.event-body small .fa {
    margin-right: 5px;
    width: 14px;
    text-align: center;
}

.event-body p {
    margin-top: 10px;
}

.event-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    
    line-height: normal;
}


/* bloglist */

.blog-item {
    background: #fcfcfc;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    position: relative;
}

.blog-img img {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.blog-details {
    padding: 15px;
}

.blog-title {
    
    margin: 0;
    font-weight: normal;
}

.blog-title a {
    color: #333;
}

.blog-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.blog-meta::after {
    clear: both;
    display: block;
    content: '';
}

.blog-meta li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid #ddd;
    line-height: normal;
    font-size: 11px;
    margin-bottom: 5px;
}

.blog-meta li:first-child {
    padding-left: 0;
}

.blog-meta li:last-child {
    padding-right: 0;
    border-right: 0;
}

.blog-summary {
    font-size: 13px;
}

.blog-summary p {
    margin: 10px 0;
}

.blog-summary .btn {
    margin-top: 10px;
}

.blog-quote .quote {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.blog-quote .quote a {
    padding: 15px;
    background: #1d2939;
    color: #dadfe6;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.blog-quote .quote a:hover {
    text-decoration: none;
    background: #2c394c;
}

.blog-quote .quote-author {
    display: block;
    
    opacity: 0.5;
}

.blog-quote .blog-meta {
    margin-top: 3px;
}

.blog-video {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
}

.blog-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}

.blog-quote .quote-primary a {
    background:var(--primaryCtaBg);
    color:var(--primaryCtaTxt);
}

.blog-quote .quote-primary a:hover {
    background: var(--primaryCtaBgHover);
	border-color:var(--primaryCtaBgHover);	
}

.blog-quote .quote-success a {
    background:var(--primaryCtaBg);
    color:var(--primaryCtaTxt);
}

.blog-quote .quote-success a:hover {
    background-color: var(--successBg);
}

.blog-quote .quote-danger a {
    background-color: var(--dangerBg);
    color: #fff;
}

.blog-quote .quote-danger a:hover {
    background-color: var(--dangerBg);
}


/* blog single */

.panel-blog .blog-img img {
    width: 100%;
}

.blogsingle-title {
    
    color: #333;
    margin: 0;
}

.blog-content {
    max-width: 975px;
}

.authorpanel {
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.authorpanel::after {
    clear: both;
    display: block;
    content: '';
}

.authorpanel .media {
    padding: 0;
}

.authorpanel .media-object {
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.authorpanel p {
    margin-bottom: 0;
    font-size: 13px;
}

.blog-sidebar {
    font-size: 13px;
    padding-left: 5px;
    margin-top: 5px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.sidebar-list li a {
    padding: 7px 0;
    display: block;
}

.sidebar-list li i {
    display: inline-block;
    margin-right: 5px;
}


/* comment list */

.comment-list .media {
    border-bottom: 1px solid #ddd;
}

.comment-list .media-object {
    width: 60px;
    margin-right: 10px;
}

.comment-list h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.comment-list .media-body {
    font-size: 13px;
    position: relative;
}

.comment-list .reply {
    padding: 3px 8px;
    line-height: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.comment-list .media-body p:last-child {
    margin-bottom: 0;
}

.comment-list .media-body .media:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


/* people directory */

.letter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.letter-list li {
    border-left: 1px solid #eee;
    display: table-cell;
    width: 1%;
}

.letter-list li:first-child {
    border-left: 0;
}

.letter-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #f7f7f7;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.letter-list li:first-child a {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.letter-list li:last-child a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.letter-list li a:hover {
    background:var(--primaryCtaBg);
    color:var(--primaryCtaTxt);
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.people-item {
    background: #fcfcfc;
    padding: 20px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    margin-bottom: 20px;
}

.people-item .media {
    padding: 0;
}

.people-item .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    width: 110px;
    height: 110px;
}

.people-item .fa {
    margin-right: 5px;
}

.person-name {
    margin: 0 0 5px 0;
    color: var(--psOrange);
}

.people-item .social-list {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.people-item .social-list::after {
    clear: both;
    display: block;
    content: '';
}

.people-item .social-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.people-item .social-list li a {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.people-item .social-list li a:hover {
    background-color: #eee;
    color: #333;
}

.people-item .social-list li a .fa {
    margin-right: 0;
}

.notfoundpanel {
    text-align: center;
    margin-top: 10%;
    width: 600px;
    margin: 10% auto 0 auto;
}

.notfoundpanel h1 {
    font-size: 130px;
    
    color: #333;
    margin: 0;
    line-height: 130px;
}

.notfoundpanel h3 {
    color: #333;
    margin: 0;
}

.notfound h4 {
    font-size: 14px;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}


/* search results */

.nav-sr li {
    border-bottom: 1px solid #ddd;
}

.nav-sr li a {
    padding: 5px 0;
    color: #555;
}

.nav-sr li a:hover {
    background: none;
    color: #333;
}

.nav-sr li a i {
    margin-right: 5px;
}

.results-list .media {
    border-bottom: 1px solid #eee;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0;
    font-size: 16px;
}

.results-list .media-body {
    line-height: 18px;
}


/* invoice */

.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.table-invoice thead > tr > th {
    background: none;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
    text-align: right;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
    width: 15%;
    text-align: right;
}

.table-total {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

.table-total > tbody > tr > td {
    border: 0;
}

.table-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #ddd;
    width: 15%;
    text-align: right;
}

.table-total > tbody > tr > td:first-child {
    text-align: right;
    color: #333;
}


/* timeline */

.timeline-post .panel-body {
    padding: 0;
}

.timeline-post .form-control {
    border: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    resize: vertical;
}

.timeline-post .form-control:focus {
    -moz-box-shdow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-post .panel-footer {
    padding: 10px;
    background: #f7f7f7;
}

.timeline-btns {
    padding: 5px;
}

.timeline-btns a {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #ccc;
    text-align: center;
    margin-right: 5px;
}

.timeline-btns a:hover {
    color: #666;
}

.panel-timeline .panel-heading {
    padding: 10px 10px 6px 10px;
    border-bottom: 0;
}

.panel-timeline .panel-body {
    padding: 0 10px;
}

.panel-timeline .panel-heading .media {
    margin: 0;
    padding: 0;
}

.panel-timeline .panel-heading .media-object,
.panel-timeline .panel-footer .media-object {
    width: 32px;
    border-radius: 1px;
}

.panel-timeline .panel-body .media {
    margin-top: 10px;
    padding-bottom: 10px;
}

.panel-timeline .panel-body .media-object {
    width: 150px;
}

.panel-timeline .panel-body h4 {
    font-size: 16px;
    margin-bottom: 5px;
    
}

.panel-timeline h4 {
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.panel-timeline .panel-footer {
    padding: 10px;
}

.panel-timeline .panel-footer .form-control {
    padding: 8px 10px;
    border-radius: 0;
}

.timeline-btns {
    padding: 10px;
}

.timeline-btns:after {
    clear: both;
    display: block;
    content: '';
}

.timeline-video {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
}

.timeline-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
}


/* locked screen */

.lockedpanel {
    width: 250px;
    margin: 10% auto 0 auto;
    text-align: center;
}

.lockedpanel .loginuser {
    text-align: center;
}

.lockedpanel .loginuser img {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px;
}

.lockedpanel .locked {
    font-size: 42px;
    margin-bottom: 20px;
}

.lockedpanel .logged {
    margin-top: 20px;
}

.lockedpanel .logged h4 {
    margin: 0;
    font-size: 21px;
    color: #333;
}

.lockedpanel form {
    margin-top: 20px;
}

.lockedpanel form .btn {
    display: block;
    margin-top: 10px;
}


/* sign in */

.signinpanel {
    width: 780px;
    margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .signin-info a {
    color: #333;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
}

.signinpanel .pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.signinpanel form a {
    color: #666;
}


/* sign up */

.signuppanel {
    margin: 5% auto 0 auto;
    width: 780px;
}

.signuppanel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.signuppanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.signuppanel .signup-info {
    padding-right: 20px;
}

.signuppanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.feat-list {
    margin-top: 20px;
}

.feat-list .fa {
    font-size: 20px;
    border: 2px solid #636e7b;
    padding: 4px 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.feat-list h4 {
    margin-left: 45px;
    padding-top: 3px;
}

.feat-list p {
    margin-left: 45px;
}

.signup-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 12px;
}


/***** LEFT PANEL COLLAPSE *****/



/*******************************/
 

/***** RIGHT PANEL STYLES *****/


/**************************/

.chat-view {
    margin-right: 240px;
}

.rightpanel {
    width: 240px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    right: -240px;
    display: none;
}

.chat-view .rightpanel {
    display: block;
    right: 0;
}

.chat-relative-view {
    right: 240px;
}

.chat-relative-view .rightpanel {
    display: block;
    right: 0;
}

.rightpanel,
.rightpanel label {
    color: #999;
}

.rightpanel .nav-tabs {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #131d29;
    position: fixed;
    width: 240px;
}

.rightpanel .nav-tabs > li {
    display: table-cell;
    width: 1%;
}

.rightpanel .nav-tabs > li > a {
    padding: 15px 20px 16px 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
    background: #1D2939;
    color: #fff;
}

.rightpanel .tab-content {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 45px;
}

.chatuserlist {
    list-style: none;
    padding: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
}

.chatuserlist li {
    border-top: 1px dotted rgba(255, 255, 255, 0.05);
}

.chatuserlist .media-thumb {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #999;
    padding: 3px;
    display: block;
}

.chatuserlist .media {
    margin: 10px 0;
    padding: 0;
}

.chatuserlist .online .media-thumb {
    border-color: var(--psOrange);
}

.chatuserlist .media-object {
    width: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.chatuserlist .media-body {
    line-height: normal;
    padding-top: 7px;
}

.chatuserlist .media-body small {
    color: #666;
    display: block;
}

.chatuserlist .media-body strong {
    color: #bbb;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}

.chatuserlist .badge {
    margin-top: 5px;
}

.rightpanel .pane-settings {
    font-size: 13px;
}


/***** HORIZONTAL MENU *****/


/***************************/

.horizontal-menu {
    margin: 0;
}

.horizontal-menu .menutoggle {
    display: none;
}

.horizontal-menu .leftpanel {
    display: none;
}

.horizontal-menu .mainpanel {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.horizontal-menu.chat-view .mainpanel {
    margin-left: -240px
}

.headerbar .logopanel {
    float: left;
    width: 240px;
    border-right: 1px solid #eee;
}

.horizontal-menu.chat-view .navhor-bracket {
    padding: 0;
}

.headerbar .topnav {
    float: left;
    margin: 0;
}

.headerbar .topnav > ul {
    padding: 0;
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li {
    margin: 0;
    float: left;
}

.headerbar .topnav > ul > li > a {
    padding: 15px 15px 12px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    
}

.headerbar .topnav > ul > li > a:hover,
.headerbar .topnav > ul > li > a:focus,
.headerbar .topnav > ul > li.open > a,
.headerbar .topnav > ul > li.active > a {
    box-shadow: 0 3px 0 var(--psOrange);
    color: var(--psOrange);
    background: none;
}

.headerbar .topnav > ul > li > a i {
    margin-right: 5px;
}

.headerbar .topnav > ul > li > a .badge {
    margin-left: 10px;
}

.headerbar .topnav > ul > li .dropdown-menu {
    margin-top: 2px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
    padding: 6px 10px;
    font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
  
    background:var(--primaryCtaBg);
color:var(--primaryCtaTxt);
}

.headerbar .topnav > ul > li .dropdown-menu i {
    display: none;
}


/***** FIXED WIDTH *****/


/***********************/

.fixed {
    background: #c9cccf;
}

.fixed section {
    margin: auto;
    max-width: 1050px;
    position: relative;
    background: #1D2939;
}

.fixed .rightpanel {
    background: #1D2939;
}

.fixed-noleft .leftpanel {
    display: none;
}

.fixed-noleft .mainpanel {
    margin-left: 0;
}

.fixed-noleft.chat-view .headerbar {
    margin-left: 0;
}

.fixed-noleft.chat-view .logopanel {
    display: block;
}

.fixed-noleft .menutoggle {
    display: none;
}


/***** MODALS *****/


/******************/

.bs-example-modal-panel .modal-content {
    background: none;
}

.modal-photo-viewer {
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    width: auto;
    position: absolute;
}

.modal-photo-viewer .modal-content {
    position: relative;
    width: 900px;
    height: 600px;
    margin-left: -50%;
    margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
    padding: 0;
}

.modal-photo-viewer .modal-photo-left {
    background: #000;
}

.modal-photo-viewer .modal-photo {
    top: 50%;
    position: relative;
}

.modal-photo-viewer .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-photo-viewer .img-responsive {
    max-height: 600px;
    margin: auto;
}

.media-details {
    padding: 20px;
}

.media-details .categ {
    font-size: 11px;
}

.media-details .media-title {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
}

.media-details p {
    font-size: 13px;
}

.media-details .details {
    margin-top: 20px;
}

.media-details .details h4 {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    
}

.media-details .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-details .table tr td {
    padding: 3px 0;
    font-size: 13px;
    background: none;
}


/***** TABLE STYLES ******/


/*************************/

.table-primary thead tr th {
    background: var(--tableHeadBg);
}

.table-success thead tr th {
    background:var(--tableHeadBg);
}

.table-warning thead tr th {
    background: #F0AD4E;
}

.table-danger thead tr th {
    background: #D9534F;
    text-align: center!important;
}

.table-info thead tr th {
    background: var(--tableHeadBg);
}

.table-dark thead tr th {
    background: var(--tableHeadBg);
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255, 255, 255, 0.2);
}




.ecrInfo_filter{margin-bottom: 15px;}
.dataTables_filter input{
	border-radius: 0;
	padding: 2px 10px;
	padding-left: 32px;
	font-weight: normal;
	position:relative;
	font-size: 13px;
	height: 30px;
 }

.dataTables_filter label{
	position:relative;
}

.dataTables_filter label:after{
	/* content: "\f002";
	font-family: fontawesome; */
    content: "\e924";
    font-family: 'icons', var(--primaryFont);
	position: absolute;
	left: 13px;
	color:var(--inputTxt);
	font-size: 16px;
	top: 4px;
	font-weight: normal;
}

/*.dataTables_filter input:focus{border:1px solid #66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}*/

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{background-color: var(--tableHeadBg); font-weight:normal;}
/***** BUG TRACKER *****/


/***********************/

.panel .panel-table {
    padding: 0;
}

.panel-table .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.table-buglist thead tr th:first-child,
.table-buglist tbody tr td:first-child {
    text-align: center;
    width: 30px;
}

.table-buglist .fa {
    cursor: pointer;
}

.table-buglist .fa-bug {
    color: #D9534F;
}

.table-buglist .fa-magic {
    color: var(--psOrange);
}

.table-buglist .btn-group {
    margin: 0;
}

.table-buglist .btn-group .dropdown-toggle {
    color: #999;
    cursor: pointer;
}

.table-buglist .btn-group .dropdown-toggle:hover {
    color: #666;
}

.bug-key-title {
    margin: 0;
    margin-bottom: 5px;
}


/***** ADDITIONAL STYLES *****/


/*****************************/


/* DROPDOWN */

.dropdown-menu-head {
    background: #fff
}

.dropdown-menu-head .title {
    background: #1d2939;
    color: #94989d;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}


/* ICON */

.tp-icon {
    padding: 10px 20px;
    line-height: 20px;
    border-color: #ddd;
    position: relative;
}

.tp-icon .badge {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    right: 4px;
    top: 10px;
    line-height: 13px;
    background-color: #D9534F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
}


/* CHOSEN OVERRIDE */

.chosen-container .chosen-results li.active-result {
    background: none;
    background-image: none;
    color: var(--bodyTxt);
}

/* .chosen-container .chosen-results li.result-selected,  */
.chosen-container .chosen-results li.highlighted {
    background: var(--leftNavTBgActive);
    color: var(--leftNavTxtActive);

}

/*
.chosen-container-single .chosen-single div {
    width: 30px;
    border-left: 1px solid #ccc;
    background: #e4e7ea;
}


.chosen-container-single .chosen-single div b {
    background: url(../images/dropdown-arrow.png) no-repeat 8px 15px;
}
*/

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: var(--inputBg);
}


/*
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 8px -33px;
}
*/

.chosen-container .chosen-drop,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #e8ebeb;
}

.chosen-container-single .chosen-search input[type="text"] {
    border-color: #e8ebeb;
    border-radius: 2px;
}

.chosen-container {
    font-size: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 8px -33px;
}

.chosen-container-single .chosen-single {
    padding:8.5px 10px;
    border: 1px solid transparent;
    color: var(--inputTxt);
    background: var(--inputBg);
    height: 40px;
    box-shadow: none;
}

.chosen-container-single .chosen-single div{
	text-align:center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    content: "\f078";
    font-family: FontAwesome;
    color: inherit;
    position: relative;
    right: 10px;
    width: 50px;
    top: -33px;
}

.tags-submit {
    float: right;
}

.chosen-container-single .chosen-single div b {
    background: none;
    display: none;
}

.chosen-container-single .chosen-single div {
width: 16px;background: var(--inputBg);
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: var(--inputBg);
}
.chosen-container-single .chosen-single div:after,
.chosen-container-active.chosen-with-drop .chosen-single div:after {
    color: inherit;
    position: relative;
    font-size: inherit;
    top: 0;
    right: 0;
}



/* .chosen-container-multi .chosen-choices{    border: 1px solid #e8ebeb;  color: #103b5b; padding: 3px 0px}
  */

/* COLOR PICKER */

.colorpicker-input {
    width: 200px;
    float: left;
}

.colorselector {
    margin-top: 4px;
}


/* STICKY HEADER */

.stickyheader .logopanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
}

.stickyheader .leftpanel {
    top: 50px;
}

.stickyheader .sticky-leftpanel {
    top: 0;
}

.stickyheader .sticky-leftpanel .leftpanelinner {
    margin-top: 55px;
}

.stickyheader .headerbar {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}

.stickyheader .mainpanel {
    padding-top: 50px;
}

.stickyheader .header-right {
    margin-right: 240px;
}

.stickyheader.leftpanel-collapsed .headerbar {
    left: 50px;
}

.stickyheader.leftpanel-collapsed .header-right {
    margin-right: 0;
}

.stickyheader.chat-view .headerbar {
    right: 240px;
    width: auto;
}

.col-md-12.title-align h3{
	padding-bottom:0px !important;
}


/* CUSTOM STYLES */

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 10px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.nomargin {
    margin: 0;
}

.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.inblock {
    display: inline-block;
}

 

 
.notes-submit,
.tags-submit{
	height: 37px;
    line-height: 35px;
    padding: 0 22px;
	border:1px solid var(--psOrange);
    background:var(--primaryCtaBg);
	color:var(--primaryCtaTxt);
}

.resize_tags .notes-submit {
    margin-top: 6px !important;
}

.tags-submit{
	margin-top:0px !important;
}

.notification-icon,
.faq-icon {
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -13px;
    height: 53px;
    line-height: 55px;
    cursor: pointer;
}

.faq-icon i{
	font-size:22px;
}

/*

.notification-icon:hover,
.notification-icon:focus{
	background:#3f6bb2;
} */

.faq-dropdown, .notification-dropdown{
    background: #fff;
    position: absolute;
    top: 42px;
    right: 0%;
    width: 350px;
    height:auto;
    line-height: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
    z-index: 2;
}

.faq-dropdown ul,
.notification-dropdown ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.notification-dropdown{
	padding:0px;
	height:100vh;
	background:#f6f6f6;
	border-right:1px solid #c8c9cb;
	width:450px;
	right:-150px;
}

.notify-img {
    float: left;
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: 0px 0px 8px 0px;
}

.user-dropdown,
.faq-dropdown{
  width:160px;
  right:0px;
  height:auto;
  top:45px;
}

.user-dropdown ul,
.faq-dropdown ul{
	margin:0px;
	padding:5px 0px;
	list-style:none;
}

.user-dropdown ul li,
.faq-dropdown ul li{
    color: #222533;
    border: 0px;
    border-radius: 2px;
    text-align: left;
    font-weight: 600;
    padding: 6px 20px;
	line-height: 30px;
}

.user-dropdown ul li:hover,
.user-dropdown ul li:focus,
.faq-dropdown ul li:hover,
.faq-dropdown ul li:focus{
    background-color: #eeeeee;
    color: #222533;
    cursor: pointer;
}

.faq-dropdown{
	top:42px;
}

.faq-dropdown ul li a{
   color: #222533;
}

.notify-img img{
	width:65px;
	height:65px;
	border-radius:100px;
}

.notification-dropdown ul li{
	border-bottom: 1px solid #dcdcdc;
    padding: 12px 7px;
    width: 100%;
    display: inline-block;
}

.notification-dropdown ul li p{
	margin-bottom: 0px;
    line-height: 18px;
    font-size: 12px;
	color:#7e7e7e;
}

.notification-dropdown ul li h4{
	text-transform: uppercase;
    color: var(--formLabel);
    margin-bottom: 4px;
}

.notification-title-box{
	background:#fff;
	padding:10px;
	height:55px;
	line-height:55px;
}

.notification-title-box h5{
	color: var(--formLabel);
    text-align: left;
    margin: 0px;
    line-height: 36px;
    font-weight: 600;
    font-size: 15px;
}

 
/***** start css for tab *****/

/* .navtabspanel{
	position:relative;
	margin-top:-8px;
}

.headerbar .navtabspanel{
	max-width:1100px;
	width:100%;
}

.navtabspanel ul.nav-tabs{
	border-bottom:0px;
}

.navtabspanel ul.nav.nav-tabs li a,
.navtabspanel ul.nav.nav-tabs li.addIframePanel{
	padding:18px 13px 15px 13px !important;
	border:0px !important;
	border-right: 1px solid #363c48 !important;
	border-radius:0px !important;
	color:#767983;
	margin-bottom:0px;
} 

.navtabspanel ul.nav.nav-tabs li a{
	line-height: 1.47857143;
}

.navtabspanel ul.nav.nav-tabs li{
	margin-bottom:0px;
}


.navtabspanel ul.nav.nav-tabs li.addIframePanel{
    font-size: 14px !important;
	cursor:pointer;
	padding-top: 17px !important;
	overflow:hidden;
}

.navtabspanel ul.nav.nav-tabs li a strong{
	font-weight:400 !important;
	
}

.navtabspanel ul.nav.nav-tabs li a:hover,
.navtabspanel ul.nav.nav-tabs li a:focus,
.navtabspanel ul.nav.nav-tabs li.active a{
    background:var(--primaryCtaBg);
	color:var(--primaryCtaTxt);
}

.navtabspanel ul.nav.nav-tabs li a span{
	color: #f7f7f7;
    font-size: 10px;
    right: -5px;
    position: relative;
    font-weight: 700;
    cursor: pointer;
}*/

.Refresh-Tier-Config button{
	color: var(--psOrange);
	background: transparent;
	border: 2px solid  var(--psOrange);;
	float: right;
	margin: 0px 5px;
	padding: 14px 50px;
}

.Refresh-Tier-Config{
	line-height:50px;
}

ul.fradio{
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.fradio li{
	display:inline-block;
	padding:2px 4px;
	margin-right:10px;
}

ul.fradio li label{
	color: #303540;
	
	font-size: 14px;
	text-transform: capitalize;
}

.panel-heading h4.panel-title a{
	text-align: left;
	padding-left: 8px ;
	position: relative;

    color: var(--sectionTitle);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

#create-bonus .panel-heading.primary-bg-color,
#update-bonus .panel-heading.primary-bg-color,
#create-tierPointsConfig .panel-heading.primary-bg-color,
#create-promo .panel-heading.primary-bg-color,
#schedule-tierPoint .panel-heading.primary-bg-color{
	background:transparent;
}

#depositRestrictedDiv{
    margin-top: 39px;
}

label.ontrol-label,
label.chklbl{
	color: var(--formLabel) !important;
	font-size: 14px;
	
}

.panel-body.limit-panel .nav.nav-tabs{
	margin-top:18px;
}

.tab_w_table{
	margin-bottom:10px;
}


html.flexbox, .overflowauto{
	overflow:auto;
}

#frame_panel1{
	height:91vh;
}

.select-all-right{
	float:right;
    margin-top: 5px;
}

.select-all-right label{
	margin-bottom:0px;
}

.dataTables_scrollHeadInner .table.dataTable{
	margin-bottom:0px;
}

.dataTables_scrollHead{
	margin-bottom:-17px;
}

.small-s {
	text-transform: lowercase;
}



/***** MEDIA QUERIES *****/


/*************************/

@media screen and (max-width:1460px) {

.grid-Table-Data{
   bottom: 10px;
}



}

@media screen and (max-width: 1024px) {
    .leftpanel-collapsed .leftpanel{display: block;}
    body {
        position: relative;
    }

    .mainpanel {
        margin-left: 0;
        width: 100%;
    }
    .leftpanel-collapsed .leftpanel {
        display: none;
    }
    .leftpanel-collapsed .mainpanel {
        margin-left: 0;
    }
    .leftpanel-collapsed .headerbar {
        margin-left: 0;
    }
    .leftpanel-show section {
        overflow-x: hidden;
    }
    .leftpanel-show .leftpanel {
        display: block;
    }
    .leftpanel-show .mainpanel {
        margin-left: 300px;
    }
    .stickyheader .headerbar {
        left: 0;
    }
    .stickyheader.leftpanel-show .headerbar {
        left:300px;
    }
    .stickyheader.chat-relative-view .headerbar {
        right: 300px;
        left: auto;
    }
    .stickyheader .header-right {
        margin-right: 0;
    }
    .btn-demo {
        margin-bottom: 20px;
    }
    .leftpanelinner {
        padding: 5px 10px;
    }
    .leftpanelinner .searchform input {
        background: #131b26;
        border: 0;
    }
    /* horizontal menu related */
    .nav-horizontal {
        position: relative;
    }
    .horizontal-menu .menutoggle {
        display: block;
    }
    .horizontal-menu .headerbar .logopanel {
        display: none;
    }
    .nav-horizontal .caret {
        display: none;
    }
    .horizontal-menu .header-left,
    .horizontal-menu .topnav {
        float: none;
    }
    .horizontal-menu-sidebar .header-left,
    .horizontal-menu-sidebar .topnav {
        float: none;
    }
    .fixed-noleft .menutoggle {
        display: block;
    }
    .fixed-noleft .headerbar .logopanel {
        display: none;
    }
    .fixed-noleft .header-left,
    .fixed-noleft .topnav {
        float: none;
    }

	.grid-Table-Data{
	   top:20%;
    }

}

@media screen and (max-width: 767px) {
    .searchform {
        position: relative;
    }
    .headermenu li:nth-child(4) {
        display: none;
    }
    .leftpanel .searchform,
    .leftpanel .userlogged {
        display: block;
    }
    .breadcrumb-wrapper {
        display: none;
    }
    .headermenu .dropdown-menu:after {
        display: none;
    }
    .rightpanel .nav-tabs.nav-justified > li > a,
    .rightpanel .nav-justified > li > a {
        margin-bottom: 0;
    }
    .panel-email .col-sm-3 {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .notfoundpanel {
        width: auto;
        padding: 0 20px;
    }
    .notfoundpanel h1 {
        font-size: 72px;
        line-height: 72px;
    }
    .notfoundpanel h3 {
        font-size: 14px;
        line-height: normal;
    }
    .notfound h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .notfoundpanel form {
        width: auto;
    }
    .notfoundpanel .form-control {
        float: none;
        width: 100%;
    }
    .notfoundpanel .btn {
        margin-top: 10px;
        width: 100%;
    }
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .widget-quick-status-post .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        margin-bottom: -5px;
    }
    .widget-quick-status-post .nav-tabs.nav-justified > li a {
        margin: 0;
    }
    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified.nav-profile > li a {
        margin: 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .dataTables_info {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .dataTables_paginate {
        margin-bottom: 10px;
        text-align: center !important;
        float: none !important;
    }
    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }
    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }
    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }
    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }
    .paging_full_numbers:after {
        clear: both;
        display: block;
        content: '';
    }
}

@media screen and (max-width: 480px) {
    .signinpanel,
    .signuppanel {
        width: 360px;
    }
    .panel-email .pull-right {
        float: none !important;
    }
    .pageheader h2 {
        font-size: 18px;
    }
    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 18px;
    }
    .pageheader h2 span {
        font-size: 11px;
    }
    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }
    .fc-button {
        padding: 2px 5px !important;
        margin: 0 !important;
    }
    .fc-header-title h2 {
        margin: 0 !important;
    }
    .filemanager-options li {
        padding: 5px 7px;
    }
    .filemanager-options .filter-type {
        display: block;
        float: none;
        border-top: 1px solid #eee;
    }
    .comment-list .media-object {
        width: 30px;
        padding: 2px;
    }
    .comment-list .media > .pull-left {
        margin: 0;
    }
    .comment-list h4 {
        font-size: 13px;
    }
    .comment-list .reply {
        font-size: 10px;
        padding: 2px 5px;
    }
    .comment-list .media-body {
        font-size: 12px;
        line-height: 18px;
    }
    .blog-content form {
        margin-bottom: 20px;
    }
    .letter-list {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .letter-list::after {
        clear: both;
        display: block;
        content: '';
    }
    .letter-list li {
        float: left;
        width: auto;
        display: inline-block;
    }
    .letter-list li a {
        display: block;
        padding: 2px 5px;
    }
    .btn-invoice:before {
        display: block;
        content: '';
        clear: both;
    }
    .btn-invoice .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }
    #bloglist > div {
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    .pageheader h2 span {
        display: none;
    }
    .blog-title {
        font-size: 14px;
        line-height: 18px;
    }
    .blog-summary {
        font-size: 12px;
        line-height: 18px;
    }
    .blog-summary .btn {
        padding: 2px 5px;
        display: block;
        width: 100%;
    }
    .headermenu li:first-child .dropdown-menu {
        margin-right: -130px;
    }
    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -85px;
    }
    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -37px;
    }
    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }
    .blog-media .media-body {
        overflow: visible;
    }
    .follower-list .btn {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }
    .filemanager-options li {
        display: block;
        border-top: 1px solid #eee;
    }
    .filemanager-options li:first-child {
        border-top: 0;
    }
    .authorpanel .media-object {
        width: 80px;
        margin-right: 10px;
    }
    .people-item .media-object {
        width: 80px !important;
        height: 80px !important;
    }
    .pagination {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        width: 310px;
    }
}

.msg_template_channel_tabs,
.msg_template_language_tabs,
.email_type_tabs {

    border: 1px solid #e8ebeb;
}

#chatSection a:hover, #chatSection a:visited,#chatSection a:focus {
    background-color: transparent;
}

#trackerIdData {
    white-space: normal;
    word-break: break-all;
}
[name=verifyPIQAction] {
    border: 0;
    background-color: inherit;
    color: #428bca;
}

[name=reversePIQAction] {
    border: 0;
    background-color: inherit;
    color: #428bca;
}

#autoWithdrawalLimit {
  color: #228B22;
  font-weight: bold;
  padding-left: 5px;
}


::-webkit-scrollbar{height:8px;width:4px; background:#ffffff;}
::-webkit-scrollbar-track {border-radius: 8px;  background:#ffffff;}
::-webkit-scrollbar-thumb{background-color:var(--psOrange);  border-radius: 8px;}
::-webkit-scrollbar-thumb:hover{background-color:var(--primaryCtaBgPressed)}
::-webkit-scrollbar-thumb:active{background-color:var(--primaryCtaBgPressed)}


.panel-body.limit-panel .nav.nav-tabs.alertdetails-tab{
    margin-top:0;
}
.getelementspace{
    margin-bottom: 28px;
}

.language-tab-highlight {
    background: linear-gradient(136.03deg, #FF5E04 24.55%, #FAA40D 75.45%) !important;
    color: var(--primaryCtaTxt) !important;
}

.custom-tooltip {
    position: absolute;
    background: var(--orangeGradient);
    color: var(--primaryCtaTxt);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-family: var(--primaryFont); 
    white-space: nowrap;
    z-index: 9999;
    pointer-events: none;
    max-width: 220px;
    opacity: 0.95;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.1s ease, transform 0.1s ease;
}
.more-text {
  display: none;
}

.more-text.show-more {
  display: inline;
}

.moreless-btn {
  color: orange;
}

.no_highlight{
    color: inherit;
    text-decoration: none;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.red-dot {
    width: 14px;
    height: 14px;
    background-color: #e61405;
    border-radius: 50%;
    animation: pulse 0.5s ease-in-out infinite;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
	border: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.12);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.75;
    }
}

/* ===== LOGOUTBTN & USER DROPDOWN ===== */

.headerbar .pull-right {
    display: inline-flex;
    align-items: center;
    height: 50px;
    overflow: visible;
    flex-shrink: 0;
}

.headerdropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 50px;
    flex-shrink: 0;
}

.headerdropdown .user-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    height: 50px;
}

.headerdropdown #idUser {
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--bodyTxt) !important;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.headerdropdown .fa-caret-down {
    font-size: 11px;
    color: var(--bodyTxt);
    flex-shrink: 0;
}

.user-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 160px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

.user-dropdown ul {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.user-dropdown ul li {
    color: #333 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
    font-weight: 400 !important;
    padding: 9px 16px !important;
    line-height: 20px !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    cursor: pointer;
}

.user-dropdown ul li:hover,
.user-dropdown ul li:focus {
    background-color: #f5f5f5 !important;
    color: #111 !important;
}

.user-dropdown ul li i {
    font-size: 14px;
    color: #555;
}