﻿body {
    /*background: url('../Images/Patterns/bg_pattern.jpg');*/
    font-size: 12px;
    font-family: "Arial";
}
/*
TopBarRight
*/
.TopBarRight h5 {
    text-align: right;
}

#topBar h5 {
    color: rgb( 149, 3, 17 ) !important;
    /*line-height: 3.333;*/
}

#HeaderTitleLogo {
    /*background: url('../Images/Patterns/header_bg.png') #f9f9f9;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 15px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 78px -11px;
}

.bg-light {
    background-color: rgb(186, 191, 139) !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    margin-bottom: 16px;
}

#MainHeader {
    /*background-color: rgb(186, 191, 139) !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .75);
    margin-bottom: 16px;*/
    /*height:0;*/
}

#logoRight a {
    float: right;
    margin-bottom: -35px;
}
/*Main Menu*/
#MainNav {
    background-color: rgb( 151, 17, 25 );
}

    #MainNav .navbar-default {
        background: none;
        border: 0;
        margin: 0;
    }

.navbar-header {
    display: none;
}

.nav-item {
    font-size: 15px;
    color: #96C2DD !important;
    font-weight: bold;
}
    .nav-item .active {
        font-weight: bolder;
        color: #96C2DD !important;
    }
.navbar {
    padding: 4px 10px;
    z-index:1000;
}
/*.navbar-nav > li {
    z-index: 99999;
}*/
.collapse {
    padding: 0;
}

#MainNav .navbar-default div > ul > li > a {
    background-image: url('../Images/Icons/menuIcon.png');
    background-repeat: no-repeat;
}

#MainNav .navbar-default ul > li > a {
    /*font-size: 14px;*/
    font-family: "OpenSans";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    /*line-height: 1.714;*/
    padding: 15px 10px 15px 44px;
    background-repeat: no-repeat;
    background-position: 0 22px;
}

    /*#MainNav .navbar-default ul > li:first-child > a {
    font-size: 14px;
    font-family: "OpenSans";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 1.714;
    padding: 15px 10px 15px 15px;
    background: none;
    background-repeat: no-repeat;
    background-position: 0 22px;
}*/

    #MainNav .navbar-default ul > li > a:hover {
        color: #ccc;
    }

#MainNav .navbar-default ul > li > a {
    font-family: "OpenSans";
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    background: none !important;
    padding: 10px 10px 10px 10px !important;
}

    .dropdown-menu > li > a:hover {
        background-color: #CCCC99 !important;
        color: #fff !important;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: 0 !important;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.dropdown-menu, .dropdown-submenu {
    padding: 0;
    font: inherit !important;
}

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
            box-shadow: 0 0 0 0;
        }

            .dropdown-submenu.pull-left > .dropdown-menu a:hover {
                background-color: #CCCC99 !important;
                box-shadow: 0 0 0 0;
            }

#MidWorper {
    background: #f8f8f6;
    padding-top: 0;
    padding-bottom: 15px;
    box-shadow: 0 0 15px -10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 60px;
    min-height: 650px;
}

    #MidWorper img {
        opacity: 1;
    }

#mainSection {
    padding: 0;
}
/*slider*/
#slider {
    /*border-radius: 6px;*/
}

.carousel-inner img {
    /*max-height: 270px;*/
    padding: 10px;
    background: white;
}

/*.item img element.style {
    border-radius: 10px 10px 0 0;
}*/

.WelcomText {
    background: #006b3c;
    position: static;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 0 30px 10px 30px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border-top: 13px #fff;
    /*border-radius: 6px;*/
}

    .WelcomText > b {
        /*padding-top: 5px;*/
        font-size: 20px;
        font-family: "OpenSans";
        color: rgb( 181, 187, 130 );
        text-transform: uppercase;
        line-height: 2;
    }

    .WelcomText p {
        font-size: 12px;
        font-family: "Arial";
        color: rgb( 255, 255, 255 );
        line-height: 1.833;
    }

