@media screen {
    table {
        font-size:14px;
    }
}

.bg-ewasyswim {
    background-color: var(--button-background-color);
}
.tc-ewasyswim {
    color: var(--accent-text-color);
}

.printonly {
    display: none;
}
.lowercase {
    text-transform: lowercase;
}

table thead tr th {
    text-align:left;
}


table.grid {
    width:100%;
    border-collapse: collapse;
    border:1px solid white!important;
}

table.grid thead > tr > th {
    text-align: left; 
    background-color: var(--button-background-color); 
    color: white;
    font-weight: normal;
}

table.grid thead > tr > th, f
table.grid tbody > tr > td {
    position:relative;
    vertical-align: top;
    padding:5px;   
    line-height:22px;	
}

table.grid tbody > tr > td:first-child {
    padding-left:5px;
}
table.grid thead > tr > th:first-child {
    padding-left:5px;
}
table.grid tbody > tr > td {
    border-bottom: 1px solid silver;
    line-height:22px;
}

table.grid tbody.totals tr.totals td {
    border-top: 2px solid var(--button-border-color);
}

table.grid tbody > tr.collapsed {
    display: none;
}
table.grid tbody > tr.section.collapsed { 
    display: table-row;
}
table.grid tbody > tr.section td span.item-count {
    font-weight: normal;
    color : #0182c3;
}

table.grid.lh28 tbody > tr > td {
    line-height: 28px;
}

table.grid tbody > tr:last-child > td {
    border-color: var(--button-border-color);
}

table.grid.columnsort thead tr th {    
    cursor:pointer;
}
table.grid.columnsort thead tr th:hover {
    background-color: #43A9DC;
}

table.grid.columnsort thead > tr > th.nosort {
    cursor:default!important;
}
table.grid.columnsort thead > tr > th.nosort:hover {
    background-color: var(--button-border-color)!important;
}

table.grid td.leftborder {
    border-left:1px solid silver;
    border-left-color: silver!important;

}
table.grid td.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
td.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.grid tbody > tr.section > td {
    background-color: #EDEDED;
    color: black;
    font-weight: bold;
}

table.grid tbody tr.active td {
    background-color: #d7ffdf;
}

table.grid tbody tr.holiday td {
    background-color: #FFFBEA;
}

table.grid.certificates tr {
    cursor:pointer;
}
table.grid.certificates tr td {
    line-height:32px;
    vertical-align: middle;
    border: none;
}
table.grid.certificates {
    width:100%;
    border:none;
}
table.grid tr.nodata td {
    text-align: center;
}


table.grid.certificates tr td img {
    vertical-align: middle;
}
table.grid thead tr th > span.ss_sprite {
    font-size:13px;
}
table.grid tbody tr td > span.ss_sprite {
    font-size:13px;
}

table.grid tbody > tr:hover > td {
    background-color: #EEE;    
}

table.grid.nohover tbody tr:hover td {
    background-color: inherit;
}

table.grid tbody > tr.nohover:hover > td {
    background-color: inherit;
}

table.grid tbody tr.warning td {
    background-color: #ffd0d0;
}
table.grid tbody tr td.rightalign {
    text-align: right;
}
table.grid thead tr th.rightalign {
    text-align: right;
}
table.grid td.finance {
    text-align: right;	
}

table.grid tbody tr td.highlight:hover {
    background-color: #EEE;    
}

/*
table.grid tbody tr td.expired {
    color: red;
}
*/

table.grid tbody tr.expired-warning td,
table.grid tbody tr.expired-warning:hover > td {
    background-color: #ffd5b8;
}

table.grid tbody tr.expired-fatal td,
table.grid tbody tr.expired-fatal:hover > td {
    background-color: #ffb8b8;
}


table.grid thead#filter tr th {
    /*border-bottom: 1px solid var(--button-border-color);    */
    
}
table.grid thead#filter tr th input[type=text] {
    /*border: 2px solid var(--button-border-color);*/
}

table.grid.columnfilter thead tr th,
table.grid.columnfilter thead tr td {
    overflow: hidden;
}

table.grid.overflow tbody tr td {        
    overflow: hidden;
    text-overflow: ellipsis;
}

table.form {
    width:100%;
    border-collapse: collapse;
}

table.form thead tr th {
    text-align: left;
    padding: 5px; 
    color: white;
    background-color:  #3399CC;
    font-weight: normal;

    line-height:22px;
}

table.form>tbody>tr>td {
    padding:5px 0px;
    line-height:25px;
    padding-left:5px;
}


table.form.divided tbody tr td {
    border-bottom:1px dotted #AAA;
}
table.form.divided tbody tr:last-child td {
    border-bottom: none;
}


table.form tbody tr.section td {
    background-color: #EDEDED;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    font-weight: bold;
}

table.form tbody tr.section:hover td {    
    background-color: #EDEDED;
    border-bottom: 1px solid #CDCDCD;
}
table.form.nohilight tbody tr.section:hover td {    
    background-color: #EDEDED;
    border-bottom: 1px solid #CDCDCD;
}
table.form tbody tr.nohover:hover td {    
    background-color: transparent;    
}


table.form tbody tr.section td h2 {
    margin: 5px 0px;
}

table.form tbody tr td {
    position:relative;
}
table.subtable {
    width: 100%;
    border-collapse: collapse;
}

table.subtable tr td {
    border: none;
    line-height: 18px;
    padding: 0px 5px;
}


table.form tbody tr td > span.ss_sprite {
    font-size:13px;
}
table.form tbody tr td.error {
    color: red;
}
table.event_details tbody tr td {
    padding:  5px 0px;
}
table.event_details tbody tr td.title {
    color: black!important;
    font-weight: bold;
    padding-bottom:5px;
}

table.event_details td ul.prerequisites {
    list-style: none;
    padding-left:20px;
    margin-top:0px; margin-bottom:10px;
}
table.event_details td {
    padding:0;
}

table.event_details td p {
    margin:0px;
}

table.results {
    width:100%;
    border-collapse: collapse;
}

table.results td {
    padding:0;
    padding-left:5px;
}




div.tabs {
    border:none;
    background: none;
}

div.tabs > ul{
    border-radius: 0px;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    background: none;
}

div.tabs > ul > li { 
    border-radius: 0px;
    background: none;
}

div.tabs > ul > li.ui-state-default {

    background-image: none;
    background-color: #EDEDED;

    border-color: white;
}
div.tabs > ul > li.ui-state-active {
    border-color: #888;
    background-color: white;
    outline: none;
}

div.tabs > ul > li.ui-state-hover {    
    background-color: #b8e7ff;    
    outline: none;
}
div.tabs > ul > li.ui-state-hover.ui-state-active {
    border-color: #888;
    background-color: white;
    outline: none;
}


div.tabs > ul > li.ui-state-hover > a {
    /*color: white;*/
}


div.tabs > ul > li a{
    outline: none;
}






.tabs-nobg {
    border:none;
    background: none;
}

.tabs-nobg > ul{
    border-radius: 0px;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    background: none;
}

.tabs-nobg > ul > li { 
    border-radius: 0px;
    background: none;
}

.tabs-nobg > ul > li.ui-state-default {

    background-image: none;
    background-color: white;

    border-color: white;
}
.tabs-nobg > ul > li.ui-state-active {
    border-color: #888;
    outline: none;
}

.tabs-nobg > ul > li a{
    outline: none;
}

.ui-tabs {
    padding:0px;
}
.ui-tabs .ui-tabs-panel{
    padding:0px;
    padding-top:10px;
}

.tabs-nobg > ul > li { 
    background:none;
}

d.tabs-nobg > ul > li.ui-state-default {

    background-image: none;
    background-color: white;

    border-color: white;
}

button, 
input[type=button], 
input[type=submit] {
    position:relative;
    padding:10px;
    border:1px solid var(--button-border-color);
    background-color:var(--button-background-color);
    color: var(--button-text-color);
    padding-left:34px;
    height:34px;
}

button.searchbutton{
    position:relative;

    border:1px solid var(--button-border-color);
    background-color:#3399CC;
    color: white;
    padding:0px;
    padding-left:30px;
    padding-right:10px;
    height:25px;
    line-height:25px;
    vertical-align: middle;
}



input[type=password]:disabled {
    background-color: #DCDCDC;
    border:1px solid #CCC;
}

button.small_button {
    padding-left:21px;
}
input[type=text].colorpicker {
    width:70px;
    width:82px;
}
select:disabled,
input[type=email]:disabled,
input[type=text]:disabled {
    background-color: #EEE;    
}

input[type=text].uppercase, input[type=text].iban{
    text-transform: uppercase;
}

button.table_button {
    padding:4px;    
    font-size:10px;
    min-width:100px;
    height:21px!important;
    line-height:1px!important;
}

button.table_button_25 {
    padding: 0px;
    font-size:12px;
    min-width:100px;
    height:25px!important;
    line-height:25px!important;
}

button.small_table_button {
    height:auto;
}

button.small_table_button.w50 {
    width:70px;
    min-width:70px;
} 


button.noimage, input[type=button].noimage, input[type=submit].noimage {
    padding-left:10px;
}
button.notext, input[type=button].notext, input[type=submit].notext {
    padding-left:22px;
}

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    border:1px solid #CCC;
    background-color:#CCC;
    color: white;
}

button:disabled:hover, input[type=button]:disabled:hover, input[type=submit]:disabled:hover {
    border:1px solid #CCC;
    background-color:#CCC;
    color: white;
    cursor:default;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: white;
    color: var(--accent-text-color);
    cursor:pointer;
}

