﻿@media (max-width: 480px)
{

    #SideBarContainer
    {
        margin-left: -300px;
        position: absolute;
    }
    #mainContent
    {
        margin-left: 0px !important;
        position: absolute;
        padding: 20px !important;
    }
    #showMenu
    {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        font-size: x-large;
    }
    .shopDetailWrapper
    {
        margin: -8px 0px 0px 5px !important;
        font-size: 1.5rem !important;
    }
    .userInfoContainerWrapper
    {
        margin: -15px 0px 0px 0px !important;
    }
    #clientTitle
    {
        display: none !important;
    }
    .userInfoContainer
    {
        width: 150px !important;
        padding: 21px 0px !important;
        margin: -15px 0px 0px -15px !important;
    }
    #displayPic
    {
        margin: 0px !important;
    }
    #imgMainLogo
    {
        height: 30px !important;
        width: 135px !important;
    }
    .shopDetailWrapper
    {
        font-size: 1.5rem !important;
        margin: -5px 0px 0px 10px !important;
    }
    .file-upload-input
    {
        width: 250px !important;
    }

    .file-upload-button
    {
        width: calc(100% - 250px) !important;
    }
}

/* Media Query for low resolution Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px)
{

    #SideBarContainer
    {
        margin-left: -300px;
        position: absolute;
    }
    #mainContent
    {
        margin-left: 0px !important;
        position: absolute;
        padding: 20px !important;
    }
    #showMenu
    {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        font-size: x-large;
    }
    .userInfoContainerWrapper
    {
        margin: -15px 0px 0px 0px !important;
    }
    #clientTitle
    {
        display: none !important;
    }
    .userInfoContainer
    {
        width: 150px !important;
        padding: 21px 0px !important;
        margin: -15px 0px 0px -15px !important;
    }
    #displayPic
    {
        margin: 0px !important;
    }
    #imgMainLogo
    {
        height: 30px !important;
        width: 135px !important;
    }
    .shopDetailWrapper
    {
        font-size: 1.5rem !important;
        margin: -5px 0px 0px 10px !important;
    }
    .file-upload-input
    {
        width: 300px !important;
    }

    .file-upload-button
    {
        width: calc(100% - 300px) !important;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px)
{

    #SideBarContainer
    {
        margin-left: -300px;
        position: absolute;
    }
    #mainContent
    {
        margin-left: 0px !important;
        position: absolute;
        padding: 20px !important;
    }
    #showMenu
    {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        font-size: x-large;
    }
    .file-upload-input
    {
        width: 250px !important;
    }

    .file-upload-button
    {
        width: calc(100% - 250px) !important;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px)
{
    #mainContent
    {
        width: calc(100% - 230px) !important;
    }
    #showMenu
    {
        display: none;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px)
{
    #mainContent
    {
        width: calc(100% - 230px) !important;
    }
    #showMenu
    {
        display: none;
    }
}
body
{
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-attachment: fixed;
    background-color: #eeeeee !important;
}

*::-webkit-scrollbar
{
    width: 0px;
}
*
{
    transition: all 0.3s;
}

#masterContainer
{
    max-width: 100% !important;
    padding: 0px;
}
.pageHeader
{
    font-size: medium;
    font-family: Roboto, sans-serif;
    font-weight: bolder;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    z-index: 1;
    box-shadow: 1px 0 7px rgb(0 0 0 / 5%);
    height: 72px;
}
.pageHeader label, a
{
    color: rgba(0,0,0,.55) !important;
}
.userInfoContainer
{
    height: 72px;
    float: left;
    margin-top: -15px;
    margin-left: -15px;
    width: 230px;
    background-color: #181e36 !important;
    padding: 15px 5px;
}
.userInfoContainer img
{
    height: 40px;
    width: 200px;
}

.shopDetailWrapper
{
    float: left !important;
    padding: 10px 0px;
    margin: -24px 0px 0px 10px;
    font-variant: small-caps;
    color: #71e17a;
    font-size: 3rem;
    font-family: cinzel_decorativeblack;
}
.userInfoContainerWrapper
{
    margin: -15px 10px 0px 0px;
    float: right !important;
    padding: 10px 0px;
    font-family: expletus_sansregular;
}
#displayPic
{
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: baseline;
}
.CompContent
{
    color: White;
    font-weight: bolder;
    font-size: medium;
}

.vcenter
{
    margin-top: 10px;
    padding-left: 10px;
}

.SideBarContainerStyle
{
    width: 230px;
    background-color: #2d3349 !important;
    color: white;
    position: fixed !important;
    overflow-y: auto;
    top: 72px;
    bottom: 0px;
    transition: all 0.3s;
    z-index: 1;
}

.SideBarContainerStyle div
{
    color: black;
    padding: 15px 0px;
    width: inherit;
}
.SideBarContainerStyle div:hover
{
    cursor: pointer;
    background-color: #111;
    color: white !important;
}

.SideBarContainerStyle div.nav-item:hover
{
    color: #3f6ad8 !important;
    background: #181e36 !important;
    text-decoration: none !important;
}

.SideBarContainerStyle a
{
    display: block;
    color: white !important;
    padding: 5px 15px;
    text-decoration: none !important;
}

.SideBarContainerStyle a:hover
{
    outline: none;
    text-decoration: none;
}

.SideBarContainerStyle a i
{
    display: inline-block;
    width: 20px;
}

#SideBarContainer
{
    font-size: 0.8rem;
    width: 230px;
}
#mainContent
{
    width: 100%;
    position: fixed;
    margin: 64px 0px 0px 230px;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 22px);
}

.info-box
{
    min-height: 140px;
    margin-bottom: 30px;
    padding: 20px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.info-box i
{
    display: block;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.info-box .count
{
    margin-top: 20px;
    font-size: 34px;
    font-weight: 700;
}

.info-box .title
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.ShopRegister-Background
{
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100vh !important;
    background-attachment: fixed !important;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/MainBg.jpg) no-repeat center center;
}

.font-small-caps
{
    font-variant: small-caps;
}

.font-small
{
    font-size: small !important;
}

.opensource-font-family
{
    font-family: "Gill Sans" , sans-serif !important;
}

li.active
{
    border-bottom: 2px solid #28a745 !important;
}

.screen-background
{
    background: linear-gradient(to right top, #e3c2df, #dbc0e3, #d0bee6, #c4bdea, #b6bcec, #a9c1f4, #99c6fa, #87ccfd, #72d9ff, #60e5ff, #57f1fe, #5ffbf4) no-repeat center center fixed !important;
}

.CommonTextFont
{
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif !important;
}

.CommonTextFont:focus, textarea:focus, input:focus, select:focus, button.close
{
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.text-Logo
{
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
    font-size: x-large;
    margin-left: 5px;
    font-weight: bolder;
    font-variant: small-caps;
}

.bg-o
{
    background-color: #333;
}

.bg-white
{
    background-color: white;
}

.bg-maroon
{
    background-color: #85144B !important;
}

.siteLogo
{
    width: 70px;
    height: 50px;
    padding: 3px;
}

.round-border
{
    border-radius: 10px !important;
}

.CenteredDailogBox
{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    display: block !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

#RegisterFormContainer
{
    max-width: 650px !important;
}

.SliderButton
{
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: white;
    margin: auto 0;
    width: 50px !important;
    color: black;
    border: 1px solid white;
    border-radius: 50%;
}

.SliderButton:hover
{
    background-color: #b3d7ff !important;
    border: 1px solid #b3d7ff !important;
    color: White;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.Slide-btn-left
{
    left: 0px;
}

.Slide-btn-right
{
    right: 0px;
}

.SliderImage
{
    width: 100%;
    height: 310px;
}


.CustomNav
{
    border-bottom: 1px solid silver !important;
    font-family: 'Gill Sans' , 'Gill Sans MT' , Calibri, 'Trebuchet MS' , sans-serif;
}

.navItem
{
    padding: 5px;
    margin: 5px;
}

/*.tab-content > .active, .carousel-inner > .active {
    border-bottom: 0px solid white !important;
    border-width: 0px !important;
    color: Black !important;
    background-color: #FFFFFF !important;
}*/

