@CHARSET "UTF-8";
/************************************ BASIC TAGS ********************************************************************************************/
body {
	background: #F7F7F6;
	color: #71706E;
	font: 14px/18px Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 998px;
	height: 100%;
}

* {
	line-height: 1.0em;
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #71706E;
}

select {
	display: inline-block;
	font-size: 15px;
	color: #40AC69;
	maxlength: 45;
	border: medium solid;
	margin-right: 10px;
	padding: 2px 4px;
	vertical-align: middle;
}

div.ui-droppable, input {
	display: inline-block;
	font-size: 15px;
	color: #40AC69;
	border: medium solid;
	margin-right: 10px;
	margin-bottom:5px;
	padding: 2px 4px;
	vertical-align: middle;
}

input.button {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0px;
	color: #FFFFFF;
	background-color: #009037;
	border-color: #40AC69;
	border-width: 2px;
	border-style: double;
}

label {
	font-weight: bold;
	margin-top: 15px;
}
.over{
	border-color: #ac4069 !important;
}

.xdebug-error {
	padding-top: 145px;
}
/************************************ DEFAULT STYLES ********************************************************************************************/
.middle {
	vertical-align: middle;
}

.hidden {
	display: none;
}

.width_960 {
	width: 960px;
}

.width_300 {
	width: 300px;
}

.border_2 {
	border-spacing: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #40AC69;
}

.border_no_top {
	border-top: none;
}

.inline {
	display: inline-block;
}

a.button {
	display: inline-block;
	height: 30px;
	width: 30px;
}

a.button>span {
	width: 100%;
	height: 100%;
	display: block;
}

.text-white {
	color: #f7f7f6 !important;
}
.text_error {
	color: #CC0000;
	font-weight: bold;
}

.header {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
}

.status_img {
	height: 25px;
	width: 25px;
}
/************************************ FORM STYLES ********************************************************************************************/
.formElementBox {

}

.formElementBox>ul {
	padding-top: 5px;
}

.formElementBox>ul>li {
	list-style: none;
}

/************************************ MESSAGE STYLES ********************************************************************************************/
.flashmessages {
	position: absolute;
	width: 100%;
	opacity: 0.8;
}

.box {
	background-position: 2px center;
	background-repeat: no-repeat;
	border-style: dotted;
	border-width: 1px;
	margin: 0 0 1px 0;
	padding: 5px 25px;
	color: #000000;
}

.box-error {
	border-color: #FF2222;
	background-color: #FFCCCC;
	background-image: url('/vd/images/icons/error_20.png');
}

.box-warning {
	border-color: #ff8800;
	background-color: #ffe1bf;
	background-image: url('/vd/images/icons/warning_20.png');
}

.box-notice {
	border-color: #0000ff;
	background-color: #bfbfff;
	background-image: url('/vd/images/icons/notice_20.png');
}

.box-info,.box-success {
	border-color: #22FF22;
	background-color: #CCFFCC;
	background-image: url('/vd/images/icons/success_20.png');
}

.box-debug {
	border-color: #ffff00;
	background-color: #ffffbf;
	background-image: url('/vd/images/icons/debug_20.png');
}

/************************************ MESSAGE STYLES ********************************************************************************************/
.info_box_outer {
	background-color: #f7f7f6;
	position: absolute;
	top: 160px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	margin: 0 20px 30px;
	padding-bottom: 20px;
}

.info_box {
	position: relative;
	margin: 0px auto;
	padding: 0 20px;
	background-color: #009037;
	border-style: solid;
	border-width: 2px;
	border-color: #40AC69;
	height: 100%;
}

.info_box_header {
	background-color: #009037;
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 10px 0;
}

.info_box_content {
	position: absolute;
	top: 38px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff6dd;
	overflow: auto;
	font-weight: normal;
	font-size: 1.2em;
	vertical-align: middle;
	color: #000000;
	padding: 10px 5px;
	overflow: auto;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #40AC69;
}

.info_box_close_header {
	float: right;
	padding: 6px 0px 0 0;;
}

.info_box_close_big {
	margin: 10px auto;
	padding: 10px;
	width: 200px;
}

