﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
body
{
    background-color: #FFF;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

br
{
    clear: both;    
}

a:link
{
    color: #4585AB;
    text-decoration: underline;
}

a:visited
{
    color: #4585AB;
}


a:hover
{
    color: #4585AB;
    text-decoration: none;
}

a:active
{
    color: #4585AB;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

.breakword /* Prevent unbroken strings from breaking the layout --> Breaks text to next line */
{
    word-wrap: break-word;
}

.ellipsis /* Prevent unbroken strings from breaking the layout --> Clips overflowing text and ends with ... */ 
{
    display: block; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis; 
    width: 100%;
    overflow: hidden;
}

.flags {
    width: 70px;
    margin: auto;
}

.flag-nl, .flag-en {
    width: 32px;
    height: 32px;
    display: block;
}

.flag-en:hover
{
opacity:0.6;
filter:alpha(opacity=60);
}

.flag-nl:hover
{
opacity:0.6;
filter:alpha(opacity=60);
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #4585AB;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

header.header
{
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    padding: 10px;
    
    background: #71b9e1;
    background: -moz-linear-gradient(top,  #71b9e1 0, #57a6d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#71b9e1), color-stop(100%,#57a6d1));
    background: -webkit-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -o-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -ms-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: linear-gradient(to bottom,  #71b9e1 0,#57a6d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b9e1', endColorstr='#57a6d1',GradientType=0 );
    
    border-bottom: 3px solid #4585ab;
    height: 78px;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border: 1px solid #d9e2eb;
    border-radius: 4px;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding-left: 5px;
    margin: 0;
    text-align: left;
}

ul#menu li
{    
    float: left;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    padding: 0;
    border: none;
}
legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"], textarea
{   
    background: #f4fcff;
    border: 2px solid #bfd5d9;
    height: 20px;
    padding: 4px;
    color: #444;
    width: 200px;
    border-radius: 4px;
}

textarea.standard-textarea
{
    min-width: 300px;
    max-width: 600px;
    min-height: 200px;
    /*resize: none;*/
}

/* .UpdateKioskSettings input[type="text"] */ 
table input[type="text"], table input[type="password"], table select
{
    width: 100%;
    height: 28px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

select
{
    background: #f4fcff;
    border: 2px solid #bfd5d9;
    height: 30px;
    padding: 4px;
    color: #444;
    width: 100%;
    border-radius: 4px;
}

select option
{
    padding: 4px;  
}

.btn-standard {
    height:42px;
    max-height: 42px;
    display: inline-block;
}

.btn-left, .btn-right, .btn-content
{
    float: left;
    cursor: pointer;
}

.btn-left, .btn-right
{
    background-repeat: no-repeat;
    width: 8px;
    height: 42px;    
}


a.btn-content {
    color: white !important;
    text-decoration: none;
    padding: 13px 6px;
    height: 16px;
}

.btn-verticalalign {
    padding-top: 13px;
    height: 29px;
}


/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table td
{
    padding: 2px;
    border: solid 1px #d9e2eb;
    word-wrap: break-word;
}

table tr.altrow
{
    background-color: #ebf4f8;    
}

table th
{
    /* Original
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    */
    /* SOLID
    background-color: #4c8096;
    border: 1px solid #4c8096;
    */
    padding: 6px 5px;
    text-align: left;
    font-weight: bold;
    
    background: #71b9e1;
    background: -moz-linear-gradient(top,  #71b9e1 0, #57a6d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#71b9e1), color-stop(100%,#57a6d1));
    background: -webkit-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -o-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -ms-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: linear-gradient(to bottom,  #71b9e1 0,#57a6d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b9e1', endColorstr='#57a6d1',GradientType=0 );
    
    color: white;
}

table th a {
    color: white !important;    
}

table.overview th, table.tblKiosks th, table.tblTranslations th, table.tblTicketCategorys th {
  padding: 0 5px;  
}

table th a.desc, table th a.asc {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;    
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer
{
    margin-top: 15px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
    position: absolute;
    right: 0;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* PAGINATION start */ /* <-- Kan er uit als jQuery pagination goedgekeurd is
/*.pagination > .spacer
{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;     
}

.pagination > .spacer.left
{
    margin-right: 15px;
}

.pagination > .spacer.right
{
    margin-right: 15px;
}

.pagination > .page
{
    margin-left: 5px;
    margin-right: 5px;    
}

.pagination > .page.active
{
    margin-left: 1px;
    margin-right: 1px;    
}

.pagination > .page, .pagination > .prev, .pagination > .next
{
    padding: 8px 0;
    display: inline-block;
    width: 30px;
    height: 14px;
    
    color: white;
    background: #71b9e1;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    
    vertical-align: bottom;
}

.pagination > .page:hover, .pagination > .page:active,
.pagination > .prev:hover, .pagination > .next:hover,
.pagination > .prev:active, .pagination > .next:active
{
    border: 2px solid #71B9E1;
    color: #71B9E1;
    background: #e9f7ff;
    padding-top: 6px;
    height: 12px;
    width: 26px;
    font-weight: bold;
}

.pagination > .prev.inactive, .pagination > .next.inactive
{
    font-weight: normal;
}

.pagination > .prev.inactive:hover, .pagination > .next.inactive:hover,
.pagination > .prev.inactive:active, .pagination > .next.inactive:active
{
    padding-top: 6px;
    height: 12px;    
}

.pagination > .page.active:hover, .pagination > .page.active:active
{
    padding-top: 8px;
    height: 14px;
    width: 30px;    
}

.pagination > .prev.inactive, .pagination > .next.inactive
{
    border: 2px solid #c5c5c5;
    color: #B0B0B0;
    background: #ebebeb;
    cursor: no-drop;
    padding-top: 6px;
    height: 12px;
    width: 26px;          
}

.pagination > .prev.inactive
{
    margin-right: 11px;    
}

.pagination > .next.inactive
{
    margin-left: 11px;    
}

.pagination > .prev
{
    margin-right: 15px;    
}

.pagination > .next
{
    margin-left: 15px;    
}

.pagination > .page.active
{
    border: 2px solid #71b9e1;
    color: #71b9e1;
    background: white;
    border-radius: 4px;
    font-weight: bold;
    cursor: default;
}
*/
/* PAGINATION end */

ul#menu li.active a
{
    color: black;    
}


ul#menu li .tab_left, ul#menu li .tab_right
{
    float: left;
    width: 6px;
    height: 52px;    
}


ul#menu li a
{
    color: #4585AB;
}

ul#menu li a.tab_content
{
    padding: 7px 15px 0 15px;
    height: 45px;
    display: block;
    float: left;    
}


header .logo-header
{
    z-index: 1;
    background-image: url('logo-header.png');
    width: 75px;
    height: 82px;
    float: left;
    margin-right: 20px;    
}

header .logo-div1
{
    display: none;
    position: absolute;
    background-image: url('/Content/themes/general/images/wink.png');
    z-index: 2;
    width: 75px;
    height: 82px;
    float: left;
}

header .logo-div2
{
    display: none;
    position: absolute;
    margin-top: 21px;
    margin-left: 19px;
    background-image: url('/Content/themes/general/images/wink2.gif');
    z-index: 2;
    width: 36px;
    height: 19px;
    float: left;
}

header .logo-div3
{
    display: none;
    position: absolute;
    background-image: url('/Content/themes/general/images/wink3.png');
    z-index: 2;
    width: 75px;
    height: 82px;
    float: left;
}

.kiosk
{
    width: 37px;
    height: 34px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;        
}

.kiosk.offline
{
    background-image: url('/Content/themes/general/images/kiosk-offline.png');
}

.kiosk.intrusion
{
    background-image: url('/Content/themes/general/images/kiosk-intrusion.png');
}

.kiosk.green
{
    background-image: url('/Content/themes/general/images/kiosk-green.png');
}

.kiosk.blue
{
    background-image: url('/Content/themes/general/images/kiosk-blue.png');
}

.kiosk.grey
{
    background-image: url('/Content/themes/general/images/kiosk-grey.png');
}

.kiosk.red
{
    background-image: url('/Content/themes/general/images/kiosk-red.png');
}

.kiosk.orange
{
    background-image: url('/Content/themes/general/images/kiosk-orange.png');
}

.nav-bg
{
    position: absolute;
    top: 7px;
    z-index: -1; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 34px;
    width: 100%; 
    
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0, #f7f7f7 35%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f7f7f7), color-stop(35%,#f7f7f7), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #f7f7f7 0,#f7f7f7 35%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0,#f7f7f7 35%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0,#f7f7f7 35%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0,#f7f7f7 35%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f0f0f0',GradientType=0 );
}

.internalip, .externalip
{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;        
}

.internalip
{
    background-image: url('/Content/themes/general/images/int-ip.png');
    margin-right: 7px;    
}

.externalip
{
    background-image: url('/Content/themes/general/images/ext-ip.png');
    margin-right: 7px;
        
}

a.detail
{
    background-image: url('/Content/themes/general/images/detail.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 3px;
    min-height: 24px;
    display: inline-block;
    font-weight: bold;
    color: #4585AB
}

.register-btn
{
    position: relative;    
}

.register-btn .register-icon, .register-btn .password-icon, .register-btn .customerlist-icon, .register-btn .userlist-icon, .register-btn .licenselist-icon, .register-btn .filelist-icon
{
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 100;
    left: 23px;
    top: 19px;      
}

.register-btn .register-icon
{   
    background-image: url('/Content/themes/general/images/add-user.png');
}

.register-btn .password-icon
{   
    background-image: url('/Content/themes/general/images/change-pw.png');
}

.register-btn .customerlist-icon
{   
    background-image: url('/Content/themes/general/images/customer-list.png');
}

.register-btn .userlist-icon
{   
    background-image: url('/Content/themes/general/images/user-list.png');
}

.register-btn .filelist-icon
{
    background-image: url('/Content/themes/general/images/file-list.png');    
}

.register-btn .licenselist-icon
{
    background-image: url('/Content/themes/general/images/licenses.png');    
}

a.admin-btn
{   
    background-image: url('/Content/themes/general/images/admin-btn.png');
    width: 150px;
    height: 41px;
    padding: 28px 20px 0 80px;
    color: white;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
}

a.exit, a.enter
{
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    height: 28px;
    padding-top: 7px;
    padding-right: 40px;    
}

a.exit
{
    background-image: url('/Content/themes/general/images/logoff.png');
}

a.enter
{
    background-image: url('/Content/themes/general/images/logon.png');
}

.overview th label, .overview td label,
.tblKiosks th label, .tblKiosks td label, .tblTranslations th label, .tblTranslations td label, .tblTicketCategorys th label, .tblTicketCategorys td label {
    display: none;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

/* VALIDATION ERROR start*/
.field-validation-error {
    background-color: #fff7f7;    
    border: 2px solid #ff0000;
    height: 18px;
    display: inline-block;
    position: relative;
    min-width: 260px;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    color: #ff0000;
    border-radius: 5px;
}

.field-validation-error:after, .field-validation-error:before {
	border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: 100%;
    width: 0;
}

.field-validation-error:after {
	border-right-color: #fff7f7;
    border-width: 8px;
    top: 6px;
}

.field-validation-error:before {
	border-right-color: #ff0000;
    border-width: 10px;
    top: 4px;
}
/*  VALIDATION ERROR end */

/*  CHART BLOCK begin */
.chart-header img
{
    margin-top: -7px;
    margin-bottom: -7px;
}

.chart-header
{
    padding: 6px 5px;
    text-align: left;
    /*font-weight: bold;*/
    
    background: #71b9e1;
    background: -moz-linear-gradient(top,  #71b9e1 0, #57a6d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#71b9e1), color-stop(100%,#57a6d1));
    background: -webkit-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -o-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: -ms-linear-gradient(top,  #71b9e1 0,#57a6d1 100%);
    background: linear-gradient(to bottom,  #71b9e1 0,#57a6d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b9e1', endColorstr='#57a6d1',GradientType=0 );
    
    color: white;
    cursor: pointer;
    text-decoration: underline;
    
}

.chart-color
{
    border: 1px solid #D9E2EB;    
}

.chart-standard hr, .chart-color hr
{
    border-left: none;
    border-right: none;
    border-top: 1px solid #b9d7ff;
    background-color: transparent;
    color: transparent;    
}

.chart-open, .chart-close
{
    width: 25px;
    height: 25px;
    margin-top: -4px;    
}

.chart-open
{
    background: url('images/open.png') no-repeat;
}

.chart-close
{
    background: url('images/close.png') no-repeat;
}

/*  CHART BLOCK end */
.btn-main, .btn-main span
{
    display: inline-block;
    height: 32px;        
}

.btn-main
{
    background: url('/Content/themes/general/images/btn-right.png') no-repeat right top;
    padding-right: 8px;
}

.btn-main span, .btn-main .btncontent
{
    background: url('/Content/themes/general/images/btn-main.png') no-repeat;
    display: inline-block;
    height: 25px;
    padding: 7px 8px 0 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;        
}

.btn-main .btncontent
{
    border: none;
    height: 32px;
    padding: 2px 5px 4px 13px;
    cursor: pointer;
    margin-right: 0;    
}

.btn-main a.btncontent
{
    height: 21px;
    padding: 7px 5px 4px 13px;
}

/*Edit Icon*/
.edit-icon {
    background: url('/Content/themes/general/images/edit-icon.png') no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    cursor: pointer;  
}

.ui-widget
{
    font-size: 1em !important;    
}

form label, span.label
{
    display: inline-block;
    min-width: 140px;    
}

form input[type=text], form input[type=password]
{
    margin-top: 2px;
    margin-bottom: 2px;    
}