a {
    outline: none;
    text-decoration: none;
}

input[type="submit"] {
    outline: none;
}

#main_container{
    padding-top: 28px;
}

#main {
    border: 2px solid #D7D7D7;
    border-radius:5px;
    background-color: white;
}


#sidebar {
    /*border-right: #d7d7d7 solid;*/
}

#footer {
    height: 60px;
    text-align: right;
    background-image: url("../img/footer_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-right: 3px;
    padding-top:5px;
}

#footer span {
	font-weight: bold;
	color: #98B636;
}

#sidebar img, .navbar-inner img{
    padding-right: 3px;
    width: 26px;
}

#content {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#sidebar_menu{
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

@media (max-width: 979px) {
    #main_container{
        padding-top: 0;
    }
}

#uiOverlay {
    background-color: #333333;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1104;
    opacity: 0.3;
}

#uiLoadingIndicator {
    background-color: #333333;
    background-image: url("../img/image_spinner.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 20px #666666;
    display: none;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden;
    position: fixed;
    top: 40%;
    width: 60px;
    z-index: 1105;
}

.selected_hotel{
    font-weight: bold;
}

.pointer{
    cursor: pointer;
}

.page-header {
    margin: 15px 0 15px;
}

#sidebar_menu.nav-tabs > li > a
{
    padding-right: 5px;
    padding-left: 5px;
}

#sidebar_menu.nav-tabs > li > a > .caret
{
    vertical-align: text-top; 
    margin-left: 5px;
}

#sidebar_menu.nav-tabs .open .dropdown-toggle
{
    background-color: white;
    color: 	#555555;
}
#sidebar_menu .nav {
    margin-bottom:1px;
    margin-top:-1px
}

#sidebar_menu .nav-tabs li a{
    padding-left: 35px;
    text-align: left
}

#sidebar_menu > .children > li > a{
    padding-left: 35px;
    text-align: left;
}

#sidebar_menu > .children{
    margin-bottom: 0;
    position: relative;
    zoom: 1;
}

.tohide{
    display: none;
}

legend {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #fafafa, #ddd);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D9D9DA;
    color: #555;
    font-weight: bold;
    padding: 0 1em 0 1em;
    font-size: 11px;
    width: auto;
    margin-bottom: 0;
}

legend{
    margin-left : 1%;
}

fieldset{
    color: #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	display: block;
	position: relative;
	background: #f6f6f6;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 1px solid #d9d9da;
	margin-bottom: 0;
	background: #f6f6f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #fafafa 0%, #f6f6f6 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f6f6f6 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f6f6f6 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f6f6f6 40%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#f6f6f6 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.form-horizontal .control-group {
    margin-bottom: 5px;
}
legend + .control-group {
    margin-top: 0;
}

.form-actions {
    background-color: transparent;
    border-top-style: none;
}

.form-horizontal .control-label{

}

#alert_messages{
    height: auto;
    width : 100%;
    bottom: 0;
    position: fixed;
    z-index: 2147483649;
    border: 1px solid #AAAAAA;
    background: rgb(241,241,241); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(217,217,217,1) 40%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(40%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(217,217,217,1) 40%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(217,217,217,1) 40%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(217,217,217,1) 40%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(217,217,217,1) 40%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
    padding-bottom:1em;
}

#alert_messages_message{
    float:left; 
    display:block; 
    padding-top:15px; 
    font-size: 1.2em;
}

#alert_messages_icon
{
    float:left; 
    display:block; 
    width: 70px;  
    height: 43px;
}
#alert_messages_icon.icon_success{
    background: url('../img/icons_info.png') -235px 3px no-repeat; /* green tick icon */

}

#alert_messages_icon.icon_error{
    background: url('../img/icons_info.png') -235px -237px no-repeat; /* red triangle icon */
}

.children > .active > a, .children > .active > a:hover, .children > .active > a:focus,
.nav-tabs > .active > a.sidebar_dropdown-toggle, .nav-tabs > .active > a.sidebar_dropdown-toggle:hover, .nav-tabs > .active > a.sidebar_dropdown-toggle:focus
{
    cursor:pointer;
}

