/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 * Custome Style Sheet by E2ESP
 */
html {
    font-family: sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-y: scroll;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2c2e37;
    background-color: #f6f6f6;
    overflow-x: hidden;
}
#wrapper {
    width: 100%;
}
#wrapper > .alert {
    font-family: 'Lato Medium', sans-serif;
    margin: 0;
    padding: 20px;
    z-index: 100;
}
#wrapper > .alert.alert-dismissable .close,
#wrapper > .alert.alert-dismissible .close {
    top: auto;
    right: auto;
}
#page-wrapper {
    padding: 0;
    min-height: 850px;
    background-color: #f6f6f6;
    padding-bottom: 70px;
}
a {
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #009cf3;
}
a:focus,
a:active:focus {
    color: #009cf3;
    box-shadow: none;
}
a:hover {
    color: #e70b05;
    text-decoration: none;
}
a:active,
a:active:hover {
    color: #5ac4ff;
    box-shadow: none;
}
p {
    margin: 0 0 22px 0;
}
p.lead {
    font-style: normal;
    font-weight: 400;
}
.page-titels {
    font-weight: 600;
    font-size: 32px;
    color: #595f6f;
    margin: 8px 0 28px 0;
}
.small-page-titel {
    color: #595f6f;
}
h2 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    padding-top: 6px;
    border-top: 2px solid #fb423d;
}
h3 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #595f6f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    white-space: normal;
}
h4 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #595f6f;
    letter-spacing: 1px;
}
hr {
    border-top: 1px solid #ddd !important;
}
label {
    font-weight: 400;
}
.label {
    border-radius: 2em;
}
.label-primary {
    background-color: #ff9f0e !important;
}
.label-danger {
    background-color: #ff005e !important;
}
.label-success {
    background-color: #2ee0a3 !important;
}
.page-header {
    margin: 62px 0 32px;
    border-bottom: 1px solid transparent;
}
.ct-ignition__button--edit:before{
    content:"\e905" !important; 
}
body.modal-open {
    padding-right: 0px !important;
}
/* button styling */
.btn {
    font-style: normal;
    border: 0;
    font-size: 14px !important;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: none;
    word-wrap: break-word;
    border-radius: 2px;
    font-weight: 600 !important;
    border-radius:4px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.btn-hover {
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.16);
}
.btn-social {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.btn-default {
    color: #ffffff !important;
    background-color: #009cf3 !important;
}
.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #007bc0;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #007bc0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #007bc0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #00649c;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #009cf3;
}
.btn-default .badge {
    color: #009cf3;
    background-color: #ffffff;
}
.btn-default.btn-outline {
    color: #009cf3;
    background-color: transparent;
}
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus {
    color: #009cf3;
    background-color: #ececed;
}
.btn-default.btn-outline:hover {
    color: #009cf3;
    background-color: #ececed;
}
.btn-default.btn-outline:active,
.btn-default.btn-outline.active,
.open > .dropdown-toggle.btn-default.btn-outline {
    color: #009cf3;
    background-color: #ececed;
}
.btn-default.btn-outline:active:hover,
.btn-default.btn-outline.active:hover,
.open > .dropdown-toggle.btn-default.btn-outline:hover,
.btn-default.btn-outline:active:focus,
.btn-default.btn-outline.active:focus,
.open > .dropdown-toggle.btn-default.btn-outline:focus,
.btn-default.btn-outline:active.focus,
.btn-default.btn-outline.active.focus,
.open > .dropdown-toggle.btn-default.btn-outline.focus {
    color: #009cf3;
    background-color: #d2d2d4;
}
.btn-default.btn-outline.disabled,
.btn-default.btn-outline[disabled],
fieldset[disabled] .btn-default.btn-outline,
.btn-default.btn-outline.disabled:hover,
.btn-default.btn-outline[disabled]:hover,
fieldset[disabled] .btn-default.btn-outline:hover,
.btn-default.btn-outline.disabled:focus,
.btn-default.btn-outline[disabled]:focus,
fieldset[disabled] .btn-default.btn-outline:focus,
.btn-default.btn-outline.disabled.focus,
.btn-default.btn-outline[disabled].focus,
fieldset[disabled] .btn-default.btn-outline.focus,
.btn-default.btn-outline.disabled:active,
.btn-default.btn-outline[disabled]:active,
fieldset[disabled] .btn-default.btn-outline:active,
.btn-default.btn-outline.disabled.active,
.btn-default.btn-outline[disabled].active,
fieldset[disabled] .btn-default.btn-outline.active {
    background-color: #ececed;
}
.btn-default.btn-outline .badge {
    color: #ececed;
    background-color: #009cf3;
}
.btn-primary {
    color: #ffffff;
    font-weight: 600;
    background-color: #fb423d;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #dd0a05;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fb423d;
}
.btn-primary .badge {
    color: #fb423d;
    background-color: #ffffff;
}
.btn-primary.btn-outline {
    color: #fb423d;
    background-color: transparent;
}
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus {
    color: #fb423d;
    background-color: #ececed;
}
.btn-primary.btn-outline:hover {
    color: #fb423d;
    background-color: #ececed;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active,
.open > .dropdown-toggle.btn-primary.btn-outline {
    color: #fb423d;
    background-color: #ececed;
}
.btn-primary.btn-outline:active:hover,
.btn-primary.btn-outline.active:hover,
.open > .dropdown-toggle.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active:focus,
.btn-primary.btn-outline.active:focus,
.open > .dropdown-toggle.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active.focus,
.btn-primary.btn-outline.active.focus,
.open > .dropdown-toggle.btn-primary.btn-outline.focus {
    color: #fb423d;
    background-color: #d2d2d4;
}
.btn-primary.btn-outline.disabled,
.btn-primary.btn-outline[disabled],
fieldset[disabled] .btn-primary.btn-outline,
.btn-primary.btn-outline.disabled:hover,
.btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .btn-primary.btn-outline:hover,
.btn-primary.btn-outline.disabled:focus,
.btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .btn-primary.btn-outline:focus,
.btn-primary.btn-outline.disabled.focus,
.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn-primary.btn-outline.focus,
.btn-primary.btn-outline.disabled:active,
.btn-primary.btn-outline[disabled]:active,
fieldset[disabled] .btn-primary.btn-outline:active,
.btn-primary.btn-outline.disabled.active,
.btn-primary.btn-outline[disabled].active,
fieldset[disabled] .btn-primary.btn-outline.active {
    background-color: #ececed;
}
.btn-danger {
    color: #ffffff;
    background-color: #fb423d;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #fa110b;
}
.btn-block {
	padding: 20px !important;
}
.btn-block:hover {
    color: #e70b05;
}
.add-field {
    text-decoration: none !important;
}
.btn-margin-top {
    margin-top: 12px;
}
.btn-margin-bottom {
    margin-top: 12px;
}
/* button styling */

/* Panel styling */
.panel {
    margin-bottom: 22px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
.panel-body {
    color: #595f6f;
    line-height: 1.5;
}
.panel-default {
	
}
.panel-default > .panel-heading {
    color: #009cf3;
    background-color: transparent;
    margin: 0 0 20px;
    border-color: transparent;
    border-top: 2px solid #fb423d !important;
    border-radius: 0;
    padding: 6px 0 0 0;
}
.panel-default > .panel-body {
    padding: 0px;
    padding-top: 20px;
}
.panel-default > .panel-footer {
    background-color: transparent !important;
    border-color: transparent !important;
}
.panel-primary {
    background-color: #ffffff;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.panel-primary > .panel-heading {
    color: #595f6f;
    background-color: transparent;
    border-color: transparent;
    padding: 6px 16px 6px 16px;
}
.panel-primary > .panel-body {
	
}
.panel-primary > .panel-footer {
    background-color: #c9e9fc !important;
    padding: 0px;
}
.panel-info {
	
}
.panel-info > .panel-heading {
    color: #009cf3;
    background-color: transparent;
    margin: 0 0 20px;
    border-color: transparent;
    border-top: 2px solid #009cf3 !important;
    border-radius: 0;
    padding: 6px 0 0 0;
}
.panel-info > .panel-body {
    padding: 0px;
    padding-top: 20px;
}
.panel-info > .panel-footer {
    background-color: transparent !important;
    border-color: transparent !important;
}
.panel-title {
    font-size: 18px;
    font-weight: 600;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: #2c2e37;
}
.panel-title > a:hover,
.panel-title > small:hover,
.panel-title > .small:hover,
.panel-title > small > a:hover,
.panel-title > .small > a:hover,
.panel-title > a:active,
.panel-title > small:active,
.panel-title > .small:active,
.panel-title > small > a:active,
.panel-title > .small > a:active,
.panel-title > a:focus,
.panel-title > small:focus,
.panel-title > .small:focus,
.panel-title > small > a:focus,
.panel-title > .small > a:focus {
    color: #009cf3;
    text-decoration: none;
}
.panel-title > a:active,
.panel-title > small:active,
.panel-title > .small:active,
.panel-title > small > a:active,
.panel-title > .small > a:active {
    color: #007bc0;
}
.panel-group{
    margin: 0px !important;
}
.group-panels-head{
    border-top:none !important;
    border-bottom: 3px solid #000000 !important;
    padding: 18px;
    background-color: #009cf3 !important;
    border-radius: 5px;
    margin: 0px !important;	
}
/* Panel styling */

/* Form styling */
.form-control {
    font-family: 'Lato Medium', sans-serif;
    background-color: #ececed;
    padding: 8px 12px;
    color: #2c2e37;
}
.form-control:hover {
    box-shadow: none;
    background-color: #d2d2d4;
}
.form-control:hover,
.form-control:focus {
    box-shadow: none;
    background-color: #d2d2d4;
}
.form-control::-webkit-input-placeholder {
    color: #2c2e37;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #2c2e37;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #2c2e37;
}
.form-control:-ms-input-placeholder {
    color: #2c2e37;
}
.form-control:-webkit-autofill {
    background-color: transparent;
    color: #2c2e37;
}
@-moz-document url-prefix(){
    .form-control {
        padding: 0px 14px;
    }
}
.form-control::-moz-placeholder {
    color: #2c2e37;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #2c2e37;
}
.form-control::-webkit-input-placeholder {
    color: #2c2e37;
}
.form-group {
    margin-right: 0px;
}
.form-group.actions {
    margin-top: 20px;
    text-align: center;
}
.form-group.actions .btn {
    margin-bottom: 30px;
}
.form-group .error {
    display: none;
}
.form-group .error.has-error {
    display: block;
}
select{
    padding: 6px 14px !important;
}
.white-form-control {
    display: inline-block;
    height: 45px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.form-control-lg {
    height: 45px;
}
/* Form styling */

/* Menu/Footer styling */
.navbar {
    margin-bottom: 0px !important;
}
.mobile-left-line{
    height: 50px;
    float: left;
    border: 0.5px solid #f9eded;
    margin-right: 8px;
}
.dropdown-menu {
    overflow-x: hidden;
}
.member-link{
    color: #2c2e37 !important;
    font-size: 15px !important;
    padding: 12px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.member-link:hove {
    color: #2c2e37;
}
.btn-user {
    vertical-align: middle;
    border: 1px solid #f9eded;
    -ms-touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 4px 5px;
    -webkit-user-select: none;
    margin-right: -5px;
    border-radius: 4px;
    margin-top: 4px;
}
#profile-logo {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    padding: 4px 17px;
    border-radius: 4px;
    border: 1px solid #f9eded;
}
#profile-logo1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 102px;
    height: 102px;
}
#userdashboard-logo {
    background-size: cover;
    background-repeat: no-repeat;
    height: 252px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.menu-head {
    padding: 7px;
    color: rgba(0, 0, 0, 0.49);
}
.menu-head-link {
    padding: 22px;
}
.divider-vertical {
    height: 50px;
    margin: 0px 8px 0px 0px;
    border-left: 1px solid #f9eded;
}
.dropdown-menu {
    margin-top: 15px;
}
.feedback-float {
    font-weight: 600;
    position:fixed; 
    right:0; 
    bottom: 105px;
    z-index: 999; 
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin-right: -64px;
}
#SendFeedback {
    font-size: 16px !important;
}
/* Menu/Footer styling */

/* cboxoverlay styling */
#cboxTitle {
    display: none !important;
}
#cboxOverlay {
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}
#cboxContent {
    padding: 30px;
    border-radius: 4px; 
}
#cboxLoadedContent {
    margin: 0 !important;
    overflow-x: hidden !important;
}
#cboxLoadedContent p {
    font-size: 14px;
    margin-bottom: 10px;
}
#cboxClose {
    top: 20px !important;
    right: 20px !important;
}
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
}
/* cboxoverlay styling */

