﻿
.filterdonationAdvanced {
    background-color: rgba(0, 76, 132, 0.9);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1170px;
    margin-bottom: 15px;
}

    .filterdonationAdvanced .title {
        float: right;
        color: #fff;
        line-height: 60px;
        padding: 0px 20px;
        margin-top: 0px;
        width: 100px;
        font-size: 18px;
    }

.filterdonation {
    background-color: rgba(0, 76, 132, 0.9);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1170px;
    height: 63px;
}

    .filterdonation .title {
        float: right;
        color: #fff;
        line-height: 60px;
        padding: 0px 20px;
        margin-top: 0px;
        width: 100px;
        font-size: 18px;
    }

    .filterdonation select {
        float: right;
        color: #fff;
        font-size: 9px;
        height: 30px;
        margin: 17px 1%;
        direction: rtl;
        width: 12%;
        background-color: transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        text-indent: 0.01px;
        text-overflow: '';
        background-image: url("/Content/images/arow.png");
        background-position: 4%;
        background-repeat: no-repeat;
        border: 1px solid #FFF;
        padding-right: 10px;
    }

    .filterdonation input[type="checkbox"], input[type="radio"] {
        margin: 26px 15px;
        width: 11px;
        height: 11px;
    }

    .filterdonation select option {
        background-color: #20598e;
        border: none;
        margin: 10px 0px;
    }


.filterdonationPart2 {
    background-color: rgba(0, 76, 132, 0.9);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1170px;
    height: 63px;
    padding-right: 126px;
}

    .filterdonationPart2 .title {
        float: right;
        color: #fff;
        line-height: 60px;
        padding: 0px 20px;
        margin-top: 0px;
        width: 100px;
        font-size: 18px;
    }

    .filterdonationPart2 select {
        float: right;
        color: #fff;
        font-size: 9px;
        height: 30px;
        margin: 17px 1%;
        direction: rtl;
        width: 12%;
        background-color: transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        text-indent: 0.01px;
        text-overflow: '';
        background-image: url("/Content/images/arow.png");
        background-position: 4%;
        background-repeat: no-repeat;
        border: 1px solid #FFF;
        padding-right: 10px;
    }

    .filterdonationPart2 input[type="checkbox"], input[type="radio"] {
        margin: 26px 15px;
        width: 11px;
        height: 11px;
    }

    .filterdonationPart2 select option {
        background-color: #20598e;
        border: none;
        margin: 10px 0px;
    }

.MoreAdvancedPic {
    background-image: url("/Content/images/ArrowDown.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: right;
    margin: 16px 5px;
    margin-right: 5px;
    cursor: pointer;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slidernew {
    vertical-align: middle;
    position: relative;
}

.slider input {
    display: none;
}

.slider.slider-horizontal {
    height: 10px;
}

    .slider.slider-horizontal.slider-disabled .slider-track {
        height: 5px;
    }

    .slider.slider-horizontal .slider-track {
        height: 1px;
        width: 100%;
        margin-top: -5px;
        top: 50%;
        left: 0;
    }

    .slider.slider-horizontal .slider-selection {
        height: 100%;
        top: 0;
        bottom: 0;
        background: #3f4247;
    }

    .slider.slider-horizontal.slider-disabled .slider-track {
        cursor: normal;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: 0;
        margin-top: -5px;
        cursor: e-resize;
    }

.slider.slider-disabled .slider .tooltip-inner {
    white-space: nowrap;
    background: #ffffff;
    color: #4b4b4b;
    border-radius: 0;
}

.slider-track {
    position: absolute;
    background: #e0e0e0;
}

.slider-selection {
    position: absolute;
    background: #20598e;
    right: 0%;
}

.slider-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #20598e;
}

.slider-disabled .slider-handle {
    display: none;
}

.slider .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ffffff;
}

.slider .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #9a9a9a;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
}

.share-trigger i {
    width: 30px;
    float: right;
}

.slider-meta {
    color: #9a9a9a;
    margin-bottom: 0px;
}

    .slider-content p span {
        color: #9a9a9a;
    }

        .slider-content p span.slide-value {
            color: #4b4b4b;
        }
    /* slider single */

    .slider-content.cause .slider.slider-horizontal .slider-track {
        height: 10px;
        width: 100%;
        margin-top: -5px;
        top: 50%;
        left: 0;
    }

    .slider-content.cause .slider-handle {
        position: absolute;
        width: 20px;
        height: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        background: #20598e;
    }

/*****Last Episode*******/

.title {
    color: #ff345b;
    margin-bottom: 40px;
}

.bg-gray {
    background: #f6f7fd;
}

.episode-details {
    background: #fff;
    min-height: 70px;
    line-height: 32px;
    vertical-align: middle;
    padding: 14px 10px !important;
    margin-bottom: 25px;
}

.no-padding {
    padding: 0;
}

.details-btn {
    min-height: 42px;
    background: #20598e;
    border-radius: 0;
    color: #fff;
    border: 0px;
    line-height: 42px;
}

.volume {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    right: -5px;
    position: absolute;
    margin-top: -5px;
}


@media (max-width: 991px) {

    .episode-details {
        padding: 0;
    }

    h1 {
        text-align: center;
    }
}


/*************Lauout*******************/

.marketing {
    background-color: #4b4b4b;
    color: #fff;
}

.copyright {
    background-color: #232323;
    height: auto;
    text-align: center;
    width: 100%;
    font-size: 10px;
    color: #FFF;
    line-height: 40px;
    display: inline-block;
}

.padding {
    padding: 10px 5px !important;
}

.importlink ul {
    padding: 0px;
    margin: 0px;
}

    .importlink ul li {
        color: #fff;
        list-style: none;
        font-size: 12px;
        line-height: 30px;
    }

        .importlink ul li a {
            color: #fff;
            text-decoration: none;
        }

