/* GENERAL */
body {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 16px;
}

.green-separator {
    background: #97c24e;
    height: 7px;
    display: block;
}

.inline {
    display: inline-block !important;
}

.btn {
    min-width: 100px;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 10px;
    color: #333;
    font-family: Calibri;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.search {
  font-size: 14px;
  clip-path: inset(-5px -5px -5px 0px);
  box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
  margin-top: 12px !important;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default.ui-button,
.ui-widget-header .ui-state-default,
.btn-primary {
    background-color: #35508d;
    color: #fff;
    border-radius: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri;
    background-image: none;
    margin-bottom: 10px;
}

.btn-warning {
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri;
    background-image: none;
    margin-bottom: 10px;
}


.ui-state-default, .ui-widget-content .ui-state-default.ui-button:focus,
.ui-widget-header .ui-state-default.ui-button:focus,
.ui-state-default, .ui-widget-content .ui-state-default.ui-button:hover,
.ui-widget-header .ui-state-default.ui-button:hover,
.btn-primary:focus,
.btn-primary:hover {
    background: #253d74;
}

.button-hollow {
    text-transform: uppercase;
    color: #313131;
    border: 2px solid #313131;
    padding: 7px 17px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 19px;
    background: none;
    border-radius: 10px;
}

    .button-hollow:hover,
    .button-hollow:focus {
        background: #313131;
        color: #fff;
        text-decoration: none;
    }

    .button-hollow.white {
        color: #fff;
        border-color: #fff;
    }

        .button-hollow.white:hover,
        .button-hollow.white:focus {
            background: #fff;
            color: #35508d;
        }

    .button-hollow.green {
        color: #97c24e;
        border-color: #97c24e;
    }

        .button-hollow.green:hover,
        .button-hollow.green:focus {
            background: #97c24e;
            color: #2e2e2e;
        }

.btn.btn-info,
.button-full {
    text-transform: uppercase;
    background: #69a1eb;
    color: #f2f1f1;
    padding: 7px 17px;
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 19px;
}

    .btn.btn-info:hover,
    .btn.btn-info:focus,
    .button-full:hover,
    .button-full:focus {
        background: #2475a2;
        color: #f2f1f1;
        text-decoration: none;
    }

.btn.btn-info {
    display: inline-block;
}

.clear {
    clear: both;
}

a {
    color: #35508d;
    word-wrap: break-word;
}

ul.nav.navbar-nav {
    width: 100%;
}

h1 {
    color: #97c24e;
}

h2, h3, h4, h5, h6 {
    color: #35508d !important;
}

h5 {
    font-weight: bold;
    text-decoration: underline;
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-widget-header.ui-dialog-titlebar {
    background: #97c24e;
    border: 0 none;
    border-radius: 0 !important;
    color: #fff;
    font-weight: bold;
}

.err {
    background: red none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin-top: 8px;
    padding: 4px 11px;
}
/* HEADER */
.navbar-default .navbar-brand {
    color: #35508d;
    font-weight: bold;
}

#mpt-header {
    background: #f2f1f1;
    color: #fff;
}

    #mpt-header.mpt-loggedin {
        border-bottom: 3px solid #35508d;
        padding-bottom: 30px;
    }

    #mpt-header .logo-section {
        position: relative;
    }

    #mpt-header .header-user {
        background: #35508d;
        min-width: 330px;
        padding: 26px;
    }

        #mpt-header .header-user .signout {
            background: #fff;
            padding: 5px 10px;
            text-transform: uppercase;
        }

        #mpt-header .header-user .user {
            padding-top: 5px;
        }

.alert {
    -ms-border-radius: 0;
    border-radius: 0;
}

.upload-doc {
    color: #35508d;
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
}

.sorting_1 {
    padding: 0 0 0 4px !important;
    
}
.text-align-left {
    text-align: left;
}



.alert-btn {
    color: #35508d;
    background-color: white !important;
    font-size: 14px !important;
}

#mpt-header .menu-section .menu {
    padding-left: 43px;
}

#mpt-logo {
    background: url('../img/logo.png') no-repeat;
    display: block;
    height: 76px;
    width: 228px;
    margin-top: 14px;
}

#mpt-header .navbar-default {
    background: none;
    border: 0;
    margin-bottom: 0;
}

    #mpt-header .navbar-default li {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
    }

#mpt-header #mpt-menu {
    padding: 0;
}

    #mpt-header #mpt-menu .navbar-nav > li > a {
        padding: 44px 7px 45px;
        /*font-family:RobotoC, Arial;*/
        color: #495463;
    }

    #mpt-header #mpt-menu .navbar-nav > li.open > a {
        color: #f2f1f1;
        background: #35508d;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #97c24e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #97c24e;
}

#mpt-header .dropdown-menu {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: #35508d;
}

    #mpt-header .dropdown-menu a {
        /*    text-transform:none;
    font-size:16px;
    font-family:RobotoC, Arial;*/
        color: #f2f1f1;
        position: relative;
        /*border-bottom:1px solid #d7e8bc;*/
    }

    #mpt-header .dropdown-menu li:last-child a {
        border: 0;
    }

    #mpt-header .dropdown-menu a:focus,
    #mpt-header .dropdown-menu a:hover {
        color: #a3b5d1;
    }

