/************************************************************
   style.css CMS_test

   Version  Date            Author	Description
    0.01    5 NOV 2013      ANDE	initial release
	1.00	16 SEP 2014		LuHe	overide gumby.css and classic.date.css (firefox unreadeble)
    1.01    18 JAN 2016     LuHe    enable/disable ED_staff_phone, _email
    1.02    21 JAN 2016     BA      Added volume slider
*************************************************************/

body, html {
/*    background: url(../images/bg_pattern.png) repeat-y #00a88f;*/
}

select{
	font-size: 0.8rem;
}
body.login,
body.dashboard {
    font-size: 14px;
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    background: url(../images/login_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    color: #656565;
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.login_panel,
.pwd_panel{
    background: white;
    width: 442px;
/*
    -webkit-border-radius: 5px;
    border-radius: 5px;
*/
    margin: 0 auto;
    position:relative;
    top: 60px;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(171,171,171,0.71);
	-moz-box-shadow: 0px 0px 19px 0px rgba(171,171,171,0.71);
	box-shadow: 0px 0px 19px 0px rgba(171,171,171,0.71);
}
.login_panel a.forgot_button {
    color: #4589ce;
    text-decoration: underline;
}
.pwd_panel .input{
	margin: 2px;
	width: 377px;
}
.pwd_panel .input.error,
#contact_form .input.error,
#profile_form .input.error {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
	box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
}
#contact_form .row .btn,
#profile_form .row .btn {
    margin-right: 10px;
    float: left;
}
.pwd_panel{
	width: 422px;
    top: 270px;
	position:absolute;
	z-index: 199;
}
body{
    min-width: 930px;
}
#login_inner {
    color: #656565;
}
.login-form {
    position: relative;
    z-index: 1;
}
.login-loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
    display: none;
}
.login_panel table{
    display: table;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    border: none;
}
.login_panel table td{
    border: none;
    padding: 10px 10px 0;
}
.btn.disabled{
	opacity: 0.5;
	cursor: none;
}
.btn.disabled a{
	cursor:default;
}
/** GENERIC ELEMENTS **/
#header{
    background: #363636;
    height: 85px;
    padding: 0 20px;
    position:relative;
    z-index: 111;
/*    border-top: 3px solid white;*/
}
#top_header{
    background: #009e61;
    text-align: right;
    font-size: 0.9em;
    position: relative;
    z-index: 200;
/*
    -webkit-box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
    -moz-box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
    box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
*/
    height: 36px;
	padding-top: 3px;
}
.header__logout {
    padding: 25px 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-align: right;
    float: right;
}
.header__logout a {
    padding: 0;
    color: #fff;
    text-decoration: none;
}
.header__dropdown {
    position: relative;
    z-index: 1;
}
.header__dropdown-toggle {
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #222;
    display: inline-block;
    z-index: 2;
}
.header__dropdown-toggle .username {
    padding-right: 20px;
    background: url(../images/sprite-dropdown-arrow.png) right -28px no-repeat;
}
.header__dropdown-toggle-open .username {
    background-position: right 6px;
}
.header__dropdown-options {
    position: absolute;
    right: 0;
    top: 100%;
    background: #222;
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
    -moz-box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
    box-shadow: 0px 2px 15px -2px rgba(28,28,28,0.6);
}
.header__dropdown-options li {
    padding: 0;
    border-top: 1px solid #333;
}
.header__dropdown-options li a {
    padding: 10px;
    display: block;
}
.header__dropdown-options li a:hover {
    background: #458acf;
}
body.dashboard #header{
/*    background: url(../images/bg_pattern.png) repeat-y #00a88f;*/
    background: #363636;
    width: 93%;
/*
    -webkit-border-radius: 15px;
    border-radius: 15px;
*/
    position: relative;
    top: 25%;
/*
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
*/
    border: 6px solid white;
    height: 97px;
}
#content .content-inner{
    padding: 4px 6px;
    margin: 10px 10px 0;
/*
    border: 1px solid #c7c6c6;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    background: white;
*/
}
#header .logo-column img {
    margin: 0 -10px;
    max-width: none;
    width: 130px;
}
#header .ten.columns{
	margin-left: 0;
}
#main-content{
    padding: 10px;
    color: #656565;
    background: #f9f9f9;
/*
    -webkit-box-shadow: 0px -8px 15px -2px rgba(28,28,28,0.6);
    -moz-box-shadow: 0px -8px 15px -2px rgba(28,28,28,0.6);
    box-shadow: 0px -8px 15px -2px rgba(28,28,28,0.6);
*/
    position:relative;
    z-index: 101;
    min-height: 600px;
	min-width: 1009px;
}
#main-content .success-zone-shop-profile {
    background-color: transparent;
}
#main-content .success-zone-shop-profile .success {
    border: 0 none;
}
/*#main-content > form > .row{
	width: 1024px;
}*/
h3.lead {
    color: #656565;
    text-transform: uppercase;
}
.active_arrow{
    position: absolute;
    top: 50px;
    left: 300px;
    background: url(../images/active_arrow.png) no-repeat;
    display: block;
    z-index: 220;
    width:40px;
    height: 40px;
}
.header-inner{ position: relative;}
.arrow{
    background: url(../images/arrow_sprite.png) no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
}
.arrow.arrow_1{
    width: 56px;
    height: 96px;
    background-position: -295px 0;
}

