body{
    background:#fafafa;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    overflow-y: scroll;
}

#header{
    width:980px;
    margin:0 auto;
    height:69px;
	padding-top: 15px;
}

#content{ width:980px; margin:0 auto; }

#footer{
    float:right;
    width:810px;
    margin:0 auto;
    padding:5px;
}

.minicontainer{
    width:100%;
    margin-bottom:10px !important;
    display:inline-block;
}

.infiniteScroll { display: none; }

.ellipse, tr.ellipse td, .ellipse a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipse a{ display: block; }

.disabled{ cursor: default; }

.button.margin{ margin-top: 10px; }

.nomargin{ margin: 0px !important; }

.underline{ text-decoration: underline; }

.info{ width:30px; background: url('/images/icon/info2.png') no-repeat 15px center; }

.hidden { display: none !important; }
.active{ background-color: #f7f5de !important; }
.left{ float: left !important; }
.right{ float: right !important; }

.user{
    height: 27px;
    background: #f6f6f6;
    float:right;
    border:1px solid #dadada;
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
}

.user a {
    display:block;
    float: left;
    height:27px;
    line-height:27px;
    padding: 0 10px;
    background: url('/images/icon/devider.png') 0 center no-repeat;
}

h1.logo {
    float: left;
    width: 165px;
    height: 84px;
    background: url(/images/logo2.png) no-repeat;
    background-size: contain;
	margin-top: -15px !important;
}

h1.logo a {	display: block;	height: inherit; }
.appBuild{ font-size: 11px; }

/************************************* MENU HORIZONTAL *************************************/
ul.mainMenu { float: left; height: 100%; }
ul.mainMenu li { float: left; height: 100%; }
ul.mainMenu li a {
    padding: 15px 20px 12px;
    margin-top: -20px;
    line-height: 50px;
    display: block;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

ul.mainMenu li a:hover, ul.mainMenu li.active a { color: inherit; }
ul.mainMenu li.active a { background: url('/images/activeli.png') bottom center no-repeat; }
/**/

.wrapper{
    width:100%;
    height:84px;
    border-bottom:1px solid #dadada;
    background: #F2F2F2;
}

.wrapper2{ margin-bottom: 40px; }

#container{
    width:772px;
    border:1px solid #dadada;
    border-top: none;
    float:right;
    padding:20px;
    min-height:422px;
}

#container2{ padding-top: 20px; }

#recordinformatie label{ width: 125px; }

.center, .table th.center{ text-align: center; padding: 0px; }

.left{ float: left !important; }

.textright{ text-align: right; }

.marginbottom{ margin-bottom: 25px !important; }

.marginright{ margin-right: 15px !important; }

ul.mainMenu .active {
	background-color: inherit !important;
}

/**************************************** SIZES *************************************/

.sizeAuto{ width: auto !important; }
.size15{ width: 15px !important; }
.size25{ width: 25px !important; }
.size35{ width: 35px !important; }
.size50 { width: 50px !important; }
.size75{ width: 75px !important; }
.size100{ width: 100px !important; }
.size135{width: 135px !important; }
.size140{ width: 140px !important; }
.size110{ width: 110px !important; }
.size125{ width: 125px !important; }
.size175{ width: 175px !important; }
.size177{ width: 177px !important; }
.size180{ width: 180px !important; }
.size190{ width: 190px !important; }
.size200{ width: 200px !important; }
.size225{ width: 225px !important; }
.size250{ width: 250px !important; }
.size275{ width: 275px !important; }
.size300{ width: 300px !important; }
.size325{ width: 325px !important; }
.size377{ width: 377px !important; }
.size600{ width: 600px !important; }
/**/

hr{ color:#9DAD34; }

.relatieZichtbaar{ background: #D9F5AA !important; }

.periode{ float:right; margin-top:22px; }

.nobackground{ background: none !important; }

.edittextarea, .editinput, .editselect{
    background: url('/images/icon/edit.png') no-repeat right 4px;
    background-size: 14px 14px;
}

.edittextarea:hover, .editinput:hover, .editselect:hover{ cursor: pointer; }

.editselect select{ margin: -3px 0 0 0; 	padding: 0px; }

.passwordNotice{ padding-left: 6px;	font-style: italic; }

/*************************************** BLOKJES MATEN **********************************************/
.blokjeright{
    width: auto;
    float: right;
    margin: 10px 0 0 0;
}

.blokje30{
    width: 30%;
    float: left;
}

.blokje33{
	width: 33%;
	float: left;
}

.blokje45{
	width: 45%;
	float: left;
}

.blokje50{
    width: 50%;
    float: left;
}

.blokje70{
    width: 70%;
    float: left;
}

.subactieblok{
    line-height: 29px;
    margin-right: 10px;
    height: 25px;
    float: left;
}

/*************************************** SCROLLBLOCK *********************************************/

.scrollblock{
	display: block;
	margin: 20px 0;
}

.scrollblock > div:first-of-type span{
	display: block;
	background:#f5f5f5 url('/images/icon/th_bg.png') repeat-x;
	font-weight:bold;
	color:#5b5b5b;
	border:1px solid #dadada;
	text-align:left;
	padding:0px 0px 0px 9px;
	line-height:32px;
}
.scrollblock > div + div{
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	border:1px solid #dadada;
	border-top: none;
}
.scrollblock > div + div span{
	display: block;
	border-bottom: 1px solid #dadada;
	padding: 0 0 0 9px;
	line-height: 29px;
	cursor: pointer;
}

/****************************************************** MENU VERTICAL *******************************************/
.menu{
    width:165px;
    background:#ededed;
    font-size:14px;
    float:left;
    border-left: 1px solid #dadada;
}

.menu li a{
    display:block;
    line-height: 16px;
    padding: 8px 0 8px 30px;
    background:url('/images/icon/arrowright.png') 14px 14px no-repeat;
    color: #999;
}
.menu li a.active{
    font-weight: normal;
    color: #585858;
}
.menu ul li{
    border-bottom:1px solid #dadada;
    height:auto;
}   

.menu li span.titel{
    display: block;
    position: relative;
    font-size: 16px;
    font-style: italic;
    padding: 13px 13px 6px 13px;
    line-height: 21px;
}
.menu li span.titel a { color: #9dad34; }
.menu li span a{ background: none; padding: 0px !important; }

.menu ul li span.img{
    position: relative;
    display: block;
    margin: -22px -1px 0 0;
    width: 8px;
    height: 13px;
    float: right;
    z-index: 1;
    background: url('/images/icon/pijltje.png') no-repeat;
}

.menu ul li ul li{
    border: none !important;
    margin: 0;
    font-size:14px;
    color:#727272;
}

.menu .open{
    background: url('/images/icon/arrowdown.png') 14px 14px no-repeat;
}

.menu .active {
	background-color: inherit !important;
}
/***************************************************** LINKS **********************************************/
a{
    color:#585858;
    text-decoration: none;
}

a:active{
    color:#9DAD34;
}

a.ilog{
    padding-left: 25px;
    background: url('/images/icon/icon.png') 7px center no-repeat;
}
a.ulog{
    font-weight:normal !important;
}

a.forgotww{
    color:#8e8e8e;
    text-decoration:none;
    margin-left:4px;
}

a.createaccount{
    color:#8e8e8e;
    text-decoration:none;
}

a.addlink{
    text-decoration: underline;
    font-size:12pt;
}

a.subactielink, a.deletelink, a.copylink, a.ontkoppellink, a.opzeggenlink, a.deleteDns, a.deleteMailboxLink, a.deleteDomainLink{
    text-decoration: underline;
    color:#585858;
}
a.copylink{ float: left; }

.subactieblok a.subactielink, .subactieblok a.deletelink{
    text-decoration: underline;
    margin-left: 9px;
}

.actiebutton a.subactielink, .actiebutton a.deletelink{
    margin-right: 9px;
}
.actiebutton button, .actiebutton a.button { margin:0 10px; }
.actiebutton input + button{ margin-right: 0px; }

a.copylink{
    margin-left: 10px;
    line-height: 35px;
}
/***************************************************** FONTS **********************************************/

p{
	line-height: 18px;
    margin:10px 0px !important;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-size:18px !important;
    color:#9dad34;
    margin:0px 0px 0px 0px !important;
    clear:left;
}

h1.clear{
    float:left;
    line-height:25px;
}
h3.clear{
    line-height:26px;
    float:left;
    height:26px;
    margin:0 5px !important;
}
h2{
    margin:10px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size:15px !important;
    color:#585858 !important;
    font-weight:bold !important;
}

h3{
    font-weight:bold !important;
    margin:10px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size:12px !important;
}

.footer{
    font-size:10px;
    color:#a5a5a5;
    float:right;
}

.forgotww{
    font-size:10px; 
    font-family: 'Roboto', sans-serif;
    color: #8e8e8e;
}

/***************************************************** TABLE **********************************************/
.table{
    margin:13px 0px 20px 0px;
    border:1px solid #dadada;
    font-size:12px;
    vertical-align: inherit;
    width:100%;
    table-layout: fixed;
}

.table th{
    background:#dadada;
    font-weight:bold;
    color:#585858;
    text-align:left;
    padding:0px 0px 0px 9px;
    line-height:32px;
}

.table .rowTitle td{
	background:#f5f5f5 url('/images/icon/th_bg.png') repeat-x;
	color:#5b5b5b;
	font-weight: bold;
	font-size: 14px;
}

.table td{
    border:1px solid #dadada;
    padding:9px 9px 9px 9px;
    line-height: 12px;
    font-size:11px;
}

.table tr:hover{
    background:#f7f5de !important;
    cursor: pointer;
}

.table tr th:hover{
    cursor: default;
}

.table tr.recorddata, .table tr.emailboxdata{
	display: none;
}

.table tr.nohover, .table.log tr:hover{
    background: #fafafa !important;
    cursor: default;
}

.table tr.recorddata:hover, tr.emailboxdata:hover{
    background: #fafafa !important;
    cursor: default;
}

.table .wanneer{
    vertical-align: middle;
}

.table.dns{
	margin: 13px 0px 0px 0px;
}

th.table10{
    width: 10%;
}

th.table12{
    width: 12%;
}

th.table14{
    width: 14%;
}

th.table15{
    width: 15%; 
}

th.table16{
    width: 16%;
}

th.table18{
    width: 18%;
}

th.table20{
    width: 20%;
}

th.table25{
    width: 25%;
}

th.table30{
    width: 30%;
}

th.table35{
    width: 35%;
}

th.table40{
    width: 40%;
}

th.table45{
    width: 45%;
}

th.table50{
    width: 50%;
}

th.table60{
    width: 60%;
}

th.table70{
    width: 70%;
}

th.table75{
    width: 75%;
}

th.table80{
	width: 80%;
}

th a.sortColumnSelected{
	color: #9dad34 !important;
}

th{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-user-select: none;
}

tr.relaties-relatie:hover{
	cursor: pointer;
}

td.small{
    padding: 0px 9px;
    text-align: center;
}

td.center .subactielink, td.center .deletelink{
	margin-right: 5px;
}

.table tr.nohover.active{
	background-color: #f7f5de !important;
}
/***************************************************** CONFIG LIJST *********************************************/
ul.configmenu{
    font-size: 14px;
}

.configmenu ul{
    margin: 20px 0px 10px 0;
}

.configmenu li{
    margin: 0px 0px 10px 0;
    clear: both;
}

.configmenu li ul{
    padding-left:50px;
}

.configmenu li ul li ul{
    padding-left:100px;
}

.configmenu li ul li ul li ul{
    padding-left: 150px;
}

.configmenu label{
    text-align:left;
}

/***************************************************** TAB MENU *************************************************/
.tabs{
    width: 100%;
    margin:25px 0;
}

.tabcontent{
    width: 96%;
    border-left: #dadada 1px solid;
    border-right: #dadada 1px solid;
    border-bottom: #dadada 1px solid;
    padding: 2%;
}

ul.tabnav{
    list-style: none;
    border-bottom: #dadada 1px solid;
}

ul.tabnav li{
    display: inline-block;
    height: 26px;    
    font-size: 14px;
    background: #ededed;
}

ul.tabnav a#tablink-1, ul.tabnav a.first{
    border-left: #dadada 1px solid;
}

ul.tabnav a{
    height: 26px;
    border: #dadada 1px solid;
    border-left: none;
    border-bottom: none;
    display: inline-block;
    line-height: 28px;
    padding:0px 10px;
}

div.tabs table{
    margin: 0px;
}

div.tabs textarea{
    width: 595px;
}

.activetab{
    border-bottom: none;
    background: #fafafa;
}

/***************************************************** IMG CLASSES **********************************************/
.menupijltje{
    width:8px;
    height:13px;
    position:absolute;
    right:-1px;
    top:11px;
    z-index:9999;
    margin-right:0px !important;
    background: url('/images/icon/pijltje.png');
}

.banner{
    max-width:100%;
}

.contactpersoon{
    width: 20px;
    height: 27px;
    margin:10px 0px 0px 5px;
    float: left;
}

.potloodje{
    width: 27px;
    height: 27px;
    margin:10px 0px 0px 5px;
    float: left;
}
/***************************************************** SELECT **********************************************/
select{
    width:200px;
    margin:10px 0px 15px 0px;
    height:27px;
    border:1px solid #cccbcb;
    background:#fefefe url('/images/icon/inputbg.png') repeat-x;
    outline:none;
    float:left;
    padding-left: 2px;
}

.table .record select{
    margin: 0px;
}
/***************************************************** FORM **********************************************/
input
{
    width:175px;
    height:23px;
    padding:1px 0px;
    border:1px solid #cccbcb;
    background: #fefefe;
    outline:none;
    text-indent: 5px;
    float:left;
    margin:10px 0px 15px 0px;
}

input[type="radio"]{
    width: 15px;
	height: 15px;
    margin: 17px 10px 13px 0px;
}

input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin: 17px 10px 13px 0px;
}

input.zoekbalk{
    width: 770px;
    margin: 10px 0px 5px 0px;
}

input.config{
    float: none;
    margin: 0px;
}

.wwlink{
    display: inline-block;
    margin: -12px 0 0 0px !important;
}

.wwlink input{
    margin-top: 10px;
}

.table input.checkbox{
    width: 15px;
    height:15px;
    vertical-align: middle;
    margin:0px;
    float: none;
}

.table input.text, .table select.text{
    margin: 0px;
}

.table select.dropdownlist{
    width: 100px;
    height:20px;
    vertical-align: middle;
    font-size: 11px;
    margin:0px;
    float: none;
}

textarea{
    margin-bottom:10px;
    width:200px;
    height:80px;
    border:1px solid #cccbcb;
    background:#f8f8f8 url('/images/icon/inputbg.png') repeat-x;
    float:left;
    outline:none;
    resize:none;
    margin:10px 0px 5px 0px;
    padding:2px 0 0 5px;
    line-height: 22px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

textarea.scroll{
    overflow: hidden;
}

textarea.short{
    height:45px;
}

textarea.relatiekaart{
    width:600px;
}

textarea.belnotities{
    width:651px;
}

textarea.producten{
    width:360px;
}

textarea.big{
    width: 400px;
}

textarea.nostyle{
	background: none;
	border: 0px;
	cursor: default;
	color: #000;
}

.table textarea.producten{
    width:614px;
}

label{
    width:155px;
    clear:left;
    float:left;
    height: 27px;
    text-align: right;
    line-height: 22px !important;
    margin:10px 10px 5px 0px !important;
    padding:3px 0 0 0;
    font-size: 12px;
}

label.text{
    width: auto;
    clear: none;
    text-align: left;
    padding-right: 25px;
}

label.radio{
    width: auto;
    margin-top: 11px !important;
    float: left;
    clear: none;
}

label.right{
	float: right;
	padding-right: 0px;
}

label span, textarea span{
	color: #afafaf;
	font-style: italic;
	font-size: 10px;
	margin-left: 5px;
}

label.list{
    height: auto;
}

label.titel{
    font-weight: bold;
    margin-bottom: 0px !important;
}

label form input{
    position: relative;
    margin-top: -4px;
}

label form textarea{
    position: relative;
    margin-top: -2px;
}

label textarea{
    width: 400px;
    height: 60px;
}

label.textarea{
    width: auto;
    height: 63px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-right: 25px;
    max-width: 500px;
}

label input[type="radio"]{
	margin: 4px 8px 4px 4px;
}

.technische_optie label{
    clear: none;
    text-align: left;
}

.form, .form2{
    color:#4c4c4c;
    font-size:12px;
}

.inlog{
    float:right;
    width:383px;
}

.inloginput{
    float:right;
    margin:0px 10px 0px 0px;
    width:140px;
    height:22px;
}

.inlogbutton{
    background: #E94E1B !important;
    width:75px;
    float:right;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color:white;
    margin:0px;
    height:25px;
    cursor:pointer;
    height:25px;
	transition: all .3s;
    border: none !important;
}

.inlogbutton:hover{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	background: #ffa625;
}

.button{
    height:25px;
    text-indent:0px !important;
    margin: 0px;
    padding: 2px 15px;
    width: auto !important;
    color:white !important;
    background: #ec9a25;
    font-size:12px;
    line-height:25px;
    cursor:pointer;
    float:left;
	transition: all .3s;
    border: none !important;
}

input.button{
    line-height: unset;
}

a.button{
    height: 23px;
}

.button:hover {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	background: #ffa625;
}

.actiebutton{
    margin:0px;
    float:right;
}

td .actiebutton .button{
    margin-right: 9px;
}

.loading{
	display: inline-block;
	width: 130px;
	height: 27px;
	margin-right: 9px;
	background: url('/images/loading.gif') no-repeat;
}

.clear{
    clear: both;
}

.no-clear{
    clear: none;
}

.dropdownlist{
    height: 25px;
    margin:0 10px 0 0;
    float:left;
}

.selectControleType.dropdownlist{
    margin:11px 0 0 0;
}

.domeininput{
    height: 22px;
    margin:0 10px 0 0;
}

.optie{
    width:50px;
    clear:none;
    margin:0 20px 0 5px ;
}

.technische_optie input.checkbox{
    margin: 15px 10px 0 0px;
    clear: left;
    float: left;
}

input.small{
    width:250px;
    height:25px;
}

textarea.embed{
    width:467px;
    padding:5px 5px 20px 5px;
    font-size:10px;
    margin:3px 0px 20px 0px !important;
}

/***************************************************** LIST *********************************************/ 
ul li{
    position:relative;
}

div ul li img{
    margin-right: 7px;
}

address{
    margin:10px 0px 10px 0px !important;
}

ul.pijltje li{
    clear:left;
}

ul.pijltje li a {
    padding-left: 25px;
    background-position-x: 16px;
}

/*************************************** LOG *********************************************/

.table.log{
    width: 607px;
    float: left;
}

.table.log td{
    word-wrap: break-word;
}

.minicontainer.log{
    margin-top: 5px;
}

.minicontainer .table label.log{
    width: 75px;
}

label.log{
    line-height: 34px !important;
}

.linkApi label{
    text-align: left;
    clear: none;
    padding: 0px;
    height: 23px;
    margin: 10px 0 10px 0 !important;

}

/*************************************** DIALOG *********************************************/

#dialogContainer .table.log{
    width: 609px;
    float: left;
}

#dialogContainer textarea.belnotities{
    width: 400px;
}

.dialoglog{
    width:610px;
    height:400px;
}

.linkApi input{
    clear: left;
    margin: 14px 10px 10px 0;
}

.dialog-open{
    overflow: hidden;
}
/************************************* MAILBOXEN *********************************************/

#mailboxen label{
    width: 250px;
    margin-top:5px;
}