/* Images styling */
.nailthumb-container1 {
    height: 150px !important;
    width: 150px !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 12px !important;
}
.nailthumb-container2 {
    height: 150px !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 12px !important;
}
.grid-item,
.grid-sizer {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 32px;
    -webkit-transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.grid-item .nailthumb-container,
.grid-item .nailthumb-containerbrand,
.grid-sizer .nailthumb-container {
    height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 12px;
}
.grid-item .nailthumb-container2, .grid-sizer .nailthumb-container2 {
    height: 180px !important;
    width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    margin-bottom: 12px !important;
    margin-top:18px;
    background-repeat:no-repeat;
}
.gridevents {
    margin-top: 40px;
}
/* Images styling */

/* Site header/Image section Styling*/
.user-coverimage {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover; 
    background-position: center;
}
.header-image {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover; 
    background-position: center;
}
.header-image .content {
    padding: 200px 0 140px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.header-image:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Site header/Image section Styling*/

/* nav tabs Styling*/
#sttings-tabs{
    padding: 0px;
    /*border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;*/
    border-radius: 2px;
}
#sttings-tabs-content{
    padding: 28px 12px 0px 12px;
}
#sttings-tabs-content-heading{
    padding: 0px;
}
.nav-tabs.settings-navs-justified>li {
    display: inline;
    width: 100%;
}
.nav-tabs.settings-navs-justified > li > a {
    font-size: 18px;
    text-align: left;
    border-radius: 0;
    line-height: 24px;
    font-style: normal;
    padding: 14px 18px;
    color: #000000;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 0px !important;
    width: 100%;
}
.nav-tabs.settings-navs-justified > li.active a {
    color: #ffffff;
    background-color: #009cf3;
    box-shadow: none;
    margin-bottom: 0px !important;
}
.nav-tabs.settings-navs-justified > li.active a:hover {
    box-shadow: none;
}
.nav-tabs.settings-navs-justified > .active > a,
.nav-tabs.settings-navs-justified > .active > a:focus,
.nav-tabs.settings-navs-justified > .active > a:hover {
    border: 0;
}
.nav-tabs.nav-justified > li > a {
    text-transform: uppercase;
    font-size: 22px;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    padding: 18px 0;
    background-color: #009cf3;
    color: #ffffff;
}
.nav-tabs.nav-justified > li.active a {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}
.nav-tabs.nav-justified > li.active a:hover {
    box-shadow: none;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 0;
}
/* nav tabs Styling*/