.social {
    width: 100%;
    margin-bottom: 10px;
}

    .social ul {
        margin: 0px;
        padding: 0px;
    }

        .social ul li {
            float: right;
            list-style: none;
            width: 33px;
            height: 32px;
            background-size: 96%;
            background-repeat: no-repeat;
            margin: 0px 5px;
        }

.inest {
    background-image: url("/Content/images/inestgram-icon.png");
}

.twtter {
    background-image: url("/Content/images/Twetter-icon.png");
    transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}

.face {
    background-image: url("/Content/images/face-icon.png");
}

.youtube {
    background-image: url("/Content/images/you-icon.png");
}

.btn {
    background-color: #5d5d5d;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
    border-radius: 0px !important;
    height: 42px;
}

.module.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*****End Episode*******/


/***** Parllix sections*****/
#home {
    background: url(images/parallax1.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sa-terms {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 100px;
    margin-top: 100px;
}

#about {
    background: #f8f8f8;
    color: #ffffff;
}

    #about .glyphicon {
        border: 2px solid #f04c68;
        border-radius: 50%;
        display: inline-block;
        font-size: 60px;
        height: 140px;
        line-height: 140px;
        text-align: center;
        vertical-align: middle;
        width: 140px;
        margin-bottom: 20px;
    }

#services {
    background: url(images/parallax1.jpg) no-repeat center center fixed;
    color: #ffffff;
    padding: 100px 0;
    line-height: 3em;
}

#Tafreej {
    background: url(images//tafreejBanner.jpg) no-repeat top right;
    color: #ffffff;
    padding: 150px 0;
    line-height: 30px;
    height: 1200px;
}

    #Tafreej h1 {
        font-size: 2.5em;
        margin: 40px 0px;
    }

.text-Tafreej-head p {
    font-size: 1.1em;
    margin: 10px 0px;
}
/*************Innerepsod**************/


#Tafreej-inner {
    background: url(images//tafreejBanner.jpg) no-repeat top right fixed;
    color: #ffffff;
    padding: 150px 0;
    line-height: 30px;
    height: 1200px;
}

    #Tafreej-inner h1 {
        font-size: 2.5em;
        margin: 40px 0px;
    }


@media screen and (max-width: 991px) {

    #Tafreej {
        background: url(images//tafreejBanner-v.jpg) no-repeat center center;
        color: #ffffff;
        padding: 150px 0;
        line-height: 30px;
        height: 1178px;
    }

        #Tafreej h1 {
            font-size: 1.3em;
            margin: 10px 0px;
        }

    .text-Tafreej-head p {
        font-size: .9em;
    }
}

/***** End Parllix sections*****/

/*************Tell about your donation*************/

.background {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #c4c4c4;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


.max-width {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
}

.margin-none {
    margin: 0 !important;
}

.margin-20-bottom {
    margin-bottom: 20px !important;
}

.section-title {
    color: #fff;
    font-family: Noto Kufi Arabic;
    font-size: 1.5em;
    font-weight: 500;
    margin: 30px auto;
    margin-bottom: 5px;
}

.mobile-number {
    color: #4e4e4e;
    font-family: inherit;
    font-size: 1em;
    padding: 8px;
    border: none;
    outline: none;
    height: 48px;
}

.Message-input {
    color: #4e4e4e;
    font-family: inherit;
    font-size: 1em;
    padding: 8px;
    border: none;
    outline: none;
    height: 100px;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.request-code-btn, .request-code-btn:visited, .request-code-btn:focus {
    color: #fff;
    font-size: .9em;
    background-color: #20598e;
    border: none;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
}


    .request-code-btn:hover, .request-code-btn:active {
        background-color: #058f9b;
    }


.send-code-btn, .send-code-btn:visited, a.send-code-btn:focus {
    color: #fff;
    font-size: .9em;
    background-color: #ff345b;
    border: none;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 30px;
}


a.send-code-btn:hover, a.send-code-btn:active {
    background-color: #e31d43;
}




@media screen and (max-width: 991px) {
    .active-code {
        margin-top: 10px;
    }

    .background {
        background-color: #fff;
        border: none;
    }

    .mobile-number {
        border: 1px solid #d6d6d6;
        padding: 7px;
    }

    .Message-input {
        border: 1px solid #d6d6d6;
        padding: 7px;
    }

    .section-title {
        color: #ff345b;
    }

    .esh3ar {
        color: #666;
    }
}

/*************End Tell about your donation*************/
/*************SeerachBar*************/
.left-search {
    float: left;
}

.background-searchBar {
    background-color: #20598e;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px;
}

    .background-searchBar span {
        margin-top: 10px;
        float: right;
    }

.max-width {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
}

.search-title {
    color: #fff;
    font-family: inherit;
    font-size: 1.3em;
    margin-top: 5px;
}

.background-searchBar input::-webkit-input-placeholder {
    color: #fff;
}

.background-searchBar input:-moz-placeholder {
    color: #fff;
}

.background-searchBar input::-moz-placeholder {
    color: #fff;
}

.background-searchBar input:-ms-input-placeholder {
    color: #fff;
}


.date-input {
    color: #838383;
    font-family: inherit;
    font-size: 1em;
    padding: 8px;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;
    height: 36px;
    margin: 0 11px;
}


.search-btn, .search-btn:visited, .search-btn:focus {
    color: #20598e;
    font-size: .9em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    cursor: pointer;
    height: 35px;
}


    .search-btn:hover, .search-btn:active {
        background-color: #c2c2c2;
        color: #fff;
        border: 1px solid #c2c2c2;
    }




@media screen and (max-width: 991px) {
    .date-input, .search-title, .request-code-btn {
        margin-bottom: 15px;
    }
}

/*************SeerachBar*************/
/******* HELP REQUEST ********/

.request-container {
    padding-top: 35px;
}

.request {
    border: 1px solid #7f7f7f;
    text-align: center;
    color: #5d5d5d;
    margin: 10px 0;
    background-color: #fff;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.request-search {
    background: #13b1be;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 10px 0;
    height: 256px;
    max-width: 290px;
}

.title-2 {
    font-size: 1.4em;
}

.request-search title {
    line-height: 80px;
}

.request-search input {
    margin: 10px 0;
    height: 40px;
    background: #13b1be;
    background: url(/Content/images/calendar.png) no-repeat 5% 50%;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
}

.request-search-btn {
    background: #fff;
    color: #13b1be;
    text-align: center;
    border-radius: 0;
    padding: 13px 0;
    margin: 10px 0;
    height: 40px;
}




/* do not group these rules */
*::-webkit-input-placeholder {
    color: #777;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #777;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #777;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}




@media screen and (max-width: 991px) {
    .request-search {
        max-width: 100%;
    }

    .request {
        max-width: 100%;
    }
}
/******* End HELP REQUEST ********/

/******* playerContainer ********/


.paly-icon {
    border: 2px solid white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    float: left;
}

.playerStatus {
    text-align: left;
}

input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    input[type=range]:focus {
        outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
    }

    input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        background: transparent; /* Hides the slider so custom styles can be added */
        border-color: transparent;
        color: transparent;
    }



    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
        margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
    }

    /* All the same stuff for Firefox */
    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    /* All the same stuff for IE */
    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }


.ui-slider-handle {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.playerContainer {
    width: 90%;
    max-width: 650px;
    border: 1px solid white;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    margin-top: 40px;
}

.record {
    background: url(images//record-live.png);
    text-align: left;
    background-size: 13px;
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
}

.ui-widget-content {
    border: 2px solid #dddddd;
    background: #eeeeee;
    background-image: none;
    color: #333333;
}

.margen-play {
    margin: 24px 0 0px 0;
}

.ui-slider-horizontal {
    height: .2em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .6em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    margin-top: -4px;
}

.share-audo {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    background-color: transparent;
}

.esh3ar {
    margin-top: 10px;
    font-size: .8em;
    margin-bottom: 10px;
}

.headphone {
    width: 50px;
    border-left: 1px solid #fff;
    background-image: url("/Content/images/headphoneicon-tafreej.png");
    height: 40px;
    background-position: center center;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.soundcloud {
    width: 50px;
    background-image: url("/Content/images/Sound-icon-tafreej.png");
    height: 40px;
    background-position: center center;
    margin-top: 10px;
    background-repeat: no-repeat;
    float: right;
}

.youtube-icon {
    width: 50px;
    background-image: url("/Content/images/you-icon-tafreej.png");
    height: 40px;
    background-position: center center;
    margin-top: 10px;
    background-repeat: no-repeat;
    float: right;
}

    .youtube-icon a, .soundcloud a {
        width: 50px;
        height: 40px;
        display: block;
    }

.ui-widget-content {
    border: 0px;
}

@media screen and (max-width: 991px) {
}


@media (max-width: 668px) {
    .playerStatus {
        text-align: center;
    }

    .paly-icon {
        border: 2px solid white;
        border-radius: 100%;
        width: 45px;
        height: 45px;
        float: left;
        margin-left: -18px;
        margin-top: 3px;
    }

    .record {
        margin-top: -29px;
        margin-left: -6px;
    }
}
/*************cases-of-the-episode*************/

.cases-background {
    background-color: #f6f7fd;
    padding: 15px;
    padding-bottom: 40px;
}

.gray-back {
    background-color: #f6f7fd;
}

.category-margin {
    margin-top: 10px;
}

.section-red-title {
    color: #ff345b;
    font-size: 1.5em;
    font-family: inherit;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.cases-div-table {
    background-color: #fff;
    padding: 15px;
}

.case-table {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.category-style {
    color: #5d5d5d;
    font-size: .8em;
    font-family: Noto Kufi Arabic;
    border-left: 1px solid #5d5d5d;
    padding-right: 5px;
    overflow: hidden;
    /*max-height: 18px;*/
    display: block;
    text-align: right;
}

.total-price {
    padding-top: 14px;
    color: rgb(216, 54, 85) !important;
    overflow: hidden;
}

    .total-price span {
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
    }

.align-tafreeg {
    text-align: right;
}

.sub-category-style {
    color: #5d5d5d;
    font-size: .8em;
    font-family: Noto Kufi Arabic;
    padding-right: 15px;
    overflow: hidden;
    display: block;
}

.amount-bar {
    height: 5px;
    margin-bottom: 8px;
    background-color: #e8e8e8;
    border-radius: 0;
    box-shadow: none;
}

.amount-bar-text {
    color: #5d5d5d;
    font-size: 1em;
    font-family: inherit;
    margin-bottom: 2px;
}

.amount-input {
    height: 35px;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
}

.bay-bar {
    background-color: black;
}

.padding-btn {
    padding-right: 5px;
    padding-left: 5px;
}

a.QC_add-to-cart-btn, a.QC_add-to-cart-btn:visited, a.QC_add-to-cart-btn:focus {
    background-color: #20598e;
    height: 35px;
    cursor: pointer;
    padding: 8px 3px;
    background-image: url("/Content/images/addcart.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
}


    a.QC_add-to-cart-btn:hover, a.QC_add-to-cart-btn:active {
        background-color: #0494a0;
        height: 35px;
    }

a.QC_primary-btn, a.QC_primary-btn:visited, a.QC_primary-btn:focus {
    background-color: #ff345b;
    color: #fff;
    font-size: .9em;
    font-family: inherit;
    height: 35px;
    cursor: pointer;
    padding: 8px 3px;
}


    a.QC_primary-btn:hover, a.QC_primary-btn:active {
        background-color: #da1c41;
    }


.cases-more-btn, .cases-more-btn:visited, .cases-more-btn:focus {
    background-color: #20598e;
    color: #fff;
    height: 35px;
    cursor: pointer;
    padding: 8px 3px;
    text-decoration: none;
    border: 0px;
    font-family: Noto Kufi Arabic !important;
}


    .cases-more-btn:hover, .cases-more-btn:active {
        background-color: #0494a0;
        height: 35px;
    }

input.QC_add-to-cart-btn, input.QC_add-to-cart-btn:visited, input.QC_add-to-cart-btn:focus {
    background-color: #20598e;
    height: 35px;
    cursor: pointer;
    padding: 8px 3px;
    background-image: url("/Content/images/addcart.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 0px;
}


    input.QC_add-to-cart-btn:hover, input.QC_add-to-cart-btn:active {
        background-color: #0494a0;
        height: 35px;
    }



input.QC_primary-btn:hover, input.QC_primary-btn:active {
    background-color: #da1c41;
}


input.cases-more-btn, input.cases-more-btn:visited, input.cases-more-btn:focus {
    background-color: #20598e;
    color: #fff;
    height: 35px;
    cursor: pointer;
    padding: 8px 3px;
    text-decoration: none;
}


    input.cases-more-btn:hover, input.cases-more-btn:active {
        background-color: #0494a0;
        height: 35px;
    }

.all-bar-div {
    height: 37px;
}

@media screen and (max-width: 991px) {
    .all-bar-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .case-table {
        margin-bottom: 30px;
    }
}
/*************cases-of-the-episode*************/
.noneborder {
    border-bottom: 0px solid #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 0px solid #ddd;
}

/**********Soical************/

/*.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
}

a.at-svc-facebook, a.at-svc-lidar, a.at-svc-twitter, a.at-svc-yammer, a.at-svc-google_plusone, a.at-svc-google_plusone_share, a.at-svc-domelhor, a.at-svc-whatsapp, a.at-svc-linkedin, a.at-svc-email, a.at-svc-print, a.at-svc-wowbored, .at-logo-bg-orange, a.at-svc-compact {
    background-color: transparent !important;
    border: 2px solid #fff;
    border-radius: 100%;
    background-size: 25px !important;
    max-width: 40px !important;
    max-height: 37px !important;
}*/


.addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32 {
}

.at-share-tbx-element .at-share-btn {
    margin: 0 6px !important;
    display: inline-block;
}
/*******Menu**********/
/*.profileMenu {
    right: 250px !important;
    max-width: 900px;
}*/

.newsMenu {
    right: 375px !important;
    max-width: 350px;
}

.SupportersMenu {
    right: 285px !important;
    max-width: 350px;
}

.MediaMenu {
    right: 530px !important;
    max-width: 600px;
}

.ourProjectsMenu {
    right: 50px !important;
    max-width: 950px;
}
/*******ENd Menu**********/


/************request-form*************/
.request-form {
    margin-top: 15px;
    height: 46px;
}

.request-control-label {
    text-align: left !important;
}

.form-control-2 {
    line-height: 30px;
    height: 42px;
}

    .form-control-2:focus {
        border-color: #ff345b;
        box-shadow: none;
    }

.request-follow-btn {
    margin-top: 15px;
    border-radius: 0;
    background: #ff345b;
    height: 42px;
    color: #fff;
    width: 100%;
    float: right;
}

.width {
    width: 100%;
}

.close-tab {
    background: #20598e;
    color: #fff;
    height: 42px;
    line-height: 50px;
}

.bg-gray {
    background: #f3f3f3;
}

.request-follow-btn-green {
    background: #20598e;
    color: #fff;
    margin-top: 15px;
    border-radius: 0;
    height: 42px;
    width: 100%;
    float: right;
}

.papers-need {
    /* border: 1px solid #D2D2D2; */
    padding: 4px;
 
    margin-bottom: 15px;
    /* width: 100%; */
    display: block;
    text-align: center;
    height: 47px;
    background-color: #E2E2E2;
    float: right;
    width: 100%;
    line-height: 29px;
    float: left;
}

.acrobat-icon {
    background-image: url('../images/pdf-upload.png');
    background-repeat: no-repeat;
    height: 44px;
    text-align: right;
    line-height: 44px;
}

/************End request-form*************/
/************Tabs****************/

.floatr {
    line-height: 29px;
}

.tafrej-btn {
    height: 35px;
}
/**********menu******************/

.font-size {
    font-size: .9em;
}

label.labellogin {
    font-size: .8em;
    float: right;
    line-height: 18px;
    padding: 0px;
}

.forgrt {
    float: left;
    font-size: .8em;
    padding: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.text-label {
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .newnavbar .navbar-header {
        float: none;
        width: 100%;
    }
}

input[disabled], input[disabled]:hover {
    border: 0px;
    background-color: #C1C1C1;
    color: #4E4E4E;
    cursor: not-allowed;
}
/********** End menu******************/
.field-validation-error span {
    display: block;
    font-size: .8em;
    color: red;
    padding-top: 6px;
}
/**************Filter**************/

.filterdonationAdvanced {
    background-color: rgba(0, 76, 132, 0.9);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 1170px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
}

.searsh-titel {
    margin-top: 10px;
    padding: 10px;
    font-size: 1.3em;
    margin-top: 25px;
}

.horizontalSearchBar {
    padding: 0 0 50px 0;
    background-color: #fff;
    overflow: hidden;
}

@media (max-width: 991px) {


    input.search-btn-filter {
        line-height: 25px;
    }
}
/******PlaceHolder**********/
.amount-input::-webkit-input-placeholder {
    color: #999;
    font-size: 10px;
}

.glyphiconsize {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 9px;
    outline: none;
}

.live {
    background-image: url("/Content/images/PNG.gif");
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1001;
    background-size: 25px;
    right: 100px;
    top: 150px;
    margin-right: 6px;
}

    .live span {
        display: block;
        font-family: 'Janna LT';
        font-size: 2em;
        margin-top: 26px;
        margin-right: 17px;
    }

@media (max-width: 991px) {

    .live span {
        font-size: 1em;
    }

    .live {
        background-position: 14px 7px;
        right: 20px;
        height: 110px;
    }
}

@media (max-width: 768px) {

    .live {
        font-size: 1em;
        right: 10px;
        background-position: 15px 10px;
        top: 110px;
    }
}
/**********select IE*******/
select::-ms-expand {
    display: none;
}
/********** End select IE*******/


/*********Iphone****/
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
/********Endiphone****/

.at-icon-wrapper {
    /*background-color: transparent !important;*/
}

@media (max-width: 668px) {

    .glyphiconsize {
        font-size: 22px;
        margin-left: 11px;
        margin-top: 8px;
    }
}
/***************follow-up***************/
.follow-up {
    max-width: 550px;
    margin-top: 150px;
    background-color: #eee;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
}

.request-follow-btn {
    margin-right: 0px;
    border: 0px;
}

.formkorba input {
    width: 100%;
}
.formkorba Select {
    width: 100%;
}

/***** MY LINKS PAGES *****/

/*#mylinks hr{
        width: 100%;
        height: 2px;
        margin-bottom: 40px;
    }*/
#mylinks {
    margin-bottom: 0px;
}

    #mylinks .padding-custom {
        padding-right: 40px;
    }

    #mylinks .body-content {
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
        color: #363636;
        margin: 10px 0;
    }

    #mylinks h1 {
        font-family: Noto Kufi Arabic;
        font-size: 24px;
        line-height: 36px;
        color: #e64d66;
        /*margin-bottom: 40px;*/
    }

    #mylinks .date-input {
        background-color: #FFF;
        margin: 0;
        padding-left: 30px;
    }

    #mylinks .background-searchBar {
        margin-bottom: 0;
    }

        #mylinks .background-searchBar a {
            background-image: url("/Content/images/search-btn.png");
            width: 36px;
            height: 36px;
            background-repeat: no-repeat;
            display: block;
            background-position: center;
        }

    #mylinks .search-btn, .search-btn:visited, .search-btn:focus {
        background-color: transparent;
        color: #fff;
        background-image: url("/content/images/add-new.png");
        background-repeat: no-repeat;
        background-position: 85% 50%;
    }

    #mylinks .search-btn-2, .search-btn-2:visited, .search-btn-2:focus {
        background-color: transparent;
        color: #fff;
        background-image: url("/content/images/add-new.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        font-size: .9em;
        border: 1px solid #fff;
        border-radius: 0px;
        padding-top: 9px;
        padding-bottom: 9px;
        text-decoration: none;
        cursor: pointer;
        height: 35px;
    }

    #mylinks .header-icons {
        /*height: 70px;*/
        padding: 10px;
        background: #fff;
    }
        /*#mylinks .header-icons ul {
    height: 70px;
    }*/
        #mylinks .header-icons li {
            font-size: 12px;
            color: #363636;
            background-position: 50% 2px;
            background-repeat: no-repeat;
            text-align: center;
            line-height: 80px;
            height: 50px;
        }

    #mylinks .header-icons-content .header-icons li {
        font-size: 12px;
        color: #363636;
        background-position: 50% 2px;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 80px;
        height: 50px;
    }

    #mylinks li.edit {
        background-image: url("/Content/images/edit.png");
    }

    #mylinks li.visits {
        background-image: url("/Content/images/visits.png");
    }

    #mylinks li.my-points {
        background-image: url("/Content/images/my-points.png");
    }

    #mylinks li.details {
        background-image: url("/Content/images/details.png");
    }

    #mylinks .header-icons-content {
        /* height: 140px; */
        line-height: 91px;
        /* padding-bottom: 24px; */
        border-bottom: 1px solid #eee;
        padding-top: 20px;
    }

        #mylinks .header-icons-content ul {
            height: 45px;
            padding-top: 20px;
        }

        #mylinks .header-icons-content a {
            color: #363636;
        }

            #mylinks .header-icons-content a p, .header-icons-content li p {
                font-size: 14px;
            }

        #mylinks .header-icons-content .header-icons ul {
            height: 45px;
            padding-top: 0;
        }

        #mylinks .header-icons-content li {
            line-height: 90px;
            height: 66px;
        }

            #mylinks .header-icons-content li a.edit {
                background-image: url("/Content/images/edit.png");
                height: 19px;
                display: block;
                background-repeat: no-repeat;
            }

            #mylinks .header-icons-content li a.edit-colored {
                background-image: url("/Content/images/edit-colored.png");
                height: 22px;
                width: 23px;
                margin-right: auto;
                margin-left: auto;
                display: block;
                background-repeat: no-repeat;
                margin-top: 15px;
            }

        #mylinks .header-icons-content a.visits {
            background-image: url("/Content/images/visits.png");
            height: 19px;
            display: block;
            background-repeat: no-repeat;
        }

        #mylinks .header-icons-content a.my-points {
            background-image: url("/Content/images/my-points.png");
            height: 19px;
            display: block;
            background-repeat: no-repeat;
        }

        #mylinks .header-icons-content a.details {
            background-image: url("/Content/images/details.png");
            height: 19px;
            display: block;
            background-repeat: no-repeat;
        }

        #mylinks .header-icons-content a.more-icon {
            background-image: url("/Content/images/more-icon.png");
            height: 46px;
            width: 46px;
            margin-right: auto;
            margin-left: auto;
            display: block;
            background-repeat: no-repeat;
            margin-top: 4px;
        }

    #mylinks .header-icons-content-popup {
    }

    #mylinks a.facebook-icon {
        background-image: url("/Content/images/facebook-icon.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.google-icon {
        background-image: url("/Content/images/google-icon.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.twitter-icon {
        background-image: url("/Content/images/twitter-icon.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.embed {
        background-image: url("/Content/images/embed.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.telegram {
        background-image: url("/Content/images/telegram.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.send-icon {
        background-image: url("/Content/images/send-icon.jpg");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.linkedin-icon {
        background-image: url("/Content/images/linkedin-icon.png");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks a.whatsapp-icon {
        background-image: url("/Content/images/Whatsapp-icon.png");
        height: 32px;
        width: 32px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        background-repeat: no-repeat;
        margin-top: 4px;
    }

    #mylinks .circle-image img {
        width: 95px;
        height: 95px;
        /*border-radius:50%;*/
        display: block;
        background-position-y: 25%;
    }

    #mylinks .border-side {
        border-left: 1px solid #eee;
    }

    #mylinks .img-thumbnail {
        /*max-width: 95px;*/
        float: right;
    }

    /*#mylinks input {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border: 1px solid #eee;
        padding: 5px;
        height: 36px;
    }*/

    #mylinks .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-top: 5px;
        margin-right: 5px;
        background-color: #fff;
    }

    #mylinks .img-check {
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #mylinks label img {
        width: 100%;
    }

    #mylinks .link-details {
        line-height: 50px;
        padding-top: 10px;
    }

        #mylinks .link-details hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #mylinks .link-details p {
            line-height: 50px;
        }

        #mylinks .link-details li {
            height: 50px;
            text-align: center;
        }

    #mylinks li {
        background-repeat: no-repeat;
    }

    #mylinks .kheer-guid {
        background-image: url("/Content/images/kheer-guide.jpg");
        width: 100%;
        height: 593px;
        position: relative;
    }

    #mylinks .margin-90-minus {
        margin-top: -90px;
    }

        #mylinks .margin-90-minus a {
            /*line-height: 75px;*/
            padding: 0;
        }

            #mylinks .margin-90-minus a h1, h2, h3, h4, h5, h6 {
                line-height: 50px;
            }



    #mylinks .margin-130-minus {
        margin-top: -130px;
    }

        #mylinks .margin-130-minus a {
            /*line-height: 75px;*/
            padding: 0;
        }

            #mylinks .margin-130-minus a h1, h2, h3, h4, h5, h6 {
                line-height: 50px;
            }

    #mylinks .loginBtn, .loginBtn, .loginBtn {
        color: #fff !important;
        background-color: #20598e!important;
        border-color: #20598e!important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        float: right !important;
    }

        .loginBtn:hover, .loginBtn:focus, .loginBtn:active, .loginBtn.active, .loginBtn.active:focus {
            width: 100px !important;
            color: #fff !important;
            background-color: #20598e!important;
            border-color: #20598e!important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            float: right !important;
            font-size: 12px;
        }