.page-header > h4 > a{
    color: black;
}

.page-header > h4 > a:hover{
    color: #98B636;
}

textarea {
    resize: none;
    max-height: 200px;
}

.tooltip-inner{
    max-width: 600px;
    text-align: left;

}



label{
    cursor: default;
}

.red_label{
    color: red;
}

.help-block{
    float:right;
}

.imagesList{
    border: 1px solid #D7D7D7;
    height: 500px;
    overflow: auto;
}

.image_row {
    background-color: #F2F2F2;
    border-bottom: 1px solid #D7D7D7;
    height: 60px;
}

.nodecoration {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.transparent{
    background-color: transparent;
    border-style: none;
}

.rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
}

.rounded2px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #aaaaaa;
}

.gradientBarGray {
    background: #e3e5e5;
    background: -moz-linear-gradient(left,  #e3e5e5 0%, #b2b2b2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e3e5e5), color-stop(100%,#b2b2b2));
    background: -webkit-linear-gradient(left,  #e3e5e5 0%,#b2b2b2 100%);
    background: -o-linear-gradient(left,  #e3e5e5 0%,#b2b2b2 100%);
    background: -ms-linear-gradient(left,  #e3e5e5 0%,#b2b2b2 100%);
    background: linear-gradient(to right,  #e3e5e5 0%,#b2b2b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e5', endColorstr='#b2b2b2',GradientType=1 );

}

.tblRow, .tblRow .tblCell {
    height: 31px;
    line-height: 31px;
}

.tblRow .tblCell {
    float: left;
    width: auto;
}
.tblRow .tblCell.tblHeading {
    text-align: left;
}
.tblRow .tblCell div, .tblRow .tblCell span, .tblRow .tblCell input {
    float: left;
    text-align: left;
}
.tblRow .tblCell span {
    display: block;
}
.tblRow .tblCell input {
    margin-top: 3px;
}
.valueUnitDisplay {
    /*float: right !important;*/
    /*width: 24px;*/
}
img.alert_minprice {
    display: none;
}
.ws_col,.bb_col,.hb_col,.fb_col,.ai_col {
	display:none;
}

#apartments_hidden, #rooms_hidden {
	display:none;
}

.distlist {
    background-color: #E0E0E0;
    margin-top: 2px;
    padding: 4px;
    font-weight: bold;
}

.info_tooltip{
    margin-top: 2px;
    margin-right: 5px;
}

#data_transaction{
    padding-left: 25px;
}

.red{
    border: red solid medium 
}

.green{
    border: green solid medium 
}

.blue{
    border: blue solid medium 
}


.date-min-width {
    min-width: 80px;
}

/** Template System **/

.placeholder {
	background-color: rgb(247, 227, 153);
	margin-top: 1px;
	margin-bottom: 1px;
}
.frame {
	border: 1px solid black !important;
}
.block {
	border: 1px solid rgba(255, 255, 255, 0);
}
.imageStyles {
	z-index: 3002;
	margin-bottom: 10px;
}
.droppableImage{
	cursor: move;
}
.dropHere {
	border: 1px solid red;
	text-align: center;
	vertical-align: middle;
}
.ui-dialog-titlebar-close span {
	display: block;
	margin: -8px !important;
}
.bar {
	height: 18px;
	background: green;
}
.upload-buttonbar input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}
.upload-button {
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	color: #555555;
	border: 1px solid #DADADA;
	background: url("../jquery/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_75_e0e0e0_1x100.png") repeat-x scroll 50% 50% #E0E0E0;
	padding: 5px 10px 5px 10px;
}
.todo {
	color: #CCCCCC;
	font-style: italic;
}
.noAutoHeight {
	overflow-y: scroll;
	overflow-x: hidden;
}
#saveContainer {
	position: absolute;
	text-align: center;
	top: 15px;
	left: 30px;
	width: 210px;
	border-radius: 8px;
	padding: 4px;
	color: #555555;
	border: 1px solid #AAAAAA;
	background: url("../jquery/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_65_333333_1x100.png") repeat-x scroll 50% 50% #333333;
	cursor: pointer;
}
.highlight {
	border: 1px solid green;
}
.removeUpload {
	cursor: pointer;
}


.textblock, .template {
	padding:3px;
	border-top: 1px dotted #DDDDDD;
	text-align:left;
}

#select4txg, #select4tpg {
	padding:2px;
}