button.tabbutton {
    height:27px;
    background-color: white;	

    border-color: white;
    border-bottom:0px;
    padding:0px 10px;
    color: #666;
    outline: none;
}

button.tabbutton:hover {
    border-color: #888;
    background-color: #EDEDED;
}

select {
    padding:3px 4px;
    border:1px solid #CCC;
    outline: none;
        
}
select > option.deleted {
    color : red;
}

input[type=email], 
input[type=text], 
textarea {
    padding:3px 4px;
    border:1px solid #CCC;	
}
input[type=email]:invalid {
    
    background-color: #ffd7d7;
    border-color: red;
}


textarea {
    resize: none;    
    padding:3px 4px;
    
}
input[type=text].timepicker{
    width:48px;
}

div.error,
textarea.error, 
input[type=text].error, 
.inputerror{
    border:1px solid red!important;	
    background-color: #FFDDDD;       
    outline-color: red;
}

select.error {
    border:1px solid red;
    outline-color: red;
}


input[type=text].medium {
    width:200px;    
}
input[type=number].medium {
    width:200px;    
}

select.medium-width,
select.medium{
    width:200px;
}
select.large{
    width:600px;
}

span.dashboardbutton {
    position:relative;
    display:inline-block;
    width:1.25rem;
    height:2rem;
}

span.dashboard{
    position:absolute;

    top:7px;
    left:6px;
    width:15px;
    height:15px;	

    background: transparent url(../img/home.png) no-repeat;
    background-size: contain;
}



input[type=text].datepicker{
    width:100px;
}
input[type=text].phonenumber{
    width:100px;
}

input[type=text].micro{
    width:48px;
}

span.icon {
    width:22px;
    height:22px;
    display:inline-block;
    margin:0;
    padding:0;
}
span.icon.copy {
    background: url(../img/copy.png) no-repeat;
}


ul.checkboxlist {
    list-style: none;
    padding:0;
    margin:0;
}

span.required_marker {
    color: red;
    font-weight: bold;
    padding-left: 5px;
    cursor: help;
}

td>span.required_marker{
    color: red;
    font-weight: bold;
    float:right;
    margin-right:5px;
}
td>span.required_marker.left {
    float: none;
    margin-left: 5px;
}

ul.verticaltabs{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
}

ul.verticaltabs li {
    width:100%;
    line-height:30px;
    border-bottom:1px solid #CDCDCD;
}

ul.verticaltabs li a{
    display:block;
    text-align: right;
    padding-right:10px;
    outline: none;
    color: black;
}

ul.verticaltabs li a.active {
    background-color: white;
}

ul.verticaltabs li a:hover {
    text-decoration: none;
}

ul.verticaltabs li a:focus{
    background-color: white;    
}


.inline-editor{
    display:block;
    min-height:22px;
    position:relative;
    border:2px solid transparent;
}
.inline-editor:hover {
    border:2px dashed silver;
}

span.loader-container {
    position:absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 1000;
}
span.bigloader {
    background: transparent url(../img/big-ajax-loader.gif) no-repeat;
    width:128px;
    height:128px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-64px;
    margin-top:-64px;
}


span.smallloader {
    background: transparent url(../img/big-ajax-loader.gif) no-repeat;
    width:64px;
    height:64px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-32px;
    background-size: contain;
}
div.dialog_content {
    position:relative;
}
div.ajaxloader {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color: white;
    z-index:1;
}


div.event_list {

}


div.event_list div.event {
    border:2px solid var(--button-border-color);

    margin-bottom:10px;
}

div.event_list div.event:hover {

}

div.event_list div.event table {
    width:100%;
    border-collapse: collapse;
}
div.event_list div.event table tr td {
    padding:5px;
}
    
    
div.event table td.event_title {

    font-size:140%;
    padding-bottom:10px;
    color: white;
    background-color: var(--button-background-color);
}

div.event p{
    margin-top:0px;
}


.clickable {
    cursor: pointer;
}
.information {
    cursor: help;
}
tr.this-is-me td {
    background-color: #D9ECF5;
}
tr.disabled td {
    color: red;
}


div.event table td.event_description p {
    margin-bottom: 0px;
}

div.event table td.event_time {
    color: var(--accent-text-color);
}


span.signup_status {
    border:1px solid #32a8cf;
    background-color: #32a8cf;
    border-top-color: #3bc6f4;
    padding:10px;
    color: white;

    display:block;
}

div.management_bar {
    width:100%;
    padding-bottom:10px;
    border-bottom:1px solid silver;
    margin-bottom:10px;
    text-align:right;
}

div.pager {
    float:left;
    width:100%;
    display:block;	
    text-align:right;
}
div.pager.top {
    margin-bottom:10px;
}
div.pager.bottom {
    margin-top: 10px;
}
div.pager div.pagecount {
    margin-right:10px;
    display:inline-block;
    line-height:30px;
    padding-top:2px;
}
ul.pager {
    list-style: none;
    float:right;
    margin:0;
    padding:0;
    line-height:30px;
}

ul.pager > li {
    display:inline-block;
    border:1px solid var(--button-border-color);
    margin-left: 4px;
}

ul.pager > li >  a {

    display:block;	
    background-color: var(--button-background-color);
    color: white;
    padding:0px 10px;
}
ul.pager > li.warp{
    border:1px solid white;
    display:inline-block;	
    background-color: white;
    color: var(--accent-text-color);
    padding:0px 10px;
}



ul.pager > li.current >  a {

    background-color: white;
    color: var(--accent-text-color);
}
ul.pager > li >  a:hover {
    text-decoration: none;
}


input[type=text].tablefilter {
    background-color: transparent;
    border-top:none;
    border-right: none;
    border-left:none;
    width:20px;
}
input[type=text].tablefilter:focus{
    outline: none;
} 

span.messagecounter {
    position:absolute;
    left:32px;
    top:6px;
    z-index:10;
    background-color: red;
    height:17px;
    width:17px;
    display:inline-block;
    border-radius: 50%;
    line-height:17px;
    font-size:10px;
    vertical-align: middle;
    /*border: 2px solid white;*/
    text-align:center;    
}

span.messagecounter[value='0'] {
    display: none;
}

tr.message_status_0 td {
    font-weight: bold;
}
span.messagecounter#global_marked_message_counter {
    top: 30px;
    background-color: orange;
}

table.grid.relations td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.grid tr.inactive td,table.grid  tr.inactive.priority td {    
    color: #FFCDCD;
}

table.grid tr.priority td {
    background-color: #F8EA9E;
}

table.grid td.border {
    border-left:1px solid #CDCDCD!important;
}
table.grid th.center, table.grid td.center {
    text-align: center;    
}
td.center {
    text-align: center;    
}

th.center {
    text-align: center;    
}
tr.filterrow td {
    padding-left:0px;
    padding-right:6px;
}


span.loader {
    width:22px;
    height:22px;  
    display:inline-block;
    background: transparent url(../img/loading22.gif) no-repeat;
}



span.warning {
    border:1px solid #C3AA10 ;
    background-color: #F8EA9E;
    border-top-color: #C3AA10;
    padding:10px;
    color: black;

    display:block;
}

div.filtergroup {
    display: inline;
}

button.switchbutton {	
    padding:8px;
    outline:none;
}
button.switchbutton span {
    height:auto;
}
button.switchbutton span.glyphicon  {
    font-size:12px;
}
span.glyphicon.large {
    font-size:16px;
    vertical-align: middle;
}

div.filtergroup > button.switchbutton {
    margin:0;    
}

div.filtergroup > button.switchbutton:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
div.filtergroup > button.switchbutton:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
div.filtergroup > button.switchbutton.active, div.filtergroup > button.switchbutton.active:hover {
    background-color: #198db4;
    border-color: #198db4;
    color: white;
}

table.details {
    width:100%;
    table-layout: auto;
    border-collapse: collapse;
}
table.details h2 {    
    margin-top:0px;    
    margin-bottom:7px;
}
table.details td {
    padding:5px;
    vertical-align: top;
}

tr.topborder > td {
    border-top: 1px solid #EAEAEA;
}
tr.notopborder > td {
    border-top: none;
}
tr.bottomborder > td {
    border-bottom: 1px solid #EAEAEA;
}

table.recorddetails {
    width:100%;
    border-collapse: collapse;
}
table.recorddetails tr td {
    vertical-align: top;
    padding:0px;        
}


table.recorddetails td table.grid td {
    padding:5px;	
}
table.recorddetails td table.grid td {
    padding:5px;	
}
table.recorddetails td table.details td {
    padding:5px;
}

table.searchtable {
    width:100%;
}
table.searchtable td {    
    padding:0px;    
}
table.searchtable td  table.grid td {
    padding:5px;
}

.red {
    color: red;
}

table.grid td.red {
    background-color: #f1a899;
}
table.grid td.green {
    background-color: #ccffcc;
}
table.grid td.white {
    background-color: white;
}

span.highlight {
    background-color: yellow;
}

td.contact_report p {
    margin-top:0px;
}
td.contact_report p:last-of-type {
    margin-bottom:0px;
}

span.addbutton {
    background-color: #3bc6f4;    
    display: inline-block;
    border: 1px solid #3bc6f4;   
    padding: 3px 8px;
    line-height:17px;        
    box-sizing: content-box;
    color: white;
    cursor: pointer;
}
span.addbutton:hover {
    background-color: white;
    color: #3bc6f4;
}




