@charset "utf-8";
@import "iconic.css";
@import "webextra.css";

/*
ORANGE:
color: #e87a0b;
*/

@keyframes rotating {
    0%{
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    40%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.rotating {
	display: inline-block;
    -webkit-animation: rotating 5s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    -moz-animation: rotating 5s ease-in-out infinite;
    -moz-animation-delay: 1s;
    -ms-animation: rotating 5s ease-in-out infinite;
    -ms-animation-delay: 1s;
    animation: rotating 5s ease-in-out infinite;
    animation-delay: 1s;
}


html {
 	/* this displays the vertical scrollbar in FF even when the content fits the viewport */
 	overflow-y: scroll !important;
}

body{
	/* this displays the vertical scrollbar in IE even when the content fits the viewport */
	/*overflow:visible;*/ /* when logged in web shop it gives problem (scrollbar is not displayed) */
	background-color: #53565A;
	background: url(../images/layout/BAT-NewCo-Background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/* IE background */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/BAT-NewCo-Background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/BAT-NewCo-Background.jpg', sizingMethod='scale')";
	color: #FFFFFF;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p{
	margin: 5px;
	padding: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

img{
	vertical-align: middle;
}


/* FOR PNG FIX */
/*
img, div { 
behavior: url(iepngfix.htc);
 }
*/
a{
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover{
	text-decoration: underline;
	cursor: pointer;
}



td {
	/*vertical-align:top;*/
}


h1{
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffff;
}

h2{
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}

h3{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
}


input[type=submit], input[type=button], input[type=reset]{
	height: 21px;
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	/*background-image: url(../images/layout/bttn_submit_bg.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: rgba(0,0,0,0.0);
	color: #FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
/*	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
*/
}

input[type=submit]:hover, input[type=button]:hover{
	/*background-image: url(../images/layout/bttn_submit_over_bg.gif);
	background-repeat: repeat-x;*/
	background-color: rgba(177,179,179,0.20);
}


input[type=submit].gray, input[type=reset].gray, input[type=button].gray{
	/*background-image: url(../images/layout/bttn_submit_gray_bg.gif);*/
	border: 1px solid #FFFFFF;
}

input[type=submit].gray:hover, input[type=reset].gray:hover, input[type=button].gray:hover{
	/*background-image: url(../images/layout/bttn_submit_gray_over_bg.gif);*/
	background-color: rgba(177,179,179,0.20);
}

input[type=submit].green, input[type=reset].green, input[type=button].green{
	/*background-image: url(../images/layout/bttn_submit_green_bg.gif);
	border: 1px solid #26880f;*/
}

input[type=submit].green:hover, input[type=reset].green:hover, input[type=button].green:hover{
	/*background-image: url(../images/layout/bttn_submit_green_over_bg.gif);*/
}

input[type=submit].red, input[type=reset].red, input[type=button].red{
	/*background-image: url(../images/layout/bttn_submit_red_bg.gif);
	border: 1px solid #880f26;*/
}

input[type=submit].red:hover, input[type=reset].red:hover, input[type=button].red:hover{
	/*background-image: url(../images/layout/bttn_submit_red_over_bg.gif);*/
}


input, select, textarea{
	margin: 4px 0px;
	border: 1px solid #ffffff;
/*	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
}

textarea{
	overflow: auto;
}

input[type=checkbox]{
	border: none;
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px;
	border-bottom: 1px dotted #3b3b3b;
}
/*
hr {color: #fff; background-color: #fff; border: 1px dotted #ff0000; border-style: none none dotted; }
*/
.gray{
	color: #B1B3B3; /*#7C7C7C;*/
}

.orange{
	color: #ffffff!important;
}

.red{
	color: #C00D0D!important;
}

.disabled{
	background-color: #CCCCCC;
}

.required{
	background-color: #EEBBBB;
}


/* ************************************************************************************************************ LIST TABLE */
.listTable{
 width: 100%;
 border-collapse: collapse;
}

.listTable a{
	color: #ffffff;
}


.listTable th, 
.listTable td {
 border: none;
 padding: 3px 12px;
 vertical-align: middle;
 height: 22px;
}


.listTable th{
	text-align: left;
	color: #ffffff; /*#7C7C7C;*/
}


.listTable select{
	width: 140px;
}

.listTable input[type=checkbox]{
	margin-left: 15px;
}


.listTable tr.grayRow td{
	background-color: rgba(83,86,90,0.6);
	/*border-bottom: 1px solid rgba(83,86,90,0.6);*/
}

.listTable tr.lightgreyRow td{
	background-color: rgba(151,153,155,0.6);
	/*border-bottom: 1px solid rgba(151,153,155,0.6);*/
}

.listTable th.bordered,
.listTable td.bordered {
	/*border-left: 0px solid rgba(0,0,0,0.0);
	border-right: 0px solid rgba(0,0,0,0.0);*/
}

.listTable th.bordered:last-child,
.listTable td.bordered:last-child {
	/*border-right: 0px solid rgba(0,0,0,0.0);*/
}


.listTable .double_underline {
	display: block;
	margin-top: 20px;
	padding: 3px 0px;
	border-bottom: 4px double;
}

.listTable .total_text {
	display: block;
	margin-top: 20px;
	padding: 3px 0px;
}
/* ___________________________________________________________________________________________________________ END LIST TABLE */



/* ****************************************************************************************************************************** CONSTRUCTION DIVS */

#deco {
	position: fixed;
	top: 10%;
	/*right: 0px;*/
	background-image: url('../images/RHG-LOGO-Watermark-WHITE.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 420px;
	height: 436px;
	opacity: 0.10;
    filter: alpha(opacity=10);
    z-index: -1;
}

#main_div{
	border: 1px solid #666666;
	width: 1117px;
	border: none;
}

#header{
	/*width: 100%;*/
	width: 1077px;
	height: 75px;
	margin: 30px auto 0 auto;
	/*background-image: url(../images/layout/header_bg.svg);*/
	background-image: url(../images/RADISSON-HOTEL-GROUP-REVERSE-RGB.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 50px;
	border: none;
}

#page{
	width: 1077px;
	background-color: rgba(0,0,0,0.40);
	/*border-top: 1px solid #C00D0D;
	border-left: 1px solid #C00D0D;
	border-bottom: 1px solid #C00D0D;
	border-right: 1px solid #C00D0D;*/
	border: 1px solid rgba(0,0,0,0.40);
	margin: auto;
	text-align: left;
	min-height: 740px;
}


#page_login{
	width: 1077px;
	border: none;
	text-align: center;
	background: none;
	background-color: rgba(0,0,0,0.40);
	border: 1px solid rgba(0,0,0,0.40);
	min-height: 742px;
}

#footer{
	width: 1077px;
	margin: auto;
	margin-top: 8px;
	color: #B1B3B3; /*#7C7C7C;*/
	font-size: 1em;
	border: none;
}

#footer a{
	color: #B1B3B3; /*#7C7C7C;*/
}




/* Progress Menu */
#topmenu{
	height: 23px;
	width: 1040px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	color: #B1B3B3; /*#7C7C7C;*/
	font-size: 1em;
	border-bottom: 1px dotted #3b3b3b;
}

