﻿/*=========================CSS SETTING=========================*/

body, textarea {
    font-size: 14px;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 45px;
}

h2, h3 {
}

h4, .h4, h5, .h5, h6, .h6 {
    line-height: 15pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

a, a:hover, a:active, a:visited {
    color: #333;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

input, select, textarea {
    outline: none;
}

div.custom-select {
    display: inline-block;
    position: relative;
}

.to-be-changed {
    color: black;
}

div.custom-select:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 6px;
    left: 179px;
    z-index: -1;
}

select {
    -webkit-appearance: none !important; /*Removes default chrome and safari style*/
    -moz-appearance: none !important; /* Removes Default Firefox style*/
    text-indent: 0.01px !important; /* Removes default arrow from firefox*/
    text-overflow: '' !important; /*Removes default arrow from firefox*/
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        display: inline-block;
    }



::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #ccc;
}
/* ie */
input:-moz-placeholder {
    color: #ccc;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/*=========================HEADER=========================*/

/*#header {
    padding: 20px 0;
}*/

#header form {
    display: inline;
    float: left;
    margin-top: 25px !important;
}

    #header form .search-wrapper {
        float: right;
        border-radius: 20px;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        background: rgba(255,255,255, 0.8);
    }

#header-content {
    background-repeat: no-repeat;
    background-size: 25%;
    margin-left: 40px;
    margin-bottom: 25px;
    display: inline;
    padding: 11px 0 0 0;
    float: left;
    position: relative;
    z-index: 2;
}

    #header-content a {
        margin-left: 40px;
    }


#header form,
#header form input {
    margin: 0;
    font-size: 8pt;
}

    #header form input[type=text],
    #header form input[type=text]:focus {
        width: 200px;
        position: relative;
        z-index: 10;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        padding-right: 35px;
    }

    #header form input[type=submit] {
        background: url('/Content/images/search-icon.png');
        background-size: 57% auto;
        background-repeat: no-repeat;
        border: 5px;
        outline: none;
        position: absolute;
        top: 11px;
       /* left: 441px;*/
        box-shadow: none;
        z-index: 15;
    }

#header img.bg {
    width: 172px;
    position: absolute;
    top: 0px;
    left: 420px;
    z-index: 1;
}

#header .logo-wrapper {
    width: 180px;
    float: left;
}

    #header .logo-wrapper img {
        width: 95%;
        margin-top: 12px;
    }

.search-wrapper input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .search-wrapper input[type=radio].css-checkbox + label.css-label {
        padding-left: 21px;
        height: 27px;
        display: inline-block;
        line-height: 31px;
        background-repeat: no-repeat;
        background-position: 0 5px;
        vertical-align: middle;
        cursor: pointer;
        font-weight: normal;
        background-size: 22px;
    }

    .search-wrapper input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 0 -18px;
    }

.search-wrapper label.css-label {
    background: url('/Content/images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
    margin-bottom: 2px;
}

#radio-button-area {
    border-right: 1px solid #ccc;
    float: left;
    padding-right: 5px;
	margin-left: 12px;
}

#herding-judge-filter #btnFilter,
#group-or-breed-judge-filter #btnFilter {
    margin-top: 15px;
}

.navbar-header {
    float: left;
}

.navbar {
    border-radius: 4px;
    min-width: 400px;
}

/*.nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

    .nav-justified > li > a {
        margin-bottom: 0;
    }

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
}*/

.container {
    min-width: 400px;
}

/*.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar-static-top {
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.navbar-toggle {
    display: block;
}

.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

.navbar-left {
    float: left !important;
}

.navbar-right {
    float: right !important;
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

.navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }

.navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }*/


/*=========================BODY=========================*/
.container {
    width: 980px !important;/*980*/
}

#top-banner {
    background: url('/Content/images/bg_header.png') center bottom no-repeat #E8D655;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    display: table;
}

    #top-banner .container {
        height: 100%;
        min-height: 220px;
        display: table;
    }

    #top-banner .title {
        width: 100%;
        vertical-align: middle;
        display: table-cell;
    }

.left-content ul {
    margin-top: 40px;
    margin-bottom: 100px;
}

    .left-content ul li {
        padding: 10px 0 10px 0 !important;
        border-bottom: 1px solid #F5F5F5;
        width: 100%;
    }

        .left-content ul li:first-child {
            border-top: 1px solid #F5F5F5;
        }

        .left-content ul li span {
            margin-left: 4px;
        }

    .left-content ul.sub-items li {
        padding-left: 25px !important;
    }