div.popupinfo {
    position:absolute;
    left:10px;
    top:10px;
    width:400px;
    min-height:128px;
    background-color: white;
    border:1px solid #DDDDDD;
    z-index:10001;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    padding:16px;
}
div.popopinfo_loader {
    background: transparent url(../img/big-ajax-loader.gif) no-repeat;
    position:absolute;
    left:50%;
    top:50%;    
    width:64px;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    background-size: contain;
}

div.popupinfo_pointer {
    position:absolute;
    width:17px;
    height:9px;
    left:191px;
    bottom:-9px;
    background: transparent url(../img/cal_pointer.png) no-repeat;
}
div.popupinfo_close {
    position:absolute;
    width:20px;
    height:20px;
    top:13px;
    right:16px;	
    padding:0;
    margin:0;
    background: transparent url(../img/stop_hot.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
div.popupinfo_header {
    display:block;
    width:100%;
    font-size:12px;
}

div.popupinfo_title {
    width:335px;
    display:inline-block;
    margin-bottom:1em;
    overflow: hidden;
    color: var(--accent-text-color);
    font-weight: bold;
}


div.popupinfo_footer {
    display:block;
    width:100%;
    font-size:12px;
}



table.business_card{
    width:100%;
    display:block;    
}

table.business_card td {
    padding:0;
    line-height:14px;
}

span.businesscard_profilepicture {
    position: absolute;
    top: 0px;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-clip: border-box;
    overflow: hidden;
    border: 2px solid white;
}

table.business_card td table.info td.name {
    font-size:16px;
    line-height:20px;
    color: #3bc6f4;
}

table.business_card td table.info td.email  {
    padding-top:10px;
}

table.business_card td table.info a {
    color: inherit;
}

table.timeline {
    width:100%;         
}
table.timeline td {
    padding:0px;    
}
table.timeline td.timeline_line {
    width:2%;
    background: transparent url(../img/timeline_line.png) repeat-y 50% 0;
}
table.timeline td.timeline_line.separator {
    border-top:1px solid #cdcdcd;
}

table.timeline td.timeline_left {
    width:49%;
    text-align:  right;
    padding:10px 0px;
}
table.timeline td.timeline_right {
    width:49%;
    padding:10px 0px;
}
table.timeline td.dateheader {
    text-align: center;
}

table.timeline td.dateheader span.datedisplay {
    border: 1px solid silver;
    padding:6px;
    background-color: white;
    border-radius: 6px;
    background-color: #EDEDED;    
}

table.timeline_item {
    width:100%;    
    border-collapse: collapse;
}

table.timeline_item td{
    line-height: 1em;
    padding:0px;
}

table.timeline_item td.invitees {    

    padding-top:5px;
    font-size:10px;
}
table.timeline_item td.attendees {    

    padding-top:5px;
    font-size:10px;
    color: #888;
}
table.timeline_item td.invitees a{
    color: #888;
}

table.timeline_item td.title {        
    font-size:12px;
    color: #3bc6f4;
    padding-top:5px;
}

table.timeline_item td.typechange {        
    font-size:11px;
    color: #333;
    padding-top:5px;

    background-color: #bfeeb9;

    border: 1px solid  #22ee07;
    padding:10px;
    border-radius: 5px;
    display:inline-block;
}

table.timeline_item td.marketingresponse {        
    font-size:11px;
    color: #333;
    padding-top:5px;

    background-color: #FFFFE8;

    border: 1px solid #FFFF66;
    padding:10px;
    border-radius: 5px;
    display:inline-block;
}



table.timeline_item td.trainingevent {        
    font-size:11px;
    color: #333;
    padding-top:5px;

    background-color: #D3F9FF;

    border: 1px solid  #6CA6C1;
    padding:10px;
    border-radius: 5px;
    display:inline-block;
}

table.timeline_item td.future {
    opacity:0.3;
}
table.timeline_item td:hover.future {
    opacity:1.0;
}



table.timeline_item td.trainingevent.notpresent {        
    background-color: #F7D9E0;    
    border: 1px solid  #D21F4C;   
}


table.timeline_item td.body {    
    padding:0px;    
    padding-top:10px;
}

table.timeline_item td.body span.body {    
    background-color: #F0F0F0;
    padding:10px;
    border-radius: 5px;
    display:inline-block;
}
table.timeline_item td.body  span.body p {    
    margin:0;
    line-height:16px;
}

table.timeline {
    margin-top:10px;
}

div.imagepreview {
    border:1px solid silver;
    line-height:100%;
    content: 'Preview';
    margin-bottom:10px;
    margin-top:5px;	
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2N8//79fwY0ICgoyIguxjgUFKI7GsTH5m4M3w1ChQDZbycHEhMP6gAAAABJRU5ErkJggg==) repeat;
}

table.grid tr.message td{
    position:relative;
}

table.grid tr.message td:last-child{
    padding-right:20px;
}

span.deletemessage {

    position:absolute;
    right:5px;
    top:5px;
    width:20px;
    height:20px;
    background: transparent url(../img/stop_hot.png) no-repeat;
    background-size:contain;
}

table.grid.log td p {
    margin:0;
}

div#mapcontainer div#center span#storecenter {
    position: absolute;
    background: transparent url(../img/add_hot.png) no-repeat;
    width:22px;
    height:22px;
    left:4px;
    top:3px;
    background-size: contain;
}

option.inactive {
    color: #FFCDCD;;
}

tr.translation_type_0 {
    background-color: white;
}
tr.translation_type_1 {
    background-color: #fffa90;
}
tr.translation_type_2 {
    background-color:#ccffcc;
}
tr.translation_type_3 {
    background-color:#ffcc66;
}

/* dropdown */
div.dropdown {	
    position:relative;
    float:left;
    display:inline-block;
    line-height:18px;
    border:1px solid silver;
    min-width:100px;
    width:100px;
    min-height:25px;
    padding:3px 4px;
    border-radius: 1px;
    overflow: hidden;
    overflow-y: hidden;
}
div.dropdown:hover {
    border-color: #888;
}
div.dropdownbutton {
    background: white url(../img/dropdown.png) no-repeat;
    width:18px;
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
}
div.dropdown div.innerlist {
    position:absolute;
    width:100%;
    overflow-y: scroll;
    height:100px;
    line-height: inherit;
}
div.dropdown div.innerlist ul {
    margin:0;
    padding:0;
    list-style:none;

}
div.dropdown div.innerlist ul li {
    line-height: inherit;

}


div.error_table table.grid {
    border-color: red;
}
div.error_table table.grid thead tr th {
    background-color: red;
    font-weight: bold;
}

div.error_table table.grid tbody tr:last-child td {
    border-color: red;
}

div.roleview {
    width:650px;
}

div.roleview h2 {
    margin-top:0px;
}

table.organisation_info_table {
    width:100%;
    border-collapse: collapse;
}
table.organisation_info_table th {
    text-align:left;
    border:1px solid silver;
    padding:5px;
    line-height:22px;
}
table.organisation_info_table td {    
    padding:5px;
    border:1px solid silver;
}

table.organisation_info_table td:first-child {    
    width:230px;
}

ul {
    list-style: none;
    margin:0;
    padding:0;
}

table.grid td span.financial_valuta {
    position: absolute;
    left:5px;
}

table.grid tr.subtotal td {
    background-color: #EDEDED;
    border: 1px solid #CDCDCD;    
    text-align:right;
    color: black;
}
table.grid tr.subtotal:hover td {
    background-color: #EDEDED;

}
table.grid tr.subtotal td:first-child {
    border-right: none;   
}
table.grid tr.subtotal td:last-child {
    border-left: none;
}

p.actionname {
    line-height:20px;
    padding:5px;
    background-color: #3bc6f4;
    color: white;
}
p.dashboard_message {	
    background-color: red;
    color: white;
    padding:5px 5px;	
    line-height:20px;
    vertical-align: middle;
    margin-bottom: 5px;
    border:1px solid white;
}
p.dashboard_message a{
    color: white;
    display:block;
}
p.dashboard_message a:hover {
    text-decoration: none;
}
p.dashboard_message span.glyphicon {
    font-size:18px;
    line-height:20px;
    vertical-align: middle;
    top:-1px;
    margin-right:5px;
}
p.warning{
    color: red;
    margin:10px 0px;
    padding:10px;
    border:1px solid red;
}
p.info{
    color: var(--accent-text-color);
    margin:10px 0px;
    padding:10px;
    border:1px solid var(--button-border-color);
}

table.grid tr.actionexpense td {
    color: #999;
}
table.grid tr.actionexpense td:first-child {
    text-indent: 20px;
}

table.grid tr.actionexpense.subtotal td {
    color: black;
}
table.grid tr.sumtotal td {
    background-color: #FDFDFD;
    border: 1px solid #CDCDCD;    
    text-align:right;
    color: black;    
    border-top:1px double #888;
}
table.grid tr.sumtotal:hover td {
    background-color: inherit;

}
table.grid tr.sumtotal td:first-child {
    border-right: none;   
}
table.grid tr.sumtotal td:last-child {
    border-left: none;
}

.popupresultoptions ul {
    list-style: none;
    padding:0;
    margin:0;
}

.popupresultoptions ul li {
    line-height:22px;
}


div.ajax_loader_indicator {

    position:fixed;
    right:10px;
    top:10px;

    height:46px;
    padding:8px;
    border-radius: 10px;
    background-color: yellow;    
    color: black;
    z-index:10000;
    line-height:40px;
    vertical-align: middle;

    box-shadow: 0 0 5px 3px rgba(100,100,100,0.2);
    display:none;

}

div.ajax_loader_indicator span.loader {
    /*float:left;*/
    position:absolute;
    width:30px;
    height:30px;
    top: 8px;
    left: 8px;
    background: transparent url(../img/ajax_loader_yellow.gif) no-repeat;
}
div.ajax_loader_indicator span.text {        
    float:left;
    margin-left:38px;
    display:inline-block;
    line-height:28px;
    font-size:16px;
    color: black;    
}

div.save_indicator {

    position:fixed;
    right:10px;
    top:10px;

    height:46px;
    padding:8px;
    border-radius: 10px;
    background-color: #00FF00;    
    color: black;
    z-index:10000;
    line-height:40px;
    vertical-align: middle;

    box-shadow: 0 0 5px 3px rgba(100,100,100,0.2);
    display:none;

}

div.save_indicator span.loader {
    position:absolute;
    width:30px;
    height:30px;
    left: 8px;
    top: 8px;
    background: transparent url(../img/ajax_loader_green.gif) no-repeat;
}
div.save_indicator span.text {        
    float:left;
    margin-left:38px;
    display:inline-block;
    line-height:28px;
    font-size:16px;
    color: black;    
}


span.row_drag_handle {
    display:inline-block;
    background: transparent url(../img/row_drag_handle.png) no-repeat;
    width:15px;
    height:12px;
    cursor: ns-resize;
}

div.popupdialog {
    width:900px;
}



input[type=radio]:enabled {
    cursor: pointer;	
}
input[type=checkbox]:enabled {
    cursor: pointer;	
}

th.col_date {
    width:110px;
}
th.col_datetime {
    width:130px;
}

input[type=text].ui-spinner-input {
    border:none;    
    margin:0;
    margin-right:14px;
    font-size:13px;
}
span.ui-spinner {
    border: 1px solid #CCC;
}

table.grid tr th.glyphiconbutton {
    width:20px;
}
table.grid th span.glyphicon {
    font-size: 14px;
}

span.holidaymarker {
    color: red;
}


p.warning {
    color: red;
}

span.hilight {
    background-color: yellow;
    color: black;
}

table.search_result_table {
  /*  display: block;*/
    width:100%;
    max-width: 100%;
    border-collapse:collapse;
    margin-bottom:10px;
}

table.search_result_table td {
    padding:0;
    
    overflow: hidden;
    text-overflow: ellipsis;
}

table.search_result_table tr.section td {
    color: var(--accent-text-color);
    background-color: #c7edfa;
    font-size:16px;	
    vertical-align: top;
    position:relative;
    height:34px;	
    line-height:1px;
}
table.search_result_table tr.section td span.title {
    position:absolute;
    line-height:34px;
    vertical-align: middle;
    padding-left:10px;
}
table.search_result_table tr.divider td {
    font-size:5px;
    line-height:10px;
}
table.search_result_sub_table {
    /*table-layout: fixed;*/
    /*table-layout: auto;*/    
    width:100%;		   
    table-layout:fixed;
}

table.search_result_sub_table tr td {    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:3px;
}
table.search_result_sub_table tr td:first-child {
    padding-left:10px;
}

table.form  td.data {
    /* border-bottom: 1px dotted silver; */
}

div.communication_preview {
    width:800px;	
}
table.communication_preview {	
    width:100%;
    border-collapse: collapse;
}
table.communication_preview tr>td {
    border-top: 1px dotted silver;
}
table.communication_preview > tbody > tr > td {
    padding:5px;
}
table.communication_preview > tbody > tr > td.contents p {
    line-height:20px;
}
table.communication_preview > tbody > tr:first-child >td {
    border-top: none;
}
table.communication_preview tr:last-child >td {
    border-top: none;
}
table.communication_preview td.contents {
    background-color: white;
}

p {
    /*margin:0;*/
}

table.communication_preview td ul { 
    list-style-type: disc; 
    list-style-position: inside; 
    padding-left:40px;
    margin: 11px 0px;
}
table.communication_preview td ol { 
    list-style-type: decimal; 
    list-style-position: inside;    
    padding-left:40px;
    margin: 11px 0px;
}

table.communication_preview td.messagecontentsheader{
    background-color: #3bc6f4;
    color: white;
    position:relative;
    height: 30px;
}

table.communication_preview td.messagecontentsheader span.button {
    position:absolute;    
    height: 29px;
    width: 29px;  
    background-color: var(--button-background-color);
    text-align: center;
    line-height:29px;
    cursor: pointer;
}
table.communication_preview td.messagecontentsheader span.button:hover {
    background-color: #44AADD;
}
table.communication_preview td.messagecontentsheader span.button span.flaticon:before{
    margin-left:0px;
}
table.communication_preview td.messagecontentsheader span.resend-button {
    right: 0px;
    top: 0px;
}
table.communication_preview td.messagecontentsheader span.print-button {
    right: 29px;
    top: 0px;
}


span.pluscounter {
    color: var(--accent-text-color);
}

table td span.valuta {

}

span.defaultrate{
    color: var(--accent-text-color);
    font-weight: bold;
}

p.maintenance {
    position:absolute;
    background-color:red;
    margin:0;
    padding:2px 10px;
    font-size:10px;
    left:250px;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}


select.w50 {
    width:50px;
}

p.validationerror {
    border:1px solid red;
    background-color: #ffd0d0;
    color: red;
    padding:10px;
    display:none;
}
p.bad-payer-message{
    position:relative;
    border:1px solid red;
    background-color: #ffd0d0;
    color: red;
    padding:10px;    
    padding-left: 36px;
}
p.bad-payer-message span.glyphicon {
    position:absolute;
    font-size:23px;
    top: 6px;
    left: 6px;
}


p.changes-saved {
    border:1px solid #00AA00;
    background-color: #d0FFd0;
    color: #006600;
    padding:10px;	
    display: none;
}
p.changes-not-saved {
    border:1px solid #AAAA00;
    background-color: #FFFF00;
    color: #666600;
    padding:10px;	
    display: none;
}
p.error-message {
    border:1px solid red;
    background-color: #ffd0d0;
    color: red;
    padding:10px;    
    margin:0;
    margin-bottom:10px;
}
p.info-message{
    border:1px solid var(--button-border-color);
    background-color: #C7E3F1;
    color: black;
    padding:10px;    
    margin:0;
    margin-bottom:10px;
}

div.cke_combopanel {
    width:250px;
}

h1 span.colorindicator {
    display: inline-block;
    width:3px;
    height:20px;
    background-color: white;
    margin-right:5px;
}


h2 span.colorindicator {
    display: inline-block;
    width:5px;
    height:20px;
    background-color: white;
    margin-right:5px;
}

.info-cursor {
    cursor: help;
}

.text-color-grey {
    color: #CCC!important;
}


p.no-bottom-margin{
    margin-bottom:0px;
}

.tablebutton {
    height: 20px!important;	
    border-radius: 3px;
    font-size:12px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    line-height:0px!important;
}
.tablebutton.sticky-right {
    margin-right:6px;
}




table.form tbody tr:hover td {
    background-color: #EEE;    
}

table.form.nohilight tbody tr:hover td {
    background-color: inherit;
}

table.form tbody tr td.fieldname,
table.form tr:hover td.fieldname {
    vertical-align: top;
    background-color: #EDEDED;	
    border-right: 1px solid #dadada;
}
table.form.nohilight tbody tr td.fieldname,
table.form.nohilight tbody tr:hover td.fieldname {
    vertical-align: top;
    background-color: #EDEDED;	
    border-right: 1px solid #dadada;
}
table.form tr td {
    vertical-align: top;
}

h6 {
    margin:0;
    padding:0;
    width:100%;
    background-color: var(--button-background-color);
    color: white!important;
    font-weight: normal;
    font-size:16px;
    padding:5px;
}

@media print {
    div.daynote-printable {
        float:none!important;
        position:relative;
        display: block;
    }
    div.printable {        
        float:none!important;
        position:relative;
        display: block;    
    }
    div.print-pagebreak {
        float:none!important;
        position:relative;
        display: block;
        page-break-after: always;
        page-break-inside: avoid;    
    }  
}


div#picture-dialog {
    width:450px;
}

