﻿@font-face {
    font-family: 'Assistant-Regular';
    src: url('fonts/Assistant-Regular.ttf.woff') format('woff'), url('fonts/Assistant-Regular.ttf.svg#Assistant-Regular') format('svg'), url('fonts/Assistant-Regular.ttf.eot'), url('fonts/Assistant-Regular.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant-Regular.ttf';
    src: url('fonts/Assistant-Regular.ttf.eot') format('embedded-opentype');
}

body {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    -ms-width: 100%;
    overflow-x: hidden;
    font-family: 'Assistant-Regular';
}
a{
    color:#aa945b
}
.Font14 {
    font-size: 14px;
}

.Width100 {
    width: 100%;
}

.WeekdaysClass {
    margin-right: 52px;
}

.Width1024 {
    width: 100%;
    max-width: 1024px;
}

.Margin0Auto {
    margin: 0 auto;
}

.ThemeColor1 {
    background-color: #3b4343;
}

.FloatLeft {
    float: left;
}

.FloatRigh {
    float: right;
}

.LayerIcon {
    background-image: url('/Styles/Images/LayerIcon.gif');
    width: 20px;
    height: 20px;
}

.TopNavContact {
    color: #e9e6e0;
    padding-right: 40px;
}

div#TopNavInner {
    height: 22px;
}

div#TopNav {
    padding: 5px 0px;
}

.Colore9e6e0 {
    color: #e9e6e0;
}

.TopNavContactIcon {
    background-position: 201px 0px;
}

.TopNavContactValue {
    padding: 0px 7px;
}

.TopNavMailIcon {
    width: 27px;
    background-position: -93px 0px;
}

.TopNavMailValue {
    padding: 0px 10px;
}

.TopNavSocial div a {
    display: block;
    height: 100%;
    width: 100%;
}

.TopNavSocial div {
    float: left;
    margin-right: 15px;
}

.TopNavSocial .Facebook {
    background-position: -205px 0px;
}

.TopNavSocial .GooglePlus {
    background-position: -236px 0px;
    height: 23px;
}

.TopNavSocial .RSS {
    background-position: -273px 0px;
}

.TopNavSocial .Pinterest {
    background-position: -308px 0px;
}

.TopNavSocial .LinkedIn {
    background-position: -341px 0px;
}

#Header {
    background-image: url(/Styles/Images/TopBG.png);
    padding: 10px 0px;
    /*position: absolute;
    z-index: 1000000;*/
    /*opacity: .9;*/
}

#Logo img {
    height: 70px;
}

.clear {
    clear: both;
}

ul#TopMenuUL > li {
    float: left;
    margin-right: 33px;
    padding: 6px 15px;
}

    ul#TopMenuUL > li.Selected {
        background-color: #0c6cc6;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        ul#TopMenuUL > li.Selected > a {
            color: #ffffff;
        }

    ul#TopMenuUL > li:hover {
        background-color: #0c6cc6;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        ul#TopMenuUL > li:hover > ul {
            display: block;
        }

        ul#TopMenuUL > li:hover > a {
            color: #ffffff;
        }

    ul#TopMenuUL > li a {
        text-decoration: none;
        color: #2e3434;
        text-transform: uppercase;
    }

ul#TopMenuUL {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
}

    ul#TopMenuUL UL {
        list-style: none;
        display: none;
        padding: 0;
        position: absolute;
        padding: 11px;
        background-color: gray;
        margin-top: 7px;
        min-width: 79px;
        margin-left: -14px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        ul#TopMenuUL UL li:hover a {
            color: white;
        }

        ul#TopMenuUL UL li {
            padding-top: 5px;
        }

    ul#TopMenuUL > li:last-child {
        margin-right: 0px;
    }

    ul#TopMenuUL UL li:first-child {
        padding-top: 0px;
    }

    ul#TopMenuUL > li > ul a {
        color: rgb(221, 221, 221);
        font-size: 14px;
    }

/*Slider*/

.slidshowTitle {
    position: absolute;
    width: 550px;
    top: 50%;
    left: 14%;
    padding: 5px;
    line-height: 36px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    -moz-transform: perspective(2000px);
    -ms-transform: perspective(2000px);
    -o-transform: perspective(2000px);
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
}

.slidshowTitleHeader {
    background-color: #d33541;
    font-size: 38px;
    padding: 13px;
    float: left;
    margin-bottom: 20px;
}

.slidshowTitleValue {
    color: #3b4343;
}


.loginTextOuter {
    background-color: #0c6cc6;
    padding: 15px 0px 15px 0px;
}

.buttonBlueWhite {
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background-color: #0c6cc6;
    font-weight: 600;
    padding: 4px 40px 6px 40px;
}

.buttonWhiteBlue {
    background-color: #fff;
    text-decoration: none;
    font-size: 21px;
    padding: 2px 10px 7px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    color: #0c6cc6;
    cursor: pointer;
}

.loginText {
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
}

div#LoginBground {
    background-color: #eeeeee;
}

div.loginHeading {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

div#upperLoginPart {
    padding: 3%;
}

.cursorPointer {
    cursor: pointer;
}

.textboxuser {
    width: 96%;
    border: 1px solid rgb(228, 228, 228);
    height: 20px;
    padding: 2%;
}

.loginSection1 {
    width: 39%;
    margin-right: 4%;
}

.lblerrormsg {
    color: red;
    font-size: 13px;
}

.loginmid {
    padding-bottom: 20px;
}

.loginButtonDiv {
    margin-top: 20px;
    padding-bottom: 27px;
}

#forgotpassdiv a {
    color: #3b4343;
    font-size: 14px;
    text-decoration: none;
}

div#forgotpassdiv {
    text-align: center;
}

.iconOnTextBox {
    z-index: 9999999999;
    margin-left: 94%;
    margin-top: -8%;
}

/*Footer*/
div#Footer {
    background-color: #3b4343;
    color: #e1e1e1;
    padding: 15px 0px 10px 0px;
    font-size: 14px;
}

div#FooterInner > div {
    width: 33%;
}

.FooterSec2Header {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.FooterText {
    padding: 15px 0px;
    border-bottom: 1px solid gray;
    max-width: 250px;
}

.FooterAddress {
    padding: 15px 0px;
}

.FooterContactIcon {
    background-position: 201px 0px;
    margin-right: 6px;
}

.FooterEmailIcon {
    background-position: 236px 0px;
    margin-right: 6px;
}

.FooterContact {
    padding-bottom: 10px;
}

div#FooterSec2 ul, div#FooterSec3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    div#FooterSec2 ul a {
        color: #e1e1e1;
        text-decoration: none;
    }

    div#FooterSec2 ul li {
        float: left;
        width: 125px;
        border: 1px solid rgb(79, 79, 79);
        padding: 4px 0px;
        text-align: center;
        margin: 15px 40px 15px 0px;
    }

        div#FooterSec2 ul li:nth-child(2n) {
            margin-right: 0px;
        }

    div#FooterSec3 ul li {
        float: left;
        margin: 2px;
    }

#footer2 {
    background-color: #232828;
    text-align: center;
    font-size: 13px;
    color: white;
    padding: 10px 0px;
}

/*About Us CSS */
.btnMrgnAboutUs {
    margin-right: 30px;
}

.DollarText {
    padding: 69px 0px 0px 178px;
    color: #0c6cc6;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.AboutUspopUpDiv {
    width: 512px;
    border: 2px solid rgba(128, 124, 124, 0.81);
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    position: fixed;
    background-color: rgb(255, 255, 255);
}

.textboxAmount {
    width: 50%;
    height: 30px;
    margin: 0px;
    border: 2px solid #504E4E;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
}

.MiddleImage {
    width: 94%;
    background-image: url(/Styles/Images/PaymentAmount.jpg);
    background-repeat: no-repeat;
    height: 122px;
    margin-left: 30px;
}

#BannerDiv {
    background-image: url(/Styles/sliderImg/slide1.jpg);
    background-size: cover;
    background-position: 60% 0px;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 21px;
    z-index: -999;
}

#ParentAboutContent {
    margin: 0 auto;
    width: 1024px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.TopSpace {
    margin-top: 20px;
}

#MainTitle {
    text-align: center;
}

.AboutCategory {
    width: 26.33%;
    height: auto;
    padding-right: 7%;
    float: left;
    margin-bottom: 30px;
}

.IconAbout {
    text-align: center;
}

.Description12 {
    color: #4a4a4a;
    font-size: 12px;
}

.Description14 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
}

.Description22 {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 700;
}

.ViewDiv {
    color: #fff;
    font-size: 14px;
    background-color: #0c6cc6;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
}

.ViewAll {
    padding: 2%;
    text-align: center;
}

.CircleDiv {
    width: 31%;
    background-color: rgb(237, 230, 230);
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 39%;
}

.IconAbout :hover {
    background-color: #1f6694;
    color: white;
}