.left-content img.ad-banner {
    width: 100%;
    float: left;
    margin-top: -75px;
}

.right-content {
    display: inline-block;
}

    .right-content .col-sm-4 {
        width: 42.22%;
    }

    .right-content input[type=text] {
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
    }

    .right-content .main-list ul li {
        padding: 15px 0 !important;
    }

    .right-content img {
        display: block;
        margin: 0 auto;
    }

span.functions {
    line-height: 2.6666;
    color: #868686;
    font-size: 13px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

div.paging-filter:before {
    left: 130px !important;
}

.select-paging-filter {
    width: 150px;
    background-color: rgba(255, 255, 255, 0);
}


.paging ul {
    float: left;
    line-height: 2.222;
    margin: 0;
}

    .paging ul li {
        float: left;
    }

.content {
    width: 100%;
    display: inline-block;
}

    .content img {
        max-width: 100%;
    }

    .content h5, .h5 {
        font-family: 'OpenSans-Semibold', sans-serif;
        margin: 0;
        /*padding-left: 10px;*/
        height: 36px;
        max-height: 36px;
        display: table-cell;
        vertical-align: middle;
    }

        .content h5.title {
            color: #d9193f;
        }

            .content h5.title:hover {
                color: #c8102e;
                text-decoration: underline;
            }

    .content ul li {
        float: left;
        width: 100%;
        padding: 10px 10px 10px 0 !important;
        border-bottom: 1px solid #F5F5F5;
    }

        .content ul li:first-child {
            /*margin-top: 40px;*/
            border-top: 1px solid #F5F5F5;
        }

    .content .col-sm-1 {
        width: 8.33333333%;
    }

    .content .col-sm-4 {
        width: 33.33333333%;
    }

.aPage {
    padding: 0 4px;
}

.li-menu-hover {
    background: rgba(127,31,66, 0.69) !important;
}

.ahover {
    text-decoration: none;
}

#herding-judge-filter .ms-parent {
    margin-right: 5px !important;
}

.testOrTrials {
    width: 100px !important;
}

    .testOrTrials .ms-drop {
        width: auto;
    }

    .testOrTrials .ms-choice > div, .testOrTrials .ms-choice > div.open {
        right: -62px;
    }

.startCourses, .noviceCourses {
    width: 130px !important;
}

    .startCourses .ms-choice > div, .startCourses .ms-choice > div.open,
    .noviceCourses .ms-choice > div, .noviceCourses .ms-choice > div.open {
        right: -92px;
    }

.intermediateCoures {
    width: 165px !important;
}

    .intermediateCoures .ms-choice > div, .intermediateCoures .ms-choice > div.open {
        right: -127px;
    }

.advancedCourses {
    width: 150px !important;
}

    .advancedCourses .ms-choice > div, .advancedCourses .ms-choice > div.open {
        right: -111px;
    }

#herding-judge-filter .stateAndTerritories select {
    width: 185px !important;
    margin-right: 0;
}

/*.stateAndTerritories select {
            width: 185px !important;
            
        }*/

div.stateAndTerritories:before {
    left: 164px;
}

#sporting-agility-judge .ms-parent {
    margin-right: 5px !important;
}

.listCheckboxAGL {
    width: 80px !important;
    margin-top: 7px;
    float: left;
}

    .listCheckboxAGL .ms-drop {
        width: auto;
    }

    .listCheckboxAGL .ms-choice > div, .listCheckboxAGL .ms-choice > div.open {
        right: -42px;
    }

.listCheckboxJUM {
    width: 90px !important;
    margin-top: 7px;
    float: left;
}

    .listCheckboxJUM .ms-choice > div, .listCheckboxJUM .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxSTP {
    width: 130px !important;
}

    .listCheckboxSTP .ms-choice > div, .listCheckboxSTP .ms-choice > div.open {
        right: -90px;
    }

.listCheckboxGAM, .listCheckboxSNK {
    width: 100px !important;
}

    .listCheckboxGAM .ms-choice > div, .listCheckboxGAM .ms-choice > div.open,
    .listCheckboxSNK .ms-choice > div, .listCheckboxSNK .ms-choice > div.open {
        right: -60px !important;
    }

.listCheckboxSNK {
    margin-right: 0px !important;
}

#LstStates {
    float: left;
    margin-top: 7px;
}

#sporting-agility-judge #btnFilter {
    float: left;
    margin-top: 7px;
}