/* Tabs and content Block edit section Styling Start */
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.submenu {
    position: absolute;
    top: 58px;
    left: 15px;
    right: 15px;
    background: #2c2e37;
    z-index: 900;
}
.submenu a.active {
    color: #fb423d;
}
.submenu a:first-child {
    border-left: 1px solid #2c2e37;
}
.submenu a {
    color: #fff;
    float: left;
    line-height: 45px;
    width: 42px;
    text-align: center;
    border-right: 1px solid #585a61;
    font-size: 1.25em;
}
.addblock-helper {
    position: relative;
    margin-left: 15px;
    float: left;
    min-width: 200px;
    height: 36px;
}
.submenu p {
    font-family: 'Lato Medium', sans-serif;
    position: absolute;
    left: 0;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    font-style: normal;
    font-weight: 400;
}
.submenu p:not(.placeholder) {
    color: #fff;
}
.submenu p.active {
    opacity: 1;
}
.add-contentblock {
    margin-top: 52px;
    margin-bottom: 52px;
}
.contentgeneral {
    box-shadow: 0 0 12px rgba(0,0,0,0.12);
    background-color: #f6f6f6;
}
.form-nav {
    background-color: #fff;
    overflow: hidden;
}
.form-nav .btn {
    color: #009cf3;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 1.10em;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e5e5e5;
    padding: 0;
}
.form-nav select {
    color: #009cf3;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    width: auto;
    min-width: 60px;
    text-align: center;
    font-size: 1.10em;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e5e5e5;
    padding: 0;
}
.form-nav .save {
    float: right;
    border: 0;
    border-left: 1px solid #e5e5e5;
    color: #fff;
    background-color: #009cf3;
}
.contentblocktype {
    margin: 30px 20px 20px;
}
.panel-heading.note-toolbar {
    border: 0 !important;
    padding: 5px 0 10px 10px !important;
}
/* Tabs and content Block edit/detail section Styling End */