#wevcomText {
    background-color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    /*border-radius: 6px;*/
    border: 1px solid #e7e7e7;
}

    #wevcomText h3 {
        font-size: 16px;
        font-family: "OpenSans";
        color: rgb( 151, 17, 25 );
        text-transform: uppercase;
        line-height: 1.111;
        padding: 0 0 30px 60px;
        background: url('../Images/Icons/qoutes.png') no-repeat;
        /*border-image: url('images/p_bg.png') 50 stretch;*/
        border-image: url('../Images/Patterns/p_bg.png') 50 stretch;
        border-bottom: 10px solid #fff;
        border-top: 0;
    }

        #wevcomText h3 span {
            font-size: 12px;
            color: #999999;
        }

    #wevcomText p {
        font-size: 12px;
        font-family: "Arial";
        color: rgb( 102, 102, 102 );
        line-height: 1.667;
    }

#FeaturedVideo, .SpeechFromAdmin {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    /*border-radius: 6px;*/
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
}
    #FeaturedVideo{
        padding-bottom: 10px;
        margin-top: 10px;
    }
    #FeaturedVideo h3, .SpeechFromAdmin h3 {
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 186, 191, 139 );
        line-height: 1.111;
    }

    #FeaturedVideo p, .SpeechFromAdmin p {
        font-size: 12px;
        font-family: "Arial";
        color: rgb( 102, 102, 102 );
        line-height: 1.667;
    }

a.Learn_More {
    font-size: 10px;
    font-family: "Open Sans";
    color: rgb( 153, 153, 153 );
    text-transform: uppercase;
}



/*PrayerTimes*/
#PrayerTimes {
    background: url(../Images/Patterns/prayerTimeBG.png) no-repeat #3274a7;
    padding: 15px;
    /*border-radius: 6px;*/
}

    #PrayerTimes table {
        background-color: #000000;
        background-color: rgba(0,0,0,0.2);
    }

    #PrayerTimes h3 {
        padding: 0 0 5px 55px;
        background: url(../Images/Icons/prayer_times.png) no-repeat;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 255, 255, 255 );
        text-transform: uppercase;
        line-height: 38px;
        margin: 0 0 10px 0;
    }

        #PrayerTimes h3 b {
            text-transform: uppercase;
        }

    #PrayerTimes tr td {
        font-size: 14px;
        font-family: "Open Sans";
        color: #ffffff !important;
        color: rgba( 255, 255, 255, 1 );
        font-weight: bold;
        line-height: 2;
        text-align: center;
        background: #ffffff;
        background: rgba(255, 255, 255,0.0);
        margin: 1px;
        border: 1px solid #2C6897;
    }

        #PrayerTimes tr td:first-child {
            text-align: left;
            padding-left: 10px;
        }


#Upcoming-Events {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 0;
    /*border-radius: 6px;*/
    border: 1px solid #e7e7e7;
}

    #Upcoming-Events h3 {
        padding: 0 0 0 40px;
        background: url(../Images/Icons/bcas-icon-round.png) no-repeat;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 151, 17, 25 );
        text-transform: uppercase;
        line-height: 1.8;
        margin: 5px 0 0 0;
        background-size: 30px;
    }

    #Upcoming-Events h4 {
        margin: 0;
    }

        #Upcoming-Events h4 a {
            font-size: 12px;
            font-family: "Open Sans";
            color: rgb( 151, 17, 25 );
            line-height: 1.833;
        }

    #Upcoming-Events p {
        font-size: 12px;
        font-family: "Arial";
        color: rgb( 102, 102, 102 );
        line-height: 1.333;
    }

    #Upcoming-Events .date {
        font-size: 25px;
        font-family: "Open Sans";
        color: rgb( 153, 153, 153 );
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }

        #Upcoming-Events .date span {
            font-size: 25px;
        }

.eventWarper {
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px solid rgba(204, 204, 204, 0.21);
    padding: 5px 0;
    margin-bottom: 10px;
}

