.serviceLogo {
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    max-height: 60px;
}
.serviceMethod{
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid rgba(150, 153, 156, 0.3) thin;
}

.hidden {
    display: none;
}
button.asLink {
    padding:0;
    background-color:transparent;
    border:none;
    border:0;
    cursor:pointer;
    font-family:inherit;
    font-size:inherit;
    text-transform: none;
}

.inputList{
    list-style-type: none;
    margin-top: 10px;
    padding-left: 20px;
}
.inputList.level0{
    padding-left: 0;
}

.offcanvas-body .list .tile .tile-text {
     padding: 4px 0;
     font-size: 14px;
    width: 100%;
}

.form-control-static {
    font-size: 14px;
}
.form-control {
    font-size: 14px;
}

.clientLogoSmall{
    max-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.opacity-15 {
     opacity: 0.15;
     filter: alpha(opacity=15);
 }

.opacity-10 {
    opacity: 0.10;
    filter: alpha(opacity=10);
}

.opacity-5 {
    opacity: 0.05;
    filter: alpha(opacity=05);
}


.form-group {
    margin-bottom: 10px;
}

.table-condensed-more > thead > tr > th, .table-condensed-more > tbody > tr > th, .table-condensed-more > tfoot > tr > th, .table-condensed-more > thead > tr > td, .table-condensed-more > tbody > tr > td, .table-condensed-more > tfoot > tr > td {
    padding: 2px 4px 2px 4px;

}

.table tfoot {
    opacity: 0.75;
    font-weight: bold;
    border-top: 2px solid rgba(189, 191, 193, 0.2);
}

.spectatorInfo .spectatorImageSmall {
    max-height: 100px;
}



.percircle>span {
    margin-top: -.7em;
    font-size: .15em;
}

.percircle:after {
    background-color: #ffffff;
}


.catCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 5px;
    display: inline-block;
}

.pager {
    margin-bottom: 0;
}

.card-orderOverview{
    padding: 6px;
    min-height: 91px;
}

.card-orderOverview DL{
    padding: 0;
    margin: 0;
}

.card-left {
    padding: 12px 24px 12px 24px ;
}
.card-left H3 {
    margin: 6px 0 6px 0;
    font-size: 18px;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    background-image: none;
    background-color: #FFF;
    font-family:inherit;
    font-size: 12px;
    z-index: 10000;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    /* fails */
    border: none !important;
    background-image: none !important;
    background: #EBEBEB !important;
    color:#505458 !important;
    font-size: 12px;
    z-index: 10000;
}


#planButtons BUTTON {
    margin-bottom: 10px;
}

.progress-hairline {
    height: 3px;
}

.progress-thin {
    height: 10px;
}


.bigTile {
    display: block;
    position: relative;
    height: 120px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f2f2f3;

}
.bigTile > [class*="fa-"] {
    font-size: 50px;
    display: inline-block;
    text-align: center;
}
.bigTile p {
    font-size: 16px;
}


.legendCell {
    display: inline-block;
    min-width: 15px;
    border: thin solid #f2f2f3;
    text-align: center;
}

.breadcrumb > .active {
    font-size: 16px;
}

.card-tiles .hbox-column {
    padding: 10px;
}

.list .tile .tile-icon img {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 40px;
    border-radius: 0;
    margin-right: 16px;
}

.margin-left-lg {		margin-left: 5px; }
.margin-left-xl {		margin-left: 10px; }
.margin-left-xxl {	margin-left: 20px; }

.margin-right-lg {		margin-right: 5px; }
.margin-right-xl {		margin-right: 10px; }
.margin-right-xxl {	margin-right: 20px; }


.orderOverview HR {
    margin-top: 5px;
}

/* BASKET */

.basket .basketSectionTitle {
    padding: 0 5px 0 5px;
}
.basket .item table {
    width: 100%;
}

.itemQuantity, .itemProductCategory,.itemPriceCategory, .itemDescription,.itemParentProduct,.itemSpectator, .itemPrice {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.itemQuantity {
    width: 5%;
    text-align: center;
}
.itemPrice {
    width: 10%;
    text-align: right;
    float: right;
}

.itemDescription {
    width: 20%;
}

.itemProductCategory,.itemPriceCategory,.itemParentProduct,.itemSpectator {
    width: 15%;
}

.basket .price {
    display: block;
    float: right;
}

.basket {
    padding: 0;
}

.basket .toggle{
    text-decoration: none;
}

.basket .toggle:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    padding-right: 10px;
}
.basket .toggle.collapsed:after {
    content:"\e080";
}

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

.basket .basketActivity > LI {
    margin-bottom: 20px;
}

.basket .basketActivity > LI .hasParent {
    background-color: #FFFCD6;
}

/* MevInfo */


.mevHorizontalInfo .mevImage{
    margin: 0 10px 0 0;
    max-width: 50px;
    max-height: 50px;
    float: left;
}
.activityImage {
    margin: 0 10px 0 0;
    max-width: 100px;
    max-height: 100px;
    float: left;
}


.mevHorizontalInfo .mevTitle {
    font-weight: bold;
    display: block;
}

.mevHorizontalInfo .mevLabel {
    margin: 0;
    padding: 0;
}

.mevHorizontalInfo .mevPlace  {
    font-weight: lighter;
}


