html body {
	background: url(../../images/bg_login.png) no-repeat center center fixed;
	margin: 0;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

* {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

:focus {
	outline: none;
}

.newLine {
	clear:both;
}

::-moz-focus-inner {
	border: 0;
}
.contentPanel {
	height: 100%;
}

.white {
	background: white !important;
	height: 100%;
}

.noVerticalPadding {
	padding-top: 5px !important;
}

.imgLoading {
	height: 24px;
	width: 24px;
	margin: 15px;
}

.rightPart {
        position: absolute;
	left: 15%;
	width: 85%;
	top: 0;
	bottom: 0;
	overflow-y:hidden;
}

.rightPart.background {
	background: #e7e7e7;
}

.full {
	width: 100%;
}

.half-width {
	width: 50%;
}

.pBottom {
	clear: both;
	/*margin-left: 5%;
	width: 90%;*/
	width: 100%;
}

.pDate {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.Caption {
	color: white;
	font-size: 13px;
	text-align: center;
}

.errorDialog {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 300px;
	background: #72537c;
	z-index: 10;
}

.alert {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 15px;
	max-width: 350px;
	background: #72537c;
	z-index: 10;
}

.alert-content {
	
}

.alert-password {
	clear: both;
	width: 98%;
	font-size: 15px;
	margin-right: 50px;
	margin-top: 5px;
	border-radius: 5px;
	box-sizing: content-box;
	padding: 5px;
}

.alert-buttons {
	clear: both;
	float: right;
	padding-top: 5px;
	height: 50px;
	width: 100%;
}

.alert-buttons .grayButton, .alert-buttons .greenButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	max-height: 50px;
	border: 0px;
	width: 43%;
}

.alert-buttons .redButton {
	clear: none;
	padding: 0px;
	float: left;
	margin: 5px;
	margin-right: 8%;
	max-height: 50px;
	border-radius: 3px;
	border: 0px;
	width: 42%;
}

.dialogMiddle .gwt-Button {
	margin-top: 20px;
	background: #b5c02f;
	border-radius: 5px;
	color: white;
	padding: 10px;
	margin-left: 15%;
	width: 70%;
	text-align: center;
	font-size: 15px;
}

.dialogMiddle .gwt-Button:hover {
	cursor: pointer;
	background: #cdd84d;
}

.placeHolder {
	color: #bebebe;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

.rightPart .container {
	position: absolute;
	top: 80px;
	bottom: 50px;
	height: auto;
	left: 2%;
	right: 20%;
	width: 76%;
}

.pCampaign {
	position: absolute;
	width:100%;
	top:80px;
	bottom:60px;
	background: #ffffff;
	overflow:auto;
}

.pAction {
	position: absolute;
	left:5%;
	width:90%;
	top:0px;
	bottom:0px;
	background: #ffffff;
	
}

.pCampaign-left {
	position: absolute;
	padding-left:3%;
	width:49%;
	top:0px;
	bottom:0px;
	height: 86%;
	background: #ffffff;
}

.pCampaign-right {
	position: absolute;
	padding-left:3%;
	width:47%;
	height: 89%;
	left: 50%;
	top:0px;
	bottom:0px;
	color:black;
	background: #ffffff;
}

.pCampaignDate {
	position: relative;
	width:42%;
	margin-right: 8%;
	margin-bottom:5%;
	color:black;
}

.campaignTextLabel {
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
	color: #373935;
	font-weight:500;
	font-size:14px;
}

.campaignTextField {
	position: relative;
	width:87%;
	padding:6px;
	color: #9b9c9a;
	vertical-align:middle;
	font-size:12px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8 ;
}

.pCampaign-salespoint {
	position: relative;
	width:80%;
	padding:10px 5% 10px 5%;
	color:black;
	overflow:hidden;
	background: #f8f8f8;
}

.pSalespoint {
	position: relative;
	padding:10px 5% 10px 5%;
	color:black;
	overflow:hidden;
	background: #f8f8f8;
}

.pCampaign-image {
    margin-top: 20px;
	position: relative;
	width:90%;
	height: 200px;
	color:black;
	overflow:hidden;
	background: #f8f8f8;
}
.pCampaign-image center{
	height:100%;
}

.pCampaign-image .image{
	height:100%;
	padding:0px;
	overflow:hidden;
}

.editable:hover {
	cursor: pointer;
}

.pCampaign-link {
	position:relative;
	width:100%;
	text-align:center;
	clear:both;
	color:#e35b59;
	float:left;
    text-decoration: underline;
	font-weight:500;
	cursor:pointer;
}

.left {
	float:left;
	clear:none;
	left:0px;
}

.right {
	float:right;
	clear:none;
	left:0px;
}

.pCampaign-link:hover {
	color:red;
}

.pCampaign-divSp {
    display: flex;
  align-items: flex-end;
}

.pCampaign-textSp {
	color:#373935;
	float:left;
	padding-left:0px;
	text-align:center;
	width:100%;
	padding-bottom:12px;
	font-size:17px;
    vertical-align: bottom;
}

.bigText {
	color:#373935;
	font-size:36px;
	padding-left:10px;
	padding-bottom:4px;
	font-weight:400;
}

.border {
	border: 1px solid #e8e8e8
}

.pSalespoint-pTable {
	margin: 0% 0%;
	/*height: 85%;*/
}

.pCampaign-pTable {
	margin: 0% 0%;
	margin-right: 10%;
	height: 30%;
}

.pCampaign-pTable.large{
	margin: 0% 0%;
	margin-right: 10%;
	height: 40%;
}
	

.pCampaign-innerTable {
	height: 100%;
	width: 100%;
	background: white;
	overflow-y: auto;
}

.pCampaign-innerTable fullScreen {
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

.pCampaign-innerTableContent {
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 0;
}

.pCampaign-innerTableContent td {
	display: table-cell;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	color: #373935;
	font-weight: 500;
}

.pCampaign-innerTableContent tr:nth-child(odd) {
	background: #FFFFFF;
	color: #FAFAFA;
}

.pCampaign-innerTableContent tr:nth-child(even) {
	background: #FAFAFA;
	color: #FFFFFF;
}

.pCampaign-innerTableContent tr:hover {
	background-color: #f5eef6;
	cursor: pointer;
}

.pCampaign-innerTableContent tr.disconnected {
	background-color: #d9d9d9;
	cursor: pointer;
}

.pCampaign-tableHeader td {
	background-color: #f1f1f1;
	color: white;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	border: none;
	cursor: default;
	font-weight: 400;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pCampaign-tableHeader.order td:hover {
	cursor: pointer;
}

.pCampaign-tableHeader td:first-child {
	background-color: #e35b59;
}

.pCampaign-tableHeader td:nth-child (2), .pCampaign-tableHeader td:nth-child (4),
	.pCampaign-tableHeader td:nth-child (6) , .pCampaign-tableHeader td:nth-child (8) ,
	.pCampaign-tableHeader td:nth-child (10), .pCampaign-tableHeader td:nth-child (12),
	.pCampaign-tableHeader td:nth-child (14){
	background-color: #e35b59;
}

.pCampaign-tableHeader td:nth-child (3), .pCampaign-tableHeader td:nth-child (5),
	.pCampaign-tableHeader td:nth-child (7) , .pCampaign-tableHeader td:nth-child (9) ,
	.pCampaign-tableHeader td:nth-child (11), .pCampaign-tableHeader td:nth-child (13),
	.pCampaign-tableHeader td:nth-child (15){
	background-color: #e35b59;
}

.pCampaign-tableHeader td {
	cursor: pointer;
	background-color: #e35b59;
}

.pCampaign-tableHeader td.ascendent {
	background: url(../../images/arrow_up.png) no-repeat right;
	background-position: 95%;
}

.pCampaign-tableHeader td.descendent {
	background: url(../../images/arrow_down.png) no-repeat right;
	background-position: 95%;
}

.pCampaign-tableHeader td.sortable:hover {
	cursor: pointer;
	background-color: #bb5250;
}

.pCampaign-tableHeader td.sort {
	background-color: #bb5250;
}

.campaignScanning {
	position:relative;
	padding-right:40px;
}

.campaignScanning label{
	color: #373935;
	font-weight:400;
	font-size:12px;
	padding: 10px;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_bd79c31d3d14537c0cb1e60db877c8e1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.dateBoxPopup{
	z-index: 1000001 !important;
}

.gwt-SuggestBoxPopup { 
   background-color: #fff; 
   padding-top: 2px;
} 

.suggestPopupContent{
    height: 200px;   
    width:100% !important;
    overflow-y: scroll;
}

.gwt-SuggestBoxPopup .item { 
    width:400px !important;
	padding:5px !important;
    background: white !important;
    color: black !important;
}
.gwt-SuggestBoxPopup .item-selected {
    background: red !important;
    color: white !important;
}

.actionPhotos {
	display: flex;
	margin-bottom: 20px;
} 

.actionPhotos .boxDisabled{
	margin-right: 15px;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
} 

.actionPhotos .box{
	margin-right: 15px;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	cursor: pointer;
} 
.actionPhotos .box:hover {
	background:#e35b59;
	color: white;
} 
.actionPhotos .box.selected {
	background: #c22422;
	color: white;
} 
.actionPhotos .boxDisabled.selected {
	background: #c22422;
	color: white;
} 

.actionPhotos .label{
	clear:both;
	height: 40px;
	font-weight:500;
	font-size:14px;
	text-align: center;
	padding-top: 10px;
}

.actionPhotosTextField{
	position: relative;
	width:50px;
	padding:6px;
	color: #9b9c9a;
	vertical-align:middle;
	font-size:12px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8 ;
}

.actionAddQuestion {
	position: relative;
	padding:10px 0px 10px 10px;
	color:black;
	overflow:hidden;
	background: #f8f8f8;
	margin-right: 10%;
}

.clientTextLabel {
	position: relative;
	padding-top:20px;
	padding-bottom:10px;
	color: #373935;
	font-weight:500;
	font-size:14px;
}

.picture-item{
	width: 32%;
	height:300px;
	float:left;
	margin-right:1%;
	background:white;
	margin-bottom:10px;
	border: 1px solid #bebebe;
	border-radius: 5px;
	color: #373935;
	font-size:14px;
	text-align: center;
}


.picture-item img{
    width:100%;
    height:230px;
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    
}

.gwt-PopupPanelGlass {
    opacity:0.6 !important;
}

.separator {
    clear:both; 
    height: 20px;
}

.title2 {
    float:left;
	color:black; 
	font-style: normal;
    font-weight: bold;
	font-size:20px;
	text-align:left;
}