#LatestNews {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    /*border-radius: 6px;*/
    border: 1px solid #e7e7e7;
}

    #LatestNews h3 {
        padding: 0 0 0 40px;
        background: url('../Images/Icons/bcas-icon-round.png') no-repeat;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 151, 17, 25 );
        text-transform: uppercase;
        line-height: 1.8;
        margin: 5px 0 0 0;
        background-size: 30px;
    }

    #LatestNews h4 {
        margin: 0;
    }

        #LatestNews h4 a {
            font-size: 12px;
            font-family: "Open Sans";
            color: rgb( 151, 17, 25 );
            line-height: 1.833;
            font-weight: 600;
        }

    #LatestNews p {
        font-size: 12px;
        font-family: "Arial";
        color: rgb( 102, 102, 102 );
        line-height: 1.333;
    }

    #LatestNews .date {
        font-size: 25px;
        font-family: "Open Sans";
        color: rgb( 153, 153, 153 );
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }

    #LatestNews img {
        border-radius: 4px;
        margin-top: 5px;
        margin-left: -6px;
    }

.newsWraper {
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px solid rgba(204, 204, 204, 0.21);
    padding: 5px 0;
    margin-bottom: 10px;
}

    .newsWraper.row {
        padding: 1px 15px;
    }

#buttonGorug {
    padding: 0;
}

.donate {
    border-radius: 0;
    background-color: rgb( 228, 106, 14 );
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 2.2;
}


.bookOnline, .TaPa {
    border-radius: 0;
    background-color: rgb( 186, 191, 139 );
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}


#faceBook {
    text-align: center;
    background-color: #fff;
    margin: 10px 0;
    /*border-radius: 6px;*/
    padding: 20px 0;
    border: 1px solid #e7e7e7;
}

    #faceBook img {
        width: 100%;
        padding: 10px;
    }

#Sponsers {
    background-color: #fff;
    padding: 0 15px 30px 15px;
    margin-top: 10px;
    /*border-radius: 6px;*/
    border: 1px solid #e7e7e7;
}

    #Sponsers h3 {
        padding: 0 0 0 40px;
        background: url(../Images/Icons/bcas-icon-round.png) no-repeat;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 151, 17, 25 );
        text-transform: uppercase;
        line-height: 1.8;
        margin: 5px 0 0 0;
        background-size: 30px;
    }

.sponsorImage {
    display: inline-block;
    padding-bottom: 10px;
    width: 49%;
}

    .sponsorImage:nth-child(odd) {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .sponsorImage:nth-child(even) {
        border-bottom: 1px solid #fff;
    }

/*.sponsorImage:nth-child(3) {
        border-right: 1px solid #ccc;
         border-right: 1px solid #ccc;
    }*/



#divNewsletter {
    background-color: #fff;
    padding: 0 15px 30px 15px;
    margin-top: 10px;
    /*border-radius: 6px;*/
    border: 1px solid #e7e7e7;
}

    #divNewsletter h3 {
        padding: 0 0 0 40px;
        background: url(../Images/Icons/bcas-icon-round.png) no-repeat;
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb( 151, 17, 25 );
        line-height: 1.8;
        background-size: 30px;
        margin: 5px 0 0 0;
    }

        #divNewsletter h3 b {
            text-transform: uppercase;
            font-size: 16px;
        }

/*.form-group input {
    border: solid 1px rgb( 204, 204, 204 );
    background-color: rgb( 244, 244, 244 );
    width: 100%;
    font-size: 12px;
    font-family: "Arial";
    color: rgb( 153, 153, 153 );
    line-height: 1.834;
}*/

.checkbox label {
    font-size: 12px;
    font-family: "Arial";
    color: rgb( 102, 102, 102 );
    line-height: 1.834;
}

input[type=checkbox] {
    height: 15px;
    width: 15px;
    /* border-radius: 0; */
    /* background-color: #fff; */
}

.signUp {
    background-color: rgb( 186, 191, 139 );
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.834;
    border-radius: 0;
}



#footerLeft h3 {
    font-size: 12px;
    font-family: "Arial";
    color: rgb( 151, 17, 25 );
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

