html {
    background: url("/Content/Images/BgMain.gif") no-repeat right top rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    line-height: 1.4285;
    font-family: "Open Sans", sans-serif;
    font-size: 13.5px !important;
}

body {
    background: url("/Content/Images/BgMain.gif") no-repeat right top rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    line-height: 1.4285;
    font-family: "Open Sans", sans-serif;
    font-size: 13.5px !important;
}

h1 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h2 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h3 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h4 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h5 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h6 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h1 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h2 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h3 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h4 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h5 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h6 {
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

header {
    height: 140px;
}

.Header {
    height: 100px;
}

.navbar-default {
    border-color: transparent !important;
    background-color: transparent !important;
}

    .navbar-default .navbar-brand {
        color: rgb(119, 119, 119);
    }

.Carousel-Outer {
    min-height: 440px;
}

.nav > li > a {
    padding: 60px 20px !important;
    color: rgb(92, 92, 92);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    display: block;
    position: relative;
}

    .nav > li > a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
        background-color: rgba(200, 200, 200, 0.2) !important;
    }

    .nav > li > a:focus {
        color: rgb(0, 0, 0);
        text-decoration: none;
        background-color: rgba(200, 200, 200, 0.2) !important;
    }

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    width: 100%;
    display: table;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
}

.stepwizard-row::before {
    top: 14px;
    width: 100%;
    height: 1px;
    bottom: 0px;
    position: absolute;
    content: " ";
    background-color: rgb(204, 204, 204);
    z-order: 0;
}

.stepwizard-step {
    text-align: center;
    display: table-cell;
    position: relative;
}

.sstep-four {
    width: 25%;
}

.sstep-five {
    width: 20%;
}

.btn-circle {
    padding: 6px 0px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.4285;
    font-size: 12px;
}

.carousel {
    height: 440px;
    margin-bottom: 0px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 440px;
    background-color: rgb(119, 119, 119);
}

.carousel-inner > .item > img {
    left: 0px;
    top: 0px;
    height: 440px !important;
    position: absolute;
    min-width: 100%;
}

.Login {
    padding: 25px;
    border-left-color: #9ACD32;
    border-left-width: 10px;
    border-left-style: solid;
    min-height: 250px;
    /*background-color: #5086ac;*/
    color: #fff;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    background: -webkit-linear-gradient(left, #9acd32, #007bff);
}



    .Login h3 {
        margin: 0px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 25px;
        font-size: 16pt;
    }

