* { margin: 0px; }
html, body { height: 100%; }

body {
    margin: 0px;
	background: url('/static/img/light_toast.png');
	font-size: 10pt;
    color: #4B4B4B;
    font-family: 'Roboto', sans-serif !important;
}

p { margin: 0px 0px 10px 0px; }

a, a img, a:visited {
    text-decoration: none;
    border: none;
    color: #8B004F;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

h1 {
    margin: 0px 0px 20px 0px;
    font-size: 18pt;
    font-weight: bold;
}

img.border {
    border: 1px solid silver;
    padding: 2px;
}

.edit_page{
	padding: 5px 0px 0px 5px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.cleaner {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

input, textarea, select {
    border: 3px solid #adaba8;
    padding: 6px;
    font-family: "Trebuchet MS";
    font-size: 10pt;
}

input[type=checkbox], input[type=radio] {
    border: none;
    background: none;
}

.input_focused, .textarea_focused, select:focus {
    border: 3px solid #adaba8;
    background: #FDFDE4;
    outline: none;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    border: 2px solid #c37e9a;
    background-color: #c37e9a;
    padding: 3px 5px 3px 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: .2em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    height: 26px;
}

.buttonnieuw {
	float: right;
	margin-left: 3px;
        display: inline-block;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 9pt;
        color: white;
        border: 3px solid #adaba8;
        background-color: #295623;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: .2em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 30px;
}

.buttontimeplotnieuw {
	float: right;
	margin-left: 3px;
        display: inline-block;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 9pt;
        color: white;
        border: 3px solid #adaba8;
        background-color: #295623;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: .2em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 36px;
}

#btn_login{
	border-radius: 100%;
	height: 34px;
	width: 35px;
	margin-top: 23px;
	margin-left: -17px;
	position: absolute;
}

.button.disabled {
    background-color: #CDCDCD;
    border-color: #A2A2A2;
    cursor: default;
}

.disabled

.button_hover {
	border-color: #8B004F;
    background-color: #8B004F;
}

#head {
	float:left;
    /*background: url('/static/img/head_back1.png') repeat-x;*/
    width:100%;
    margin-top: 20px;
}

#head .col_one {
    float: left;
}

#head .col_one h1 {
    display:none;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    margin: 0px;
    text-shadow: 1px 1px 1px #707070;
}

#head .col_two {
    float: right;
    padding-right: 7px;
}

#head .block_top{
	float:left;
	width:100%;
	padding-bottom: 10px;
}

#head #col_three {
    float: left;
    width: 100%;
}

#head #col_three .menu {
    float: left;
    font-size: 11pt;
    width: 100%;
    text-align: center;
    height:40px;
	border-bottom: 4px solid #8B004F;
    background: #974a69;
	background: -moz-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c37e9a), color-stop(100%, #974a69));
	background: -webkit-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -o-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -ms-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: linear-gradient(to bottom, #c37e9a 0%, #974a69 100%);
}

#head #col_three ul {
    padding-left: 0px;
    line-height: 40px;
    width: 100%;
}

#head #col_three li {
	display: inline;
    text-align: center;
    list-style-type: none;
    padding-right: 10px;
}

#head #col_three li:last-of-type {
	padding-right: 0px;
}

#head #col_three li a{
	padding: 12px 13px;
	/*border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
	color: #ffffff;
}

@-moz-document url-prefix() {
    #head #col_three li a {
        padding: 11px 13px 12px 13px;
    }
    
    #top_menu .top_menu_link{
    	margin-left: 0px;
    	overflow: hidden;
    	display:inline-table;
    }
}

#head #col_three li a:hover{
	background-color: #8B004F;
	text-decoration:none;
}

#head #col_three li .active {
	background-color: #8B004F;
	text-decoration:none;
}


#head .content {
    /*background: url('/static/img/head_logo1.png') no-repeat;*/
    float:left;
    padding-top: 15px;
    width: 100%;
}

#head .logo {
    float: left;
}

#head .logo img{
	width: 350px;
}

/**#head .shadow {
    background: url('/static/img/head_shadow.png') no-repeat;
    height: 8px;
    width: 944px;
    margin: 0px auto 0px auto;
}**/

#head .col_two #login {
    text-align: right;
    padding-top: 10px;
    padding-right: 12px;
    color: #4b4b4b;
    float:right;
    clear:both;
    font-size: 11pt;
    display:block;
    position:relative;
}

#head .col_two #login:first-letter{
    text-transform: capitalize;
}

#head .col_two #fm_login .input {
    border-color: #c37e9a;
}

#head .col_two #fm_login .input_focused {
    border-color: #8B004F;
    outline: #8B004F;
}