div#profile-dropzone {
    width:100%;
    display: block;
    padding:10px;
    padding-top:50px;
    border:2px dashed #CDCDCD;
    text-align: center;    
    height:200px;
}
div.dialog-preview {
    display: none;
    width:100%;
    display: block;
    height:200px;    
}

#profile-preview-image {
    width:450px;
    heigth:200px;
}

span.profile-image {
    float:left;
    position:relative;
    width:66px;
    height:66px;
    display: inline-block;
    margin-right:10px;
    border-radius: 32px;
    background-clip: content-box;
    border:2px solid #CCC;        
    overflow: hidden;
}
span.profile-image span.profile-image-upload {    
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background: url(../img/edit_profile_picture.png);
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: contain;
    opacity: 0.0;
}
span.profile-image span.profile-image-upload:hover {
    opacity: 0.8;
}
span.profile-image img {    
    position:absolute;
    left: -1px;
    top: -1px;
    width:64px;
    height:64px;
    display: inline;
}


span.teacher-picture {
    display: inline-block;
    width:75px;
    height:75px;
    border:1px solid #CDCDCD;
    border-radius: 50%;
    background-clip: content-box;
    background-size: contain;
    overflow: hidden;
}
span.teacher-picture img {
    width:100%;
    height:100%;
}

