﻿@import url(/Content/Css/font.css);

.panel .registrationFormNotes p.requiredNote:before, .panel .required:after {
    content: "*";
    line-height: 10px;
    position: relative;
}

.panel, .widget {
    overflow: hidden;
}

div, section {
    border-radius: 0 !important;
}

.panel .img-container img.default-img {
    width: 280px;
    height: 272px;
    display: block;
    margin: auto;
    border-bottom: 1px solid #a30134;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

.ui-dialog, .ui-dialog-buttonpane {
    border: none;
}

.ui-draggable .ui-dialog-titlebar {
    background-color: #d8c198;
}

.ui-dialog-title {
    font-family: GEDIMedium;
    color: #fff;
}

.field-data, .ui-dialog-content h6 {
    font-family: Tahoma;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.field-data {
    display: inline-block;
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #878787;
    opacity: .5;
}

.panel.panel-first-child {
    margin-top: 0;
}

.section-break {
    clear: both;
    margin: 45px 0;
}

span.english-numbers {
    font-family: Tahoma !important;
}

.disable {
    background-color: gray !important;
}

.panel#reservationPanel {
    margin-top: 0;
}

input[type=text], input[type=password] {
    -webkit-appearance: none;
}

.mobile-mod, .navbar-inverse {
    display: none;
}

.btn, .btn:active, .btn:focus {
    border: 0;
    box-shadow: none;
}

    .btnWidth, .btn[type=button].btnWidth, .btn[type=submit].btnWidth, a.btn.btnWidth, a.btn.btnWidth:hover {
        width: 135px;
    }

.ViewPhoto {
    margin-top: 10px;
    display: block;
}

    .ViewPhoto a {
        margin: 0;
    }

.btn[type=button].darkBtn, .btn[type=submit].darkBtn {
    background-color: #8e6217;
}

.btn[type=button].withoutBgColor, .btn[type=submit].withoutBgColor {
    background-color: transparent;
    color: #8e6217;
}

.btn[type=button], .btn[type=submit], a.btn, a.btn:focus, a.btn:hover {
    background-color: #8e6217;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 22px;
    font-family: GEDIMedium;
    margin-bottom: 34px;
    text-align: center;
}

.loading_data, .loading_data_previous {
    min-height: 50px;
    background: url(/Content/Images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.panel {
    background-color: #fff;
    padding: 30px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
    position: relative;
}

.site-container .panel:first-child {
    margin-top: 0;
}

.panel .registrationFormNotes p {
    font-family: GEDIMedium;
    font-size: 18px;
    color: #878787;
    margin-bottom: 10px;
}

    .panel .registrationFormNotes p.requiredNote:before {
        color: #a30134;
        font-size: 28px;
        top: 0;
        right: 0;
        font-weight: 700;
        padding-left: 5px;
    }

.fileupload {
    cursor: pointer;
}

.panel .control-label {
    color: #878787;
    font-size: 15px;
    font-family: GEDIMedium;
}

.panel .required:after {
    color: #a30134;
    font-size: 28px;
    top: -4px;
    right: 3px;
}

.panel .form-group {
    margin-bottom: 24px;
}

    .panel .form-group .fileupload {
        padding: 6px 20px;
    }

        .panel .form-group .fileupload .btn {
            border: 0;
            background-color: transparent;
            border-radius: 0;
            display: block;
            height: 32px;
            float: left;
            padding: 0;
        }

            .panel .form-group .fileupload .btn span {
                height: 100%;
                display: block;
                width: 100%;
                text-indent: -9999px;
            }

            .panel .form-group .fileupload .btn .fileupload-new {
                background: url(/Content/Images/upload_file.png) 0 no-repeat;
                width: 22px;
            }

        .panel .form-group .fileupload.fileupload-exists .btn .fileupload-exists {
            background: url(/Content/Images/reupload_file.png) 0 no-repeat;
            width: 110px;
        }

        .panel .form-group .fileupload .btn-file .form-control {
            padding: 0;
            border: 0;
            width: auto;
            height: auto;
        }

        .panel .form-group .fileupload.fileupload-exists .btn .fileupload-new {
            display: none;
        }

.panel .selectField {
    height: 45px;
    overflow: hidden;
    background: url(/Content/Images/select_arrow.png) 20px no-repeat #f6f6f6;
    border: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

    .panel .selectField select.form-control {
        font-size: 14px;
        color: #878787;
        background: 0 0;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
        height: 46px;
    }

.panel .form-group .form-control-textarea {
    min-height: 250px;
    resize: none;
    -webkit-appearance: none;
}

.panel .form-group .control-label a {
    color: #a30134;
    text-decoration: none;
}

.panel .form-group .field-validation-error, .panel .form-group .field-validation-error span, .panel .form-group .field-validation-valid, .site-container .Forms .field-validation-error {
    color: #a30134;
    font-family: tahoma;
    font-size: 14px;
    display: block;
}

.panel .form-group .captcha {
    margin-bottom: 23px;
}

    .panel .form-group .captcha .imgContainer {
        background-color: #d8c198;
        border-radius: 5px !important;
        text-align: center;
    }

    .panel .form-group .captcha img {
        cursor: pointer;
    }

    .panel .form-group .captcha .captcha-fix {
        border: 1px solid #e0e0e0;
        padding: 5px;
    }

.panel .form-control, .panel .form-group.password input {
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    width: 100%;
    height: 45px;
    margin-bottom: 5px;
    padding: 10px 20px;
    box-shadow: none;
    font-family: Tahoma;
    border-radius: 0;
    font-size: 18px;
    color: #878787;
}

.panel .form-group .ui-datepicker-trigger {
    position: absolute;
    top: 39px;
    left: 36px;
    cursor: pointer;
}

.panel .res .form-group .ui-datepicker-trigger {
    position: absolute;
    top: 9px;
    left: 22px;
    cursor: pointer;
}

#ResetPasswordForm {
    margin-top: 31px;
}

.panel .text-wrapper {
    font-size: 16px;
    font-family: tahoma;
    color: #878787;
    line-height: 27px;
    text-align: justify;
}

    .panel .text-wrapper p {
        margin-bottom: 20px;
    }

        .panel .text-wrapper p a {
            color: #a30134;
            text-decoration: none;
        }

.panel #confirmationPage .faled_icon {
    background: url(/Content/Images/close_icon.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.success_icon {
    background: url(/Content/Images/success_icon.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.panel #confirmationPage .successfullyMsg p {
    color: #818513;
    font-size: 24px;
    font-family: GEDIMedium;
    text-align: center;
    margin-bottom: 18px;
}

.panel #confirmationPage .confirmationMsg p {
    color: #878787;
    font-size: 18px;
    font-family: Tahoma;
    text-align: center;
    margin-bottom: 18px;
}

.panel #confirmationPage .userInfo {
    width: 28%;
    margin: 0 auto 11px;
    color: #623310;
    font-size: 18px;
    font-family: tahoma;
}

    .panel #confirmationPage .userInfo .Label {
        font-weight: 700;
        padding-left: 5px;
    }

.panel #registrationForm .section {
    margin-bottom: 54px;
}

    .btn.no-margin-bottom, .panel #registrationForm .section:last-child {
        margin-bottom: 0;
    }

.breadcrumbs_nav .nav ul.breadcrumb {
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: none;
}

    .breadcrumbs_nav .nav ul.breadcrumb > li + li:before {
        color: #a7a7a7;
        font-size: 21px;
    }

    .breadcrumbs_nav .nav ul.breadcrumb a {
        color: #623310;
        font-size: 20px;
        text-decoration: none;
        font-family: Tahoma;
    }

        .breadcrumbs_nav .nav ul.breadcrumb a.active {
            color: #a7a7a7;
        }

#InstructionsVideos .panel .panel-title span.title-wrapper, #InstructionsVideos .panel .section .title-wrapper {
    color: #623310;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.widget {
    padding: 20px 20px 10px;
}

.widget-margin-fix {
    padding-top: 10px;
}

.widget-title {
    font-family: GEDIMedium;
    font-size: 18px;
    font-weight: 900;
    margin: -7px 0 30px;
}

#InstructionsVideos .panel .section .title-wrapper, .panel-title {
    font-family: GEDIMedium;
    font-size: 20px;
    font-weight: 900;
}

.widget-title span.widegt-title-wrapper {
    border-bottom: 3px solid #8e6317;
    padding-bottom: 4px;
}