.LoginDet {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    min-height: 180px;
    /*background-color: #5086ac;*/
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    background: -webkit-linear-gradient(left, #9acd32, #007bff);
}

.Login .control-label {
    text-align: left;
}

.NBoardMain {
    color: rgb(255, 255, 255);
    margin-top: 30px;
    min-height: 130px;
    background-color: rgb(249, 158, 51);
}

.NBHeading {
    padding: 25px 15px 15px;
    width: 25%;
    text-align: center;
    float: left;
}

.NBMessag {
    padding: 10px 25px 15px 0px;
    font-size: 10.5pt;
}

.LDetSir {
    padding: 20px;
    width: 100px;
    height: 100px;
    float: left;
}

.LDetContent {
    padding: 20px 20px 20px 0px;
    width: 240px;
    float: left;
}

    .LDetContent ul {
        margin: -10px 0px 0px;
        padding-left: 20px;
    }

    .LDetContent span {
        font-weight: bold;
    }

.IconSir {
    border-radius: 50%;
    border-image: none;
    width: 61px;
    height: 61px;
    text-align: center;
    padding-top: 10px;
    font-size: 16pt;
}

.SP-About h2 {
    margin: 0px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20pt;
}

.SP-Features h2 {
    margin: 0px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20pt;
}

.SP-Members h2 {
    margin: 0px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20pt;
}

.SP-Public h2 {
    margin: 0px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20pt;
}

.SP-Contact h2 {
    margin: 0px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20pt;
}

.SP-About h2 {
    background-color: rgb(136, 41, 145);
}

.SP-About h3 {
    color: rgb(136, 41, 145);
    padding-bottom: 15px;
}

.SP-Features h2 {
    background-color: rgb(208, 31, 75);
}

.SP-Features h3 {
    color: rgb(208, 31, 75);
    padding-bottom: 15px;
}

.SP-Members h2 {
    background-color: rgb(239, 69, 56);
}

.SP-Members h3 {
    color: rgb(239, 69, 56);
    padding-bottom: 15px;
}

.SP-Public h2 {
    background-color: rgb(249, 158, 51);
}

.SP-Public h3 {
    color: rgb(249, 158, 51);
    padding-bottom: 15px;
}

.SP-Contact h2 {
    background-color: rgb(136, 136, 136);
}

.SP-Contact h3 {
    color: rgb(136, 136, 136);
    padding-bottom: 15px;
}

.SPageBody-Optom {
    padding: 10px 0px;
    color: rgb(68, 68, 68);
}

.SPageBody-Panel {
    padding: 10px 0px;
    color: rgb(68, 68, 68);
}

.SPageBody-Optom::after {
    clear: both;
    display: block;
    content: "";
}

.SPageBody-Panel::after {
    clear: both;
    display: block;
    content: "";
}

.SPageBody-Optom h3 {
    margin: 0px;
    padding-top: 5px;
    font-size: 18pt;
}

.SPageBody-Panel h3 {
    margin: 0px;
    padding-top: 5px;
    font-size: 18pt;
}

.SPageBody-Optom h4 {
    margin: 10px 0px !important;
    font-size: 18px;
    font-weight: normal;
}

.SPageBody-Panel h4 {
    margin: 10px 0px !important;
    font-size: 18px;
    font-weight: normal;
}

.SPageBody-Optom h5 {
    font-size: 14px;
    font-weight: bold;
}

.SPageBody-Panel h5 {
    font-size: 14px;
    font-weight: bold;
}

.SPageBody-Panel h3 {
    color: rgb(30, 128, 110);
}

.SPageBody-Panel h4 {
    color: rgb(30, 128, 110);
}

.SPageBody-Panel h5 {
    color: rgb(30, 128, 110);
}

.SPageBody-Optom h3 {
    color: rgb(92, 42, 97);
}

.SPageBody-Optom h4 {
    color: rgb(92, 42, 97);
}

.SPageBody-Optom h5 {
    color: rgb(92, 42, 97);
}

.SPH-Optom {
    border-bottom-color: rgb(92, 42, 97);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.SPH-Panel {
    border-bottom-color: rgb(30, 128, 110);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.SPHeaders {
    padding-bottom: 10px !important;
    margin-bottom: 15px;
}

    .SPHeaders::after {
        clear: both;
        display: block;
        content: "";
    }

    .SPHeaders h3 {
        font-family: "Questrial", Arial, sans-serif, !important;
        float: left;
    }

.SPQLinks {
    margin-left: 2px;
    float: right;
}

.SNav-Optom .MainNav {
    background-color: rgb(105, 48, 117);
}

.SNav-Panel .MainNav {
    background-color: rgb(30, 128, 110) !important;
}

.SNav-Patient .MainNav {
    background-color: rgb(199, 25, 68) !important;
}

.SNav-Patient {
    height: 140px;
}

.SNav-Optom {
    height: 140px;
}

.SNav-Panel {
    height: 140px;
}

.SNav-Patient .UserBar {
    height: 92px;
}

.SNav-Optom .UserBar {
    height: 92px;
}

.SNav-Panel .UserBar {
    height: 92px;
}

.SNav-Patient .navbar {
    border: 0px currentColor !important;
    border-image: none !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 1000;
    min-height: 48px;
}

.SNav-Panel .navbar {
    border: 0px currentColor !important;
    border-image: none !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 1000;
    min-height: 48px;
}

.SNav-Optom .navbar {
    border: 0px currentColor !important;
    border-image: none !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 1000;
    min-height: 48px;
}

.SNav-Patient .nav > li > a {
    padding: 14px 20px !important;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-weight: 500 !important;
    display: block;
    position: relative;
}

.SNav-Panel .nav > li > a {
    padding: 14px 20px !important;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-weight: 500 !important;
    display: block;
    position: relative;
}

.SNav-Optom .nav > li > a {
    padding: 14px 20px !important;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-weight: 500 !important;
    display: block;
    position: relative;
}

.SNav-Panel .nav > li > a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.4) !important;
}

.SNav-Panel .nav > li > a:focus {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.4) !important;
}

