﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';

@font-face {
    font-family: 'Conv_MONTSERRAT-LIGHT';
    src: url('/SSO/Content/fonts/MONTSERRAT-LIGHT.eot');
    src: local('☺'), url('/SSO/Content/fonts/MONTSERRAT-LIGHT.ttf') format('truetype'), url('/SSO/Content/fonts/MONTSERRAT-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Tahoma';
    src: url('/SSO/Content/fonts/Tahoma.eot');
    src: local('☺'), url('/Content/fonts/Tahoma.woff') format('woff'), url('/SSO/Content/fonts/Tahoma.ttf') format('truetype'), url('/SSO/Content/fonts/Tahoma.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_MONTSERRAT-HAIRLINE';
    src: url('/SSO/Content/fonts/MONTSERRAT-HAIRLINE.eot');
    src: local('☺'), url('/SSO/Content/fonts/MONTSERRAT-HAIRLINE.ttf') format('truetype'), url('/SSO/Content/fonts/MONTSERRAT-HAIRLINE.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/Content/fonts/CenturyGothic.eot');
    src: url('/Content/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/CenturyGothic.woff') format('woff'), url('/Content/fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
}

body {
    background-image: url('../Content/images/background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #333;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    font-family: 'Montserrat-Light', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic;
}

a {
    color: #52b6ec;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.btn {
    font-weight: 300;
    border: 0;
}

    .btn.btn-primary {
        background-color: #52b6ec;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary.active {
            background-color: #1586c3;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

a:hover,
a:focus {
    color: #80c9f1;
    text-decoration: none;
    outline: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: #FFF;
    padding: 15px 0;
}

.bg-image1 {
    background-image: url(../Content/images/slider_3.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0 300px;
    color: #fff;
}
/* .bg-image2 {
  background-image: url(../images/slider_2.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0 300px;
  color: #fff;
}
.bg-image3 {
  background-image: url(../images/slider_3.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0 300px;
  color: #fff;
} */
#main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}

    #main-slider .item:first-child {
        top: auto;
        position: relative;
    }

    #main-slider .item.active {
        opacity: 1;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        -webkit-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 2;
    }

        #main-slider .item.active h1 {
            -webkit-animation: scaleUp 400ms;
            -moz-animation: scaleUp 400ms;
            -o-animation: scaleUp 400ms;
            -ms-animation: scaleUp 400ms;
            animation: scaleUp 400ms;
        }

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: 0;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

    #main-slider .prev:hover,
    #main-slider .next:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider h1 {
    font-size: 30px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: 0;
    font-weight: normal;
    line-height: 40px;
    font-family: 'Conv_MONTSERRAT-LIGHT';
    font-weight: 600;
}

#contact .box {
    background-color: #222;
    color: #999;
}

    #contact .box h1,
    #contact .box h2,
    #contact .box h3 {
        color: #fff;
    }

    #contact .box a {
        color: #999;
    }

        #contact .box a:hover {
            color: #52b6ec;
        }

    #contact .box input[type="text"],
    #contact .box input[type="email"],
    #contact .box textarea {
        background-color: #111;
        border: 0;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        #contact .box input[type="text"]:focus,
        #contact .box input[type="email"]:focus,
        #contact .box textarea:focus {
            background-color: #000;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.step2Div {
    font-size: 16px;
    color: white;
    font-family: Century Gothic;
    margin: 10px 0 0 0;
}