#template-editor{
    height: 60%;
    position:relative;
    overflow: hidden;
}
#template-editor .editor-inner{
    width: 100%;
    height: 100%;
    border: 10px solid white;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
    background: #f3f3f3;
    border-radius: 5px;
    position: relative;
}
#template_manager ul{
    width: 100%;
	display: inline-block;
}
.content-templates__existing {
    margin-left: 0;
}
.inner-panel-tabs {
    margin: 0 -7px 10px;
    padding: 0 7px 0;
    border-bottom: 1px solid #eee;
}
.inner-panel-tabs .tab {
    margin-left: 15px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}
.inner-panel-tabs .tab:first-child {
    margin: 0;
}
.inner-panel-tabs .tab:hover {
    color: #009e61;
}
.inner-panel-tabs .tab.active {
    color: #009e61;
    border-bottom: 3px solid #009e61;
}
.tile{
    padding: 4px;
	margin-bottom: 0px;
	height: 194px !important;
/*	width: 120px;*/
    width: 25%;
}
.zone_editor .tile{
	padding: 4px;
	margin-bottom: 10px;
	height: auto !important;
	width: auto;
}
.tile .tile-inner{
    padding: 4px;
    background: white;
/*
    -webkit-box-shadow: 0 0 3px 1px #E0E0E0;
    box-shadow: 0 0 3px 1px #E0E0E0;
*/
    border: 1px solid #eee;
	position:relative;
    overflow: hidden; /* Clear container */
    height: 95%;
}
.tile .tile-inner .thumb-holder{
/*	height: 106px;*/
    height: 171px;
	overflow: hidden;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
/*	width: 100%;*/
    width: 50%;
	background: #D2D2D2;
    float: left;
}
.tile .tile-inner .thumb-holder img{
	height: 100%;
	margin: 0 auto;
	width: auto;
	max-width: none;
}
.tile.landscape .tile-inner .thumb-holder img{
	height: auto;
	width: 100%;
}
.tile.portrait .tile-inner .thumb-holder img{
	height: 100%;
	width: auto;
}
.ie8 .tile .tile-inner{
    border: 1px solid #E0E0E0;
}
.tile .tile-inner .tile-name{
    font-size: 0.9rem;
	margin: 0;
    padding-left: 10px;
	word-wrap: break-word;
	overflow: hidden;
	height: 36px;
	line-height: 1rem;
    width: 50%;
}
.tile .controlbar {
    padding-left: 10px;
    width: 50%;
    position: absolute;
    right: 3px;
    bottom: 4px;
}
.tile .controlbar .btn {
    margin: 5px 0 0;
}
.edit_text {
    color: green;
}
.tile .inner-wrapper:hover{
	cursor: pointer;
}
.msg-holder .msg{
	background: white;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
.msg-holder .msg.secondary{
	border-left: #42a35a 4px solid;
}
.msg-holder .msg.warning{
	border-left: #f6b83f 4px solid;
}

.msg-holder .msg:last-child{
	border-bottom: none;
}
.msg-holder .msg .msg-actions .btn{
	/*width: 100%;	*/
	width: 32px;
	height: 32px;
}
.msg-holder .msg .msg-actions .btn a{
padding: 8px 10px;
}

.btn-begin i{
	position: absolute;
left: 3px;
top: 7px;
}

.msg-holder .msg .msg-actions .btn.medium.icon-left a:before {
	left: 11px;
}


.msg-holder .msg-thumb{
	padding: 5px;
	height: auto;
	position: relative;
}
.msg-holder .msg-thumb img{
	width: 100%;
}
.msg-holder .status{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.msg-holder .msg-info{
	font-size: 0.8em;
	line-height: 1em;
	padding-top: 6px;
	padding-left: 6px;
}
#inner_template_content{
    width: 850px;
    height: 478px;
    display:block;
    overflow:hidden;
    border: 1px solid #95d4ca;
    /*margin: 0 auto;*/
}
.edit_overlay{
/*                background: rgba(0,0,255, 0.4);*/
    width: 20px;
    height: 20px;
    display: block;
    position:absolute;
    border: 2px dashed #95d4ca;
}
.edit_overlay .inner{
	position: absolute;
	font-size: 1em;

	/* border: 1px solid #F1F1F1; */
	padding: 10px;
	text-align: center;
	display: none;
}
.edit_overlay.activated{}
.edit_overlay .hide{
    display:none !important;
}
.edit_overlay .bottom,
.edit_overlay input{
    width: 100%;
}
.edit_overlay input{
    padding: 15px 10px;
    font-size: 14px;
}
.edit_overlay .hit_area{
    width: 100%;
    height: 100%;
    display:block;
    position:absolute;
    top: 0;
    left: 0;
}
.edit_overlay:hover,
.edit_overlay.highlight{
    background: rgba(149,212,202, 0.8);
    cursor: pointer;
}
.edit_overlay.highlight .inner{
	display: inline-block;
}
.overlayContainer{
    position:absolute;
    display:block;
    top: 8px;
    left: 8px;
	/*background: rgba(255,0,0, 0.6);*/
}
.page-holder{
    padding: 20px;
}
/**panel styling**/
.panel{
    background-color: white;
    border-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 7px;
/*
    -webkit-box-shadow: 0 0 3px 1px #E0E0E0;
    box-shadow: 0 0 3px 1px #E0E0E0;
*/
    height: 100%;
    /*min-height: 350px;*/
    position: relative;
}
.panel.error{
	width: 60%;
	height: auto;
	min-height: 115px;
	position: absolute;
	left: 20%;
	top: 8%;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.60);
	padding: 9px 19px 0px;
}
#html_container{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 350px;
}
#side_panel {
    margin-left: 10px;
    border: 1px solid #eee;
    background: white;
    z-index: 100;
}
#side_panel .component_list {
    padding: 10px;
}
#preview_panel{
    position:relative;
    z-index: 101;
}
/** MAIN NAVIGATION **/
.main-navigation{
    list-style-type: none;
}
.main-navigation > li{
    display: inline-block;
    float: left;
}
.main-navigation > li a{
    display: block;
	padding: 16px 20px 0;
    border-left: 1px solid #aaa;
    line-height: 2.5em;
    height: 85px;
    padding-bottom: 0px;
    margin: 0;
    text-align: center;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation > li a:hover, .main-navigation > li.active a{
    background: #458acf;
    padding-top: 10px;
}
.main-navigation > li a i{
    font-size: 1.8em;
}
.main-navigation > li:last-child a{
    border-right: 1px solid #aaa;
}
.dashboard .main-navigation > li a{
    padding: 16px 10px;
}
.dashboard .main-navigation > li a:hover, .dashboard .main-navigation > li.active a{
    padding-top: 10px;
}



/** PROGRESS STEPPER **/
#stepper > ul{
    width: auto;
    display: block;
    margin: 0 0 20px 0;
    list-style-type: none;
    padding-left: 6px;
    height: 51px;
}
#stepper > ul > li{
    float: left;
    display: block;
    width: auto;
    background: url(../images/stepper_sprite.png) no-repeat top right;
    background-position: 0 -86px;
}
#stepper > ul > li.last{
    background-position: -1092px -86px;
}
#progressStepper #stepper > ul > li.last{
	background-position: -1106px -86px;
}
#stepper > ul > li .step_number,
#stepper > ul > li .step_lbl{
    width: auto;
    float: left;
}
#stepper > ul > li a{
    text-decoration: none;
    color: white;
    cursor: default;
}
#stepper > ul > li .step_number{
    background: #e9e9e9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #656565;
    font-size: 2em;
    font-weight: bold;
    padding: 12px 15px;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0 -6px;
}

