/** Add css rules here for your application. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*-- RESET --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input.focused, textarea.focused {
    background: #E4E4E4;
}

/*-- ALL --*/
* {
    font-family: 'Open Sans', 'Helvetica LT Std', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

html, body {
    background-color: #eee;
    width: 100%;
    height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

div#mainPanel {
    background-color: white;
    height: inherit;
}

.popupDialog {
    background-color: rgb(76, 104, 119);
    margin-bottom: 6px;
    padding: 6px;
    color: white;
    font-weight: bold;
}

.searchResult {
    color: lightgray;
    text-align: center;
    font-style: italic;
    font-size: smaller;
}

.VERTICAL_PANEL {
    width: 100%;
}

th.GALD-WOOC {
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 1px solid #C7C7C7;
}

td.GALD-WOHC {
    padding-left: 2px;
    padding-right: 2px;
}
th, td {
	text-shadow: none !important;
}

/* Owen */
button {
	border:none;
	cursor:pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
	font-weight:bold;	
}

/*--- HEADER ---*/
div#header {
    /*height: 75px;*/
    padding: 10px 0;
	/*background: #e5e5e5;*/
}

div#header table table td {
    vertical-align: bottom !important;
}

.link a {
    display: block;
    float: left;
    color: #0091C7;
    font-size: 12pt;
    margin-bottom: 5px;
    text-decoration: none;
    vertical-align: bottom;
}

.anchor {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    display: block;
    color: #ff0000;
}
.image{
    margin: 0;
    outline: none;
    border: none;
}

.image-delete-button{
    cursor: pointer;
    overflow: visible;
}

.drop-zone{
    position: relative;
    border: none;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    color: #1072AF;
}

.image-panel {
      border-radius: 3px;
      border: 1px dashed #000000;
      margin: 20px 30px;
      display: inline-block;
      position: relative;
}

.image-panel-hover {
    border-radius: 3px;
    border: 2px solid #FF0000;
    margin: 20px 30px;
    display: inline-block;
    position: relative;
}

.logo {
    background: url(../images/logo-popproduction.png) no-repeat;
    width: 280px;
    height: 50px;
    cursor: pointer;
    margin-right: 60px;
    margin-left: 50px;
}

div#header td {
    vertical-align: middle !important;
}

/*.userpic{float:right;height:75px;width:400px;background:url(../images/user.png) no-repeat;padding-right:10px;text-align:right;}*/
.userpic a {
    display: block;
    color: #333;
    font-size: 10px;
    margin-top: 6px;
    margin-right: 3px;
}

/* LOGIN */


/*-- TABS --*/
div#tabs {
    /*height: 32px;
    background:url(../images/tabs.png) repeat-x 0 -56px;*/
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: white;
	padding:10px 0;
    /*background: linear-gradient(to top, #bdbec0, #eeeef0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeef0', EndColorStr='#bdbec0');*/
}

div#tabs table {
    height: inherit;
}

div#tabs td {
    vertical-align: middle !important;
}

.identity {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
    /*text-transform: capitalize;*/
	width:400px;
}

.welcome {
    color: black;
    text-align: left;
    font-size: 16px;
    margin-left: 50px;
    white-space: nowrap;
}

.pop-header-menu {
    height: 32px;
}

.pop-header-menu td {
    cursor: pointer;
    text-align: center;
    color: #333333;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 10px;
}

.gwt-MenuItemSeparator {
    padding: 0 !important;
    width: 2px;
}

.menuSeparatorInner {
    /*background-image: url(../images/tab_border.png);*/
    height: 32px;
	background-color:#e5e5e5;
}

.pop-header-menu .pop-header-menuItem {
    background-image: url(../images/icon/profile.png);
}

.pop-header-menu .pop-header-menuItem-configuration {
    background-image: url(../images/icon/gear.png);
}

.pop-header-menu .pop-header-menuItem-report {
    background-image: url(../images/icon/rapport.png);
    padding-right: 84px;
}

.pop-header-menu .pop-header-menuItem-deconnexion {
    background-position: -160px 0 !important;
}

/*-- NAV --*/
td#nav {
    vertical-align: top;
    width: 190px;
    background-color: #2e3e4e;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all .299s;
    transition: all .299s;
}

td#nav > table {
    width: 100%;
}

td#nav td.popPanelContent table {
    width: 100%;
    vertical-align: top;
}

td#nav td.popPanelContent td {
    border: none;
    /*padding-top: 10px;*/
}

td#nav button.pop-menu-button {
    text-align: left;
	padding:10px;
    padding-left: 30px;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    color: #aaa;
    float: left;
    width: 100%;
    min-height: 30px;
	line-height:1.5;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-weight:normal;
    /*border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-righ-radius: 0;
    -webkit-border-top-righ-radius: 0;*/

}

td#nav button.selected,
td#nav button.pop-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
}

td#nav button.selected {
    cursor: auto;
	
}
td#nav button.selected:after {
	content: "\f105";
    font-family: FontAwesome;
    float: right;
}
td#nav .pop-menu-button-selected {
    /*text-shadow: #AFAFAF 2px 2px 2px;*/
    font-weight: bold;
}

td#nav .pop-menu-button-disabled {
    color: #AAA;
    font-style: italic;
    cursor: auto;
}

.pop-menu-button-booking:before, .pop-menu-button-user:before, .pop-menu-button-arrival:before, .pop-menu-button-departure:before, .pop-menu-button-users:before, .pop-menu-button-residences:before, .pop-menu-button-house:before, .pop-menu-button-computer:before, .pop-menu-button-review:before, .pop-menu-button-percent:before, .pop-menu-button-chain:before, .pop-menu-button-remittance:before {
	font-family:FontAwesome;	
	padding-right:8px;
}
.pop-menu-button-booking:before {
	content: "\f07c";
}
.pop-menu-button-user:before {
	content: "\f2b9";
}
.pop-menu-button-arrival:before {
    content: "\f090";	
}
.pop-menu-button-departure:before {
	content: "\f08b";	
}
.pop-menu-button-users:before {
	content: "\f084";	
}
.pop-menu-button-residences:before {
	content: "\f1ad";	
}
.pop-menu-button-house:before {
    content: "\f015";		
}
.pop-menu-button-computer:before {
	content: "\f15c";
}
.pop-menu-button-review:before {
	content: "\f075";	
}
.pop-menu-button-percent:before {
    content: "\f0b1";	
}
.pop-menu-button-chain:before {
    content: "\f15c";	
}
.pop-menu-button-remittance:before {
	content: "\f054";	
}
/*-- SUGGEST --*/
input.gwt-SuggestBox {
    width: 150px;
}

.gwt-SuggestBoxPopup {
    z-index: 10;
    overflow-y: scroll !important;
    max-height: 400px;

}

.gwt-SuggestBoxPopup td.item {
    padding: 0 5px;
    background-color: #FFF;
    border: 1px solid #666;
    width: 150px;
}

.gwt-SuggestBoxPopup td.item-selected {
    background-color: #CCC;
}

/*-- POPUP CONTENT --*/
.popupContent {
    cursor: pointer;
}

.popupimage {
    cursor: pointer;
}