div#profile-dropzone {
    width:100%;
    display: block;
    padding:10px;
    padding-top:50px;
    border:2px dashed #CDCDCD;
    text-align: center;    
    height:200px;
}

table.date-set-table input[type=text] {
    float:left;	
}
table.date-set-table span.glyphiconbutton {	
    float:left;
    top:0px;
    margin-left:5px;
    color: white;
    border: 1px solid #CDCDCD;
    background-color: var(--button-background-color);
    position:relative;
    width:26px;
    border: none;
    display: inline-block;
    height:25px;
    font-size:16px;
    line-height:25px;
    padding-left:4px;
}
table.date-set-table span.glyphiconbutton:hover {
    border: 1px solid var(--button-border-color);
    background-color: white;
    color: var(--accent-text-color);
}


textarea#public-info {
    width:100%;
    height:100px;
}

span.ezzy-app-code {
    font-weight: bold;
    color: var(--accent-text-color);
}


.textright {
    text-align: right!important;
}
input[type=text].readonly {
    border:1px solid transparent;
    color: #666;
    background-color: transparent;
}

select.altered,input.altered {
    border-color: #33CC99;
}

table.inline-table {
    width:100%;
    border-collapse: collapse;
}

table.inline-table tr.section td {
    font-weight: bold;
    color: black;
}


.show-teacher-card {
    cursor: zoom-in;
}
div.teacher-card-element {
    display: none;
    position:fixed;
    left:0px;
    top:0px;
    width:200px;
    height:auto;    
    background-color: white;
    z-index: 10;

    -webkit-box-shadow: 0px 2px 23px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 2px 23px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 2px 23px 0px rgba(50, 50, 50, 0.35);
}

div.teacher-card-element div.image {
    width:100%;
    background-color: white;
    height:150px;
    overflow: hidden;
}

div.teacher-card-element div.image img#image {
    width:200px;
    margin-top:-25px;
}
div.teacher-card-element div.name {
    width:100%;
    background-color: var(--button-background-color);    
    padding:5px 10px;
}
div.teacher-card-element div.name span#name {
    color: white;

}
div.teacher-card-element div.info {
    width:100%;
    background-color: white;    
    padding:10px;
}
div.teacher-card-element div.name span#info {
    color: #666;    
}


.column-date {
    width:80px;
}
.column-date-time {
    width:130px;
}
.column-date-period {
    width:160px;
}
.column-time-period {
    width:100px;
}


.border-left {
    border-left: 1px solid #DCDCDC!important;
}

input[type=text]#search_query_input {
    outline-color: #3399CC;
}


.nowrap {
    overflow: hidden;
    white-space:nowrap;
}


.preferred_time {
    width:120px;
}

th.overflow,
td.overflow {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



div.buttonbar.big select {
    height:34px;
    line-height:34px;
    background: white;
}

div.selection {
    min-height:24.67px;    
    width:100%;
    border:1px solid #CCC; 
    padding:1px;
}

table.certificate-list tr.future td {
    background-color: #dc73f2;
    color: white;
}
table.certificate-list tr.future:hover td {
    background-color: #dc73f2;
    color: white;
}

.client-signout td {
    background-color: #ffe3c8;
}
.temp_stop td {
    background-color: #fffa90;
}
.catchup td {
    background-color: #d7ffdf;
}
.extra td {
    background-color: #ffb3ff;
}
.trial td {
    background-color: #ffe4b2;
}
.free td {
    background-color: #c5e7ff;
}
.holidaylesson td {
    background-color: #b1fffd;
}

span.sticky-right {
    position:absolute;
    right:0px;
}

td.colorindicator {
    position:relative;
    text-indent: 5px;	
}

span.color {
    position:absolute;
    left:2px;
    top:3px;
    bottom:3px;
    width:5px;        
    background-color: transparent;
}

table.search_result_sub_table tr[status="0"] td.colorindicator span.color {
    background-color: red;
}
table.search_result_sub_table tr[status="1"] td.colorindicator span.color {
    background-color: #33CC99;
}

table.search_result_sub_table tr[status="2"] td.colorindicator span.color {
    background-color: var(--button-background-color);
}
table.search_result_sub_table tr[status="4"] td.colorindicator span.color {
    background-color: #444;
}



table.domain-report-table {
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table.domain-report-table th,
table.domain-report-table td {
    text-align:left;
}
table.domain-report-table th {
    border-bottom:1px solid #DCDCDC;
    line-height:32px;
}
table.domain-report-table td {
    border-bottom:1px dotted #DCDCDC;
    line-height:22px;
}
table.domain-report-table tbody.totals tr td {
    border-top: 1px solid black;
    font-weight: bold;
    color: black;
}

button.spinner-button {
    height:25px;
    padding:0px 5px;
    border: 1px solid var(--button-border-color);
    background-color: var(--button-background-color);
    line-height:24px;
    color: white;    
}
input[type=text].spinner {
    width:40px;
    text-align: center;
}

input[type=text].spinner:disabled {
    background-color: #AAA;    
}

button.spinner-button:hover {
    background-color: #55BBEE;
    color: white;
}

button.spinner-button:disabled {
    background-color: #CCC;    
    color: #BBB;
    border-color: #CCC;
}
button.spinner-button:disabled:hover {
    background-color: #CCC;    
    color: #BBB;    
}
button.spinner-button:disabled:hover span.glyphicon {
    position:relative;
    display: inline-block;
    left:0px;
    top:1px;
}
button.spinner-button.btn-plus {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    
}
button.spinner-button.btn-min {
    
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
}
button.spinner-button span.glyphicon{
    position:relative;
    display: inline-block;
    
    font-size:14px;
    left:0px;    
}

.tar {
    text-align:right!important;
}
.tal {
    text-align:left!important;
}
.tac {
    text-align:center!important;
}


.scroll::-webkit-scrollbar-track
{
    background-color: #e9ebee;
}

.scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;        
}

.scroll::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;                
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0px;
}


.evo-colorind {
    width:25px;
    height:25px;
}

h1 span.print {
    position:absolute;
    right:0px;
    font-size:18px;
    top:6px;
    cursor: pointer;
}


span.public-warning {
    color: red;
}
span.date-example {
    margin-left:10px;
    color: #999;
}

table.paymentstatus tbody tr[type='1'] td {
    color: red;
}


div.message{

    display:block;
    padding:10px;
    margin-bottom:10px;
}

div.message.info{
    border: 1px solid #597fc1;
    color:white;
    background-color: #9fb5db;
}

div.message.error{
    border: 1px solid #ff1e1e;
    color:red;
    background-color: #ffd2d2;
}

div.server-log {
    display: block;
    width:100%;
    height:650px;
    overflow-y:scroll;
    overflow-x: scroll; 
    background-color: black; 
    font-family: monospace;
}
div.server-log span {
    white-space: nowrap;
}


div.select-list {
    display: block;
    width:100%;
    height:250px;
    overflow-y:scroll;        
}

td span.hint.glyphicon {
    display: inline-block;
    font-size:20px;
    top:5px;
    margin-left:5px;
    color: var(--accent-text-color);
    cursor: help;
}

table.inline-table.version-number tr.version td {
    font-weight: bold;
}
table.inline-table.version-number td {
    padding-right:5px;    
}

span.glyphicon.alert {
    color : red;
    font-size:12px;
}


.v-scroll-light {
    overflow-y:scroll;
}

.v-scroll-light::-webkit-scrollbar-track
{    
    background: #EEE;
}

.v-scroll-light::-webkit-scrollbar
{
    width: 0.25em;
    height: 6px;
    background-color: inherit;        
}

.v-scroll-light::-webkit-scrollbar-thumb
{
    background-color: #DDD;
    border-radius:0.125em;
}

.v-scroll-silver::-webkit-scrollbar-track
{    
    background: transparent;
}

.v-scroll-silver::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: inherit;        
}

.v-scroll-silver::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius:3px;
}


.h-scroll-silver::-webkit-scrollbar-track
{    
    background: transparent;
}

.h-scroll-silver::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: inherit;        
}

.h-scroll-silver::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius:3px;
}



h1 div.title-buttons {
    position: absolute;
    top:-4px;
    right:0px;
}
h1 div.title-buttons button {
    height: 30px;
}

div.flash-message {
    position: fixed;
    top:20px;    
    padding: 10px;        
    min-width: 450px;
    max-width: 450px;
    left: 50%;
    margin-left: -225px;
    background-color: white;
    z-index: 10005;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
    border: 1px solid white;
}

div.flash-message p {
    line-height: 20px;
    margin:0;
    padding:0;
    color: black;
    
}

div.flash-message.green {
    background-color: #bfeeb9;
    border-color: #00AA00;
}


label.label-radiobutton.error {
    color: red;
}

button.float-button {
    position: absolute;    
    width: 50px;
    height: 50px;
    z-index: 8000;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    
}
button.float-button span.glyphicon {
    left: 14px;
    top: 13px;
}

table.transaction-info {
    width:100%;
    border-collapse: collapse;
}

table.transaction-info tr td {
    padding: 5px 0px;
}

table.transaction-details {
    width: 100%;
    border-collapse: collapse;
}


span.glyphicon.locked {
    color: red;
}
span.glyphicon.blocked {
    color: red;
}

.vscroll::-webkit-scrollbar-track
{    
    background-color: #DCDCDC;
}

.vscroll::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: inherit;        
}

.vscroll::-webkit-scrollbar-thumb
{
    background-color: rgba(0,0,0,0.1);
    border-radius:3px;
}


tr.domain-specific td {
    background-color: #FCF0D2;
}