#stepper > ul > li .step_lbl {
    padding: 12px 20px 12px 15px;
    font-size: 1.1em;
    color: #656565;
}
#stepper > ul > li.active{
    width: 58%;
    background-position: 0 -8px;
    color: white;
}
#stepper > ul > li.active .step_lbl {
    color: #fff;
}
#stepper > ul > li.active .step_number{
    background: #009e61;
    color: white;
}
#stepper > ul > li.passed{
    width: auto;
    background-position: 0 -159px;
    color: white;
}
#stepper > ul > li.passed .step_number{
    background: #95d4ca;
    color: white;
}
#stepper > ul > li.active.last,
#progressStepper #stepper > ul > li.active.last{
    background-position: 100% -8px;
}
#stepper > ul > li.passed.last{
    background-position: -1092px -159px;
}
#stepper > ul > li a{
    text-decoration: none;
    color: white;
}

#stepper > ul > li.passed a{
    cursor: pointer;
}

/** IE8 hacks **/
.ie8 #stepper > ul li .step_number,
.ie7 #stepper > ul li .step_number{
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ie8_number_Bg.png) no-repeat;
    background-position: -123px -16px;
}
.ie8 #stepper > ul li.active .step_number,
.ie7 #stepper > ul li.active .step_number{
    background: url(../images/ie8_number_Bg.png) no-repeat;
    background-position: -60px -16px;
}
.ie8 #stepper > ul li.passed .step_number,
.ie7 #stepper > ul li.passed .step_number{
    background: url(../images/ie8_number_Bg.png) no-repeat;
    background-position: -4px -16px;
}


/** OR **/
.or{
    display: block;
    background: url(../images/or_bg.png) repeat-y;
    height: 100%;
    /*min-height: 700px;*/
    background-position: -25px 0;
}

.or .or-inner{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #00a88f;
    color: #00a88f;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px 4px;
    background: white;
    margin: 16px 0;
}