/* Events/Brand Styling */
.slick-slider {
    margin-bottom: 0px !important;
}
.slick-slide {
    margin: 7px;
}
.slick-next {
    right: -18px !important;
    top: 36% !important;
}
.slick-prev{
    left: -18px !important;
    top: 36% !important;
}
.slick-prev:before, .slick-next:before { 
    font-family: FontAwesome !important; 
    font-size: 28px !important;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.slick-prev:before { 
    content:"\f053" !important; 
}
.slick-next:before { 
    content: "\f054" !important;
}
.custom-p {
    font-size: 12px;
    font-weight: bold;
}
.Img-hover:hover {
    border: 1px solid #FB423D;
}
.img-link {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.img-link:hover {
    text-decoration: none;
}
.event-tag {
    font-size: 20px;
    font-weight: 500; 
}
.eventinfo-bar {
    background-color: #2c2e37;
    margin-top: -70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-info p {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    margin: 16px 4px 16px 10px;
}
.event-info .glyphicon {
    font-size: 32px;
    color: #ffffff;
    margin: 16px 0px 16px 14px;
}
.event-loctioninfo {
    margin: 22px 0px 0px 0px;
}
.event-datainfo {
    margin: 22px 0px 0px 0px;
}
.loctaioncolor {
    margin-bottom: 0px !important;
}
.locationcitycountry {
    margin: 0px 0px 0px 10px !important;
    height: 50px;
    overflow: auto;
}
.datecolor {
    margin-bottom: 0px !important;
}
.datemonthyear {
    height: 25px;
    margin: 0px 0px 0px 10px !important;
}
.enddatemonthyear {
    margin: -5px 0px 6px 10px !important;
}
.showonmap {
    border-radius: 4px;
    padding: 8px 26px;
    border: 1px solid #009CF3;
    margin-left: 10px;
    min-width: 155px;
}
.addtocalendercolor {
    min-width: 155px;
    text-align: center;
    background-color:#2C2E37;
    border:1px solid #009CF3;
    margin-left: 10px;
    border-radius: 4px;
}
.atcb-link{
    padding: 5px 10px !important;
    background: none !important;
    line-height: 26px !important;
    color: #009CF3 !important;
}
.event-applyinfo {
    margin-top: 68px;
}
#applybtn {
    padding: 10px;
    width:75%;
    color: #ffffff;
    background-color: #009cf3;
}
#applybtn:hover {
    opacity:0.7;
}
.event-content {
    border: 0;
    background-color: #fff;
    position: relative;
    padding: 50px;
}
.extrainfo {
    display: none;
}
.nameinfo:hover{
    box-shadow: 0px 0px 31px 5px rgba(168,163,168,0.5);
}
.nameinfo:hover .extrainfo {
    display:block;	
}
.nameinfo:hover .nameinfo {
    display:none;
}
.marginbottom10 {
    margin-bottom: 12px !important;
}
.nomarginrow {
    margin-left:0px !important;
    margin-right:0px !important;
}
.facebookbutton:hover {
    opacity: 0.7;color: #fff;
}
.linkedinbutton:hover {
    opacity: 0.7;color: #fff;
}
.twitterbutton:hover {
    opacity: 0.7;color: #fff;
}
.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.plus-add {
    padding-right: 15px;
    padding-left: 15px;
}
.plusbtn {
    text-align: center;
    margin-bottom: 4px;
    border: 1px solid #019cf34d;
    border-radius: 2px;
    width: 100%;
}
.custome-well {
    margin-top: 20px;
    color: #ffffff;
    background-color: #2c2e378c;
}
.btn-customoff {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}
.btn-customon {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
/* Event/Barnd Styling */

/* Waiting overlay Styling*/
#overlay {
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
	z-index  : 995;
	display  : none;
} 
#overlay-back {
	position   : absolute;
	top        : 0;
	left       : 0;
	width      : 100%;
	height     : 100%;
	background : #000;
	opacity    : 0.6;
	filter     : alpha(opacity=60);
	z-index    : 990;
	display    : none;
}
#dvLoading {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	height: 150px;
	width: 250px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -125px;
	text-align: center;
	display: none;
}
/* Waiting overlay Styling*/

/* Datatable Styling*/
th {
    padding-left: 8px !important;
}
.datatabel-thead {
    background-color: #30323a;
    color: white;
    font-size: 12px;
}
.table > .datatabel-thead > tr > th {
    border-bottom: 2px solid #2b97f2 !important;
    font-family: 'Lato Medium', sans-serif;
}
table.dataTable tbody>tr.selected{
    background-color: #009cf31c !important;
}
.select-checkbox{
    min-width: 20px !important;
}
.datatble_custometd {
    min-width: 80px !important;
    overflow: hidden;
    word-wrap: break-word;
}
.datatble_custometd {
    min-width: 80px !important;
    overflow: hidden;
    word-wrap: break-word;
}
#datatble-custometd-actions {
    width: 9% !important;
}
table.dataTable thead .sorting_asc:after {
    content: none;
}
table.dataTable thead .sorting_desc:after {
    content: none;
}
table.dataTable thead .sorting:after {
    content: none;
}
.datatable-actionbtn {
    padding: 4px;
}
#advace_filter{
    padding: 12px 0 20px 0 !important;
}
.pagination > .active > a {
    z-index: 2;
    color: #ffffff;
    background-color: #009cf3;
    border-color: #009cf3;
    cursor: default;
}
.datatabel-search {
    padding: 5px 8px 8px 8px;
    color: #fff;
    background-color: #019cf3;
    margin-left: -3px;
    border-radius: 3px;
}
.copy_btn {
    background-color: #59bef74f;
    padding: 4px 0px 4px 0px;
    border-radius: 4px;
    margin: 8px 0px 8px 0px !important;
}
.table>tbody>tr>td {
    word-break: break-word;
    vertical-align: middle !important;
}
.applicant-profilelogo {
    height: 4em;
    width: 4em;
    border: 1px solid gray;
    align-items:  center;
    border-radius: 100px;
    margin: 4px 0px 5px 12px;
    background-position: center center;
    background-size:cover;
}
/* Datatable Styling*/

/* select2/chossen/tags Styling*/
.select2 {
	width: 100% !important;
}
.select2-container {
	width: 100% !important;
}
.select2-selection--single {
	height: 38px !important;
	padding: 4px 8px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #ececed !important;
}
.select2-container .select2-selection--single {
	background-color: #ececed !important;
	padding: 4px 4px;
	border: 1px solid #ccc;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 75% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background: #ffffff !important;
    color: #009cf3 !important;
	border:none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	float: right;
    margin-left: 8px;
}
.select2-container--open .select2-dropdown--below {
	z-index:10000000;
}
.select2-search__field {
	width:500% !important;
	border: none !important;
	color:black !important
}
.select2-search--dropdown {
	display:none !important;
}

#tags_tag{
	border: none !important;
}
.tagsinput{
    height: auto !important;
	min-height: 100% !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px;
	background: #ececed !important;
}
.tag{
	border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    background: #ffffff !important;
    color: #009cf3 !important;
    border: 0 !important;
    font-family: 'Lato Black', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0 8px 0 15px !important;
    margin: 5px !important;
    box-shadow: none !important;
    display: block !important;
}
div.tagsinput span.tag a {
    color: #888888 !important;
    font-size: 14px !important;
}
div.tagsinput input {
	border: none !important;
}

.chosen-container-single {
	width: 100%!important;
}
.chosen-container-multi {
	width: 100%!important;
}
.chosen-container-single .chosen-single {
	font-size: 16px !important;
	padding: 8px 0 0 8px !important;
    height: 40px !important;
}
.chosen-container-single .chosen-single div b {
    margin-top: 8px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	width: 100% !important;
}
.chosen-container-multi .chosen-choices {
	padding: 6px 5px !important;
	border-radius: 5px;
}
.chosen-container-multi:after {
	padding: 8px 10px !important;
}
#tags_chosen{
	display:none !important;
}
/* select2/chosen/tags Styling*/