.widget-separator {
    margin: 20px auto;
    padding: 0 20px;
}

    .widget-separator.profileMenu {
        margin-bottom: 10px;
    }

    .widget-separator span {
        display: block;
        border-bottom: 3px solid #8e6317;
    }

.panel-title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

    .panel-title span.title-wrapper {
        border-bottom: 5px solid #8e6317;
        padding-bottom: 3px;
        margin-bottom: -2px;
    }

    .panel-title.panel-sub-title {
        border-bottom: 0;
        margin-top: 28px;
    }

#InstructionsVideos .panel .section:first-child {
    margin-top: 0;
    margin-bottom: 48px;
}

#InstructionsVideos .panel .section {
    margin-top: 28px;
}

    #InstructionsVideos .panel .section .sectionColumn {
        margin-bottom: 20px;
    }

        #InstructionsVideos .panel .section .sectionColumn .text-wrapper p {
            margin-bottom: 0;
        }

    #InstructionsVideos .panel .section .videoImg {
        margin-bottom: 17px;
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }

        #InstructionsVideos .panel .section .videoImg .videoOverlay {
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: #000;
            top: 0;
            left: 0;
            right: 0;
            opacity: .5;
        }

        #InstructionsVideos .panel .section .videoImg .videoPlayIcon {
            background: url(/Content/Images/fancybox/play_icon.png) no-repeat;
            content: "";
            cursor: pointer;
            display: block;
            height: 41px;
            left: calc(50% - 20px);
            position: absolute;
            top: calc(50% - 20px);
            width: 41px;
            z-index: 5;
            background-size: 100%;
        }

    #InstructionsVideos .panel .section .sectionColumn .videoImg .videoFrame {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }

    #InstructionsVideos .panel .section .sectionColumn .videoImg img {
        width: 100%;
    }

    #InstructionsVideos .panel .section .sectionColumn .title-wrapper {
        display: block;
        margin-bottom: 5px;
    }

    #InstructionsVideos .panel .section .panel-title {
        margin-bottom: 32px;
    }

    #InstructionsVideos .panel .section:first-child .panel-title {
        margin-bottom: 22px;
    }

    #InstructionsVideos .panel .section .videoImg > iframe {
        width: 361px;
    }

#breedingWebsite .site-container #mainMenu .navbar-default {
    background-color: #a30134;
    border: 0;
    border-radius: 0;
}

    #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav {
        margin-right: 37px;
    }

        #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li {
            margin: 14px 0 0 105px;
            line-height: 0;
            text-align: center;
        }

            #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li.active:after {
                color: #f9f4ef;
            }

            #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li:after {
                font-family: FontAwesome;
                white-space: pre;
                content: "\A\f0d8";
                font-size: 1.8em;
                vertical-align: bottom;
                line-height: 8px;
                color: transparent;
            }

            #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li > a {
                color: #fff;
                font-size: 20px;
                font-family: GEDIMedium;
                background-color: transparent;
                padding: 0;
            }

                #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > .active > a, #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > .active > a:focus, #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > .active > a:hover, #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li > a:hover {
                    color: #d6c5a6;
                }

body.slide-active {
    overflow-x: hidden;
}

.no-margin-top {
    margin-top: 0 !important;
}

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    border-radius: 0;
    margin: 0;
    width: 62px;
    height: 57px;
    padding: 16px 20px 18px;
    border: 0;
    background: url(/Content/Images/nav_bg.png) no-repeat;
}

    #slide-nav .navbar-toggle > .icon-bar {
        width: 100%;
        display: block;
        height: 3px;
        margin: 4px 0 0;
    }

    #slide-nav .navbar-toggle.slide-active .icon-bar {
        background: #fff;
    }

.navbar-header, .navbar.navbar-fixed-top.slide-active {
    position: relative;
}

#slide-nav #slidemenu .profileMenu {
    background-color: #ddd;
    padding: 20px 10px;
}

    #slide-nav #slidemenu .profileMenu li {
        margin-bottom: 15px;
    }

        #slide-nav #slidemenu .profileMenu li:last-child {
            margin-bottom: 0;
        }

#slide-nav #slidemenu li, #slide-nav #slidemenu li a {
    font-size: 16px;
    font-family: GEDIMedium;
    color: #a30134;
    font-weight: 700;
    text-align: right;
    padding: 0;
    width: 100%;
}

#slide-nav #slidemenu .mainMenu li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 16px 20px;
}
@media only screen and (max-device-width: 736px)  and (orientation: landscape) {
    #slide-nav #slidemenu .mainMenu li a {
        padding: 12px 20px;
    }
}

#slide-nav #slidemenu .mainMenu li {
    border-bottom: 1px solid #90002d;
}

    #slide-nav #slidemenu .mainMenu li.active, #slide-nav #slidemenu .mainMenu li:last-child {
        border-bottom: 0;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: #a30134;
}

#slide-nav #slidemenu .profileMenu li.logout {
    background-image: url(/Content/Images/logout.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px;
    padding-right: 18px;
}

    #slide-nav #slidemenu .profileMenu li.logout a {
        font-size: 14px;
    }

#slide-nav #slidemenu .mainMenu {
    padding: 0;
}

#slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
}

#slide-nav.slide-active {
    width: 100%;
}

#slide-nav {
    background-color: transparent;
    border: 0;
    top: 20px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 20%;
}

    #navbar-height-col, #slide-nav.navbar-inverse #slidemenu {
        background: #830029;
    }

#navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 70%;
    left: -70%;
}

    #navbar-height-col.inverse {
        background: #830029;
        z-index: 1;
        border: 0;
    }

.widget-separator.profileMenu {
    margin: 10px auto;
}

.widget.profileMenu {
    overflow: visible;
    padding-bottom: 0;
}

.widget #profileMenu .navbar-default {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0;
    min-height: initial;
}

    .widget #profileMenu .navbar-default .navbar-nav > li > a {
        padding: 0;
        border: 0;
        margin-bottom: 0;
        font-size: 18px;
        background-color: transparent;
        font-family: GEDIMedium;
        color: #623310;
        line-height: 25px;
    }

    .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu {
        border: 2px solid #d5d5d5;
        padding: 0 10px 10px;
        text-align: center;
    }

        .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu > li {
            padding-bottom: 8px;
            border-bottom: 1px solid #d5d5d5;
            padding-top: 8px;
            text-align: right;
        }

            .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu > li:first-child {
                padding-top: 10px;
            }

            .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
                padding: 0;
                color: #a30134;
                font-size: 14px;
                font-family: GEDIMedium;
            }

                .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover {
                    background-color: transparent;
                    text-decoration: underline;
                }

            .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu > li:last-child {
                padding-bottom: 0;
                padding-top: 8px;
                border-bottom: 0;
            }

    .widget #profileMenu .navbar-default .navbar-nav > li.open > .dropdown-menu:before {
        background: url(/Content/Images/profile_menu_arrow.png) no-repeat;
    }

    .widget #profileMenu .navbar-default .navbar-nav > li > .dropdown-menu:before {
        font-family: FontAwesome;
        content: "\A\f0d8";
        font-size: 1.8em;
        display: block;
        line-height: 0;
        color: transparent;
        position: relative;
        top: -8px;
        height: 9px;
        width: 15px;
        margin: 0 auto;
        padding: 0;
    }

.panel .img-container img {
    border: 4px solid #d8c198;
    width: 363px;
    height: 272px;
}

.panel .info-container .title span {
    font-size: 30px;
    font-weight: 700;
    font-family: GEDIMedium;
    color: #878787;
    line-height: 30px;
}

    .panel .info-container .title span.name {
        width: 159px;
    }

.panel .info-container .title {
    margin-bottom: 20px;
}

.panel .info-container {
    padding-top: 24px;
}

    .panel .info-container span, .panel .info-container span label {
        font-size: 18px;
        color: #d8c198;
        padding: 0;
        font-weight: 400;
        font-family: tahoma;
        text-align: right;
    }

        .panel .Box p, .panel .info-container span.value {
            color: #878787;
        }

.load-more-section .load-more, .panel .Box p {
    font-family: GEDIMedium;
}

.panel .Box {
    margin: 50px 0;
    border: 1px solid #eaeaea;
    padding: 20px;
}

    .panel .Box p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .panel .Box .btn {
        margin-left: 16px;
        margin-bottom: 0;
        width: 135px;
    }

        .panel .Box .btn:last-child {
            margin-left: 0;
        }

.inst-icon {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin-left: 5px;
    float: right;
    height: 19px;
    width: 19px;
}