#topmenu label{
	display: inline-block;
	margin: 0px 6px;
}

#topmenu label.active{
	color: #C00D0D;
}


/*
#progress_menu_div span{
	display: inline-block;
	margin-top: 8px;
	width: 160px;
}
*/
/* End Progress Menu */



#page_content{
	/*
	width: 790px; 
	float: right;
	text-align: left;	
	margin-top: 20px;
	margin-bottom: 20px;
	color: #a2aba6;
	*/
	padding: 24px 16px;
}





/* STATUS BAR */
#status_bar{
	height: 55px;
	width: 1040px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	color: #B1B3B3; /*#7C7C7C;*/
	font-size: 1em;
	border-bottom: 1px dotted #3b3b3b;
}

#status_bar .basketIcon{
	background-image: url(../images/layout/shopping-cart-of-checkered-design.svg);
	background-repeat: no-repeat;
	height: 23px;
	/*width: 23px;*/
}

#user_info{
	float: left;
    max-width: 420px;
}

#status_buttons{
	float: right;
	text-align: right;
}
/* END STATUS BAR */
/* ____________________________________________________________________________________________________________________________ END CONSTRUCTION DIVS */



/*  ************* LOGIN ************************  */

#login_box{
	height: 280px; 
	margin: 160px 0px; 
	font-size: 1em;
	border: none;
}

#login_box input, #login_box select{
	width: 246px;
	/*height: 17px;*/
	display: inline-block;
}

#login_box input[type=password]{
	width: 134px;
	margin-right: 10px;	
	height: 15px;
}

#login_box input[type=text]{
	width: 134px;
	margin-right: 10px;	
	margin-left: 24px;	
	height: 15px;
}

#login_box input[type=submit]{
	width: 134px;
	margin-left: 46px;
}