/* jquerysteps Styling*/
.wizard {
	overflow:none !important;
}
.wizard > .content {
	overflow: none !important;
	background: white !important;
        border-radius: 8px 8px 0px 0px !important;
	margin: 0px 8px 0px 8px !important;
}
.wizard > .content > .body {
	width: 100% !important;
        padding: 0px 18px 0px 18px !important;
}
.wizard > .content > .body ul {
        list-style: none !important;
}
.wizard > .content > .body ul > li {
	padding: 8px;
}
.wizard > .actions a {
	background-color: #009CF3 !important;
        text-align: center !important;
	display: -webkit-inline-box !important;
}
.wizard > .actions .disabled a {
	background: #eee !important;
}
.steps-head {
        font-size: 32px;
	font-weight: 800;
}
.steps .number {
	display:none !important;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #009CF3 !important;
        font-weight: bold;
}
.wizard > .content > .body #persona-view-head {
	border: 1px dotted #ccc;
        padding: 10px;
        background-color: #333333;
	padding: 8px;
}
.wizard > .content > .body .cb-wrap {
	position:relative !important;
	width: 26% !important;
}
#publish_button{
	display: flex; 
	padding-right:0px; 
	padding-left:0px;
}
#create-eventpersona-wizard h2 {
	margin-top: 80px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}
.wizard > .content > .body input {
	box-shadow:none;
}
.select2-container--default .select2-selection--multiple {
	background-color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color:#ecf8ff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #4ca6ef;
}
div.tagsinput {
	border: 1px solid #d2d2d2;
}
.tagsinput {
	background:white !important;
}
.tag {
	background: #f0f9fe !important;
}
#newcompany-link {
        padding: 12px;
        color: #009cf3;
        font-size:14px;
        cursor: pointer;
        font-weight: bold;
        list-style: none;
}
#newcompany-link:hover {
        background-color: #b3dff7;
        border: none;
        border-radius: 0px !important;
}
#ui-datepicker-div {
        max-height: 350px !important;
}
/* jquerysteps Styling*/

/*Formbuilder Styling*/
.form-wrap.form-builder .frmb-control li {
	color: #000;
}
#frmb-0-save {
	display: none !important;
}
#frmb-0-view-data {
	display: none !important;
}
#frmb-0-clear-all {
	display: none !important;
}
.form-actions{
	display: none !important;
}
.form-builder-dialog {
	z-index:10000 !important;
	overflow-y: initial !important;
}
.form-builder-overlay.visible {
    display: none !important;
}
.stage-wrap.empty:after {
	margin-top: -2em !important;
}
.cb-wrap {
	position:relative !important;
	width: 26% !important;
}
.form-builder-dialog {
	overflow-y: initial !important;
}
.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-customoff {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}
.btn-customon {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
/*.togglebtn {
	width: 60%;
    margin-top: 20px
}*/
.form-group + .form-group {
    margin-top: 0px; 
}
.fb-text-label{
	width:100%;
}
.form-wrap.form-builder .fb-radio-group .radio-inline input, .form-wrap.form-builder .fb-radio-group .radio input {
    display: inline-block;
}
.wizard > .content > .body input[type="checkbox"] {
    margin-top: 6px !important;
}
.rendered-form .fb-radio-group .radio input {
	display: inline-block !important;
}
/*Formbuilder Styling*/

/* Common Styling*/
.brand-content {
    border: 1px solid #dbf0ff;
	/*border-radius: 4px;*/
    background-color: #fff;
    position: relative;
	padding: 50px;
}
.browseeventdate {
	float: right;
	color: white;
	background: black;
	border-radius: 5px;
	padding: 0px 10px 0px 10px;
	position: relative;
    bottom: 258px;
	margin-bottom: -25px;
	font-size:12px;
	font-weight: 900;
}
.oweneventscopy {
	float: left;
	position: absolute;
    bottom: 222px;
	font-size: 14px;
	font-weight: 900;
    background-color: #00000070;
    border-radius: 50%;
	width: 30px;
	height: 30px;
	display: none;
	margin: 0.3em;
	cursor: pointer;
}
.nailthumb-containerbrand:hover + .oweneventscopy {
    display: block;
}
.oweneventscopy:hover {
	display: block;
}
.browseeventcopy {
	float: left;
	position: absolute;
    bottom: 278px;
	font-size: 14px;
	font-weight: 900;
    background-color: #00000070;
    border-radius: 50%;
	width: 30px;
	height: 30px;
	display: none;
	margin: 0.3em;
	cursor: pointer;
}
.nailthumb-containerbrand:hover + .browseeventcopy {
    display: block;
}
.browseeventcopy:hover {
	display: block;
}
#panel-heading-link {
    float: right;
}
.alert-dismissable {
	margin-top: -4px;
	margin-bottom: 0px;
	border-radius: 0px;
}
.tab-content {
    padding: 18px;
}
h3.head {
    position: relative;
    padding-bottom: 35px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    min-height: 42px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.editcontent {
	float: right;
	margin-left: 18px;
}
.removecontent,.removearticle,.removeimageblock{
    float: right;
	margin-left: 12px;
}
.updown-buttons {
	float: right;
    border: 1px solid #019cf3;
    border-radius: 2px;
    padding: 2px 10px 2px 10px;
    margin-top: -8px;
}
.multi-field {
	margin-bottom:20px;
}
.table-responsive {
    overflow-x: inherit !important;
}
.glyphicon {
	top: 2px !important;
}
.upload-msg {
    padding: 0px !important;
    width: 100% !important;
}
.fc-view-container{
	cursor:pointer !important;
	overflow-x: scroll;
}
.fc-agendaDay-view {
	width: 269% !important;
}
.fc-scroller {
	height:  auto !important;
}
.fc-timeline-event .fc-content {
	white-space: normal !important;
    overflow: hidden;
    display: -webkit-box;
    line-height: 13px;
    max-height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
#element_image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-radius:4px 0 0 4px;
}
#brandlogo_image {
	background-size: contain;
    background-repeat: no-repeat;
	border-radius:4px;
	width:35px;
	height:35px;
}
#emptybrandlogo_image {
	background-size: contain;
    background-repeat: no-repeat;
	border-radius:4px;
	width:92px;
	height:92px;
}
#userprofile_image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-radius:4px;
	width:30px;
	height:30px;
}
.divider {
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
#profile_image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-radius:4px;
	width:150px;
	height:150px;
}
#host_image {
	background-size:cover;
	border-radius:4px; 
	background-color:white;
    background-position: center center;
    background-repeat: no-repeat;
	width:100px;
	height:100px;
}
.fc-event .fc-bg{
	background: none !important;
}
.close{
	margin: 8px 18px 0px 0px;
}
.fc-unthemed .fc-list-heading td {
    background: transparent !important;
}
.fc-time{
	margin-left: 12px;
}
.fc-title{
	margin-left: 12px;
}
.glyphicon-map-marker {
	font-size: 18px;
    color: #009cf3;
	margin-right: 12px;
}
#time-zone {
	margin: 12px 0 15px 0 !important;
}
.fc .fc-axis {
    vertical-align: middle;
    padding: 0px 8px !important;
    white-space: nowrap;
}
#calender_div {
    display: flex;
    padding: 0px;
    border-radius: 4px;
}