.logo_text {
    position: absolute;
    top: -35px;
    left: 200px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.box {
    padding: 0;
    position: relative;
    border-top: 3px solid #fff;
}

    .box.first {
        margin-top: -240px;
        border-radius: 5px;
        z-index: 100;
    }

    .box.last {
        margin-top: -240px;
        border-radius: 3px;
        z-index: 100;
    }

    .box h2 {
        padding: 0;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        margin-top: 45px;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 500;
        margin-left: 0;
        font-family: 'Century Gothic';
    }

#portfolio .box {
    background: #f3f3f3;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

    .portfolio-filter > li {
        display: inline-block;
    }

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

    .portfolio-item .overlay .preview {
        position: relative;
        top: 50%;
        display: inline-block;
        margin-top: -20px;
    }

.portfolio-item:hover .overlay {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

#pricing .box {
    background-color: #f9f9f9;
}

#pricing .plan {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

    #pricing .plan li {
        padding: 10px 0;
        margin: 0 15px;
        border-bottom: 1px dashed #eee;
    }

        #pricing .plan li.plan-name {
            padding: 15px 0;
            font-size: 18px;
            font-weight: 700;
        }

        #pricing .plan li.plan-price {
            color: #666;
            padding: 15px 0;
            font-size: 48px;
        }

        #pricing .plan li.plan-action {
            margin-top: 20px;
            margin-bottom: 20px;
            border-bottom: 0;
        }

    #pricing .plan.featured {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

        #pricing .plan.featured .plan-price {
            color: #fff;
            background-color: #52b6ec;
            border-bottom-color: #52b6ec;
            margin: 0;
        }

#services .box {
    margin-bottom: 6px;
}

#services .row > div {
    margin-bottom: 0px;
    /*margin-bottom: -6px;*/
}

.center {
    text-align: center;
}

#team-scroller .designation {
    margin-top: 10px;
    display: block;
}

.member {
    margin: 0 0px;
    text-align: center;
}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
    top: 30%;
    position: absolute;
}

.carousel.scale .left-arrow {
    left: -10px;
}

.carousel.scale .right-arrow {
    right: -10px;
}

.carousel.scale .active .row > div:nth-child(1) {
    -webkit-animation: scaleUp 200ms linear 0 both;
    -moz-animation: scaleUp 200ms linear 0 both;
    -ms-animation: scaleUp 200ms linear 0 both;
    -o-animation: scaleUp 200ms linear 0 both;
    animation: scaleUp 200ms linear 0 both;
}

.carousel.scale .active .row > div:nth-child(2) {
    -webkit-animation: scaleUp 200ms linear 100ms both;
    -moz-animation: scaleUp 200ms linear 100ms both;
    -ms-animation: scaleUp 200ms linear 100ms both;
    -o-animation: scaleUp 200ms linear 100ms both;
    animation: scaleUp 200ms linear 100ms both;
}

.carousel.scale .active .row > div:nth-child(3) {
    -webkit-animation: scaleUp 200ms linear 200ms both;
    -moz-animation: scaleUp 200ms linear 200ms both;
    -ms-animation: scaleUp 200ms linear 200ms both;
    -o-animation: scaleUp 200ms linear 200ms both;
    animation: scaleUp 200ms linear 200ms both;
}

.carousel.scale .active .row > div:nth-child(4) {
    -webkit-animation: scaleUp 200ms linear 400ms both;
    -moz-animation: scaleUp 200ms linear 400ms both;
    -ms-animation: scaleUp 200ms linear 400ms both;
    -o-animation: scaleUp 200ms linear 400ms both;
    animation: scaleUp 200ms linear 400ms both;
}

.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

    .icon-social.icon-facebook {
        background: #4f7dd4;
    }

        .icon-social.icon-facebook:hover {
            background: #789bde;
        }

    .icon-social.icon-twitter {
        background: #5bceff;
    }

        .icon-social.icon-twitter:hover {
            background: #8eddff;
        }

    .icon-social.icon-linkedin {
        background: #21a6d8;
    }

        .icon-social.icon-linkedin:hover {
            background: #49b9e3;
        }

    .icon-social.icon-google-plus {
        background: #dc422b;
    }

        .icon-social.icon-google-plus:hover {
            background: #e36957;
        }

    .icon-social.icon-pinterest {
        background: #cb2027;
    }

        .icon-social.icon-pinterest:hover {
            background: #e03e44;
        }

    .icon-social.icon-youtube {
        background: #ce332d;
    }

        .icon-social.icon-youtube:hover {
            background: #da5954;
        }

    .icon-social:hover {
        color: #fff;
    }