.modal-header .close {
    float: right;
    width: 20px;
}

.embed-tabs li {
    padding-left: 15px;
    border-left: 1px solid #b6b6b6;
}

    .embed-tabs li:first-child a, .embed-tabs li:first-child a:hover, .embed-tabs li:first-child a:focus, .embed-tabs li:first-child a:active {
        height: 30px;
        background-color: transparent;
        border-radius: 0;
    }

    .embed-tabs li.active a, .embed-tabs li.active a:hover, .embed-tabs li.active a:focus, .embed-tabs li.active a:active {
        border-bottom: 5px solid #2aaeba;
        background-color: transparent;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

/***********mypoint*************************/
.total-amount {
    background-color: #fff;
    height: 120px;
}



.groth-amount h3 {
    text-align: center;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    line-height: 40px;
}



.border-bottom-qc-color {
    border-bottom: 5px solid #20598e;
}

.border-bottom-qc-red-color {
    border-bottom: 5px solid #e64d66;
}

.border-bottom-qc-blue-color {
    border-bottom: 5px solid #2486c5;
}

.color_qc {
    color: #20598e;
}

.color_qc_red {
    color: #e64d66;
}

.color_qc_blue {
    color: #2486c5;
}

.icon-total {
    overflow: hidden;
    border-left: 1px solid #b4b4b4;
    margin: 15px 0;
    display: block;
    font-size: 12px;
    height: 85px;
    padding-top: 8px;
    line-height: 42px;
}


.groth-all {
    height: 85px;
    padding: 24px 0px;
}



.yellowback {
    background-color: #f29441;
    color: #fff;
    padding: 7px;
    height: 40px;
}

.yellow-color {
    color: #f29441;
}

.red-back {
    background-color: #d95448;
    color: #fff;
    padding: 7px;
    height: 40px;
}

.red-color {
    color: #d95448;
}

.green-back {
    background-color: #54bfa1;
    color: #fff;
    padding: 7px;
    height: 40px;
}

.number-groth {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
}

    .number-groth span {
        font-size: 35px;
        font-weight: bold;
        line-height: 35px;
        font-family: Janna LT;
    }


.number-groth-red {
    color: #d95448;
}


.number-groth-blue {
    color: #54bfa1;
}

.padding-30-v {
    padding-top: 30px;
    padding-bottom: 30px;
}

.line-height-30 {
    line-height: 30px;
}


@media screen and (max-width: 768px) {
    .padding-none-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .groth-amount {
        padding: 10px;
    }

        .groth-amount h3 {
            text-align: center;
            font-size: 16px;
            font-family: Arial;
            font-weight: bold;
            margin-top: 0px;
            line-height: 40px;
        }

    .text-center-xs {
        text-align: center;
    }


    .red-back span {
        font-size: 11px;
    }

    .green-back span {
        font-size: 11px;
    }

    .yellowback span {
        font-size: 11px;
    }

    .number-groth span {
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
        font-family: Janna LT;
    }
}

.margin-20-bottom {
    margin-bottom: 30px;
}

.margin-20-top {
    margin-top: 20px;
}

#SocialShareForm {
    border-right: 0px solid #eee;
}

