﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url('/Content/img/bg-grid.png');
    background-repeat: repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.mainApp {
    position: relative;
    top: 72px;
}

.mainlogo {
    position: absolute;
    top: -114px;
    right: 64px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.countriesLogos{
    display: table;
    width: 100%;
}
    .countriesLogos [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .countriesLogos img{
        padding: 30px 0;
    }
    .countriesLogos .left img{
        float: left;
    }
    .countriesLogos .right img{
        float: right;
    }

    @media(max-width:767px){
        .countriesLogos{
            display: block;
        }
        .countriesLogos [class*="col-"]{
            display: block;
            text-align: center;
        }
        .countriesLogos img{
            margin: 0 auto;
            padding: 0 0 30px 0;
            float: none !important;
        }
    }




.ajax_indicator {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;
    border-bottom: 1px solid transparent;
    z-index:1001;
}
    .ajax_indicator > div{
        width: 100%; 
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0,0,0,0.4);
        pointer-events: not-allowed;
    }
    .ajax_indicator .ajax_indicator_alert {
        width: 300px;
        padding: 30px;
        background: white;
        pointer-events: all;
        border-top: 12px solid #248017;
        border-radius: 4px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.1), 0 3px 40px rgba(0,0,0,0.1);
        font-weight: bold;
    }

    .ajax_indicator_alert span {
        font-size: 20px;
    }
    .ajax_indicator_alert div{
        opacity: 0.5;
    }
    .ajax_indicator_alert img {
        display: block; margin: 50px auto;
    }

input[type="file"] {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 8px;
}

.ringcolourlist, .emblemcolourlist {
    margin-top: 8px;
    padding: 4px;
}
    .ringcolourlist li, .emblemcolourlist li {
        display:inline-block;
        width: 62px;
        height: 62px;
        border: 0;
        margin: 0 8px 8px 0;
    }
    .ringcolourlist li.selected, .emblemcolourlist li.selected {
        border: 5px solid;
        border-color: #2e9a26;
    }
    .ringcolourlist li a, .emblemcolourlist li a {
        display:block;
        width: 100%;
        height: 100%;
    }
    .ringcolourlist .selected a, .emblemcolourlist .selected a {
        border: 1px solid;
        border-color: #ffffff;
    }

.bowlcolourcontainer {
    padding-top: 8px;
    overflow: auto;
}
.bowlcolourcontainer .radio {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid #ccc;
    padding-top: 8px;
    overflow: auto;
    margin: 6px;
}
.bowlcolourcontainer .selected, .emblemlist .selected,.emblemlist li{
    border: 5px solid;
    border-color: #2e9a26;
}

.emblemlistcontainer {
    padding-top: 8px;
    overflow: auto;
}
.emblemlist {
    margin-top: 8px;
    display: block;
    height: 156px;
    list-style: none;
    white-space: nowrap;
    padding:0;
}
.emblemlist li {
    display:inline-block;
    border: 1px solid #ccc;
}
.emblemclear.btn {
    background-color: #086C05;
    border-color: #086C05;
    color: #fff !important;
}

.list-group-item:hover {
    background-color: #fafafa;
}
.list-group-item.active, .list-group-item.active a, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #ffffff !important;
    background-color: #13740C !important;
    border-color: #13740C !important;
}

.tab-pane {
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 8px;
}

.logomobile {
    width: 33%;
}

.panel-heading {
    text-align: center;
}
.panel-heading button {
    position: relative;
    top: 14px;
    min-width: 128px;
}
.emblemlist li{
    border: 5px solid;
    border-color: #fff;
}
    /*.emblemlist li a {
        width:70px;
        height: 70px;
        display: block;
    }*/
.emblemlist li:hover, .emblemcolourlist li a:hover, .ringcolourlist li a:hover, .bowlcolourcontainer .radio:hover {
    border: 5px solid;
    border-color: #2e9a26;
    cursor: pointer;
}
/*.emblemlist li:hover, .emblemcolourlist li a:hover, .ringcolourlist li a:hover, .bowlcolourcontainer .radio:hover {
    border: 8px solid;
    border-color: #13740C;
    cursor: pointer;
}*/

.flags img {
    width: 100%;
    margin-bottom: 16px;
}


/*main nav tabs*/
.nav-tabs {
    margin-bottom: 32px;
    border:0;
}
.nav-tabs li,
.nav-tabs li a,
.nav-tabs > li.active,
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover {
    border: 0;
}

.selectedNav a {
    background-image: url('img/bg-gradient.png');
    color: #fff !important;
}
.unSelectedNav a {
    background-image: none;
    background-color: #ffffff !important;
    color: #13740C !important;
}