.SNav-Optom .nav > li > a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.4) !important;
}

.SNav-Optom .nav > li > a:focus {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.4) !important;
}

.SNavLogo {
    padding-top: 10px;
    float: left;
}

.SNavUserDet {
    float: right;
}

.SNav-Patient .SNavUserDet .Name {
    margin-top: 10px;
    border-right-color: rgb(133, 133, 133);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    min-height: 70px;
}

.SNav-Panel .SNavUserDet .Name {
    margin-top: 10px;
    border-right-color: rgb(133, 133, 133);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    min-height: 70px;
}

.SNav-Optom .SNavUserDet .Name {
    margin-top: 10px;
    border-right-color: rgb(133, 133, 133);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    min-height: 70px;
}

.SNav-Patient .SNavUserDet .Name h2 {
    margin: 0px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}

.SNav-Panel .SNavUserDet .Name h2 {
    margin: 0px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}

.SNav-Optom .SNavUserDet .Name h2 {
    margin: 0px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}

.SNav-Patient .SNavUserDet .Name h2 {
    color: rgb(199, 25, 68);
}

.SNav-Panel .SNavUserDet .Name h2 {
    color: rgb(30, 128, 110);
}

.SNav-Optom .SNavUserDet .Name h2 {
    color: rgb(92, 42, 97);
}

.WelcomeDet {
    padding: 20px;
    float: left;
}

    .WelcomeDet h3 {
        margin: 0px;
        padding: 5px 0px;
        color: rgb(51, 51, 51);
        font-size: 12pt;
    }

    .WelcomeDet h4 {
        margin: 0px;
        padding: 0px;
        color: rgb(136, 136, 136);
        font-size: 10pt;
    }

.UserImg {
    margin: 10px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left;
    background-color: rgb(204, 204, 204);
}