.panel .info-container .statusOFItem .inst-icon {
    float: none;
    height: 15px;
    width: 15px;
    margin: 0;
    display: inline-block;
    border: 0;
}

.panel .statusOFItem .status2 {
    background-color: green;
}

.panel .statusOFItem .status8 {
    background-color: #000;
}

.panel .statusOFItem .status4 {
    background-color: #593ed2;
}

.panel .statusOFItem .status5 {
    background-color: #a41c36;
}

.panel .statusOFItem .status6 {
    background-color: #ffaa23;
}

.panel .statusOFItem .status1 {
    background-color: #7f7f7f;
}

.panel .statusOFItem .status7 {
    background-color: #b97a57;
}

.panel .addButton .btn[type=button] {
    background-color: #3c6990;
    padding: 10px 10px 10px 20px;
    margin: 10px 0;
}

.panel .print-button {
    text-align: left;
}

    .panel .print-button .btn[type=button] {
        background-color: #8e6217;
        padding: 10px 20px;
        margin: 10px 0;
    }

.panel .search-button {
    text-align: right;
}

    .panel .search-button .btn[type=button] {
        background-color: #8e6217;
        padding: 10px 60px;
        margin: 10px 0;
    }

.load-more-section .load-more {
    width: 100%;
    background-color: #d8c198;
    color: #fff;
}

.panel .search-wrapper {
    margin-top: 20px;
}

    .panel .search-wrapper .btn[type=button] {
        width: 103px;
        margin-bottom: 0;
    }

.panel .list-wrapper #MainContent .row {
    margin-top: 30px;
}

.panel .search-wrapper .row .form-control, .panel .search-wrapper .row .selectField {
    margin-bottom: 0;
}

.panel .list-wrapper #MainContent .list-item {
    border: 3px solid #e0e0e0;
    padding-bottom: 30px;
    height: 543px;
}

    .panel .list-wrapper #MainContent .list-item .img-container {
        width: auto;
        border: 0;
    }

        .panel .list-wrapper #MainContent .list-item .img-container img {
            border: 0;
        }

            .panel .list-wrapper #MainContent .list-item .img-container img.default-img {
                width: 280px;
                height: 272px;
                display: block;
                margin: auto;
                border-bottom: 1px solid #a30134;
            }

    .panel .list-wrapper #MainContent .list-item .info-container {
        padding: 30px 23px;
        height: 204px;
    }

.panel.camelSummary .list-wrapper #MainContent .list-item {
    height: 525px;
}

    .panel.camelSummary .list-wrapper #MainContent .list-item .info-container {
        height: 176px;
    }

.panel .list-wrapper #MainContent .list-item .info-container span {
    font-size: 14px;
}

.panel .no-result, .panel .no-result p {
    font-size: 18px;
    color: #878787;
    font-family: GEDIMedium;
}

.panel .list-wrapper #MainContent .list-item .info-container div {
    margin-top: 15px;
}

    .panel .list-wrapper #MainContent .list-item .button-wrapper .row, .panel .list-wrapper #MainContent .list-item .info-container div:first-child {
        margin-top: 0;
    }

.panel .list-wrapper #MainContent .list-item .button-wrapper {
    padding: 0 23px;
}

    .panel .list-wrapper #MainContent .list-item .button-wrapper .btn {
        margin: 0;
        width: 100%;
    }

.panel .list-wrapper .loadmore {
    margin-top: 30px;
}

    .panel .list-wrapper .loadmore .btn {
        width: 100%;
        margin-bottom: 0;
    }

.panel .no-result {
    margin: 30px 0;
    text-align: center;
}

    .panel .no-result p, .site-container .Forms .section .Box {
        margin: 0;
    }

        .site-container .Forms .section .Box .radio-label {
            width: 100%;
        }

        .site-container .Forms .section .Box .radio-inline {
            margin-left: 25px;
        }

.site-container .Forms .section .submit_form {
    margin-top: 6px;
    margin-bottom: 47px;
}

.site-container .section .table-responsive {
    margin-bottom: 30px;
    direction: ltr;
}

.site-container .section table {
    margin-bottom: 0;
    direction: rtl;
}

    .site-container .section table tr th {
        font-weight: 400;
        text-align: center;
        color: #d8c198;
    }

    .site-container .section table tr {
        font-weight: 400;
        text-align: center;
    }

    .site-container .section table input[type=checkbox] {
        padding: 0;
        margin-left: 0;
        display: inline-block;
    }

.site-container .Forms .no-result, .site-container .detailsPage .no-result {
    margin: 7px 0 40px;
    text-align: center;
}

.site-container .Forms .submitErrorMsg {
    text-align: center;
}

.site-container .Forms .no-result p, .site-container .detailsPage .no-result p {
    font-size: 20px;
    color: #623310;
    font-family: GEDIMedium;
}

.site-container .Forms .panel-title, .site-container .detailsPage .panel-title {
    margin-bottom: 30px;
}

.site-container .Forms .button-wrapper {
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

    .site-container .Forms .button-wrapper .btn {
        margin-bottom: 0;
    }

.site-container .editForm .btn-file {
    background-color: #a30134;
    font-family: GEDIMedium;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

    .site-container .editForm .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        width: 135px;
        min-height: 100%;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: pointer;
        display: block;
    }

.site-container .editForm .radio-inline {
    padding: 0;
}

.site-container .editForm .FileUpload {
    padding-top: 174px;
    padding-bottom: 10px;
}

.site-container .editForm .section:first-child {
    margin-bottom: 45px;
}

.site-container .editForm .section .Box {
    margin-bottom: 20px;
}

.site-container .detailsPage .button-wrapper {
    margin-top: 20px;
}

    .site-container .detailsPage .button-wrapper .btn {
        width: 100%;
    }

.site-container .detailsPage .selectField {
    margin-bottom: 30px;
}

.site-container .detailsPage.fhoulDetails .fahelAchievements {
    margin-top: 47px;
    font-family: Tahoma !important;
}

    .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper b, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h1, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h2, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h3, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h4, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h5, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h6, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper h7, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper ol li, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper p, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper span, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper strong, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper ul li {
        font-family: Tahoma !important;
    }

    .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper a {
        color: #a30134;
        font-family: Tahoma !important;
        text-decoration: underline;
    }

    .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper div, .site-container .detailsPage.fhoulDetails .fahelAchievements .row .col-md-12 .body-wrapper u {
        font-family: Tahoma !important;
    }

.site-container .detailsPage.fhoulDetails, .site-container .forget-confirmation-panel, .site-container .summaryFhoul {
    margin-top: 0;
}

.panel .form-group .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.panel .form-group .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel .form-group .btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .panel .form-group .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
    }

.panel .form-group .fileupload {
    margin-bottom: 9px;
}

    .panel .form-group .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .panel .form-group .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .panel .form-group .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
        }

    .panel .form-group .fileupload .btn {
        vertical-align: middle;
    }

.panel .form-group .fileupload-exists .fileupload-new, .panel .form-group .fileupload-new .fileupload-exists {
    display: none;
}

.panel .form-group .fileupload-inline .fileupload-controls {
    display: inline;
}

.panel .form-group .fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.panel .form-group .thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel .form-group .fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

body {
    background-image: url(/Content/Images/bg.jpg);
}

#breedingWebsite {
    position: relative;
    direction: rtl;
    text-align: right;
}

    #breedingWebsite .site-header {
        height: 213px;
        background-image: url(/Content/Images/header.jpg);
        background-position: center center;
        overflow: hidden;
    }

        #breedingWebsite .site-header a.site-logo img.logo-img {
            margin-top: 31px;
            margin-right: -1px;
            float: right;
        }

    #breedingWebsite .site-container {
        width: 1197PX;
        margin: 20px auto;
        padding: 0;
    }

    #breedingWebsite .site-header a.site-logo h1.site-slogan {
        font-family: GEDIMedium;
        float: right;
        margin-top: 101px;
        color: #a30134;
        font-size: 26px;
        font-weight: 700;
        margin-right: 25px;
    }

    #breedingWebsite .site-container .site-main {
        width: 830px;
        margin-left: 28px;
    }

