@CHARSET "ISO-8859-1";

*, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    /*font-size: 12px;	*/
}

html.busy, html.busy * {
    cursor: wait !important;
}

body {
    background-color: #474D4D;
}

/***********************************************************************************************************************************************************/
/* START: divs in index.php
/***********************************************************************************************************************************************************/
div#header {
    background-color: #fff;
    border-bottom: 1px solid #9C9D9F;
    padding: 10px;
}


div#container_inner {
    background-color: white;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    width: 970px;
    margin: auto;
    margin-bottom: 20px;
}

div#footer {
    color: #fff;
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
}

div#footer a {
    color: #fff;
    font-size: 10px;
}

/***********************************************************************************************************************************************************/
/* END: divs in index.php
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/* START: loader
/***********************************************************************************************************************************************************/
#loader_background {
    background-color: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30);
    display: none;
    position: absolute;

    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
    width: 100%; /* width of the loader gif */
    height: 100%; /*hight of the loader gif +2px to fix IE8 issue */
}

#loader_bar {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    width: 100px;
    height: 102px;
    z-index: 9999;
}

/***********************************************************************************************************************************************************/
/* END: loader
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/* START: diverse standards
/***********************************************************************************************************************************************************/
div#menu {
    border-bottom: 1px solid #9C9D9F;
    font-size: 1.2em;
    height: 25px;
    line-height: 25px;
}

div#menu a, div#menu a:hover {
    color: #000;
    text-decoration: none;
}

div#menu a.on {
    font-weight: bold
}

/***********************************************************************************************************************************************************/
/* END: diverse standards
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: diverse standards
/***********************************************************************************************************************************************************/
.h1_headline {
    margin-top: 0px !important;
}