.ProfilePic {
    margin: 0px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.SNav-Patient .UserImg {
    border: 3px solid rgb(199, 25, 68);
    border-image: none;
}

.SNav-Panel .UserImg {
    border: 3px solid rgb(30, 128, 110);
    border-image: none;
}

.SNav-Optom .UserImg {
    border: 3px solid rgb(92, 42, 97);
    border-image: none;
}

.SecForms {
    margin: 20px 0px;
}

    .SecForms::after {
        clear: both;
        display: block;
        content: "";
    }

    .SecForms .control-label {
        padding: 6px 0px 6px 10px;
        text-align: left !important;
        font-weight: normal;
        border-right-color: rgb(235, 235, 235);
        border-right-width: 4px;
        border-right-style: solid;
    }

    .SecForms .form-group::after {
        clear: both;
        display: block;
        content: "";
    }

    .SecForms .form-group {
        padding-bottom: 4px;
        margin-bottom: 6px;
        border-bottom-color: rgb(219, 219, 219);
        border-bottom-width: 1px;
        border-bottom-style: dashed;
    }

    .SecForms h4 {
        padding-left: 10px;
    }

    .SecForms h5 {
        padding-left: 10px;
    }

.SecDBoard {
    padding: 30px 0px 20px;
    margin-top: 10px;
    min-height: 100px;
    background-color: rgba(140, 140, 140, 0.2);
}

.DBlock-Yellow a {
    padding: 20px 10px 20px 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    display: block;
    min-height: 110px;
}

.DBlock-Purple a {
    padding: 20px 10px 20px 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    display: block;
    min-height: 110px;
}

.DBlock-Red a {
    padding: 20px 10px 20px 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    display: block;
    min-height: 110px;
}

.DBlock-Orange a {
    padding: 20px 10px 20px 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    display: block;
    min-height: 110px;
}

.DBlock-Yellow a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Purple a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Red a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Orange a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Yellow a:focus {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Purple a:focus {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Red a:focus {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Orange a:focus {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}

.DBlock-Yellow h4 {
    margin: 0px;
    padding: 0px 0px 5px;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 18pt;
    font-weight: normal !important;
}

.DBlock-Purple h4 {
    margin: 0px;
    padding: 0px 0px 5px;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 18pt;
    font-weight: normal !important;
}

.DBlock-Red h4 {
    margin: 0px;
    padding: 0px 0px 5px;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 18pt;
    font-weight: normal !important;
}

.DBlock-Orange h4 {
    margin: 0px;
    padding: 0px 0px 5px;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 18pt;
    font-weight: normal !important;
}

.DBlock-Yellow {
    background-color: rgb(248, 162, 60);
}

.DBlock-Purple {
    background-color: rgb(141, 50, 149);
}

.DBlock-Red {
    background-color: rgb(208, 36, 79);
}

.DBlock-Orange {
    background-color: rgb(239, 79, 68);
}

.DBlockHead {
    width: 75%;
    float: left;
}

.DBlockNumber {
    width: 25%;
    height: 70px;
    text-align: center;
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 28pt;
    font-weight: bold;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
    float: right;
}

.QSearch {
    margin: 15px 0px;
    padding: 15px 25px;
    border-radius: 12px;
    border: 1px solid rgb(190, 190, 190);
    border-image: none;
    min-height: 50px;
    box-shadow: 0px 3px 0px 0px rgba(50,50,50,0.25);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.25);
}

    .QSearch h3 {
        margin: 0px 10px 0px 0px;
        padding: 5px 10px 5px 0px;
        color: rgb(94, 94, 94);
        font-size: 14pt;
        border-right-color: rgb(94, 94, 94);
        border-right-width: 1px;
        border-right-style: solid;
    }

.qsSelect {
    min-width: 400px;
}

.qsText {
    min-width: 450px;
}

.table tr th {
    background-color: rgb(255, 255, 255) !important;
}

.FAct-Wrench {
    margin: 0px 3px;
    float: left;
}

.FAct-Check {
    margin: 0px 3px;
    float: left;
}

.FAct-Chart {
    margin: 0px 3px;
    float: left;
}

.FAct-Edit {
    margin: 0px 3px;
    float: left;
}

.FAct-Edit {
    color: rgb(42, 100, 150);
}

.FAct-Chart {
    color: rgb(150, 19, 194);
}

.FAct-Check {
    color: rgb(209, 73, 36);
}

.FAct-Wrench {
    color: rgb(108, 167, 12);
}

.SecGBar {
    margin: 10px 0px;
    padding: 10px;
    background-color: rgba(140, 140, 140, 0.2);
}

    .SecGBar::after {
        clear: both;
        display: block;
        content: "";
    }

.SecGBar-Nav {
    margin: 0px;
    padding: 0px;
}

    .SecGBar-Nav ul {
        margin: 0px;
        padding: 0px;
    }

    .SecGBar-Nav li {
        padding: 0px;
        margin-right: 4px;
        margin-bottom: 4px;
        float: left;
        list-style-type: none;
    }

        .SecGBar-Nav li a {
            padding: 10px 15px;
            color: rgb(92, 92, 92);
            display: block;
            background-color: rgb(222, 222, 222);
        }

            .SecGBar-Nav li a:hover {
                background-color: rgba(255, 255, 255, 0.5);
            }

@media all and (max-width:768px) {
    .SecGBar-Nav li {
        float: none;
    }
}

.BButtonBar {
    padding: 10px 15px;
    border-top-color: rgb(225, 225, 225);
    border-top-width: 2px;
    border-top-style: solid;
    background-color: rgb(250, 250, 250);
}

    .BButtonBar::after {
        clear: both;
        display: block;
        content: "";
    }

    .BButtonBar .BButtLeftPanel .btn {
        border-width: 1px 1px 3px;
        border-style: solid;
        border-color: rgb(75, 153, 139) rgb(75, 153, 139) rgb(30, 128, 110);
        border-image: none;
        color: rgb(255, 255, 255);
        margin-left: 2px;
        background-color: rgb(75, 153, 139);
    }

    .BButtonBar .BButtRightPanel .btn {
        border-width: 1px 1px 3px;
        border-style: solid;
        border-color: rgb(75, 153, 139) rgb(75, 153, 139) rgb(30, 128, 110);
        border-image: none;
        color: rgb(255, 255, 255);
        margin-left: 2px;
        background-color: rgb(75, 153, 139);
    }

    .BButtonBar .BButtLeftPanel .btn:hover {
        border-width: 1px 1px 3px;
        border-style: solid;
        border-color: rgb(30, 128, 110) rgb(30, 128, 110) rgb(38, 97, 86);
        border-image: none;
        color: rgb(255, 255, 255);
        background-color: rgb(30, 128, 110);
    }

    .BButtonBar .BButtRightPanel .btn:hover {
        border-width: 1px 1px 3px;
        border-style: solid;
        border-color: rgb(30, 128, 110) rgb(30, 128, 110) rgb(38, 97, 86);
        border-image: none;
        color: rgb(255, 255, 255);
        background-color: rgb(30, 128, 110);
    }

    .BButtonBar .BButtLeftOptom .btn {
        border-image: none;
        color: rgb(255, 255, 255);
        margin-left: 2px;
        border-top-color: rgb(135, 74, 146);
        border-right-color: rgb(135, 74, 146);
        border-bottom-color: rgb(110, 51, 121) !important;
        border-left-color: rgb(135, 74, 146);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(135, 74, 146);
    }

    .BButtonBar .BButtRightOptom .btn {
        border-image: none;
        color: rgb(255, 255, 255);
        margin-left: 2px;
        border-top-color: rgb(135, 74, 146);
        border-right-color: rgb(135, 74, 146);
        border-bottom-color: rgb(110, 51, 121) !important;
        border-left-color: rgb(135, 74, 146);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(135, 74, 146);
    }

    .BButtonBar .BButtLeftOptom .btn:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(105, 48, 117);
        border-right-color: rgb(105, 48, 117);
        border-bottom-color: rgb(85, 34, 96) !important;
        border-left-color: rgb(105, 48, 117);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(105, 48, 117);
    }

    .BButtonBar .BButtRightOptom .btn:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(105, 48, 117);
        border-right-color: rgb(105, 48, 117);
        border-bottom-color: rgb(85, 34, 96) !important;
        border-left-color: rgb(105, 48, 117);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(105, 48, 117);
    }

.BtnGreen {
    border-image: none;
    color: rgb(255, 255, 255);
    border-top-color: rgb(75, 153, 139);
    border-right-color: rgb(75, 153, 139);
    border-bottom-color: rgb(30, 128, 110) !important;
    border-left-color: rgb(75, 153, 139);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px !important;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid !important;
    border-left-style: solid;
    background-color: rgb(75, 153, 139);
}

    .BtnGreen:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(30, 128, 110);
        border-right-color: rgb(30, 128, 110);
        border-bottom-color: rgb(38, 97, 86) !important;
        border-left-color: rgb(30, 128, 110);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(30, 128, 110);
    }