#welcomeMessage.panel {
    margin-top: 0;
    margin-bottom: 25px;
}

    #welcomeMessage.panel .text-wrapper {
        text-align: justify;
        font-family: Tahoma;
    }

        #welcomeMessage.panel .text-wrapper a {
            color: #a30134;
        }

        #welcomeMessage.panel .text-wrapper p {
            margin: 30px 0;
            color: #878787;
            font-size: 14px;
            line-height: 25px;
            font-weight: 900;
        }

            #welcomeMessage.panel .text-wrapper p:first-child {
                margin-top: 0;
            }

            #welcomeMessage.panel .text-wrapper p:last-child {
                margin-bottom: 0;
            }

    #welcomeMessage.panel .img-wrapper {
        width: 256px;
        float: right;
    }

#breedingWebsite .site-container .site-sidebar {
    width: 339px;
    border: 1px solid #eaeaea;
    background-image: url(/Content/Images/left-bg.jpg);
    background-repeat: repeat;
}

#breedingWebsite .site-container .site-main .news-ticker {
    visibility: hidden;
    height: 40px;
    width: 100%;
}

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-title {
        background-image: url(/Content/Images/Ticker-title-bg1.png);
        background-position: left center;
        width: 133px;
        height: 40px;
        float: right;
    }

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee {
        float: right;
        height: 40px;
        width: 83.8%;
        background-image: url(/Content/Images/marquee-bg.png);
        background-position: 100% center;
        background-size: 100% auto;
        line-height: 40px;
    }

        #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a {
            color: #fff;
            text-decoration: none;
            font-family: GEDIMedium;
            font-size: 16px;
        }

            #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a.link-sep {
                margin: auto 20px;
            }

#breedingWebsite .site-container .site-sidebar .widget #loginForm input.txtInput {
    clear: both;
    float: right;
    border: 1px solid #eaeaea;
    background-color: #fbfbfb;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: Tahoma;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm .txtInput[type=password] {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    -webkit-appearance: none;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm .form-optons-wrapper {
    margin-top: 10px;
}

    #breedingWebsite .site-container .site-sidebar .widget #loginForm .form-optons-wrapper .form-option {
        font-family: GEDIMedium;
        color: #a30134;
        font-size: 15px;
    }

    #breedingWebsite .site-container .site-sidebar .widget #loginForm .form-optons-wrapper a.form-option.form-link {
        float: left;
        margin-top: 3px;
        font-weight: 700;
    }

#breedingWebsite .site-container .site-sidebar .widget #loginForm .button-wrapper {
    text-align: center;
    margin-top: 10px;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm .error_message, #breedingWebsite .site-container .site-sidebar .widget #loginForm .field-validation-error span {
    color: #a30134;
    font-family: tahoma;
    font-size: 14px;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm .button-wrapper .btnLogin {
    width: 136px;
    margin-bottom: 0;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm input[type=checkbox] + label {
    padding: 5px;
}

#breedingWebsite .site-container .site-sidebar .widget #loginForm input[type=checkbox]:checked + label:after {
    font-size: 11px;
    top: -2px;
    left: 0;
}

#fahelPanel {
    padding-bottom: 25px;
}

    #fahelPanel .fahel-wrapper {
        display: none;
        width: 786px;
        overflow: hidden;
    }

        #fahelPanel .fahel-wrapper a.more-link {
            float: left;
            margin-left: 18px;
            display: inline-block;
            width: 55px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 5px;
            background-color: #8e6217;
            font-family: GEDIMedium;
            color: #fff;
            text-decoration: none;
        }

        #fahelPanel .fahel-wrapper .bx-viewport {
            direction: ltr;
        }

    #fahelPanel .bx-wrapper {
        width: 768px !important;
        float: right;
        box-shadow: none;
        border: 0;
    }

    #fahelPanel .fahel-wrapper .bx-wrapper .bx-viewport ul#fahelBxslider li .fahel-item {
        text-align: right;
    }

        #fahelPanel .fahel-wrapper .bx-wrapper .bx-viewport ul#fahelBxslider li .fahel-item img.fahel-img {
            display: inline-block;
            width: 100%;
        }

        #fahelPanel .fahel-wrapper .bx-wrapper .bx-viewport ul#fahelBxslider li .fahel-item h4.fahel-name {
            text-align: center;
            margin-top: 6px;
            font-family: GEDIMedium;
            color: #000;
            margin-bottom: 0;
        }

#MainCalender {
    overflow: hidden;
}

    #MainCalender .calender-instructions {
        margin-top: 5px;
        font-family: Tahoma;
    }

        #MainCalender .calender-instructions .inst-span {
            display: inline-block;
            margin-left: 25px;
            font-size: 14px;
        }

            #MainCalender .calender-instructions .inst-span .inst-icon {
                display: inline-block;
                margin-left: 5px;
                float: right;
                height: 19px;
                width: 19px;
            }

            #MainCalender .calender-instructions .inst-span .inst-text {
                display: block;
                float: right;
                height: 20px;
                line-height: 20px;
            }

            #MainCalender .calender-instructions .inst-span.available {
                color: #d8c198;
            }

                #MainCalender .calender-instructions .inst-span.available .inst-icon {
                    background-color: #d8c198;
                }

            #MainCalender .calender-instructions .inst-span.rest {
                color: #878787;
            }

    #MainCalender .cleander-head {
        overflow: hidden;
    }

    #MainCalender .calender-navigator {
        text-align: center;
        height: 55px;
        background-color: #a30134;
        color: #fff;
        margin: 3px auto;
    }

        #MainCalender .calender-navigator .navigator {
            display: inline-block;
            height: 100%;
            color: #fff;
            line-height: 55px;
            font-size: 18px;
            cursor: pointer;
        }

            #MainCalender .calender-navigator .navigator i.fa {
                padding: 3px 7px;
                background-color: #7c0027;
                border-radius: 20%;
            }

        #MainCalender .calender-navigator .calender-current-status {
            display: inline-block;
            height: 100%;
            color: #fff;
            line-height: 55px;
            font-size: 20px;
            font-family: GEDIMedium;
            margin: auto 10px;
        }

    #MainCalender .cleander-head .calender-main-days {
        margin: 3px auto;
        height: 45px;
        background-color: #f1dfc0;
        font-family: GEDIMedium;
    }

        #MainCalender .cleander-head .calender-main-days .day-name {
            float: right;
            width: 14.24%;
            text-align: center;
            height: 100%;
            color: #a30134;
            font-size: 18px;
            line-height: 45px;
            background-color: #EBE0CC;
        }

            #MainCalender .cleander-head .calender-main-days .day-name:nth-child(even) {
                background-color: #ede6d8;
            }

    #MainCalender .calender-content {
        overflow: hidden;
    }

        #MainCalender .calender-content .day {
            float: right;
            width: 14.28%;
            border: 1px solid #e5e9e7;
            background-color: #f2f2f2;
            height: 74px;
            padding: 3px 10px 3px 3px;
            font-family: Tahoma;
            cursor: pointer;
            color: #a30134;
            font-weight: 900;
            position: relative;
        }

            #MainCalender .calender-content .day[data-isdisabled=true] {
                opacity: .6;
                cursor: not-allowed;
                color: #000;
            }

            #MainCalender .calender-content .day[data-isavailable=true] {
                background-color: #d8c198;
                color: #fff;
            }

            #MainCalender .calender-content .day[data-isavailable=false] {
                background-color: none;
            }

            #MainCalender .calender-content .day .day-tooltip {
                position: absolute;
                height: auto;
                background-color: #fff;
                border: 2px solid #e0e0e0;
                border-radius: 10px !important;
                right: -10%;
                bottom: 0;
                left: -10%;
                display: none;
                z-index: 999;
                box-shadow: 1px 3px 30px gray;
                overflow: hidden;
                padding: 5px;
                text-wrap: avoid;
            }

                #MainCalender .calender-content .day .day-tooltip .tooltip-list {
                    color: #a30134;
                    font-weight: 100;
                    font-family: Tahoma;
                    list-style-type: none;
                    float: right;
                    margin-right: -25px !important;
                    text-align: right;
                    direction: rtl;
                    margin-bottom: 5px;
                }

                #MainCalender .calender-content .day .day-tooltip img {
                    display: block;
                    width: 30%;
                    margin: 20% auto auto;
                }

                #MainCalender .calender-content .day .day-tooltip .tooltip-more {
                    clear: both;
                    display: block;
                    width: 51%;
                    margin: 5px auto auto;
                    text-align: center;
                    background-color: #d8c198;
                    color: #a30134;
                    height: 24px;
                    border-radius: 7px;
                }

.calender-wrapper {
    position: relative;
    min-height: 200px;
}

.calendar-overlay {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    text-align: center;
}

.water-mark-1, .water-mark-2, .water-mark-3 {
    position: absolute;
    left: 40%;
}