#gameGroup {
    background: #E3E4E6;
    padding: 7px;
    float: left;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 14px;
    margin-right: 19px;
}

    #gameGroup span#title {
        font-family: 'OpenSans-ExtraBold', sans-serif;
        font-size: 14px;
    }

    #gameGroup .ms-parent {
        margin-right: 0px !important;
    }


#group-or-breed-judge-filter .ms-parent {
    margin-right: 1px !important;
}

.listCheckboxToys {
    width: 60px !important;
}

    .listCheckboxToys .ms-choice > div, .listCheckboxToys .ms-choice > div.open {
        right: -23px;
    }

.listCheckboxTerriers {
    width: 80px !important;
}

    .listCheckboxTerriers .ms-choice > div, .listCheckboxTerriers .ms-choice > div.open {
        right: -42px;
    }

.listCheckboxGundogs {
    width: 90px !important;
}

    .listCheckboxGundogs .ms-choice > div, .listCheckboxGundogs .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxHounds {
    width: 85px !important;
}

    .listCheckboxHounds .ms-choice > div, .listCheckboxHounds .ms-choice > div.open {
        right: -46px;
    }

.listCheckboxWorkingDogs {
    width: 120px !important;
}

    .listCheckboxWorkingDogs .ms-choice > div, .listCheckboxWorkingDogs .ms-choice > div.open {
        right: -82px;
    }

.listCheckboxUtility {
    width: 65px !important;
}

    .listCheckboxUtility .ms-choice > div, .listCheckboxUtility .ms-choice > div.open {
        right: -27px;
    }

.listCheckboxNonSporting {
    width: 115px !important;
}

    .listCheckboxNonSporting .ms-choice > div, .listCheckboxNonSporting .ms-choice > div.open {
        right: -77px;
    }

.listCheckboxOther {
    width: 67px !important;
}

    .listCheckboxOther .ms-choice > div, .listCheckboxOther .ms-choice > div.open {
        right: -29px;
    }

    .listCheckboxOther .ms-drop {
        width: auto;
    }

        .listCheckboxOther .ms-drop ul {
            width: 165px;
        }

.listStateSelected {
    width: 185px !important;
}

    .listStateSelected .ms-choice > div, .listStateSelected .ms-choice > div.open {
        right: -146px;
    }

    .listStateSelected .ms-drop {
        width: auto;
    }

#group-or-breed-judge-filter .stateAndTerritories select {
    width: 185px !important;
    margin-right: 0px;
}

#group-or-breed-judge-filter .notes span {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 13px;
    color: #ccc;
}

#group-or-breed-judge-filter .notes {
    margin-top: 10px;
    margin-bottom: 10px;
}

.listCheckboxUTL {
    width: 90px !important;
}

    .listCheckboxUTL .ms-drop {
        width: auto;
    }

    .listCheckboxUTL .ms-choice > div, .listCheckboxUTL .ms-choice > div.open {
        right: -52px;
    }

.listCheckboxSAR {
    width: 180px !important;
}

    .listCheckboxSAR .ms-choice > div, .listCheckboxSAR .ms-choice > div.open {
        right: -141px;
    }

.listCheckboxPAS {
    width: 160px !important;
}

    .listCheckboxPAS .ms-choice > div, .listCheckboxPAS .ms-choice > div.open {
        right: -121px;
    }

.listHM {
    width: 160px !important;
}

    .listHM .ms-choice > div, .listHM .ms-choice > div.open {
        right: -121px;
    }

.listObedienceObedience {
    width: 130px !important;
}

    .listObedienceObedience .ms-choice > div, .listObedienceObedience .ms-choice > div.open {
        right: -90px;
    }

    .listObedienceObedience .ms-drop {
        width: auto;
    }

.listObedienceOther {
    width: 95px !important;
}

    .listObedienceOther .ms-choice > div, .listObedienceOther .ms-choice > div.open {
        right: -55px;
    }

    .listObedienceOther .ms-drop {
        width: auto;
    }