tr.bad-payer td {
    background-color: #ffd0d0;
    color: red;
}

span.equalizer {
    display: inline-block;
}

table.grid tr.date-passed td {
    color : #CCC;
}

.module-yes {
    color: #666;
}
.module-no {
    color: #BBB;
}

.monospace {
    font-family: monospace;
}

div.loading_dialog {
    position:relative;
    width:400px;
    height:300px;	
    background-color: white;
}
div.loading_dialog_text {
    position:absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:30px;
    text-align: center;
}
div.loading_dialog span.bigloader{
    top:40%;
}


div.dialog {
    
}


div.dialog div.dialog-title {
    width:100%;
    display: block;
    font-size:150%;
    color: var(--accent-text-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
}

div.dialog div.dialog-sub-title {
    width:100%;
    display: block;
    font-size:125%;
    color: var(--primary-header-text-color);
    margin-bottom: 10px;    

}

div.dialog div.dialog-title h1 {
    font-size: 1.3em;
}
div.dialog div.dialog-page {
    width:100%;
    display: block;    
}

div.dialog div.dialog-content div.dialog-title {
    width:100%;
    display: block;
    font-size:150%;
    color: var(--accent-text-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
}

div.dialog-content div.dialog-control-title {
    width:100%;
    display: block;
    
    margin-bottom: 5px;
}
div.dialog-content div.dialog-control {
    width:100%;
    display: block;    
    margin-bottom: 5px;
}

div.dialog-content div.dialog-control input[type=text] {        
    padding: 5px;    
}

div.dialog-content div.dialog-control div.client-select-list {
    background-color: white;
    height: 400px;
    overflow-y: scroll;
    margin-top: 10px;
    border: 1px solid #CCC;
}

div.dialog-content div.dialog-control div.client-select-list ul {
    list-style: none;
}
div.dialog-content div.dialog-control div.client-select-list ul li {
    display: block;    
    padding: 5px;
    cursor: pointer;
}
div.dialog-content div.dialog-control div.client-select-list ul li:hover {
    background-color: #AAA;
    color: white;
}
div.dialog-content div.dialog-control div.client-select-list ul li.selected {
    background-color: var(--button-background-color);
    color: white;
}



div.dialog div.dialog-button-bar {
    height: 45px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #DCDCDC;
}

div.dialog div.dialog-button-bar.no-border {
    border-top: none;   
    padding-top: 0px;
}


div.dialog div.dialog-button-bar div.left {
    float:left;
    text-align: left;
}

div.dialog div.dialog-button-bar div.right {
    float: right;
    text-align: right;
}

td.column-date 
{
    width: 100px;
}

table.grid tr td {
    position:relative;
    padding: 5px;
}

table.grid tr td.icon span.glyphicon:before {
    font-size: 16px;
} 

span.glyphicon.button {
    cursor: pointer;  
}
span.glyphicon.button.disabled {
    color: #DDD;
    cursor:default;
}

span.glyphicon.button:hover {
    color: var(--accent-text-color);
}
span.glyphicon.button.disabled:hover {
    color: #DDD;
}


table.employee-hour-accounting-list {
    width: 100%;
    border-collapse: collapse;
}

table.employee-hour-accounting-list tbody tr td {
    padding: 5px 0px;
    border-bottom: 1px solid #EDEDED;
    position:relative;
}

table.employee-hour-accounting-list tbody tr td:first-child {
    width: 100px;
}
table.employee-hour-accounting-list tbody tr:last-child td {
    border-bottom: none;   
}
table.employee-hour-accounting-list tbody tr td span.flaticon:before {
    font-size: 12px;
}

table.employee-hour-accounting-list tbody tr[internal-replacement='1'] td {    
    background-color: #c6eeff;   
}
table.employee-hour-accounting-list tbody tr[hour-type='5'][org-emp-present='1'] td {    
    background-color: #ffe1b4;
}

span.color-indicator {
    position:absolute;
    left: 0px;
    top: 5px;
    width: 3px;
    bottom: 5px;    
    background-color: red;    
}

table.employee-hour-accounting-list tr[hour-type='0'] td span.color-indicator.hour-type {
    /* contract uren */
    background-color: #B8BFC4;
}
table.employee-hour-accounting-list tr[hour-type='1'] td span.color-indicator.hour-type {
    /* plus uren */
    background-color: #EAD93C;
}
table.employee-hour-accounting-list tr[hour-type='2'] td span.color-indicator.hour-type {
    /* min uren roze paars */
    background-color: #ED63DD;
}
table.employee-hour-accounting-list tr[hour-type='3'] td span.color-indicator.hour-type {
    /* vervang uren */
    background-color: #FFAA2B;
}
table.employee-hour-accounting-list tr[hour-type='4'] td span.color-indicator.hour-type {
    /* verlof uren */
    background-color: #55BBEE;
}
table.employee-hour-accounting-list tr[hour-type='5'] td span.color-indicator.hour-type {
    /* verzuim uren */
    background-color: #E0544A;
}

div.hour-accounting-totals-container {
    display: block;    
    margin-top: 20px;
}
div.hour-accounting-totals-container div.totals-title{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

div.hour-accounting-totals-container div.totals-content {
    display: block;
    width: 100%;
}
div.hour-accounting-remarks-container {
    display: block;    
    margin-top: 10px;
}
div.hour-accounting-status {
    display: block;    
    margin-bottom: 10px;    
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;   
}
div.hour-accounting-status span#acc-status {
    color: var(--accent-text-color);
}

div.hour-accounting-remarks-container.top-border {
    border-top: 1px solid #EDEDED;
    margin-top: 10px;
    padding-top: 10px;
}
div.hour-accounting-remarks-container div.remarks-title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    /*padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;*/
}
div.hour-accounting-remarks-container div.remarks-control {
    display: block;
    width: 100%;
}
div.hour-accounting-remarks-container div.remarks-content {
    display: block;
    width: 100%;
}

div.hour-accounting-remarks-container div.remarks-control textarea {
    display: block;
    width: 100%;
    resize: none;
}

div.hour-accounting-container table.grid tr td:first-child {
    width: 250px;
}

div.hour-accounting-container table.grid tr[status='4'] td {
    background-color: #FFDCDC;
}



div.dialog-content div.dialog-control div.item-select-list {
    background-color: white;
    height: 400px;
    overflow-y: scroll;
    margin-top: 10px;
    border: 1px solid #CCC;
}

div.dialog-content div.dialog-control div.item-select-list ul {
    list-style: none;
}
div.dialog-content div.dialog-control div.item-select-list ul li {
    display: block;    
    padding: 5px;
    cursor: pointer;
}
div.dialog-content div.dialog-control div.item-select-list ul li:hover {
    
    background-color: #55BBEE;
    color: white;
}
div.dialog-content div.dialog-control div.item-select-list ul li.selected {
    background-color: var(--button-background-color);
    color: white;
}


div.dialog.generic-notes-dialog {
    min-width: 500px;
}

div.dialog.generic-notes-dialog textarea {
    width: 100%;
    display: block;
    
}

/* generic styles */
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.txt-center {
    text-align: center;
}
th.date,td.date {
    width:100px;
}
td.date.day {
    width:120px;
}

textarea.leave-request-notes {
    width: 100%;
    min-height: 100px;
    overflow-y: scroll;
}

option.absence {
     color: red;
     background-color: yellow;
}

td.clickable:hover {
    background-color: #EDEDED;    
}

table.grid tbody tr[replacement-internal='1'] td {
    background-color: #c6eeff;
}

span.glyphicon.grey {
     color: #AAA;
}
span.glyphicon.clickable:hover {
    color: var(--accent-text-color);		
}
span.glyphicon.disabled {
    color: #DDD;
}
span.flaticon {

}
span.flaticon.grey {
    color: #AAA;
}
span.flaticon.disabled {
    color: #DDD;
}
span.flaticon.clickable:hover {
    color: var(--accent-text-color);
}
td span.flaticon:before {
    font-size:17px;
}

.cursor-help {
    cursor: help;
}

table.filler-table {
    width: 100%;
    border-collapse: collapse;
}

table.filler-table td {
    border: none!important;
    padding: 0px!important;
}

table.filler-table td.lb {
    border-left: 1px solid #DDD!important;
    padding-left: 3px!important;
}

div.list-container {
    position:relative;
    display: block;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #DDD;
    padding: 10px;
}
.bg-silver {
    background-color: #EDEDED;
}

span.group-full {
    font-weight: bold;
    color: red;
}
span.group-avail {
    font-weight: bold;
    color: green;
}
p.group-full-message {
    background-color: #FFC3C3;
    border: 1px solid red;
    padding: 10px;
    display: block;
    color: red;
}


div.reservation-info {
    display: block;
}

div.reservation-info ul {
    list-style: disc;
    margin-left: 17px;    
    line-height: 1.6;
}

span.reservation-timeslot-warning {
    color: red;
}

.hide-deleted {
    display: none!important;
}

tr.other-hours td {
    background-color: #d6f1ff;
}


.help {
    cursor: help;
}


table.task-values-header{
    width: 100%;
    table-layout: fixed;
}
table.task-values-header tr td {
    padding: 0;
    border:none!important;
    border-left: 1px solid white!important;    
}


table.task-values{
    width: 100%;
    table-layout: fixed;
}
table.task-values tr td {    
    padding: 0px 5px 0px 5px!important;
    border:none!important;
    text-align: left;
    border-left: 1px solid #CCC!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.task-values tr td.error {
    color: red;
}

div.file-dropzone {
    position:relative;
    display: block;
    width: 100%;
    background-color: #EDEDED;
    border: 3px dashed #CCC;
    height: 200px;    
    min-height: 200px;
    text-align: center;
    /*line-height: 200px;    */
}
div.file-dropzone div.dz-preview div.dz-error-mark,
div.file-dropzone div.dz-preview div.dz-success-mark {
    display: none;
}

div.file-dropzone span.file-dropzone-text {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
}

table.grid th input.special-column-filter { 
    width: 100%;
    margin-top:4px;
    
    background-color: #44AADD;
    border: 1px solid #55BBEE;
    color: white;
    outline: none;
}

@media print {
    
}

div.filter-container {
    width:100%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #CCC;
    background-color: white;
    margin-top: 10px;
    margin-bottom:10px;
}
div.filter-container input[type=text].filter {
    border: none;
    background-color: transparent;
    outline: none;    
}



div.tooltip-table { 
    
}

div.tooltip-table table {
    
}

div.tooltip-table table td {
    text-align:left;
    padding-right: 5px;
}


img.certificate {
    width:32px;
    height:32px;
}

div.template-folder-container {
    display: block;
    margin-bottom: 10px;
}
div.template-folder-container div.template-folder-path {
    display: block;
    min-height: 32px;    
    line-height: 30px;
}
div.template-folder-container div.template-folder-items {
    display: block;
    min-height: 150px;
    max-height: 150px;
    border: 1px solid #DDD;
    overflow-y: scroll;
}
div.template-folder-container div.template-folder-items div.template-folder {
    position:relative;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    
    cursor: pointer;
}
div.template-folder-container div.template-folder-items div.template-folder span.folder-edit-button {
    position:absolute;
    right: 5px;    
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
div.template-folder-container div.template-folder-items div.template-folder span.folder-edit-button:before {
    font-size: 15px;
}
div.template-folder-container div.template-folder-items div.template-folder:hover {
    background-color: var(--button-background-color);
    color :white;
}
div.template-folder-container div.template-folder-items div.template-folder.up {    
    color: var(--accent-text-color);
    font-weight: bold;
}
div.template-folder-container div.template-folder-items div.template-folder.up:hover {
    background-color: var(--button-background-color);
    color: white;
}

div.template-folder-container div.template-folder-buttonbar {
    margin-top: 10px;
    display: block;
}
div.template-folder-container div.template-folder-path span.template-path-separator {
    font-size: 10px;
    font-weight: bold;
    color: var(--accent-text-color);
}


span.header-button {
    position:absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    text-align: center;
    cursor: pointer;
}
span.header-button > span {
    font-size: 20px;
    color: #DDD;
    
}
span.header-button:hover > span {
    color: var(--accent-text-color);
}


div.settings {
    width: 600px;
    height: 600px;
    overflow-y: scroll;
}

div.settings div.section {
    display: block;
    margin-bottom: 15px;
}
div.settings div.section:last-child {
    margin-bottom: 0px;
}

div.settings div.section div.section-title {
    display: block;
    font-size: 140%;    
    color: var(--accent-text-color);
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
div.settings div.section-item {
    position:relative;
    display: block;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid transparent;
}

div.settings div.section-item:hover {
    border-bottom-color: var(--button-border-color);
}
div.settings div.section-item div.section-caption {
    display: inline-block;
    margin-right: 40px;
}
div.settings div.section-item div.section-switch {
    position:absolute;
    right: 5px;
    top: 5px;
}


table.fixed-column thead {
    display: block;
    width:100%;
}

table.fixed-column tbody {
    max-height: 400px;
    display: block;
    width:100%;
    overflow-y: scroll;
}

table.fixed-column thead tr {
    width:100%;
}
table.fixed-column tbody tr {
    width:100%;
}


div.dialog-content > div.chapter-navigation {
    float:left;
    width:200px;    
    height: 600px;
    overflow-y:scroll;
    border: 1px solid #DDD;
}
div.dialog-content > div.chapter-navigation ul {
    padding-left:0px!important;
}
div.dialog-content > div.program-output{
    float:left;
    width:590px;
    border: 1px solid #DDD;
    height: 600px;
    overflow-y:scroll;
    margin-left: 10px;
}

div.chapter-navigation ul#chapters li {
    display: block;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    cursor: pointer;
}
div.chapter-navigation ul#chapters li:hover {    
    background-color: var(--button-background-color);        
    color: white;
}
div.chapter-navigation ul#chapters li.active {
    background-color: var(--button-background-color);        
    color: white;
}
div.program-output div.elearning {
    padding: 5px;
}
div.program-output table.elearning-result-table {
    width:100%;
    border-collapse: collapse;
}