.calendar-overlay img {
    margin-top: 20%;
}

#FahelCalender {
    overflow: hidden;
}

    #FahelCalender .calender-instructions {
        margin-top: 5px;
        font-family: Tahoma;
    }

        #FahelCalender .calender-instructions .inst-span {
            display: inline-block;
            margin-left: 25px;
            font-size: 14px;
        }

            #FahelCalender .calender-instructions .inst-span .inst-icon {
                display: inline-block;
                margin-left: 5px;
                float: right;
                height: 19px;
                width: 19px;
            }

            #FahelCalender .calender-instructions .inst-span .inst-text {
                display: block;
                float: right;
                height: 20px;
                line-height: 20px;
            }

            #FahelCalender .calender-instructions .inst-span.available-to-show {
                color: #d8c198;
            }

                #FahelCalender .calender-instructions .inst-span.available-to-show .inst-icon {
                    background-color: #324c63;
                }

                #FahelCalender .calender-instructions .inst-span.available-to-show .inst-text {
                    color: #324c63;
                }

            #FahelCalender .calender-instructions .inst-span.closed, #FahelCalender .calender-instructions .inst-span.closed .inst-text {
                color: #a30134;
            }

                #FahelCalender .calender-instructions .inst-span.closed .inst-icon {
                    background-color: #a30134;
                }

            #FahelCalender .calender-instructions .inst-span.not-available-to-show {
                color: #7c0027;
            }

                #FahelCalender .calender-instructions .inst-span.not-available-to-show .inst-icon {
                    background-color: #eaeaea;
                    border: 1px solid #d9d9d9;
                }

    #FahelCalender .calender-navigator {
        text-align: center;
        height: 55px;
        background-color: #a30134;
        color: #fff;
        margin: 3px auto;
    }

        #FahelCalender .calender-navigator .navigator {
            display: inline-block;
            height: 100%;
            color: #fff;
            line-height: 55px;
            font-size: 18px;
            cursor: pointer;
        }

            #FahelCalender .calender-navigator .navigator i.fa {
                padding: 3px 7px;
                background-color: #7c0027;
                border-radius: 20%;
            }

        #FahelCalender .calender-navigator .calender-current-status {
            display: inline-block;
            height: 100%;
            color: #fff;
            line-height: 55px;
            font-size: 20px;
            font-family: GEDIMedium;
            margin: auto 10px;
        }

    #FahelCalender .cleander-head .calender-main-days {
        margin: 3px auto;
        height: 45px;
        background-color: #f1dfc0;
        font-family: GEDIMedium;
    }

        #FahelCalender .cleander-head .calender-main-days .day-name {
            float: right;
            width: 14.24%;
            text-align: center;
            height: 100%;
            color: #a30134;
            font-size: 18px;
            line-height: 45px;
            background-color: #EBE0CC;
        }

            #FahelCalender .cleander-head .calender-main-days .day-name:nth-child(even) {
                background-color: #ede6d8;
            }

    #FahelCalender .calender-content {
        overflow: hidden;
    }

        #FahelCalender .calender-content .day {
            float: right;
            width: 14.28%;
            border: 1px solid #e5e9e7;
            background-color: #f2f2f2;
            height: 74px;
            padding: 3px 10px 3px 3px;
            font-family: Tahoma;
            cursor: pointer;
            color: #a30134;
            font-weight: 900;
        }

            #FahelCalender .calender-content .day[data-isavailable=true] {
                color: #fff;
                background-color: #324c63;
                cursor: pointer;
            }

            #FahelCalender .calender-content .day[data-isavailable=false] {
                color: #fff;
                background-color: #a30134;
                cursor: not-allowed;
            }

            #FahelCalender .calender-content .day[data-isdisabled=true] {
                cursor: not-allowed;
                opacity: .5;
            }

#Sponsors.widget {
    padding-bottom: 35px;
    padding-top: 5px;
}

#Tutorials.widget {
    padding-top: 15px;
}

.footer {
    background-color: #a30134;
    padding: 10px;
    overflow: hidden;
}

    .footer .area.area-full {
        margin-top: 21px;
        text-align: center;
        padding-left: 28px;
    }

        .footer .area.area-full .web-apps-link {
            margin-left: 2px;
            margin-right: 2px;
        }

    .footer .area h3.area-title {
        color: #fff;
        font-family: GEDIMedium;
        font-size: 20px;
        margin-bottom: 21px;
    }

    .footer .area ul li, .footer .area ul li a {
        font-family: Tahoma;
        color: #fff;
        text-decoration: none;
    }

    .footer .area h3.area-title.title-center {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .footer .area:nth-child(2) {
        margin-right: -17px;
    }

    .footer .area:nth-child(3) {
        margin-right: 9px;
    }

    .footer .area ul {
        margin: 0;
        padding: 0;
    }

        .footer .area ul li {
            list-style-type: none;
            margin-bottom: 16px;
        }

            .footer .area ul li a.social.tw {
                color: #43a0ee;
                margin-right: 7px;
                font-size: 15px;
                line-height: 15px;
            }

.footer-bottom .left, .footer-bottom .right {
    color: #eaeaea;
    font-family: Tahoma;
    font-size: 15px;
}

.footer .area-left {
    margin-right: -14px;
    margin-top: -10px;
}

.footer-bottom {
    background-color: #830028;
    overflow: hidden;
    margin: 0;
    height: 45px;
    line-height: 45px;
}

.footer_container {
    width: 1197PX;
    margin: auto;
    padding: 0;
}

.footer-bottom .right {
    text-align: right;
}

.footer-bottom .left {
    text-align: left;
    padding-right: 30px;
}

    .footer-bottom .left a {
        color: #00cbe0;
    }

.fahel-list-wrapper {
    text-align: center;
    margin-top: 0;
}

    .fahel-list-wrapper .option-panel {
        height: 44px;
        width: 100%;
        margin: 27px 0;
    }

    .fahel-list-wrapper .txt-search {
        height: 100%;
        float: right;
        width: 610px;
        background-color: #f8f8f8;
        border: 1px solid #eaeaea;
    }

    .fahel-list-wrapper .btn-search {
        height: 100%;
        width: 132px;
        margin-right: 16px;
        border: none;
        border-radius: 5px;
        background-color: #d8c198;
        color: #fff;
        font-family: GEDIMedium;
        font-size: 18px;
    }

    .fahel-list-wrapper .panel-title {
        text-align: right;
    }

    .fahel-list-wrapper .fahel-list-item {
        float: right;
        width: 365px;
        border: 3px solid #e0e0e0;
        height: 433px;
        margin-bottom: 28px;
    }

        .fahel-list-wrapper .fahel-list-item:nth-child(odd) {
            margin-right: 31px;
        }

        .fahel-list-wrapper .fahel-list-item .fahel-list-item-img-wrapper {
            height: 202px;
            width: 359px;
            overflow: hidden;
        }

            .fahel-list-wrapper .fahel-list-item .fahel-list-item-img-wrapper .fahel-img {
                width: 100%;
            }

        .fahel-list-wrapper .fahel-list-item .fahel-info {
            text-align: right;
            padding: 24px 18px;
            font-family: Tahoma;
            font-size: 15px;
            line-height: 26px;
            height: 150px;
        }

            .fahel-list-wrapper .fahel-list-item .fahel-info .details-row {
                clear: both;
            }

                .fahel-list-wrapper .fahel-list-item .fahel-info .details-row span {
                    display: block;
                    float: right;
                }

                .fahel-list-wrapper .fahel-list-item .fahel-info .details-row .details-title {
                    width: 25%;
                    color: #d8c198;
                }

                .fahel-list-wrapper .fahel-list-item .fahel-info .details-row .text-sep {
                    width: 5%;
                    text-align: right;
                }

                .fahel-list-wrapper .fahel-list-item .fahel-info .details-row .details-text {
                    width: 70%;
                }

        .fahel-list-wrapper .fahel-list-item .fahel-details-link, .fahel-list-wrapper .load-more {
            display: inline-block;
            height: 40px;
            text-align: center;
            width: 309px;
            line-height: 40px;
            color: #fff;
            border-radius: 5px;
            margin-top: 22px;
            font-size: 18px;
            font-family: GEDIMedium;
        }

        .fahel-list-wrapper .fahel-list-item .fahel-details-link {
            background-color: #d8c198;
        }

    .fahel-list-wrapper .load-more {
        background-color: #a30134;
    }

#loadmore {
    clear: both;
}