.slideshow {
    position: relative;
    width: 100%;
    min-width: 980px;
    overflow: hidden;
    background: #F1F5F6;
}

    .slideshow .slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .slideshow .slides li {
            position: relative;
            display: block;
        }


        .slideshow .slides .slider-item-wrapper {
            position: absolute;
            left: 50%;
            width: 980px;
        }

            .slideshow .slides .slider-item-wrapper .slider-item-cotainer {
                position: relative;
                left: 0;
                width: 490px;
                height: 424px;
                display: table;
                padding: 0 15px;
            }

                .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content {
                    display: table-cell;
                    vertical-align: middle;
                    margin: 0 -15px;
                }

                    .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content ul li h1,
                    .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content ul li h1 p {
                        width: 340px;
                        color: #000;
                    }

                    .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content ul li h1 {
                        margin-left: -5px;
                        font-size: 75px;
                        /*revert in one month*/
                        text-align: center;
                    }

                    .slideshow .slides .slider-item-wrapper .slider-item-cotainer .item-content ul li p {
                        line-height: 1.3;
                        /*revert in one month*/
                        text-align: center;
                        width: 335px;
                    }

    .slideshow img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        min-height: 431px;
    }

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    margin: -45px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

    .flex-direction-nav .next,
    .flex-direction-nav .prev {
        position: absolute;
        width: 61px;
        height: 61px;
        text-indent: -9999px;
        overflow: hidden;
        left: 6%;
    }

    .flex-direction-nav .next {
        right: 6%;
        left: auto;
        background: url("/Content/images/slider/btn_next.png") no-repeat;
    }

        .flex-direction-nav .next:hover {
            right: 6%;
            left: auto;
            background: url("/Content/images/slider/btn_next_hover.png") no-repeat;
        }

    .flex-direction-nav .prev {
        background: url("/Content/images/slider/btn_back.png") no-repeat;
    }

        .flex-direction-nav .prev:hover {
            background: url("/Content/images/slider/btn_back_hover.png") no-repeat;
        }

.item-content img {
    margin: 0;
    width: 300px;
    min-height: inherit;
}

#home_banner {
}

    #home_banner .item {
        background-size: 100%;
        height: 154px;
    }

        #home_banner .item ul li {
            width: 100%;
            margin: 3px 0;
        }

        #home_banner .item #wrapper-content {
            margin-top: 15px;
            margin-left: 170px;
        }

        #home_banner .item ul li h3 {
            font-family: PreloSlab-BlackItalic;
            font-size: 25px;
            color: #fff;
            margin: 0;
        }

        #home_banner .item ul li h5 {
            font-family: OpenSans-SemiBold;
            line-height: 1.2;
        }

        #home_banner .item ul li h5, #home_banner .item ul li h5 {
            font-size: 13px;
        }

.text-content p, .text-content h5 {
    float: left;
    margin-top: 15px;
    width: 100%;
}

ul.news-content > li {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
}

    ul.news-content > li:first-child {
        border-top: 1px solid #F5F5F5;
    }

ul.sub-content {
    margin-left: 10px;
}

    ul.sub-content li {
        width: 100%;
    }

        ul.sub-content li h2 {
            font-size: 26px;
            margin: 5px 0;
        }

        ul.sub-content li h2 {
            color: #c8102e;
        }

        ul.sub-content li a {
            color: #d9193f;
            font-weight: bold;
        }

            ul.sub-content li a:hover {
                color: #c8102e;
                text-decoration: underline;
            }

ul.sub-content {
    border: none;
}

.go-back {
    font-weight: bold;
    font-size: 9pt;
}

#myCarousel {
    margin-bottom: 40px;
}

.img-des p {
    margin: 0;
}


/*=========================FOOTER=========================*/
#footer {
    margin-top: -5px;
    width: 100%;
    display: table;
}

#wrapper-content-1 {
    background: #FBF7DE;
    width: 100%;
    display: inline-table;
}

    #wrapper-content-1 ul li {
        width: 100%;
    }

    #wrapper-content-1 h5, .h5 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #wrapper-content-1 .container {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #wrapper-content-1 input[type=text] {
        border: none;
    }

    #wrapper-content-1 .submit-wrapper {
        width: 100%;
        float: left;
        background: #FBF7DE;
    }

        #wrapper-content-1 .submit-wrapper .left-content {
            float: left;
            display: inline-block;
        }

            #wrapper-content-1 .submit-wrapper .left-content img {
                float: left;
                margin-right: 10px;
            }

        #wrapper-content-1 .submit-wrapper .right-content {
            float: left;
            display: inline-block;
            margin-top: 3px;
        }

            #wrapper-content-1 .submit-wrapper .right-content h5 {
                margin: 0 !important;
                font-family: 'OpenSans-ExtraBold', sans-serif;
                /*font-weight: bold;*/
                color: #d9193f;
            }

            #wrapper-content-1 .submit-wrapper .right-content h2 {
                color: #333;
                font-size: 26px;
                margin: 0 !important;
            }