#mpt-header .dropdown-menu {
    padding: 0;
}

    #mpt-header .dropdown-menu > li {
        padding: 5px 0;
    }

        #mpt-header .dropdown-menu > li:focus,
        #mpt-header .dropdown-menu > li:hover {
            background: rgba(0, 0, 0, 0.39) none repeat scroll 0 0;
        }

#mpt-header .fa-chevron-down {
    color: #97c24e;
    font-size: 12px;
    position: relative;
    top: -3px;
}

#mpt-header .fa-chevron-right {
    font-size: 11px;
    left: 8px;
    position: absolute;
    top: 11px;
}

#page-header {
    /*background:url(../img/notebook.png);*/
    background: #35508d;
    padding: 25px 0;
}

    #page-header.slim {
        padding: 1px 0;
    }

    #page-header .page-title {
        color: #97c24e !important;
        font-size: 36px;
        font-weight: bold;
        /*font-family:RobotoC;*/
        margin: 0;
    }

    #page-header #breadcrumb {
        padding-top: 12px;
    }

        #page-header #breadcrumb span {
            font-size: 14px;
            font-weight: bold;
            color: #97c24e;
        }

        #page-header #breadcrumb a {
            font-size: 14px;
            color: #fff;
        }
/* CONTENT*/
h4.panel-title {
    color: #313131 !important;
    text-align: left;
}

#page {
    padding-top: 20px;
    padding-bottom: 20px;
}

    #page .row .col-xs-12.col-sm-9.col-md-9.col-lg-9 {
        text-align: justify;
    }
/* FOOTER */
#mpt-footer .footer-first {
    background: #35508d;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#mpt-footer .footer-two {
    background: #f2f1f1;
    padding: 20px 0;
    text-align: center;
    color: #35508d;
    font-size: 12px;
}

#mpt-footer .no-margins{
    margin: 0;
}

#sub-footer {
    border-top: 1px solid #ddd;
    /* background: #f7f7f7; */
    text-shadow: none;
    padding: 0;
    padding: 30px 0;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    #mpt-footer .footer-two .logo-section {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 992px) {
    #mpt-footer .footer-two .logo-section {
        margin-top: 30px;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 992px) {

    .sign-in-button-margin {
        margin-top: 0px !important;
    }

    .calc-sign-in-btn {
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
    }
}


/*HOME*/
#mpt-home-signin {
    background: #35508d;
}

#mpt-home-welcome {
    background: url(../img/welcome-home.png) bottom left no-repeat;
    min-height: 371px;
}

#mpt-home-testimonials-wrapper {
    background: url(../img/notebook.png);
}

#mpt-home-testimonials {
    padding: 45px 0;
}

    #mpt-home-testimonials .testimonial-title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin: 0 0 30px 0;
        /*font-family:RobotoC;*/
    }

        #mpt-home-testimonials .testimonial-title span {
            color: #97c24e;
        }

    #mpt-home-testimonials .testimonial {
        background: #fff none repeat scroll 0 0;
        padding: 0px 15px 0px;
        position: relative;
        margin-top: 22px;
        min-height: 170px;
    }

        #mpt-home-testimonials .testimonial p {
            padding-top: 25px;
        }

        #mpt-home-testimonials .testimonial .testimonial-icon {
            background: #97c24e none repeat scroll 0 0;
            color: #fff;
            /*font-family: RobotoC;*/
            font-size: 73px;
            font-weight: bold;
            height: 40px;
            left: 15px;
            line-height: 57px;
            padding: 9px;
            position: absolute;
            top: -21px;
        }

        #mpt-home-testimonials .testimonial p {
            font-size: 19px;
            font-style: italic;
        }

        #mpt-home-testimonials .testimonial .person {
            font-weight: bold;
            font-size: 12px;
            /*font-family:RobotoC;*/
            font-style: normal;
            padding-bottom: 30px;
            padding-top: 0px;
        }

#mpt-home-welcome .right-col {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    font-size: 21px;
    margin-top: 45px;
    padding: 16px;
    position: relative;
    text-align: justify;
}

    #mpt-home-welcome .right-col h2 {
        background: #fff;
        font-size: 30px;
        font-weight: bold;
        /*font-family:RobotoC;*/
        position: absolute;
        left: 10px;
        top: -40px;
        padding: 0 5px;
    }

        #mpt-home-welcome .right-col h2 span {
            color: #97c24e;
        }

#mpt-home-signin .row {
    padding-top: 7px;
    padding-bottom: 4px;
}

#mpt-home-signin .left-col,
#mpt-home-signin .right-col {
    padding: 10px 15px;
}

#mpt-home-signin .left-col {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#mpt-home-signin .right-col {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#mpt-home-signin .icon {
    background: #fff;
    height: 90px;
    width: 90px;
    border-radius: 100px;
    color: #94bb1e;
    font-size: 46px;
    position: relative;
}

    #mpt-home-signin .icon .fa-users {
        padding: 24px 20px;
    }

    #mpt-home-signin .icon .fa-home {
        font-size: 70px;
        padding: 8px 0 0 12px;
    }