.info_box_close_big>input {
	margin: 10px auto;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	vertical-align: middle;
	padding: 0px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 10px;
	background-color: #009037;
	border-color: #40AC69;
	border-width: 2px;
	border-style: double;
}

.info_box_close_big>input:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

/************************************ HEADER ********************************************************************************************/
.header-holder {
	height: 145px;
	margin: 0 auto;
	top: 0;
	width: 960px;
	z-index: 1;
}

.header-submenu {
	margin: 15px;
	float: right;
	display: inline-block;
}

.header-logo {
	display: inline-block;
	margin: 15px;
}

/************************************ NAVIGATION ********************************************************************************************/
.navbar-wrap {
	position: absolute;
	width: 100%;
	top: 115px;
}

.navbar-holder .l {
	background: #009037;
	height: 30px;
	left: -25%;
	position: absolute;
	top: 0px;
	width: 75%;
}

.navbar-holder .r {
	background: #009037;;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50%;
}

.navbar-holder {
	height: 30px;
	padding: 0px 0 0;
}

.navbar-holder-content {
	background: #009037;
	height: 30px;
	width: 1400px;
	position: relative;
	display: flex;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}

.menu-item {
	background: #009037;
	height: 30px;
	padding: 0px 5px;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	float: left;
}

.menu-item-active {
	background-color: #40AC69;
}

.menu-divider.menu-divider-al {
	background: #40AC69;
	width: 1px;
}

.menu-divider.menu-divider-ar {
	background: #40AC69;
	width: 1px;
}

.menu-item:HOVER {
	color: #000000;
}

.menu-divider-end {
	background: #40AC69;
	width: 1px;
}

.menu-divider-end-active {
	background: #40AC69;
	width: 1px;
}

.menu-divider {
	background: #40AC69;
	width: 1px;
}

/************************************ TOOLBAR ********************************************************************************************/
.toolbar {
	padding: 0;
	margin: 0px auto;
	background-color: #009037;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

/************************************ CONTENT ********************************************************************************************/
.container-outer {
	margin: 0 0 30px;
	width: 100%;
	/*min-height: 500px;*/
}

.container {
	margin: 15px;
}

.content-full {

}

.content-center {
	width: 960px;
	margin: 0 auto;
}

.infoContainer {
	display: table;
	font-size: 20px;
	margin: 80px auto;
	text-align: center;
}

.infoContainer p {
	line-height: 1.3em;
}

.infoHeader {
	margin-bottom: 30px;
	font-weight: bold;
}

/************************************ LOGIN / REGISTRATION **********************************************************************************************/
.loginContainer {
	margin: 50px auto;
	display: table;
}

.login {
	background-color: #009037;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 280px;
	border-width: 2px;
	border-style: solid;
	border-color: #40AC69;
}

.login .header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #40AC69;
	margin-bottom: 10px;
	height: 30px;
}