.BtnPurp {
    border-image: none;
    color: rgb(255, 255, 255);
    border-top-color: rgb(135, 74, 146);
    border-right-color: rgb(135, 74, 146);
    border-bottom-color: rgb(110, 51, 121) !important;
    border-left-color: rgb(135, 74, 146);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px !important;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid !important;
    border-left-style: solid;
    background-color: rgb(135, 74, 146);
}

    .BtnPurp:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(105, 48, 117);
        border-right-color: rgb(105, 48, 117);
        border-bottom-color: rgb(85, 34, 96) !important;
        border-left-color: rgb(105, 48, 117);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(105, 48, 117);
    }

    .BtnPurp i {
        padding-right: 10px;
    }

.BtnGreen i {
    padding-right: 10px;
}

.BtnRed {
    border-image: none;
    color: rgb(255, 255, 255);
    border-top-color: rgb(240, 78, 78);
    border-right-color: rgb(240, 78, 78);
    border-bottom-color: rgb(226, 24, 24) !important;
    border-left-color: rgb(240, 78, 78);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px !important;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid !important;
    border-left-style: solid;
    background-color: rgb(240, 78, 78);
}

    .BtnRed:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(226, 24, 24);
        border-right-color: rgb(226, 24, 24);
        border-bottom-color: rgb(200, 2, 2) !important;
        border-left-color: rgb(226, 24, 24);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(226, 24, 24);
    }