/*MJ: remove this section */
/*#mpt-home-signin .description {
    width: 64%;
    padding-left: 10px;
    min-height: 109px;
}*/
/*MJ: remove this section */
#mpt-home-signin .description h3 {
    font-size: 21px;
    /*font-family:RobotoC;*/
    color: #94bb1e !important;
    font-weight: bold;
    margin: 10px 0 0;
}

#mpt-home-signin .description p {
    font-size: 21px;
    /*font-family:RobotoC;*/
    color: #fff;
}

#mpt-home-signin .buttons-group {
    clear: both;
}

    #mpt-home-signin .buttons-group a {
        margin: 8px auto;
        width: 50%;
        font-size: 24px;
    }

#mpt-home-contact {
    background: url(../img/contact.png) center right no-repeat;
    background-size: contain;
    padding: 15px 0 25px;
}

    #mpt-home-contact .social {
        font-size: 30px;
        margin-right: 10px;
        color: #495463;
    }

.certs {
    text-align: center;
    background: #35508d;
    padding: 10px 0;
}

.certificate.photo {
    height: 80px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.footer-logo {
    text-align: left;
    padding-left: 15px;
}

.footer-text {
    text-align: center;
    width: 70%;
}

@media screen and (min-width: 640px) {
    .footer-text {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .certificate.photo {
        height: 70px;
        text-align: center;
        float: none !important;
    }

    .footer-logo {
        text-align: center;
        padding-left: 15px;
    }

    .footer-text {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .certificate.photo {
        height: 50px;
        text-align: center;
        float: none !important;
    }

    .footer-logo {
        text-align: center;
        padding-left: 15px;
    }

    .footer-text {
        width: 90%;
        padding-left: 15px;
    }
}

#mpt-home-contact h2 {
    font-size: 41px;
    font-weight: 300;
    color: #495463;
}

#mpt-home-contact .mail,
#mpt-home-contact .phone {
    font-size: 28px;
    font-weight: bold;
    color: #97c24e;
}

    #mpt-home-contact .mail span,
    #mpt-home-contact .phone span {
        color: #313131;
        display: inline-block;
        font-weight: normal;
        min-width: 177px;
        padding-right: 20px;
    }

#mpt-home-contact .button-full,
#mpt-home-contact .button-hollow {
    display: inline-block;
    min-width: 300px;
}

#mpt-home-contact .button-full {
    border-color: #97c24e;
    margin-left: 20px;
}

