﻿/*Carousel Indeicator*/
.carousel .item img {
    width: 100%;
    height: auto
}


.carousel ol.carousel-indicators {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    width: 35px;
    height: 8px;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

ol.carousel-indicators li {
    background: #993300;
    margin-left: 2px;
    margin-right: 2px;
}

    ol.carousel-indicators li.active {
        background: blue;
    }

    ol.carousel-indicators li:hover {
        background: gray;
    }

    ol.carousel-indicators li.active:hover {
        background: blue;
    }

@font-face {
    font-family: bmi; /*title*/
    src: url('../../Styles/Fonts/bmi/bmi.eot');
    src: url('../../Styles/Fonts/bmi/bmi.eot?#iefix') format('embedded-opentype'), url('../../Styles/Fonts/bmi/bmi.woff') format('woff'), url('../../Styles/Fonts/bmi/bmi.woff2') format('woff2'), url('../../Styles/Fonts/bmi/bmi.ttf') format('truetype'), url('../../Styles/Fonts/bmi/bmi.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Glyphicons Halflings'; /*title*/
    src: url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../../Styles/Fonts/glyphicons/glyphicons-halflings-regular.svg#svgFontName') format('svg');
}
.dropdown-submenu{position:relative;text-align:left;}
.dropdown-submenu>.dropdown-menu{text-align:left;top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{  display:block;float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:3px;margin-left:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#F2635F;}
.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;}
.SectionTitle {
    display: inline-block;
    background-color: #226699;
    color: #fff;
    padding: 5px 20px;
    border-radius: 18px;
    z-index: 9;
    position: relative;
}

.SectionArchive {
    background-color: #dbe0e0;
    padding: 5px 28px;
    border-radius: 18px;
    color: black;
    margin-left: -25px;
    z-index: -7;
    display: inline-block;
}

body {
    font-family:Arial;
    font-size: 13px;
    direction: ltr;
    margin: 0px;
    align: center;
    background-color: white;
}

.redColor {
    color: #F2635F;
}
a:hover {
    text-decoration:none;
}
.hyperLinks {
    text-decoration: none;
    color: white;
}

    .hyperLinks:hover {
        color: #F2635F;
        text-decoration: none;
    }

.TblTabMenus {
    border-radius: 6px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.time {
    color: RGB(128,128,128);
}

 
 
 .gridViewFooter {
    background-color: #E0A025 !important;
    letter-spacing:10px;
    height:30px;
}

.gridviewMultipleItem {
    padding: 10px;
    padding-left: 20px;
    border-width: 0px !important;
}

#gridView a:hover {
    color: #006495 !important;
}


.gridviewMultipleItem a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e165";
    color: red;
    padding-right: 10px;
}

#gridView th {
    text-align: left !important;
    direction: ltr;
    padding: 10px;
    color: white !important;
     background-color: RGB(0,100,149) !important;
    border-width: 0px;
}
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 30px;
            border-top-left-radius: 30px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 30px;
            border-top-right-radius: 30px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