#debugPanel {
    padding-left: 250px;
}

.debugMenu ul {
    margin-bottom: 10px;
}
.debugMenu li {
    line-height: 1.8;
}

.debugMenu li.selected {
    font-weight: bold;

}

#waitingDiv{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../../img/loader.gif') 50% 50% no-repeat;
}

.no-paddingTopBottom {
    padding-top: 0;
    padding-bottom: 0;
}

.dataTables_filter {
    display: none;
}

.mevInfo .showImage {
    float: left;
    margin: 0 10px 0 0;
}
.mevInfo .showTitle {
   font-weight: bold;
    font-size: 1.2em;
}

.mevInfo .showPlace, .mevInfo .mevId  {
    font-size: 0.8em;
    font-weight: lighter;

}
#mevStatusModal .modal-header {
    border: none;
}

#mevStatusModal .modal-footer {
 border: none;
}

.smallRightTable {
    width: 50%;
    margin: auto 0 auto auto;
}

tbody td a {
    font-weight: bold;
}

.countryFlag {
    height: 15px!important;
	margin-right: 5px!important;
}

.header-nav-season .dropdown > a {
    padding-top: 18px;
}

.header-nav-season .dropdown.open > a {
    margin-top: 6px;
    padding-top: 12px;
}


.header-nav-profile .dropdown img {
   width: auto;
   height: 40px;
   border-radius: 0;
}


.dropdown-header {
    font-size: 14px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #2196f3;
    background: #f2f2f3;
}



.card-body {
    /*padding-top: 6px;*/
}

li.dropdown-progress .dropdown-label {
    padding-left:0;
}
.namedProgress {
    position: relative;
}
.namedProgress .text-sm {
    position: absolute;
    top:5px;
    right: 0;
/*    background-color: #ffffff;*/
    padding: 0 5px 0 5px;
}
.contingentLogo {
    max-height: 40px;
    max-width: 150px;
    margin-right: 10px;
}

.namedProgress {
    padding-top: 2px;
    padding-bottom: 2px;
}

.mevInfoLink, .dateInfoLink{
    opacity: 0.3;
}

.debug TBODY TR TD {
    padding: 5px;
}

@media (min-width: 768px) {
    #adminLoginLogo {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .header-nav-profile .dropdown img {
        width: auto;
        opacity: 1;
    }
}

.col-md-0, .col-sm-0 {
    display: none;
}

.actionPanel H2 {
    padding-left:24px;
}

.card-body .tools {
    padding-right: 0;
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

.colorpicker {
    z-index: 3000;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #96999c;
    color: #ffffff;
    border: 1px solid #96999c;
}

#loaderImage {
    display: block;
    margin: 0 auto;
}
#smallLoaderImage {
    width: 20px;
}

.preview dt {
font-weight: 300;
}
.preview dd {
    font-size: 1.1em;
    margin-bottom: 10px;
    vertical-align: top;
    border-bottom: 1px solid rgba(189, 191, 193, 0.2);
}

.preview IMG {
    max-height: 200px;
}

FORM.editMode {
 /*   border: thin dashed #2196f3; */
}

.form-wizard {
    margin-bottom: 20px;
}

.file-input   {
    margin-bottom: 30px;

}

.activityInfo {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(189, 191, 193, 0.2);

}
.activityVisuals {
    max-width: 120px;
    margin-top: 7px;
    margin-right: 20px;
    float: left;
}

.activityLabel {
    font-weight: 500;
    font-size: 1.4em;
    display: inline;
}
.activityType, .activityTypeIcon {
    opacity: 0.5;
    font-size: 1.2em;
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}

.dateList {
    margin-bottom: 0;
}

.placeLabel {
    font-size: 1.2em;
    font-weight: 300;

}
.activityDateStatus {
    opacity: 0.5;
    text-transform: lowercase;
    font-variant: small-caps;
    padding-left: 4px;
    padding-right: 6px;
    display: inline;

}

.serieList .placeLabel {
    margin-top:10px;
    margin-bottom: 5px;
}

.serieList  {
    margin-left:140px;
    margin-bottom: 10px;
}


.fancybox-lock body {
    overflow: visible !important;
}

.bannerImage{
    margin-top: 10px;
}

.header-fixed .toast-top-left, .header-fixed .toast-top-center, .header-fixed .toast-top-right, .header-fixed #toast-container.toast-top-full-width {
    top: 70px;
}

.pieLabel {
    font-size:1em;
    text-align:center;
    padding:2px;
    color:white;
}

.dispatchRow TD {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0;
    border: none!important;
    font-size: smaller;
}

.dispatchTable {
    float: right;
}


.dispatchTable td {
    padding-left: 20px;

}

.text-Scanned{
    color: #ff00ff;
}

.topMenuImage{
    max-height: 30px;
    opacity: 0.3;

}

.period_picker_input {
    margin-top: 10px;
}


@media print  {
    body {
        font-size: 10px;
    }
    #debugPanel {
        display: none;
    }

    h1, .h1 {
        font-size: 20px;
    }

    h2, .h2 {
        font-size: 17px;
    }

    h3, .h3 {
        font-size: 15px;
    }

    .pageBreak {
        page-break-after: always;
        visibility: hidden;
    }

}