div.program-output table.elearning-result-table tr td {
    padding: 5px;
}
div.program-output table.elearning-result-table tr td:nth-child(1) {
    width: 90px;
}
div.program-output table.elearning-result-table tr td:nth-child(3) {
    width: 120px;
}
div.program-output table.elearning-result-table tr td:nth-child(4) {
    width: 120px;
}
div.program-output table.elearning-result-table tr td:nth-child(5) {
    width: 90px;
}

div.program-output table.test-question-table {
    width:100%;
    border-collapse: collapse;
}
div.program-output table.test-question-table tr td {
    text-align: left;
    vertical-align: top;
}
div.program-output table.test-question-table tr td:nth-child(1) {
    width:40px;
    white-space: nowrap;
}
div.program-output table.test-question-table tr td:nth-child(3) {
    width:40px;
    text-align: center;
    white-space: nowrap;
}
div.program-output table.test-question-table tr.failed td:nth-child(3) {
    background-color: #ffafaf;
}
div.program-output table.test-question-table tr.success td:nth-child(3) {
    background-color: #7cca7c;
}
div.program-output table.test-question-table tr.some td:nth-child(3) {
    background-color: #ffd68b;
}
/*

input[type='radio'].radiobutton-color.red:checked:after {
    background-color: #FF0000;
}
input[type='radio'].radiobutton-color.green:checked:after {
    background-color: #00AA00;
}
input[type='radio'].radiobutton-color.orange:checked:after {
    background-color: #ffa500;
    */

div.program-output table.test-answer-table {
    width:100%;
    border-collapse: collapse;
}
div.program-output table.test-answer-table tr td {
    text-align: left;
    vertical-align: top;
    background-color: #EDEDED;
}
div.program-output table.test-answer-table tr td span.glyphicon.valid-answer {
    color: #00AA00;
}
div.program-output table.test-answer-table tr td span.glyphicon.invalid-answer {
    color: #ff9999;
}
div.program-output table.test-answer-table tr td:nth-child(1) {
    width:20px;
}
div.program-output table.test-answer-table tr td:nth-child(3) {
    width:20px;
}