.mypointselect {
    background-color: #fff;
    border: #fff;
    outline: none;
    height: 36px;
    color: #20598e;
    direction: rtl;
}

.amount {
    background-color: #fff;
    color: #ff345b;
    padding: 20px;
    display: block;
    font-size: 20px;
    overflow: hidden;
    webkit-box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
    box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
}

.icon-total-amount {
    border-left: 1px solid #ff345b;
    font-size: 10px;
    text-align: center;
}

.back-transefar {
    background-color: #20598e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    padding: 10px;
    height: 44px;
    margin-bottom: 25px;
    display: none;
}

.back-soical {
    background-color: #F1F1F1;
    padding: 20px;
}

.mypointselect-calnder {
    background-image: url();
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.soical-profile-pic {
    height: 140px;
    margin: auto;
}

@media (max-width: 1199px) {

    .icon-total-left, .icon-total {
        border: 0px;
    }
}

@media (max-width: 767px) {
    #mylinks .header-icons-content p {
        line-height: 20px;
        padding-top: 26px;
    }

    .mydoucament {
        margin: 25px 0px;
        overflow: hidden;
        border: 1px solid #eee;
        padding: 20px;
        padding: 20px;
        max-width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    #mylinks .img-thumbnail {
        max-width: 100%;
    }
}