.IconsFont {
    font-size: 38px !important;
    margin-top: 30%;
}

/*-------------AMITESH (SignUP-Login && Registration)---------------*/

#mainHeading {
    font-size: 24px;
    font-weight: bold;
    color: #4a4a4a;
    text-align: center;
}

.mainPageHeading {
    font-size: 22px;
    font-weight: bold;
    color: #4a4a4a;
    text-align: left;
}

.sectionHeading {
    font-size: 18px;
    font-weight: 600;
    color: #0c6cc6;
    text-align: left;
    background-color: #F4F0F0;
    padding: 8px 8px 8px 8px;
}

#introImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div10 {
    width: 10%;
}

.div20 {
    width: 20%;
    font-weight: 600;
}

.divApplicantDetail33 {
    width: 32%;
}

.divApplicantDetail34 {
    width: 33%;
}

.div32 {
    width: 32%;
}

.div34 {
    width: 34%;
    margin-right: 9px;
}

.div49 {
    width: 49%;
}

.div50 {
    width: 45%;
    margin-right: 5%;
}

.div47 {
    width: 46%;
    margin-right: 9px;
}

.div90 {
    width: 90%;
}

.div100 {
    width: 100%;
}

.font16 {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
}

.margin5 {
    margin-top: 5px;
}

.margin6 {
    margin-top: 6px;
}

.margin22 {
    margin-top: 22px;
}

.introText {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
}

.font12 {
    font-size: 12px;
    color: #4a4a4a;
}

.font14 {
    font-size: 12px;
    color: #4a4a4a;
}

.divSeparator {
    clear: both;
    height: 40px;
}

.divSeparatorRegistration {
    clear: both;
    height: 25px;
}


.divSeparatorDetails {
    clear: both;
    height: 25px;
}

.addMoreTextboxINPUT {
    width: 91%;
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
    font-family: Assistant-Regular;
    font-size: 13.3333px;
}

.textboxINPUT {
    width: 97%;
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    background-color: rgba( 255,255,255,0.85 );
    font-family: 'Segoe UI';
    font-size: 13.3333px;
}

.rbtnINPUT {
    width: 97%;
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
}

.ddListINPUT {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    /*border: 2px solid #D8D8D8;*/
    background-color: rgba( 255,255,255,0.85 );
}

.btnMrgn {
    margin: 5px;
}

.btnMrgnApplyLeave {
    margin: 11px;
}

.btnSubmit {
    width: 95px;
    background-color: #0c6cc6;
    color: #fff;
    padding: 5px 6px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

    .btnSubmit:hover {
        background-color: #1B9805;
    }

.btnCancel {
    width: 95px;
    background-color: red;
    color: #fff;
    padding: 5px 6px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

    .btnCancel:hover {
        background-color: #1B9805;
    }

.IconDefault {
    font-size: 36px !important;
    color: rgb(41, 125, 207);
}

/*.ErrorDetails {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: aliceblue;
    border: 1px solid #C5BCBC;
    border-radius: 10px;
    display: none;
    color: red;
    font-size: 14px;
    font-weight: 700;
}*/
.ErrorDetails {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #fadcdb;
    border: 1px solid #f3888c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    color: #b20b03;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 1px;
}

/*.DefaultErrorDetails {
    text-align: center;
    width: 100%;
    height: auto;
    display: none;
    color: red;
    font-size: 14px;
    font-weight: 700;
}*/
.DefaultErrorDetails {
    text-align: center;
    width: 94%;
    height: auto;
    background-color: #fadcdb;
    border: 1px solid #f3888c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    color: #b20b03;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 1px;
    margin: 0 auto;
}

.SpecifyCategory {
    display: none;
}

/*input[type="radio"][name="userType"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 47.5%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0c6cc6;
}*/

/*-------------------Contact US---------------------------------*/

.textareaINPUT {
    width: 97%;
    height: 104px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
}

/*-----------Courses & Status_By_Registrar---------------------*/
.coursesDiv6 {
    width: 6.7%;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}


.coursesDiv8 {
    width: 7.5%;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.coursesDiv9 {
    width: 8%;
    margin-left: 8px;
}

.coursesDiv10 {
    width: 9%;
    float: left;
    margin-left: 8px;
}

.coursesDiv11 {
    width: 10%;
    float: left;
    margin-left: 8px;
}

.coursesDiv12 {
    width: 11%;
    float: left;
    margin-left: 8px;
}

.coursesDiv13 {
    width: 12%;
    float: left;
    margin-left: 8px;
}

.coursesDiv14 {
    width: 13%;
    float: left;
    margin-left: 8px;
}

.coursesDiv15 {
    width: 14%;
    float: left;
    margin-left: 8px;
}

.coursesDiv16 {
    width: 15%;
    float: left;
    margin-left: 8px;
}

.coursesDiv17 {
    width: 16%;
    float: left;
    margin-left: 8px;
}

.coursesDiv18 {
    width: 18%;
    float: left;
    margin-left: 8px;
}

.coursesDiv19 {
    width: 19%;
    float: left;
    margin-left: 8px;
}

.coursesDiv20 {
    width: 20%;
    float: left;
    margin-left: 8px;
}

.coursesDiv21 {
    width: 21%;
    float: left;
    margin-left: 8px;
}

.coursesDiv22 {
    width: 22%;
    float: left;
    margin-left: 8px;
}

.coursesDiv24 {
    width: 24%;
    float: left;
    margin-left: 8px;
}

.coursesDiv25 {
    width: 25%;
    background-color: #EFEBEB;
    border: 1px solid #D8D8D8;
}

.coursesDiv27 {
    width: 27%;
    float: left;
    margin-left: 8px;
}

.coursesDiv30 {
    width: 29%;
    float: left;
    margin-left: 8px;
}

.coursesDiv33 {
    width: 32.5%;
    float: left;
    margin-left: 8px;
}

.coursesDiv40 {
    width: 39%;
    float: left;
    margin-left: 8px;
}

.coursesDiv50 {
    width: 49%;
    float: left;
    margin-left: 8px;
    text-align: center;
}

.coursesDiv74 {
    width: 74%;
}

.courseHyperlink {
    margin-left: 61%;
    margin-top: 5px;
}

.imageHyperlink {
    color: black;
}


.coursesDivHead24 {
    width: 24%;
    float: left;
    padding: 4px;
    margin-left: 4px;
}

.coursesDivHead30 {
    width: 30%;
    float: left;
    padding: 4px;
    margin-left: 4px;
}

.coursesDivHead16 {
    width: 16%;
    float: left;
    padding: 4px;
    margin-left: 4px;
}

.courseGridHead {
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;
    float: left;
    font-size: 16px;
    border: 1px solid #d7d7d7;
}

.courseGridColumns {
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 8px 0px;
    border: 1px solid #D8D8D8;
}

.hdr_clr_grd {
    background: #fbfbfb;
}

.courseGridRows {
    width: 100%;
    height: auto;
    text-align: left;
    color: #686868;
    background-color: white;
    float: left;
    padding: 8px 0px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-top: snow;
}

.courseGridTotal {
    width: 100%;
    height: 28px;
    text-align: left;
    color: #4a4a4a;
    background-color: white;
    float: left;
    font-size: 16px;
}

.purchaseOrderGridColumns {
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
    font-size: 12px;
    padding: 4px 0px;
    border: 1px solid #D8D8D8;
}

.marginLeft8 {
    margin-left: 8px;
}

.marginLeft21 {
    margin-left: 21px;
}

.marginLeft35 {
    margin-left: 35%;
}

.marginLeft48 {
    margin-left: 48%;
}

.profileImageDiv {
    text-align: center;
}

.profilePic {
    border: 1.5px solid rgb(203, 203, 203);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -318px;
    z-index: -100;
    height: 140px;
    width: 140px;
}

.profilePic_StudentDetails {
    border: 1.5px solid rgb(203, 203, 203);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -100;
    height: 140px;
    width: 140px;
}

/*ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 150px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 150px;
}


span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}*/



.fileUploadProfilePic {
    margin-left: 164px;
    float: left;
    z-index: 100;
    width: 28%;
    height: 144px;
    opacity: 0;
    position: relative;
}

.Disable {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}




/*-----------------TEST FILE UPLOAD CUSTOMIZE------------------------*/

.fileUploadCSS {
    background-color: #abcdef;
    color: Yellow;
    border: 1px solid #AB00CC;
    font: Verdana 10px;
    padding: 1px 4px;
    font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 22px;
}

    .file-upload, .file-upload span {
        width: 120px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }

#ProfileNotification {
    position: fixed;
    z-index: 100000000;
    top: 65%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    width: 25%;
    border: 1px solid #D5D5D5;
    height: 130px;
    -moz-box-shadow: 5px 5px 5px #888888;
    -webkit-box-shadow: 5px 5px 5px #888888;
    box-shadow: 5px 5px 5px #888888;
    background-color: white;
}

#PanelNotification {
    width: 100%;
    background-color: gray;
    border: 1px solid #D5D5D5;
    height: 25px;
    margin-top: -1px;
    margin-left: -1px;
}

#LeftContentNotification {
    width: 27%;
    float: left;
}

