/* --------------------------------------------------------------------------
	=Globals
--------------------------------------------------------------------------- */

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}


/* --------------------------------------------------------------------------
	=Typography
--------------------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    color: #ED8C00;
    margin: 0 0 20px;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 20px 0;
}

p {
    margin: 0 0 20px;
}


/* --------------------------------------------------------------------------
	=Links
--------------------------------------------------------------------------- */


a {
    cursor: pointer;
    color: #036;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a.disabled {
    cursor: default;
    color: #BFBFBF;
}

a.disabled:hover,
a.disabled:focus {
    text-decoration: none;
}

p > a {
    color: #ED8C00;
    font-weight: bold;
}

p > a:hover,
p > a:focus {
    color: #036;
}

table a:hover {
    text-decoration: none;
}


/* --------------------------------------------------------------------------
	=Buttons
--------------------------------------------------------------------------- */


.button {
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
    padding: 0 27px 0 10px;
    color: #fff;
}

.button.orange {
    background: url(../images/arrow_right.png) no-repeat right 6px, rgb(251,181,25); /* Old browsers */
    background: url(../images/arrow_right.png) no-repeat right 6px, -moz-linear-gradient(top,  rgba(251,181,25,1) 0%, rgba(230,86,36,1) 100%); /* FF3.6+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,181,25,1)), color-stop(100%,rgba(230,86,36,1))); /* Chrome,Safari4+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -o-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* Opera 11.10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -ms-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* IE10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb519', endColorstr='#e65624',GradientType=0 ); /* IE6-9 */
    border-radius: 2px 2px 10px 2px;
}