#txg_select, #tpl_select {
	width:80%;
}

.hgv_check {
	background-image: none;
	background-color: #E6E6E6;
	color: #333333;
}

.hgv_check.active {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/*background-color: #006dcc;*/
	background-color: #0088ff;
	background-image: -moz-linear-gradient(top, #66CCFF, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#66CCFF), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #66CCFF, #0044cc);
	background-image: -o-linear-gradient(top, #66CCFF, #0044cc);
	background-image: linear-gradient(to bottom, #66CCFF, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66CCFF', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0044cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.hgv_check:hover,
.hgv_check:focus,
.hgv_check:active {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

.alert {
	background-color: #FFD;
	border: 1px solid #ED9;
}
.alert-success {
	background-color: #98B636;
	border-color: #681;
	color: #000000;
}
.alert-danger,
.alert-error {
	background-color: #FEE;
	border-color: #C11;
	color:#C11;
}
.alert-info {
	background-color: #DFF;
	border-color: #169;
	color: #169;
}

.gui-logo {
	margin: 10px 5px;
	text-align: center;
}

.fieldset-shadow {
	/*		background: url('../img/shadow2.png') no-repeat;*/
	height: 7px;
	margin-bottom: 10px;
}

.fieldset-shadow img{
	width: 100%;
	height: 7px;
}

.accordion-group {
	overflow: hidden;
}

.accordion-heading div {
	display: block;
	float: left;
	width: 16px;
	background: #98B636;
	padding: 9px;
	margin-right: 10px;
	text-align: center;
	height: auto;
	overflow: hidden;
	color:#fff;
}

.accordion-heading div.notReady {
    background: #da4f49;
}
a.accordion-toggle.notReady {
    color: #da4f49;
}

.navbar-inner .container {
	width: auto;
	margin-left: 30px;
	margin-right: 20px;
}

.btn-suitegreen {
	font-weight: normal;
	color: #333;
	background-color: #98B636;
	background-image: -moz-linear-gradient(top, #B0C765, #98B636);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B0C765), to(#98B636));
	background-image: -webkit-linear-gradient(top, #B0C765, #98B636);
	background-image: -o-linear-gradient(top, #B0C765, #98B636);
	background-image: linear-gradient(to bottom, #B0C765, #98B636);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB0C765', endColorstr='#ff98B636', GradientType=0);
	border-color: #98B636;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #98B636;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-suitegreen:hover,
.btn-suitegreen:focus,
.btn-suitegreen:active,
.btn-suitegreen.active,
.btn-suitegreen.disabled,
.btn-suitegreen[disabled] {
	color: #333;
	background-color: #98b636;
	*background-color: #499249;
}
.btn-suitegreen:active,
.btn-suitegreen.active {
	background-color: #98b636 \9;
}

.btn-group.open .btn-suitegreen.dropdown-toggle {
	background-color: #98b636;
}

.srcrules {
	margin-left: 15px;
}



/* ---------------------------- Template Vorlagen ---------------------------- */

#TemplatesList {
	font: 16px Arial;
	width: 100%;
}

#TemplatesList ul {
	display:block;
	list-style:none;
	margin:0;
	min-height:0;
	padding: 10px 0 10px;
	overflow: hidden;
}	
#TemplatesList ul li {
	float:left;
	margin:0 19px 10px 19px;
}	
#TemplatesList ul li img {
	-moz-box-shadow:0 0 5px #888;
    border:1px solid #fff;
	box-shadow:0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    -khtml-box-shadow: 0 0 5px #888;
	cursor: zoom-in;
}
#TemplatesList ul li a {
	color:#000;
	display:block;
    font-family: Verdana, Arial, sans-serif;
	font-size:.9em;
	padding:3px 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:220px;
}

#TemplatesList ul div {
	left: -99999px;
	position:relative;
}
#TemplatesList ul li:hover div {
	left:0;
}
#TemplatesList ul ul {
	background:url('../img/bg-details.gif') repeat;
	height:33px;
	left:1px;
	padding:0 0 0 6px !important;
	position:absolute;
	top:-80px;
	width:214px;
	list-style:none;
	margin: 0;
}
#TemplatesList ul ul li {
	float:left;
	margin:0;
}
#TemplatesList ul ul li a {
	color:#fff!important;
	display:block;
	font-size:.8em;
	padding:18px 0 0 0;
	text-align:center;
	text-decoration:none!important;
	width:105px;
}
#TemplatesList ul li a span {
	display:block;
    font-family: Verdana, Arial, sans-serif;
	padding:5px 0 0;
	width:100%;
}
#TemplatesList ul ul li a.download {
	background:url('../img/down_inact.gif') no-repeat 43px 3px;
	display: block;
}
#TemplatesList ul ul li a.view {
	background:url('../img/view_inact.gif') no-repeat 43px 3px;
	display: block;
}
#TemplatesList ul ul li a{
	padding: 16px 0 0;
    font-family: Verdana, Arial, sans-serif;
}
#TemplatesList ul ul li a.download:hover {
	background:url('../img/down_act.gif') no-repeat 43px 3px;
}
#TemplatesList ul ul li a.view:hover {
	background:url('../img/view_act.gif') no-repeat 43px 3px;
}
#TemplatesList ul ul li  a.download:hover {
	color:#98B636!important;
}
#TemplatesList ul ul li  a.view:hover {
	color:#98B636!important;
}