#RightContentNotification {
    width: 90%;
    padding: 7%;
}

#Message {
    font-size: 14px;
    color: gray;
}

#Title {
    font-weight: 700;
    color: #5FA839;
    font-size: 20px;
}

#HeadingNotification {
    color: white;
    font-weight: 600;
    margin-left: 5%;
}

/*------------Hostel Details && Profile Details---------------------*/

.div33 {
    width: 30%;
    margin: 10px;
}

.divImage33 {
    width: 32%;
    margin: 6px;
}

.div66 {
    width: 62%;
    margin: 10px;
}

.DetailBground {
    background-color: #eeeeee;
    min-height: 170px;
}

.secondHeading {
    font-size: 22px;
    font-weight: 600;
    color: #0c6cc6;
    text-align: center;
}

.firstHostelImage {
    background-color: #0c6cc6;
    height: 170px;
    color: white;
    font-size: 25px;
}

.secondHostelImage {
    background-color: #00FF00;
    height: 170px;
    color: white;
    font-size: 25px;
}

.thirdHostelImage {
    background-color: #FF0000;
    height: 170px;
    color: white;
    font-size: 25px;
}

.btnHostelMrgn {
    margin-right: 42px;
    margin-top: 28px;
}

.font20 {
    font-size: 20px;
}

.bookOnlineHostelBckgrnd {
    background-color: #4a4a4a;
    min-height: 31px;
    color: white;
}

.uploadDocumentsBckgrnd {
    background-color: #4a4a4a;
    min-height: 31px;
    color: white;
}

.btnBookNow {
    margin-top: 2px;
    margin-right: 5px;
}

.noteDetails {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
}

.secondNoteDetails {
    font-size: 16px;
    font-weight: 400;
    color: #0c6cc6;
}

.HostelImages {
    font-size: 100px !important;
    margin: 15px;
    color: white;
}

.noteDetailImages {
    font-size: 50px !important;
    margin: 5px 10px;
    color: #E18700;
}

.handIconImages {
    font-size: 20px !important;
    margin: 3px 10px;
    color: white;
}

.profilePicImages {
    font-size: 20px !important;
    margin: 3px 10px;
    color: white;
}

.divBtnAddMore {
    margin-top: 3px;
    margin-right: 5px;
}

.btnAddMore {
    background-color: #38c;
    border: 1px solid #38c;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}

.marginPopUp {
    margin: 0px 7px;
}

.maskDiv {
    background-color: rgb(62, 60, 60);
    z-index: 100000;
    width: 100% !important;
    height: 3300px;
    position: absolute;
    margin: 0 auto;
    opacity: 0.9;
}

.maskDivStudentDetails {
    background-color: rgb(216, 216, 216);
    z-index: 100000;
    width: 100% !important;
    height: 4000px;
    position: absolute;
    margin: 0 auto;
    opacity: 0.9;
}

.popUpDiv {
    position: fixed;
    z-index: 100000000;
    top: 45%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
    background-color: rgb(255, 255, 255);
}

.registerNowPopUpDiv {
    position: fixed;
    z-index: 100000000;
    top: 60%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
    background-color: rgb(255, 255, 255);
}

.alertPopUpDiv {
    width: 500px;
    position: fixed;
    z-index: 100000000;
    top: 50%;
    left: 50%;
    margin-top: -6em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
    background-color: rgb(255, 255, 255);
}

.RegpopUpDiv {
    width: 512px;
    border: 2px solid #D8D8D8;
    z-index: 10000000;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 65%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

.EnquiryPopUpDiv {
    position: fixed;
    z-index: 100000000;
    top: 40%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
    background-color: rgb(255, 255, 255);
}

.EnquiryPopUpDivAfterLogin {
    position: relative;
    left: 50%;
    margin-top: 2em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
    background-color: rgb(255, 255, 255);
}


.cancelPopUp {
    cursor: pointer;
    color: white;
    background-color: red;
    width: 5%;
    text-align: center;
}

.RequiredField {
    border: 2px solid #FC0202;
    /*width: 97%;
    height: 31px;*/
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #FC0202;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
}

.RequiredLoginField {
    border: 2px solid #FC0202;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #FC0202 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
}

.disabledInput {
    background-color: #f2f2f2;
}

.editGrid {
    cursor: pointer;
    color: #0c6cc6;
    font-size: 17px;
}

.createInvoice {
    cursor: pointer;
    color: #0c6cc6;
    font-size: 12px;
}

.invoiceCreated {
    color: #0c6cc6;
    font-size: 12px;
}

.checkRedirect {
    cursor: pointer;
    color: #0c6cc6;
    font-size: 17px;
}

.IconDiv {
    width: 21px;
    height: 22px;
    margin: 6px;
    cursor: pointer;
}

.IconDivMinus {
    width: 21px;
    height: 22px;
    margin: 6px;
    cursor: pointer;
}

.slide {
    float: left;
    width: 100%;
}

.recordGuid {
    display: none;
}
/*------------Set and Forgot Password---------------------*/
.cpbg {
    width: 100%;
    background-image: url(/Styles/Images/site_bg.jpg);
    float: left;
}

.mob_img {
    width: 50%;
    float: left;
    margin: 40px 0px;
}

.form_cpws {
    float: right;
    width: 50%;
    margin: 40px 0px;
}

    .form_cpws h1 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .form_cpws a {
        color: #13afea;
        font-style: italic;
        text-decoration: none;
        font-size: 14px;
    }

        .form_cpws a:hover {
            text-decoration: underline;
        }

.form_cpws_2 {
    float: right;
    width: 50%;
    margin: 75px 0px;
}

    .form_cpws_2 h1 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .form_cpws_2 span {
        color: #666666;
        font-style: italic;
        text-decoration: none;
        font-size: 14px;
    }

#UserProfileDiv {
    float: right;
    margin-right: 20px;
}

.logout {
    color: #e9e6e0;
    text-decoration: none;
    margin-top: 4px;
    font-size: 17px !important;
}

#imagesDiv {
    display: none;
}

#myform input[type="password"], #myform input[type="text"] {
    width: 97%;
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    border-radius: 4px !important;
    background-color: rgba( 255,255,255,0.85 );
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
}

    #myform input[type="password"]:focus, #myform input[type="text"]:focus {
        outline: 0;
    }

#myform {
    position: relative;
}

.strength_meter {
    /*position: absolute;*/
    left: 50%;
    top: 47%;
    width: 100%;
    height: 43px;
    z-index: -1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 13px;
}

.button_strength {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}

