﻿courseGridHeadbody
{
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    -ms-width: 100%;
    overflow-x: hidden;
    font-family: 'Segoe UI';
}

.Font14
{
    font-size: 14px;
}

.Loginlink
{
    margin-left: 10px;
    font-size: 17px;
    font-weight: bolder;
    text-decoration: none;
    color: #d0d0d0;
}

.rbtnFeedbak
{
    margin-left: 1%;
}

.padding_zero
{
    padding: 0px !important;
}

.rewardlbl
{
    font-style: italic;
    font-size: large;
    color: darkslategray;
}

.Width100
{
    width: 100%;
}

.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;
}

.LayerIconFb
{
    background-image: url('/Styles/Images/fb.png');
    width: 20px;
    height: 20px;
}

.LayerIconYoutube
{
    background-image: url('/Styles/Images/youtube.png');
    width: 20px;
    height: 20px;
}

.LayerIconTiwitter
{
    background-image: url('/Styles/Images/twitter.png');
    width: 20px;
    height: 20px;
}

.LayerIconInstagram
{
    background-image: url('/Styles/Images/instagram.png');
    width: 20px;
    height: 20px;
}

.LayerIcon1
{
    background-image: url('../Styles/Images/LayerIcon.gif');
    width: 20px;
    height: 20px;
}

.TopNavContact
{
    color: #e9e6e0;
    padding-right: 40px;
}

div#TopNavInner
{
    height: 22px;
}

#Logo
{
    background: #fff;
}

.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: 40px;
    margin-left: 0px;
    margin-top: 0px;
}

.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;
    /*margin-left:228px;*/
    text-align: center;
    width: 100%;
}

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: white;
    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: #000000;
    color: #e1e1e1;
    padding: 0px 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(/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 0px 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;
}

.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: 'Segoe UI';
    font-size: 13.3333px;
}

.textboxINPUT
{
    width: 97%;
    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;
}

.rbtnINPUT
{
    width: 97%;
    height: 31px;
    padding: 0 5px;
    margin: 0px;
    color: #4a4a4a;
}

.ddListINPUT
{
    width: 97%;
    height: 31px;
    padding: 0 5px;
    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 );
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.btnMrgn
{
    margin: 5px;
}

.btnMrgnApplyLeave
{
    margin: 11px;
}

.btnSubmit
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 118px;
    background-color: #0c6cc6;
    color: #fff;
    padding: 5px 6px;
    font-size: 15px;
    -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: slategrey;
    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;
    }

.btnCancel1
{
    width: 95px;
    background-color: slategrey;
    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;
    -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;
}

.btnCancelEmp
{
    width: 95px;
    background-color: #1B9805;
    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;
}

.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---------------------*/

.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;
}

.coursesDiv35
{
    width: 34.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: 14px;
    padding: 5px 0px;
    border: 1px solid #D8D8D8;
    font-weight: bold;
}

.courseGridRows
{
    width: 100%;
    height: auto;
    text-align: left;
    color: #686868;
    background-color: white;
    float: left;
    padding: 5px 0px;
    font-size: 13px;
    border: 1px solid #D8D8D8;
}

.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: 38px;
    color: white;
    margin-top: 50px;
}

.btnBookNow
{
    margin-top: 3px;
    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: #f2f2f2;
    border: 1px solid #4a4a4a;
    cursor: pointer;
}

.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: 50%;
    left: 50%;
    margin-top: -7em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*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;
}

.social_icons
{
    padding: 8px 0 0 0;
}

.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);*/
        padding: 10px 0;
    }

        #cssmenu > ul > li
        {
            margin: 0 10px 0 0;
        }

            #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
    {
        color: #949494;
        font-size: 12px;
        line-height: 36px;
        padding: 0 16px;
        position: relative;
        text-align: center;
        /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
    }

    #cssmenu ul ul
    {
        width: 170px;
    }

        #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: #000;
        /* 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 > li:hover > a:after
    {
        color: #fff;
    }




    #cssmenu ul .has-sub > a:after
    {
        content: '▼';
        /*border-left: 1px solid #185c9b;*/
        color: #949494;
        /* -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: 26.8%;
    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
{
}

#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: 33px;
    text-align: center;
    border: 2px solid #F3F3f3;
    color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #3B4343;
    height: 33px;
    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;
}

.qualificationPopUpDiv
{
    position: fixed;
    z-index: 100000000;
    top: 25%;
    left: 25%;
    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);
}

.lnkClass
{
    font-size: 14px;
    float: left;
    margin-right: 10px;
}
/*Arrow CSS pop end*/



       