.fc-head {
    word-wrap: break-word;
}
#event-location {
    margin-left: 10px;
    text-align: left;
    color: white;
    position: relative;
    bottom: -190px;
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    line-height: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#event-Name {
    margin-left: 10px;
    text-align: left;
    color: white;
    position: relative;
    bottom: -188px;
    overflow: hidden;
    display: -webkit-box;
    line-height: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.custome-grid-item {
	float: left;
	height: 250px;
	margin: 4px; 
	background-size: cover !important;
	background-position: center center !important; 
}
.message-content {
    background-color: #fff;
    position: relative;
	padding: 22px 22px;
}
.tooltip {
	z-index: 1 !important;
}
/* overview styling */
.selectedappcounter {
	padding-left: .5em;
    padding-right: .5em;
    right: 12px;
    top: -9px !important;
}
#table-actions{
	margin: 8px 0px 22px 0px;
}
#btnexport{
	color: #fff !important;
}
/* overview styling */

/* Toggels Button styling */
.toggel_button {
	display:flex;
	flex-direction:column;
	align-items: center;
}
.privacymulti-fields {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block !important; overflow: hidden; cursor: pointer;
    /*border: 1px solid #9999995e;*/ border-radius: 20px;
	width: 82% !important;
}
.onoffswitch-inner {
    display: block !important; 
	display: none;
	width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    /*content: "yes";
    padding-left: 10px;
    background-color: #ffffff;
    color: #000000ab;*/
	content: "yes";
    padding-left: 14px;
    background-color: #73cdff;
    color: #ffffff;
}
.onoffswitch-inner:after {
    /*content: "no";
    padding-right: 10px;
    background-color: #ffffff;
    color: #000000ab;
    text-align: right;*/ 
	content: "no";
    padding-right: 14px;
    background-color: #ececed;
    color: #009cf3;
    text-align: right;
}
.onoffswitch-switch {
	display: block !important;
    width: 32px;
    height: 32px;
    margin: -2px 12px;
    background: #009cf3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    box-shadow: 0px 3px 3px #568aa7;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 4px; 
}
.privacy_toggel {
	margin: 4px 0px 0px 0px;
}
/* Toggels Button styling */

/* Message Box */
#frame {
	width: 100%;
	min-width: 360px;
	height: 92vh;
	min-height: 300px;
	max-height: 720px;
	background: #FFFFFF;
	border: 1px solid #dbdbdb;
    border-radius: 4px;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {

    height: 100%;
    color: #2c2e37;
    overflow: hidden;
    position: relative;
	padding: 0px !important;
	border-right: 1px solid #f6f6f6;
	border-radius: 4px 0px 0px 4px;
}
#frame #sidepanel #search {
   /* border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;*/
    font-weight: 300;
    width: 100%;
}
#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #32465a;
    color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
    height: calc(100% - 100px);
	width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	/*margin-top: 12px;*/
}
#frame #sidepanel #contacts.expanded {
	height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
	width: 8px;
	background: #9fa2a3;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
	background-color: transparent;
}
#frame #sidepanel #contacts ul li.contact {
	position: relative;
	padding: 10px 0 15px 0;
	font-size: 0.9em;
	cursor: pointer;
	border-bottom: 1px solid #f6f6f6;
}
#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}
#frame #sidepanel #contacts ul li.contact:hover {
  	background: #049cf3 !important;
	color: white;
}
#frame #sidepanel #contacts ul li.contact.active {
	background: #c9e9fc;
	/*border-right: 5px solid #435f7a;*/
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
	border: 2px solid #32465a !important;
}
#frame #sidepanel #profile .wrap p {
	float: left;
	margin-left: 15px;
}
#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap #profile_images {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat !important;
	float: left;
    margin-right: 10px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 0px 0px 0px 0px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
	margin: 0px !important;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;*/
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
	position: initial;
	border-radius: initial;
	background: none;
	border: none;
	padding: 0 2px 0 0;
	margin: 0 0 0 1px;
	opacity: .5;
}
#frame #sidepanel #bottom-bar {
	position: absolute;
	width: 100%;
	bottom: 0;
}
#frame #sidepanel #bottom-bar button {
	float: left;
	border: none;
	width: 100%;
	padding: 10px 0;
	color: #049cf3;
	cursor: pointer;
	font-size: 0.85em;
}
#frame #sidepanel #bottom-bar button:focus {
  	outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  	/*border-right: 1px solid #2c3e50;*/
	background: white;
}
#frame #sidepanel #bottom-bar button:hover {
	background: #049cf3;
	color: white;
}
#frame #sidepanel #bottom-bar button i {
	margin-right: 3px;
	font-size: 1em;
}
#frame .content {
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0px !important;
}
#frame .content .contact-profile {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	padding: 0px 18px 0px 12px;
}
#frame .content .contact-profile #profile_images {
	width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat !important;
	float: left;
    margin-right: 10px;
	margin-top: 10px;
}
#frame .content .contact-profile p {
  	float: left;
}
#frame .content .contact-profile .social-media {
  	float: right;
}
#frame .content .contact-profile .social-media i {
	margin-left: 16px;
  	cursor: pointer;
	color: #009cf3 !important;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  	margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  	/*color: #435f7a;*/
}
#frame .content .messages {
    width: 100%;
	height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}
#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 0px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}
#frame .content .messages::-webkit-scrollbar {
	width: 8px;
	background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li:nth-last-child(1) {
  	margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  	margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent .bubbleyou {
  	background: #049cf3;
  	color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  	float: right;
  	margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies .bubbleme {
  	background: #f5f5f5;
  	float: right;
}
#frame .content .messages ul li img {
	width: 22px;
	border-radius: 50%;
	float: left;
}
#frame .content .messages ul li .bubbleyou {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	line-height: 130%;
	width: 82%;
}