.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.icon-md {
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.icon-color1 {
    background-color: #e74c3c;
}

.icon-color2 {
    background-color: #2ecc71;
}

.icon-color3 {
    background-color: #3498db;
}

.icon-color4 {
    background-color: #8e44ad;
}

.icon-color5 {
    background-color: #1abc9c;
}

.icon-color6 {
    background-color: #2c3e50;
}

.gap {
    margin-bottom: 50px;
}

.big-gap {
    margin-bottom: 100px;
}

#footer {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #999;
    line-height: 25px;
    background-color: #222;
    margin-top: 30px;
}

    #footer a {
        color: #999;
    }

        #footer a:hover {
            color: #52b6ec;
        }

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

    ul.social > li {
        margin: 0 0 20px;
    }

        ul.social > li > a {
            display: block;
            font-size: 18px;
        }

            ul.social > li > a i {
                margin-right: 10px;
            }

textarea#message {
    padding: 10px 15px;
    height: 220px;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

/* CUSTOM CSS START */
.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.mb2 {
    margin-bottom: 2px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.heading {
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-transform: inherit;
    border-bottom: 5px solid #d7b56d;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #B9B9B9;
}

.title {
    font-weight: 500;
    font-size: 18px;
    margin-top: 0px;
}

.top-button {
    position: absolute;
    right: 30px;
    top: 65px;
    border-radius: 0px;
}

.wrapper {
    background: white;
    margin: auto;
    padding: 1em;
    width: 50%;
}

h1 {
    text-align: center;
}

ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.tabs li {
        border: #DDD solid 1px;
        border-bottom: none;
        float: left;
        margin: 0;
        padding: 0.5em;
    }

        ul.tabs li a {
            color: gray;
            font-weight: normal;
            text-decoration: none;
        }

        ul.tabs li.active {
            background: #D7B56D;
            border: 1px solid transparent;
        }

            ul.tabs li.active a {
                color: white;
            }

article {
    border-top: #DDD solid 1px;
}

.user_name {
    margin-top: -75px;
    float: right;
    margin-right: -30px;
    font-weight: normal;
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}

.left-part h4 {
    margin-top: 0px;
}

.sub-title {
    font-size: 20px;
}

.right-text {
    font-size: 16px;
    line-height: 80px;
    font-family: Conv_MONTSERRAT-LIGHT;
    float: right;
}

.box-title {
    background: #134f8c;
    height: 210px;
    padding: 20px 30px;
    border-radius: 5px;
}

.title {
    font-size: 26px;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
}

.get-started {
    background: #FFF;
    width: 170px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 46px;
    font-family: 'Roboto Slab', serif;
    margin: 30px auto 7px;
    color: #134f8c;
    border: 2px solid #134f8c;
}

    .get-started:hover {
        background: #134f8c;
        color: #FFF;
        width: 170px;
        height: 50px;
        border-radius: 5px;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 46px;
        font-family: 'Roboto Slab', serif;
        margin: 30px auto 7px;
        border: 2px solid #FFF;
    }

.small-text {
    color: #FFF;
    font-size: 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.tagline {
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
}

.box-body {
    padding: 30px;
    /*border-top: none;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 260px;
    border: 2px solid rgba(0,0,0,0.40);
    border-radius: 0px;
    background-color: rgba(255,255,255,0.8);
    border-left: none;
}

.text-list {
    font-size: 16px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    float: left;
    width: 85%;
}

.pb10 {
    padding-bottom: 10px;
}

.bottom-text {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 50px;
}

.norightpadding {
    padding-right: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.sidebar {
    background: #134f8c;
    padding: 40px 30px;
    font-family: 'Roboto Slab', serif;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

    .sidebar ul {
        -webkit-padding-start: 0px;
    }

    .sidebar li {
        display: block;
        font-size: 38px;
        font-weight: 400;
        color: #FFF;
        margin-bottom: 78px;
        font-family: Century Gothic;
    }

        .sidebar li > span {
            color: white;
            font-size: 16px;
            font-family: Century Gothic;
        }

.next-button {
    background: #04A754;
    border: 2px solid #04A754;
    padding: 5px 30px;
    border-radius: 5px;
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .next-button:hover, .next-button:focus {
        background: #134f8c;
        color: #fff;
        border: 2px solid #134f8c;
    }

.btn-register {
    background-color: #FFF;
    border: 2px solid #134f8c;
    padding: 5px 30px;
    border-radius: 5px;
    color: #134f8c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .btn-register:hover, .btn-register:focus {
        background-color: #134f8c;
        color: #fff;
    }

.installPOS {
    text-align: center;
    margin: 20px 0 0 0;
}

@media only screen and (min-width:996px) and (max-width:1024px) {
    .text-list {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:995px) {
    .navbar-default .navbar-nav > li > a {
        padding: 20px 20px !important;
    }
}
@media only screen and (max-width:767px) {
    body .box-body, body .sidebar{
        height:auto !important;
    }
    .norightpadding {
        padding-right: 15px !important;
    }

    .noleftpadding {
        padding-left: 15px !important;
    }
    .complete-button{
        margin-top:100px !important;
    }
}
@media only screen and (max-width:768px) {

    .sidebar li {
        display: inline-block !important;
        font-size: 38px;
        font-weight: 300;
        color: #FFF;
        margin-bottom: 0;
        padding: 0 45px;
    }

    .sidebar {
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .box.last {
        margin-top: 0px;
        border-radius: 3px;
        z-index: 100;
    }
}

@media only screen and (max-width:480px) {
    .navbar-brand img {
        width: 130px;
    }

    .right-text {
        float: inherit;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
    }

    .navbar-default {
        float: inherit;
    }

    .navbar-brand {
        float: inherit;
    }

    .navbar-header {
        text-align: center;
    }

    .sidebar li {
        display: inline-block !important;
        font-size: 25px;
        font-weight: 300;
        color: #FFF;
        margin-bottom: 0;
        padding: 0 21px;
    }

        .sidebar li > span {
            font-size: 15px;
            font-weight: 100;
            color: #d9eafb;
        }
}

.loading::before {
    content: url(../Content/images/ajax-loader.gif);
    padding-top: 18%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255,255,255,.4);
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
}

a.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

    .input-validation-error:focus {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.preferedDate {
    border: none;
    background-color: #F0F5EB !important;
    box-shadow: none;
    font-family: 'Conv_MONTSERRAT-LIGHT';
    color: #000;
    font-size: 17px;
    cursor: pointer !important;
}

.RefreshBtn {
    cursor: pointer;
}

.form-control {
    font-family: 'Century Gothic';
}

@media (min-width: 992px) {
    .box .col-md-4 {
        width: 30%;
    }

    .box .col-md-8 {
        width: 70%;
    }
}

.col-md-12.col-sm-12.col-xs-12.info-window {
    height: auto;
    margin-top: 6px;
    text-align: center;
    border: 2px solid rgba(0,0,0,0.42);
    border-radius: 0px;
    background-color: rgba(255,255,255,0.8);
}

.divExe {
    display: none;
    padding: 5px;
    height: 500px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-left: -15px;
    font-size: 30px;
}

.noticeDiv {
    font-size: 16px;
    margin: 10px 0;
    text-align: justify;
    font-family: Century Gothic;
    color: rgb(19,79,140);
}

    .noticeDiv a {
        font-size: 16px;
        color: rgb(19,79,140);
        font-family: Century Gothic;
    }