a.btn-outline-primary:hover, button.btn-outline-primary:hover
{
    color: #0056b3;
    outline: none;
    font-weight: normal;
    font-family: 'Gill Sans' , 'Gill Sans MT' , Calibri, 'Trebuchet MS' , sans-serif;
    letter-spacing: 0px;
}

.no-outline
{
    outline: none;
}

li.nav-item:hover
{
    background-color: #c0c0c040 !important;
}

/*.active {
    border-bottom: #28a745 !important;
}*/

.AboutUs
{
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: large;
}

.AboutUs > li > span
{
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
    
*/
.topHeader
{
    color: White;
    height: 58px !important;
}


.Custom-Divider
{
    border-bottom-width: 40px !important;
    border-bottom-color: #17a2b8 !important;
    background-color: #003a6f !important;
    height: 100px;
    color: White;
}


.white-box
{
    border: 1px solid #6ccfdf !important;
    background-color: White;
    color: #1d94a8 !important;
}


.CenterModal
{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    height: auto;
    width: 500px;
}

.auto-fit
{
    min-height: 300px !important;
    overflow: hidden !important;
    max-height: 350px !important;
}

.FixedSideBarMenu
{
    position: fixed !important;
}

.FixedSideBarMenu::-webkit-scrollbar
{
    width: 0px;
}

.SideBarMenu
{
    overflow-y: scroll;
    padding: 0 !important;
    margin: -0.06rem 0 0 0 !important;
    font-size: 14px !important;
    width: 230px;
}

.SideBarMenu::-webkit-scrollbar
{
    width: 0px;
}

.SideBarMenu span
{
    background-color: transparent !important;
    padding-left: 1rem !important;
}

.SideBarMenu div.input-group:hover
{
    background-color: #555555 !important;
    border-right: 5px solid limegreen !important;
    cursor: pointer;
}

.mobileSideMenuBar
{
    width: 30px;
    overflow: scroll;
}

.mobileSideMenuBar::-webkit-scrollbar
{
    width: 0px;
}

.GlobalMenuStyle
{
    top: 58px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #36454F;
    font-weight: bolder;
    color: white !important;
    position: fixed;
    z-index: 46 !important;
}

.Sidemenu-Container
{
    height: 100%;
    background-color: #36454F;
    position: fixed;
    overflow: hidden;
}

.iconStyle
{
    margin-top: -0.2rem;
    color: white !important;
}

.menuActive
{
    color: white !important;
    background-color: #3f445c !important;
    border-right: 5px solid limegreen !important;
    border-radius: 0px 0px !important;
}

.dashboard-item-count
{
    font-size: 30px !important;
    margin-left: 1rem;
}

.dashboard-item-text
{
    font-size: medium !important;
    margin-left: 0.3rem !important;
}

.dashboard-item-icon
{
    font-size: 50px !important;
    color: White;
}

#MainBodyContainer
{
    width: 100%;
    background-color: #F1F1F1;
}

a.NavLinkItem:hover
{
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
}

.profileText
{
    font-variant: small-caps;
    font-size: large;
}

.text-overflow-cont
{
    white-space: nowrap;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-medium
{
    font-size: medium !important;
}

.font-larger
{
    font-size: larger !important;
}

.font-x-large
{
    font-size: x-large !important;
}

.input-hint
{
    font-size: 10px;
    font-weight: bold;
}

textarea
{
    resize: none;
}

.PrivacyListItem li
{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans' , 'Helvetica Neue' , sans-serif;
}

.inner-policy-list
{
    margin-top: 1rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
    margin-left: 2em;
}

a.CommonTextFont:hover
{
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
    font-style: normal;
    color: #007bff;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: normal;
}
/* styles for '...' */
.block-with-text
{
    /* hide text if it more than N lines  */
    overflow: hidden; /* for set '...' in absolute position */
    position: relative; /* use this value to count block height */
    line-height: 1.2em; /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em; /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify; /* */
    margin-right: -1em;
    padding-right: 1em;
}

.block-with-text:before
{
    /* points in the end */
    content: '...'; /* absolute position */
    position: absolute; /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

.block-with-text:after
{
    /* points in the end */
    content: ''; /* absolute position */
    position: absolute; /* set position to right bottom corner of text */
    right: 0;
    width: 1em; /* set width and height */
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.addressCont
{
    height: 43px;
}

div.courseName
{
    height: 64px;
    vertical-align: middle;
}

span.CourseNameText
{
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}


.modal-close-button
{
    opacity: 1;
    line-height: 0 !important;
    padding-top: 18px !important;
}

.modal-backdrop
{
    background-color: transparent !important;
}

.btn-default.btn-on.active
{
    background-color: #5BB75B;
    color: white;
}

.btn-default.btn-off.active
{
    background-color: #DA4F49;
    color: white;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    border-color: #28a745 !important;
    background-color: #28a745 !important;
}

.title-seperator
{
    font-family: Consolas;
}

#statusTrack
{
    width: 100%;
    background-color: #B2DBBF !important;
    height: 5px;
    overflow: hidden;
    counter-reset: step;
}

#statusTrack li
{
    width: 30%;
}

#statusTrack li div
{
    position: absolute;
    border: 2px solid #4ECDC4;
    width: 120px;
    background-color: transparent;
    color: black;
    text-align: center;
    margin-left: 2%;
    margin-top: 0.5%;
}

#statusTrack li::before
{
    content: "    ";
    background-color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    line-height: 2px;
    border: 1px solid #FF686B;
    position: absolute;
    top: 32%;
}

#statusTrack li.lastStage::after
{
    content: " ";
    background-color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    line-height: 2px;
    border: 1px solid #FF686B;
    position: absolute;
    top: 32%;
    margin-left: 31.5%;
}

li.stageactive:before
{
    background-color: #247BA0 !important;
    border: 1px solid #247BA0 !important;
}

.activeStage
{
    border: 1px solid #4ECDC4 !important;
    width: 120px;
    background-color: #4ECDC4 !important;
    color: black !important;
}

.vertical-stepbar
{
    width: 1px;
}

.vertical-stepbar li
{
    height: 80px;
}

.vertical-stepbar li div
{
    border: 2px solid #4ECDC4;
    background-color: transparent;
    color: black;
    text-align: center;
}

.vertical-stepbar li::before
{
    content: "    ";
    background-color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    line-height: 2px;
    border: 1px solid #FF686B;
    margin-left: -12px;
}

.vertical-stepbar li:last-child:after
{
    content: " ";
    background-color: black;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 40px;
    line-height: 2px;
    border: 1px solid black;
    margin-left: -12px;
}

.center-Modal
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-border-textbox
{
    border-width: 1px !important;
    border-radius: 10px !important;
}

.extra-box-shadow
{
    box-shadow: 16px 16px 13px 0px #131212;
}

.custom-login-btn
{
    padding: 7px 25px;
    font-size: large;
    border-radius: 20px;
    background-color: #ff1493;
    font-weight: bold;
    color: White;
    font-variant: small-caps;
    border: 1px solid #ff1493;
}

.bg-teal
{
    background-color: #009999 !important;
}

.text-underline
{
    text-decoration: underline;
}

.vertical-center
{
    margin: auto !important;
    transform: translatey(30%) !important;
}

.w-80
{
    width: 80%;
}


.opacity-dim
{
    opacity: 0.5;
}

img.avator
{
    width: 80px !important;
    height: 80px !important;
    margin-left: 11rem !important;
}

.custom-textbox-shadow
{
    -webkit-box-shadow: 0 10px 6px -6px #777 !important;
    -moz-box-shadow: 0 10px 6px -6px #777 !important;
    box-shadow: 0 10px 6px -6px #777 !important;
}

.custom-textbox-shadow:hover
{
    -webkit-box-shadow: 0 0 #777 !important;
    -moz-box-shadow: 0 0 #777 !important;
    box-shadow: 0 0 #777 !important;
}

.border-appgray
{
    border: 2px solid rgb(200, 200, 200) !important;
}

.gradient-color
{
    background-image: linear-gradient(to right, #cc2b5e, #ff5e62) !important;
}

.gradient-color:hover
{
    background-image: linear-gradient(to left, #cc2b5e, #ff5e62) !important;
}

.sigunUp-btn-gradient
{
    background: linear-gradient(to right, rgb(17, 153, 142), rgb(56, 239, 125)) !important;
}

.sigunUp-btn-gradient:hover
{
    background: linear-gradient(to left, rgb(17, 153, 142), rgb(56, 239, 125)) !important;
}

.frgtPswdbtn
{
    background: linear-gradient(to right, rgb(255, 126, 95), rgb(254, 180, 123));
}

.frgtPswdbtn:hover
{
    background: linear-gradient(to left, rgb(255, 126, 95), rgb(254, 180, 123));
}

a.togglePassword:hover
{
    color: #495057 !important;
    text-decoration: none !important;
}

.white-color-Hover:hover
{
    color: white !important;
}

.h-fix-44
{
    height: 44px !important;
}


.custom-table-bordered
{
    border: 1px solid #bec5cc !important;
}


.datepicker
{
    cursor: text !important;
}

.mt-6
{
    margin-top: 0.6rem !important;
}

.scroll-width-0::-webkit-scrollbar
{
    width: 0px !important;
}

div.list-group div.card:hover
{
    color: white;
    background-color: #596e7b !important;
}

div.list-group div.card a:hover
{
    text-decoration: none !important;
    color: white;
    letter-spacing: unset !important;
}

a.togglePassword:focus, a.togglePassword:active
{
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

#lnkRegisterCollege:hover, #lnkLoginAgain:hover
{
    color: white !important;
}

.CustomBoxSuccess
{
    background-color: #294050;
}

.CustomBoxDailog
{
    box-shadow: 5px 7px 8px #000000;
    width: 400px;
    height: 140px;
}

.CustomModal
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden !important;
    width: 500px;
}

.CustomBoxHeader
{
    padding: 15px;
    color: white;
}

.GlbFont
{
    font-family: 'Lucida Sans' , 'Lucida Sans Regular' , 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
}

.CustomBoxContent
{
    background-color: white;
    padding-left: 25px;
}

.CustomBoxBtn
{
    background-color: #6c757d; /*#343a40;#002240;*/
    padding: 5px;
    width: 80px;
    color: #ffffff;
    border: 1px solid #6c757d;
    margin: 5px;
    float: right;
}

@media (max-width: 767px)
{
    #userResponse
    {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

#childCont::before
{
    content: '';
}

#childCont::after
{
    content: '';
}

#WizardRegisterApp > tbody > tr > td
{
    padding: 0px !important;
    margin: 0px !important;
}

.drop-bg
{
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.fixed-Background
{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/MainBg.jpg);
    position: absolute;
    top: 0; /* background-repeat: no-repeat; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}
/*progressbar*/
#progressbar
{
    margin: 30px 0px 30px 0px;
    overflow: hidden; /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center !important;
    position: relative !important;
    z-index: 100;
}

#progressbar li
{
    list-style-type: none;
    color: black;
    width: 25%;
    float: left;
    position: relative;
    font-variant: small-caps;
    border: 0px !important;
}

#progressbar li:before
{
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    color: white;
    background: silver;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after
{
    content: '';
    width: 100%;
    height: 2px;
    background: silver;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after
{
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after
{
    background: #27AE60;
    color: white;
}

.tab-3
{
    tab-size: 3 !important;
}

.font-sens-serif
{
    font-family: sans-serif !important;
}

.companyLogo
{
    width: 100%;
    height: 100%;
}

.CustomFileControl label
{
    background-color: #d3d3e9;
    height: 37px;
    padding: .375rem;
    width: 120px;
    font-weight: bold;
    text-align: center;
    font-size: 1.0rem;
}
.CustomFileShowName
{
    float: left;
    overflow: hidden;
    padding: 0.375rem;
    width: calc(100% - 121px);
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px;
    text-align: left;
}
.modal-backdrop
{
    z-index: -1;
}
.text-hide-overflow
{
    max-width: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt-72
{
    margin-top: 72px !important;
}
#lastLoginSection
{
    margin-top: 0.3rem !important;
}