#footerLeft p {
    font-size: 11px;
    font-family: "Arial";
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}

#footerLeft img {
    float: left;
    margin: 0 20px 20px 0;
}

#footerRigt p {
    text-align: right;
    border-right: 1px solid #ccc;
    padding: 0 12px 0 0;
    font-size: 11px;
    font-family: "Arial";
    color: rgb( 102, 102, 102 );
    line-height: 1.636;
}

#footerRigt a {
    float: right;
}

.social {
    padding: 0;
}

    .social a.fb {
        background: url(../Images/Icons/facebook_1.png);
        background-repeat: no-repeat;
        display: block;
        padding: 15px;
        margin: 0 3px;
    }




#MainFooter {
    margin-top: -40px;
}

.orangeHomeButton, .btnBooking, .btnPhotoGallery {
    height: 40px;
    border-radius: 0;
    background-color: rgb( 228, 106, 14 );
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 3px;
}

.btnBooking {
    background-color: rgb( 186, 191, 139 ) !important;
}

.btnPhotoGallery {
    background: url('../Images/Patterns/gallerythumb.png') #f9f9f9;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .btnPhotoGallery a, .orangeHomeButton a, .btnBooking a {
        color: rgb( 255, 255, 255 );
        text-shadow: 0 1px 2px #000;
    }

        .btnPhotoGallery a:hover, .orangeHomeButton a:hover, .btnBooking a:hover {
            text-shadow: 0 2px 2px #000;
            text-decoration: none;
        }

        .btnPhotoGallery a:active, .orangeHomeButton a:active, .btnBooking a:active {
            text-decoration: none;
        }

.RamadansProgramPage {
    padding: 25px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    margin-right: 2%;
    margin-top: 3%;
    height: 0;
    overflow: hidden;
    text-align: right;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 80% !important;
    }

.contactPage, .contactPageMap .contentPage {
    padding-top: 40px;
    padding-left: 60px;
    font-family: "Arial";
}

    .contactPage, .contentPage h3, .contactPageMap {
        font-size: 20px;
        color: rgb( 151, 17, 25 );
        font-weight: bold;
        margin: 0;
    }

    .contactPage h4 {
        font-size: 18px;
        line-height: 1.3;
    }

.contactPageMap {
    padding-left: 0 !important;
}

.partialPages {
    padding: 10px 20px 10px;
    margin-top: -50px;
}

.loginPages {
    margin-top: 50px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #CCCC99;
    border-radius: 10px;
}

.modal-dialog {
    overflow-y: initial !important;
    z-index: 1000;
}

.modal-body {
    overflow-y: auto;
    z-index: 1;
}

.modal-header {
    color: rgb( 151, 17, 25 );
    background-color: #CCCC99;
    border-radius: 5px 5px 0 0;
    border-bottom-color: rgb( 151, 17, 25 );
    height: 58px;
}

.donationMain {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -200px;
}

    .donationMain label {
        font-weight: normal;
    }

    .donationMain a {
        color: blue;
        font-weight: bolder;
    }

.dividerLine {
    border-left: 1px solid rgb( 151, 17, 25 );
}

.form-group.required > div:first-child:after {
    position: absolute;
    content: '*';
    color: red;
    right: 15px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
}

.form-group.requiredAll > div:after {
    position: absolute;
    content: '*';
    color: red;
    right: 15px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
}

.verticalCenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    line-height: 2.8;
}

.cardImage {
    padding-top: 10px;
    padding-bottom: 20px;
}

    .cardImage img {
        display: inline-block;
        background-repeat: no-repeat;
        width: 51px;
        height: 32px;
        margin: 0 7px 0 0;
    }

.cke_skin_kama .cke_contents iframe {
    min-height: 500px;
}

#cke_editor1 + input {
    display: none;
}

.cke_reset {
    min-height: 500px !important;
}

#divBookLokale {
    margin-top: 10px;
}

/* Web grid styles */
.pagingWebGrid {
    margin: 4px;
    border-collapse: collapse;
    width: 100%;
    background-color: #B4CFC3;
}