#mpt-home-contact h2 {
    font-size: 30px;
    font-weight: bold;
    color: #35508d;
}
/* --------------------------------
Slider
-------------------------------- */
.mpt-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mpt-hero-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .mpt-hero-slider li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        list-style: none;
    }

        .mpt-hero-slider li.slide-one {
            background: url(../img/slide-one.jpg) center center no-repeat;
            background-size: cover;
        }

        .mpt-hero-slider li.slide-two {
            background: url(../img/slide-two.jpg) center center no-repeat;
            background-size: cover;
        }

        .mpt-hero-slider li.slide-three {
            background: url(../img/slide-three.jpg) center center no-repeat;
            background-size: cover;
        }

        .mpt-hero-slider li.selected {
            /* this is the visible slide */
            position: relative;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .mpt-hero-slider li.move-left {
            /* slide hidden on the left */
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .mpt-hero-slider li.is-moving, .mpt-hero-slider li.selected {
            /* the is-moving class is assigned to the slide which is moving outside the viewport */
            -webkit-transition: -webkit-transform 0.5s;
            -moz-transition: -moz-transform 0.5s;
            transition: transform 0.5s;
        }

@media only screen and (min-width: 992px) {
    .mpt-hero-slider {
        height: 420px;
    }
}

@media only screen and (min-width: 1170px) {
    .mpt-hero-slider {
        height: 500px;
    }
}

/* ------------------------------- 
Single slide style
-------------------------------- */
.mpt-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mpt-hero-slider .mpt-full-width,
.mpt-hero-slider .mpt-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 100px;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.mpt-hero-slider .mpt-img-container {
    /* hide image on mobile device */
    display: none;
}

    .mpt-hero-slider .mpt-img-container img {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.mpt-hero-slider .mpt-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .mpt-hero-slider .mpt-bg-video-wrapper video {
        /* you won't see this element in the html, but it will be injected using js */
        display: block;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.mpt-hero-slider h2, .mpt-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}

.mpt-hero-slider h2 {
    font-size: 2.4rem;
}

.mpt-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4;
}

.mpt-hero-slider .mpt-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .mpt-hero-slider .mpt-btn.secondary {
        background-color: rgba(22, 26, 30, 0.8);
    }

    .mpt-hero-slider .mpt-btn:nth-of-type(2) {
        margin-left: 1em;
    }

.no-touch .mpt-hero-slider .mpt-btn:hover {
    background-color: #d44457;
}

.no-touch .mpt-hero-slider .mpt-btn.secondary:hover {
    background-color: #161a1e;
}

@media only screen and (min-width: 992px) {
    .mpt-hero-slider .mpt-full-width,
    .mpt-hero-slider .mpt-half-width {
        padding-top: 150px;
    }

    .mpt-hero-slider .mpt-bg-video-wrapper {
        display: block;
    }

    .mpt-hero-slider .mpt-half-width {
        width: 45%;
    }

        .mpt-hero-slider .mpt-half-width:first-of-type {
            left: 5%;
        }

        .mpt-hero-slider .mpt-half-width:nth-of-type(2) {
            right: 5%;
            left: auto;
        }

    .mpt-hero-slider .mpt-img-container {
        display: block;
    }

    .mpt-hero-slider h2, .mpt-hero-slider p {
        max-width: 520px;
    }

    .mpt-hero-slider h2 {
        font-size: 2.4em;
        font-weight: 300;
    }

    .mpt-hero-slider .mpt-btn {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1170px) {
    .mpt-hero-slider .mpt-full-width,
    .mpt-hero-slider .mpt-half-width {
        padding-top: 220px;
    }

    .mpt-hero-slider h2, .mpt-hero-slider p {
        margin-bottom: 20px;
    }

    .mpt-hero-slider h2 {
        font-size: 3.2em;
    }

    .mpt-hero-slider p {
        font-size: 1.6rem;
    }
}

/* -------------------------------- 
Single slide animation
-------------------------------- */
@media only screen and (min-width: 992px) {
    .mpt-hero-slider .mpt-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }

    .mpt-hero-slider .move-left .mpt-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    .mpt-hero-slider .selected .mpt-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .mpt-hero-slider .is-moving .mpt-half-width {
        /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .mpt-hero-slider li.selected.from-left .mpt-half-width:nth-of-type(2),
    .mpt-hero-slider li.selected.from-right .mpt-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .mpt-hero-slider li.selected.from-left .mpt-half-width:first-of-type,
    .mpt-hero-slider li.selected.from-right .mpt-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .mpt-hero-slider .mpt-full-width h2,
    .mpt-hero-slider .mpt-full-width p,
    .mpt-hero-slider .mpt-full-width .mpt-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .mpt-hero-slider .move-left .mpt-full-width h2,
    .mpt-hero-slider .move-left .mpt-full-width p,
    .mpt-hero-slider .move-left .mpt-full-width .mpt-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .mpt-hero-slider .selected .mpt-full-width h2,
    .mpt-hero-slider .selected .mpt-full-width p,
    .mpt-hero-slider .selected .mpt-full-width .mpt-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .mpt-hero-slider li.is-moving .mpt-full-width h2,
    .mpt-hero-slider li.is-moving .mpt-full-width p,
    .mpt-hero-slider li.is-moving .mpt-full-width .mpt-btn {
        /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .mpt-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .mpt-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .mpt-hero-slider li.selected .mpt-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}

.slider-info:before {
    background: url(../img/sliderdescription.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: -92px;
    height: 100%;
    width: 92px;
    opacity: 0.74;
}

.slider-info {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 52%;
    background: rgba(255,255,255,0.7);
}

    .slider-info h3 {
        font-size: 34px;
        /*font-family:RobotoC;*/
        color: #35508d;
        padding: 10px;
    }

        .slider-info h3 span {
            font-style: italic;
            font-weight: bold;
            color: #35508d;
        }

.slide-one .slider-info h3 span {
    color: #94bb1e;
}

.slide-two .slider-info h3 span {
    color: #fff;
}

.slide-three .slider-info h3 span {
    color: #495463;
}

.slider-info a {
    margin: 0 10px 10px 0;
}

/*SIDEMENU*/
.sidemenu.left-menu {
    background: #97c24e;
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 20px 0;
}

    .sidemenu.left-menu a {
        color: #fff;
        display: block;
        padding: 10px 7px;
    }

    .sidemenu.left-menu .section {
        display: block;
        padding: 10px 7px;
        background: #6e9035;
    }

    .sidemenu.left-menu li {
        border-bottom: 1px solid #71ac31;
        border-top: 1px solid #bdd86b;
        padding: 0px;
        position: relative;
    }

        li.nobtmborder,
        .sidemenu.left-menu li ul li ul li:last-child {
            border-bottom: 0 none !important;
        }

    .sidemenu.left-menu .fa.fa-circle-o,
    .sidemenu.left-menu .fa.fa-square {
        font-size: 6px;
        padding-right: 10px;
        position: relative;
        top: -2px;
    }

    .sidemenu.left-menu li ul li .fa.fa-square {
        padding-left: 18px;
    }

    .sidemenu.left-menu li ul li .fa.fa-circle-o {
        padding-left: 33px;
    }

    .sidemenu.left-menu a:hover,
    .sidemenu.left-menu a:focus,
    .sidemenu.left-menu a:active {
        color: #2e2e2e;
        background: #71ac31;
        text-decoration: none;
    }

.support.left-menu,
.jobs.left-menu {
    background: #35508d;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.support.left-menu {
    text-align: center;
    margin-top: 60px;
}

.left-menu p {
    font-size: 16px;
    /*font-family:RobotoC;*/
}

.left-menu .title {
    font-size: 24px;
    /*font-family:RobotoC;*/
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.support.left-menu .title {
    margin-top: 10px;
}

.left-menu .support-phone {
    font-weight: bold;
    color: #97c24e;
    /*font-family:RobotoC;*/
    font-size: 40px;
}

.left-menu.support .fa-phone {
    position: absolute;
    font-size: 40px;
    top: -48px;
    background: #35508d;
    padding: 30px 32px;
    border-radius: 100px;
    left: 50%;
    margin-left: -44px;
}

.jobs.left-menu .button-hollow {
    display: inline-block;
}

.jobs.left-menu .inner {
    padding-left: 70px;
    position: relative;
}

    .jobs.left-menu .inner:before {
        content: "\f0b1";
        font-family: FontAwesome;
        color: #fff;
        font-size: 60px;
        left: 0;
        top: 0;
        position: absolute;
    }

.complain-form .form-control {
    margin-bottom: 7px;
}

.bs-example,
.panel-default > .panel-heading {
    position: relative;
}

    .bs-example .close,
    .panel-heading .close {
        font-size: 31px !important;
        position: absolute;
        right: 9px;
        top: 2px;
    }
/* BUTTONS IN HEADER */
#mpt-header .header-buttons {
    margin-top: 20px;
}

    #mpt-header .header-buttons a {
        display: inline-block;
        margin: 0 5px;
    }

        #mpt-header .header-buttons a.button-full {
            border-color: #97c24e;
        }

#mpt-header .menu-section .menu {
    clear: both;
}

#mpt-logo {
    margin-top: 31px;
}

#mpt-header #mpt-menu .navbar-nav > li > a {
    color: #495463;
    padding: 23px 7px 33px;
}