.strong {
    font-weight: bold;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

img {
    border: none;
}

.pointer {
    cursor: pointer;
}

/*
table.standard { border-collapse:collapse;	border-spacing:0px;	}

table.standard th { line-height: 22px; height: 22px;	padding-left: 2px; padding-right: 2px; text-align: left;}
table.standard tr { line-height: 20px; height: 20px;	}
table.standard td { line-height: 20px; height: 20px;	padding-left: 2px; padding-right: 2px; text-align: left;}
*/

.distance_1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.distance_2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.distance_3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.distance_4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.distance_1_top {
    margin-top: 5px;
}

.distance_2_top {
    margin-top: 10px;
}

.distance_3_top {
    margin-top: 15px;
}

.distance_4_top {
    margin-top: 20px;
}

.distance_1_bot {
    margin-bottom: 5px;
}

.distance_2_bot {
    margin-bottom: 10px;
}

.distance_3_bot {
    margin-bottom: 15px;
}

.distance_4_bot {
    margin-bottom: 20px;
}

.distance {
    margin-top: 20px;
    margin-bottom: 20px;
}

.distance_top {
    margin-top: 20px;
}

.distance_bot {
    margin-bottom: 20px;
}

/* div.clear { clear: both; }
*/
.missing {
    margin-left: 20px;
}

.red {
    color: #FF0000;
}

.full {
    width: 100%;
}

/*
  .search_height
  {
      height:25px;
      font-size:16px;
      padding:2px;
  }

  .box_accreditation_search
  {
      padding-top:15px;
      padding-bottom:15px;
      padding-left:5px;
      padding-right:5px;
       background-color:#A5A5A5;
      border: 1px solid #787878;
      margin-bottom:10px;
  }

  .label_accreditation_search
  {
      font-size:16px;
      padding-top:3px;
  }
  */
/***********************************************************************************************************************************************************/
/* END: diverse standards
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: page menu
/***********************************************************************************************************************************************************/
/*
div.page_menu_top { height: 5px;}
div.page_menu_bot { height: 5px;}

div.page_menu_inner { padding: 0px; }


table.page_menu a { color: #000; }

table.page_menu {
    display: block;
}

table.page_menu td
{
    background-color: #E0C780;
    color: #000;
    height: 24px;

}

table.page_menu input[type='text']
{
    border: 1px solid black;
    float: none;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin: 0px 5px 0px 5px;
    text-align: center;
    width: 30px;
}

table.page_menu a
{
    color: #000;
    text-decoration: none;
}

table.page_menu a.page_menu_off
{
    color: #B89C4B;
}

table.page_menu a.page_menu_off:hover
{
    text-decoration: underline;
}
*/

/***********************************************************************************************************************************************************/
/* END: page menu
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: table margin
/***********************************************************************************************************************************************************/
/*
table.margin{
    background-color: #FFFFFF;
    margin: 10px 0 0 0;
    width: 588px;
}

table.margin.middle{
    background: url(../img/style/th_wide.gif) no-repeat;
    width: 680px;
}

table.margin.wide{
    background: url(../img/style/th_wide.gif) no-repeat;
    width: 785px;
}

table.margin th a, table#margin th
{
    padding: 5px;
}

table.margin td
{
    height: 25px;
    padding: 5px;
}

table.margin td input
{
    float: none;
}

table.margin th input
{
    float: none;
}

table.margin tr.colored
{
    background-color:#EAEDF2;
}

table.margin tr.error {
    background-color: #ffe0e0;
}

table.margin th
{
    height: 30px;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

table.margin tr.status_deleted
{
    color: #999999;
}


table.margin td.status_apriko
{
    background-image: url(../img/style/background/apriko.gif);
    background-repeat: repeat-y;
    padding: 2px;
}

table.margin td.status_green
{
    background-image: url(../img/style/background/green.gif);
    background-repeat: repeat-y;
    padding: 2px;
}

table.margin td.status_blue
{
    background-image: url(../img/style/background/blue.gif);
    background-repeat: repeat-y;
    padding: 2px;
}

table.margin td.status_orange
{
    background-image: url(../img/style/background/orange.gif);
    background-repeat: repeat-y;
    padding: 2px;
}

table.margin td.status_red
{
    background-image: url(../img/style/background/red.gif);
    background-repeat: repeat-y;
    padding: 2px;
}

table.margin tr.border_bottom, table.margin tr.border_bottom td
{
    border-bottom: 1px solid #7D7D7D;
}

table.margin tr.border_top, table.margin tr.border_top td
{
    border-top: 2px solid #7D7D7D;
}

table.positions
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 678px;
}
table.positions th
{
    height: 30px;
    background:#7D7D7D;
    color: #FFF100;
}
*/
/***********************************************************************************************************************************************************/
/* END: table
/***********************************************************************************************************************************************************/

/*
table.accreditation tr
{
		height: 20px;
}

table.accreditation.acc_right tr
{
		height: 25px;
}

table.accreditation tr td.cap
{
	color: gray;
	text-align:right;
	padding-right: 5px;		
}
*/

/*table.accreditation tr td:hover
{
	font-size: 1.2em;		
}*/

/***********************************************************************************************************************************************************/
/* START: table reporting
/***********************************************************************************************************************************************************/
table.reporting tr {
    height: 20px;
}

table.reporting td {
    padding: 3px;
}

table.reporting thead tr td {
    background-color: #474D4D;
    border-left: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

/***********************************************************************************************************************************************************/
/* END: table reporting
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: table data_list
/***********************************************************************************************************************************************************/
table.data_list tr:nth-child(odd) {
    background: #dadada;
}

table.data_list {
    width: 100%;

}

table.data_list td {
    padding: 0px;
}

table.data_list td:first-child {
    padding: 0 5px;
}

/***********************************************************************************************************************************************************/
/* END: table data_list
/***********************************************************************************************************************************************************/

div.field_police_div {

    border: 1px solid black;
    margin-bottom: 5px;
    padding: 5px;
}

div.quota_full {
  /*background-color: rgba(255,140,0,0.1);*/
  background-color: rgba(247,133,0,0.5);
  /*background-color: #F78500;*/
}

.cancellation {
    background-color: #F98E98;
}

.status_blue {
    color: blue;
}

.status_red {
    color: red;
}

.status_green {
    color: green;
}

.status_apriko {
    color: #b5b5b5;
}

/*
input.with-input-button {
 	padding-right: 25px;
}
*/

/*
img.input-button  {
	cursor: pointer;
	float: left;
	margin: 5px -23px;
}
*/

/* NEU 2016-11-11 PRO */

/***********************************************************************************************************************************************************/
/* START: bootstrap (overwrite)
/***********************************************************************************************************************************************************/
.pagination {
    margin: 0px;
}

.popover {
    max-width: 100% !important;
}

.form-group .input-group input:not(:last-child) {
    border-right: none;
}

.filetypes {
    top: 10px;
    height: 48px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 48px;
    width: 33px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.nav > li > a {
    font-size: 15.5px;
}

/*Colors*/
.navbar-default {
    background-color: #BFBFBF;
    border-color: #BFBFBF;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #E2001A;
}

a {
    color: #E2001A;
}

a:hover {
    color: #FDC400;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #E2001A;
    border-color: #E2001A;
}

.btn-primary {
    background-color: #E2001A;
    border-color: #E2001A;
}

.btn-primary:hover {
    background-color: #FDC400;
    border-color: #FDC400;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #FDC400;
    border-color: #FDC400;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #FDC400;
    border-color: #FDC400;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #E2001A;
}

.col-half {
    width: 4.16666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-onehalf {
    width: 12%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/***********************************************************************************************************************************************************/
/* END: bootstrap (overwrite)
/***********************************************************************************************************************************************************/

.required::after {
    content: " *";
    color: red;
}

div.buttonbox {
    clear: both;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div#div-header-login-as {
    background-color: #FDC400;
    height: 50px;
}

div#div-header-login-as-inner {
    font-size: 1.1em;
    font-weight: bold;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    width: 970px;
}

div#div-header-login-as-inner a {
    color: #E2001A;
    padding-left: 25px;
}

a.reporting_contingent_user_name {
    color: #000;
    text-decoration: none;
}

a.reporting_contingent_user_name:hover {
    color: #cd0a0a;
    text-decoration: none;
}

.tooltip-inner {
    min-width: 150px;
}