.strength_meter div {
    width: 0%;
    height: 26px;
    text-align: right;
    color: #000;
    line-height: 26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .strength_meter div p {
        /*position: absolute;*/
        top: 22px;
        right: 0px;
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

.veryweak {
    background-color: #d9534f;
    border-color: #F04040 !important;
    width: 30% !important;
}

.weak {
    background-color: #FFA0A0;
    border-color: #FF853C !important;
    width: 50% !important;
}

.medium {
    background-color: #f0ad4e;
    border-color: #FC0 !important;
    width: 75% !important;
}

.strong {
    background-color: #5cb85c;
    border-color: #8DFF1C !important;
    width: 100% !important;
}



/*................Menu CSS................*/
@charset "UTF-8";
/* Starter CSS for Menu */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cssmenu ul,
    #cssmenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        position: relative;
        z-index: 597;
    }

        #cssmenu ul li {
            float: left;
            min-height: 1px;
            vertical-align: middle;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cssmenu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 100%;
        }

            #cssmenu ul ul li {
                float: none;
            }

            #cssmenu ul ul ul {
                top: 0;
                left: 100%;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul ul {
            margin-top: 0;
        }

    #cssmenu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }

    #cssmenu ul li.last ul {
        left: auto;
        right: 0;
    }

        #cssmenu ul li.last ul ul {
            left: auto;
            right: 99.5%;
        }

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }
/* Custom CSS Styles */
#cssmenu {
    width: auto;
    font-family: Helvetica, Arial, sans-serif;
}

    #cssmenu:before {
        /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAAA3NCSVQICAjb4U/gAAAAI0lEQVQImWPwj0hh+v//PxPD//9M////Z/rP8J/p//9/MD4AGUETB+SFfCsAAAAASUVORK5CYII=);
  background-color: #606a77;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f5864), color-stop(1, #49515b));
  background-image: -webkit-linear-gradient(top, #4f5864, #49515b);
  background-image: -moz-linear-gradient(top, #4f5864, #49515b);
  background-image: -o-linear-gradient(top, #4f5864, #49515b);
  background-image: linear-gradient(#4f5864, #49515b);
  -moz-box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;
  -webkit-box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;
  box-shadow: inset 0 2px 0 #586270, inset 0 1px 0 #6b7888;*/
        content: '';
        display: block;
        /*height: 8px;*/
    }

    #cssmenu > ul {
        /*border-bottom: 1px solid #252A30;
  border-top: 1px solid #252A30;
  -moz-box-shadow: inset 0 1px 0 #8799a9, 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 #8799a9, 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 #8799a9, 0 1px 1px rgba(0, 0, 0, 0.5);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABNCAIAAADo7ZnJAAAAA3NCSVQICAjb4U/gAAAAUUlEQVQYlXWPyRGAMAwDd1wwHVADJS+POERk4OVD1mGO8yq1wFIKLXHsJLDGH8wSou8q0bfGxplYcpaHRerG/J/zS/edLTnrjvDo7PHv1Nhy3lZMnHg0MO2JAAAAAElFTkSuQmCC);
  background-color: #566171;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e7d8f), color-stop(1, #404854));
  background-image: -webkit-linear-gradient(top, #6e7d8f, #404854);
  background-image: -moz-linear-gradient(top, #6e7d8f, #404854);
  background-image: -o-linear-gradient(top, #6e7d8f, #404854);
  background-image: linear-gradient(#6e7d8f, #404854);*/
        height: 27px;
        padding: 15px 15px 15px 5px;
    }

        #cssmenu > ul > li {
            margin: 0 10px;
        }

            #cssmenu > ul > li.has-sub:hover > a {
                -moz-border-radius: 3px 2px 0 0;
                -webkit-border-radius: 3px 2px 0 0;
                border-radius: 3px 2px 0 0;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

            #cssmenu > ul > li:hover > a {
                /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAGElEQVQImWP4//8/079//0jGf//+JVUPAADfUJPhbDTaAAAAAElFTkSuQmCC);*/
                background-color: #0c6cc6;
                /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c8c8c8));
  background-image: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -moz-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -o-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: linear-gradient(#ffffff, #c8c8c8);*/
                color: #ffffff;
            }

            #cssmenu > ul > li.active:hover > a {
                /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAJklEQVQImWP4MruP6d+/f0z//v5Fo/8x/fv3F41GyP8lUf2/v38BoDRPnb8AZS4AAAAASUVORK5CYII=);*/
                background-color: #0c6cc6;
                /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f49b8e), color-stop(1, #bd584d));
  background-image: -webkit-linear-gradient(top, #f49b8e, #bd584d);
  background-image: -moz-linear-gradient(top, #f49b8e, #bd584d);
  background-image: -o-linear-gradient(top, #f49b8e, #bd584d);
  background-image: linear-gradient(#f49b8e, #bd584d);*/
            }

    #cssmenu ul a {
        /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAAIUlEQVQImWP4+PEj09+/f5n+/fvH9PfvXzhG5uNik6gOAOTaUDaAXrIOAAAAAElFTkSuQmCC);*/
        /*background-color: #ffffff;*/
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(1, #a8a8a8));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: -moz-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: -o-linear-gradient(top, #f1f1f1, #a8a8a8);
  background-image: linear-gradient(#f1f1f1, #a8a8a8);*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        /* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);*/
        color: #3c444d;
        font-size: 12px;
        line-height: 36px;
        padding: 0 20px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
    }

    #cssmenu ul ul {
        width: 220px;
    }

        #cssmenu ul ul a {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            line-height: 150%;
        }

    #cssmenu ul .active > a {
        color: #FFF;
        /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
        /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAIAAAAyOnIjAAAAA3NCSVQICAjb4U/gAAAANUlEQVQImXXMsQ0AIRTD0FMmvRlYnAm+TQEIGronxcrX2x80hUEDpNx2em0lx9wNj37+rX4AhN5PdtvsqRUAAAAASUVORK5CYII=);*/
        background-color: #0c6cc6;
        /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef7260), color-stop(1, #b04c41));
  background-image: -webkit-linear-gradient(top, #ef7260, #b04c41);
  background-image: -moz-linear-gradient(top, #ef7260, #b04c41);
  background-image: -o-linear-gradient(top, #ef7260, #b04c41);
  background-image: linear-gradient(#ef7260, #b04c41);*/
    }

    #cssmenu ul .has-sub {
        position: relative;
    }

        #cssmenu ul .has-sub ul {
            /*-moz-border-radius: 0 3px 3px 3px;
            -webkit-border-radius: 0 3px 3px 3px;
            border-radius: 0 3px 3px 3px;*/
            /* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA2CAMAAAAxtAOuAAAAolBMVEXp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enCAApGAAAANXRSTlP9+vf08Ozp5eDc19POycS+ubOuqKOdl5GLhYB6dG5oYlxXUUxGQTs2MSwoIx8aFhMPCwgFAqv7N0MAAABMSURBVHheBcCDEcMAAADAj1Hbtr3/aj0/BEKRWCKVyRVKFVU1dQ1NLW0dXT19A0MjYxNTM3MLSytrG1s7ewdHJ2cXVzd3D08vbx/fP9L5BZigzasGAAAAAElFTkSuQmCC) repeat-x;*/
            background-color: #0c6cc6;
            /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), color-stop(1, #aaaaaa));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #aaaaaa);
  background-image: -moz-linear-gradient(top, #e9e9e9, #aaaaaa);
  background-image: -o-linear-gradient(top, #e9e9e9, #aaaaaa);
  background-image: linear-gradient(#e9e9e9, #aaaaaa);*/
            padding: 3px 0;
        }

            #cssmenu ul .has-sub ul a {
                background: none;
                padding: 8px 8px 8px 16px;
                /*border-bottom: 1px solid transparent;*/
                text-align: left;
                color: #ffffff;
            }

            #cssmenu ul .has-sub ul .has-sub a:after {
                content: none;
            }

        #cssmenu ul .has-sub li:hover > a {
            /* border-bottom: 1px solid #1D2024;*/
            color: #FFF;
            background-color: #333333;
            /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #56606f), color-stop(1, #3f4852));
  background-image: -webkit-linear-gradient(top, #56606f, #3f4852);
  background-image: -moz-linear-gradient(top, #56606f, #3f4852);
  background-image: -o-linear-gradient(top, #56606f, #3f4852);
  background-image: linear-gradient(#56606f, #3f4852);
  -moz-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
  -webkit-box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;
  box-shadow: inset 1px 2px 0 #5c6778, inset 0 1px 0 #4e5866;*/
            position: relative;
            /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
        }

        #cssmenu ul .has-sub li > a span {
            margin-left: 2%;
        }

        #cssmenu ul .has-sub li:hover > a:after {
            border-left: 0 none;
            background-color: #ff0000;
            /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea5f51), color-stop(1, #a9463b));
  background-image: -webkit-linear-gradient(top, #ea5f51, #a9463b);
  background-image: -moz-linear-gradient(top, #ea5f51, #a9463b);
  background-image: -o-linear-gradient(top, #ea5f51, #a9463b);
  background-image: linear-gradient(#ea5f51, #a9463b);
  -moz-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  -webkit-box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;
  box-shadow: inset -1px 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 #ce5448;*/
            content: '';
            height: 100%;
            width: 6px;
            position: absolute;
            right: 0;
            top: 0;
        }

        #cssmenu ul .has-sub > a {
            /*padding-right: 0;*/
        }

            #cssmenu ul .has-sub > a:after {
                content: '▼';
                /*border-left: 1px solid #185c9b;*/
                color: #5D6A7A;
                /* -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);*/
                display: inline-block;
                font-size: 9px;
                margin-left: 5px;
                text-align: center;
                height: 36px;
                width: 15px;
                text-shadow: 0 -1px 0 #101417;
            }

    #cssmenu ul .active > a:after {
        color: #FFF;
    }

    #cssmenu ul ul a {
        font-size: 12px;
    }

/*...........Library Css............*/
#LeftSection {
    float: left;
    width: 35%;
    margin-left: 30px;
}

#RightSection {
    padding: 7%;
    text-align: left;
}

.OverDueCss {
    background-color: #6D84D4;
    color: white;
}

.LibraryGridColums {
    width: 16%;
    float: left;
    margin-left: 5px;
}

.LibraryGridRows {
    width: 19%;
    float: left;
    margin-left: 5px;
}

.ApplyNewbook {
    width: 100%;
    background-color: #0c6cc6;
    color: #fff;
    padding: 5px 6px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
}

.LibpopUpDiv {
    width: 450px;
    border: 2px solid #D8D8D8;
    z-index: 100000;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

.NewLibrarypopUpDiv {
    width: 700px;
    border: 2px solid #D8D8D8;
    z-index: 100000;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 30%;
    left: 43%;
    /*margin-top: -15em;*/ /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #D8D8D8;
}

/*.........Job Requirement Css ..............*/
.block_wrappr {
    float: left;
    border: 1px solid #005B9E;
    background-color: #ffffff;
    color: #333333;
    height: auto;
    width: 100%;
}

.block_header {
    background-color: #2B6BFF;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}

.clearbth {
    clear: both;
}

.pad10 {
    padding: 10px;
}

.row_cont {
    padding: 5px 10px;
    border-bottom: 1px solid #CECECE;
    background-color: #FFFFFF;
}

.jbtitle {
    float: left;
    width: 25%;
    font-size: 14px;
    font-weight: bold;
}

.jbdecs {
    float: left;
    width: 75%;
    font-weight: normal;
}

.row_cont2 {
    padding: 5px 10px;
    border-bottom: 1px solid #CECECE;
    background-color: #EBEBEB;
}

.outerwidth {
    width: 100%;
}
/*.........Job Requirement Css ..............*/

/*............Transport Related CSS................*/

.TransportGridColums {
    width: 13%;
    float: left;
    margin-left: 13px;
}

.TransportGridColums14 {
    width: 14%;
    float: left;
    margin-left: 11px;
}

.TransportpopUpDiv {
    width: 512px;
    border: 2px solid #D8D8D8;
    z-index: 100000;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
}

.custombtn {
    width: 60%;
    background-color: red;
    color: #fff;
    padding: 5px 5px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
}
/*....................Master Page CSS.............*/
.OuterSPdiv {
    width: 100%;
    margin-left: 15px;
}

.LineDiv {
    width: 40%;
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    color: gray;
}

.RoundOuterDiv {
    background-color: #0c6cc6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 12%;
    height: 54px;
}

.RoundInnerDiv {
    margin: 12px 16px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Segoe UI';
}
/*...........Vendor Registration...........*/
.textboxAddressINPUT {
    width: 97%;
    height: 50px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
}

.VendorMenu {
    width: 100%;
    height: 36px;
    background-color: #858585;
    margin-bottom: -46px;
    margin-top: 10px;
}

.VendorMenuItemWidth19 {
    cursor: pointer;
    width: 19%;
    color: white;
    font-family: 'Segoe UI';
    font-size: 16px;
    border-right: 1px solid #747474;
    text-align: center;
    height: 36px;
}

.VendorMenuItemWidth17 {
    cursor: pointer;
    width: 17%;
    color: white;
    font-family: 'Segoe UI';
    font-size: 16px;
    border-right: 1px solid #747474;
    text-align: center;
    height: 36px;
}

.VendorMenuItemWidth19WitoutBorder {
    cursor: pointer;
    width: 19%;
    color: white;
    font-family: 'Segoe UI';
    font-size: 16px;
    text-align: center;
    height: 36px;
}

.VendorGridRows {
    width: 19%;
    float: left;
    margin-left: 10px;
}

.VendorIcons {
    margin: 1px 25px;
    cursor: pointer;
}

.VendorProductRows {
    color: #686868;
}

.VendorProductHeaderRows {
    width: 24%;
    float: left;
    margin-left: 5px;
}

.VendorQuoteGridRows {
    width: 15%;
    float: left;
    margin-left: 10px;
}

.btnQuotation {
    width: 125px;
    background-color: #0c6cc6;
    color: #fff;
    padding: 5px 6px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
}

.btnQuatotionMrgn {
    margin-top: 15px;
}

#mainVendorDiv {
    margin-top: 28px;
}

.selectedDivColor {
    background-color: #fcf9e2;
}

#back_to_top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 61px;
    height: 61px;
    background: url(/Styles/Images/back_to_top.png);
    display: none;
    -webkit-backface-visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

div#FooterSec2 > ul > :hover {
    background-color: #0C6CC6;
    color: green;
}

.FooterImage {
    width: 75px;
    height: 75px;
    border: 1px solid black;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}

#FooterImageOuter > ul > li :hover {
    opacity: 1;
}

    #FooterImageOuter > ul > li :hover > img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

.progress {
    margin-top: 20px;
    width: 76%;
    margin-bottom: 5px !important;
    float: left;
    margin-right: 20px;
    display: none;
    height: 15px !important;
}

.password-verdict {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin-top: 16px;
    float: left;
    display: none;
}

.gridsrchPageNo {
    float: left;
    margin-top: 1px;
    margin-left: 13px;
    margin-right: 13px;
    min-width: 24px;
    text-align: center;
    border: 2px solid #F3F3f3;
    color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3B4343;
    height: 23px;
    padding: 4px;
}

.gridprevnxtbtn {
    width: 941px;
    margin-top: 10px;
    margin-left: 38px;
    height: 35px;
    float: left;
}

.gridsrchimgbtns {
    height: 32px;
    width: 32px;
    border: none;
    margin-left: 15px;
    margin-top: 2px;
    outline: none;
    float: left;
    background-image: url('/Styles/Images/previousimg.png');
    background-repeat: no-repeat;
}

.gridsrchimgbtns1stpage {
    height: 32px;
    width: 32px;
    border: none;
    margin-left: 385px;
    margin-top: 2px;
    outline: none;
    float: left;
    background-image: url('/Styles/Images/1stpage.png');
    background-repeat: no-repeat;
}

.gridsrchimgbtnsxt {
    height: 32px;
    width: 32px;
    border: none;
    margin-top: 3px;
    outline: none;
    background-image: url('/Styles/Images/nextimg.png');
    background-repeat: no-repeat;
}

.gridsrchimgbtnsxtlastpage {
    height: 32px;
    width: 32px;
    border: none;
    margin-left: 10px;
    margin-top: 3px;
    outline: none;
    background-image: url('/Styles/Images/lastpage.png');
    background-repeat: no-repeat;
}

.gridprevnxtbtn button {
    background-color: transparent !important;
}

.buttonBlueWhite:hover {
    background-color: red;
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/*..........Notification.......... */
.SmallNotificationDiv {
    /*right: 15%;*/
    /* position: fixed; */
    /* top: 25%; */
    /* height: 40px; */
    background-color: #e0330b;
    width: 60px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    z-index: 99999;
    float: left;
}

#IconNotification {
    margin-top: 11%;
    margin-left: 27%;
}

#InnerNotificationDiv {
    /* right: 0; */
    /* position: fixed; */
    /* top: 25%; */
    min-height: 200px;
    background-color: #e0330b;
    width: 250px;
    z-index: 99999;
    float: left;
}