#mpt-header #mpt-menu .navbar-nav > li.open > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #97c24e;
    text-decoration: underline;
}

.single-testimonial {
    background: #f2f1f1 none repeat scroll 0 0;
    display: block;
    margin-bottom: 15px;
    margin-top: 40px;
    padding: 25px 20px;
    position: relative;
}

    .single-testimonial .testimonial-icon {
        background: #97c24e none repeat scroll 0 0;
        color: #fff;
        font-size: 73px;
        font-weight: bold;
        height: 40px;
        left: 15px;
        line-height: 57px;
        padding: 9px;
        position: absolute;
        top: -21px;
    }

    .single-testimonial q {
        display: block;
        font-size: 17px;
        font-style: italic;
    }

#dialog-f #additional .row {
    margin-bottom: 10px;
}

    #dialog-f #additional .row .btn-primary {
        min-width: 100px;
    }

#options input[type=radio] {
    margin-right: 5px;
}

#options span {
    margin-right: 10px;
}

.usamap-reponsive {
    max-width: 890px;
    margin: 0 auto;
}

.noaccount-copy {
    display: block;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

.panel-body .panel-title {
    color: #35508d;
    word-spacing: -1px;
}

.panel-title {
    font-weight: bold;
}

#usermenu li:before {
    display: none;
}

#mpt-sidemenu,
.loggedinnavbar .container-fluid {
    padding: 0;
}

.loggedinnavbar.navbar-default {
    border: 0;
}

#usermenu ul {
    padding: 0;
}

    #usermenu ul li {
        list-style: none;
    }

#usermenu .fa {
    width: 20px;
}

.chart-image-100 {
    height: auto !important;
    width: 100% !important;
}

.user-left-menu .navbar-toggle {
    border-color: #fff;
}

    .user-left-menu .navbar-toggle .icon-bar {
        background-color: #fff;
    }

#gridview_paginate,
#viewallfiles {
    margin-bottom: 10px;
}


#cHolder {
    margin: 8px;
}

    #cHolder .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border: 1px solid #35508d !important;
        color: #35508d !important;
        font-weight: bold;
    }

@media screen and (max-width: 360px) {
    .btn {
        min-width: 60px !important;
    }
}

@media screen and (max-width: 640px) {
    #CHolder_Settlement table.dataTable {
        width: 100%;
    }

    .dataTableTh {
        color: white !important;
        background-color: #274594 !important;
        height: auto !important;
        border-color: white !important;
    }

    table {
        font-size: 9px !important;
    }

    .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .upload-doc {
        font-size: 9px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .dataTable a.btn {
        font-size: 9px !important;
        padding: 2px !important;
    }

    table.dataTable.compact thead th, table.dataTable.compact thead td {
        padding: 2px !important;
    }

    #cHolder td {
        padding: 0;
        width: auto;
    }
}

@media screen and (min-width: 641px) {
    .dataTableTh {
        color: white !important;
        font-size: 14px !important;
        background-color: #274594 !important;
        height: 25px !important;
        padding-right: 25px !important;
        border-color: white !important;
    }
}

.dataTables_paginate {
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: flex;
    float: right !important;
}

.dataTabke_wrapper {
    position: relative;
    width: 100%;
    height: auto;
}



#mpt-sidemenu {
    max-height: initial;
}
/*ADMIN*/
.admin select {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#adminmenu {
    background: #35508d;
}

    #adminmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #adminmenu ul li {
            display: inline-flex;
            text-transform: uppercase;
        }

            #adminmenu ul li a {
                color: #fff;
                font-size: 20px;
                display: block;
                padding: 10px 15px;
            }

    #adminmenu .navbar {
        border: none !important;
        margin-left: 9%;
        margin-top: 16px;
    }