.template-list{
	/*padding: 20px;*/
/*	background: #f5f5f5;*/
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

/** ACTION BAR **/
.action-bar-wrapper{
/*    border-bottom: 1px solid #95d4ca;   */
    margin-bottom: 20px;
    text-align: left; /* right */
    overflow: hidden;
}
.action-bar-wrapper.top{
    border-bottom: none;
/*    border-top: 1px solid #95d4ca;   */
    margin-bottom: 0;
    margin-top: 20px;
}
.action-bar-wrapper .btn {
    margin-right: 10px;
    float: left;
}

/** STEP CONTROLLER **/
#step_holder{
    display: block;
    overflow: hidden;
}
#step_holder .step_holder_inner{
    position: relative;
	min-height: 340px;
}
#step_holder .step{
    float: left;
    margin-right: 22px;
    position: relative;
    width: 100%; /* Default, script replaces value */
}


/** COMPONENT LIST**/
.main_list{
    list-style-type: none;
}
.main_list > li a{
    display: block;
    border: 1px solid #009e61;
    color: #009e61;
    height: 32px;
}
.main_list > li a .label{
    color: #009e61;
/*    margin-right: 12px;*/
    display: inline-block;
    overflow: hidden;
    text-align: left;
    padding: 6px 5px;
    float: left;
    height: 30px;
    width: 80%;
}
.main_list > li a .btn{
    background: #009e61;
    width: 30px;
    height: 30px;
    float: right;
    color: white;
}
.main_list > li a .btn i{
	margin: 8px 9px;
}
.main_list > li a:hover,
.main_list > li.highlight a{
    background: #009e61;
    cursor: pointer;
}
.main_list > li a:hover .label,
.main_list > li.highlight a .label{
    color: white;
}
.main_list > li .sub-edit-list{
	margin: 0;
	margin-left: 20px;
}
.main_list > li .sub-edit-list li{
	padding: 0;
}
.main_list > li .sub-edit-list li a{
	border-top: 0;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 5px 7px;
	line-height: 22px;
}
.main_list > li.highlight .sub-edit-list li a{
	color: white;
}



