li {
    color: #666;
    /*font-size: 12px;*/
}

.submenu {
    color: #6d750b;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.border1 {
    color: #666;
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.titel_tabel {
    font-size: 11px;
    padding: 0 15px 5px 0;
}

.text_groen {
    color: #6d750b;
}

.text_rood {
    color: #c00;
}

.titel {
    color: #6d750b;
    font-weight: bold;
    padding-bottom: 10px;
}

/*a {
    color: #6d750b;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}*/

.textarea {
    border: 1px solid #ccc;
    color: #333;
    height: 60px;
    width: 200px;
}

.textarea_form {
    border: 1px solid #ccc;
    color: #333;
    height: 150px;
    width: 425px;
}

/*
input[type=text],
input[type=password] {
    border: 1px solid #ccc;
    color: #3d3d3d;
}
*/

.textfield {
    width: 200px;
}

.textfield_100 {
    width: 100px;
}

.textfield_150 {
    width: 150px;
}

.textfield_300 {
    width: 300px;
}

.textfield_400 {
    width: 400px;
}

.textarea_400 {
    height: 60px;
    width: 400px;
}

.btn_verzend {
    background-color: #6d750b;
    border: 1px #fff solid;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.file-input, input[type='file'] {
    border: 1px solid #ccc;
    color: #333;
    width: 200px;
}

.error {
    color: red;
    font-weight: bold;
}

/* Xmas promo */
div#info-popup {
    background-color: #FBFEEE;
    border: 1px solid #999;
    display: none;
    line-height: 12px;
    padding: 5px;
    position: absolute;
}

/* force qtip to resize dynamically */
.qtip {
    height: auto !important;
    width: auto !important;
}

#flx-page-info {
    margin-left: 2px;
}

#flx-page-info .flx-page-info-icon {
    margin-left: 8px;
}

#tabs-content-container #flx-page-info {
    margin-top: -12px;
}

#form-container.well #flx-page-info {
    margin-top: -8px;
}

#form-container #flx-page-info {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-innner #flx-page-info {
    margin-top: 8px;
}

.context-menu{
    min-width:10px;
    box-shadow:  2px 2px 7px #666666;
    z-index: 500; position: absolute;
    top: 350px;
    left: 870px;
    display: none;
}

.context-menu a,  .context-menu a:visited {
    color: #333;
    text-decoration: none;
    display: block;
}

a.disabled, a[disabled], .btn.disabled, .btn[disabled], fieldset[disabled] a.btn {
    pointer-events: none;
}

.context-menu a.disabled,  .context-menu a.disabled:visited {
    color: #AAA;
    text-decoration: none;
}

.well.context-menu {
    background-color: #fcfcfc;
    padding:0;
}

.well.context-menu ul {
    padding: 20px 20px;
}

.well.context-menu ul li {
    padding: 1px 5px;
}

.well.context-menu ul li:not(.li-ruler):hover a:not(.disabled){
    color: #FFF!important;
}

.well.context-menu ul li:not(.li-ruler):hover a.disabled{
    cursor: default !important;
}

.well.context-menu ul li:not(.li-ruler):not(.disabled):hover {
    background-color: #686868;
    /* margin: 0px 20px; */
    padding:1px 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    border-radius:3px;
}


.contextmenu-icon{
    color:#93ACC7;
    margin-right:7px;
}
.contextmenu-icon-disabled{
    color:#ccc;
    margin-right:7px;
}

.cm-ruler{
    margin:11px 0px 8px 0px !important;
    border-top-color: #ccc;
}

#update-mail-container {
    padding:10px 0px 0px 20px;
    position:fixed;
    bottom:0px;
    /*max-width:354px;*/
}
#update-mail-container table{
    margin-bottom:0px;
    width:100%;
}
#update-mail-container table td{
    background-color:#484848;
    padding:25px 20px 10px 30px;
}

#update-mail-container table td p.first{
    color:#cccccc;
    font-size:13px;
}

#update-mail-container table td span.second{
    color:#FFFFFF;
    font-size:16px;

}

#update-mail-container table td p.third input{
    font-size:15px!important;
    height:22px;
    border-radius:0px;
    border-color:#222222;
    color:#FFFFFF;
    background-color:#222222;
    width:75%;
    margin-top:10px;
}

#update-mail-container table td p.third button{
    margin-left:-4px;
    padding:6px 8px 5px 8px;
    color:#FFFFFF;
    border:0px;
    background-color:#7BA75A;
    border-radius:0px;
    width:17%;
    margin-top:10px;
}

.invalid {
    color:#ec3f41;
}

.valid {
    color:#3a7d34;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#pswd_info{
    position:absolute;
    top:150px;
    left:25%;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    display:none;
    z-index: 500000;
}

table.credits-pack-history tr.active td {
    background-color: #f2fde1;
}

.loading-dots {
    color: #F2784B;
}
.loading-dots:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 1500ms infinite;
    animation: ellipsis steps(4, end) 1500ms infinite;
    content: "\2026";
    width: 0;
}
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