.caret {
    margin-top: 16px;
    color: white;
}

.dropdown-menu {
    background-color: #35508D;
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: transparent;
    }
/* DASHBOARD */

#mpt-dashboard .back {
    margin-top: 10px;
}

#mpt-dashboard .column-item .fa-check,
#mpt-dashboard .column-item .fa-hourglass-2,
#mpt-dashboard .column-item .fa-times,
#mpt-dashboard .column-item .fa-hand-stop-o {
    display: none;
}

#mpt-dashboard .column-item.complete .fa-check {
    display: block;
    font-size: 19px;
    position: relative;
    top: 5px;
}

#mpt-dashboard .column-item.in-progress .fa-hourglass-2 {
    display: block;
    position: relative;
    top: 6px;
}

#mpt-dashboard .column-item.canceled .fa-times {
    display: block;
    font-size: 22px;
    position: relative;
    top: 3px;
}

#mpt-dashboard .column-item.pending .fa-hand-stop-o,
#mpt-dashboard .column-item.hold .fa-hand-stop-o {
    display: block;
    font-size: 20px;
    position: relative;
    top: 4px;
}

#mpt-dashboard .column-title {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: grey;
    position: relative;
    padding: 10px 5px;
    margin-bottom: 30px;
    font-weight: bold;
}

    #mpt-dashboard .column-title .fa-caret-down {
        bottom: -18px;
        color: grey;
        font-size: 29px;
        left: 50%;
        margin-left: -8px;
        position: absolute;
    }

    #mpt-dashboard .column-title .fa-caret-right {
        display: none;
    }

#mpt-dashboard .fa-caret-right {
    display: none;
}

@media only screen and (min-width: 1366px) {
    #mpt-dashboard .column-title {
        display: table;
        min-height: 70px !important;
        width: 100%;
        height: 70px;
    }

        #mpt-dashboard .column-title span {
            display: table-cell;
            vertical-align: middle;
        }

        #mpt-dashboard .column-title .fa-caret-right {
            display: block;
            color: grey;
            font-size: 122px;
            top: 50%;
            margin-top: -60px;
            position: absolute;
            z-index: 1000;
        }

    #mpt-dashboard .fa-caret-right {
        display: block;
        color: white;
        font-size: 126px;
        margin-top: -27px;
        position: absolute;
        z-index: 999;
        margin-left: -2px;
    }

    #mpt-dashboard .column-title .fa-caret-right .caret-right {
        display: block;
        right: -40px;
        z-index: 1000;
    }

    #mpt-dashboard .column-title span {
        padding-left: 23px;
        font-size: 14px;
    }

    #mpt-dashboard .column-item {
        margin-left: 20px;
    }
}

#mpt-dashboard .column-item.complete .icon,
#mpt-dashboard .column-title.complete {
    background: #97c24e;
}

    #mpt-dashboard .column-title.complete .fa-caret-down {
        color: #97c24e;
    }

    #mpt-dashboard .column-title.complete .fa-caret-right.caret-right {
        color: #97c24e;
    }

#mpt-dashboard .column-item.in-progress .icon,
#mpt-dashboard .column-title.in-progress {
    background: #35508d;
}

    #mpt-dashboard .column-title.in-progress .fa-caret-down {
        color: #35508d;
    }

    #mpt-dashboard .column-title.in-progress .fa-caret-right.caret-right {
        color: #35508d;
    }

#mpt-dashboard .column-item.pending .icon,
#mpt-dashboard .column-item.hold .icon,
#mpt-dashboard .column-title.pending,
#mpt-dashboard .column-title.hold {
    background: #de9404;
}

    #mpt-dashboard .column-title.pending .fa-caret-down,
    #mpt-dashboard .column-title.hold .fa-caret-down {
        color: #de9404;
    }

    #mpt-dashboard .column-title.pending .fa-caret-right.caret-right,
    #mpt-dashboard .column-title.hold .fa-caret-right.caret-right {
        color: #de9404;
    }

#mpt-dashboard .column-item.canceled .icon,
#mpt-dashboard .column-title.canceled {
    background: #de0428;
}

    #mpt-dashboard .column-title.canceled .fa-caret-down {
        color: #de0428;
    }

    #mpt-dashboard .column-title.canceled .fa-caret-right.caret-right {
        color: #de0428;
    }

#mpt-dashboard .column-item {
    padding: 0 0 0 20px;
    margin-bottom: 15px;
    position: relative;
}

    #mpt-dashboard .column-item .item-name {
        background: #e7e7e7;
        padding: 15px 5px 15px 20px;
    }

        #mpt-dashboard .column-item .item-name .icon {
            color: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            width: 30px;
            height: 30px;
            margin-top: -15px;
            text-align: center;
        }

#mpt-dashboard .dashboard-legend .complete {
    color: #97c24e;
}

#mpt-dashboard .dashboard-legend .in-progress {
    color: #35508d;
}