.fahel-details-wrapper {
    overflow: hidden;
}

    .fahel-details-wrapper .fahel-img-wrapper {
        float: right;
        margin-left: 30px;
        width: 390px;
        border: 4px solid #d8c198;
    }

        .fahel-details-wrapper .fahel-img-wrapper img {
            display: block;
            overflow: hidden;
            width: 100%;
        }

    .fahel-details-wrapper h1.fahel-detailed-name {
        margin-top: 29px;
        font-family: GEDIMedium;
        font-size: 30px;
        color: #878787;
    }

    .fahel-details-wrapper .fahel-info {
        text-align: right;
        padding: 15px 0;
        font-family: Tahoma;
        font-size: 15px;
        line-height: 26px;
        overflow: hidden;
    }

        .fahel-details-wrapper .fahel-info .details-row {
            float: right;
            clear: right;
            width: 100%;
        }

            .fahel-details-wrapper .fahel-info .details-row span {
                display: block;
                float: right;
                font-size: 16px;
            }

            .fahel-details-wrapper .fahel-info .details-row .details-title {
                width: 25%;
                color: #d8c198;
            }

            .fahel-details-wrapper .fahel-info .details-row .text-sep {
                width: 5%;
                text-align: right;
            }

            .fahel-details-wrapper .fahel-info .details-row .details-text {
                width: 65%;
            }

                .fahel-details-wrapper .fahel-info .details-row .details-text .reservation-status {
                    display: inline-block;
                    margin-right: 5px;
                    margin-top: 8px;
                    margin-left: 5px;
                    padding: 7px;
                    line-height: 30px;
                    background-color: #818513;
                }

    .fahel-details-wrapper .panel-title {
        clear: both;
        margin-top: 50px;
    }

    .fahel-details-wrapper .body-wrapper {
        font-family: Tahoma !important;
        font-size: 16px;
        color: grey;
    }

        .fahel-details-wrapper .body-wrapper ul li {
            margin-right: -30px;
            line-height: 30px;
        }

img.wm {
    opacity: .1;
    display: block;
    width: 25%;
    margin: auto;
}

.water-mark-1 {
    top: 10%;
}

.water-mark-2 {
    top: 40%;
}

.water-mark-3 {
    top: 80%;
}

@media only screen and (max-width:1200px) {
    #InstructionsVideos .panel .section .videoImg > iframe {
        width: 100%;
    }

    #breedingWebsite .site-container {
        width: 1000px;
    }

        #breedingWebsite .site-container .content-modular {
            width: 1000px;
            margin: auto;
            overflow: hidden;
        }

        #breedingWebsite .site-container .site-main {
            width: 650px;
            margin-left: 15px;
        }

        #breedingWebsite .site-container .site-sidebar {
            width: 330px;
            margin: auto;
        }

        #breedingWebsite .site-container .site-main .news-ticker {
            width: 100%;
            overflow: hidden;
        }

            #breedingWebsite .site-container .site-main .news-ticker .news-ticker-title {
                background-image: url(/Content/Images/Ticker-title-bg1.png);
                background-position: left center;
                background-repeat: repeat-y;
                width: 22%;
                float: right;
            }

            #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee {
                float: right;
                width: 78%;
                background-image: url(/Content/Images/marquee-bg1.png);
                background-position: 100% center;
                line-height: 30px;
            }

                #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a {
                    color: #fff;
                    text-decoration: none;
                    font-family: GEDIMedium;
                    font-size: 16px;
                }

                    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a.link-sep {
                        margin: auto 20px;
                    }

    .footer .site-container {
        padding: 0 15px !important;
    }

    #fahelPanel .fahel-wrapper {
        width: 100% !important;
        overflow: hidden;
    }

    #fahelPanel .bx-wrapper {
        width: 100% !important;
        float: right;
    }

    .bx-wrapper .bx-prev {
        left: -2px;
    }

    #fahelBxslider > li, .fahel-item, .fahel-item img {
        width: 100%;
    }

    #fahelPanel .fahel-wrapper a.more-link {
        float: left;
        margin-left: 0;
        display: inline-block;
        width: 55px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 5px;
        font-family: GEDIMedium;
        color: #fff;
        text-decoration: none;
    }

    .map-area {
        display: none;
    }

    .widget a img {
        display: block;
        width: 100%;
        margin: auto;
    }

    .panel .search-wrapper .btn[type=button] {
        width: 100%;
        padding: 10px 6%;
        margin-bottom: 0;
    }

    .site-container .editForm .FileUpload {
        padding-top: 125px;
    }

    #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav {
        width: 100%;
    }

        #breedingWebsite .site-container #mainMenu .navbar-default .navbar-nav > li {
            margin: 14px 0 0 12%;
        }

    .panel .img-container img, .panel .list-wrapper #MainContent .list-item .img-container img {
        width: 100%;
        height: initial;
    }

    .panel .list-wrapper #MainContent .list-item .info-container {
        height: 180px;
    }

    .panel .list-wrapper #MainContent .list-item {
        height: 414px;
    }

    .panel .info-container {
        padding-top: 0;
    }

    .panel.camelSummary .list-wrapper #MainContent .list-item {
        height: 412px;
    }

    .panel .info-container .title span.name {
        display: inline-block;
    }

    .panel .control-label {
        font-size: 10px;
    }

    .panel .selectField {
        height: 45px;
        overflow: hidden;
        background: url(/Content/Images/select_arrow.png) 6px no-repeat #f6f6f6;
        border: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }

        .panel .selectField select.form-control {
            font-size: 13px;
            color: #878787;
            background: 0 0;
            padding: 10px 20px;
            line-height: 1;
            border: 0;
            border-radius: 0;
            -webkit-appearance: none;
            height: 42px;
        }

    .panel .form-control, .panel .form-group.password input {
        border: 1px solid #e0e0e0;
        background-color: #f6f6f6;
        width: 100%;
        height: 45px;
        margin-bottom: 5px;
        padding: 10px 20px;
        box-shadow: none;
        font-family: Tahoma;
        border-radius: 0;
        font-size: 13px;
        color: #878787;
    }
}

@media only screen and (max-width:1024) {
    .panel .control-label {
        font-size: 13px;
    }

    .panel .selectField {
        height: 45px;
        overflow: hidden;
        background: url(/Content/Images/select_arrow.png) 6px no-repeat #f6f6f6;
        border: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }

        .panel .selectField select.form-control {
            font-size: 13px;
            color: #878787;
            background: 0 0;
            padding: 10px 20px;
            line-height: 1;
            border: 0;
            border-radius: 0;
            -webkit-appearance: none;
            height: 42px;
        }

    .panel .form-control, .panel .form-group.password input {
        border: 1px solid #e0e0e0;
        background-color: #f6f6f6;
        width: 100%;
        height: 45px;
        margin-bottom: 5px;
        padding: 10px 20px;
        box-shadow: none;
        font-family: Tahoma;
        border-radius: 0;
        font-size: 18px;
        color: #878787;
    }
}