/** LOADER STYLING **/
/** PRELOADER **/
.cl-loadeffect { position: relative !important; }
.cl-updateProgressBackground { position: absolute !important; top: 0; left: 0; z-index: 998 !important; }
.cl-updateProgressLoader { position: absolute !important; text-align: center; margin-left: -20px; left: 50%; margin-top: -20px; top: 50%; z-index: 999;}
.cl-updateProgressLoader.withcontent { width: 375px; margin-left: -187px; height: 120px;  margin-top: -40px;  }
.cl-updateProgressLoader .iconContainer .iconSprite { width: 40px; height: 40px; background: url(../images/loader.png) no-repeat 0 0;}
.cl-updateProgressLoader.withcontent .iconContainer .iconSprite { margin: 40px;}
.cl-updateProgressLoader.withcontent .iconContainer {float: left; background: #FFF; margin-right: 3px; }
.cl-updateProgressLoader.withcontent .messageContainer { float: left; height: 120px; display: block; width: 250px;background: #FFF; vertical-align: middle; }
.cl-updateProgressLoader.withcontent .messageContainer .updateProgressMessage { color: #222222; font-size: 20px; margin: 45px 0 0 0; }


/*** MEDIA QUERIES ***/
@media screen and (max-width: 1065px) {
    .main-navigation > li a{
        padding: 10px 9px;
    }
    .dashboard .main-navigation > li a{
       padding: 13px 5px;
    }
    #stepper > ul > li.active {
        width: 46%;
    }
}

/** over rule gumby modal**/
.modal {
    background: rgba(194, 197, 202, 0.8);;
}
#modal-error .content{
	width: 450px;
}
#edit_popup .modal-inner{
	padding: 0;
}
.modal.fixTop .content{
	top: 0px;
	margin: 0 30px;
}
.modal .modal-inner .inner{
	padding: 20px 0;
}
#modal-error .modal-inner .inner{
	padding: 20px;
}
#modal-error .modal-inner .inner p{
	font-size: 12px;
}
#edit_popup .modal-inner .inner{
	padding: 0;
}
.modal > .content{
    max-height: none;
    padding: 0;
    width: auto;
    min-height: 0;
}
.modal .modal-header{
    background: #f1f1f1;
    color: white;
	height: 30px;
}
.modal .modal-header h4{
    margin: 0 13px;
}
.modal .close{
    /*background: #3085d6;
	border: 1px solid #3085d6;*/
	width: 30px;
	height: 30px;
	color: white;
  font-size: 1.8em;
  padding: 5px;
}
.modal .close i{
	/*margin: 0 2px;*/
}
.modal .modal-bottom{
	padding: 10px 15px;
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.modal .modal-bottom .btn{
	margin-right: 6px;
}

/** IMAGE LIBRARY **/
#edit_popup .content{
	background: #e7e7e7;
	overflow: visible;
}
.image-library #library-header,
.image-library #library-footer{
	padding: 15px;
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.image-library #library-header{
	-webkit-box-shadow: rgba(0,0,0,.1) 0px 9px 20px;
	box-shadow: rgba(0,0,0,.1) 0px 9px 20px;
	outline: none;
	padding: 15px 15px 0;
}
.image-library #library-content{
}
.image-library #library-content .content-inner{
	padding: 15px;
	min-height: 300px;
}
.image-library .inner-header{
}
.image-library #library-footer{
	-webkit-box-shadow: rgba(0,0,0,.1) 0px 0px 20px;
	box-shadow: rgba(0,0,0,.1) 0px 0px 20px;
}
.image-library #library-header .prefix{
	/*margin-right: 20px;	*/
	padding: 5px 0;
}
.image-library .field,
.suggest.field{
	width: 100%;
	display: inline-block;
	overflow: visible;
}
.suggest.field{
	width: 76%;
}
#template_manager .suggest.field ul{
	display: block;
}
#template_manager .suggest.field {
    width: 25%;
}
#template_manager .tmplsearcher,
#template_manager .msgsearcher {
    float: left;
}
#template_manager .tmplsearcher .as-selections,
#template_manager .msgsearcher .as-selections {
    height: 30px;
    line-height: 27px;
}
.image-library .thumb{
	-webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 2px;
	box-shadow: rgba(0,0,0,.3) 0px 0px 2px;
	position: relative;
}
.image-library .thumb a{
	display: block;
	background: white;
	height: 150px;
	overflow: hidden;
	padding: 5px;
	border: 2px solid white;
}
.image-library .thumb a:hover,
.image-library .thumb.selected a{
	border: 2px solid #00a88f	;
}
.image-library .thumb .img-holder{
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.image-library .thumb .img-holder img{
	margin: 0 auto;
	/*height:100%;
	width: auto;*/
	display: block;
}
.image-library .thumb .lbl{
	display: block;
	width: 100%;
	line-height: 34px;
	font-size: 0.8em;
	color: #555555;
}
.image-library .thumb .selected-arrow{
	background: no-repeat url(../images/selected.png);
	background-position: 0 0;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
}
.image-library .thumb.selected .selected-arrow{
	display: block;
}
.image-library .tiles{
/*	float: left;	*/
overflow: hidden;
top: 0px;
position:relative;
}
.image-library .thumb-holder{
	/*display: block;
	float: left;
	width: 100%;
	position: relative;*/
}
.image-library .thumb-holder.clearFloat{

}
.image-library .thumb-holder .holder-inner{
	width: 100%;
	height: 100%;
}

.image_editor{
	display: block;
	/*padding: 20px 0;*/
}
.image_editor .image-container{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #F1F1F1;
	border: 1px solid #666;
}
.image_editor .icon-btn a{
	padding: 3px 0;
}
.image_editor .top_image_preview{
	position: relative;
	width: 100%;
	height: 100%;
	display:block;
	overflow:hidden;
}
.image_editor .top_image_preview img{
	position:absolute;
	max-width: none;
}
.image-control-side-panel{
	position: absolute;
	padding: 10px 10px 10px 10px;
	position: absolute;
	display: block;
	right: 3.2%;
	top: 82px;
	background: white;
	z-index: 100;
	border: 1px solid #ccc;
}
.image-control-side-panel.subTemplate{
	right: 2.4%;
	top: 25px;
}
.control-holder{
	position: relative;
	width: 100%;
	height: 90px;
}
.control-holder .btn{
	position: absolute;
	width: 35px;
	height: 35px;
}
.control-holder #up{
	left: 35px;
	top: 0px;
}
.control-holder #left{
	left: 0px;
	top: 35px;
}
.control-holder #right{
	left: 70px;
	top: 35px;
}
.control-holder #down{
	left: 35px;
	top: 70px;
}


/** TEXT EDITOR **/
.text-editor{
	width: 80%;
}


/** tab-wrapper **/
.tab-wrapper{
	width: 100%;
	position: relative;
}
.tab-wrapper .tab-nav{
	position: absolute;
	display: block;
	width: 19%;
	border: none !important;
	z-index: 200;
}
.tab-wrapper .tab-nav .tab-nav-inner{
	list-style-type: none;
	margin: 0;
	padding-top: 15px;
}
.tab-wrapper .tab-panels{
	position: relative;
	display: block;
	width: 80%;
	margin-left: 18.74%;
	background: white;
	padding: 2px;
}
.tab-wrapper .tab-panels.full{
	width: 100%;
	margin-left: 0;
}
.tab-wrapper .tab-panels .tab-panels-inner{
	border: 1px solid #e5e5e5;
	padding: 7px;
	-webkit-box-shadow: 0 0 3px 1px #E0E0E0;
	box-shadow: 0 0 3px 1px #E0E0E0;
}
.tab-wrapper .tab-panels .tab-panels-inner .tab-panel{
	position: absolute;
	width: 97%;
	height: 97%;
	display: block;
	/*display: none;	*/
	visibility: hidden;
	padding: 8px 20px;
}
.tab-wrapper .tab-panels .tab-panels-inner .tab-panel.active{
	display: block;
	visibility: visible;
}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item{
	padding: 0;
	margin: 0;
}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item a{
	border: 1px solid #e5e5e5;
	display: block;
	border-bottom: none;
	padding: 4px 10px;
	color: #00a88f;
	position: relative;
}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item:last-child a{
	border: 1px solid #e5e5e5;

}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item.active a,
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item a:hover{
	background: #00a88f;
	color: white;
}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item.active a:after,
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item.active a:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	background: none;
}