#head .block_top a {
    color: #4b4b4b;
}

#head a:hover {
    text-decoration: underline;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto;
    width: 990px;
    /*background: url('/static/img/container_back.gif') repeat-y center;*/
}

#container {
    width: 990px;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
    position: relative;
    float:left;
}

#container #content {
	width: 970px;
	padding: 6px 10px;
}

#footer, .push {
    height: 30px;
}

#footer {
/*     background: url('/static/img/foot_back.gif') repeat-x #EFEFEF; */
	float:left;
    background: #974a69;
	background: -moz-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c37e9a), color-stop(100%, #974a69));
	background: -webkit-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -o-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -ms-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: linear-gradient(to bottom, #c37e9a 0%, #974a69 100%);
    width: 990px;
    margin: 0px auto 20px auto;
    position: relative;
    z-index: 0;
}

#footer p {
    color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	width: 990px;
	position: absolute;
	line-height: 30px;
	margin: 0px;
	z-index: -1;
}

#footer p a:hover {
    text-decoration: underline;
}

#footer .footer_link{
	float:left;
	padding-left: 8px;
	line-height: 30px;
}

#footer .footer_link2 {
	float:right;
	line-height: 30px;
	padding-right: 8px;
}

#col_one {
	float: left;
	width: 215px;
	min-height: 180px;
	display: block !important;
	cursor: pointer;
	position: fixed;
	padding: 10px 15px 10px 5px;
	margin-left: -205px;
	background-color: #5A5A5A;
	top: 50%;
	background-image: url(/static/img/arrow-pink-right.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: bottom 15px right 5px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#col_one .menu {
	float: left;
}

.sidebar_desc{
	color: #ffffff;
	font-size: 20px;
	float: right;
	height: 140px;
	word-wrap: break-word;
	width: 8px;
	text-transform: uppercase;
}

#col_two {
    margin: 0 auto;
    width: 744px;
    padding: 0px 10px 35px 10px;
}

#top_menu {
    text-align: right;
    font-size: 18px;
    float:right;
}

#top_menu a {
    display:inline-block;
}

#top_menu .top_menu_link {
	float:left;
	margin-left: 15px;
}

a.top_menu_link:first-letter{
    text-transform: uppercase;
}

#top_menu_link_user {
    float: right;
	padding-top: 7px;
	clear:both;
	text-align: right;
}

.err {
    color: red;
}

#col_one h3 {
    font-size: 12pt;
    margin: 20px 0px 5px 0px;
}

#col_one .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#col_one .menu ul li ul{
	margin-top: 2px;
	margin-bottom: 2px;
}

#col_one .menu ul li ul li a{
	border-left: 4px solid #8B004F;
}

#col_one .menu ul li ul li a:hover{
	border-left: 0px;
	padding: 3px 7px 3px 14px;
}

#col_one .menu a {
    display: block;
    padding: 3px 7px 3px 10px;
    line-height: 20px;
    color: #ffffff;
}

#col_one .menu a:hover {
    background-color: #8B004F;
    text-decoration:none;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#col_one img {
	float: right;
	width: 20px;
}

.site_pages ul {
    margin: 0px;
}

ul.site_pages:first-child {
    display: none;
}

ul.site_pages:nth-child(2) {
    margin-top: 0px !important;
}

.site_pages ul li {
    margin: 0px;
    padding-left: 15px;
}

.menu_homepage {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
}

.menu_homepage ul li ul li {
    padding-left: 15px;
}

.site_pages .active, .menu_homepage .active, #col_one .menu a.active {
    background-color: #8B004F;
    color: white;
    padding: 3px 7px 3px 14px;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    border-left: 0px;
}

.site_pages a.plant_root {
}

#main_content {
	margin-top:10px;
}

#main_content .plant {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

#main_content .plant .caption {
    margin: -10px -10px 10px -10px;
    padding: 5px 5px 5px 10px;
    background-color: #EFEFEF;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
}

#main_content .plant .caption h3 {
    margin: 0px;
    width: 500px;
    float: left;
}

#main_content .plant .caption .delete_plant_container {
    width: 150px;
    float: right;
    text-align: right;
}

#main_content .plant .info {
    width: 400px;
    padding-bottom: 10px;
    float: left;
}

#main_content .plant .toolbar {
    float: right;
    width: 200px;
    padding-top: 20px;
}

.login_box {
	position:relative;
	margin: 4px 4px 2px 4px;
	float: left;
	clear: both;
}

.login_box p{
	float:left;
	text-align: right;
	width: 90px;
	padding-right: 10px;
	line-height: 25px;
	margin: 0;
}

.ico {
    vertical-align: middle;
    padding-right: 5px;
}

