root { 
    display: block;
}

html,body{
    height:100%;
    /* overflow: hidden;*/
}

html *
{
    box-sizing:border-box;
}

body{
    margin:0;
    padding:0;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    background:url('/Images/site_images/bg2.jpg') #ffffff repeat-x top left;
}

.ui-state{
    width:100%;
}

label{
    display: block;
    width:150px;

}

input[type=text]{
    width:200px;
}

input.detail_quantity[type=text]{
    width:50px;
}

div#dataTables_filter input[type=text]{

    display:inline;

}

table tbody tr td{
    font-size:11px;
}

table thead tr th{
    font-size:11px;
    font-weight:bold;
}

table tbody tr td a{
    color:#666;
}

input[type=checkbox]{
    display: block;
}

span.check_list label.special_check{
    display:block;
    clear:both;
    width:50px;
}

select{
    width:200px;
    margin:5px 0px;
}

legend{
    padding:10px;
    border:1px solid #666;
}

fieldset{
    margin:10px;
    padding:10px;
    border:1px solid #666;
}

span.check_list{
    display:block;
    width:450px;
}

span.check_list label{
    float:left;
    width:70px;
}

span.check_list input[type=checkbox]{
    float:left;
    width:70px;
}

.fotos_toevoegen{
    margin:20px;
    margin-left:10px;
    clear:left;
}

.categorie_selecteren{
    margin:20px;
    margin-left:40px;
}

#body-login{
    background-image: url(/images/sunpanels.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#body-error{
    background: #666666;
}

div#buttons a{
    margin-left:20px;
}

.buttonico{
    float:left;
    margin-right:5px;
}

div#error{

    margin:0px auto;
    margin-top:100px;
    width:600px;
    background: #fff;
    border:10px solid #7e7e7e;
    padding:10px;
}

div#login{
    width: 100%;
    background-color: rgba(56,56,55,0.8);
    margin:0px auto;
    padding-bottom:20px;
    padding-top:20px;
    position: absolute;
    top:200px;
    top:50%;
    left:0;
    right:0;
    -webkit-transform: translateY(-50%);  
    -ms-transform: translateY(-50%);  
    transform: translateY(-50%);  
    z-index: 5;
}

p.login_description{
    color:#aaa;
    display: block;
    text-align: center;
    margin:0px auto;
    margin-top:10px;
    font-size: 10px;
    position: fixed;
    bottom:30px;
    text-align: center;
    width: 100%;
}

div#login_logo{
    width:300px;
    height:208px;
    margin:0px auto;
    background: url('/images/logo-energie-voor-morgen.png') no-repeat center center;
    background-size: contain;
    background-color: white;
    border:2px solid #4BB276;
}

label.login_label{
    float:left;
    width:150px;
    display: block;
    font-weight: bold;
}

input.login_input{
    float:left;
    width:100%;
    display: block;
    margin-bottom:20px;
    height: 30px;
    padding-left:10px;
}

div#login_passwoord_vergeten{
    width:300px;
    color:#666666;
    margin:0px auto;
    margin-top:10px;
    text-align: center;
}
div#login_passwoord_vergeten a{
    color:#666;
}

#login_form{
    margin:0px auto;
    margin-top:20px;
    width:300px;
}

input#login_submit{
    width:100%;
    border:none;
    height: 30px;
    font-family: "Verdana", cursive;
    font-weight: bold;
    background-color: #4BB276;
    color: #FEFEFE;
    font-size: 1.5em;
    cursor: pointer;
    text-transform: uppercase;
}

div#login_failure{
    width:280px;
    padding:10px;
    margin:0px auto;
    display: none;
}

div#header{
    height:30px;
    background:#666666;
}

div#header p{
    margin:0;
    padding:0;
    margin-top:5px;
    color:#fff;
    margin-left:50px;
    font-size: 15px;
    font-weight: bold;
    float:left;
}

div#header p.logout{
    margin-right:50px;
    float:right;
    font-size: 11px;
    font-weight: normal;
    margin-top:10px;
}

div#header a{
    color:#fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

div#header a:hover{
    text-decoration: underline;
}

div#left_navigation{
    width: 199px;
    border-right:1px solid #dcdcdc;
    float:left;
    margin-top:10px;
    background:#fff;
    padding-bottom:20px;
}

div#left_navigation ul{
    list-style: none;
    margin:0;
    padding:0;
    margin-left:20px;
    margin-top:20px;
}

div#left_navigation ul li a{
   text-decoration: none;
   color:#666;
   text-transform: capitalize;
}

.leftnav_title{
    font-weight: bold;
    text-transform: uppercase;
    color:#5FAB25;
    border-bottom:1px solid #5FAB25;
    margin-right: 10px;
    margin-top:10px;
}

div#left_navigation ul ul{
    list-style: none;
    margin:0;
    padding:0;
    margin-left:20px;
}

div#content{
 margin-top:10px;
 float:left;
 min-width:800px;
}

div#location{
    background: #7e7e7e;
    float:left;
    color:#ffffff;
    font-weight: bold;
    font-size: 15px;
    display:block;

}

div#location p{
    margin:0;
    padding:0;
    margin-top:5px;
    margin-left:20px;
}

div#buttons{
    float: left;
    background: #e7e7e7;
    clear:left;
    margin-top:25px;
}

div#messages{
    height:20px;
    padding-top:5px;
    padding-bottom:5px;
    background: #c9d9ee;
    border-bottom:1px solid #1F3B67;
    display: none;
}

div#messages p{
    margin:0;
    padding:0;
    margin-top:5px;
    margin-left:20px;
}