.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item.active a:after {
	/*border-color: rgba(136, 183, 213, 0);*/
	border-left-color: #00a88f;
	border-width: 17px;
	margin-top: -17px;
}
.tab-wrapper .tab-nav .tab-nav-inner .tab-nav-item.active a:before {
	/*border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;*/
}

.component_list{
	margin-top: 10px;
}
.panel_wrapper{
/*	border: 1px solid #eaeaea;*/
	position: relative;
	display: block;
	padding: 10px;
/*	background: white;*/
/*
	-webkit-box-shadow: 0 0 3px 1px #E0E0E0;
	box-shadow: 0 0 3px 1px #E0E0E0;
*/
}
.panel_wrapper h5 {
    margin: 0 -10px 10px;
    padding: 10px;
    color: #656565;
/*    background: #009e61;*/
}
.panel_wrapper h5:first-of-type {
    margin-top: -10px;
}
.shop .panel_wrapper h5 {
    margin: 0 -5px 10px;
    padding: 10px;
    color: #656565;
/*    background: #009e61;*/
}
.shop .panel_wrapper h5:first-of-type {
    margin-top: -5px;
}
#side_panel h5 {
    padding: 10px;
    color: #fff;
    background: #009e61;
}
.panel_wrapper .field .lbl{
/*	padding: 0 7px;*/
	font-size: 0.8rem;
	height: 20px;
	display: inline-block;
	font-family: Helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #666;
}
.panel_wrapper .field{
	overflow: visible !important;
}
.panel_wrapper .field.append .input{
	width: 70%;
}
.panel_wrapper .field.invalid .input,
.panel_wrapper .field.invalid .adjoined{
	border: 1px solid red;
	-webkit-box-shadow: 0 0 3px 1px red;
	box-shadow: 0 0 3px 1px red;
}
.panel_wrapper .adjoined i{
	margin: 0 !important;
}
.help__contact-info p {
    margin: 0;
    line-height: normal;
}

/** selected item**/