div.program-output table.test-answer-table tr td span.teacher-message {
    display: inline-block;
    background-color: white;
    padding: 5px 10px;    
    margin-bottom: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
div.program-output table.test-answer-table tr td span.teacher-message span.teacher-name {
    display :block;
    color: var(--accent-text-color);
    margin-bottom: 5px;
}
div.program-output table.test-answer-table tr td span.teacher-message span.teacher-remark {
    display :block;    
}

div.program-output table.meeting-info {
    width:100%;
    border-collapse: collapse;
}
div.program-output table.meeting-info tr td {
    padding: 5px;
}

div.program-output table td {
    vertical-align: top;
}

.no-paragraph-margin p:first-child {
    margin-top: 0px;
}
.no-paragraph-margin p:last-child {
    margin-bottom: 0px;
}

table.psp-order-detail tr td:first-child {
    width:200px;
}
table.psp-order-detail-rows tr td:last-child {
    width:150px;
}


ul.password-criteria {
    list-style: none;
    padding-left: 20px;
    margin-left: 10px;    
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.password-criteria li {
    line-height: 20px;
}

ul.password-criteria li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

span.title-button {
    position:absolute;
    right: 0px;
    top: -3px;
}
span.title-button button {
    height:31px;
    line-height:30px;
}
span.title-button button span.glyphicon {
    top: 4px;
}


div.overlay {
    position:absolute;
    background-color: white;
    border: 1px solid #DDD;
    width:200px;
    height: 200px;
    z-index: 10;
}
div.overlay span.loader{
    position: absolute;
    width:64px;
    height:64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background: transparent url(../img/big-ajax-loader.gif) no-repeat;
    background-size: contain;
}

.text-center {
    text-align: center!important;
}

table.form.ticket-info-table tr td.ticket-content p {
    margin-top: 0rem;    
    margin-bottom: 0.5rem;
}

span.remove-warning-button {
    display: block;
    background-color: red;
    text-align: center;
    color: white;
    border-radius: 50%;
    width:22px;
    height: 22px;
    line-height: 22px;
}

span.remove-warning-button span.glyphicon {
    top: 1px;
    padding-left: 1px;    
}

ul.checkbox-list li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5rem;
}

ul.checkbox-list li label {
    padding-left: 0.5rem;
}

ul.checkbox-list.highlight li:hover {
    background-color: #EDEDED;
}
ul.checkbox-list.unsubscribe-list {
    padding-left: 1rem;
}


table.finance-calculation-log {
    display: block;
    border-collapse: collapse;
}

table.finance-calculation-log tr th,
table.finance-calculation-log tr td {
    padding: 0.35rem 0.5rem;
    vertical-align: top;
}

table.finance-calculation-log tr th {
    font-weight: bold;
    border-bottom: 1px dashed #DDD;
}

table.finance-calculation-log tr th:first-child,
table.finance-calculation-log tr td:first-child {
    text-align: right;
    border-right: 1px solid #DDD;
    
}

table.finance-calculation-log tr th:nth-child(2),
table.finance-calculation-log tr td:nth-child(2) {    
    text-align: right;
    border-right: 1px solid #DDD;        
}

span.disabled {
    color: red;
    text-transform: lowercase;
}

table.fullwidth-dialog-table {    
    width:100%;
}
table.fullwidth-dialog-table tbody {
    width:100%;
}

.text-right {
    text-align: right!important;
}

.print-only {
    visibility: hidden;
    display: none;
}

table.translation-table {
    width:100%;
    border-collapse: collapse;
}
table.translation-table thead tr th {
    background-color: var(--button-background-color);
    color: white;   
    padding: 0.25rem;
}
table.translation-table tbody tr.section td span.section-title {
    display: block;
    padding: 0.35rem;
    background-color: #DEDEDE;
    font-weight: bold;
    color: black;
    position:relative;
}
table.translation-table tbody tr.section td span.section-title:hover {
    background-color: #D5D5D5;
}
table.translation-table tbody tr.section td span.section-title span.tag-count {
    font-weight: normal;
    color: var(--accent-text-color);
}
table.translation-table tbody tr.section td span.section-title span.tag-count-untranslated {
    font-weight: normal;
    color: red;
    padding-left: 0.25rem;
}
table.translation-table tbody tr.section td span.section-title span.tag-count-untranslated[value='0'] {    
    color: #29bf29;
}
table tbody tr.section td span.section-title span.expander {
    position:absolute;
    right: 0rem;
    top:0rem;
    bottom: 0rem;
    width:1.5rem;
    background-color: rgba(255,255,255,0.4); 
    cursor: pointer;
}
table tbody tr.section td span.section-title span.expander span.glyphicon {
    transition-property: transform;
    transition-duration: 0.2s;
    font-size: 12px;
    position:absolute;
    top: 0.4rem;
    left: 0.45rem;
}
table tbody tr.section td span.section-title span.expander {
    background-color: #DDDDDD;
    color: #666;
}
table.grid tbody tr.section td span.section-title span.expander span.glyphicon {
    transition-property: transform;
    transition-duration: 0.2s;
    font-size: 12px;
    position:absolute;
    top: 0.6rem;
    left: 0.4rem;
}
table tbody tr.section td span.section-title span.expander[expanded='1'] span.glyphicon {
    transform: rotate(-180deg);
    left: 0.35rem;
}
table.grid tbody tr.section td span.section-title span.expander[expanded='1'] span.glyphicon {
    transform: rotate(-180deg);
    left: 0.3rem;
}
table.grid tbody tr.section td span.section-title span.expander:hover {
    background-color: var(--button-background-color);
    color :white;
}

table.translation-values {
    width:100%;
    border-collapse: collapse;    
}
table.translation-values tr td {
    vertical-align: top;
    padding: 0.25rem;
    padding-left: 0.5rem;
    position:relative;
}
table.translation-values tr td:first-child {
    width:300px;
}
table.translation-edit {
    width:100%;
    border-collapse: collapse;
}
table.translation-edit tr td {
    width:50%;
}

table.translation-values tr td textarea {    
    width:100%;    
    overflow-y: scroll;
    min-height: 30px;
    max-height: 100px;
    resize: vertical;
}

table.translation-values tr td textarea.empty {
    background-color: #ffe9e9;
}

table.translation-values tr td span.color-marker {
    background-color: transparent;
    position:absolute;
    width: 3px;
    top: 2px;
    bottom: 2px;
    left: 0px;
}

table.translation-values tr td[type='1'] span.color-marker {
    background-color: #ddd64b;
}
table.translation-values tr td[type='2'] span.color-marker {
    background-color: #50d550;
}
table.translation-values tr td[type='3'] span.color-marker {
    background-color: #ffcc66;
}


div#dialog_add_product table.grid {
    border: none;
}
div#dialog_add_product table.grid tr:last-child td {
    border-color: silver;
}

ul.categorylist li {
    display: block;
    padding: 5px;	
}
ul.categorylist li:hover {
    background-color: #DCDCDC;
    cursor: pointer;
}

span#category_path span.pathdivider {
    padding: 0px 5px;
    color: #38BCE8;
    font-weight: bold;
}

p#product_path span.pathelement {
    cursor: pointer;
}
p#product_path span.pathelement:hover {
    color: black;
}



table.file-table {
    width:100%;
    border-collapse: collapse;
}

table.file-table thead tr th {
    padding:0.25rem;
    border-bottom: 1px solid silver;
}
table.file-table tbody tr td {
    padding: 0.25rem;
}
table.file-table tbody tr.nodata td {
    text-align: center;
}

.file-dropzone {
    overflow: hidden;
}

.item-available {
    color: #29bf29;
}
.item-not-available {
    color: red;
}

table.grid tbody tr td.clickable:hover {
    background-color: #44AADD;
    color: white;    
}

table.grid tbody tr td.empty {
    color: #959595;
}

td.appointment-description p {
    margin: 0;
}


button.round-button{    
    position:relative;
    width: 50px;
    height: 50px;    
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.50);
    padding: 0;
    
}
button.round-button span.glyphicon {
    position:absolute;
    left: 14px;
    top: 13px;
}
button.round-button.small {
    width: 35px;
    height: 35px;
    padding :0;
}
button.round-button.small span.glyphicon {
    position:absolute;
    left: 7px;
    top: 6px;
}


ul.option-list {
    padding: 0;
    margin:0;    
    list-style: none;        
}

ul.option-list li {
    position:relative;
    padding:0.75rem;
    padding-left: 2rem;
    line-height: 1rem;
    
}

ul.option-list li input[type=radio] {
    position:absolute;
    left: 0px;
    top: 0.5rem;
    width:1rem;
    height:1rem;
}


span.tag-key {    
    color:var(--button-background-color);        
}

span.tag-value {
    
}


span.flaticon.debtor-note, span.flaticon.creditor-note {
    background-color: transparent;
    color:var(--button-background-color);
}
span.flaticon.mail-count{
    background-color: transparent;
    color:var(--button-background-color);
}
span.glyphicon.webshop-order {
    font-size: 1rem;
    top:3px;
    color: var(--button-background-color);
}
span.flaticon.order-note {
    background-color: transparent;    
    color:var(--button-background-color);        
}

.al-right {
    text-align: right!important;
}
.al-center {
    text-align: center!important;
}
.al-left{
    text-align: left!important;
}

div.autocomplete-ledger {
    position:relative;
    display: inline;
}


li div.ledger-item {
    display: block;
    padding: 0.25rem;
    font-size: 1rem;
}

li div.ledger-item span.caption {
    display: block;
    font-weight: bold;
    color: #333;
}

li div.ledger-item span.description {
    display: block;
    color : #999;
}
.ui-autocomplete { 
    max-height: 600px; 
    overflow-y: auto; 
    overflow-x: hidden;
    max-width: 600px;
    min-width: 600px;
}
.ui-autocomplete li.ui-menu-item{
    list-style-image: none;
}
.ui-autocomplete li.ui-menu-item.ui-state-focus {
    border: none;
    background: none;
    background-color: var(--button-background-color);    
}

.ui-autocomplete li.ui-menu-item.ui-state-focus span.caption,
.ui-autocomplete li.ui-menu-item.ui-state-focus span.description {
    color: white;
}

.ui-autocomplete::-webkit-scrollbar-track
{
    background-color: #e9ebee;
}

.ui-autocomplete::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;        
}

.ui-autocomplete::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;                
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

div.autocomplete-ledger:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.10s ease-in-out;
    transition: all 0.10s ease-in-out;
    width: 5px;
}

div.autocomplete-ledger.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

table.grid tbody > tr.unavailable td {
    background-color: var(--error-background-color);
    color: var(--error-text-color);
}

div.secret input[type=text] {
    -webkit-text-security: disc;
    text-security: disc;
}

table.grid tr.incomplete td,
table.grid tr.incomplete:hover td {
    background-color: var(--invalid-row-marker)!important;
}

div.detail-popup {
    display: inline;
    background-color: var(--button-background-color);
    border: 1px solid var(--button-border-color);
    color: var(--button-text-color);
    cursor: pointer;
    padding: 3px 5px;
    border-radius: 6px;
    font-size: 0.75rem;   
}

div.detail-popup[link-type='ticketshop'] {
    /* alternate styling */
}

/* hide some popup links because not implemented yet */
div.detail-popup[link-type='reservation'] {
    display: none;
}



table.grid tr.upsell td:first-child {
    padding-left: 20px;
}

td span.stock-warning {
    position:absolute;
    left: 5px;
    color: red;    
}

.capitalize:first-letter{
    text-transform: capitalize;
}

tag {
    color: #111;    
}

.inline-icon.glyphicon:before {
    font-size: 0.75rem;
}

ul.content-options {
    display: block;
}

ul.content-options li {
    display: block;    
    margin-bottom: 2rem;    
}
ul.content-options li div.option-row {
    position:relative;
    display: block;
    line-height: 1rem;
    height: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 0.25rem;
}
ul.content-options li div.option-row input[type=radio] {
    position:absolute;
    left: 0px;
    top: 0rem;
    width:1rem;
    height:1rem;
}

ul.content-options li div.option-row label {
    display: inline-block;    
    padding-top: 0.25rem;
}

div.duplicate-type-content {
    padding-left:2rem;    
}