.login .info {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.login .info p {
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 5px;
}

.login a {
	color: #FFFFFF;
}

.login a:hover {
	color: #000000;
}

.login input {
	display: inline-block;
	font-size: 15px;
	color: #40AC69;
	margin-bottom: 10px;
	padding: 3px 0px 3px 30px;
	maxlength: 45;
	height: 1.8em;
	border: medium solid;
	width: 245px;
}

.login input.checkbox {
	display: inline-block;
	font-size: 15px;
	color: #40AC69;
	margin: 3px 0 4px 0;
	padding: 3px 0px 3px 30px;
	maxlength: 45;
	height: 1.8em;
	border: medium solid;
	width: auto;
}

.login label {
	font-weight: bold;
	font-size: 1.0em;
	height: 30px;
	color: #FFFFFF;
	margin-left: 15px;
}

.login select {
	margin-bottom: 10px;
}

.login .emailInput {
	background: url("../images/design/user.png") no-repeat left top #FFFFFF;
	background-position: 2px 5px;
}

.login .pwInput {
	background: url("../images/design/key.png") no-repeat left top #FFFFFF;
	background-position: 3px 12px;
}

.login .braincube_registration_input {
	background: url("../images/design/key.png") no-repeat left top #FFFFFF;
	background-position: 3px 12px;
}

.login .loginSelectionRight {
	text-align: right;
	margin-right: 5px;
	padding-right: 23px;
	font-size: 18px;
	line-height: 1.3;
	background: url("../images/design/arrow_r.png") no-repeat right 3px;
}

.login .loginSelectionLeft {
	font-size: 18px;
	line-height: 1.3;
	margin-left: -10px;
	padding-left: 23px;
	background: url("../images/design/arrow_l.png") no-repeat left 3px;
}

.login button {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	vertical-align: middle;
	padding: 0px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #009037;
	border-color: #40AC69;
	border-width: 2px;
	border-style: double;
	/*background: url("../images/design/button_m.png") repeat-x 0 6px;*/
}

.login button:hover {
	font-weight: bold;
	color: #000000;
	background-color: #40AC69;
}

/************************************ FOOTER ********************************************************************************************/
.footer {
	background-color: #F0EEEC;
	bottom: 0px;
	height: 30px;
	width: 100%;
	position: fixed;
}

.footer>div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/************************************ AGB ********************************************************************************************/
.agb li {
	margin-left: 10px;
	list-style: none;
}

.agb li>p {
	padding-left: 1.5em;
	text-indent: -0.5em;
	padding: 3px 0;
}

.agb li>p>span {
	margin-right: 20px;
	list-style: none;
}

.agb>p {
	font-weight: bold;
	padding: 10px 0;
}

/************************************ Privacy ********************************************************************************************/
.privacy li {
	margin-left: 10px;
	list-style: none;
}

.privacy li>p {
	padding-left: 1.5em;
	text-indent: -0.5em;
	padding: 3px 0;
}

.privacy li>p>span {
	margin-right: 20px;
	list-style: none;
}

.privacy>p {
	font-weight: bold;
	padding: 10px 0;
}

/********************************* Service *************************************************************************************************/
.service_select {

}

.service_select>.service {
	margin: 5px;
	background-color: #DFDFDD;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 300px;
	border-width: 2px;
	border-style: solid;
	border-color: #40AC69;
	display: inline-block;
	vertical-align: top;
}

.service_select>.service>a {
	color: #000000;
	width: 290px;
	margin: 5px;
}

.service>.header {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #40AC69;
	margin-bottom: 10px;
	height: 30px;
	text-align: center;
}

div.menuitem {
    display: table-cell;
    padding-left: 102px;
    vertical-align: top;
}

table.menuitem {
    border-collapse: collapse;
	border: #40AC69 medium solid;
	background-color: white;
}


table.menuitem > tbody > tr > td {
    padding: 5px;
}

table.menuitem > tbody > tr {

}

/********************************* User *************************************************************************************************/

span.appversion, span.androidversion, span.lastcontact {
	font-weight: bold;
}


/******************** Update ServiceApp ***********************/
#tableUpdateSA {
	border-collapse: collapse;
	margin: auto
}

#tableUpdateSA th, #tableUpdateSA td {
	padding: 10px;
	border: 2px solid green;
}

#tableDeleteWastelock {
	margin: auto;
}

#tableDeleteWastelock td {
	vertical-align: middle;
	padding: 5px;
}

#tableDeleteWastelock input {
	margin: auto;
}

#tableDeleteWastelock input#gate {
	width: 70px;
}

#tableDeleteWastelock label {
	font-size: 20px;
	margin: auto;
}


.tcc_is_identical {
	color: white !important;
	background: red !important;
}

.callgrid_is_not_successful {
	color: white !important;
	background: #ff7b5a !important;
}

.call_detail_grid_type_error {
	color: white !important;
	background: #ff7b5a !important;
}

.call_detail_grid_type_warning {
	color: white !important;
	background: #edab56  !important;
}

.tcc_is_param td {
	font-weight : bold !important;
	font-size: 120%;
}

/******************** Common ***********************/
.table_custom {
	border-collapse: collapse;
	margin: auto
}

.table_custom th, .table_custom td {
	padding: 10px;
	border: 2px solid green;
}

.table_custom_no_border {
	border-collapse: collapse;
	margin: auto
}

.table_custom_no_border th, .table_custom_no_border td {
	padding: 10px;
}