#login_box input[type=submit]:hover{
	/*background-image: url(../images/layout/bttn_submit_over_bg.gif);
	background-repeat: repeat-x;*/
	background-color: rgba(177,179,179,0.20);
}

#login_box .header{
	font-size: 1.2em;
}


/*  ************* END LOGIN ************************  */

/*  ************* AREA LOGIN ************************  */
.area-login-container {
	width:700px; 
	border: 1px solid rgba(0,0,0,0.40);
	background-color: rgba(0,0,0,0.40);
	overflow:hidden; 
	color: #FFFFFF; 
	padding: 20px; 
	/*margin-top:5px;*/
	/*margin-bottom:50px;*/
	min-height: 700px;
}

.area-login {
	width:700px; 
	border: 0px;
}

#area-login-bl-btn,
#area-login-pi-btn,
#area-login-red-btn,
#area-login-rz-btn,
#area-login-new-btn,
#area-login-rdc-btn,
#area-login-rhg-btn,
#area-login-pp-btn,
#area-login-rdi-btn,
#area-login-pis-btn,
#area-login-prz-btn, {
	cursor: pointer;
}

#area-login-bl-btn:hover,
#area-login-pi-btn:hover,
#area-login-red-btn:hover,
#area-login-rz-btn:hover,
#area-login-new-btn:hover,
#area-login-rdc-btn:hover,
#area-login-rhg-btn:hover,
#area-login-pp-btn:hover, 
#area-login-rdi-btn:hover, 
#area-login-pis-btn:hover,
#area-login-prz-btn:hover {
	text-decoration: underline;
}

/*  ************* END AREA LOGIN ************************  */


/*  ************* INTRO/TERMS ************************  */
.intro-container,
.terms-container {
	width:700px; 
	border: 1px solid rgba(0,0,0,0.40);
	background-color: rgba(0,0,0,0.40);
	overflow:hidden; 
	color: #FFFFFF; 
	padding: 20px; 
	/*margin-top:5px;*/
	/*margin-bottom:50px;*/
	min-height: 700px;
}

.intro,
.terms {
	width:700px; 
	border: 0px;
}

.intro-start,
.intro-rrw {
	width: 220px!important;
	height: 100px!important;
	font-size: 1.5em!important;
	font-weight: 600!important;
	border: 1px solid #ffffff!important;
	background-color: rgba(83,86,90,0.6)!important;
}

.intro-start:hover,
.intro-rrw:hover {
	background-color: rgba(83,86,90,1.0)!important;
}

/*  ************* END INTRO ************************  */

/*  ************* HOME ************************  */
#message{
	font-size: 1.2em; 
	text-align:center;
	width:710px;
	position:relative;
	left:165px;
}

#message p{
	font-size: 1.0em; 
}

#message-image{
	text-align:center;
}

#homeButtons{
	font-size: 1.2em; 
	margin-top: 40px;
	text-align: center;
}

#homeButtons a{
	border: none;
}

#homeButtons img{
	display: table;
}

#homeButtons a{
	display: inline-block;
	margin: 25px 8px;
	text-decoration: none!important;
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	*/
}

#homeButtons a:hover{
	/*background-color: rgba(255,255,255,0.2);*/
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
}

/* Template Group Buttons */
#homeButtons .template-group-btn {
	background:rgba(83,86,90,0.6);
	/*border: 1px solid #ffffff;*/
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	width:177px;
	height:177px;
	display: table;
}

#homeButtons .template-group-btn:hover {
	background-color: rgba(100,100,110,0.6);
}

#homeButtons .template-group-btn span {
	text-transform: uppercase;
	font-size: 1.8em;
	display: table-cell;
	vertical-align: middle;
	padding:7px;
}


/*  ************* END HOME ************************  */


/*  ************* CATEGORY ************************  */
#categoryPage a{
	text-decoration:none;
}

#categoryPage .item{
	width: 326px;
	height: 170px;
	background-color: rgba(83,86,90,0.6);
	float: left;
	margin-right: 8px;
	margin-top: 7px;
	padding: 7px;
	cursor: pointer;
	font-size: 1.0em;
}

#categoryPage .item:hover{
	background: rgba(103,106,110,0.6);
}

#categoryPage .item .image{
	float: left;
	margin-right: 15px;	
	
	/*
	background: #999999;
	*/
	width: 150px;
	height: 100px;
	
}

#categoryPage .item .shortDescription{
	font-size: 0.9em;
	color: #B1B3B3;
	margin-top: 20px;	
}