@media only screen and (max-width:992px) {
    .panel .list-wrapper #MainContent .list-item .img-container img.default-img {
        width: 100%;
        height: initial;
        display: block;
        margin: auto;
        border-bottom: 1px solid #a30134;
    }

    .btn-print-action, .print-button, .medicalPrint {
        display: none !important;
    }

    .btn-print-action, .printCamels-button, .medicalPrint {
        display: none !important;
    }

    .no-padding, .no-padding-left, .no-padding-right {
        padding: initial !important;
        margin: initial !important;
    }

    .panel .print-button {
        text-align: right;
    }

    .panel .printCamels-button {
        text-align: right;
    }

    .desktop-only {
        display: none;
    }

    .mobile-mod {
        display: block;
    }

    #breedingWebsite .site-header a.site-logo h1.site-slogan, #welcomeMessage.panel {
        display: none;
    }

    body {
        background: 0 0;
    }

    .panel.no-padding-bottom {
        padding-bottom: 0;
    }

    #breedingWebsite .site-container {
        width: 100%;
        margin-top: 0;
    }

        #breedingWebsite .site-container .content-modular {
            width: 100%;
            margin: auto;
            overflow: hidden;
        }

        #breedingWebsite .site-container .site-main {
            width: 100%;
            margin-left: initial;
        }

        #breedingWebsite .site-container .site-sidebar {
            width: 100%;
            background: 0 0;
            border: 0;
        }

    #breedingWebsite .site-header {
        height: 117px;
        background-image: url(/Content/Images/md-header-bg.png);
        background-position: left center;
        overflow: hidden;
        border-bottom: 4px solid #a30134;
    }

        #breedingWebsite .site-header a.site-logo img.logo-img {
            margin-top: 18px;
            margin-right: -8px;
            float: right;
            width: 82px;
        }

    #breedingWebsite .site-container .mobile-mod {
        border: none !important;
        background-image: url(/Content/Images/mobile-login-bg.jpg) !important;
    }

        #breedingWebsite .site-container .mobile-mod .mobile-login {
            padding: 36px 7px;
            overflow: hidden;
            background-repeat: no-repeat;
        }

            #breedingWebsite .site-container .mobile-mod .mobile-login #loginForm .button-wrapper .btnLogin {
                background-color: #8e6217;
                border: 0;
                color: #fff;
                font-size: 16px;
                padding: 4px 0;
                font-family: GEDIMedium;
                width: 96px !important;
                margin-bottom: 0;
            }

    .panel {
        padding: 30px 24px;
        box-shadow: none;
        border: none;
        margin: 0 auto;
    }

    .navbar-inverse, .navbar-toggle, .widget a img {
        display: block;
    }

    .panel .registrationFormNotes p {
        margin-bottom: 22px;
    }

        .panel .registrationFormNotes p:last-child {
            margin-bottom: 0;
        }

    .panel .control-label#lblAgreeOnConditions {
        font-size: 16px;
    }

    .panel .form-group .formColumn:first-child, .panel .listColumn {
        margin-bottom: 24px;
    }

    .panel #registrationForm .section:last-child .form-group {
        margin-bottom: 0;
    }

    .panel .img-container img {
        width: 100%;
        height: initial;
    }

    .fahel-details-wrapper .panel-title {
        margin-top: 0;
    }

    .btn[type=submit], .panel #registrationForm .section:last-child .form-group.password {
        margin-bottom: 24px;
    }

    #ResetPasswordForm .btn[type=submit] {
        margin-bottom: 0;
    }

    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }

    #slide-nav .container {
        margin: 0;
        padding: 0 !important;
        width: auto;
    }

        #slide-nav .container .navbar-header {
            float: left;
        }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 70%;
        min-width: 0;
        position: fixed;
        padding: 0;
        top: 0;
        margin: 0;
        height: 100%;
        z-index: 99999999;
    }

    #breedingWebsite .site-container .site-main .news-ticker {
        margin-top: 29px;
        height: 70px;
        width: 100%;
        overflow: hidden;
    }

        #breedingWebsite .site-container .site-main .news-ticker .news-ticker-title {
            background-image: url(/Content/Images/Ticker-title-bg1.png);
            background-position: left center;
            background-repeat: repeat-y;
            width: 15%;
            height: 70px;
            float: right;
        }

        #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee {
            float: right;
            height: 70px;
            width: 85%;
            background-image: url(/Content/Images/marquee-bg1.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: auto;
        }

            #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee marquee {
                margin-top: 14px;
            }

            #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a {
                color: #fff;
                text-decoration: none;
                font-family: GEDIMedium;
                font-size: 14px;
            }

                #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a.link-sep {
                    margin: auto 20px;
                }

    .widget a img {
        width: 100%;
        margin: auto;
    }

    #fahelPanel .fahel-wrapper {
        width: 100% !important;
        overflow: hidden;
    }

    #fahelPanel .bx-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        float: right;
        box-shadow: none;
        border: 0;
    }

    .bx-wrapper .bx-prev {
        left: -2px;
    }

    .fahel-item img {
        width: 100%;
    }

    #fahelPanel .fahel-wrapper a.more-link {
        float: left;
        margin-left: 0;
        display: inline-block;
        width: 55px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 5px;
        font-family: GEDIMedium;
        color: #fff;
        text-decoration: none;
    }

    .footer .site-container {
        margin-bottom: 0 !important;
    }

    .footer .area {
        margin-bottom: 46px;
    }

        .footer .area:nth-child(2) {
            margin-right: initial;
        }

        .footer .area h3.area-title {
            font-size: 17px;
            margin-bottom: 15px;
        }

        .footer .area:nth-child(3) {
            margin-top: -29px;
            margin-right: 1px;
            margin-bottom: 0;
        }

        .footer .area:nth-child(4) {
            margin-bottom: 0;
        }

        .footer .area.area-full {
            float: left;
            margin-top: -35px;
            margin-left: -10px;
            text-align: right;
        }

        .footer .area h3.area-title.title-center {
            font-size: 15px;
            margin-bottom: 26px;
        }

    .map-area {
        display: none;
    }

    .footer .area.area-full .web-apps-link img {
        margin: 0 0 10px;
    }

    .footer .area ul li {
        margin-bottom: 6px;
    }

        .footer .area ul li a {
            color: #d8c198;
        }

    .footer-bottom {
        height: initial;
    }

        .footer-bottom .left, .footer-bottom .right {
            text-align: center;
            font-size: 13px;
        }

    .footer_container {
        width: 100%;
    }

    .fahel-list-wrapper .fahel-list-item:nth-child(odd) {
        margin-right: initial;
    }

    .panel .search-wrapper .btn[type=button] {
        width: 100%;
        padding: 10px 22px;
    }

    .panel.camelSummary .search-wrapper .btn[type=button] {
        width: 103px;
    }

    .panel .list-wrapper #MainContent .row {
        margin-top: 0;
    }

    .panel .list-wrapper #MainContent .list-item .info-container {
        padding: 20px 16px;
        height: auto;
    }

    .panel.camelSummary .list-wrapper #MainContent .list-item .info-container {
        height: auto;
    }

    .panel .list-wrapper #MainContent .list-item .button-wrapper {
        padding: 0 16px;
    }

    .panel.camelSummary .list-wrapper #MainContent .list-item {
        height: auto;
    }

    .panel .info-container .title span.name {
        display: block;
        width: 100%;
    }

    .panel .list-wrapper #MainContent .list-item {
        padding-bottom: 20px;
        height: auto;
    }

    .panel .list-wrapper #MainContent .row:last-child .list-item:last-child, .panel .list-wrapper #MainContent .row:last-child .listColumn:last-child {
        margin-bottom: 0;
    }

    .panel .info-container .statusOFItem .availabe {
        height: 12px;
        width: 12px;
    }

    .panel .Box .btn {
        width: 95px;
    }

    .site-container .editForm .FileUpload {
        padding-top: 30px;
    }

    .site-container .editForm .section:first-child {
        margin-bottom: 12px;
    }

    .site-container .Forms .button-wrapper {
        text-align: center;
    }

    .site-container .detailsPage .button-wrapper .btn {
        margin-bottom: 20px;
    }

    .site-container .detailsPage .section {
        margin-bottom: 30px;
    }

        .site-container .detailsPage .section:last-child {
            margin-bottom: 0;
        }

    .panel .info-container {
        padding-top: 24px;
    }
}

@media only screen and (max-width :768px) {
    .delBtnMobFix {
        position: absolute;
        left: 5px;
        top: 7px;
    }

    #FahelCalender .cleander-head, #MainCalender .cleander-head {
        overflow: hidden;
    }

    #FahelCalender .calender-navigator .calender-current-status, #MainCalender .calender-navigator .calender-current-status {
        font-size: 13px;
        margin: auto 5px;
    }

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-title {
        width: 25%;
        height: 70px;
    }

    #FahelCalender .calender-navigator, #MainCalender .calender-navigator {
        height: initial;
    }

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee {
        width: 75%;
    }
}

@media only screen and (max-width :380px) {
    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-title {
        width: 27%;
        height: 70px;
    }

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee {
        width: 73%;
        line-height: initial;
    }

    #FahelCalender .cleander-head .calender-main-days .day-name .day-text, #MainCalender .cleander-head .calender-main-days .day-name .day-text {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        width: 14.24%;
        font-size: 12px;
        display: inline-block;
    }

    #breedingWebsite .site-container .site-main .news-ticker .news-ticker-marquee a {
        line-height: 40px;
    }

    #MainCalender .cleander-head .calender-main-days {
        height: initial;
    }

        #MainCalender .cleander-head .calender-main-days .day-name {
            height: 80px;
            display: inline-block;
        }

    #FahelCalender .cleander-head .calender-main-days {
        height: initial;
    }

        #FahelCalender .cleander-head .calender-main-days .day-name {
            height: 80px;
            display: inline-block;
        }
}