#wrapper-content-2 {
    padding: 20px 0 15px 0;
    border-top: 1px solid #f5f5f5;
}

    #wrapper-content-2 h6 {
        float: left;
        margin: 0;
        font-size: 11px;
    }

    #wrapper-content-2 a {
        font-size: 11px;
    }

.footer-custom-bg {
    background: #f7f7f7;
}

#home_news .container {
    padding-top: 30px;
    padding-bottom: 40px;
}

#home_news h2 {
    color: #7f1f42;
    font-size: 26px;
    margin: 0 !important;
}

#home_news h5 {
    margin: 10px 0;
}

#home_news img {
    width: 215px;
}

#home_news .hint {
    position: absolute;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.51);
}

    #home_news .hint p {
        max-width: 215px;
        font-size: 13px;
        padding: 1px 0 1px 10px;
    }

/*revert in one month*/
.tool.border-radius-3.pull-left .custom-btn {
    color: #fff !important;
    background-color: #D91940;
    font-family: 'OpenSans-ExtraBold', sans-serif;
    margin: 20px 0 0 125px;
}

.custom-btn {
    color: #fff !important;
    background-color: #D91940;
    font-family: 'OpenSans-ExtraBold', sans-serif;
}

    .custom-btn:hover {
        color: #E6E6E6 !important;
    }

.user-content ul {
    float: left;
    margin-left: 35px;
}

    .user-content ul li {
        width: 100%;
        display: list-item !important;
        list-style-type: disc;
    }

.user-content a {
    color: #7f1f42;
}

    .user-content a:hover {
        color: #000;
        text-decoration: underline;
    }
/*=========================CUSTOM DEFINE=========================*/

.form-search-breed input[type=text], form input[type=text] {
    width: 100%;
    padding: 6.5px 10px;
    font-size: 13px;
    border-radius: 20px;
    opacity: 0.8;
    border: 1px solid #ccc;
}

.form-search-breed input[type=button], form input[type=submit] {
    background: url('/Content/images/search-icon.png');
    /*background-size: 60% auto;*/
    background-repeat: no-repeat;
    border: 5px;
    outline: none;
    position: absolute;
    top: 6px;
    right: 5px;
    box-shadow: none;
}

.form-search-breed input[type=button] {
    min-width: 30px;
}

.color-red {
    color: #b51218;
}