#frame .content .messages ul li .bubbleme {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	line-height: 130%;
	width: 82%;
}
#frame .content .message-input {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background-color: whitesmoke;
}
#frame .content .message-input .wrap {
 	 position: relative;
}
#frame .content .message-input .wrap input {
	float: left;
    border: none;
    width: 92.1%;
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
    height: 46px;
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #049cf3;
  color: #f5f5f5;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}
.navbar-brand h5 {
	margin-top: 10px;
	margin-left: 8px;
}
.profile-nav h5 {
	margin-top: 10px;
	margin-right: 8px;
}
.navbar-static-top {
	z-index: 100	;
}
.mobile-left-line {
	height: 45px;
}
.navbar-header {
    margin-top: 4px;
}
.profile-nav {
	margin-top: 4px;
}
.navbar-default {
    border-color: transparent !important;
}
.navbar-brand {
	height: 40px;
	padding: 10px 15px;
	line-height: 12px;
}
#brand-menu {
	background-color: #ffbfe4;
	min-height: 45px !important;
	-webkit-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
}
#brand-navbar-nav {
	margin: 0px !important;
}
#brand-navbar-nav>li>a {
	color: #8c005a;
	border-bottom: 3px solid transparent;
	padding: 12px 18px 10px 18px !important;
}
#brand-navbar-nav>li>a:hover {
	border-bottom: 3px solid #f3008c;
}
#brand-navbar-nav>li>a.active {
	border-bottom: 3px solid #f3008c;
}
#brand-navbar-nav>li {
    display: inline-block !important;
	font-weight: 900;
	font-size: 0.8em;
}
#event-menu {
	background-color: #b3dff7;
	min-height: 45px !important;
	-webkit-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
}
#event-navbar-nav {
	margin: 0px !important;
}
#event-navbar-nav>li>a {
	color: #0077b9;
	border-bottom: 3px solid transparent;
	padding: 12px 18px 10px 18px !important;
}
#event-navbar-nav>li>a:hover {
	border-bottom: 3px solid #0093ff;
}
#event-navbar-nav>li>a.active {
	border-bottom: 3px solid #0093ff;
}
#event-navbar-nav>li {
    display: inline-block !important;
	font-weight: 900;
	font-size: 0.9em;
}
#user-menu {
	background-color: #c6fff2;
	min-height: 45px !important;
	-webkit-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
}
#user-navbar-nav {
	margin: 0px !important;
}
#user-navbar-nav>li>a {
	color: #006F56;
	padding: 12px 18px 10px 18px !important;
	border-bottom: 3px solid transparent;
}
#user-navbar-nav>li>a:hover {
	border-bottom: 3px solid #00f3bb;
}
#user-navbar-nav>li>a.active {
	border-bottom: 3px solid #00f3bb;
}
#user-navbar-nav>li {
   	display: inline-block !important;
	font-weight: 900;
	font-size: 0.8em;
}
#selection-menu {
	background-color: #d5b1ff;
	min-height: 45px !important;
	-webkit-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 11px 11px -12px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
}
#selection-navbar-nav {
	margin: 0px !important;
}
#selection-navbar-nav>li>a {
	color: #430d82;
	border-bottom: 3px solid transparent;
	padding: 12px 18px 10px 18px !important;
}
#selection-navbar-nav>li>a:hover {
	border-bottom: 3px solid #430d82;
}
#selection-navbar-nav>li>a.active {
	border-bottom: 3px solid #430d82;
}
#selection-navbar-nav>li {
        display: inline-block !important;
	font-weight: 900;
	font-size: 0.9em;
}
::placeholder {
    color: #D7D7D7;
    opacity: 1; /* Firefox */
	font-size: 14px;
	font-weight: normal;
}
.ui-menu .ui-menu-item {
	font-size: 12px;
}
#serach-events:active {
	border-color: grey !important;
}
#serach-events:focus {
	border-color: grey !important;
}
.dashboard-head {
	font-size: 32px !important;
	margin: 8px 12px !important;
	font-weight: 700;
}
.dashboard-text {
	margin: 2px 0px 8px 0px;
}
.dashboard-btn-left {
	padding-right: 4px;
	margin: 2px 0px 8px 0px; 
}
.dashboard-btn-center {
	padding-right: 4px;
	padding-left: 4px;
	margin: 2px 0px 8px 0px;
}
.dashboard-btn-right {
	padding-left: 4px;
	margin: 2px 0px 8px 0px;
}
#user-dashboard-events-detail {
	display: flex;
	min-height: 200px;
}
#user-dashboard-body {
	padding: 2px;
}
#user-dashboard-image {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
	min-height: 200px;
}
#contacts-ul {
	width: 100%;
	padding: 0px !important;
}
#contacts ul li.contact {
	position: relative;
	padding: 10px 0 15px 0;
	font-size: 0.9em;
	cursor: pointer;
	list-style: none;
}
#contacts ul li.contact .wrap #profile_images {
	width: 44px;
	height: 44px;
	display: inline-block;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat !important;
	float: left;
	margin-right: 10px;
}
#contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
#contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
    margin: 0px !important;
}
#contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-dashboard {
	padding: 8px !important;
	border: 1px solid #009cf3;
}
.btn-draft-application {
	padding: 8px !important;
	border: 1px solid #009cf3;
}
#empty-cell {
	margin: 94px 0px 0px 0px;	
}
#matchingTypes {
	margin-bottom: 12px;
}
#dealbreak {
	padding: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.messages-links {
	display: block;
	color: #000;
}
.ui-widget-content {
	z-index: 1000 !important;
}
#top-edit-button {
	float: right;
	margin: 62px 76px;
}
.toggle-blob {
	z-index: 0 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 50% !important;
}
.no-border {
	border-top: 0px !important;
}
.query-builder .rule-value-container input[type=text]{
	padding: 10px !important;
	margin-top:3px !important;
}
@media (max-width: 767px) {
	#user-dashboard-events-detail {
		display: block;
	}
	.btn-dashboard {
		margin-bottom: 12px !important;
	}
	.btn-draft-application {
		margin-bottom: 12px !important;
	}
	#empty-cell {
		margin:18px 0px 0px 0px;	
	}
	#top-edit-button {
		margin: 12px 28px;
	}
	.dashboard-btn-left {
		padding-right: 15px;
	}
	.dashboard-btn-center {
		padding-right: 15px;
		padding-left: 15px;
	}
	.dashboard-btn-right {
		padding-left: 15px;
	}
}