.mypointselect {
    margin: 5px 0;
}


/*------------------------------SOCIAL SHARE TMP CSS-------------------------------*/
.btn-icon {
    margin: 12px 10px 0 0;
}

.backprofile {
    background-image: url("/Content/images/background-oops.jpg");
    width: 100%;
    height: 250px;
}

.promo-boxi {
    background: #e00570;
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/Content/images/Projects-icon.png");
    background-position: center;
    background-repeat: no-repeat;
}

.promo-boxi2 {
    background: #ffa71a;
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/Content/images/SponserShip.png");
    background-position: center;
    background-repeat: no-repeat;
}

.promo-boxi3 {
    background: #488bda;
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/Content/images/FastDonation-icon.png");
    background-position: center;
    background-repeat: no-repeat;
}

.promo-boxi4 img {
    width: 45px;
    margin: 0 5px;
}

.promo-boxi5 img {
    width: 45px;
    margin: 0 5px;
}

.promo-boxi6 img {
    width: 45px;
    margin: 0 5px;
}

.promo-boxi4 span, .promo-boxi6 span, .promo-boxi5 span {
    line-height: 50px;
}

.promo-boxi4, .promo-boxi6, .promo-boxi5 {
    line-height: 50px;
    text-align: center;
}

.menu-social-profile {
    margin-top: -25px;
    background-color: #FFF;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px;
    webkit-box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
    box-shadow: 0px 3px 8px 0px rgba(189,189,189,1);
}