#TemplatesCopyList ul {
	display:block;
	list-style:none;
	margin:0 0 15px 0;
	min-height:0;
	padding: 10px 0 10px;
	overflow: hidden;
}	

#TemplatesCopyList ul li {
	float:left;
	padding: 5px;
	margin:0 15px 15px 15px;
	text-align: center;
	background-color: #f2f2f2;
	box-shadow:0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: 0 0 5px #888; -khtml-box-shadow: 0 0 5px #888;
}
#TemplatesCopyList ul li:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}

#TemplatesCopyList ul li span {
	width: 115px;
	display: block;
}

#TemplatesCopyHotel {
	margin: 15px 15px 0 15px;
	padding: 5px 15px;
	box-shadow:0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: 0 0 5px #888; -khtml-box-shadow: 0 0 5px #888;
	background-color: #f2f2f2;
	float: left;
}

#TemplatesCopyHotel input{
	margin: 0;
}

#TemplatesCopyHotel span{
	margin-right: 10px;
}
	

#savetempshtl{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#modal_images img {
	height: 182px;
	width: 160px;
	margin:4px;
	box-shadow:0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; -moz-box-shadow: 0 0 5px #888; -khtml-box-shadow: 0 0 5px #888;
}



/* ------------------------- Template Vorlagen ENDE ------------------------- */

/* ------------------------ PMS Prices and Specials ------------------------- */
.divUiOverlay {
    background-color: #FAFAFA;
    display: none;
    min-height: 100px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1104;
}

.divUiLoadingIndicator {
    background-color: #333333;
    background-image: url("../img/image_spinner.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 20px #666666;
    display: none;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -20px;
    position: absolute;
    top: 40%;    
	width: 60px;
    z-index: 1105;
}


#sources_table {
	text-align: center;
}

#sources_table td {
	padding: 5px;
}

#sources_table th {
	width: 60px;
}

/* backend info div style */