/*-- TEXTAREA --*/
.gwt-TextArea {
    resize: none;
	width:98%;
	min-height:80px;
}

/*-- GLASS PANEL --*/
.gwt-PopupPanelGlass {
    background-color: #000;
    opacity: 0.3;
    filter: literal("alpha(opacity=30)");
    z-index: 2;
}

.gwt-PopupPanel {
    z-index: 4;
}

.gwt-DecoratedTabPanel {
    margin-top: 6px;
}

/*-- TEXTBOX --*//*-- RADIOBUTTON --*//*-- DATEBOX --*/
/*.gwt-TextBox, .gwt-RadioButton, .gwt-SuggestBox, .gwt-TextArea, .gwt-PasswordTextBox {*/
.gwt-TextBox, .gwt-SuggestBox, .gwt-TextArea, .gwt-PasswordTextBox, .gwt-DateBox {
    margin: 5px 10px 5px 0;
    width: 90%;
    display: inline-block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

.gwt-DateBox {
    width: 200px;
}

.gwt-ListBox {
	margin: 5px 10px 5px 0;
	display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

.remove-margin {
    margin: 5px 0px 5px 0;
}

/*--  ACTIONS --*/
.popPanelBar button.add,
.popPanelBar div.pop-table-menu td.gwt-MenuItem {
    cursor: pointer;
    margin: 0 10px;
    line-height: 28px;
    border: 1px solid #333;
    background-color: #264254;
    color: #FFF;
    text-align: center;
}

.pop-table-menuPopup .gwt-MenuItem {
    cursor: pointer;
    line-height: 28px;
    border: 1px solid #333;
    background-color: #264254;
    color: #FFF;
    text-align: center;
}

.popPanelBar button.add:hover,
.pop-table-menuPopup .gwt-MenuItem:hover,
.popPanelBar div.pop-table-menu td.gwt-MenuItem:hover {
    background-color: #203C4C;
}

.popPanelBar button.add {
    height: 30px;
    width: 100px;
}

.popPanelBar div.pop-table-menu td.gwt-MenuItem,
.pop-table-menuPopup .gwt-MenuItem {
    height: 28px;
    padding: 0 20px;
}

.pop-header-menu-configuration td.pop-table-menuitem,
.pop-table-menuPopup .gwt-MenuItem.pop-table-menuitem {
    width: auto;
    min-width: 160px;
    padding-left: 10px;
    text-align: left;
    /*height: 30px;*/
    border: 1px solid #ddd;
	background:white;
    /*background: linear-gradient(to top, #bdbec0, #eeeef0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeef0', EndColorStr='#bdbec0');*/
    cursor: pointer;
	padding:10px;
}

.pop-header-menu-configuration td.pop-table-menuitem:hover,
.pop-table-menuPopup .gwt-MenuItem.pop-table-menuitem:hover {
	background:#dddddd;
}

.pop-header-menu-configuration td.pop-table-menuitem:active,
.pop-table-menuPopup .gwt-MenuItem.pop-table-menuitem:active {
    /*background: linear-gradient(to bottom, #bdbec0, #eeeef0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bdbec0', EndColorStr='#eeeef0');*/
	background:#F5F5F5;
}


.pop-form-menupopup .gwt-MenuItem {

}
.pop-form-menupopup .gwt-MenuItem.pop-form-menuitem {
    width: auto;
    text-align: left;
    cursor: pointer;
}
.pop-form-menupopup .gwt-MenuItem-selected.pop-form-menuitem {
    text-decoration: underline;
}

/*-- TABLEAU --*/
.popTableLink {
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

/*-- CONTENT --*/
td#content {
    background-color: #eeeeee;
    vertical-align: top;
    padding-left: 18px;
    padding-right: 43px;
}

/*TODO remove when will redisigned all pages*/
td#content .popPanelBar {
    background-color: transparent;
}

.form {
    padding: 2px;
    text-align: left;
    border-spacing: 2px;
    border-collapse: separate
}

.popPanel {
    margin: 0 0 0 0;
    width: 100%;

}

.popPanel tr {
    vertical-align: top;
}

.popPanelBar {
    color: #FFF;
    height: 30px;
	background-color: rgba(0, 0, 0, 0.2);
}

.popPanel .popPanelBar {
	/*border-top: 2px solid #666;
	border-bottom: 2px solid #666;*/
}

#content .popPanelBar .gwt-Label{
    color: #000;
}

.popPanelContent {
    vertical-align: top;
}

td#content .popPanelContent td {
    vertical-align: middle;
}

/***************______Buttons_______*******************/

.popLogout {
    margin-top: 10px;
    color: white;
    cursor: pointer;
    background: url(../images/icon/logout.png) no-repeat 7% 80%, linear-gradient(to bottom, #E43333, #E12B2B);
    vertical-align: middle;
    padding-left: 25px;
    /*border-color: #D86565;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E43333', EndColorStr='#E12B2B');
}

.popLogout:active {
    background: url(../images/icon/logout.png) no-repeat 7% 80%, linear-gradient(to top, #E43333, #E12B2B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E12B2B', EndColorStr='#E43333');
}

td#content .gwt-Button, button.view, button.back, button.valid, button.modify, button.download, button.cancel, button.print, button.export, button.payment, button.change, button.create, button.pay-down, .gwt-Anchor-download {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    /*padding-right: 5px;
    padding-left: 5px;*/
}

.popLogout {
    border-style: solid;
}

td#content .gwt-Button {
    /*background: linear-gradient(to top, #dfdfdf, #f8f8f8);
    text-shadow: 1px 1px lightgray;*/
	/* Owen */
	background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
}

td#content .gwt-Button:active {
    background: linear-gradient(to bottom, #dfdfdf, #f8f8f8);
}

/*td#content .gwt-Button:active, button.view:active, button.back:active, button.valid:active, button.modify:active,*/
/*button.download:active, button.cancel:active, button.print:active, button.export:active, .gwt-Anchor-download:active,*/
/*.popLogout:active{*/
/*border-style: ridge;*/
/*}*/

td#content .greenButton, button.view, button.back, button.valid, .grayButton, button.cancel, button.modify, button.download, button.export, button.print, button.payment, button.change, button.create, button.pay-down, .gwt-Anchor-download {
    color: #fff;
    float: right;
    text-transform: uppercase;
}

td#content .greenButton, button.view, button.back, button.valid, button.export {
    /*background: linear-gradient(to top, #57aa2b, #82c322);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#82c322', EndColorStr='#57aa2b');
	text-shadow: 1px 1px green;*/
	/* Owen changes */
	background:#57aa2b;
	border-color:#57aa2b;
}

td#content .greenButton:active, button.view:active, button.back:active, button.valid:active, button.export:active {
    /*background: linear-gradient(to bottom, #57aa2b, #82c322);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#57aa2b', EndColorStr='#82c322');*/
	/* Owen changes */
	background:#82c322;
	border-color:#82c322;
}

td#content  .grayButton, button.cancel, button.print {
    /*background: linear-gradient(to top, #808080, #AFAFAF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFAFAF', EndColorStr='#808080');
    text-shadow: 1px 1px gray;*/
	/* Owen changes */
	background:#808080;
	border-color:#808080;	
}

