﻿body {
}
/* font family code starts here*/
@font-face {
    font-family: Open-Sans;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-facesfile: {
    font-family: Open-Sans;
    src: url('../fonts/OpenSans-Regular.ttf'), local('OpenSans-Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* font family code ends here*/

/*Media query starts*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}

/*Media query ends*/
/*******************************/

.LoginBg {
    background: url("../Images/Banner/banner2.jpg") repeat 0px 0px fixed;
}

.Admintxtbox {
    background-color: #FFF;
    height: 30px;
    border: 1px solid #666;
    width: 90%;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 0px 7px;
}

    .Admintxtbox:hover, .Admintxtbox:focus {
        border: 1px solid #333;
    }

.AdminLogin {
    background-color: #FFF;
    height: 30px;
    border: 1px solid #666;
    width: 90%;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 0px 37px;
    background: url("../Images/Icons/General/LoginUserName.png") no-repeat scroll 2px 4px transparent;
}

    .AdminLogin:hover, .AdminLogin:focus {
        border: 1px solid #333;
    }

.AdminPassword {
    background-color: #FFF;
    height: 30px;
    border: 1px solid #666;
    width: 90%;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 0px 37px;
    background: url("../Images/Icons/General/LoginPassword.png") no-repeat scroll 2px 1px transparent;
}

    .AdminPassword:hover, .AdminPassword:focus {
        border: 1px solid #333;
    }

.Adminbtn {
    height: 30px;
    width: 110px;
    border: 1px solid #05222a;
    border-radius: 0px;
    background-color: #05222a;
    color: #fff;
}

    .Adminbtn:hover {
        opacity: 0.8;
        transition: all 0.5s;
    }

.LBox p {
    padding: 0px 0px 10px 0px;
}

@media (min-width: 300px) and (max-width: 350px) {
    .MTop {
        margin-top: 5px;
    }
}
/*Media query starts*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .Content-Height {
        height: 60px;
    }
}
/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .Content-Height {
        height: 90px;
    }
}
/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .Content-Height {
        height: 95px;
    }
}
/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .Content-Height {
        height: 95px;
    }
}
/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query ends*/

.Admin-Subpage {
    /*background-color: #efefef; 
	box-shadow: inset 0px 1px 20px 5px #ccc;*/
    background-color: #fff;
    border-radius: 5px;
}

.Heading {
    font-family: Calibri;
    height: 40px;
    color: #e15326; /*#2a3b57;*/
    font-size: 25pt;
    font-weight: bold;
    /*padding-left:15px;*/
    padding-top: 10px;
}

.PopupMenuLink {
    font-family: Calibri;
    font-size: 14px;
    color: #fff;
    padding: 5px 2px;
}

    .PopupMenuLink:hover {
        text-decoration: underline;
    }

.ClickOption {
    background-color: #e15326;
    display: block;
    padding: 3px;
    border: solid 1px #e15326;
    width: 106px;
    text-align: left;
    margin-left: -48px;
}

.Clickhere {
    color: #000;
}

    .Clickhere:hover {
        color: #e15326;
        transition: all 0.5s;
    }

    .Clickhere:focus {
        color: #e15326;
        transition: all 0.5s;
    }

GridPagerStyle {
}

.GridPagerStyle a {
    background-color: #994d00;
    color: #284775;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px Soild #284775;
    transition-duration: 0.8s;
}

    .GridPagerStyle a:hover {
        background-color: #040707;
        color: #994d00;
        border: 1px Soild #fff;
    }

.GridPagerStyle span {
    background-color: #040707;
    padding: 4px 7px;
    color: #fff;
    border: 1px Soild #040707;
}

tr.GridPagerStyle td {
    border: none;
    background-color: #e15326;
    height: 10px;
    padding: 3px;
}

.GridEmptyRowStyle td {
    color: #fff !important;
    background-color: #e15326;
    border: #e15326 !important;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    text-align: center !important;
}

.autocomplete_completionListElement {
    font-family: Calibri;
    font-size: 14px;
    visibility: hidden;
    background-color: inherit;
    color: #994d00;
    border: buttonshadow;
    border-width: 0px;
    border-style: solid;
    cursor: 'default';
    /*overflow: auto;*/
    text-align: left;
    /*list-style-type: none;*/
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_listItem {
    /*width:95%;*/
    font-family: Calibri;
    font-size: 14px;
    background-color: #666;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_highlightedListItem {
    /*width:95%;*/
    font-family: Calibri;
    font-size: 14px;
    background-color: #e15326;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    position: relative;
    cursor: pointer;
    list-style: none;
}

.gvControltxt td {
    font-family: Calibri;
    font-size: 13px;
    color: #3e3e3e;
    padding: 3px 5px;
    /*background-color:#eee;*/
}

.gvControltxt th {
    font-family: Calibri;
    font-size: 14px;
    color: #fff;
    background-color: #e15326;
    height: 25px;
    padding: 0 4px 0 4px;
    font-weight: bold;
    text-transform: capitalize;
    border: solid 1px black;
}

.ParentMenu {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.AchieveSlider1, .AchieveSliderManager1 {
    /*margin: auto; */
    width: 10000px; /*margin:0px;*/
    position: relative;
    float: left; /*background-color :#336699;*/
}

.RightArrow1 img {
    cursor: pointer; /*background: rgba(255,255,255,0.7);*/
    float: right;
    margin-right: 30px;
    margin-top: -20px;
    opacity: 0.7;
    transition: all 0.5s;
}

    .RightArrow1 img:hover {
        background-color: #fff;
        /*background: rgba(0,0,0,0.7);*/
        border-radius: 50px;
    }

.LeftArrow1 img {
    cursor: pointer; /*background: rgba(255,255,255,0.7);*/
    float: left;
    margin-top: -20px;
    margin-left: 30px;
    opacity: 0.7;
    transition: all 0.5s;
}

    .LeftArrow1 img:hover {
        /*background: rgba(0,0,0,0.7);*/
        background-color: #fff;
        border-radius: 50px;
    }

#AchevimentScrollingSlider1, #Div1 {
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 270px;
}

.Range a {
    background-color: white;
    /*color:#919191;*/
    color: #666;
}

    .Range a:hover {
        background-color: red;
        /*color:#919191;*/
        color: #fff;
    }

.Menu {
    color: #000;
}

    .Menu:hover {
        color: #E15326;
        transition: all 0.5s;
    }

.AdminPostBtn {
    border: none;
    background-color: #fff;
    color: #000;
}

.AdminPostBtnhover {
    border: none;
    background-color: #e15326;
    color: #eee;
}