.check{
	padding-left: 20px;
}

.toolbar {
    text-align: right;
    margin-bottom: 10px;
}

.toolbar a, .toolbar_button {
    padding: 5px 10px 5px 10px;
}

.toolbar a:hover, .toolbar_button:hover {
    background-color: #8B004F;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.toolbar h3 {
    float: left;
}

table.edit .col1 {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

table.content_items {
    width: 100%;
    background-color: #FAFAFA;
}

table.content_items th {
    background: #974a69;
	background: -moz-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c37e9a), color-stop(100%, #974a69));
	background: -webkit-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -o-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: -ms-linear-gradient(top, #c37e9a 0%, #974a69 100%);
	background: linear-gradient(to bottom, #c37e9a 0%, #974a69 100%);
    color: white;
    padding: 3px 0px 3px 0px;
    text-align: left;
}

table.content_items td {
    border-bottom: 1px solid #B6B6B6;
}

table.content_items .col1 {
    padding-left: 10px;
    text-align: left;
}
table.content_items .col1 a {
    padding: 3px 0px 3px 0px;
}

table.content_items .col2 {
    text-align: left;
}

table.content_items .col3 {
    text-align: center;
}

table.content_items .col4 {
    text-align: center;
}

table.content_items .hover_row.hover_active {
    background-color: #FDFDE4;
}

table.content_items tr.plant {
    background-color: #FFCCCC;
}

table.content_items tr:first-child {
    height: 35px;
}

#page_edit {
}

#page_edit h3 {
    margin: 0px 0px 10px 0px;
}

#page_edit .col_left {
    float: left;
    width: 460px;
}

#page_edit .col_right {
    float: left;
    width: 290px;
}

#page_edit #page_order {
    width: 100%;
}

#page_edit #page_order td {
    padding: 0px;
}

#page_edit #page_order tr.current {
    background-color: #EFEFEF;
    font-weight: bold;
}

#page_edit #page_order .col1 {
    padding: 3px;
}

#page_edit #page_order .col2 {
    width: 16px;
}

#page_edit #page_order .col3 {
    width: 16px;
}

#page_edit .info {
    font-size: 8pt;
    margin-bottom: 10px;
    color: #A4A4A4;
    margin: 0px 0px 0px auto;
}

#page_edit .info .col1 {
    text-align: right;
}

#page_edit .info .col2 {
    font-weight: bold;
}

#page_edit .info p {
    margin: 0px;
}

#page_edit #textarea_cmd {
    float: left;
}

#page_edit #textarea_cmd a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #91D4EE;
    border-radius: 5px;
    padding: 0px;
    background: url('/static/inc/js/tinymce/themes/advanced/img/icons.gif') no-repeat;
}

#page_edit #textarea_cmd a:hover {
    background-color: #D9F5FF;
}

#page_edit #textarea_cmd #text_select_all {
    background-position: -400px -20px;
}

#page_edit #textarea_cmd #text_cut {
    background-position: -300px 0px;
}

#page_edit #textarea_cmd #text_copy {
    background-position: -280px 0px;
}

#page_edit #textarea_cmd #text_paste {
    background-position: -560px 0px;
}

#page_content .child_list .item {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #EFEFEF;
    border: 2px solid #CFCFCF;
    border-radius: 10px;
}

#page_content .child_list .item h2 {
    font-size: 12pt;
    margin: 0px;
}

#page_content .child_list .item p {
    margin: 5px 0px 0px 20px;
}

#breadcrumbs {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
}

#breadcrumbs_container {
    float: left;
    width: 725px;
}

#heartbeat_container {
    height: 16px;
    width: 16px;
    float: right;
}

#mmanager_select {
    padding: 10px;
}

#mmanager #upload_frame {
    margin: 10px 0px 20px 0px;
    padding: 20px;
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

#mmanager table.content_items td {
    padding: 3px 0px 3px 0px;
}

#mmanager table.content_items tr:hover {
    background-color: #FFFFDD;
}

#mmanager .cmd {
    margin-top: 10px;
}

#mmanager #upload_files input {
    display: block;
    margin-bottom: 5px;
}

#mmanager .dir {
    background-color: #FAFAFA;
}

#mmanager .dir a, #mmanager .file a, #mmanager .image a {
    display: block;
}

.dialog { font-size: 10pt; font-family: "Trebuchet MS"; }
.dialog h1 { font-size: 14pt; text-align: center; margin: 10px 0px 10px 0px;}
#dlg_insert_object #obj_properties .col1 { width: 80px; text-align: right; padding-right: 10px; }

#config_edit #config {
    font-family: "Courier New";
    width: 740px;
    height: 500px;
}