div#inner_content{
    position: relative;
    float:left;
    padding:20px;
    clear:both;
    margin-top:20px;
}

span.ajax-loader{
    display:inline-block;
    width:16px;
    height:16px;
    background: url('/Images/site_images/ajax-loader.gif') no-repeat center center;
    margin-left:20px;
}

div#users_item_left{
    float:left;
    width:350px;
    margin-bottom: 30px;
}

div#users_item_left label{
    display: block;
}

div#users_item_right{
    float:left;
    width:350px;
}

div#users_item_right label{
    display: block;
}

div#password_change label{
    display: block;
}

.ui-sate-active{
    border: 1px solid #007C00;
    background:#9ACC45;
    color:#333;
}

div#user_error{
    display:none;
    clear:both;
    float: left;
    margin-top: 35px;
    padding: 10px;
    text-indent: 20px;
}

div#cust_error{
    display:none;
    clear:both;
    float: left;
    margin-top: 35px;
    padding: 10px;
    text-indent: 20px;
}

.tree_hover{
    background:#666;
    color:#fff;
}

#categorie_selecteren input.check-cat{
    clear:left;
    float:left;
    margin-right:10px;
}

#categorie_selecteren .tree_item{
    float:left;
    clear:both;
}

.tree_item a{
    text-decoration: none;
    color:#4E9000;
}

.tree_item a:hover{
    text-decoration: underline;
}

.gray_button{
    background:#666;
}

.product_foto{
    position: relative;
    float:left;
    margin-right:10px;
    width:250px;
    height:250px;
    margin-top:40px;
}

.product_foto img{
    max-width:200px;
    max-height:200px;
}

.product_foto span{
    position:absolute;
    left:0px;
    top:0px;
    float:left;
    margin-right:10px;
    width:200px;
    height:200px;
}

#foto_bewerken div#preview_image{
    margin:20px;
    float:left;
}

#foto_bewerken div#originale_image{
    margin:20px;
    float:left;
}

#foto_bewerken div#controls{
    float:left;
    clear:both;
    margin-left:20px;
}

.product_foto a{
    position: absolute;
    left:0px;
    bottom: -10px;
}

.foto_row{
    clear:both;
    padding:10px;
    border:2px solid #4E9000;
    margin-bottom:40px;
    margin-top:20px;
}

.product_foto img{
    position:absolute;
    top:20px;
    left:0px;
}

a.cropper_foto{
    display:table-cell;
    vertical-align: middle;
    width:250px;
    height:30px;
}

textarea{
    display:block;
    width:350px;
    height:120px;
}

#file_upload_itemUploader{
    background-image:url('../Images/site_images/uploadify_button.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    float:left;
    margin:20px 0px 20px 10px;
}

#file_upload_itemUploader:hover{
    background-position: 0px 0px;
}

#file_uploadUploader{
    background-image:url('../Images/site_images/uploadify_button.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin:20px 0px 20px 10px;
    clear:both;
}

#file_uploadUploader:hover{
    background-position: 0px -32px;
}

div.file_upload{
    clear:both;
}


#file_upload_itemQueue{
    display:none;
}

table.tablesorter {
    border-collapse: collapse;
    clear: both;
    font-family: arial;
    width: 100%;
}

#file_upload_file_productUploader{
    background-image:url('../Images/site_images/uploadify_files.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    display:block;
    margin:0px 0px 0px 0px;
    float:left;
}

#file_upload_file_productUploader:hover{
    background-position: 0px 0px;
}

#file_upload_file_planUploader{
    background-image:url('../Images/site_images/uploadify_button_plan.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    display:block;
    margin:0px 0px 0px 0px;
    float:left;
}

#file_upload_file_planUploader:hover{
    background-position: 0px 0px;
}

table tbody tr td.hidden{
    display:none;
}

table thead tr th.hidden{
    display:none;
}

#file_uploadQueue{
    display:block;
}
div.product_foto span.format_title{

    float: left;
    height: 250px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -30px;
    width: 190px;
    padding:5px;
    background-color: #fff;
    color:#4E9000;
    border:1px solid #4E9000;
    font-weight: bold;
}
table tbody tr td.hidden{
    display:none;
}
table thead tr th.hidden{
    display:none;
}
table tfoot tr th.hidden{
    display:none;
}
#sortable_tree ul li ul li {
    background-color: #E7E7E7;
    background-image: url("../Images/site_images/sleep.gif");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    cursor: n-resize;
    margin: 2px;
    padding: 5px 5px 5px 20px;
    width: 800px;
}
div#sortable_tree > ul.tag_tree > li.tree_item > span {
    display: none;
}
#sortable_tree ul li {
    font-weight: bold;
}
#sortable_tree ul li ul {
    list-style: none outside none;
}
#sortable_tree ul li {
    font-weight: bold;
}
div#sortable_tree ul.tag_tree {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.tabs{

    width:900px;
    margin-bottom:20px;
}
#body-login-cover
{
    background: url(/images/overlay.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.login_melding
{
    font-family: 'Lobster', cursive;
    margin-top:20px;
    width: 100%;
    text-align: center;
    color:#fff;
    padding:10px;
    font-size: 24px;
}
.login_melding span
{
    font-size:14px;
}
.login_melding a
{
    color:#fff;
    text-decoration: none;
}

@media all and (max-width:600px) {
    div#login {
        padding-left: 5%;
        padding-right: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }    
}
@media all and (max-width: 350px) {
    div#login_logo {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        background-size: contain;
    }
    #login_form {
        width: 100%;
    }
}