.promo-box hr {
    background-color: #20598e;
    border-top: 1px solid #20598e;
}


.promo-box {
    /*text-align: center;
    margin-bottom: 30px;
    cursor: pointer;*/
}

    .promo-box h5 {
        line-height: 32px;
        font-weight: bold;
    }

    .promo-box.middle {
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .promo-box i {
        background: #20598e;
        padding: 25px 30px;
        font-size: 31px;
        color: #ffffff;
        text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .promo-box hr {
        max-width: 10%;
        background-color: #20598e;
        border: none;
        border-top: 1px solid #20598e;
    }

.promo-boxround {
    width: 110px;
    height: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    transition: all 450ms cubic-bezier(0.75, 0.75, 0.75, 0.75) 0s;
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}

    .promo-boxround:hover {
        transition: all 450ms cubic-bezier(0.75, 0.75, 0.75, 0.75) 0s;
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        cursor: pointer;
    }

    .promo-boxround img {
        margin: 20px;
    }

.border-radius-5 {
    border-radius: 5px;
}

.border-bottom {
    border-bottom: 1px solid #b4b4b4;
}

.margin-20-v {
    margin-top: 20px;
    margin-bottom: 20px;
}

.green-btn-share-2 {
    background-color: #05adba !important;
    padding: 0px 10px !important;
    border-radius: 4px;
    color: #ffffff !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}

.red-btn-share-2 {
    background-color: rgb(255, 51, 90) !important;
    padding: 0px 10px !important;
    border-radius: 4px;
    color: #ffffff !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}


.orange-btn-share-2 {
    background-color: #FF8D3C !important;
    padding: 0px 10px !important;
    border-radius: 4px;
    color: #ffffff !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}
/*---------------------------END SOCIALSHARE TMP CSS-------------------------------*/

.embed-link-popup {
}

.embed-special-css {
    background-color: #20598e;
    padding: 10px 36px 10px 20px !important;
    margin: 12px 0px 15px 100px !important;
    border-radius: 4px;
    color: #ffffff !important;
}

    .embed-special-css:hover, .embed-special-css:focus {
        background-color: #0f8d98 !important;
    }

.red-btn-share {
    background-color: rgb(255, 51, 90) !important;
    padding: 10px 36px 10px 20px !important;
    margin: 12px 0px 15px 100px !important;
    border-radius: 4px;
    color: #ffffff !important;
    text-align: center;
}

.green-btn-share {
    background-color: #20598e;
    padding: 10px 36px 10px 20px !important;
    margin: 12px 0px 15px 100px !important;
    border-radius: 4px;
    color: #ffffff !important;
    text-align: center;
}

.border-none {
    border: none !important;
}

.border-bottem {
    border-bottom: 1px solid #eee;
}

.social-share-numbers h3 {
    font-size: 40px;
    font-weight: bold;
    color: #20598e;
}

.social-share-numbers h4 {
    color: #403f3f;
    font-size: 18px;
}

/** COMMON **/

.common-green-btn {
    background-color: #20598e;
    padding: 10px 0 !important;
    margin: 12px 0px 15px 100px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-align: center;
}

    .common-green-btn:hover, .common-green-btn:focus {
        background-color: #0f8d98 !important;
    }

.common-red-btn {
    background-color: #e00570 !important;
    padding: 10px 36px 10px 20px !important;
    margin: 12px 0px 15px 100px !important;
    border-radius: 4px;
    color: #ffffff !important;
}

.img-thumbnail-embed {
    width: 100% !important;
    height: 125px !important;
    display: inline-block;
    /* max-width: 100%; */
    /* height: auto; */
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.about-social {
    text-align: justify;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    background-color: #fff;
}

.step-social {
    background-color: #0799c8;
    padding: 40px;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
}

.color-white {
    color: #fff !important;
}

.bg-green {
    background-color: #2aaeba !important;
}
/** END COMMON **/

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #b4b4b4;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
    text-align: center !important;
    font-size: 11px !important;
    font-family: arial !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
    background-color: #fff;
}*/

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-family: tahoma;
    font-size: 11px;
    color: #fff;
}

.ui-datepicker-year {
    color: #fff;
}

.ui-datepicker-month {
    color: #fff;
}


.loginSocialBtnPopup, .loginSocialBtnPopup:hover, .loginSocialBtnPopup:active, .loginSocialBtnPopup:focus {
    width: 50% !important;
}


.colm-all-point {
    margin-bottom: 30px;
    max-height: 660px;
    overflow-y: scroll;
}

@media screen and (max-width: 991px) {
    #mylinks .date-input, .search-title, .request-code-btn {
        margin-bottom: 0;
    }

    #mylinks .margin-130-minus {
        margin-top: -72px;
    }

    .promo-box.middle {
        border-left: none !important;
        border-right: none !important;
    }

    #mylinks .header-icons-content {
        /* height: 140px; */
        line-height: 91px;
        /* padding-bottom: 24px; */
        /* border-bottom: 1px solid #676767; */
        padding-top: 20px;
        border: 1px solid #eee;
        margin-bottom: 20px;
        margin-top: 8px;
        background-color: #FBFBFB;
    }

    .fa-link {
        color: #fff;
        font-size: 13px !important;
    }

    .amount {
        background-color: rgb(255, 51, 90) !important;
        color: #fff;
        height: 45px;
        display: block;
        overflow: hidden;
        font-size: 12px;
        webkit-box-shadow: 0px;
        -moz-box-shadow: 0px;
        box-shadow: 0px;
        margin-bottom: 20px;
    }

    .number-groth {
        margin-top: 0px;
        line-height: 0.5;
    }

    .icon-total-amount {
        font-size: 12px;
        text-align: center;
        margin-top: -23px;
        background-color: #D03452;
        height: 50px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }




    .groth-amount-year h3 {
        text-align: center;
        font-size: 22px;
        font-family: Arial;
        line-height: 20px;
        font-weight: bold;
    }

    .total-amount p {
    }

    .promo-boxi4 img {
        float: right;
    }

    .promo-boxi5 img {
        float: right;
    }

    .promo-boxi6 img {
        float: right;
    }

    .promo-boxi4 span, .promo-boxi6 span, .promo-boxi5 span {
        line-height: 50px;
        text-align: right;
    }

    .promo-boxi4, .promo-boxi6, .promo-boxi5 {
        text-align: right;
    }
}


@media (min-width: 768px) {
    #mylinks .form-horizontal .control-label {
        text-align: right;
    }
}