td#content .grayButton:active, button.cancel:active, button.print:active {
    /*background: linear-gradient(to bottom, #808080, #AFAFAF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#808080', EndColorStr='#AFAFAF');*/
	/* Owen changes */
	background:#AFAFAF;
	border-color:#AFAFAF;	
}

td#content .orangeButton, button.modify, button.download, button.create, .gwt-Anchor-download {
    /*background: linear-gradient(to bottom, #FF9500, #FF5E00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9500', EndColorStr='#FF5E00');
    text-shadow: 1px 1px orange;*/
	/* Owen changes */
	background:#FF5E00;
	border-color:#FF5E00;
}

td#content .orangeButton:active, button.modify:active, button.download:active, button.create:active, .gwt-Anchor-download:active {
    /*background: linear-gradient(to bottom, #FF9500, #FF5E00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9500', EndColorStr='#FF5E00');*/
	/* Owen changes */
	background:#FF9500;
	border-color:#FF9500;
}

td#content .blueButton:active, button.payment:active {
    /*background: linear-gradient(to top, #1387D1, #1072AF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1072AF', EndColorStr='#1387D1');*/
	/* Owen changes */
	background:#1072AF;
	border-color:#1072AF;
}

td#content .blueButton:active, button.payment {
   /*background: linear-gradient(to top, #1387D1, #1072AF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1072AF', EndColorStr='#1387D1');*/
	/* Owen changes */
	background:#1387D1;
	border-color:#1387D1;
}

td#content .lightBlueButton:active, button.pay-down:active {
    /*background: linear-gradient(to top, #a6d4f4, #95bedb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a6d4f4', EndColorStr='#95bedb');*/
	/* Owen changes */
	background:#a6d4f4;
	border-color:#a6d4f4;	
}

td#content .lightBlueButton:active, button.pay-down {
    /*background: linear-gradient(to top, #a6d4f4, #95bedb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a6d4f4', EndColorStr='#95bedb');*/
	/* Owen changes */
	background:#95bedb;
	border-color:#95bedb;
}

td#content .redButton, button.change {
    /*background: linear-gradient(to top, #DD0000, #FF080F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DD0000', EndColorStr='#FF080F');
    text-shadow: 1px 1px red;*/
	/* Owen changes */
	background:#DD0000;
	border-color:#DD0000;
}

td#content .redButton:active, button.change:active {
    /*background: linear-gradient(to bottom, #DD0000, #FF080F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF080F', EndColorStr='#DD0000');*/
	/* Owen changes */
	background:#FF080F;
	border-color:#FF080F;
}

button.view, button.back, button.valid, button.cancel, button.modify, button.download, button.print, button.export, button.payment, button.change, button.pay-down, .gwt-Anchor-download {
    /*min-width: 110px;*/
    height: auto !important;
	margin-left:10px;
}

button.create {
    min-width: 110px;
    height: 40px;
}