@media only screen and (max-width :320px) {
    #breedingWebsite .site-container .site-sidebar {
        margin-top: 15px;
        border-top: 5px solid #a30134;
    }

        #breedingWebsite .site-container .site-sidebar.mobile-mod {
            margin-top: 0;
        }

    .panel .form-group .ui-datepicker-trigger {
        top: 40px;
    }

    .footer-bottom .left, .footer-bottom .right {
        text-align: center;
        font-size: 13px;
        height: 40px;
        color: #b0b0b0;
    }

    .footer-bottom .left {
        text-align: center;
        font-size: 13px;
        height: 40px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    #breedingWebsite .site-container .mobile-mod .mobile-login {
        padding: 38px 24px 36px;
    }

    #breedingWebsite .site-container .site-sidebar.mobile-mod .widget.mobile-login #loginForm .txtInput[type=password] {
        margin-bottom: -3px;
    }

    #fahelPanel {
        padding-bottom: 25px;
        margin-top: 26px;
    }

        #fahelPanel .fahel-wrapper {
            width: 100%;
            float: right;
        }

    #fahelBxslider > li {
        margin: 0 !important;
    }

    #FahelCalender, #MainCalender {
        margin-top: 42px;
    }

    #fahelPanel .fahel-wrapper a.more-link {
        position: absolute;
        bottom: 2px;
        left: 21px;
    }

    .widget {
        padding: 29px 16px 10px;
        overflow: hidden;
    }

        .widget a img {
            width: 100%;
        }

    #MainCalender .panel-title {
        margin-bottom: 32px;
    }

    #MainCalender .calender-instructions {
        padding-right: 13px;
        margin-bottom: 7px;
    }

    #FahelCalender .panel-title {
        margin-bottom: 32px;
    }

    #FahelCalender .calender-instructions {
        padding-right: 13px;
        margin-bottom: 7px;
    }
}

.show_my_file.image_popup span {
    display: inline-block;
}

.show_my_file {
    color: #5D5A5A;
    display: block;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}

.popup-overlay {
    display: none;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.not-found:after, .not-found:before {
    height: 200px;
    width: 100%;
    clear: both;
}

.main_grid {
    border-collapse: collapse;
    color: #333;
    direction: rtl;
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.control-label.action-td .action-wrapper {
    min-width: 100px;
}

.control-label.action-td .btn-action {
    display: inline-block;
    font-size: 22px;
    margin-right: 2px;
}

.control-label.action-td .btn-edit-action {
    color: #818513;
}

.control-label.action-td .btn-delete-action {
    color: #a30134;
}

.control-label.action-td .btn-print-action {
    color: #d8c198;
}

.not-found {
    margin: 100px auto;
    width: 100%;
    text-align: center;
    position: relative;
}

    .not-found:before {
        background-image: url(/Content/Images/error-page-top.png);
    }

    .not-found:after {
        background-image: url(/Content/Images/error-page-bottom.png);
    }

    .not-found .not-found-text {
        font-family: Tahoma;
        color: #b7b7b7;
        font-size: 28px;
    }

    .not-found a.error-home-link {
        clear: both;
        display: block;
        margin-top: 100px;
        font-family: Tahoma;
        color: #a30134;
        font-size: 25px;
    }

.unlink {
    color: inherit;
}

.plusIcon {
    background-image: url(/Content/Images/addNew.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    vertical-align: inherit;
    margin-left: 5px;
}

#printCamel {
    padding-right: 10px;
}

    #printCamel i {
        padding-left: 20px;
    }

.chooseDate img {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 20px;
}

.relative {
    position: relative;
}

.chooseDate label {
    float: right;
    width: 30%;
    margin-top: 10px;
}

.chooseDate input {
    width: 70% !important;
}

.medicalTable th {
    font-weight: 400;
    text-align: center;
    color: #d8c198 !important;
}

.medicalTable tbody tr:hover {
    background-color: #FCE8E9;
}

.rd-new-chkb {
    border: 1px solid #958C8D;
    color: #5D5A5A;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 29px;
    line-height: 1;
    margin-left: 13px;
    padding-right: 10px;
    width: 189px;
}

.medicalPage .btns button {
    margin-bottom: 0;
}

.medicalPage .control-label {
    margin-bottom: 10px;
}

.medicalBtn {
    width: auto !important;
    margin-top: 20px;
    margin-bottom: 30px !important;
    position: relative;
}

.icondedBtn {
    padding-right: 40px !important;
}

.medicalBtn .glyphicon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.fullWidthBtn {
    margin-top: 0;
    width: 100% !important;
}

.accordion {
    position: relative;
    margin-bottom: 20px;
}

.accordionHeader {
    border: solid 1px #8E6217;
    border-radius: 3px !important;
    color: #DBC59C;
    font-size: 14px;
    width: 90%;
    display: inline-block;
    font-family: GEDIMedium;
    float: right;
}

    .accordionHeader > div {
        display: inline-block;
        border-left: solid 1px #8E6217;
        width: 30%;
        text-align: center;
        float: right;
        padding: 10px;
        padding-right: 0;
        padding-left: 0;
    }

        .accordionHeader > div:last-child {
            border: none;
        }

    .accordionHeader img {
        width: 8%;
        background-color: #8E6217;
        text-align: center;
        padding: 13px;
        margin-top: -1px;
        color: #fff;
        float: right;
        cursor: pointer;
    }

.accordionBody {
    margin-bottom: 30px;
    display: none;
}

.editBtn {
    content: url('/Content/images/edit_btn.png');
    float: right;
    margin-right: 4px;
    cursor: pointer;
}

span.delBtn {
    content: url(/Content/images/PC-delete.png);
    float: right;
    margin-right: 0;
    cursor: pointer;
}

.accordionArrow {
    content: url('/Content/images/chevron-down.png');
    background: #8e6217;
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.accordionOpened .accordionArrow {
    -webkit-transform: rotate(180deg); /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg); /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg); /* IE 9 */
    -o-transform: rotate(180deg); /* Opera 10.50-12.00 */
    transform: rotate(180deg); /* Firefox 16+, IE 10+, Opera 12.10+ */
}

@media only screen and (max-width: 1200px) {
    #msgRemaining {
        text-align: left;
        width: 55%;
        margin-bottom: 13px;
    }

    .accordion {
        border: solid 1px #8E6217;
        border-radius: 3px !important;
        margin-bottom: 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
        height: 106px;
    }

    .accordionOpened {
        overflow: visible;
        height: auto;
    }

    .accordionHeader {
        width: 100%;
        border: none;
    }

        .accordionHeader > div {
            padding: 10px;
            border: solid 1px #8E6217;
            border-radius: 5px !important;
            margin-right: 2%;
            margin-bottom: 15px;
            width: 96%;
            text-align: right;
            padding-right: 15px;
            padding-left: 15px;
        }

            .accordionHeader > div:last-child {
                border: solid 1px #8E6217;
            }

            .accordionHeader > div > span {
                float: left;
                color: #868686;
            }

    .accordionArrow {
        content: url('/Content/images/chevron-downmob.png');
        background: transparent;
        margin-bottom: 10px;
    }

    .editBtn {
        content: url('/Content/images/edit_btnmob.png');
        position: absolute;
        left: 5px;
        top: 9px;
    }

    .fullWidthBtn {
        width: 95%;
    }

    .accordionBody {
        margin-bottom: -10px;
    }

    .h2mobFix {
        margin-bottom: 10px !important;
    }
}

.status15 {
    background-color: #959805;
}

.status16 {
    background-color: violet;
}

.status17 {
    background-color: mediumvioletred;
}

.panel .printCamels-button .btn[type=button] {
    background-color: #8e6217;
    padding: 10px 20px;
    /*margin: 10px 0;*/
}

#msgRemaining {
    color: green;
    font-weight: bold !important;
    display: inline-block;
    font-family: GEDIMedium;
    padding-top: 13px;
    font-size: larger;
}

.ui-dialog-buttonset button {
    background-color: #8e6217;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 6px 22px;
    font-family: GEDIMedium;
    margin-bottom: 34px;
    text-align: center;
}

.ui-dialog-content {
    font-family: GEDIMedium;
    direction: rtl;
}
.FhoulStatusName{
    color: #5cb35c;
    font-family: GEDIMedium;
    font-size: 14px;
    display: block;
    height:20px;
    direction: rtl;
    text-align: right 
}
   .sideEffectHealthStatus{
       height: 97px;
   } 

    .container-message{
        height:75px
    }