#NotificationTitle {
    margin: 5% 9%;
    color: white;
    font-size: 15px;
}

#NotificationContentOuter {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    margin-left: 2%;
    margin-bottom: 2%;
    height: 300px;
    overflow-y: auto;
}

    #NotificationContentOuter::-webkit-scrollbar {
        width: 12px;
    }

    #NotificationContentOuter::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc;
    }

    #NotificationContentOuter::-webkit-scrollbar-thumb {
        background-color: #e0330b;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

#NotificationContent {
    font-family: 'Segoe UI';
    color: #323131;
    font-size: 13px;
    width: 80%;
    padding: 5%;
}

.OuterNotification {
    right: -250px;
    /* float: right; */
    position: fixed;
    top: 35%;
    z-index: 9999;
}

/*..........Notification.......... */
.EmailAlert {
    float: left;
    margin-top: 6%;
    margin-left: 3%;
    color: green;
    font-weight: 600;
}

.pading_forRight_Col {
    padding-left: 23px;
}

.div_width_1 {
    width: 471px;
}

.travelTab {
    font-family: 'Segoe UI';
    /*-moz-box-shadow: 0 0 10px;*/
    /*-webkit-box-shadow: 0 0 10px;*/
    /*box-shadow: 0 0 10px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .travelTab tr td {
        /*border-width: 1px;*/
        padding: 13px;
        /*padding-left:4%;
        padding-right:4%;*/
        text-align: center;
    }

    .travelTab tr {
        border-bottom: solid #d8d8d8 2px;
    }


table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table tr:nth-child(even) {
    background-color: #fff;
}


.travelTab thead tr {
    background-color: #aeaeae;
    color: #fff;
    padding: 6px;
    /* box-shadow: 0 0 10px #000; */
}



.travelPopUp, .reimbPopUp {
    width: auto;
    /*border: 2px solid rgba(128, 124, 124, 0.81);*/
    z-index: 100000;
    top: 10%;
    left: 30%;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    display: none;
    border: solid 1px #d8d8d8;
}

a.boxclose {
    float: right;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #605F61;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px;
}

.boxclose:before {
    content: "×";
}