@media screen and (max-width: 991px) {
	#message-content {
		display: none;
	}
}
@media screen and (max-width: 667px) {
	#frame .content .message-input {
		position:fixed !important;
	}
	#frame .content .message-input .wrap input {
		padding: 0px 0px 0px 0px !important; 		
		font-size: 1.0em !important;
		height: 48px !important;
		width: 100% !important;
	}
}
/* Message Box */
@media screen and (min-width: 992px) {
	.custome-grid-item {
		width: 184px !important;
	}
}
@media screen and (max-width: 397px) {
	.wizard > .actions > ul {
    	display: flex !important;
    	text-align: center !important;
	}
}
@media all and (max-width: 991px) and (min-width: 767px) {
	.custome-grid-item {
		width: 175px !important;
	}	
}
@media all and (max-width: 766px) and (min-width: 550px) {
	.custome-grid-item {
		width: 203px !important;
	}
}
@media screen and (max-width: 549px) and (min-width: 438px){
	.custome-grid-item {
		width: 184px !important;
	}	
}
@media all and (max-width: 437px){
	.custome-grid-item {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	.fc-scroller{
		overflow-x: auto !important;
	}
	.fc-resource-area {
		width: 30% !important;
	}
	.fc-timeline td, .fc-timeline th {
		white-space: normal !important;
	}
	#time-zone {
		text-align: center !important;
	}
	.privacy_toggel {
		margin: -12px 0px 0px 4px;
	}
	.wizard > .steps a{
		height: 72px;
	}
	.toggel_button {
		padding: 0px 22px 0px 22px;
	}
}
@media screen and (max-width: 991px) {
	#calender_div {
            display: block;
            padding: 0px;
	}
	#element_image{
		height: 325px !important;
		border-radius:4px 4px 0 0;
	}
	.fc-agendaDay-view {
		width: 335% !important;
	}
}
/* Common Styling*/

/* @media query custome css styles */
@media all and (max-width: 349px) and (min-width: 50px) {
	.feedback-float {
		position:fixed; 
		right:0;
		z-index: 999; 
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		display: none;
	}
}
@media all and (max-width: 549px) and (min-width: 348px) {
	.feedback-float {
		position:fixed; 
		right:0;
		z-index: 999; 
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		display: none;
	}
}
@media all and (max-width: 767px) and (min-width: 550px) {
	.feedback-float{
		position:fixed; 
		right:0;
		z-index: 999; 
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
}
@media (max-width: 481px) {
	.wizard > .steps > ul > li {
    	width: 100% !important;
	}
	.wizard > .content > .body .cb-wrap {
    	width: 64px !important;
	}
	.cb-wrap {
		width: 64px !important;
	}
	a[href="#previous"] {
		margin-bottom: 4px;
	}
}
@media all and (max-width: 525px) {
	.wizard {
		overflow:none !important;
	}
	.wizard > .content {
		overflow:none !important;
	}
	.hinttext {
		float: left !important;
	}
	.mobile-left-line{
		margin-right: -4px;
	}
}
@media (max-width: 600px) {
	.wizard > .steps > ul > li {
		width: 50% !important;
	}
	.event-content {
		padding: 0 12px;
	}
	.brand-content {
		padding: 12px 12px;
	}
}
@media (min-width: 767px) {
	.container {
		-webkit-transition: .3s ease width;
		transition: .3s ease width;
		/*padding: 0 50px;*/
	}
	.grid-sizer,
	.grid-item {
		width: 230px;
		text-align: center;
	}
	.gridevents {
		margin-right: -20px;
	}
	.gridevents:hover .grid-item
	.gridevents:hover .grid-item:hover {
		opacity: 1;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	}
	.navbar-static-top {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		padding: 0px 0;
		background-color: #ffffff;
	}
	.navbar-right > li {
    	float: right;
	}
	#brand-menu {
		position: fixed;
		margin-top: 0px;
		width: 100%;
		z-index: 5;
	}
	#event-menu {
		position: fixed;
		margin-top: 0px;
		width: 100%;
		z-index: 5;
	}
	#user-menu {
		position: fixed;
		margin-top: 0px;
		width: 100%;
		z-index: 5;
	}
        #selection-menu {
		position: fixed;
		margin-top: 0px;
		width: 100%;
		z-index: 5;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		padding: 8px 8px 0px 18px !important;
	}
	.container {
		padding: 0 18px;
	}
	.navbar-nav {
    	text-align: center;
	}
	.profile-nav {
		margin-bottom: 12px;
	}
	.divider-vertical {
    	display:none !important;
	}
	.table-responsive {
		border: none;
	}
	.remove-field {
		margin-left: 18px;
	}
	.removeapp-field {
		margin-left: 18px;
	}
	#brand-menu-container {
		padding: 0px;
	}
	#event-menu-container {
		padding: 0px;
	}
	#user-menu-container {
		padding: 0px;
	}
        #selection-menu-container {
		padding: 0px;
	}
	#brand-navbar-nav>li>a {
		padding: 10px 8px 12px 8px !important;
		color: #595f6f;
	}
	#event-navbar-nav>li>a {
		padding: 10px 8px 12px 8px !important;
		color: #595f6f;
	}
	#event-navbar-nav>li>a {
		padding: 10px 8px 12px 8px !important;
		color: #595f6f;
	}
	.page-header {
		margin: 0px 0 20px;
	}
}
@media all and (max-width: 991px) {
	.hinttext {
		float: left !important;
	}
	.event-loctioninfo {
		text-align: center;
		margin: 0px;
	}
	.event-datainfo {
		text-align: center;
		margin: 0px;
	}
	.event-info .glyphicon {
   		margin: 0px;
	}
	.addtocalendercolor {
		margin-bottom: 12px;
	}
	.event-applyinfo {
    	margin-top: 12px;
	}
	#publish_button {
		display: inline-flex !important;
		margin-left:18px;
	}
	#applybtn {
		margin-left: 0% !important;
	}
	.enddatemonthyear{
		margin-left: 10px !important;
	}
	#venueaddress{
		margin-bottom: 40px !important;
	}
}
/* @media query custome css styles */