.pagingHeader {
    background-color: #C1D4E6;
    font-weight: bold;
    color: #FFF;
}

.pagingWebGrid th, .pagingWebGrid td {
    border: 1px solid #C0C0C0;
    padding: 5px;
}

.paginAlt {
    background-color: #E4E9F5;
    color: #000;
}

.gridHead a:hover {
    text-decoration: underline;
}

.paginSelect {
    background-color: #71857C;
}

.img-rounded {
    border-radius: 4px !important;
    margin: 5px;
}

.icon-details {
    display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASAAAAEgABBYbsXQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHzSURBVEiJvZY/aBRREMZ/35vZPf9AOFJZiKApkspKLSws0gQEwSoKIoIg2CmK2Al2wcomtRY2th5GG+0sJAiKTVLZ2AhGEDTqHbtjcTm9u1yxu4cODOy+N7PfzHzz3ixA25I9MPkPk0dD/ZTwOxHBuCrhtyTuAa+AzzQQwULAfAqd6EZ3fWTT5M9MHoAmRVBFHT9p8kj47fG91A8AIiKaRN/PQOXfZEYlNf1oVfGRF/ky0uUqjkWk6xG/NmoBBDoiWKoCkBHtKnYjAEX0VoCVKo5V5Z9z8L9Jzq9IcbOKo0LnutF9VwsgoAVUIk9gg+ceacsoJt8CJn9u8qh7egHPyY86fgqYAfZCa26XXROAjOy4yzeHLrvtRHZtkm1tkiXNloonAW2Ju0RcBN5KcT9XfmzqEiWyqyYPw5aHyrXH5Fsm70ydQUoxB5QFxdpgLSJ+Ir0IOLzLvi5AlNoAkmFnB2uS9hOxJOnN1AAFvccQH5BW3XzVlN1I8tfADBGzkmzEoUkXQWve5OtDXfTR5NsmD0vZI8CG2/TpzkTLG5yFQ5Av7Ey1RZN/HwfxCK1Jcdpkm5ayr3XKleRAiaUspURHJWdCdIi4YClD0iUv6T10+cEIzgsO1OWkL/GtLPWliN7LTNkfkIS/bzTkK/wELJq8A+z7DQYoASroTMG5AAAAAElFTkSuQmCC') /*../Images/Icons/details.png*/;
}

.icon-edit {
    display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABPAAAATwBTZvJDgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFJSURBVEiJrdO7LgRRGMDx34rtJJKN3noChUdQaoS4v4io9AqNjodQohCJRmFFNiJxKRQKlUujsTIKZ2SME3PZPcmXyZyT8//PdxlJkugnMIdbHKD957xP+Ax6SEI85CX9Cs4z8KhkSH/rMrI3jpNGo9FG9QwwgVk0MYqzSBY/mVSFr2Vq3kGrQHJYBb7qd0MTXBRIbsrCVyLwIkkPc2Xgy//AY5I939M1UzimWCoBT6ODZukfDYsV4GnMlhIE+EdFeA8ThQIs1ISvRT82B58fJPyXAGN4RXdQ8LxgHe9h3DYHAc8LrrCbef9PUgr+I8BkuDiZ60lMUhqeFWzhGSORqdqsCw/3DeExAE7zktCTbh14KpjOleAUI6Fsu6HxL1isCk8FO5E6P4fnNTbQqgNPBXc5+BO2MVUXmo1hvOEeR9jHcZIknwa0vgBCwwXxxip5HAAAAABJRU5ErkJggg==') /*../Images/Icons/edit.png*/;
}