.mod_open {
    background-color: #FF9900;
    cursor: pointer;
    cursor: hand;
    width: 66px;
    line-height: 10px;
}

.mod_close {
    background-color: #CCCCCC;
    cursor: pointer;
    cursor: hand;
    width: 66px;
    line-height: 10px;
}

.mod_indate {
    background-color: #F16E6E;
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    width: 66px;
    line-height: 10px;
}

#toggle_menu{
    color:white;
    padding: 13px;
    cursor: pointer;
    margin-right: 10px;
}


#fieldset-EsyAdvanced .input-append, #fieldset-EsyAdvanced .input-prepend {
	white-space: normal;
}

.ui-helper-hidden-accessible { display:none; }

ul.ui-autocomplete{
    max-height: 20%;
    overflow: auto;
}

.loc_1 { padding-left:15px; }
.loc_2 { padding-left:30px; }
.loc_3 { padding-left:45px; }
.loc_4 { padding-left:60px; }
.loc_5 { padding-left:75px; }

#frmGeneralSettings .control-label, #preferences_form .control-label {
    width:35%
}
#frmGeneralSettings .controls, #preferences_form .controls {
    margin-left:37%
}


.icon-white {
	color: #FFFFFF;
}

.icon-green {
	color: #51a351;
}

.icon-orange {
	color: #f89406;
}

.icon-red {
	color: #bd362f;
}

.hidden_template {
	display: none;
}

div.span8 input[type="checkbox"] {
	height: 21px;
}

.uneditable-input.uneditiable-rates {
    background-color: #eeeeee;
    color: #555555;
}

iframe html {
    background-color: #ffffff;
}

.fancybox-skin {
    background-color: #ffffff !important;
}

.questionnaire .answer {
	display: block;
}

.table-noborder th,
.table-noborder td {
    border-top: none;
}

/* only if span** and nomarg as classes are set */
.nomarg[class*="span"] {
    margin-left: 0;
}

a.black_link {
    color:#000;
    font-weight: normal;
}

a:hover.black_link {
    color:#555;
}

.loadinggif {
    background:url('../img/ajax-loader.gif') no-repeat right center;
}

.ab_icon {
    margin-top: -1px;
}

.otalog_table tr.odd{
    cursor: zoom-in;
}

.otalog_table td{
    vertical-align: middle;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.otalog_table td ul{
    list-style:none;
    padding-left:0;
    margin-left:0;
}

.navbar-inner ul li a i.has_badge {
}

.has_badge::after {
    /*background: none repeat scroll 0 0;*/
    background-color:#060;
    border: 1px solid #060;
    border-radius: 10px;
    color: white;
    content: attr(data-count);
    font-size: 9px;
    left: 37px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: 0;
}
.has_badge.badge_red::after {
    background-color:#c20;
    border: 1px solid #c20;
}





#tb_newsletter_stat {
    margin: 10px;
}

#tb_newsletter_stat td {
    padding: 8px;
}

.box-newsletter {
    background: #eeeeee;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    text-align: center;
    min-width: 200px;
    height: 200px;
}

.box-newsletter > .box-n-son {
    margin: auto;
}

#table-n-short td {
    line-height: 8px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}

.n_details, .n_details:hover {
    background: #938E95;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    min-width: 200px;
    height: 200px;
    color: #eeeeee;
    font-size: 12px;
    cursor: pointer;
}

.n_details2, .n_details2:hover {
    background: #938E95;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    color: #eeeeee;
    font-size: 12px;
    cursor: pointer;
}

.show_link {
    cursor: pointer;
}

.showgratisicon, .showbookableicon {
    display: table-cell;
    font-size: 15px;
    line-height: 24px;
}

.showgratisicon span, .showbookableicon span {
    margin-left: 5px;
    cursor: pointer;
}

td.td_select_hotel{
    text-align: right;
    background-repeat: no-repeat;
    -webkit-background-size:40px auto;
    -moz-background-size:40px auto;
    -o-background-size:40px auto;
    background-size:40px auto;
    background-position:center;
    cursor: default;
    width: 110px;
    max-width: 110px;
}