.BtnYellow {
    border-image: none;
    color: rgb(255, 255, 255);
    border-top-color: rgb(240, 173, 78);
    border-right-color: rgb(240, 173, 78);
    border-bottom-color: rgb(226, 117, 24) !important;
    border-left-color: rgb(240, 173, 78);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px !important;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid !important;
    border-left-style: solid;
    background-color: rgb(240, 173, 78);
}

    .BtnYellow:hover {
        border-image: none;
        color: rgb(255, 255, 255) !important;
        border-top-color: rgb(226, 117, 24);
        border-right-color: rgb(226, 117, 24);
        border-bottom-color: rgb(205, 67, 6) !important;
        border-left-color: rgb(226, 117, 24);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 3px !important;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid !important;
        border-left-style: solid;
        background-color: rgb(226, 117, 24);
    }

.BButtonBar .BButtLeftPanel .btn {
    float: left;
}

.BButtonBar .BButtLeftOptom .btn {
    float: left;
}

.BButtonBar .BButtRightPanel .btn {
    float: right;
}

.BButtonBar .BButtRightOptom .btn {
    float: right;
}

.lead {
    font-family: "Questrial", Arial, sans-serif, !important;
    font-size: 13.5pt !important;
}

.leadNumList li {
    margin-bottom: 20px;
}

.leadList li {
    margin-bottom: 20px;
}

    .leadList li span {
        color: rgb(79, 79, 79);
        font-weight: bold;
    }

.leadNumList li {
    list-style-type: none;
}

    .leadNumList li::after {
        clear: both;
        display: block;
        content: "";
    }

    .leadNumList li span.redSir {
        border-radius: 50%;
        border: 2px solid rgb(208, 31, 75);
        border-image: none;
        width: 35px;
        height: 35px;
        text-align: center;
        color: rgb(208, 31, 75);
        padding-top: 3px;
        font-family: "Questrial", Arial, sans-serif, !important;
        font-size: 14pt;
        font-weight: bold;
        margin-right: 20px;
        float: left;
        background-color: rgb(255, 255, 255);
    }

    .leadNumList li span.redSirText {
        width: 90%;
        float: left;
    }

.text-muted {
    color: rgb(110, 110, 110) !important;
}

.BlockNav {
    margin: 0px;
    padding: 0px;
}

    .BlockNav ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: table;
    }

        .BlockNav ul li {
            padding: 0px 5px 5px 0px;
            width: 33%;
            display: table-cell;
            list-style-type: none;
        }

            .BlockNav ul li:last-child {
                margin: 0px;
            }

            .BlockNav ul li a {
                background: rgb(232, 232, 232);
                padding: 20px 15px;
                color: rgb(153, 153, 153);
                text-transform: uppercase;
                font-size: 13pt;
                margin-bottom: 10px;
                display: block;
                min-height: 100px;
            }

                .BlockNav ul li a:hover {
                    color: rgb(239, 69, 56);
                    text-decoration: none;
                    border-bottom-color: rgb(239, 69, 56);
                    border-bottom-width: 5px;
                    border-bottom-style: solid;
                    background-color: rgb(243, 243, 243);
                }

                .BlockNav ul li a i {
                    padding: 0px 20px;
                    margin-right: 20px;
                    border-right-color: rgb(204, 204, 204);
                    border-right-width: 1px;
                    border-right-style: solid;
                    float: left;
                }

.control-label {
    text-align: left !important;
    font-weight: normal;
    border-right-color: rgb(239, 239, 239);
    border-right-width: 3px;
    border-right-style: solid;
}

@media only screen and (max-width:768px) {
    .control-label {
        text-align: left !important;
        font-weight: normal;
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }

    .SecForms .control-label {
        padding: 6px 0px 6px 10px;
        text-align: left !important;
        font-weight: normal;
        border-right-color: currentColor;
        border-right-width: 0px;
        border-right-style: none;
    }
}

.form-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-control-check {
    padding: 15px !important;
    width: 20px;
    height: 20px;
    font-size: 12px !important;
    font-weight: normal !important;
    display: block;
}

