﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

span.highLighted
{
    background-color: Yellow;
}

.actionlinks 
{
    width:600px;
    text-align:right;
    float:right;
    margin-bottom:10px;
}

a.btn-success 
{
    color:White;
    text-decoration:none;
}

.table.padding-small > tbody > tr > td
{
    padding-left:2px;
    padding-right:2px;
}

/*--------------layout---------------------*/
nav, .container {max-width:1170px;margin-left:auto;margin-right:auto;}

@media (min-width: 1300px) {

    nav, .container {
        width: 1280px;
        max-width:1280px;
    }
}

@media (min-width: 1600px) {

    nav, .container {
        width: 1580px;
        max-width:1580px;
    }
}


.bold {font-weight:bold;}

.right {text-align:right;}

.center {text-align:center;}

.nav-tabs li.progress_tab a {}

.nav-tabs li a .glyphicon  {float:right;margin-left:10px;margin-right:30px;}


#loader {display:none;width:210px;height:210px;margin-left:-100px;margin-top:-100px;position:absolute;left:50%;top:50%;padding:4px;z-index:100000;border-radius:4px;border:1px solid #ddd;background-color:White;
         -webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
         }
         
.table { font-size:13px;}
.table tr td, .table tr th {padding-left:3px;padding-right:3px;}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


.coupure 
{
    width:150px;
}

.tab-pane 
{
    padding-top:25px;
}

#handle10 
{
    width: 100px;
    height:50px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    cursor:pointer;
    margin-top: -18px;
    margin-left:-50px;
    /*
    
    text-align: center;
    line-height: 1.6em;
*/
  }
  
 #handlecoin 
{
    width: 50px;
    height:50px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    cursor:pointer;
    margin-bottom: -25px;
    margin-left:-15px;
    /*
    
    text-align: center;
    line-height: 1.6em;
*/
  }

/* Styles for validation helpers
-----------------------------------------------------------*/

#OverzichtKolom {width:69%}
#ControleerKolom {width:30%}

@media print {
    nav {display:none;}
    #OverzichtKolom {width:100%}
    #ControleerKolom {display:none;}
    .LogOutLink {display:none;}
    .confirm {display:none;}
}

.enveloprow:hover 
{
    background-color:#f6f7bb;
    cursor:pointer;
}

.enveloprowselected 
{
    background-color:#f6f7bb;
    cursor:pointer;
}

#notification_box 
{
    height:50px;
    line-height:50px; 
    display:inline-block;
    padding-right:30px;
    text-align:right;
    float:right;
    font-weight:bold;  
}