.border-radius-5 {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.border-radius-3 {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.border-radius-0 {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.nav-common {
    min-width: 960px;
}

.field-validation-error {
    color: #F22613;
    clear: both;
    display: block;
    /*margin-top: -5px;*/
}

.field-validation-success {
    color: Green;
}

.forgot-password input {
    margin: 0;
}

.select-padding-1 {
    padding: 6px 6px;
}

.select-border-radius-none {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.custom-width-45 {
    width: 45% !important;
}


.custom-width-50 {
    width: 50% !important;
}


.custom-width-58 {
    width: 58% !important;
}

.custom-width-70 {
    width: 70% !important;
}

.custom-padding-left-5 {
    padding-left: 50px;
}

.custom-padding-left-20 {
    padding-left: 20px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}


.m-0 {
    margin: 0 !important;
}

.custom-margin-top-40 {
    margin-top: 40px !important;
}

.custom-margin-top-35 {
    margin-top: 35px !important;
}

.custom-margin-top-30 {
    margin-top: 30px !important;
}

.custom-margin-top-25 {
    margin-top: 25px !important;
}

.custom-margin-top-20 {
    margin-top: 20px !important;
}

.custom-margin-top-15 {
    margin-top: 15px !important;
}

.custom-margin-top-10 {
    margin-top: 10px !important;
}

.custom-margin-top-5 {
    margin-top: 5px !important;
}

.custom-margin-left-40 {
    margin-left: 40px !important;
}

.custom-margin-left-15 {
    margin-left: 15px;
}

.custom-margin-left-20 {
    margin-left: 20px;
}

.custom-margin-top-5 {
    margin-top: 5px;
}

.custom-margin-top-3 {
    margin-top: 3px;
}

.custom-margin-left-negative-30 {
    margin-left: -30px;
}

.m-left-3 {
    margin-left: 30px;
}

.m-top-13 {
    margin-top: 13px;
}

.m-right-1 {
    margin-right: 10px;
}

.m-right-2 {
    margin-right: 20px;
}

.m-right-3 {
    margin-right: 30px;
}

.m-bottom-3 {
    margin-bottom: 35px !important;
}

.custom-margin-bottom-35 {
    margin-bottom: 35px !important;
}

.custom-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.custom-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.cutom-margin-bottom-negative-11 {
    margin-bottom: -11px !important;
}

.col-w-3 {
    width: 35.33333%;
}

.col-w-8 {
    width: 80% !important;
}

.module-info .title {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    color: #333;
    font-weight: lighter;
    margin: 0;
    padding: 15px 20px;
}

.module-info select,
.module-info input[type=text] {
    width: 235px;
    margin-right: 21px;
    border: 1px solid #ccc;
}

.label-item {
    padding: 0 0 0 20px;
}

.search-no-result {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    color: #b21218;
}


.form-offset {
    padding-left: 0px !important;
}

.col-sm-2-custom {
    width: 14.893617021276595%;
    margin-right: 33px;
}

.form-horizontal label.custom-padding-right-1 {
    padding-right: 30px;
}

.form-horizontal label.custom-padding-right-2 {
    padding-right: 20px;
}

.form-horizontal label.custom-padding-left-2 {
    padding-left: 20px;
}

.page-title {
    color: #333;
    margin: 0px;
}

.utilities span, .utilities a {
    font-weight: bold;
    font-size: 9pt;
}

.pdf-printing {
    background-image: url(/Content/images/icon_PDF.png);
    background-position: left 0px;
    background-repeat: no-repeat;
}

    .pdf-printing, .pdf-printing a {
        font-weight: bold;
        font-size: 9pt;
        margin-left: 18px;
    }

select {
    padding: 5px;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'OpenSans-Light', sans-serif !important;
    font-size: 13px;
}

.email-content {
    color: #d9193f !important;
}

.main-table {
    border-top: 1px solid #ddd;
}

    .main-table th {
        font-family: 'OpenSans-ExtraBold', sans-serif;
    }

    .main-table .align-left {
        text-align: left;
    }

    .main-table td {
        text-align: center;
    }

    .main-table span {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 13px;
    }

        .main-table span.align-center {
            text-align: center;
        }

        .main-table span.full-name {
            font-weight: bold;
            width: 100%;
        }

    .main-table th.img-row {
        text-align: center;
    }

    .main-table .img-row {
        vertical-align: middle;
    }

        .main-table .img-row span {
            text-align: center;
        }

    .main-table ul li {
        width: 100%;
        display: inline-block;
        margin-left: 10px;
    }

    .main-table .title {
        padding: 15px;
        background: #f9f9f9 !important;
        border-top: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
    }

.sponsor-description {
    color: #7f1f42;
    font-size: 12px;
}

.breeder-des h5.tit1 {
    font-family: 'OpenSans-Bold', sans-serif;
}

.breeder-des h5.tit2 {
    color: #d9193f;
}

.breed-info img {
    float: left;
    margin-right: 20px;
    max-width: 56px;
}

.breed-info h3 {
    float: left;
    margin: 0;
    line-height: 1.3;
    font-size: 33px;
}


.breed-info a {
    line-height: 3.3;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 13px;
}

.breeder-content img {
    float: left;
    max-width: 145px;
    margin-right: 20px;
}

.breeder-content h3 {
    margin-top: 5px;
    font-size: 28px;
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.breeder-content p {
    float: left;
    width: 100%;
}
/*=========================BOOTSTRAP CUSTOM=========================*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

    .table tr th {
        background: #fff !important;
    }

.border-set {
    border: 1px solid #E5E5E5 !important;
}

.form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-inline {
    position: relative;
    float: left;
    /*width: 100%;*/
}

.form-group label {
    margin-right: 3px;
}

ul.dropdown-menu {
    padding: 0px !important;
}

.navbar-brand {
    height: 40px;
}

/* do not show sub-menu when hover on this creen */
@media (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.navbar {
    border-radius: 0;
    position: relative;
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    background: #7f1f42;
    display: table;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu li a {
    color: #fff;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 9.1pt;
}

.navbar-default .navbar-toggle {
    border: 1px solid #fff;
    background-color: #7f1f42;
}


    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border: 1px solid #ffbad3;
        background-color: #ffbad3;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffbad3;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffbad3;
    background-color: inherit;
}

.nav > li > a {
    padding: 10px 8px !important;
}

.dropdown-menu {
    width: 220px;
    max-width: 220px;
    position: absolute;
    top: 100.5%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 0px;
    border: none;
}

.open .dropdown-menu {
    display: inline;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    border-top: 1.5px solid #A5637B;
    background: rgba(127,31,66, 1);
    border-bottom: none;
}

    .dropdown-menu li:hover {
        float: left;
        width: 100%;
        background: rgba(127,31,66, 0.69);
    }

    .dropdown-menu li a {
        width: 100%;
        display: block;
        padding: 10px !important;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: normal;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
        .dropdown-menu li a:hover, .dropdown-menu li a:focus {
            width: 100%;
            color: #fff !important;
            text-decoration: none;
            background-color: none !important;
        }


.dropdown-menu .active > a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
    color: #777;
}

    .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

.dropdown a.selected {
    color: #ffbad3 !important;
}

/*=========================AWESOME FONT CUSTOM=========================*/

.fa-print {
    font-size: 15pt;
}

/*=========================FILTER=========================*/

.filter-wrapper {
    border-bottom: none;
    border-radius: 7px;
    background: #EFF0F2;
}

    .filter-wrapper span.title {
        font-family: 'Raleway-SemiBold', sans-serif;
        font-size: 21px;
    }

    .filter-wrapper ul {
        float: left;
        margin-left: 20px;
    }

    .filter-wrapper label {
        font-size: 13px;
    }

    .filter-wrapper input[type=checkbox].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .filter-wrapper input[type=checkbox].css-checkbox + label.css-label {
            padding-left: 20px;
            height: 18px;
            display: inline-block;
            line-height: 18px;
            background-repeat: no-repeat;
            background-position: 0 1px;
            vertical-align: middle;
            cursor: pointer;
            font-weight: bold;
            background-size: 16px;
        }

        .filter-wrapper input[type=checkbox].css-checkbox:checked + label.css-label {
            background: url('/Content/images/cycle_green.png');
            background-position: 0px 0px;
            line-height: 18px;
            background-repeat: no-repeat;
            padding-left: 22px;
        }

    .filter-wrapper label.css-label {
        background: url('/Content/images/cycle_gray.png');
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 20px;
        margin-bottom: 2px;
    }

    .filter-wrapper select {
        width: 200px !important;
        margin-right: 20px;
    }

    .filter-wrapper select, input[type=button], input[type=submit], button {
        font-family: 'OpenSans-Regular', sans-serif !important;
        font-weight: bold;
    }

    .filter-wrapper input[type=button], input[type=submit], button {
        color: #fff;
        background: #d9193f;
        border: none;
        border-radius: 4px;
        padding: 6px 17px;
        cursor: pointer;
    }
/*=========================FILTER BY ALPHABET=========================*/

.filter {
    display: block;
    padding-left: 0;
    border-radius: 4px;
    position: relative;
}

    .filter > li {
        display: inline;
    }

        .filter > li > a,
        .filter > li > span {
            position: relative;
            float: left;
            padding: 0 1px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            border: none;
            color: #333;
            font-size: 11px;
        }

            .filter > li > span.active {
                color: #ce5365;
                font-family: 'OpenSans-Bold', sans-serif;
            }

        .filter > li:first-child > a,
        .filter > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            font-size: 11px;
        }

        .filter > li:last-child > a,
        .filter > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            font-size: 11px;
            line-height: 3;
        }

        .filter > li > a.active,
        .filter > li > a:hover,
        .filter > li > a:visited .filter > li > a:focus {
            background-color: #EFF0F2;
            color: #333;
            text-decoration: underline;
            font-size: 11px;
            line-height: 3;
        }

    .filter > .active > a,
    .filter > .active > span,
    .filter > .active > a:hover,
    .filter > .active > span:hover,
    .filter > .active > a:focus {
        z-index: 2;
        color: #f69103;
        cursor: default;
        background-color: #fff;
        border-color: #fff;
        font-size: 11px;
        line-height: 3;
    }

.back-end-table {
    border: 1px solid #f5f5f5;
}

/*=========================MULTI SELECT=========================*/

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    /*margin-top: -3px;*/
    margin-right: 20px;
}

.ms-choice {
    /*
    
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    height: 34px;
    line-height: 34px;
    text-align: left;
    white-space: nowrap;
    display: block;
    width: 100%;
    background-color: #fff;
    font-family: 'OpenSans-Regular', sans-serif !important;
    font-weight: bold;
    color: #444;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13px;
    outline: none;
    margin-left: 0 !important;
}

    .ms-choice.disabled {
        background-color: #f4f4f4;
        background-image: none;
        border: 1px solid #ddd;
        cursor: default;
    }

    .ms-choice > span {
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-left: 8px;
    }

        .ms-choice > span.placeholder {
            color: #333;
        }

    .ms-choice > div, .ms-choice > div.open {
        position: relative;
        top: -9px;
        right: -160px;
        float: left;
    }

        .ms-choice > div:before {
            content: "\f078";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
        }

        .ms-choice > div.open:before {
            content: "\f077";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
        }

.ms-drop {
    width: inherit;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
}

    .ms-drop.top, .ms-drop.bottom {
        top: 100%;
    }

/*.ms-drop.top {
        bottom: 100%;
    }*/

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .ms-search input {
        width: 100%;
        height: auto !important;
        min-height: 24px;
        padding: 0 20px 0 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #fff url('multiple-select.png') no-repeat 100% -22px;
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    }

    .ms-search, .ms-search input {
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

    .ms-drop ul > li {
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
    }

        .ms-drop ul > li .disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
        }

        .ms-drop ul > li.multiple {
            display: block;
            float: left;
        }

        .ms-drop ul > li.group {
            clear: both;
        }

        .ms-drop ul > li.multiple label {
            width: 100%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ms-drop ul > li label {
            font-weight: normal;
            display: block;
            white-space: nowrap;
        }

            .ms-drop ul > li label.optgroup {
                font-weight: bold;
            }

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 !important;
}

.ms-drop .ms-no-results {
    display: none;
}

/*=========================CSS ON SAFARI=========================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari only override */
    ::i-block-chrome, .submit-wrapper {
        width: 100%;
        display: inline-block;
        background: #FFF7EC;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .submit-wrapper input[type="submit"] {
            margin: 15px auto;
            display: inline-block;
            margin-left: 44% !important;
        }

    ::i-block-chrome, #wrapper-content-2 a {
        font-size: 10.49999px;
    }

    /*Safari on Mac*/
    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root #header-content {
        margin-left: 30px;
        background-size: 24%;
        padding: 37px 0 0 17px;
    }

    /*Safari on Windows*/
    ::i-block-chrome, #header-content {
        background-size: 23.5%;
        margin-left: 22px;
        padding: 37px 0 0 17px;
    }

    /*Safari on Mac*/
    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root form input[type="submit"] {
        background-size: 12.5% auto;
    }

    /*Safari on Mac*/
    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root #header img.bg {
        left: 350px;
    }



    _:-webkit-full-screen, _::-webkit-full-page-media, _:future, :root #wrapper-content-2 a {
        font-size: 10.49999px;
    }

    #footer span {
        margin-right: 8px !important;
    }
}