.col-md-5 {
    padding-left: 0px !important;
}

.col-md-8 {
    padding-right: 0px;
}

.SSBox-Panel {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(165, 165, 165);
    border-image: none;
    margin-bottom: 20px;
    box-shadow: 0px 8px 0px -3px rgba(220,220,220,0.7);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 8px 0px -3px rgba(220, 220, 220, 0.7);
    -moz-box-shadow: 0px 8px 0px -3px rgba(220, 220, 220, 0.7);
}

.SSBox-Optom {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(165, 165, 165);
    border-image: none;
    margin-bottom: 20px;
    box-shadow: 0px 8px 0px -3px rgba(220,220,220,0.7);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 8px 0px -3px rgba(220, 220, 220, 0.7);
    -moz-box-shadow: 0px 8px 0px -3px rgba(220, 220, 220, 0.7);
}

.SSBox-Panel .btn-circle {
    padding: 5px 0px 0px !important;
    border-radius: 50%;
}

.SSBox-Optom .btn-circle {
    padding: 5px 0px 0px !important;
    border-radius: 50%;
}

.SSBox-Panel .btn-primary {
    padding: 5px 0px 0px !important;
    border: 1px solid rgb(18, 100, 85) !important;
    border-image: none !important;
    color: rgb(255, 255, 255);
    background-color: rgb(30, 128, 110) !important;
}

.SSBox-Optom .btn-primary {
    padding: 5px 0px 0px !important;
    border: 1px solid rgb(125, 65, 136) !important;
    border-image: none !important;
    color: rgb(255, 255, 255);
    background-color: rgb(150, 87, 161) !important;
}

@media only screen and (max-width:768px) {
    .Carousel-Outer {
        min-height: 350px;
    }

    .carousel {
        height: 350px;
    }

        .carousel .item {
            height: 350px;
        }

    .carousel-inner > .item > img {
        height: 350px;
    }

    .col-md-8 {
        padding-right: 15px;
    }

    .NBHeading {
        padding: 5px 15px 5px 25px;
        width: auto;
        text-align: left;
        float: none;
    }

    .LDetContent {
        padding: 40px 20px 20px 0px;
        width: auto;
        float: left;
    }

    .NBMessag {
        padding: 0px 25px 15px;
        font-size: 10.5pt;
    }

    .nav > li > a {
        padding: 10px 20px !important;
        background-color: rgb(255, 255, 255);
    }

        .nav > li > a:hover {
            background-color: rgb(239, 239, 239) !important;
        }

    .navbar-nav {
        margin: 0px -15px;
    }

    .SNav-Panel .MainNav {
        background-color: rgb(30, 128, 110) !important;
    }

    .SNav-Panel .MainNav {
        background-color: rgb(30, 128, 110) !important;
    }

        .SNav-Panel .MainNav .navbar-default .navbar-collapse {
            border-color: rgb(30, 128, 110);
            background-color: rgb(30, 128, 110);
        }

        .SNav-Panel .MainNav .navbar-default .navbar-form {
            border-color: rgb(30, 128, 110);
            background-color: rgb(30, 128, 110);
        }

        .SNav-Panel .MainNav .navbar-default .navbar-nav {
            border-color: rgb(30, 128, 110);
            background-color: rgb(30, 128, 110);
        }

        .SNav-Panel .MainNav .navbar-default .navbar-collapse .nav > li > a {
            padding: 14px 20px !important;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            font-family: "Questrial", Arial, sans-serif, !important;
            font-weight: 500 !important;
            display: block;
            position: relative;
            background-color: rgb(30, 128, 110);
        }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        border-top-color: transparent;
        border-top-width: 1px;
        border-top-style: solid;
        -ms-overflow-x: visible;
        max-height: 450px;
        box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
        -webkit-overflow-scrolling: touch;
    }

    .MainNav .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.btnEditWidth {
    width: 70px;
}

.btnDeleteWidth {
    width: 87px;
}

.btnAddPanWidth {
    width: 127px;
}

.btnCreateBulkWidth {
    width: 153px;
}

.btnBuildReportWidth {
    width: 124px;
}

.btnPreProWidth {
    width: 179px;
}