button.print {
    background: url(../images/icon/print.png) no-repeat 5% 49%, linear-gradient(to top, #808080, #AFAFAF);
    padding-left: 25px;
}

button.print:active {
    background: url(../images/icon/print.png) no-repeat 5% 49%, linear-gradient(to bottom, #808080, #AFAFAF);
}

button.export {
    background: url(../images/icon/export.png) no-repeat 7% 50%;
    padding-left: 25px;
    background-color: #57aa2b;
}

button.export:active {
    background-color: #82c322;
}

/** Example rules used by the template application (remove for your app) */
h1 {
    font-size: 2em;
    font-weight: bold;
    color: #777777;
    margin: 40px 0px 70px;
    text-align: center;
}

.sendButton {
    display: block;
    font-size: 16pt;
}

.gwt-DialogBox {
    border: 1px solid rgba(0,0,0,.5);
    z-index: 3;
    background-color: white;
    padding: 10px;
	border-radius:5px;
}

.gwt-DialogBox .Caption {
    text-align: center;
    font-weight: bold;
}

.gwt-DialogBox .gwt-TextArea {
    margin: 0;
    padding: 0;
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 1px 0px 5px 0px;
}

.dialogVPanel {
    margin: 0px;
}

table.dialogVPanel tbody tr td {
    padding: 2px !important;
}

.serverResponseLabelError {
    color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
    margin: 15px 6px 6px;
}

input.valid, input.modify, input.cancel, input.download, input.view,
a.valid, a.modify, a.cancel, a.download, a.view {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    padding: 0 10px;
    background: url(../images/buttons.png) no-repeat;
    border: none;
    color: #FFF;
    cursor: pointer;
    margin: 10px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    float: right;
}

a.valid, a.modify, a.cancel, a.download, a.view {
    padding: 0;
}

input.valid, input.viewa, a.valid, a.view {
    background-position: 0 0;
}

input.valid:hover, input.view:hover, a.valid, a.view:hover {
    background-position: 0 -30px;
}

input.valid:active, input.view:active, a.valid, a.view:active:active {
    background-position: 0 -60px;
}

input.cancel, a.cancel {
    background-position: -240px 0;
}

input.cancel:hover, a.cancel:hover {
    background-position: -240px -30px;
}

input.cancel:active, a.cancel:active {
    background-position: -240px -60px;
}

.gwt-Anchor-download {
    text-decoration: none;
    text-align: center;
    float: right;
    height: 28px;
    display: inline-block;
    min-width: 100px;
    line-height: 28px;
}

.gwt-Anchor-popup:link {
    color: #000000;
}

input.anglais, a.anglais, button.anglais {
    height: 11px;
    width: 16px;
    background: url(../images/en.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 20px;
}

/*a.anglais,a.modify,a.cancel,button.anglais{padding:0;}
input.anglais,a.anglais,button.anglais{background-position:0 0;}
input.anglais:hover,a.anglais,button.anglais:hover{background-position:0 -30px;}
input.anglais:active,a.anglais,button.anglais:active{background-position:0 -60px;}*/

input.allemand, a.allemand, button.allemand {
    height: 11px;
    width: 16px;
    background: url(../images/de.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 20px;
}

input.espagnol, a.espagnol, button.espagnol {
    height: 11px;
    width: 16px;
    background: url(../images/es.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 20px;
}

/*a.espagnol,a.modify,a.cancel,button.espagnol{padding:0;}
input.espagnol,a.espagnol,button.espagnol{background-position:0 0;}
input.espagnol:hover,a.espagnol,button.espagnol:hover{background-position:0 -30px;}
input.espagnol:active,a.espagnol,button.espagnol:active{background-position:0 -60px;}*/

input.francais, a.francais, button.francais {
    height: 11px;
    width: 16px;
    background: url(../images/fr.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 20px;
}

/*a.francais,a.modify,a.cancel,button.francais{padding:0;}
input.francais,a.francais,button.francais{background-position:0 0;}
input.francais:hover,a.francais,button.francais:hover{background-position:0 -30px;}
input.francais:active,a.francais,button.francais:active{background-position:0 -60px;}*/

.c1 {
    color: #DD1619;
}

.gwt-DecoratedTabBar {
}

.gwt-DecoratedTabBar .gwt-TabBarFirst {
    width: 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarRest {
}

.gwt-DecoratedTabBar .gwt-TabBarItem {
    border-collapse: collapse;
    margin-right: 3px;
    min-width: 85px;
	margin-bottom:1px;
}

.gwt-DecoratedTabBar .tabTopCenter {
    padding: 0px;
    background: #4c6876;
}

.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
    padding: 0px;
    zoom: 1;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-wrapper {
    margin-right: 10px;
}

.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
    /*width: 1px;*/
    /*height: 1px;*/
}

/*.gwt-DecoratedTabBar .tabTopLeft {
  background: url(images/corner.png) no-repeat 0px -55px;
  -background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(images/corner.png) no-repeat -6px -55px;
  -background: url(images/corner_ie6.png) no-repeat -6px -55px;
}*/
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
    /*width: 1px;*/
    /*padding: 0px;*/
    /*background: #4c6876;*/
}

.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
    /*width: 1px;*/
    /*height: 1px;*/
}

.gwt-DecoratedTabBar .tabMiddleCenter {
    padding: 10px;
    cursor: pointer;
   /* text-shadow: 1px 0px 1px;*/
    text-align: center;
    background: #DADADA;
    border: 1px solid #D3D3D3;
    border-bottom-width: 0px;
    /*box-shadow: 2px -1px 2px gray;*/
	/* Owen */
	font-weight:bold;
}

.gwt-DecoratedTabBar .tabMiddleCenter:hover {
	background:#F5F5F5;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
    background: #4C6877;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
    background-position: 0px -61px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
    background-position: -6px -61px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
    /*background: #102a3b;*/
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
    cursor: default;
    background: #F5F5F5;
    color: #0061B3;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
    cursor: default;
    color: #999999;
}

html>body .gwt-DecoratedTabBar {
    position: relative;
    top: 1px;
}

* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gwt-TabPanel {
}

.gwt-TabPanelBottom {
    border: #d3d3d3 solid 1px;
    overflow: hidden;
    padding: 15px;
    background-color: #F5F5F5;
}

.gwt-DisclosurePanel {
    width: 100%;
    background-color: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    border: #D9DCDE solid 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-collapse: separate;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
	padding:10px;
}

.gwt-TabPanelBottom .gwt-DisclosurePanel {
	padding:10px;
}

.gwt-DisclosurePanel-open {
}

.disclosureInternalPanel tbody tr td div {
    margin-left: 10px;
    margin-right: 10px;
}

.gwt-DisclosurePanel-closed {
	box-shadow:none;
	margin:0;
	padding:0;
}

.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
    text-decoration: none; /* Remove underline from header */
    color: #0061B3;
    cursor: pointer;
    cursor: hand;
    font-size: 16px;
}

.gwt-DisclosurePanel a {

}

.gwt-DisclosurePanel .content {
    /*border-left: 3px solid #e7e7e7;*/
    width: 100%;
}

.gwt-DisclosurePanel tr tr td:first-child {
    width: 160px;
}

.gwt-DisclosurePanel-NoWidth tr tr td:first-child {
    width: auto;
}

.first-child-auto {
    width: auto !important;
    padding-left: 10px;
}

.gwt-DisclosurePanel tr tr input {
    width: 200px;
}

.gwt-DisclosurePanel tr tr input[type=radio] {
    width: 13px;
}

.gwt-DisclosurePanel tr tr input[type=checkbox] {
    width: 13px;
    margin: 10px 10px 10px 0;
}

.googlemaps-bien {
    height: 600px;
}

.googlemaps-station {
    height: 300px;
}

.googlemaps-city {
    height: 300px;
}

.plannings td {
    white-space: nowrap;
    text-align: center;
    padding: 6px 0px;
}

.plannings td:first-child {
    width: auto !important;
}

.plannings tr {
    padding: 0 0 !important;
}

.plannings th {
    padding: 1px 1px !important;
    text-align: center;
}

.pop-button-add {
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #2642A4;
    color: #FFF;
    text-align: center;
}

.pop-button-add:disabled {
    cursor: auto;
    border: 1px solid #999;
    background-color: #666;
    color: #333;
    text-align: center;
}

.pop-button-add:hover {
    background-color: #264274;
    color: #FFF;
}

.pop-button-del {
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #A64254;
    color: #FFF;
    text-align: center;
}

.pop-button-del:disabled {
    cursor: auto;
    border: 1px solid #999;
    background-color: #666;
    color: #333;
    text-align: center;
}

.pop-button-del:hover {
    background-color: #764254;
    color: #FFF;
}

.pop-button-mod {
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #268284;
    color: #FFF;
    text-align: center;
}

.pop-button-mod:disabled {
    cursor: auto;
    border: 1px solid #999;
    background-color: #666;
    color: #333;
    text-align: center;
}

.pop-button-mod:hover {
    background-color: #466264;
    color: #FFF;
}

.gwt-ListBox:disabled option {
    color: #333;
}

.pop-button-del-critere {
    width: 60%;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #A64254;
    color: #FFF;
    text-align: center;
}

.pop-button-add-critere {
    width: 60%;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #2642A4;
    color: #FFF;
    text-align: center;
}

.pop-button-mod-critere {
    width: 60%;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #268284;
    color: #FFF;
    text-align: center;
}

/* DATE PICKER cf : http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/datepicker/client/DatePicker.html*/

.pop-liste {
    width: 20%;
}

.pop-split-panel {
    width: 100%;
    height: 30px;
}

.gwt-DatePicker {
    /*border: 1px solid #ccc;
    border-top: 1px solid #999;*/
    cursor: default;
	border-radius:4px
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
    outline: none;
}

.datePickerDays {
    width: 100%;
    background: white;
	border-radius:4px;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    font-size: 85%;
    text-align: center;
    padding: 4px;
    outline: none;
    color: #333;
	border-radius: 4px;
    /*border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;*/
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    background: #fff;
    padding: 0px 4px 2px;
    cursor: default;
    color: #666;
    font-weight: normal;
}

.datePickerDay {
    padding: 6px 9px;
    cursor: pointer;
}

.datePickerDayIsWeekend {
    background: #f7f7f7;
}

.datePickerDayIsFiller {
    color: #999;
    font-weight: normal;
}

.datePickerDayIsValue {
    background: #d7dfe8;
}

.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}

.datePickerDayIsHighlighted {
    background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
    background: #0091C7;
	color: #fff;
}

.datePickerDayIsToday {
    background: #ddd;
}

.datePickerMonthSelector {
    width: 100%;
    padding: 1px 0 5px 0;
    background: #fff;
	border-radius:4px;
}

td.datePickerMonth {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 100%;
    font-weight: bold;
    color: #333;
}

.datePickerPreviousButton,
.datePickerNextButton {
    font-size: 120%;
    line-height: 1em;
    color: #3a6aad;
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 4px;
    outline: none;
}

.loadingBox {
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    background-color: #F0F0F0;
    padding: 4px 4px 4px 8px;
    cursor: default;
    border-bottom: 1px solid #bbbbbb;
    z-index: 100;
}

.popTable {
    border-collapse: separate;
    /*border: 1px solid #c7c7c7;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.popFilter {
    background-color: #F5F5F5;
    border: none;
}

.popTable th {
    vertical-align: middle;
    text-transform: uppercase;
	text-shadow:none !important;
	border-bottom:2px solid #ddd;
}

.popTable thead tr {
    height: 38px;
    background-color: white;
}

.popTable tbody tr {
    height: 44px;
	color:#111;
	font-weight:bold;
}

.popTable input[type=checkbox] {
    margin: 0px;
}

/* VALIDATION */
.validationFailedBorder {
    border: 2px solid red;
}

.helpPopup {
    border: 1px solid black;
    background-color: #4C7282;
    color: white;
    line-height: 20px;
    padding: 5px;
    height: 20px;
}

.dateBoxPopup {
    z-index: 3;
	border: 1px solid #bbb;
	border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;	
}

.message {
    font-size: larger;
}

.gwt-DisclosurePanel tbody tr td div.tabMiddleCenterInner div, .gwt-DisclosurePanel tbody tr td div.tabMiddleLeftInner, .gwt-DisclosurePanel tbody tr td div.tabMiddleRightInner, .gwt-DisclosurePanel tbody tr td div.tabTopLeftInner, .gwt-DisclosurePanel tbody tr td div.tabTopCenterInner, .gwt-DisclosurePanel tbody tr td div.tabTopRightInner {
    margin: 0;
}

div.gwt-TabPanelBottom {
    margin-bottom: 10px;
}

table.popTable tbody tr td div {
    word-wrap: break-word;
}

.pointer {
    cursor: pointer;
}

.gwt-PushButton-up-disabled {
    cursor: default !important;
}

.previousList {
    margin-right: 20px;
}

.widthfull {
    width: 100%;
}

.gwt-ExpandableListBox-ExpandButton {
    padding-top: 7px;
    cursor: pointer;
}

.gwt-ExpandableListBox-ExpandButton-disabled {
    cursor: default !important;
    opacity: .3;
}

.mandatory {
    font-size: 10px;
    color: grey;
    float: right;
    margin: 15px 15px 5px 0;
}

.captionPanel {
    border: 1px solid #CCC;
    margin: 5px;
    padding: 2px 10px 5px 10px;
    text-align: left;
}

/* CALENDAR MY SUPPLY */
div.unvailableBooking {
    width: 20px;
    height: 20px;
    background-color: #177ABE;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}

div.unvailableMine {
    width: 20px;
    height: 20px;
    background-color: purple;
    opacity: 0.35;
    display: inline-block;
    vertical-align: middle;
}

div.unvailableProperty {
    width: 20px;
    height: 20px;
    background-color: red;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}

div.monthcontainer {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-table;
}

div.month {
    display: inline-block;
}

div.month table {
    border: 1px solid black;
}

div.month table td, div.month table th {
    padding: 5px 8px;
    height: 18px;
    text-align: center;
}

div.month table tr.odd {
    background-color: #F7F7F7;
}

div.month table tr.even, div.month table tr {
    background-color: white;
}

div.month table tr.title {
    border-bottom: 1px solid black;
}

div.month table tr td.unavailableBooked {
    background-color: #177ABE;
    opacity: 1;
    color: white;
}

div.month table tr td.unavailableMine {
    background-color: purple;
    opacity: 0.35;
    color: white;
}

div.month table tr td.unavailableProperty {
    background-color: red;
    opacity: 1;
    color: white;
}

.alignTop td img {
    vertical-align: middle;
}

.navigationDate {
    margin: 10px auto;
}

.navigationDate .gwt-PushButton {
    cursor: pointer;
}

.navigationDate .gwt-Label {
    font-weight: bold;
    font-size: 16px;
}

.textAlignCenter {
    text-align: center;
}

/* Home buton */
.homeButton {
    margin-left: 10px;
    cursor: pointer;
}

/* TODO List */
.my-todo-list-lang {
    position: fixed;
    bottom: 250px;
    cursor: pointer;
    height: 120px;
    width: 30px;
    z-index: 3;
    background-color: #373636;
    color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*border-left: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;*/
}

.my-todo-list-open {
    background-color: white;
    color: #373636;
}

.todo-list-header {
    height: 45px;
    background: linear-gradient(to bottom, #7F7F7F, #363636);
    color: white;
    text-transform: uppercase;
}

.my-todo-list-lang div.html-face {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    text-align: center;
    line-height: 30px;
    width: 120px;
    height: 120px;
    text-transform: uppercase;
}

.my-todo-list-lang img {
    vertical-align: middle;
}

.todo-list-box {
    width: 448px;
    height: 240px;
    bottom: 210px;
    z-index: 3;
    background-color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.flag-star-blue {
    background: url(../images/flags/small_star_blue.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.flag-star-green {
    background: url(../images/flags/small_star_green.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.flag-star-grey {
    background: url(../images/flags/small_star_grey.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.flag-star-red {
    background: url(../images/flags/small_star_red.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.flag-star-yellow {
    background: url(../images/flags/small_star_yellow.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.flag-none {
    width: 16px;
    height: 16px;
    display: block;
}

.flag-selected {
    border: 2px solid red;
}

.loading-todo-list-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 450px;
    height: 350px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.loading-todo-list-box span {
    color: white;
    line-height: 350px;
    text-align: center;
    width: 450px;
    display: block;
    opacity: 1;
}

.todo-items tr:nth-child(2n + 1) {
    background-color: #F2F2F2;
}

.todo-list-box .todo-items {
    width: 100%;
}

.todo-list-box .todo-items .todo-item {
    cursor: pointer;
}

.todo-list-box .scroll-todo-list {
    width: 440px;
    height: 194px;
    border-top: 1px solid grey;
}

.todo-list-box .todo-items tr {
    border-bottom: 1px solid #CDCED0;
}

.todo-list-box .todo-items tr:last-child {
    border-bottom: none;
}

.todo-list-box .todo-items td {
    padding: 3px 5px;
}

.todo-item-text {
    position: relative;
    top: 7px;
}

.nowrap {
    white-space: nowrap;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.float-right, .top-right-panel, .botton-right-panel {
    float: right;
}

.align-middle, .top-right-panel td, .botton-right-panel td {
    vertical-align: middle !important;
}

.botton-right-panel {
}

.botton-right-panel td {
    padding-left: 15px;
	padding-top:10px;
}

.botton-left-panel {
	margin-top:10px;
}

.bottom-center-panel {
	margin-top:15px;
}

.top-left-panel td {
   padding-right: 5px;
   padding-bottom:10px;
}

.gwt-CheckBox {
    margin-left: 5px;
}

.invert-CheckBox {
    margin-right: 5px;
}
.padding-Label {
      margin-top: 8px;
}
.comment-label {
    width: 140px;
}
.tab-label {
    width: 120px;
}

/*login page*/
.login-page {
	background:#F5F5F5 url(../images/poplidays-fond-ecran-ete.jpg);	
	background-size:cover;
}
.login-page .logo {
	margin:auto !important;	
}
.login-page .container {
	padding-top:150px;	
}
#login {
    width: 340px;
    margin: auto;
    position: relative;
    background: #f9f9f9;
    border-radius: 20px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

#welcometext {
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#E6E6E6');
    background: linear-gradient(to bottom, #EDEDED, #E6E6E6);*/
	background:#EDEDED;
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    /*text-shadow: 0 1px 0 #fff;*/
	border-bottom:1px solid #ccc;
    padding: 10px 0px;
    text-align: center;
    border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    /*box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);*/
    text-transform: uppercase;
}

#login_inputs {
    padding: 15px;
}

#login_error {
    color: #ff0000;
    padding-top: 20px;
    padding-left: 50px;
    float: left;
}

#login_inputs .inputs {
	padding-right: 15px;
}

.inputs {
    clear: both;
    padding-right: 35px;
}

.inputs input {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    padding-left: 30px;
    background: #ffffff url(../images/icon/user-password.png) no-repeat;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;*/
}

input:-webkit-autofill {
    /*Set webkit autofill background color white*/
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    padding-left: 6px;
}

.inputs input:focus {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}

#username {
    background-position: 5px -13px !important;
}

#password {
    background-position: 5px -63px !important;
}

#passwordnew {
    background-position: 5px -63px !important;
}

.lostpassword {
    font-size: 12px;
    color: #666;
    text-align:center;
	margin-top:10px;
}

#submit {
	cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: arial;
    clear: both;
    float: left;
    width: 100%;
    background-color: #6eb726;
    border-color: transparent;
    color: #EFEFEF;
    padding: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*lang dropdown*/

.en_flag {
    background-image: url(../images/en.png) no-repeat;
}

.select_lang_wrap {
    /* Size and position */
    position: relative;
    width: 80px;
    float: right;
    padding: 5px;

    margin: 15px 20px 10px 0px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

.select_lang_wrap:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.select_lang_wrap .dropdown {
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    display: none;
}

.select_lang_wrap.active .dropdown {
    display: inline;
}

.select_lang_wrap .dropdown li a {
    display: block;
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    transition: all 0.3s ease-out;
}

.select_lang_wrap .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.select_lang_wrap .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}

/* Hover state */

.select_lang_wrap .dropdown li:hover a {
    background: #f3f8f8;
}

.select_lang_wrap .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.select_lang_wrap .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.select_lang_wrap.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/*paging*/
.scroll-paging {
    /*overflow-x: scroll;*/
    max-width: 300px;
    height: 45px;
    white-space: nowrap;
    margin-top: 8px;
}

.page-button, .current-page-button, .popup-button {
    font-size: 10px;
    padding: 7px 10px;
    /*height: 20px;
    min-width: 20px;*/
    margin: 3px;
}

.page-button, .popup-button {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #eaeaea));
    background: -moz-linear-gradient(center top, #fafafa 5%, #eaeaea 100%);
    border: 1px solid #cecece;*/
    border: 1px solid #cecece;
    background: #F5F5F5;
    color: #0769b4;
}

.page-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

.page-button:active {
    position: relative;
    top: 1px;
}

.page-button:disabled, .page-button:disabled:active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

.current-page-button {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0082d0), color-stop(1, #006ec5));
    background: -moz-linear-gradient(center top, #0082d0 5%, #006ec5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ec5', endColorstr='#0082d0');*/
    border: 1px solid #376f9e;
    background: #0082d0;
    color: #ffffff;
}

.popup-button {
    text-align: left;
    padding-left: 0;
    margin: 0px 10px;
    /*margin-top: 8px;*/
    padding: 7px 20px 7px 7px;
    background: url("../images/menu_arrow_black.png") no-repeat 111% 37%;
}
/*******_____Checkboxes and RadioButtons_____**********/
.GALD-WOHC input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
}

input[type="checkbox"]:not(.cell-checkbox),
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
	margin-bottom:-3px;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
}

input[type="checkbox"] + label::before {
    background-image: url(../images/checkboxes.png);
    background-position: -38px 0px;
}

input[type="checkbox"]:checked + label::before {
    background-position: -114px 0px;
}

input[type="checkbox"]:disabled + label::before {
    background-position: -152px 0px;
}

input[type="checkbox"]:checked:disabled + label::before {
    background-position: -171px 0px;
}

input[type="radio"] + label::before {
    background-image: url(../images/radiobuttons.png);
    background-position: 0px 2px;
}

input[type="radio"]:checked + label::before {
    background-position: -108px 2px;
}

input[type="radio"]:disabled + label::before {
    background-position: -144px 2px;
}

input[type="radio"]:checked:disabled + label::before {
    background-position: -162px 2px;
}

.cw-FlexTable-latetable {
    margin-left: 10%;
}
.cw-FlexTable {
    /*border: 1px solid #D3D3D3;*/
    padding: 3px;
    margin-bottom: 15px;
}
.cw-FlexTable-td {
    /*border: 1px solid #D3D3D3;*/
    padding: 3px;
}

.cw-FlexTable-buttonPanel td {
    border: 0px;
}​


/*IE 8 support*/
#welcometext,
#login,
.popLogout,
.select_lang_wrap .dropdown {
    behavior: url(../pie/PIE.htc);
}

@media \0screen {
    input[type="checkbox"],
    input[type="radio"] {
        display: inline;
    }
}

.overviewTable td,
.overviewTable tbody tr td div {
      border-radius: 3px;
      margin-left: 0;
      margin-right: 2px;
      padding-top: 1px;
      text-align: right;
}

.overviewTable td {
    width: 20px;
}

.overviewTable tbody tr:first-child td div.gwt-Label {
    text-align: center;
    background: #7FCBFF;
    background-clip: content-box;
    background-color: #CDCDCD;
    width:38px;
    font-size: 18px;
    color:#2E2E2E;
    border-bottom: 2px solid #2E2E2E;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin:0px;
}

.overviewTable tbody tr td:first-child {
    width: 140px;
    background: none;
    padding-right: 5px;
}
.overviewTable tbody tr td div.gwt-Label{    
  background-color: #686868;
  border-radius: 3px;
  color: #ffffff;
  height: 28px;
  line-height: 27px;
  text-align: center;
  width: 130px;
}
.overviewTable tbody tr td:first-child div.gwt-Label{
    text-align: right;
    padding-right: 10px;
}

.overviewLocation {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 600px;
    float: left;
}

.overviewTextBold {
    font-weight: bold;
}
.yearTextBox {
    width: 35px !important;
    margin: 0px
}

.overviewVerticalPanel {
    margin-bottom: 50px;
}

.overviewHorizontalPanel {
    margin-bottom: 15px;
}

.overviewTable {
    margin-right: 30px;
}

.helpTable {
  border-collapse: separate;
  margin-top: 45px;
}

.helpTable tbody tr td {
    padding-bottom: 1px;
    padding-top: 1px;
    background-clip: content-box;
    border-radius: 3px 3px 3px 3px;
}
.helpTable tbody tr{
      float:left;
}

.helpTable tbody tr td:nth-child(odd) {
    width: 18px;
    padding-left: 20px;
}

.helpTable tbody tr td div {
    font-size: 13px;
}

.triangle-container {   
      height: 28px;
      position: relative;
      width: 38px;
}

.triangle-container > div.triangle {
      border-style: solid;
      border-width: 5px 5px 23px 33px;
      height: 0;
      padding-bottom: 0;
      padding-top: 0;
      position: absolute;
      width: 0;
      z-index: 0;
}
/* OverviewAvailable colors */
.triangle-container > div.triangle.startOverviewAvailable {
    border-bottom-color:  #8FC563;
    border-right-color:  #8FC563;
}

.triangle-container > div.triangle.endOverviewAvailable {
    border-left-color: #8FC563;
    border-top-color: #8FC563;
}

.overviewAvailable {
    background: #8FC563;
}

/* ManagersOption colors */
.triangle-container > div.triangle.startManagersOption {
    border-bottom-color:  #FDCA4D;
    border-right-color:  #FDCA4D;
}

.triangle-container > div.triangle.endManagersOption {
    border-left-color: #FDCA4D;
    border-top-color: #FDCA4D;
}

.managersOption {
    background: #FDCA4D;
}

/* ManagersBooking colors */
.triangle-container > div.triangle.startManagersBooking {
      border-bottom-color:  #FA8148;
      border-right-color:  #FA8148;
}

.triangle-container > div.triangle.endManagersBooking {
    border-left-color: #FA8148;
    border-top-color: #FA8148;
}

.managersBooking {
    background: #FA8148;
}

/* PoplidaysOption colors */
.triangle-container > div.triangle.startPoplidaysOption {
    border-bottom-color:  #56B9F4;
    border-right-color:  #56B9F4;
}

.triangle-container > div.triangle.endPoplidaysOption {
    border-left-color: #56B9F4;
    border-top-color: #56B9F4;
}

.poplidaysOption {
    background: #56B9F4;
}

/* PoplidaysBooking colors */
.triangle-container > div.triangle.startPoplidaysBooking {
    border-bottom-color: #2F7DBF;
    border-right-color: #2F7DBF;
}

.triangle-container > div.triangle.endPoplidaysBooking {
    border-left-color:  #2F7DBF;
    border-top-color:  #2F7DBF;
}

.poplidaysBooking {
    background: #2F7DBF;
}

/* OwnerBooking colors */
.triangle-container > div.triangle.startOwnerBooking {
    border-bottom-color:  #A9608B;
    border-right-color:  #A9608B;
}

.triangle-container > div.triangle.endOwnerBooking {
    border-left-color: #A9608B;
    border-top-color: #A9608B;
}

.ownerBooking {
    background: #A9608B;
}

/* NotAvailable colors */
.triangle-container > div.triangle.startNotAvailable {
    border-bottom-color: #E9686C;
    border-right-color: #E9686C;
}

.triangle-container > div.triangle.endNotAvailable {
    border-left-color:  #E9686C;
    border-top-color:  #E9686C;
}

.notAvailable {
    background: #E9686C;
}

/* NotExistingDay colors */
.triangle-container > div.triangle.notExistingDay {
    border-color:  #A7A7A7;
}

.notExistingDay {
    background: #A7A7A7;
}

.triangle-container > div.content {
    z-index:1;
    position:absolute;
    text-align: center;
    font-size: 14px;
    margin-top: 1px;
    margin-left: 0px;
    line-height: 24px;
}

.error-header a.header td {
    color: red;
}


/* score box */
.score_box {
    position: relative;
    background: #f6f6f6;
    border: 1px solid #b4b4b4;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 15px;
}
.score_box:after, .score_box:before {
    right: 100%;
    top: 53%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.score_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f6f6f6;
    border-width: 10px;
    margin-top: -20px;
}
.score_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #b4b4b4;
    border-width: 11px;
    margin-top: -21px;
}

.score_box_content tr td {
    width: 0% !important;
    padding-bottom: 3px;
}

.score_box_header {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: -3px;
    color: #2d2d2d;
}

.score_box_line {
    border: none;
    height: 1px;
    background-color: #c7c7c7;
}

.score_element {
    width: 100%;
}

.score_label {
    font-weight: bold;
    color: #575757;
}

.score_points_positive {
    font-weight: bold;
    color: #69ad5a;
}

.score_points_negative {
    font-weight: bold;
    color: #f30002;
}

.score_label_total {
    font-weight: bold;
    font-size: 18px;
    color: #2d2d2d;
}

.score_points_total {
    font-size: 18px;
}

.score_message {
    color: #2d2d2d;
}

.propertyPopup {
    left: 208px !important;
    top: 620px !important;
}

.warning-message-content {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.warning-message-title {
    font-size: 18px;
}

.button-create-mandate {
    margin-left: 5px;
    margin-right: 5px;
}

.pop-datePicker-Month {
    margin: 7px;
    width: 160px;

}

.pop-datePicker-Month .datePickerPreviousButton {
  visibility: hidden;
}

.pop-datePicker-Month .datePickerDayIsFiller {
    visibility: hidden;
}
.pop-datePicker-Month .datePickerNextButton {
    visibility: hidden;
}

.planning-row-table th {
    text-align: center;
}

.planning-row-table {
    width: 94%;
    background-color: #EDF0F2;
    margin-left: 50px;
    margin-top: 2px;
    font-weight: bold;
}
.planning-row-table colgroup {
 border: 3px solid #404040;
}

.planning-row-table col {
    border: 3px solid #404040;
}

.planning-table-panel {
    border: 3px solid #D3D3D3;
    padding: 3px;
    margin: 10px 14px 0px;
    width: 94%;
}

.planning-table-panel td {
    padding-left: 12px;
    padding-top: 5px;
}

.planning-table-buttons {
    float: left;
    margin-top: 35px;
    margin-left: 10px;
}
.planning-table-box {
    margin: 5px 5px 5px 40px;
}

.planning-table-buttons td {
    vertical-align: middle !important;
    padding-left: 5px;
}

.planning-table-checkboxes {
    color: #0080FF;
}

.planning-calendar-available-triangle-up {
    background: url("../images/avUpTriangle.png") #FAFAFA  -2px 0px !important;;
}

.planning-calendar-available-triangle-down {
    background: url("../images/avDownTriangle.png") #FAFAFA  -2px 0px !important;;
}

.planning-calendar-unavailable-triangle-up {
    background: url("../images/unavUpTriangle.png") #FAFAFA  0px -2px !important;;
}

.planning-calendar-unavailable-triangle-down {
    background: url("../images/unavDownTriangle.png") #FAFAFA  0px 0px !important;;
}

.planning-calendar-available-triangle-union {
    background: url("../images/avUpTriangle.png"), url("../images/avDownTriangle.png")  #FAFAFA  -1px -1px !important;
}

.planning-calendar-unavailable-triangle-union {
    background:  url("../images/unavUpTriangle.png"),url("../images/unavDownTriangle.png")   #FAFAFA  -1px -2px !important;
}

.planning-calendar-available-unavailable {
    background: url("../images/avDownTriangle.png") -3px 0px,url("../images/unavUpTriangle.png") #FAFAFA  -2px -1px  !important;
}

.planning-calendar-unavailable-available {
    background: url("../images/unavDownTriangle.png") 0px -3px ,url("../images/avUpTriangle.png") #FAFAFA -2px 0px !important;
}
.planning-calendar-disabled-dates {
    color: #333333 !important;
}

.day-of-week-checkboxes td{
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.dp-spinner-upbutton {
    background: url("../images/arrowUp.png") #FAFAFA  0px 0px;
}
.dp-spinner-downbutton {
    background: url("../images/arrowDown.png") #FAFAFA  0px 0px;
}

.generate-code-dialog {
    border: 4px solid black;
    z-index: 3;
    background-color: white;
    padding: 1px 0px 5px 15px;
}

.generate-code-dialog .Caption {
    font-size: 17px;
    font-weight: bold;
}

.short-code-text-box {
    margin: 0px 0px 0px 10px;
    width: 300px;
}

.short-code-label {
    color: red;
    font-size: 17px;
    font-weight: 600;
}

.generate-code-dialog td {
    vertical-align: middle !important;
}

.booking-total-amount {
    padding-left: 30px;
}

.reset-panel td {
    vertical-align: middle !important;
}

.booking-table-padding {
    padding-left: 0px !important;
}
.table-api-in {
    background-color: #C6DCEC;
}
.button-create-unavailability {
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #333;
    background-color: #2642A4;
    color: #FFF;
    text-align: center;
}
.dialogCreateUnavailability {
    padding: 4px;
}
.dialogCreateUnavailability td {
    padding: 2px;
}
.warning-message-uncontrolled {
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
}

.warning-message-uncontrolled label {
   color: #ff0000;
}

.cell-table-uncontrolled tbody tr:first-child td:nth-child(5) img{
    visibility: hidden;
}

.bookmark-name {
    margin-bottom: 10px;
}

.delete-bookmark-button {
    margin-top: 50%;
    margin-left: 5%;
	cursor:pointer;
}

.bookmark-button {
    margin-left: 7px;
}

.hide-delete-buttons .delete-bookmark-button {
    visibility: hidden;
}

.bookmark-button-highlight{
    background: #FFCC33 !important;
}

.validationWarningBorder {
    border: 2px solid #FFF03F;
}


.accounting-row-padding td:nth-child(1) {
    padding-left: 35px;
}

.accounting-row-padding  {
    margin-top: 7px
}

.test-report-button {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-top: 10px;
}

.dialogMessage td{
    padding: 10px;
}

.warning-message-gps-check {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    color: #ff0000;
}

.payment-restraints-font {
    font-weight: normal !important;
}
.payment-restraints-panel {
    margin: 15px;
}
.payment-restraints-table {
    margin-left: 0px !important;
}
.payment-restraints-button-panel {
    margin-bottom: 5px;
}
.label-without-margin {
    margin-left: 0px !important;
}
.providerResellerPanel {
    margin-bottom: 10px;
    margin-top: 15px;
}

.sdgi-panel{
    margin-left: 55px;
    margin-top: 10px;
}

.payment-rules-table {
    margin: 5px;
}

.sdgi-label {
    width: 220px;
    margin-top: 7px;
}

.commercial-report-textbox {
    margin-left: 10px;
}

.provider-tables-layout {
    margin-top: 15px;
    margin-bottom: 7px;
}

.commercial-report-checkbox {
    margin-left: 20px;
}

.provider-table {
    margin-bottom: 15px;
}

.provider-buttons-panel {
    margin-top: 10px;
}

.provider-buttons-panel td {
    padding-right: 20px;
}

.reseller-cancellation-panel {
   margin-left: 100px;
}

.owner-reception-info {
    width: 10px !important;
}

.accountant-companies-panel {
    margin-bottom: 15px;
}

.accountant-panel {
    margin: 10px;
}

.accountant-buttons-color tbody tr:nth-child(7) td:nth-child(2) button{
    background-color: rgb(19, 135, 209);
    color:white;
}
.accountant-buttons-color tbody tr:nth-child(7) td:nth-child(3) button{
    background-color: rgb(221, 0, 0);
    color:white;
}

.residence-cell-tree {
    width: 400px;
    background-color: white;
    border: 2px solid;
    padding-bottom: 10px;
}

.residence-bien-table {
    margin: 50px;
}

.residence-add-bien-button {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px;
}

.residence-cell-tree button{
    vertical-align: 5px;
    margin-right: 20px;
    background: url("../images/spe_error.png") repeat scroll 0% 0% transparent;
    border: medium none;
    height: 16px;
    width: 16px;
    float: right;
}

.residence-cell-tree img.residence-grey-right-arrow {
    height: 12px;
    width: 12px;
    margin-right: 3px;
}

.residence-delete-button-visibility button {
    visibility: hidden;
}

.triangle-container > div.overview-diagonal-line {
    border-top: 2px solid white;
    left: -6px;
    position: absolute;
    top: 13px;
    transform: rotate(143deg);
    width: 50px;
}

.residence-table td:first-child {
    width: 100px  !important;
}

.choose-remittance-button-panel {
    width: 450px;
    margin-top: 10px;
}

.choose-remittance-button-panel button{
   height: 30px;
}

.remittance-first-column input.cell-checkbox {
    visibility: hidden;
}

.remittance-non-edit-mode input:not(.cell-checkbox) {
    pointer-events: none;
    background-color: #F0F0F0;
}

.receptive-panel {
    margin-left: 30px;
    margin-top: 5px;
}

.checkin-checkout-panel-table{
    width: 90%;
    margin-top: 10px;
    margin-left: 30px;
}
.checkin-checkout-panel legend{
    margin-left: 10px;
}

.checkin-checkout-panel {
    border: 2px solid #696969;
    margin: 15px 10px 10px;
}
.receptive-terms-border {
    border: 2px solid #696969;
    margin-top: 5px;
}

.arrivals-reporting-days {
    margin-left: 50px;
    margin-top: 15px;
}
.city-setting-box {
    margin: 17px;
}

.error-border {
    border-style: solid;
    border-color: red;
    padding: 2px;
    margin: 2px;
    border-width: 4px;
}

.gwt-MenuBarPopup {
    top: 125px !important;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

.fixed-buttons {
    padding-top: 50px;
    margin-right: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    float: right;
}

.section-header {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.price-label {
    color: #555;
}

.price-value {
    font-weight: bold;
}

.align-right {
    text-align: right;
}

/* Style the calculation formulas */
.calculation-panel {
    background-color: #f0f8ff; /* AliceBlue */
    border: 1px solid #d1e3f3;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.calculation-panel .gwt-HTML {
    font-family: monospace;
    font-size: 1.1em;
}

.calculation-panel i {
    color: #006400; /* DarkGreen */
}


/* Style the copy button for proper spacing and alignment */
.copy-button {
    margin: 5px 10px 5px 0;
    vertical-align: middle;
}

.copy-button:hover {
    filter: brightness(85%);
}

.copyable-textbox-panel .gwt-TextBox {
    width: 100%; /* Make the textbox fill the cell we expanded in Java */
    display: inline-block; /* Use inline-block for better side-by-side layout behavior */
    margin: 5px 10px 5px 0;
    box-sizing: border-box; /* Important! Prevents padding from making the box wider than 100% */
}

.header-textbox {
    font-size: 1.4em; /* A bit smaller than before, looks better with two fields */
    padding: 8px; /* Adjust padding for a nice height */
    font-weight: bold;
}

.header-label-spacing {
    padding-left: 50px;
}

.page-header-container {
    padding-top: 20px;
    padding-bottom: 30px;
}

.section-panel .section-title {
    display: inline-block;
    background-color: #0061B3;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 2px 4px;
    border-radius: 2px;
    text-decoration: none;
}

button:disabled {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}