#config_edit .info {
    background-color: #CCF1FF;
    text-align: center;
    padding: 20px;
    border: 2px solid #1F91C1;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
}

#config_edit .err {
    color: #4B4B4B;
    background-color: #FFE6E6;
    border: 2px solid #CC0000;
}

.abbr_legend table {
    margin: 20px 31px 0px auto;
}

.abbr_legend table .col1 {
    font-weight: bold;
    text-align: center;
    width: 20px;
}

#server_admin ul li {
    list-style-image: url('/static/img/bullet.gif');
    line-height: 24px;
}

#server_admin .db_info .col1 {
    text-align: right;
    padding-right: 5px;
    width: 120px;
}

.registratie {
    width: 160px;
}

.corner {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #c37e9a;
    background: url('/static/img/light_toast.png');
}

.top-right {
    top: 0;
	right: 0;
    width: 17px;
    height: 17px;
    border-radius: 0 0 0 100%;
    border-width: 0 0 2px 2px;
}

.focused{
	border-color: #8B004F;
}

.bottom-right {
	bottom: 0;
	right: 0;
    width: 17px;
    height: 17px;
    border-radius: 100% 0 0 0;
    border-width: 2px 0 0 2px;
}

#login_ajax_wait {
	display: inline-block;
	position: absolute;
	margin-top: 20px;
	margin-left: -10px;
}

#lower_menu{
	float: right;
    clear: both;
    margin-top: 7px;
    font-size: 12pt;
}

#print_page {
	display: none;
}

.nadp{
	float: left;
	line-height: 26px;
	width: 125px;
	margin: 0px;
}

.col1text{
	margin-bottom: 50px;
}

.formfields{
	margin-bottom: 25px;
}

.btn_verzenden{
	float:right;
	height: 24px;
	width: 70px;
}

.btn_back{
	float: left;
}

.nadform{
	margin: 15px auto;
	float: left;
}

.label{
	float:left;
	width: 100%;
	margin-bottom: 20px;
}

.label label{
	margin-left: 5px;
}

.label input[type="checkbox"] {
	margin: 7px 0 6px 0;
}

#thirth.nadform,
#second.nadform{
	display: none;
}

.nadcodeinvoeren {
	float: left;
	clear: both;
	margin-top: 10px;
}

.nadcodeinvoeren:first{
	margin-top: 0;
}

.hthree{
	float: left;
	clear: both;
}
#handnadcode label,
#autnadcode label,
#aanpassenpage label {
	line-height: 25px;
}

#handnadcode label{
	padding-right: 25px;
}

#handnadcode input[type="text"],
#autnadcode  input[type="text"],
#aanpassenpage input[type="text"]{
	float: right;
}

#handnadcode,
#autnadcode,
#editnad,
#nadkoppelen{
	float: left;
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
}

#nadcodesfields{
	margin-bottom: 15px;
}
#autnadcode .update_form{
	margin: 8px 0 0 0;
}

.update_form {
	float: right;
	clear: both;
	margin-bottom: 10px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	float: left;
	clear: both;
}

.nadcodeinvoeren-nadnr,
.nadcodeinvoeren-beschikbaar{
	float: left;
	width: 300px;
}

.nadcodeinvoeren-beschikbaar{
	margin-left: 10px;
}

.chx_beschik{
	line-height: 25px;
}

.formfieldserr1{
	color: red;
	display: none;
	margin-left:5px;
}

#subrequired1 {
	margin-left: 10px;
	width: 35px;
	text-align: center;
}

#tableLive{
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}

#tableLive th{
	text-align: center;
}

#tableLive .inputLive{
	text-align: center;
}

#tableLive .inputLive input,
.inputLive1
{
	float: none;
	text-align: center;
	background-color: transparent;
	border: none;
}

#tableLive .inputLive:nth-child(2) input{
	border: 1px solid black;
	width: 147px;
    height: 13px;
}

#tableLive .inputLive input:focus{
	border: 2px solid #8B004F;
    background: #FDFDE4;
    outline: none;
    width: 145px;
    height: 12px;
}

.col1half{
	width:75px !important;	
}

.col2half{
	width:153px !important;	
}

.col{
	width: 300px;
}

.error{
	display:inline-block !important;
}

table.user_controllers tr.controller_row { line-height: 28px; }
table.user_controllers th { background-color:  }
table.user_controllers .col1 { text-align: left; width: 80px; }
table.user_controllers .col2 { text-align: left; }
table.user_controllers .col3 { text-align: center; width: 100px; }
table.user_controllers .col4 { text-align: center; width: 100px; }
table.user_controllers .col5 { text-align: center; width: 100px; }