.travelPopUp h1 {
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0px -20px;
    padding: 10px;
    background-color: #0c6cc6;
    color: #ffffff;
    font-family: verdana;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

/*Arrow pop CSS*/


.ui-popup-arrow-container {
    width: 34px;
    height: 34px;
}

    .ui-popup-arrow-container.ui-popup-arrow-l {
        left: -17px;
        clip: rect(-1000px,17px,2000px,-1000px);
    }

    .ui-popup-arrow-container.ui-popup-arrow-t {
        top: -17px;
        clip: rect(-1000px,2000px,17px,-1000px);
    }

    .ui-popup-arrow-container.ui-popup-arrow-r {
        right: -17px;
        clip: rect(-1000px,2000px,2000px,17px);
    }

    .ui-popup-arrow-container.ui-popup-arrow-b {
        bottom: -17px;
        clip: rect(17px,2000px,1000px,-1000px);
    }

    .ui-popup-arrow-container .ui-popup-arrow {
        width: 50.284271px;
        height: 28.284271247px;
        border-width: 1px;
        border-style: solid;
    }

    .ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow {
        left: 22em;
        top: 5.857864376px;
        background: #e7e7e7;
    }

    .ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow {
        left: -7.041630560342617px;
        top: -24.041630560342618px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow {
        left: 9.958369439657382px;
        top: -7.041630560342617px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow {
        left: -24.041630560342618px;
        top: -7.041630560342617px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow {
        margin-left: -9.958369439657382px;
        margin-top: -12.020815280171309px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow {
        margin-left: -9.958369439657382px;
        margin-top: -7.041630560342617px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow {
        margin-left: -12.020815280171309px;
        margin-top: -9.958369439657382px;
    }

    .ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow {
        margin-left: -7.041630560342617px;
        margin-top: -9.958369439657382px;
    }

.ui-popup-arrow-background {
    width: 34px;
    height: 34px;
}

.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow-background {
    background-position: 0 17px;
}

.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow-background,
.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow-background {
    background-position: 17px 0;
}


.addMoreTextboxINPUTNot {
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
    border: 2px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba( 255,255,255,0.85 );
    font-family: 'Segoe UI';
    font-size: 13.3333px;
}

.FilterSelect {
    width: 30%;
    border: 1px solid #D8D8D8;
    margin: 2px;
    height: 25px;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
}

.WarningDiv {
    border: 1px solid #f1f1f1;
    padding: 15px;
    width: 50%;
    margin: 0px auto;
}

.WarningDivImage {
    float: left;
    margin-right: 20px;
    margin-left: 50px;
}

.WarningDivText {
    float: left;
    margin-left: 10px;
    padding-top: 20px;
    font-weight: bold;
    color: #ff0000;
    font-size: 22px;
}


/*landing page start*/

.wrap_lft_tabs {
    padding: 15px;
    /*  float: left;
    width: 100%;*/
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
}

    .wrap_lft_tabs ul.resp-tabs-list {
        float: left;
        width: 100%;
    }

    .wrap_lft_tabs .resp-tabs-list li {
        display: block;
        padding: 15px 10px !important;
        margin: 0 0px 0px 0px;
        cursor: pointer;
        float: none;
        border: 0px;
        border-bottom: 1px dashed #e1e1e1;
        background-color: #f5f5f5;
    }

        .wrap_lft_tabs .resp-tabs-list li .fa {
            padding: 0px;
            font-size: 12px;
            width: auto;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
            border-radius: 50%;
        }

.contentRGT {
    padding: 0px 0px 30px 30px;
}

    .contentRGT h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 2.125rem;
        color: #816317;
        border-bottom: 1px dashed #816317;
        padding-bottom: 15px;
    }

.smlpic .thumbnail {
    padding: 0;
    border: 0px solid #efefef;
    border-radius: 0;
}

.brief, .shared {
    background: #fafafa;
    border-bottom: 1px dashed #e1e1e1;
    padding: 2rem auto;
    /* padding: 1rem; */
}

    .brief .container {
        padding: 1.875rem 2rem;
    }

    .brief h1 {
        font-size: 1.95rem;
        padding-top: 0;
        margin-top: 15px;
        color: #6f5513;
        margin-bottom: 1rem;
        font-weight: 300;
    }

    .brief p {
        text-align: justify;
        font-size: 14px;
    }

    .brief h1 + p {
        margin-bottom: 20px;
    }

    .brief .btn-link {
        text-transform: uppercase;
        padding: 0;
        color: #7f030d;
    }

    .brief .btn .fa {
        font-size: 18px;
        padding-left: 10px;
    }

        .brief .btn .fa:first-child {
            padding: 0;
        }

.announce h1 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size:25px;
}
.margtp {
    margin-left:17px;
}
.announce p:first-of-type {
    color: #4c4c4c;
    font-weight: bold;
    margin: 0.3rem 0;
}

.sompo .btn-link {
    text-transform: uppercase;
    padding: 0;
    color: #aa945b;
}

.announce p {
    font-size: 14px;
}

.sompo .btn .fa:first-child {
    padding: 0;
}

.sompo .btn .fa {
    font-size: 18px;
    padding-left: 10px;
}

.announce .rowAnnounce {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.jumbotron {
    padding-top: 30px;
    margin-bottom: 0px;
    color: inherit;
    background: url(../images/product-traveljoy.jpg) no-repeat top center;
    background-size: cover;
}

.tagline {
    padding: 0 2rem;
    float: left;
    margin: 3rem auto 1rem -15px;
}

.wrap_dtbl {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

.tagline h2 {
    font-size: 2.125rem;
    font-weight: 300;
    color: #000;
    margin: 0 0 2rem;
}

.tagline p {
    font-size: 1.375rem;
    color: #6f5513;
    margin: 0;
    margin-bottom: 10px;
}

    .tagline p a {
        margin-right: 1rem;
    }

.sompo .btn-primary, .sompo .btn-primary-c, .sompo .btn-default-c {
    font-size: 0.75rem;
    background: #000000;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    border-left: 3px solid #caaf69;
    color: #fff;
}

    .sompo .btn-primary .fa {
        width: auto;
    }

.w-100 {
    width: 100% !important;
}

.ta-c {
    text-align: center !important;
}

.ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.peer {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px dashed rgba(242,242,242,1);
}

.mB-10 {
    margin-bottom: 10px !important;
}

h6 {
    letter-spacing: .5px;
}

.fw-600 {
    font-weight: 600 !important;
}

.peer-greed, .peers-greed > .peer, .peers-greed > .peers {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    background-color: #ffffff;
}

    .peer-greed, .peers-greed > .peer, .peers-greed > .peers h4 {
        padding-bottom: 20px;
    }

.classschedule {
    padding: 50px 0px;
}
    .classschedule span {
        font-size: 100%;
        font-family: Assistant-Regular;
    }
.peers-greed .peer:hover {
    background: #00B5AE;
    color: #fff;
}

.peers-greed .peer hr {
    width: 40%;
    margin: 30% 30% 0;
    height: 6px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.peers-greed .mon hr, .peers-greed .mon:hover {
    background: #00B5AE;
    color: #fff !important;
}


.peers-greed .tue hr.org, .peers-greed .tue:hover {
    background: #F6821F !important;
    color: #fff;
}

.peers-greed .wed hr, .peers-greeds .wed:hover {
    background: #6FA74B;
    color: #fff;
}

.peers-greed .maid hr, .peers-greed .maid:hover {
    background: #E50278;
    color: #fff;
}

.peers-greed .pajunior hr, .peers-greed .pajunior:hover {
    background: #FDBA14;
    color: #fff;
}

.peers-greed .homebliss hr, .peers-greed .homebliss:hover {
    background: #6FA74B;
    color: #fff;
}

.peers-greed .accident hr, .peers-greed .accident:hover {
    background: #5F2D89;
    color: #fff;
}

.sompo-grey {
    margin-bottom: 25px;
}

    .sompo-grey .main {
        border-top: 1px dashed #e1e1e1;
    }

    .sompo-grey .main {
        background: #f8f8f8;
    }

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-width: 0;
}

.card-header:not([class*="bg-"]):not([class*="alpha-"]) {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom-width: 0;
}

.card:not([class*="border-"]) .card-header {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
}

.card-header .card-title {
    margin-bottom: 0;
}

.header-elements-sm-inline .header-elements {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
}

.card-header:not([class*="bg-"]):not([class*="alpha-"]) + * > .card-body:first-child, .card-header:not([class*="bg-"]):not([class*="alpha-"]) + .card-body {
    padding-top: 0;
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.015);
}

tbody .table-border-double td, tbody .table-border-double th, tfoot .table-border-double td, tfoot .table-border-double th {
    border-top-width: 3px;
    border-top-style: double;
}

.font-size-sm {
    font-size: .75rem;
}

.text-muted {
    color: #999 !important;
}

.bg-teal-400 {
    background-color: #26a69a;
}

.bg-blue {
    background-color: #03a9f4;
}

.btn-icon.btn-sm {
    padding-left: .50002rem;
    padding-right: .50002rem;
}

.letter-icon {
    width: 1rem;
    height: 1.25003rem;
    display: block;
}

.rounded-round {
    border-radius: 100px !important;
}

.btn-sm .letter-icon {
    height: 1.25002rem;
}

h6 {
    font-size: .9375rem;
}

.buv_lp {
    height: 300px;
    overflow-y: scroll;
}

    .buv_lp h6 {
        margin-bottom: 0px;
        font-size: 25px !important;
        margin-top: 0px;
    }

    .buv_lp .fa {
        padding: 0px;
        font-size: 16px;
    }

    .buv_lp .font-size-sm {
        font-size: 15px;
    }

    .buv_lp .text-muted {
        color: #f00 !important;
    }

    .buv_lp a {
        color: #333333;
    }

.link_buv .fa {
    padding: 0px;
}

.link_buv .btn-rounded.btn-lg {
    width: 100%;
}

    .link_buv .btn-rounded.btn-lg span {
        line-height: 58px;
        text-align: left;
        float: left;
        font-size: 17px;
    }

.bgc-white, .bgcH-white:hover {
    background-color: #fff !important;
}

.bd {
    border: 1px solid rgba(0,0,0,.0625) !important;
}

.layers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-f, .layers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bgc-light-blue-500, .bgcH-light-blue-500:hover {
    background-color: #808991 !important;
    color: #ffffff;
}

.p-20 {
    padding: 20px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.mB-0 {
    margin-bottom: 0 !important;
}

.masonry-item {
    margin-bottom: 50px;
}

.scrl_vertical {
    overflow-y: scroll;
    height: 300px;
    border-bottom: 1px solid rgba(0,0,0,.0625) !important;
}

.masonry-item .peer-greed {
    background-color: transparent;
    border: 0px;
}

.masonry-item .peer {
    border: 0px;
}

.bgc-light-blue-500 h2 {
    margin: 0px;
}

.bgc-light-blue-500 .peer-greed {
    padding-bottom: 0px;
}

.c-red-700, .cH-red-700:hover {
    color: #aa945b !important;
}

.bgc-red-50, .bgcH-red-50:hover {
    background-color: #eeeeee !important;
}

.lh-0 {
    line-height: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.fw-300 {
    font-weight: 300 !important;
    font-size: 14px;
}

.card-block {
    padding: 1.25rem;
}

.card h5 {
    margin-bottom: 0;
    color: #757575;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.card-notification {
    position: relative;
}

    .card-notification:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 2px solid #0073aa;
        border-radius: 50%;
        position: absolute;
    }

    .card-notification .card-noti-conatin {
        margin-left: 30px;
    }

    .card-notification:after {
        content: "";
        background: #bdc3c7;
        height: 55px;
        width: 2px;
        position: absolute;
        top: 20px;
        left: 7px;
    }

.card .card-block p {
    line-height: 25px;
}

/*Student Profile*/
.section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

#v-card-holder {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 0px;
    /*margin-top: -194px;*/
}

#v-card-holder1 {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 0px;
    /*margin-top: -194px;*/
}

#v-card-holder #v-card {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    -webkit-transition: height 1s, color 1s, margin 1s;
    transition: height 1s, color 1s, margin 1s;
    z-index: 1;
    background: #484848;
    /*margin: -280px 3px 0 0;*/
    margin: -330px 3px 0 0;
    /*  margin: 0px 3px 0 0;*/
}

    #v-card-holder #v-card #profile {
        position: absolute;
        right: 0;
        z-index: 1;
    }

        #v-card-holder #v-card #profile img {
            width: 400px;
            height: auto;
        }

        #v-card-holder #v-card #profile .slant {
            top: 0;
            z-index: 1;
            position: absolute;
            border-style: solid;
            border-width: 400px 0 0 100px;
            border-color: rgba(223, 50, 50, 0) transparent transparent #484848;
        }

        #v-card-holder #v-card #profile .add-btn {
            position: absolute;
            background-color: #808991;
            bottom: 2%;
            right: 2%; overflow: hidden;
        }