.selectedNav::after {
    background-color: #13740C !important;
    border: 1px solid #13740C !important;
}
.unSelectedNav::after {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.nav-tabs > li a {
    background-repeat: repeat-x;
    width: 140px;
    margin-right: 20px;
    line-height: 48px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    border-radius: 0;
}

.nav-tabs > li::after {
    position: absolute;
    height: 12px;
    width: 24px;
    right: -1px;
    top: 42.5%;
    background-color: #13740C;
    border: 1px solid #13740C;
    content: " ";
}
.nav-tabs > li:last-child::after {
    display: none;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li a:hover  {
    color: #bfb;
}

.btn.weight-disabled {
    cursor: no-drop !important;
    pointer-events: none !important;
}

.grip-disabled {
    pointer-events: none !important; 
    cursor: not-allowed !important;
}

.panel-heading {
    background-image: url('img/bg-gradient.png');
    background-repeat: repeat-x;
    color: #fff;
}
.panel-heading * {
    color: #fff;
}

/*panel nav tabs*/
.panel-body .nav-tabs {
    margin-bottom: 0;
}
    .panel-body .nav-tabs > li.active {
        border: 1px solid #13740C;
        border-bottom: #fff;
        margin-right: 4px;
        background-color: #fff;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
        .panel-body .nav-tabs > li a {
            background-color: transparent;
            background-image: none;
            background-repeat: repeat-x;
            color: #666;
            width: 140px;
            margin-right: 0;
            line-height: 16px;
            text-align: center;
            font-size: small;
            font-weight: bold;
        }
        .panel-body .nav-tabs > li a:hover {
            color: #222;
            background-color: transparent;
        }
        .panel-body .nav-tabs > li::after,
        .panel-body .nav-tabs > li a::after {
            display: none;
        }

        @media (max-width: 1200px) {
            .nav-tabs > li a {
                background-repeat: repeat-x;
                width: 110px;
                margin-right: 20px;
                line-height: 48px;
                text-align: center;
                font-size: 12px;
                font-weight: bold;
                border-radius: 0;
                padding: 8px;
            }
            .panel-body ul[role="tablist"] li {
                width: 48%;
            }
        }

.btn-info {
    background-color: #13740C !important;
    border-color: #13740C !important;
}


.col-md-6 > .tab-content{
    padding-left: 64px;
    padding-right: 64px;
}
/*movetab buttons*/
.tabmoveleft {
    background-image: url('img/arrow-up.png');
    background-position: center 0;
    background-repeat: no-repeat;

    padding-top: 16px;

    position: absolute !important;
    top: 30% !important;
    left: -12px !important;

    height: 72px !important;
    border-radius:0;
    background-color:#333333;

    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    z-index:1000;
}
.tabmoveright {
    background-image: url('img/arrow-up.png');
    background-position: center 0;
    background-repeat: no-repeat;

    padding-top: 16px;

    position: absolute !important;
    top: 30% !important;
    right: -12px !important;

    height: 72px !important;
    border-radius:0;
    background-color:#333333;

    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    z-index:1000;
}


.previewimage
{
    position: relative;
    top: 48px;
    width: 100%;
}

.sizeselectorarea {
    padding:8px;
}
.sizeselectorarea li {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    background-position: 4px;
}
.sizeselectorarea li input {
    border: 1px solid #13740C;
}

.sizeselectorarea .sizeselector {
    position: relative;
    border: 1px solid #17770F;
    padding: 2px 32px;
    width: 96px;
    top: 96px;
    left: -8px;
    text-align: center;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    .sizeselector {
        font-weight: bold;
    }
    .sizeselector input{
        display: none;
    }
    .sizeselector.selected {
        background-color: #17770F;
        color: #fff;
    }

.btn-group .btn-primary {
    background-color: #fff;
    border-color: #086C05;
    color: #086C05;
    margin-left: 5px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}
.btn-group .btn-primary.active {
    background-color: #086C05;
    border-color: #086C05;
    color: #fff;
}

.summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.summary li {
    padding: 8px;
    overflow: auto;
}
.summary li span {
    display: inline-block;
    width: 128px;
    font-size: medium;
    font-weight: bold;
    float: left;
}
.summary input[type="text"] {
    width: 256px;
    float: left;
    margin-right: 8px;
}
.summary .btn {
    float: left;
}


a {
   color: #13740C !important;
}

.bowlprice {
    border: 2px solid #248017;
    padding: 6px;
    background-color: #fff;
    font-size: large;
    font-weight: bold;
    color: #248017;
    margin-bottom: 12px;
    text-align: center;
    display: inline;
    position: absolute;
    right: 195px;
}
    .bowlprice span {
        font-size: large;
    }

.notactive {
    /* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}

.progress {
    margin-top: 8px;
}
.searchbox{
    height: 36px;
}
#uploadyourown .input-group {
    width: 100%;
    margin-bottom: 8px;
}
#uploadyourown .input-group input {
    margin:0;
    padding:12px;
    height: auto;
}

.info-icon {
    position: relative;
    top: 0;
    padding: 8px;
}
.info-text {
    font-size: small;
    color: #666;
}

/*
* The "pointer-events" property is what's preventing the tooltip from appearing.
* Enable tooltip by overriding the "pointer-events" property set by bootstrap.
*/
*[disabled] {
    cursor: default !important;
    pointer-events: all !important;
}
.printbutton {
    position: relative;
    z-index: 999;
}

.emailtext {
width: 60% !important;
}
.directlink {
width: 60% !important;
}

/*Print css - may need looking at later*/
@media print {
    .printbutton,
    body > div.container.body-content > div > div.col-md-6.detailsarea > div > div > div > ul:nth-child(5),
    body > div.container.body-content > div > div.col-md-6.detailsarea > div > div > div > ul:nth-child(5) > li:nth-child(2),
    body > div.container.body-content > div > div.col-md-6.detailsarea > div > div > div > ul:nth-child(3) > li > a,
    body > div.container.body-content > div > div.col-md-6.detailsarea > div > div > div > ul:nth-child(7) {
        display:none !important;
    }

    * {
        border: 0;
    }

    .mainlogo img{
        height: 60px;
        margin: 0px;
    }

    .previewimage {
        display:block !important;
        width: 58%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
    }

    .panel-body.summary{
        margin: 0px;
    }
    .panel-body.summary h2{
        margin: 0px;
    }

    .bowlcolourcontainer ul li{
        width: 50%;
        float: left;
        padding: 4px 0;
    }

    .bowlcolourcontainer p{
        font-size: 8px;
        clear: both;
    }


}