.tag-item {
  float: left;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-family: "Lucida Grande", arial, sans-serif;
/*  text-shadow: 0 1px 1px #fff;*/
  background-color: #009e61;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009e61), color-stop(100%, #05a869));
  background: -webkit-linear-gradient(top, #009e61, #05a869);
  background: -moz-linear-gradient(top, #009e61, #05a869);
  background: -o-linear-gradient(top, #009e61, #05a869);
  background: linear-gradient(top, #009e61, #05a869);
  border: 1px solid #009e61;
  border-top-color: #05a869;
  padding-right: 7px;
  padding-left: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
/*
  -webkit-box-shadow: 0 1px 1px #e4edf2;
  -moz-box-shadow: 0 1px 1px #e4edf2;
  box-shadow: 0 1px 1px #e4edf2;
*/
  margin: 5px;
	height: 24px;
	line-height: 22px;
}
.tag-item:hover{
    color: #2b3840;
  background-color: #05a869;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #05a869), color-stop(100%, #009e61));
  background: -webkit-linear-gradient(top, #05a869, #009e61);
  background: -moz-linear-gradient(top, #05a869, #009e61);
  background: -o-linear-gradient(top, #05a869, #009e61);
  background: linear-gradient(top, #05a869, #009e61);
  border-color: #009e61;
  border-top-color: #05a869;
}
.tag-item .tag-close{
	float: right;
	margin: 1px 0 0 7px;
	padding: 0 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Helvetica", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
/*	text-shadow: 0 1px 1px white;*/
	margin-left: 4px;
	margin-top: 0;
}
.tag-item:hover a.tag-close {
  color: #2b3840;
}
.tag-item a:hover.tag-close {
  color: #2b3840;
}
.tag-item a:active.tag-close {
  color: #2b3840;
}


.playlist .state i{
	display: none;
}
.playlist.selected .state i{
	display: block;
	padding: 5px 10px;
}
.simplecolorpicker.icon{
	width: 40px;
	margin: 5px;
	height: 18px;
}
.bg-editor .input{
	margin: 3px !important;
}
.bg-editor .lbl.small{
font-size: 0.8em;
}
.bg-editor .preview-holder-wrapper{
	display: block;
	width: 100%;
	text-align:center;
	padding: 20px;
	background: #E1E1E1;
}
.bg-editor .preview-holder-wrapper .preview_holder{
	display: inline-block;
	width: 100px;
	height: 100px;
	background: red;
}
.nicEdit-main{
	background-color: rgb(235, 235, 235);
	margin: 0 !important;
	padding: 4px;
	width: 100% !important;
}


.action-bar-wrapper.first{
/*	margin-top: 30px;*/
}
.shop .panel_wrapper .field .lbl {
	padding: 0;
	font-size: 0.8rem;
}
.shop .panel_wrapper .field{
	margin-bottom: 3px;
}
.shop .panel_wrapper .field label{
	display: inline-block;
	font-size: 0.75rem;
	margin-bottom: 0;
}
.shop .panel_wrapper .field .input{
	height: 27px;
	line-height: 26px;
}
.shop .panel_wrapper .field .invalid{
		-webkit-box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
	box-shadow: 0px 0px 3px 1px rgba(255,0,0,0.75);
}
.action-bar-wrapper-button {
    padding-top: 20px;
}
.select_store{
	float: left;
	text-align:left;
}
.no-float{
	clear: both;
	float: none;
}
.select_store .store_selector{
	float: left;
	display: inline-block;
	margin-right: 7px;
}
table.gumby.prop{
	margin-top: 10px;
}
table.gumby.prop thead th, table.prop tbody td, table.gumby.prop tr td {
	padding: 4px;
	/*font-size: 0.8rem;*/
	font-size: 0.9rem !important;
}
table.gumby.prop thead tr td{
	font-weight: bold;
}
table.smallhead tr td {
	font-size: 0.8rem;
}
table.gumby.prop .field .input {
	padding: 0 4px;
	font-size: 0.9rem;
}
table.gumby.prop i[class^="icon-"], table.gumby.prop i[class*=" icon-"] {
	font-size: 1.4rem;
}
.picker__table td{
	padding: 0 !important;
}
.shop .panel_wrapper{
	padding: 5px;
}
.panel_wrapper select{
	max-width: 100%;
}
table.gumby.prop.padding-medium tbody td { padding: 8px 4px; }


.closed td,
.closed td input{
	color: #D8D8D8;
}
.closed .closedBUT, .closedBUT, .icon-only, .player-edit{
    background: #4589ce !important;
    position: relative;
    top: 0px;
	padding: 6px 6px !important;
    width: 30px;
    height: 30px;
}
.closedBUT{
    background: #c3d7ec !important;
}
.default.icon-only{
    background: #fff !important;
}
.icon-only{
    padding: 0px !important;
}
.closedBUT.default {
    background: #abcbeb;
}
.closedBUT i{
	/* display: none; */
	margin: 1px 0 0;
    color: #fff;
	line-height: 0px;
	font-size: 1.2rem !important;
	/* height: 20px; */
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
}
.closedBUT a{
	/*border: 1px solid white;	*/
	color: #8ca77e;
}
.closedBUT:hover, .icon-only:hover{
    background: #5396d9 !important;
}
.closedBUT a:hover{
	color: white;
}
.closed .closedBUT i{
	/*display: block;	*/
}
.closed .closedBUT a{
	/*border: 1px solid #f2f2f2;	*/
}
.closed .closedBUT:hover a{
	color: #333;
	/*border: 1px solid white;*/
}


.progress { position:relative; width:50%; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin-top: 10px; display: none; }
.bar { background-color: #00a88f; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:0px; left:48%; color: #555555; }

.progress.subTemplate{
	float: left;
	width: 20%;
	bottom: 14px;
	position: absolute;
	left: 350px;
}
.progress.subTemplate .percent{
	left: 41%;
}

.playlistItem{
	margin: 0;
	padding: 0;
	border: none;
	width: 20%;
}
.playlistItem:hover{
	cursor: pointer;
}
.playlistItem .inner-plst{
	position: relative;
	padding: 4px;
	background: white;
	-webkit-box-shadow: 0 0 3px 1px #E0E0E0;
	box-shadow: 0 0 3px 1px #E0E0E0;
	margin: 5px;
}
.playlistItem .inner-plst img{
	width: 100%;
	display:block;
}
.playlistItem .inner-plst .selected-arrow{
	background: no-repeat url(../images/selected.png);

	background-position: 0 -24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.playlistItem.mstat1 .inner-plst .selected-arrow{
	display: none;
}
.playlistItem.mstat3 .inner-plst .selected-arrow, .playlistItem.cimsstat1 .inner-plst .selected-arrow{
	display: block;
	background-position: 0 0;
}

.fld_lbl{
	font-size: 0.8em;
}


.templ_thumbPlaceHolder{
	position: absolute;
	right: 23px;
	top: 10px;
	height: 120px;
	width: 120px;
	overflow: hidden;
}

.btn-group .btn{
	margin: 0;
	display: block;
	float: left;
}
.btn-group .btn a{
	padding: 0 12px;
}
.btn-group .btn.selected{
	-webkit-box-shadow: inset 0 0 7px 0px #27a673;
	box-shadow: inset 0 0 7px 0px #27a673;
	background: #34b481;
	color: white;
	border: 1px solid #27a673;
}
.btn-group .btn.selected a{
	color: white;
}
.field.prepend .btn.icon-btn a, .field.append .btn.icon-btn a {
padding: 0 11px;
}


/**text edit**/
.note-editor .btn-toolbar{
	background-color: #f5f5f5;
	border-bottom: 1px solid #a9a9a9;

	padding:6px 6px;
}

/* luhe overwrite gumby.css   firefox unreadeble */
.field .input {  font-weight: 400; }
/* luhe overwrite classic.date.css */
 .picker__day {  font-weight: 400; }
 .picker__year {  font-style: normal; }

.field.prepend .adjoined, .field.append .adjoined {
    top: 1px;
    border-left: 0;
    background: #fff;
}

/*
.btn.medium .player__action-settings {
    padding: 0 8px;
}
*/

/** Modal */
.modal__custom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    z-index: 2000;
    display: none;
}
.modal__curtain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #458acf;
    background: rgba(82, 149, 216, 0.4);
}
.modal__player-settings-close {
    float: right;
}
.modal__custom .modal__inner {
    position: relative;
    margin: 200px auto;
    width: 550px;
    background: #fff;
    z-index: 2010;
}

table.gumby {
    background: transparent;
}

.field select {
    padding: 0 4px;
    font-size: 0.9rem;
    max-width: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid #d8d8d8;
    height: 30px;
    background: #fff;
    border-radius: 0;
}

.ho-loop-content {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

.ho-content-loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 22500;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
}
#barts-own-loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 22500;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
}
#shopLoaderke {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 22011;
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
    /*display: none ;  */
}

.ho-loop-tile {
    position: relative;
    margin: 10px 0.5%;
    color: #676767;
    width: 19%;
    box-sizing: border-box;
    float: left;
}

.ho-loop-tile .closedBUT {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ho-loop-tile .fa {
    display: none;
}

.ho-loop-tile.closed .fa {
    display: block;
}

.row.row-border {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.handover-loop .success-zone {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.handover-loop .row .columns { position: relative; }

.handover-grid .lead, .handover-loop .lead {
    text-transform: uppercase;
}

.staff-picture img {
    max-height: 50px;
    border-radius: 100px;
}

.staff-actions {
    line-height: 58px;
}

.staff-grid .staff-new .btn,
.staff-grid .staff-actions .btn,
.handover-grid .ho-new .btn,
.handover-grid .ho-actions .btn {
    font-size: 12px;
}

.staff-grid .staff-save,
.handover-grid .ho-save {
    padding: 0;
    background: #fff;
}
.staff-grid .staff-save:hover,
.handover-grid .ho-save:hover {
    padding: 0;
    background: #4589ce;
}
.staff-grid .filename {
    font-size: 11px;
    font-style: italic;
    line-height: normal;
}

h2.danger {
    font-size: 20px;
}

.shop .panel_wrapper .supported-content-languages label {
    display: block;
}

/* to enable staffMember _phone / _email  remove the class below */
.ED_staff_phone { display: none; }
.ED_staff_email { display: none; }



/* Volume slider */
.pp-slider { width: 150px; float:left;  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; height: 30px; }
.pp-slider .pp-slider-scale { background-color: #aaa; height: 1px; border-bottom: 1px solid #363636; width: 120px; margin-top: 6px; float: left; }
.pp-slider .pp-slider-scale .pp-slider-button { width: 12px; border-radius: 2px; border: 1px solid #363636; height: 16px; position: relative; top: -7px; left: 0px; background-color: #efefef; cursor: pointer; }
.pp-slider .pp-slider-scale .pp-slider-button .pp-slider-divies { border-left: 1px solid #363636; border-right: 1px solid #363636; position: relative; left: 3px; top: 3px; width: 4px; height: 10px; }
.pp-slider .pp-slider-scale .pp-slider-button:hover { border-color: #363636; background-color: #eee;  }
.pp-slider .pp-slider-scale .pp-slider-tooltip { width: 24px; height: 20px; position: relative; top: -5px; left: 0px; text-align: center; font-size: 10px; color: #363636; }
.pp-slider .pp-slider-min { float: left; width: 15px; color: #363636; font-size: 18px; margin-top: -7px; font-weight: bold; }
.pp-slider .pp-slider-max { float: left; width: 15px; color: #363636; font-size: 18px; margin-top: -7px; font-weight: bold; text-align: right; }


#player_volume, #wnk_volume{
    /*visibility: hidden;*/
    display: none;
}
.staff-incPic img{
    margin-top: 10px;
    width: 20px;
    height: 20px;
}
.infoBtn{
    height: 15px;
    width: 15px;
    margin-top: 10px;
    margin-left:10px;
}
#cancel_pref{
    background-color: rgba(143,205,250,1);
    border-radius: 25px;
}
/*  ------------------------------------   */
#footerV2{
    background: #f2f2f2;
    text-align: right;
    font-size: 0.6em;
}
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -1.5em;
}
.footer, .push {
height: 1.5em;
}