i.i_select_hotel{
    width: 100%;
    line-height: 25px;
    height: 25px;
    display: block;
    background-color: transparent;
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.8);
}

table#selecthotel_table tr, table#selecthotel_table td{
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}

#table_rgr_settings {
   /* height: 195px; */
    height:auto !important;
    overflow: hidden;
    margin-bottom: 10px;
}

/*
.heightAuto{
    height:auto !important;
}

#btn_exp {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: right;
    color: #4b4b4b;
}*/

.tptr-inner {
    margin-left: 250px;
    padding-bottom: 20px;
}

.tptr-sources {
    max-height: 260px;
    overflow-y: auto;
}

.tptr-save {
    margin-top: 10px;
}

.tptr-source-image-preview > div {
    height: 80%;

}

.btn-avatar-suite {
    background-color: #98b636 !important;
    background-image: linear-gradient(to bottom, #b0c765, #98b636) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    color: #333 !important;
    font-weight: normal !important;

    border-image: none !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;

    cursor: pointer !important ;
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 14px !important;
    margin-bottom: 1px !important;
    padding: 4px 12px !important;
    text-align: center !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    vertical-align: middle !important;

    font-family: Verdana,Arial,sans-serif !important;

    outline: medium none !important;
    float: right;
    margin-top: 20px !important;
}

input.error_widget_field, input.error_widget_field:focus{
    margin-left:10px;
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}

input.error_style, input.error_style:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}

.table tbody tr.mail_in > td {
    background-color: white;
}

.table tbody tr.mail_out > td {
    background-color: white;
}

.table tbody tr.mail_selected > td {
    background-color: #FFD;
}

iframe.body_mail{
    width: 100%;
    margin:0;
    padding:0;
    border: none;
    height:100%;
}

div.offerModal-body{
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    overflow: hidden;
    max-width: 970px;
    border-bottom-left-radius: 2em;
}
div#offerModal{
    scroll-behavior: smooth;
}

@media print {
    table {
        font-size: 9pt!important;
    }
    .print_label {
        font-style: italic;
        text-align: right;
        padding-right: 5px;
        background-color: lightgrey;
    }

    .print_field {
        text-align: left;
        font-weight: bold;
    }
}
#fieldset-Conversioncode label,
#tracking_params_json-label label
{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}

/* hide secondarybar entries having hidden class */
li.secondarybar.hiddenbar {
    display: none;
}

[data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn.btn-default.active:not(.disabled){
    color: #fff;
    background-color: #98b636;
    border-color: #98b636;
    text-shadow: 0 1px 1px #98b636;
}

.divodd { background-color: #eee; }

/* FontAwesome extension */
.icon-inline {
    font-size: 13px;
    margin-top: 1px;
    padding-top: 1px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.form-horizontal .control-group210 .control-label {
    width: 210px;
}
.form-horizontal .control-group210 .controls {
    margin-left: 230px;
}

@media (max-width: 480px) {
    .form-horizontal .control-group210 .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .form-horizontal .control-group210 .controls {
        margin-left: 0;
    }
}


.form-horizontal .control-group210_subcontrol .control-label {
    width: 240px;
}
.form-horizontal .control-group210_subcontrol .controls {
    margin-left: 260px;
}

@media (max-width: 480px) {
    .form-horizontal .control-group210_subcontrol .control-label {
        width: auto;
        padding-left:30px;
    }

    .form-horizontal .control-group210_subcontrol .controls {
        margin-left: 30px;
    }
}


/* Plugin preferences */
#tracking_params_json-label label{
    cursor: pointer;
}
#tracking_params_json-label label::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    margin-bottom: 1px;
    margin-left: 3px;
}
#tracking_params_json-label label.active::after {

    border-top: none;
    border-bottom: 5px solid #000000;
}
#tracking_params_json{
    display: none;
}
#tracking_params_json.active{
    display: block;
}