#categoryPage .item .iconic-check-alt{
	color: #B1B3B3;
	font-size: 2.7em;
}
/*  ************* END CATEGORY ************************  */






/*  ************* TEMPLATE ************************  */
#templatePage .exampleBox{
	width: 600px;
	min-height: 600px;
	float: right;
	/*background-color: #F9F9F9;*/
}


#templatePage .formContainer{
	margin-top: 40px;
	width: 370px;
	font-size: 1em;
}

#templatePage .formContainer input[type=text], #templatePage .formContainer textarea{
	width: 100%;
}

#templatePage .formContainer input[type=submit], #templatePage .formContainer input[type=button], #templatePage .formContainer input[type=reset]{
	/*width: 62px;*/
	margin-right: 10px;
}

.formContainer span{
	font-size: 1em;
}

#templateLine {
	margin-bottom: 10px;
}

#templatePage #color1, #templatePage #color2 {
	width: 130px;
}
/*  ************* END TEMPLATE ************************  */




/*  ************* PREVIEW ************************  */
#previewPage {
	text-align: center;
	
}

#previewPage .previewContent{
	/*width: 100%;
	height: 510px;*/
	border: none;
	border-bottom: 1px dotted #3b3b3b;
	padding-bottom: 10px;
}

#previewPage .previewForm{
	width: 100%;
	margin-top: 20px;
	border: none;
}

#previewPage .previewForm input[type=button], #previewPage .previewForm input[type=submit]{
	margin: 0px 6px;
	padding: 0px 6px;
}
/*  ************* END PREVIEW ************************  */



/*  ************* BASKET ************************  */
#basketPage .listTable{
	width: 100%;
 	margin-top: 20px;
	font-size: 1.1em;
}


#basketPage .actionsDiv{
 width: 100%;
 margin-top: 100px;
 text-align: right;
}


#basketPage .actionsDiv input[type=button], #basketPage .actionsDiv input[type=submit]{
	margin: 0px 6px;
	padding: 0px 6px;
}
/*  ************* END BASKET ************************  */




/*  ************* HOTEL ************************  */

#hotel_info {
	width: 500px;
}

#edit_address_local input[type="text"] {
	width: 250px;
	color: #000000;
}

#hotelPage .listDiv{
	width: 500px;
	/*height: 620px;*/
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #2f2f2f;
}

.listDiv .listTable{
	width: 100%;
 	/*margin-top: 20px;*/
}


#hotelPage .formContainer{
	margin-top: 40px;
	width: 370px;
}

.editEmployee_table{
	border: none;
	width: 470px;
	border-collapse: collapse;
	margin-top: 20px;
}

.editEmployee_table .label{
	width: 100px;
}

.editEmployee_table .text1{
	width: 350px;
}

.editEmployee_table .text2{
	width: 326px;
}

#hotelPage .orange {
	color: #FFFFFF;
	text-transform: uppercase;
}

#hotelPage .addEmployeeIcon{
	background-image: url(../images/layout/add_employee_button.png);
	height: 17px;
	width: 31px;
}
/*  ************* END HOTEL ************************  */





/* ************ Imagebank preview popup *********************************** */

#imagebankThumbnail{
	background-color: rgba(83,86,90,0.6);
	width: 180px;
	height: 200px;
	padding: 10px;
	float: left;
	margin: 1px;
	cursor: pointer;
}

#imagebankThumbnail label{
	font-size: 9px;
    text-align: center;
	display: block;
}

#imagebankThumbnail span{
	font-size: 9px;
}

#imagebankThumbnail img{
	max-height: 180px;
	max-width: 180px;
	display: block;
    margin: 0 auto;
}

#imagebankThumbnail:hover{
	background: #4e4d4d;
}

/* _______________________ End Imagebank preview popup _______________________ */


/* SEARCH */
input.search {
	width: 200px;
	height: 20px;
	font-size: 1.1em;
}








/* :::::::::::::::::::::::::::::: FORMS ::::::::::::::::::::::::::::::::::. */



/*


textarea{
	width: 100%;
	height: 45px;
	overflow: auto;
	border: none;
	margin: 2px 0;
}


.button{
	width: 200px;
	height: 25px;
	text-align: center;
	background-color: #4a545d;
	background-image: url(../images/bg_button.jpg);
	background-position: botom left;
	background-repeat: repeat-x;
	border: 1px solid #596269;
	color: #f9f9f9;
	cursor: pointer;
}
*/
/* :::::::::::::::::::::::::::::: END FORMS ::::::::::::::::::::::::::::::::::. */