#mpt-dashboard .dashboard-legend .pending {
    color: #de9404;
}

@media only screen and (min-width: 992px) {
    #mpt-dashboard .dashboard-column {
        float: left;
        margin: 0 0.5%;
        width: 19%;
    }
}

.service-list {
    background: #9fc2de;
    border: 10px solid #fff;
    padding: 0;
}

    .service-list .service-title {
        text-align: center;
        background: #24549b;
        color: #fff;
        position: relative;
        font-size: 20px;
        padding: 7px 0;
    }

        .service-list .service-title .triangle {
            border-left: 130px solid transparent;
            border-right: 130px solid transparent;
            border-top: 20px solid #24549b;
            height: 36px;
            left: 50%;
            margin-left: -126px;
            position: absolute;
            bottom: -36px;
            width: 100px;
        }

    .service-list ul {
        margin-top: 25px;
        list-style-type: square;
    }

.grid-admin {
    width: 100%;
    border: none;
}

    .grid-admin td {
        padding: 5px;
        border-left: none;
        border-right: none;
        font-size: 14px;
    }

    .grid-admin th {
        padding: 5px;
        color: white;
        font-size: 14px;
        background-color: #274594;
        height: 35px;
        padding-right: 25px;
        border: none;
    }

.btn-custom {
    border-radius: 0 !important;
    font-size: 12px !important;
    color: black !important;
    background-color: white !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.footer-custom {
    text-align: center;
    color: #3f3f3f;
}

    .footer-custom table {
        width: 50%;
        margin-left: 25%;
    }

.input-group-btn > .btn {
    height: 35px;
    margin-top: 10px;
    margin-left: 18px !important;
}

.grid-admin .form-control {
    width: 150px !important;
}

.btn-custom {
    border-radius: 0 !important;
}

.footer-custom {
    text-align: center;
    color: #3f3f3f;
}

    .footer-custom table {
        width: 50%;
        margin-left: 25%;
    }

.input-group-btn > .btn {
    height: 35px;
    margin-top: 10px;
    margin-left: 18px !important;
}

.rb-custom {
    width: 100%;
    display: block;
}

.modal-footer .btn-success {
    font-size: 19px;
}

/*new edits*/
#comingsoon .testimonial .comingsoon-icon {
    background: #97c24e;
    color: #fff;
    /* font-family: RobotoC; */
    font-size: 73px;
    font-weight: bold;
    height: 40px;
    left: 15px;
    line-height: 57px;
    padding: 9px;
    position: absolute;
    top: -21px;
}

#comingsoon-wrapper {
    /*background:url(../img/notebook.png);*/
    min-height: 386px;
}

@media all and (min-width:801px) {
    .ui-resizable {
        height: 265px;
        width: 450px;
    }
}

@media all and (max-width: 800px) {
    .ui-resizable {
        height: auto;
        width: 100% !important;
    }
}

.mpt-body {
    display: block;
}


@media screen and (min-width: 320px) and (max-width: 700px) {


    #gridview_paginate {
        font-size: 9px !important;
    }

    .mpt-body {
        display: inline-block;
        width: 100%;
    }
}

.left-menu.support .fa-briefcase {
    position: absolute;
    font-size: 40px;
    top: -48px;
    background: #35508d;
    padding: 30px 32px;
    border-radius: 100px;
    left: 50%;
    margin-left: -44px;
}

@media only screen and (max-width: 1200px) {
    .left-menu.support .fa-briefcase {
        border-radius: 100px;
        font-size: 28px;
        left: 50%;
        margin-left: -27px;
        padding: 17px 19px;
        position: absolute;
        top: -30px;
    }
}

.user-left-menu {
    background: none !important;
}

.navbar-header {
    background: #f2f1f1;
}

.navbar-nav {
    background: #f2f1f1;
}

.table-sendMail {
    width: 41%;
}

@media screen and (min-width: 320px) and (max-width: 980px) {
    .text-left a {
        font-size: 13px;
    }

    .paging_simple_numbers {
        float: left;
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    .btn.btn-info {
        display: initial !important;
        width: 100% !important;
    }

    input.btn.button-full.btn-left {
        display: initial !important;
        width: 100% !important;
    }


    input.btn.btn-primary.btn-left {
        display: initial !important;
        width: 100% !important;
    }

    .button-hollow, .btn, .input-group, .input-group-addon {
        font-size: 12px !important;
    }

    .form-control {
        font-size: 10px;
    }

    .btn.btn-lg.btn-primary.btn-block {
        width: 100% !important;
        font-size: 12px !important;
        height: 34px;
        vertical-align: middle;
        padding-top: 8px !important;
        text-transform: uppercase;
        border: 2px solid #f2f1f1;
        color: #f2f1f1;
        padding: 7px 17px;
        font-weight: bold;
        display: block;
        text-align: center;
        border-radius: 10px;
    }

    .table-sendMail {
        width: 100%;
    }

        .table-sendMail .btn.btn-info, .paging_simple_numbers .btn.btn-info {
            margin-left: 0 !important;
            margin-bottom: 10px;
        }

    .button-full {
        font-size: 12px !important;
        width: 100% !important;
    }

    .btn-block {
        font-size: 12px !important;
    }

    .mpt-hero-slider .button-full {
        width: 150px !important;
    }

    .panel-footer li, h3 {
        text-align: initial !important;
    }

    #mpt-home-welcome .right-col h2 {
        font-size: 20px !important;
        text-align: initial;
    }

    #viewallfiles, .btn-wid200 {
        width: 200px !important;
    }

    .dropdown-menu li {
        font-size: 14px !important;
    }

    #mpt-header .dropdown-menu a {
        padding-left: 30px !important;
    }

    #mpt-header .fa-chevron-right {
        left: 15px !important;
    }

    .content-error {
        padding-top: initial !important;
    }

    .error-wrapper {
        display: block;
    }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    #ticker li {
        height: 330px !important;
        background-color: white;
    }
}