.icon-delete {
    display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAbgAAAG4BI+U+pwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFMSURBVEiJ7da/SlxREAbw3wQTYiFImgQRH8BKmxQ2dha+QSwSCCltkt7K2s7awiYp8xJ5ABtBLQxsEbFYBck/MI7FntW7smc3q53sB8O5c+fM93Hm3DPnykw1wxqukBX7h7eDOCYMxgra2K7E17GK3RpBj0BETGAeT8qrF7jA10r+O0xHxELxr7CfmZc3MxrlmEFLvRz/ay3M9CvRG8yW8U9tyUPwHJ8Lxxa9JZoq49N7kjdzu1x9N7m6YfdBlPqLiGnMYQ+b2BmR6z028BpHmXlOYwWZeR4RXbedmd8j4pnO5p9m5q+IeFXmnkTEJF7iR2b+jYh2yW11ybn9HGuYx7HOeYAvxWC5xBYHEQwTeDDGAmOBscBjEBh2Jx/o9Jrj4n9oxL6V2OEoAr/xE6ulfd+g0Wl7nhv+Usm/6An2+VX5iDOj38Vn+HSX7xrGMbrKLqIbHwAAAABJRU5ErkJggg==') /*../Images/Icons/delete.png*/;
}

.LinkToPage {
    float: left;
    padding: 0 5px 0 5px;
}

.ThreeLink {
    width: 115px;
}

.webgrid-minmaxcolwidth {
    min-width: 50px;
    max-width: 350px;
}

.form-textarea > textarea {
    width: 100%;
    height: 55px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .modal-dialog {
        overflow-y: initial !important;
        top: 55px;
        outline: none;
    }

    .modal-body {
        overflow-y: auto;
        height: 350px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .modal-dialog {
        overflow-y: initial !important;
        top: 55px;
        outline: none;
    }

    .modal-body {
        overflow-y: auto;
        height: 350px;
    }

    .dropdown-menu {
        margin-left: 12px !important;
        box-shadow: 0 0 0 0;
    }
}

@media (max-width: 750px) {
    .navbar-header {
        display: block;
    }

    #MainNav .navbar-default ul > li > a {
        padding: 15px 10px 15px 15px;
        background: none;
        font-size: 10px;
    }

    .navbar-default .navbar-collapse, .navbar-default {
        overflow: hidden;
    }

    #topBar p {
        font-size: 8px;
    }

    #logoLeft img {
        width: 250px !important;
        padding-bottom: 5px;
        margin-left: -20px;
        /*display: none;*/
    }

    #PoweredBy {
        text-align: right;
    }

        #PoweredBy span img {
            height: 40px;
            margin-left: 10px;
        }

    #logoRight img {
        /*width: 170px;
        padding-bottom: 5px;*/
        display: none;
    }

    .dropdown-menu {
        margin-left: 38px;
        box-shadow: 0 0 0 0;
    }

    .modal-dialog {
        overflow-y: initial !important;
        /*top: 55px;*/
        outline: none;
    }

    .modal-body {
        overflow-y: auto;
        height: 350px;
    }
}

@media (max-width: 990px) {
    #MainNav .navbar-default ul > li > a {
        padding: 15px 10px 15px 15px;
        background-image: none !important;
        background: none;
        font-size: 10px;
    }

    #logoRight a {
        float: right;
        margin-bottom: 0;
    }

    #logoLeft img {
        width: 470px;
        /*padding-bottom: 5px;*/
    }

    #logoRight img {
        width: 140px;
        /*padding-bottom: 5px;*/
    }

    .dropdown-menu {
        margin-left: 42px !important;
        box-shadow: 0 0 0 0;
    }

    .modal-dialog {
        overflow-y: initial !important;
        top: 55px;
        outline: none;
    }

    .modal-body {
        overflow-y: auto;
        height: 570px;
    }
}

@media (max-width: 2570px) {
    #logoLeft img {
        width: 70px;
        margin-bottom: 5px;
    }

    #logoRight img {
        width: 140px;
    }

    .dropdown-menu {
        margin-left: 10px !important;
        box-shadow: 0 0 0 0;
    }

    .modal-dialog {
        overflow-y: initial !important;
        top: 55px;
        outline: none;
    }

    .modal-body {
        overflow-y: auto;
        height: 570px;
    }
}
.btn-default {
    background-color: #96C2DD;
}