.button.gray {
    background: url(../images/arrow_right.png) no-repeat right 6px, rgb(106,106,106); /* Old browsers */
    background: url(../images/arrow_right.png) no-repeat right 6px, -moz-linear-gradient(top,  rgba(106,106,106,1) 0%, rgba(185,185,185,1) 100%); /* FF3.6+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,106,106,1)), color-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -o-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(185,185,185,1) 100%); /* Opera 11.10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -ms-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(185,185,185,1) 100%); /* IE10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(185,185,185,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
    border-radius: 4px 4px 10px 4px;
    border-bottom: 2px solid #d5d5d5;
}

.button:hover,
.button:focus {
    text-decoration: none;
}

.button.orange:hover,
.button.orange:focus {
    color: #ffd9c0;
}

.button.gray:hover,
.button.gray:focus {
    color: #eee;
}


/* --------------------------------------------------------------------------
	=Layout
--------------------------------------------------------------------------- */


.page {
    min-height: 100%;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#logo {
    position: absolute;
    top: -1px;
    left: -7px;
    display: block;
    width: 92px;
    height: 112px;
}

header[role="banner"] {
    text-align: right;
    position: relative;
    height: 75px;
    border-bottom: 1px solid #ED8C00;
    background: url(../images/tools.png) no-repeat 116px 39px;
    margin: 0 0 34px;
}

section[role="main"] {
    /*padding: 0 50px;*/
	/*position: relative;*/
}


/* --------------------------------------------------------------------------
	=Tab navigation
--------------------------------------------------------------------------- */
ul.tabs {
    border-radius: 5px;
    line-height: 25px;
    height: 25px;
    padding: 0 15px;
    background: #D7D7D7;
    background: -o-linear-gradient(top, #F2F2F2 0, #D7D7D7 100%);
    background: -ms-linear-gradient(top, #F2F2F2 0, #D7D7D7 100%);
    background: -moz-linear-gradient(top, #F2F2F2 0, #D7D7D7 100%);
    background: -webkit-linear-gradient(top, #F2F2F2 0, #D7D7D7 100%);
    background: linear-gradient(top, #F2F2F2 0, #D7D7D7 100%);
    overflow: visible
}

ul.tabs li {
    float: left;
    padding: 0 15px;
}

ul.tabs li.active {
    position: relative;
    top: -6px;
    padding: 5px 14px 0;
    background: #FFF;
    border-radius: 5px 5px 0 0;
    border: 1px solid #D7D7D7;
    border-bottom: none;
}

ul.tabs li.active a {
    color: #ED8C00;
}
    
ul.tabs + * {
    clear: both;
}


/* --------------------------------------------------------------------------
	=Forms
--------------------------------------------------------------------------- */


form {
    position: relative;
}

label {
    display: block;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    font-weight: bold;
}

.row label {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    font-weight: normal;
}

fieldset p {
    color: red;
    display: none;
    margin: 0;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    padding: 0 8px;
    width: 170px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #CCC;
    border-radius: 6px
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
    background-color: #ffffcc;
}

textarea {
	width: auto;
	height: auto;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

input.date {
    width: 94px;
    background: url(../images/icon_calendar.png) no-repeat 79px 1px;
    padding: 0 6px;
}

input[type="submit"] {
    border: 0;
    outline: 0;
    line-height: 26px;
    height: 26px;
    background: rgb(251,181,25); /* Old browsers */
    background: url(../images/arrow_right.png) no-repeat right 6px, -moz-linear-gradient(top,  rgba(251,181,25,1) 0%, rgba(230,86,36,1) 100%); /* FF3.6+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,181,25,1)), color-stop(100%,rgba(230,86,36,1))); /* Chrome,Safari4+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -webkit-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -o-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* Opera 11.10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, -ms-linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* IE10+ */
    background: url(../images/arrow_right.png) no-repeat right 6px, linear-gradient(top,  rgba(251,181,25,1) 0%,rgba(230,86,36,1) 100%); /* W3C */
    border-radius: 2px 2px 10px 2px;
    cursor: pointer;
    padding: 0 27px 0 10px;
    color: #fff;
    margin: 0 15px 0 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #ffd9c0;
}

input[type="submit"]:active {
    position: relative;
    top: 1px;
}

input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

fieldset.error p {
    display: block;
}

fieldset.error label {
    color: red;
}

fieldset.error input[type="text"],
fieldset.error input[type="email"],
fieldset.error input[type="tel"],
fieldset.error input[type="password"] {
    border: 1px solid red;
}

.vertical fieldset {
    margin: 0 0 10px;
}

.vertical label {
	max-width: none;
}

.options input[type="submit"] {
    position: absolute;
    bottom: 2px;
}

.options input[type="submit"]:active {
    position: absolute;
    top: auto;
    bottom: 1px;
}

.options fieldset {
    margin: 0 0 0 10px;
}

form + p {
    margin-top: 20px;
}

.horizontal div {
    overflow: hidden;
    margin-bottom: 20px;
}

.horizontal h2 {
    font-size: 14px;
    margin: 0;
    color: #666;
    font-weight: bold;
}

.horizontal label {
    font-weight: normal;
}

.horizontal fieldset {
    float: left;
    margin-right: 10px;
}

.horizontal fieldset.wide {
	float: none;
	clear: both;
	margin: 0;
}

.horizontal .delete {
    float: left;
    margin-top: 24px;
}

input#xmlimgname {
    width: 510px;
}

input.wide {
    width: 510px;
    margin-bottom: 10px;
    margin-right: 350px;
}

.alert {
    background: #7DBD2B;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,51,0,0.25) 100%);
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
    width: 200px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
/* --------------------------------------------------------------------------
	=Tables
--------------------------------------------------------------------------- */


table {
    width: 100%;
    text-align: left;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}

thead {
    background: #e5e5e5;
    font-weight: bold;
}

tr {
    border-bottom: 1px solid #ccc;
}

tr:nth-child(even) {
    background: #eee;
}

td,
th {
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.clientlist tr:hover td,
.clientlist tr:focus td,
.clientlist tr:active td {
    background: #ddd;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.clientlist tr th:hover,
.clientlist tr th:focus,
.clientlist tr th:active {
    background: #d5d5d5;
    cursor: pointer;
    outline: 0;
}

.sorting_desc {
    background: url(../images/arrow_down.png) no-repeat right center;
}

.sorting_asc {
    background: url(../images/arrow_up.png) no-repeat right center;
}

.sorting_desc:hover {
    background: #d5d5d5 url(../images/arrow_down.png) no-repeat right center;
}

.sorting_asc:hover {
    background: #d5d5d5 url(../images/arrow_up.png) no-repeat right center;
}


/* --------------------------------------------------------------------------
	=Client table
--------------------------------------------------------------------------- */


#new_client {
    /*position: absolute;*/
    /*top: 22px;*/
    /*right: 220px;*/
	float: right;
}

.dataTables_wrapper {
    position: relative;
    padding-top: 70px;
    margin-top: -30px;
}

.dataTables_paginate {
    margin-top: 20px;
    text-align: center;
}

.dataTables_paginate a {
    margin: 3px;
    text-decoration: underline;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    font-size: 16px;
    font-weight: bold;
}

.dataTables_paginate .paginate_button_disabled {
    display: none;
    color: #BFBFBF;
    text-decoration: none;
    cursor: default;
    outline: none;
}

.dataTables_paginate a.paginate_active {
    font-weight: 24px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.dataTables_filter {
    width: 188px;
    position: absolute;
    top: 0;
    right: 0;
}

.dataTables_info {
    position: absolute;
    top: 30px;
    left: 0;
}

p.error {
    display: block;
	color:red;
}

/* TODO: Ask Menno for better solution :) */
.deletexml  {
    margin-left: 10px;
}

#-lucee-err {
display:none;
}