/*=========================CSS ON FIREFOX=========================*/
@-moz-document url-prefix() {
    #header form input[type="text"], #header form input[type="text"]:focus {
        width: 147px;
    }

    #header form input[type="submit"] {
        background: url("/Content/images/search-icon.png") no-repeat scroll 0 0 / 55% auto rgba(0, 0, 0, 0);
        left: 439px;
    }

    .search-wrapper input[type=radio].css-checkbox + label.css-label {
        line-height: 29px;
    }

    .main-table th {
        font-weight: normal;
    }

    .ff-main-table .col-1 {
        width: 177px !important;
    }

    .ff-main-table .col-2 {
        width: 110px !important;
    }

    .ff-main-table .col-3 {
        width: 143px !important;
    }

    .ff-main-table .col-4 {
        width: 137px !important;
    }

    .ff-main-table .col-5 {
        width: 115px !important;
    }

    .ff-main-table .col-6 {
        width: 170px !important;
    }

    .ff-main-table .col-7 {
        width: 126px !important;
    }

    @media screen and (max-width:490px) {
        #header form input[type=submit] {
            top: 42px;
            left: inherit;
        }
    }

    @media screen and (max-width:358px) {
        #header form input[type=submit] {
            top: 70px;
            left: inherit;
        }
    }

    @media screen and (max-width:509px) {
        #header form input[type=text], #header form input[type=text]:focus {
            width: 100%;
        }
    }

    div.paging-filter:before,
    div.custom-select:before {
        display: none;
    }

    .slideshow {
        display: table;
    }
}

.font-color-white{
	color:white;
}
/*=========================CSS ON IE=========================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type=text]::-ms-clear {
        display: none;
    }

    .search-wrapper input[type=radio].css-checkbox + label.css-label {
        line-height: 29px;
    }

    #header-content {
        background-size: 24.5%;
    }

    #header form input[type=submit] {
        background-size: 53% auto;
    }

    /*hide dropddown arrow ie*/
    select::-ms-expand {
        display: none;
    }

    form input[type=submit] {
        background-size: 12%;
    }

    .ms-choice > div, .ms-choice > div.open {
        right: -173px;
    }

    .slideshow {
        display: table;
    }
}