.dataTables_wrapper {
    display: block !important;
}

.btn.btn-success.no-b-radius {
    margin-bottom: 5px;
    min-width: 162px !important;
}

.msxWith80 {
    width: 80%;
}

.maxWith200px {
    max-width: 200px;
    width: 200px;
}

#adminmenu ul li a {
    color: #fff;
    font-size: 17px !important;
    display: block;
    padding: 10px 15px;
}

#adminmenu {
    height: 70px !important;
}

    #adminmenu .open {
        background-color: #2e4285 !important;
    }

        #adminmenu .open > a {
            background-color: #2e4285 !important;
        }

.search-panel {
    margin-left: -43px;
}

.search-options {
    margin-top: 10px;
}

.wid100 {
    width: 100% !important;
    min-width: 150px !important;
}

.add-sync .col-lg-4 {
    padding-top: 5px;
}

.add-sync .input-group .form-control {
    margin: 0px !important;
}

.add-sync input[type=text] {
    margin: 0;
    padding: 0;
}

.no-box-shadow {
    box-shadow: none !important;
}

.add-sync .input-group {
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
    width: 295px;
    float: left;
}

.no-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
}

    .no-margin-padding input {
        margin: 0 !important;
        padding: 0 !important;
    }

.margin-top-bottom10px {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.width100px {
    width: 100px !important;
}

.min-height {
    min-height: 50px;
}

.padding-left-10px {
    padding-left: 10px !important;
}

.calendar {
    visibility: visible;
    position: absolute;
    border: 1px solid;
    background-color: #eee;
    z-index: 1000;
}

.error-message {
    font-size: 14px;
}

.error-message-validator {
    margin-top: -20px !important;
}


.sign-in-button {
    color: #7da1c6;
    border: 2px solid #357ebd;
    color: #fff !important;
    min-width: 140px;
    background-color: #428bca;
}

    .sign-in-button:hover {
        color: #fff !important;
        background-color: #286090 !important;
        border-color: #204d74 !important;
    }

.float-left {
    float: left !important;
}

.input-sign-in {
    color: black;
    min-width: 100px;
    padding-left: 20px;
}

.btn-sign-in {
    width: 100%;
    height: 100%;
    min-height: 40px;
    font-size: 17px !important;
}

.pnl-sing-in-inputs {
    display: block;
}

.row-btn-sign-in {
    margin: 5px !important;
}

.pnl-footer-sign-in {
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .pnl-footer-sign-in a {
        font-size: 15px;
    }

    .pnl-footer-sign-in ul {
        list-style-type: none;
        margin-top: 10px;
        padding: 5px;
    }

.btn-warning-app {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

    .btn-warning-app:hover {
        color: #fff !important;
        background-color: #f6a32d !important;
        border-color: #ea8c05 !important;
    }

@media only screen and (min-width: 750px) {
    .get-started-text {
        display: inline-block;
        margin-left: 10px;
    }

    .get-started-icon {
        float: left;
    }

    .get-started-description {
        display: block;
        float: left;
        margin: auto;
    }

    .get-started-btn {
        float: left;
        clear: inherit !important;
    }

        .get-started-btn .button-hollow {
            width: 100% !important;
        }
}

@media (max-width: 749px) {
    .get-started-text {
        text-align: center;
    }

    .get-started-icon {
        margin: auto;
    }

    .get-started-text-title {
        text-align: center !important;
    }
}

.navbar-user-options {
    right: 0;
    left: auto !important;
    border: solid !important;
    background: #35508d !important;
}

    .navbar-user-options a {
        text-align: left !important;
    }

    .navbar-user-options .action {
        color: white !important;
    }

.navbar-user-options-divider {
    padding: 1px !important;
    background-color: black;
}

.signout {
    color: #161a1e !important;
    width: 190px;
    min-width: 245px;
}

.user-info {
    width: 100%;
}

.input-group-addon-change-password {
    width: 170px;
    min-width: 170px !important;
    min-width: 170px !important;
    padding: 6px !important;
    text-align: left;
}

.input-group-change-password {
    width: 100%;
    padding-bottom: 10px;
}

.btn-dropdown-toggle {
    padding: 6px !important;
    min-width: 70px;
}

@media screen and (max-width: 700px) {
    .pnl-ticker {
        height: 300px !important;
    }

    .testimonial {
        height: 200px;
    }
}