.card .card-content {
    padding: 40px;
    border-radius: 0 0 2px 2px;
}

#v-card-holder #v-card .info-headings {
    max-width: 514px;
}

    #v-card-holder #v-card .info-headings h4 {
        display: block;
        width: 100%;
        font-weight: 900;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
    }

    #v-card-holder #v-card .info-headings h6 {
        display: block;
        width: 100%;
        font-weight: 300;
        margin-top: -10px;
        margin-bottom: 30px;
        font-size: 1.2em;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 10px;
    }

#v-card-holder #v-card .infos {
    max-width: 515px;
    /*margin-top: 99px;*/
}

    #v-card-holder #v-card .infos .profile-list {
    }

#v-card-holder p, #v-card-holder a, #v-card-holder li {
    font-weight: 400;
}
/*#v-card-holder #v-card .infos .profile-list .title {
    display: block;
    float: left;
    color: #fff;
    line-height: 26px;
}*/
#v-card-holder #v-card .infos .profile-list .title {
    display: block;
    float: left;
    color: #fff;
    line-height: 26px;
    width: 38%;
}

    #v-card-holder #v-card .infos .profile-list .title i {
        font-size: 18px;
    }

#v-card-holder #v-card .infos .profile-list .content {
    display: block;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

#v-card-holder #v-card .links {
    max-width: 500px;
    margin-left: -12px;
    margin-top: 12px;
    height: 100%;
}

.btn-floating {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
.repclass h5 {color:#8e8e8e; font-weight:normal; font-size:22px;
}
#v-card-holder .social {
    z-index: 0 !important;
}

#v-card-holder #v-card .links .social {
    margin-left: 12px;
    margin-bottom: 4px;
}

#v-card-holder #v-card .info-headings h4 {
    font-size: 2.18rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

#v-card-holder #v-card .infos .profile-list {
}

#v-card-holder ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    #v-card-holder .mdi-ul, #v-card-holder ul, #v-card-holder ul li {
        list-style-type: none;
        padding-bottom: 5px;
    }

#v-card-holder .legend, ul {
    padding: 0;
}

#v-card-holder #v-card #profile .add-btn i {
    font-size: 35px;
    color: #fff;
}

#v-card-holder .btn-floating.btn-large i {
    line-height: 55.5px;
}

#v-card-holder .btn-floating i {
    width: inherit;
}

#v-card-holder .fa {
    padding: 0px;
    width: auto;
    margin: auto;
}

.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
}

#about {
    transition: all 1s;
}

.section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

#rootwizard {
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

    #rootwizard > .navbar {
        min-height: 60px;
        border: none;
    }

    #rootwizard > li {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        width: 25%;
        display: block;
        margin: 0;
    }

    #rootwizard .nav-pills > li.active > a, #rootwizard .nav-pills > li.active > a:focus, #rootwizard .nav-pills > li.active > a:hover {
        background: #fff;
        color: #000;
        /* border-top: 4px solid #606060; */
        color: #aa001b;
        border: none;
    }

    #rootwizard .nav-pills > li > a {
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: #eee;
        color: #000;
        text-align: center;
        font-size: 1.333em;
        /* color: #fff; */
        border-left: 1px solid #ddd;
    }

    #rootwizard .tab-content {
        /* margin-top: 20px; */
        margin-bottom: 40px;
        padding: 0 1.5rem;
    }

    #rootwizard .nav-pills > li + li {
        margin-left: 0px;
    }

#wizard_tab .tab-content {
    padding: 0px 1.5rem;
}

#wizard_tab {
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

#rootwizard .nav-tabs {
    border-bottom: 0px;
}

.nav-tabs li {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 25%;
}

    .nav-tabs li > a {
        background: #eeeeee none repeat scroll 0 0;
        border-left: 1px solid #dddddd;
        border-radius: 0;
        color: #000000;
        font-size: 1.333em;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

    .nav-tabs li.active > a {
        color: rgb(170, 0, 27);
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        background: rgb(255, 255, 255);
        border-width: initial;
        border-style: none;
        border-color: initial;
    }

ul#myTab li > a {
    line-height: 50px;
}
/*@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .scnw {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px
    }
    /*.nav {
         display:block;
    }*/
}
    @media screen and (max-width: 767px) {
        #v-card-holder #v-card #profile {
            position: absolute;
            bottom: 88%;
            left: 0;
            width: 150px;
            height: auto;
            margin-right: auto;
            margin-left: auto;
            z-index: 1;
            background-color: transparent;
        }

            #v-card-holder #v-card #profile img {
                width: 150px;
                height: 150px;
                border-radius: 50%;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            }

            #v-card-holder #v-card #profile .slant {
                display: none;
                opacity: 0;
                overflow: hidden;
            }

        #v-card-holder #v-card {
            position: relative;
            width: 100%;
            overflow: visible;
            z-index: 1;
            top: 64px;
        }

            #v-card-holder #v-card .card-content {
                padding: 10px;
            }

            #v-card-holder #v-card .info-headings {
                max-width: 100%;
                text-align: center;
                margin-top: 38px;
            }

            #v-card-holder #v-card #profile .add-btn {
                display: none;
            }
    }

    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }

        .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            width: 100%;
            text-align: center;
            vertical-align: top;
        }

        .nav-tabs-responsive > li.active {
            width: 54%;
        }

            .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%;
            }

        .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            display: block;
        }

        .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

            .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none;
            }

                .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
                    display: none;
                }

                .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
                    position: relative;
                    top: 1px;
                    display: inline-block;
                    font-family: 'Glyphicons Halflings';
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .nav-tabs-responsive > li.prev > a:after {
                    content: "\e079";
                }

                .nav-tabs-responsive > li.next > a:after {
                    content: "\e080";
                }

        .nav-tabs-responsive > li.dropdown > a > .caret {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown > a:after {
            content: "\e114";
        }

        .nav-tabs-responsive > li.dropdown.active > a:after {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown.active > a > .caret {
            display: inline-block;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
            left: 0;
            right: auto;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
            left: auto;
            right: 0;
        }

    #myTab3 {
        width: 50% !important;
    }

    .premium_prod ul#myTab3 li {
        width: 50%;
    }
}

