﻿/*Default Client settings whcih are over written bt dedicated client CSS
    Pre set to Hulabhaig requirement
*/

body {
    /*font-family: "Courier New", Courier, monospace;*/
    /*font-family: "Futura LT W01 Light", sans-serif;*/
    color: #000000 !important;
}

.caps {
    text-transform: capitalize;
}

.capitalise {
    text-transform: capitalize;
}

.adminoverride {
    border: red 1px solid;
    padding:10px;
}

.adminoverride .bigbut {
    
    width: 78px;
    height: 78px;
    /*text-align: center;*/
}

.adminoverride .smallbut {
    
    width: 78px;
    height: 78px;
    /*text-align: center;*/
}

.myCheckbox {
    width: 34px;
    height: 34px;
}


.bigbut {
    width: 100px;
    height: 100px;
    white-space: pre-wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.bigbut2 {
    width: 100px;
    height: 100px;
    white-space: pre-wrap;
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.smallbut {
    width: 65px;
    height: 65px;
    white-space: pre-wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;
}



    #clientLogo {
        max-height: 30px;
    }
.navbar-default {
    background-color: white;
}
.navbar {
    min-height: 50px;
}

.navbar-brand {
    padding: 10px 30px 10px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #666;
    padding: 15px 10px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #999;
}

.oess-client-body {
    padding-top:90px;
    padding-left:45px;
}

.oess-client-header {
    margin-top: 13px;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.sticky {
    position: fixed;
    /*top: 120px;*/
    right: 20px;
    text-align: center;
    width: 20%;
}

.sticky2 {
    position: fixed;
    top: 200px;
    right: 20px;
    text-align: center;
    width: 20%;
}

.oess-client-anchor {
    outline: none;
    /*padding: 15px;*/
}

.content {
    /*padding: 16px;*/
    width: 70%;
}

.col-md-12 h5 {
    max-width: 60%;
}


.galleryImageContainer {
    height: 80vh;
    position: relative;
}

.centerSlide {
    /*display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        max-height: 600px;*/
    max-height: 65vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.alMobile {
    display: none;
    
}

.alFull {
    display: block;
    z-index: 1000;
}

img.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Move this to css when finished and use else where */
/* The container */
.customtickbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .customtickbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: #a1a1a1 solid 1px;
}

/* On mouse-over, add a grey background color */
.customtickbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customtickbox input:checked ~ .checkmark {
    background-color: #0db900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customtickbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customtickbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
   /* .carousel-caption {
        display: none;
    }*/
}




/*@media screen and (max-width: 991px) {*/ /* Set at 991 because bootstraps does stuff with header */
@media screen and (max-width: 1180px) {
    .sticky {
        position: relative;
        top: 0;
        text-align: center;
        right: 0;
        width: 90%;
    }

    .sticky2 {
        /*display: none;*/
        position: relative;
        top: 0;
        text-align: center;
        right: 0;
        width: 90%;
    }

    .img-thumbnail {
        max-width:20%;
    }

    .container {
        margin:20px;
    }

    /*.navbar-brand {
        padding-left:0;
    }*/

    .oess-client-body {
        padding-top: 30px;
        padding-left: 0px;
   
    }

    #clientLogo {
        max-height: 30px;
    }

    .content {
        padding: 0px;
        width: 100%;
        margin: 0px;
    }

    #navbar, #navbar2 {
        margin: 20px;
    }

    .col-md-12 h5 {
        max-width: 100%;
    }


    .galleryImageContainer {
        height: 90vh;
       
    }

    .centerSlide {

        max-height: 80vh;

    }

    .btn {
        font-size: 12px
    }

    .alMobile {
        display: block;
    }

    .alFull {
        display: none;
    }

    .bigbut {
        width: 55px;
        height: 55px;
        white-space: pre-wrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }

    .bigbut2 {
        width: 55px;
        height: 55px;
        white-space: pre-wrap;
        padding: 0;
        font-size: 10px;
    }



    .smallbut {
        width: 50px;
        height: 50px;
        white-space: pre-wrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        text-align: center;
    }

}

@media screen and (orientation: landscape) and (max-width: 1180px) {

    .navbar-fixed-top {
        position:relative;
    }

    #hideWhenRotated {
        display:none;
        visibility:hidden;
    }

}