#mailboxen textarea{
    width: 445px;
}

/************************************* FACTUREN *********************************************/
#factuurDialog{
	width: 772px;
	height: 600px;
	padding: 20px;
}

.factuurregels .text:before{
	content: '€';
}

.factuurregels .text.sizeAuto:before{
	content:'';
}

.factuurregel{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

div.ontvanger label{
    margin: 0px !important;
    text-align: left;
}

div.blokjeleft.datum label{
    margin: 0 10px 0 0 !important;
}

div.blokjeleft.datum label.text{
    margin-right: 0px !important;
}

.factuurregel label{
    width: 100%;
    height: 27px;
    text-align: left;
    line-height: 27px !important;
    margin:5px 0px 0px 0px!important;
    font-weight: bold;
    font-size: 13px;
}

.factuurregel input{
    height:23px;
    padding:1px 0;
    border:1px solid #cccbcb;
    background:#fefefe url('/images/icon/inputbg.png') repeat-x;
    outline:none;
    text-indent: 5px;
    float:left;
    margin:5px 0px 15px 0px;
}

.factuurregel select{
    margin-top: 5px;
}

.factuurregel textarea{
    width: 96%;
    height: 50px;
    margin-top: 5px;
}

.factuurregel .aantal{
    width: 54px;
    float: left;
    margin: 0 20px 0 0px;
}

.factuurregel .omschrijving{
    width: 293px;
    float: left;
    margin: 0 20px 0 0px;
}

.factuurregel .bedrag{
    width: 80px;
    float: left;
    margin: 0 20px 0 0px;
}

.factuurregel .totaal{
    width: 75px;
    float: left;
    margin: 0 20px 0 0px;
}

.factuurregel label.text{
    margin-top: 5px;
}

.factuurregel .btw{
    width: 100px;
    float: left;
    margin: 0 20px 0 18px;
}

.factuurregel button{
    width: 30px !important;
    clear: left;
    margin-top: 10px;
}

.factuurregel .actiebutton{
    margin-top: 30px;
}

.factuurregel .totaal label{
    text-align: right;
}

.factuurregel .blokje60{
    width: 60%;
    float: left;
    margin: 0px;
    margin: 0 0px 0 0px;
}

.totalen{
    float: right;
    margin-right: 159px;
}

.totalen label.text{
    width: 87px;
    text-align: right;
}

.valuta{
	width: 70px !important;
	text-align: right;
	padding-right: 5px !important;
}

.factuurKortingInput{ margin: 10px 5px 10px 55px; text-align: right; padding-right: 5px;}

/************************************* DASHBOARD *********************************************/
.dashboardItem{
    width: 240px;
    height: 222px;
    display: block;
    margin-bottom: 25px;
    font-size: 10px;
}

.dashboardItem .header{
    height: 32px;
    text-align: center;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.dashboardItem .footer{
    height: 10px;
    text-align: center;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 10px 0px;
    font-size: inherit;
    color: inherit;
    float: none;
}

.dashboardItem .indicator{
	display: block;
	width: 238px;
	height: 187px;
	border: #dadada solid 1px;
	background: url('/images/loading.gif') no-repeat center;
}

.dashboardItem span.dbBorder{
	position: absolute;
	width: 238px;
	height: 220px;
	border: #dadada solid 1px;
	z-index: -1;
}

.domeinsearch .checkinput{
    width: 206px;
    height: 18px;
    margin: 6px 0px;
    font-size: 10px;
    float: none;
}

.domeinsearch .checkAvailability{
	width: auto;
	height: 20px;
	margin: 0px !important;
	padding: 0px;
	font-size: 10px;
	text-align: left;
}

.domeinsearch .button.checkbtn{
    height: 20px;
    line-height: 20px;
    float: right;
}

.domeinsearch .button.checkbtn.new{
	height: 18px;
	border: 1px solid #00d181;
	background: #ec9a25 url('/images/icon/knopbg_green.png') 0 top repeat-x;
	font-weight: bold;
}

.domeinsearch{
	width: 208px;
    height: 61px;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    font-size: inherit;
    color: inherit;
	padding: 0px 15px;
}

.dashboardItem.left{
    clear: left;
}

.dashboardItem .table{
    margin: 0px;
    font-size: 10px;
}

.dashboardItem .table td{
    font-size: 10px;
    padding: 9px;
}

.dashboardItem.middle{
    margin: 0px;
    float: left;
    margin-left: 26px;
}

.dashboardItem.right{
    float: right;
}

.dashboardItem .form{
	font-size: 10px;
}

.dashboardItem label{
	width: 155px;
	height: 22px;
	text-align: left;
	margin: 0px !important;
	padding: 0px 0px 0px 9px;
	font-size: 12px;
	color: #585858;
}
.dashboardItem label.tag{ font-weight: bold;}
.dashboardItem label + .tag{ margin: 8px 0px 0px 0px !important; }

/********************************** RELATIE DASHBOARD **************************************/
.relatieDashboard .dashboardItem.nawData{ width: 506px; }
.relatieDashboard .dashboardItem.nawData span.dbBorder{ width: 504px; }
.relatieDashboard .dashboardItem.nawData .header{ border-bottom: 1px solid #dadada; }
.relatieDashboard .dashboardItem.nawData .blokje50{ padding: 17px 0px 0px 0px; }
.relatieDashboard .dashboardItem.nawData label{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/********************************* MEDEWERKER DASHBOARD ************************************/
.medewerkerDashboard .dashboardItem{ width: 375px; height: 267px; }
.medewerkerDashboard .dashboardItem .record td{ padding:6px; }
.medewerkerDashboard .dashboardItem span.dbBorder{ width:373px; height: 265px; }

/*********************************** KLANT DASHBOARD ***************************************/
.domeincheckerPusher{ height: 127px; }

/************************************* FIREFOX *********************************************/

@-moz-document url-prefix() {
    select {
        padding: 2px 2px;
    }

    table .dropdownlist{
        padding: 1px 2px;
    }
}

/************************************* PRODUCTEN *********************************************/
.single_or_multi { display: none; }

.product{
	display: none;
}


/************************************* MESSAGEBOX *********************************************/
.flash {
    width: 350px;
    padding: 10px;
    margin: 5px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    display: none;
    position: fixed;
    top: 107px;
    right: -10px;
    color: #585858;
    z-index: 9001;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.flash.success { background: #D6FFC2;}
.flash.failed { background: #FFB9B9;}

.flash .image{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.flash img{
    display: block; 
}

.flash .message{
   display: table-cell;
   word-wrap: break-word;
}

.flash .message p{
    margin-top: 14px !important;
}

/************************************* TICKETS *********************************************/


/****************** STATISTIEKEN ******************/
div.statistieken h2{
    margin: 15px 0px 5px 0px !important;
}

div.statistieken label{
    width: 135px;
}

div.statistieken label.text{
    width: 400px;
}

/************************************* RECOVER *********************************************/
.minicontainer.recover{
    width: 620px;
}

.recover label{
    width: 95px;
}

.recover p{
    line-height: 22px;
}

.recover form{
    width: 282px;
}

/************************************* MPLUS *********************************************/
.notification {
    margin-bottom: 10px;
    padding: 10px;
    line-height: 14px;
    clear: both;
    border-radius: 2px;
}

.notification.error {
    background: #ffd0db;
    border: 1px solid #f47b80;
    color: #c20f0f;
    border-left-width: 3px;
}

.mplus label.text{ padding-right: 0px; }
.mplus .datepicker{ margin-right: 10px !important; }

.mplus .filialen label{ clear: none; }
.mplus .filialen span{ display:inline-block; }
.mplus .filialen span label{ width: auto; }

.mplus .actiebutton.clear.left button{ margin-left: 0px; }

.mplus-filiaal, .mplus-vertaaltable{
	display: inline-block;
	width: 100%;
    margin-bottom: 20px;
}

.mplus-vertaaltable label, .mplus-filiaal label{
	text-align: left;
	width: 150px;
	margin-right: 23px !important;
	float: left;
	clear: none;
	font-weight: bold;
}

.mplus-vertaaltable label+label {
	width: 235px;
}

.mplus-vertaaltable a, .mplus-filiaal a{ font-size: 11px; font-weight: bold; }
.mplus-vertaaltable span, .mplus-filiaal span{ display: block;}
.mplus-vertaaltable span + span, .mplus-filiaal span + span{
	clear: left;
}
.mplus-vertaaltable input{ width: 250px; margin-right: 5px; }
.mplus-vertaaltable input:nth-of-type(odd), .mplus-filiaal input, .mplus-btwcode input{
	width: 150px;
	margin-right: 20px;
}

.mplus-vertaaltable .del, .mplus-filiaal .del{
	display: inline-block;
	height: 27px;
	margin: 10px 0px 15px 5px;
	line-height: 28px;
}

/********************************** MPLUS EXPORT *********************************************/
.mplus-export{ margin-bottom: 20px; }
.mplus-export span{
	display: block;
	clear: left;
}
.mplus-export span:first-of-type{ font-weight: bold; }

.mplus-export label{
	float: left;
	clear: none;
	text-align: left;
}

.mplus-export input[type="checkbox"]{ margin: 15px; }

/********************************** Jquery UI restyling *********************************************/
.ui-button:not(.ui-button-icon-only) {
    background: #e84e1b !important;
    border-radius: 5px;
    border: none !important;
    color: white !important;
    transition: all .3s !important;
}

.ui-button:not(.ui-button-icon-only):hover{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
	background: #e8791b !important;
}

.ui-dialog-titlebar {
    background: #ededed !important;
    border: none !important;
    padding: 10px !important;
}

.ui-dialog {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.ui-button-icon-only.ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.table tbody > tr:first-of-type > td{
	border-top: none !important;
}