a:focus{
    outline: none; 
}

.well_custom {
    background-color: #f5f5f5;
    min-height: 20px;
    margin-bottom: 20px;
    border: 0px solid #eee;
    border: 0px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.navbar-inner {
    background-color: #2a697d;
    background-image: -moz-linear-gradient(top, #2a697d, #0b4a5e);
    background-image: -ms-linear-gradient(top, #2a697d, #0b4a5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a697d), to(#0b4a5e));
    background-image: -webkit-linear-gradient(top, #2a697d, #0b4a5e);
    background-image: -o-linear-gradient(top, #2a697d, #0b4a5e);
    background-image: linear-gradient(top, #2a697d, #0b4a5e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a697d', endColorstr='#0b4a5e');
}
.btn-primary {
    background-color: #0B4A5E;
    background-image: -moz-linear-gradient(top, #2A697D, #0B4A5E);
    background-image: -ms-linear-gradient(top, #2A697D, #0B4A5E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2A697D), to(#0B4A5E));
    background-image: -webkit-linear-gradient(top, #2A697D, #0B4A5E);
    background-image: -o-linear-gradient(top, #2A697D, #0B4A5E);
    background-image: linear-gradient(top, #2A697D, #0B4A5E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A697D', endColorstr='#0B4A5E', GradientType=0);
    border-color: #2A697D #2A697D #2A697D;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #0b4a5e;
}
.navbar .nav > li > a {
    color: #ffffff;
}
.navbar .nav > li > a:hover {
    color: #cccccc;
}


.alert-message a {
    font-weight: bold;
    color: #CCCCCC; /*#0B4A5E;*/
}
.alert-message .close {
    font-weight: bold;
    color: #0B4A5E;
}

form {
    margin-bottom: -10px;
}

[class^="icon-"] {
    background-image:url(../images/bootstrapimg/glyphicons-halflings.png)
}
.icon-white {
    background-image:url(../images/bootstrapimg/glyphicons-halflings-white.png);
}
.row{
    margin-bottom: 10px;
}
.hover_bg:hover{
    background:#eeeeee;    
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #0b4a5e;
}
label{
    cursor: pointer;
}
.status_color_gepubliceerd{
    background-color: #468847;
}
.status_color_gearchiveerd, .status_color_Algemeen{
    background-color: #3a87ad;
}
.status_color_Systeem {
    background-color:#999999;
}


/* Input field */
/*custom upload elements*/
.customfile-input { position: absolute; left: -999em; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}

.customfile { cursor: pointer; width: auto; display: inline-block; position: relative; margin-bottom: 0px; }
.customfile.input-append .customfile-feedback { border-radius: 3px 0 0 3px;  }
.customfile.input-prepend .customfile-feedback { border-radius: 0 3px 3px 0; }
.customfile.input-prepend .add-on, .customfile.input-append .add-on{
    color:#333;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { border: 1px solid #CCCCCC; color: #808080; display: inline-block; font-size: 13px; line-height: 18px; padding: 4px;
		       -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		       -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
		       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
		       transition: border linear 0.2s, box-shadow linear 0.2s;
		       -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
		       -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
		       box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);

}
/* IE7 hack */
*+html .customfile-feedback { margin-top: 1px;}
/* EO Hack */
.customfile-feedback-populated { padding-left: 25px; background: url(../images/icons/icon-generic.gif) 5px center no-repeat; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }

.customfile-button { /* IE7 and bellow hack*/ *margin-top: -1px; /* EO Hack */}
.customfile:hover .customfile-button, .customfile-focus .customfile-button  { background-position: 0 -15px; color: #333; text-decoration: none;}
.customfile-focus .customfile-button {}


/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../images/icons/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../images/icons/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../images/icons/icon-zip.gif);}

/* width for modal span */
.modal_span1 {
    width: 60px;
    margin-left: -30px;
}
.modal_span2 {
    width: 140px;
    margin-left: -70px;
}
.modal_span3 {
    width: 220px;
    margin-left: -110px;
}
.modal_span4 {
    width: 300px;
    margin-left: -150px;
}
.modal_span5 {
    width: 380px;
    margin-left: -190px;
}
.modal_span6 {
    width: 460px;
    margin-left: -230px;
}
.modal_span7 {
    width: 540px;
    margin-left: -270px;
}
.modal_span8 {
    width: 620px;
    margin-left: -310px;
}
.modal_span9 {
    width: 700px;
    margin-left: -350px;
}
.modal_span10 {
    width: 780px;
    margin-left: -390px;
}
.modal_span11 {
    width: 780px;
    margin-left: -430px;
}
.modal_span12 {
    width: 940px;
    margin-left: -470px;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #eeeeee;
}

.accordion-heading{
    cursor:pointer;
}
.accordion-heading:hover{
    background-color:#eeeeee;
}

.buttonbox { 
    text-align: right !important;
}
.buttonbox .btn { 
    margin-left: 5px;
}

.tooltip {
    z-index: 2070;
}

.navbar{
    min-height: 40px;
}