/************************* CALENDAR **********************************/
.ui-datepicker .ui-datepicker-title select {
    margin: 1px 3px;
}

.ui-datepicker-month, .ui-datepicker-year {
    height: 33px;
    border: none;
}

table.ui-datepicker-calendar {
    font-family: Tahoma !important;
    background-color: #fff;
}

    table.ui-datepicker-calendar td a.ui-state-default {
        background-color: #20598e;
    }

        table.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
            background-color: #ff2f57 !important;
        }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 10px;
    height: 14px;
    background-position: 0 0;
    margin-top: -4px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    left: auto;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    right: auto;
}

    .ui-datepicker .ui-datepicker-prev span {
        background-image: url("../../content/images/left-arrow-new.png") !important;
    }

.ui-datepicker .ui-datepicker-next span {
    background-image: url("../../content/images/right-arrow-new.png") !important;
}

.ui-datepicker-prev-hover, .ui-datepicker-next-hover {
    background: transparent !important;
    border: none !important;
    top: 2px !important;
}

.ui-datepicker-next-hover {
    right: 0 !important;
}

.ui-datepicker-prev-hover {
    left: 0 !important;
}

.ui-datepicker th {
    color: #007781 !important;
}

/************************* END CALENDAR **********************************/
.profileMenuContainer a {
    color: #20598e;
    font-size: 12px;
}

.border-bottom-eee {
    border: 1px solid #eee;
}

.scroller-content {
    max-height: 700px;
    overflow: scroll;
    overflow-x: hidden;
}

.socialShare-btn, .socialShare-btn:hover {
    height: 56px !important;
}



.padding-less {
    padding-left: 5px;
    padding-right: 5px;
}

.border-radius-bottom-0 {
    border-radius: 5px 5px 0px 0px;
}