.wrap_spropfile .nav-tabs {
    border-bottom: 1px solid #464545;
}

    .wrap_spropfile .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        /* border: 1px solid transparent;*/
        border-radius: 0;
    }

.wrap_spropfile .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    height:auto !important;
}

.wrap_spropfile .nav-tabs li {
    display: block;
    height:auto;
    line-height: 50px;
    margin: 0;
    width: 33.33%;
}

.wrap_spropfile .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

    .wrap_spropfile .nav-tabs > li.active > a, .wrap_spropfile .nav-tabs > li.active > a:hover, .wrap_spropfile .nav-tabs > li.active > a:focus {
        color: #ffffff;
        background-color: #484848;
        border: 0px solid #464545;
        border-bottom-color: rgb(70, 69, 69);
        border-bottom-color: transparent;
        cursor: default;
        border-bottom: 1px solid #ddd;
    }

.wrap_spropfile .nav-tabs {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-width: 0;
}

    .wrap_spropfile .nav-tabs > li.active::after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 0px;
    }

.profile-usermenu ul li p {
    color: #5a7391;
    font-size: 15px;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

    .profile-usermenu ul li p span {
        color: #333;
        font-size: 16px;
    }

.profile-usermenu .nav > li {
    position: relative;
    display: inline-block;
    width: 33%;
}

.leavefilt .form-group {
    position: relative;
    margin-bottom: 10px;
    /*margin-top: 25px;*/
}

.leavefilt input {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    /*border: none;
    border-bottom: 1px solid #484848;*/
    /*background-color: #ffffff;*/
}

.leavefilt label {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    /*position: absolute;*/
    /*pointer-events: none;
    left: 12px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;*/
}

.leavefilt span.bar {
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 15px;
    color: #607D8B;
}

    .leavefilt span.bar .fa {
        font-size: 15px;
    }

.wrap_spropfile .card .card-content {
    padding: 20px 20px;
}
.table-responsive {
    overflow-x: hidden ;
   
}
.md-form {
    position: relative;
    /*margin-top: 1.5rem;
    margin-bottom: 1.5rem;*/
}

.file-field {
    position: relative;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.float-left {
    float: left !important;
}

.file-field span {
    cursor: pointer;
}

.headperprofile {
    position: relative;
    display: block;
    width: 100%;
    height: 370px;
    /*background: url(../images/backgrounds/background.jpg) no-repeat;*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*background-color: #caaf69;*/
}

#v-card-holder #v-card .infos .profile-list .content {
    float: left;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
}

.wrap_spropfile .nav-tabs li > a {
    font-size: 16px;
    padding: 13px;
    width:100%;

}

.width70 {
    width: 70%;
}

.wrap_spropfile .btn-primary {
    background-color: #caaf69;
    border: 0px;
    font-size: 1.2rem;
    padding: 5px 35px;
}

.width70 .card-content {
    padding: 20px 40px;
}

#v-card-holder #v-card #profile img {
    width: 335px;
}

#v-card-holder #v-card {
    height: 335px;
}

    #v-card-holder #v-card .info-headings h4 {
        margin-top: 0px;
    }

    #v-card-holder #v-card .info-headings h6 {
        margin-bottom: 20px;
    }

/*Arrow CSS pop end*/

/*teacher Landing Page*/
.shared {
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    padding: 30px;
}

.agenda {
}

    /* Dates */
    .agenda .agenda-date {
        width: 170px;
    }

        .agenda .agenda-date .dayofmonth {
            width: 40px;
            font-size: 36px;
            line-height: 36px;
            float: left;
            text-align: right;
            margin-right: 10px;
        }

        .agenda .agenda-date .shortdate {
            font-size: 0.75em;
        }


    /* Times */
    .agenda .agenda-time {
        width: 140px;
    }


    /* Events */
    .agenda .agenda-events {
    }

        .agenda .agenda-events .agenda-event {
        }

/* household css */
.householdInfo {
    color: #333333 !important;
    padding: 25px 10px !important;
}

    .householdInfo .info-headings h4 {
        /*display: block;*/
        /*width: 100%;*/
        font-weight: 900;
        /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);*/
        
    }

    .householdInfo .info-headings h4 {
        font-size: 16px;
        line-height: 110%;
        margin: 1.14rem 0 0.912rem 0;
         float:left
    }

    .householdInfo .info-headings h4 {
        margin-top: 0px;
        /*border-bottom: 1px solid #D8D8D8;*/
        padding-bottom: 10px;
        /*margin-bottom: 40px;*/
    }

    .householdInfo .info-headings h6 {
        /*display: block;*/
        /*width: 100%;*/
        font-weight: 300;
        margin-top: 0px;
        font-size: 1.2em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
         float:left
    }

    .householdInfo .infos {
        max-width: 515px;
        /* margin-top: 99px; */
    }

    .householdInfo ul {
        margin-top: 0;
        margin-bottom: 10px;
    }

        .householdInfo .mdi-ul, .householdInfo ul, .householdInfo ul li {
            list-style-type: none;
            padding-bottom: 5px;
        }

    .householdInfo .infos .profile-list .title {
        display: block;
        float: left;
        line-height: 26px;
        width: 38%;
    }

    .householdInfo .infos .profile-list .content {
        float: left;
        margin-left: 30px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        font-weight: bold;
    }


.leavefilt textarea {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #DADADA;
    background-color: #ffffff; /*margin-top:15px*/
}

    .leavefilt textarea:focus {
        outline: none;
    }

        .leavefilt textarea:focus ~ label, .leavefilt textarea:valid ~ label {
            top: -20px;
            font-size: 14px;
            color: #333333;
            font-weight: bold;
        }

.txtarera1 .select_label123 {
    top: 15px;
    left: 30px;
    color: #333333 !important;
    font-weight: bold;
}

.brand-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.bg-facebook {
    background-color: #3b5998 !important;
    color: #fff;
    padding: 10p324px;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
}

    .bg-facebook span {
        font-size: 18px;
    }

.brand-card-header .chart-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand-card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .75rem 0;
    text-align: center;
}

    .brand-card-body > *:not(:last-child) {
        border-right: 1px solid #c8ced3;
    }

    .brand-card-body > * {
        -ms-flex: 1;
        flex: 1;
        padding: .1875rem 0;
        width: 100%;
    }

.text-value {
    font-size: 1.3125rem;
    font-weight: 600;
}

.bg-twitter {
    background-color: #d34836 !important;
    color: #fff;
    padding: 10p324px;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
}

    .bg-twitter span {
        font-size: 18px;
    }

.parentdet h1 {
    font-size: 18px;
}

.leavefilt input:focus ~ label, .leavefilt input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #2196f3;
}

.dropdown .btn-primary {
    background-color: #484848;
    border: #484848;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#dvNavigationMenu .navbar-inverse .navbar-nav > .open > a, #dvNavigationMenu .navbar-inverse .navbar-nav > .open > a:hover, #dvNavigationMenu .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #eeeeee !important;
}
.lebel_filtSelStudent { text-align:right; padding-top:12px; color:#333333 !important; font-size:15px !important;
}

@media screen and (max-width: 767px) {
    .width70 {
        width: 100%;
    }

    #v-card-holder #v-card {
        height: 370px;
        margin-bottom: 50px;
    }

    .card .card-content {
        padding: 40px 15px;
    }
    .scnw {
        margin-top:10px;
        margin-bottom:10px;
        padding:0px
    }
    .classschedule span {
        font-size: 65%;
        font-family: Assistant-Regular;
    }
    .table-responsive {
        overflow-x:scroll
    }
}
