/********************************************************
 * Copyright (c) 2013 - 2020 TollPlus, Inc. 
 *
 * All Rights Reserved.
 *
 * This source code is proprietary property of TollPlus, Inc., and is protected by exclusive licensing policy. 
 * The content of this file must not be modified, republished, copied or reproduced by anyone without explicit 
 * written permission by TollPlus, Inc.
 *
 * Any violations will be subject to penalties to the full extent of the law under the provisions of the license policy.
********************************************************/


/*************************
*******Typography******
**************************/
html, body {
   
}

body {
    padding-top: 60px;
    background: #fff;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 24px;
    font-size: 12px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

h3, .h3 {
    font-size: 18px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
    cursor: pointer;
}

.is-preferred {
    font-size: 10px;
}


.table-striped > tbody > .tr-heading {
    background-color: #d9edf7 !important;
}

.tr-heading > th > label {
    line-height: 0px;
    color: #337ab7;
}

.tableAlt tr:nth-child(odd) {
    background-color: #D9EDF7;
}

.panel-body {
    padding: 8px 5px;
}

.tableDefaultSort:after {
    content: "\f0dc";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
}

.table-striped > tbody > tr > th > label.tableAscending:after {
    content: "\f0de";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
}

.table-striped > tbody > tr > th > label.tableDescending:after {
    content: "\f0dd";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 35px;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 1px;
            background: #ebebeb;
        }

        .section-header .section-title:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            bottom: -11px;
            left: 50%;
            margin-left: -12px;
            border: 5px solid #fff;
            border-radius: 20px;
            background: #45aed6;
        }




.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

    .btn.btn-primary {
        background: #45aed6;
        border-color: #2a95be;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #2a95be;
        }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.acc-no {
    background-color: #CCCCCC;
    color: #333333;
}

.acc-type {
    background-color: #CCCCCC;
    color: #333333;
}

.acc-status {
    background-color: #CCCCCC;
    color: #333333;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
.navbar-nav {
    margin-top:19px;
}
.navbar.navbar-default {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    margin-bottom: 0; 
}

    .navbar.navbar-default .navbar-toggle {
        margin-top: 9px;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 9px 30px 9px 29px;
    }


.navbar-brand {
    background-color: #ffffff;
    border-right: 1px solid #22649d;
}

.navbar-default {
    border-bottom: 1px solid;
}

.navbar-nav > li > a {
    line-height: 10px;
    font-size: 13px;
}

.nav > li > a {
    padding: 8px 8px;
    line-height: 13px;
}

.navbar-default .navbar-nav > li > a {
    color: #EAEAEA;
}

@media only screen and (min-width: 992px) {
    #main-menu.navbar-default {
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

        #main-menu.navbar-default .navbar-nav > li > a {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        #main-menu.navbar-default .navbar-nav > li.active > a,
        #main-menu.navbar-default .navbar-nav > li.open > a,
        #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: transparent;
            padding-top: 37px;
            border-top: 3px solid #45aed6;
        }

        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 220px;
            background-color: rgba(26, 28, 40, 0.9);
            border: 0;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #main-menu.navbar-default .dropdown-menu > li > a {
                    border-top: 1px solid #404455;
                    padding: 15px 0;
                    color: #eeeeee;
                }

                #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #main-menu.navbar-default .dropdown-menu > li.active,
                #main-menu.navbar-default .dropdown-menu > li.open,
                #main-menu.navbar-default .dropdown-menu > li:hover {
                    border-left-color: #45aed6;
                }

                    #main-menu.navbar-default .dropdown-menu > li.active > a,
                    #main-menu.navbar-default .dropdown-menu > li.open > a,
                    #main-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #45aed6;
                        background-color: transparent;
                    }
}

#main-slider {
    overflow: hidden;
}

    #main-slider .item {
        height: 278px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #main-slider .slider-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #main-slider .slider-inner h2 {
            margin-top: 180px;
            font-size: 36px;
            line-height: 1;
            text-transform: uppercase;
            color: #fff;
        }

            #main-slider .slider-inner h2 > span {
                color: #45aed6;
            }

        #main-slider .slider-inner .btn {
            margin-top: 10px;
        }

    #main-slider .owl-prev,
    #main-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #main-slider .owl-prev:hover,
        #main-slider .owl-next:hover {
            background-color: #45aed6;
        }

    #main-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #main-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #45aed6;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#cta {
    padding: 50px 0;
    background-color: #eeeeee;
}

    #cta h2 {
        margin-top: 0;
    }

    #cta .btn {
        margin-top: 40px;
    }

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

    #cta2 .btn {
        margin-top: 10px;
    }

    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }

        #cta2 h2 > span {
            color: #45aed6;
        }

#features {
    padding: 100px 0;
}

    #features .media.service-box:first-child {
        margin-top: 80px;
    }

#services {
    padding: 100px 0 75px;
}

.media.service-box {
    margin: 25px 0;
}

    .media.service-box .pull-left {
        margin-right: 20px;
    }

        .media.service-box .pull-left > i {
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            border-radius: 100%;
            color: #45aed6;
            box-shadow: inset 0 0 0 1px #d7d7d7;
            -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

            .media.service-box .pull-left > i:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                top: 50%;
                margin-top: -10px;
                right: -10px;
                border: 4px solid #fff;
                border-radius: 20px;
                background: #45aed6;
            }

    .media.service-box:hover .pull-left > i {
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        color: #fff;
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    }

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    /* wizard style*/
    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: middle;
        padding: 0 20px 0 30px;
        margin: 0;
        font-size: 16px;
        line-height: 46px;
    }

        ul.nav-wizard li a {
            color: #468847;
            padding: 0;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #f9f9f9;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #d9edf7;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #d9edf7;
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #3a87ad;
                background: #d9edf7;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #468847;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover:after {
            border-left: 16px solid #f6fbfd;
        }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #468847;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

/* wizard style*/


.list-group-item {
    padding: 0px 15px;
}

.contact-us {
    padding-top: 4px;
    padding-bottom: 4px;
}

.contact-us2 {
    padding-bottom: 5px;
}

.address-info {
    padding-top: 3px;
    padding-bottom: 3px;
}


.list-group-item-success {
    background-color: #e3effa;
    color: #333333;
    margin-top: -1px;
}

.acc-balance {
    font-size: 30px;
    padding-top: 10px;
}

.panel-green {
    border-color: #CCCCCC;
}

    .panel-green .panel-footer {
        background-color: #CCCCCC;
        border-color: #CCCCCC;
        color: #333333;
    }

.panel-orange {
    border-color: #CCCCCC;
}

    .panel-orange .panel-footer {
        background-color: #CCCCCC;
        border-color: #CCCCCC;
        color: #333333;
    }

.panel-blue {
    border-color: #CCCCCC;
}


    .panel-blue .panel-footer {
        background-color: #CCCCCC;
        border-color: #CCCCCC;
        color: #333333;
    }

.panel-heading {
    padding: 2px 15px;
    margin-top: -1px;
}

.panel-footer {
    padding: 2px 15px;
}

.acc-details-lh {
    line-height: 14px;
}

.panel-red {
    border-color: #CCCCCC;
}

    .panel-red .panel-footer {
        border-color: #CCCCCC;
        background-color: #CCCCCC;
        color: #333333;
    }

#portfolio {
    padding: 100px 0;
    background: #f5f5f5;
}

    #portfolio .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0 0 50px;
        display: inline-block;
    }

        #portfolio .portfolio-filter > li {
            float: left;
            display: block;
        }

            #portfolio .portfolio-filter > li a {
                display: block;
                padding: 7px 15px;
                background: #e5e5e5;
                color: #64686d;
                position: relative;
            }

                #portfolio .portfolio-filter > li a:hover,
                #portfolio .portfolio-filter > li a.active {
                    background: #45aed6;
                    color: #fff;
                    box-shadow: 0 -3px 0 0 #318daf inset;
                    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
                }

                    #portfolio .portfolio-filter > li a.active:after {
                        content: " ";
                        position: absolute;
                        bottom: -17px;
                        left: 50%;
                        margin-left: -10px;
                        border-width: 10px;
                        border-style: solid;
                        border-color: #318daf transparent transparent transparent;
                    }

            #portfolio .portfolio-filter > li:first-child a {
                border-radius: 4px 0 0 4px;
            }

            #portfolio .portfolio-filter > li:last-child a {
                border-radius: 0 4px 4px 0;
            }

    #portfolio .portfolio-items {
        margin: -15px;
    }

    #portfolio .portfolio-item {
        width: 24.9%;
        float: left;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        #portfolio .portfolio-item .portfolio-item-inner {
            position: relative;
        }

            #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
                opacity: 0;
                transition: opacity 400ms;
                -webkit-transition: opacity 400ms;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 10px;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
                    font-size: 16px;
                    line-height: 1;
                    margin: 0;
                    color: #fff;
                }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
                    position: absolute;
                    top: -18px;
                    right: 12px;
                    border-radius: 50%;
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    color: #fff;
                    box-shadow: 0 0 0 2px #fff;
                    -webkit-box-shadow: 0 0 0 2px #fff;
                }

        #portfolio .portfolio-item:hover .portfolio-info {
            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;
    }

#testimonial {
    background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

    #testimonial h4 {
        color: #fff;
        margin-bottom: 0;
    }

    #testimonial small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #testimonial .btns {
        margin-top: 10px;
    }

#about {
    padding: 100px 0;
}

#sign-process {
    padding: 5px 0 20px;
    /*background: #000000 url(../images/Header004.jpg) no-repeat 0 0;*/
    background-size: cover;
    color: #333;
    /*border-bottom: 1px solid #a7a9ac;*/
    margin-top:1px;
}

#payviolation {
    padding: 10px 0 10px;
    background: #f5e8e8;
    background-size: cover;
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width:768px) {
    #sign-process {
        padding: 15px 0 20px;
        background: #fff;
        background-size: cover;
        color: #333;
    }

    .col-xs-text-15 {
        margin-left: -15px;
    }
}

#account-process {
    padding: 0px 0 70px;
    background: #ffffff;
    background-size: cover;
    color: #333;
}

#work-process h2 {
    color: #fff;
}

#work-process h3 {
    color: #fff;
    margin-bottom: 0;
}

#work-process .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #45aed6;
    border-radius: 100px;
    position: relative;
}

    #work-process .icon-circle > span {
        border-style: solid;
        border-width: 2px;
        border-color: #45aed6;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 20px;
        top: -12px;
        color: #64686d;
    }

#work-process h3 {
    margin-bottom: 15px;
}

#meet-team {
    padding: 100px 0;
}

    #meet-team .team-member {
        padding: 13px;
        background: #eeeeee;
        border: 2px solid #eeeeee;
        transition: border-color 400ms;
        -webkit-transition: border-color 400ms;
    }

        #meet-team .team-member .team-img {
            margin: -15px -15px 0 -15px;
        }

        #meet-team .team-member .team-info {
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 10px;
        }

        #meet-team .team-member:hover {
            border-color: #45aed6;
        }

            #meet-team .team-member:hover .social-icons > li > a {
                background: #45aed6;
            }

    #meet-team .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #meet-team .social-icons > li {
            display: inline-block;
        }

            #meet-team .social-icons > li > a {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                background: #222534;
                border-radius: 3px;
            }

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}

    .progress .progress-bar.progress-bar-primary {
        background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

    .nav.main-tab > li > a {
        color: #272727;
    }

    .nav.main-tab > li.active > a {
        background: #222534;
        color: #45aed6;
    }

    .nav.main-tab > li:first-child > a {
        border-radius: 3px 0 0 0;
    }

    .nav.main-tab > li:last-child > a {
        border-radius: 0 3px 0 0;
    }

.tab-content {
    border: 1px solid #337ab7;
    border-top: 0;
    padding: 20px 20px 10px;
    /*border-radius: 0 0 3px 3px;*/
}

.panel-default {
    border-color: #eee;
}

    .panel-default > .panel-heading {
        background-color: #fff;
        border-color: #eee;
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: normal;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eee;
        }

#animated-number {
    padding: 100px 0 70px;
    background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

    #animated-number h1,
    #animated-number h2,
    #animated-number h3,
    #animated-number h4 {
        color: #fff;
    }

    #animated-number strong {
        display: block;
        margin-bottom: 30px;
    }

.animated-number {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

#pricing {
    padding: 100px 0 70px;
}

    #pricing ul.pricing {
        list-style: none;
        padding: 0;
        margin: 70px 0 30px;
        border: 1px solid #eee;
        border-radius: 5px 5px 4px 4px;
        padding: 15px;
        text-align: center;
    }

        #pricing ul.pricing li {
            display: block;
            padding: 10px;
        }

            #pricing ul.pricing li.plan-header {
                background: #eee;
                border-radius: 4px 4px 0 0;
                margin: -15px -15px 10px;
                padding: 15px 15px 30px;
                border: 0;
            }

                #pricing ul.pricing li.plan-header .price-duration {
                    position: relative;
                    margin-top: -63px;
                    top: -10px;
                    display: inline-block;
                    width: 116px;
                    height: 116px;
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    color: #fff;
                    border-radius: 100px;
                    border: 5px solid #f6f6f6;
                }

                    #pricing ul.pricing li.plan-header .price-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span.price {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 35px;
                        }

                        #pricing ul.pricing li.plan-header .price-duration > span.duration {
                            margin-top: 5px;
                        }

                #pricing ul.pricing li.plan-header .plan-name {
                    margin-top: 10px;
                    font-size: 24px;
                    color: #272727;
                    font-weight: bold;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #pricing ul.pricing.featured {
            background: #222534;
            color: #fff;
            border: 0;
        }

            #pricing ul.pricing.featured li.plan-header {
                background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            }

                #pricing ul.pricing.featured li.plan-header .plan-name {
                    color: #fff;
                }

#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}

    #get-in-touch h1,
    #get-in-touch h2 {
        color: #fff;
    }

#blog {
    padding: 100px 0;
}

    #blog .blog-post {
        border: 1px solid #eee;
        padding: 15px;
    }

        #blog .blog-post .post-format {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 34px;
            text-align: center;
            color: #fff;
            background: #222534;
            border: 3px solid #fff;
            border-radius: 100px;
        }

        #blog .blog-post.blog-large .entry-thumbnail {
            margin: -15px -15px 15px;
            position: relative;
        }

        #blog .blog-post.blog-large .post-format {
            width: 66px;
            height: 66px;
            line-height: 60px;
            position: absolute;
            right: 20px;
            bottom: -33px;
        }

            #blog .blog-post.blog-large .post-format > i {
                font-size: 20px;
            }

        #blog .blog-post.blog-large .entry-date {
            font-size: 12px;
            display: block;
            margin-bottom: 5px;
            text-transform: uppercase;
            color: #45aed6;
        }

        #blog .blog-post.blog-large .entry-title {
            margin-top: 0;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 15px;
        }

            #blog .blog-post.blog-large .entry-title a {
                color: #64686d;
            }

                #blog .blog-post.blog-large .entry-title a:hover {
                    color: #45aed6;
                }

        #blog .blog-post.blog-media {
            margin-bottom: 30px;
        }

            #blog .blog-post.blog-media .entry-thumbnail {
                margin: -15px 15px -15px -15px;
                position: relative;
            }

            #blog .blog-post.blog-media .post-format {
                position: absolute;
                top: 20px;
                right: -10px;
            }

            #blog .blog-post.blog-media .entry-date {
                font-size: 12px;
                display: block;
                margin-bottom: 5px;
                text-transform: uppercase;
                color: #45aed6;
            }

            #blog .blog-post.blog-media .entry-title {
                margin-top: 0;
                font-size: 18px;
                line-height: 1;
                margin-bottom: 15px;
            }

                #blog .blog-post.blog-media .entry-title a {
                    color: #64686d;
                }

                    #blog .blog-post.blog-media .entry-title a:hover {
                        color: #45aed6;
                    }

        #blog .blog-post .entry-meta {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 15px;
        }

            #blog .blog-post .entry-meta > span {
                display: inline-block;
                margin-right: 10px;
                color: #999;
            }

                #blog .blog-post .entry-meta > span > a {
                    color: #999;
                }

                    #blog .blog-post .entry-meta > span > a:hover {
                        color: #45aed6;
                    }

#contact {
    position: relative;
    overflow: hidden;
}

    #contact .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(69, 174, 214, 0.3);
        z-index: 1;
    }

    #contact .contact-form {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        margin-top: 50px;
    }

        #contact .contact-form h3 {
            margin-top: 0;
        }
/***********************
********* Footer ******
************************/
#footer {
    padding-bottom: 1px;
    color: #fff;
    background: #092749;
    bottom: 0px;
    font-size: 11px;
    line-height: 20px;

}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #45aed6;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            display: inline-block;
            margin: 0 7.5px;
        }

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.divinner-control {
    background-color: #fff;
    line-height: inherit;
    padding: 0;
    border: 0;
}

.removeBorder {
    border: 1px solid #ccc;
}



.divinner-control input[type=text] {
    height: 34px;
}

.input-validation-error {
    border: 1px solid #ff6d6d;
}


input[type=file] {
    padding: 0px;
}

div.username {
    font-size: 14px;
}

.radiouser {
    margin-top: 5px;
    margin-bottom: 4px;
}

.paneluser {
    margin-bottom: 0px;
}

.help-button {
    display: inline-block;
    height: 19px;
    width: 19px;
    line-height: 16px;
    text-align: center;
    padding: 0;
    background-color: #65bcda;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    cursor: default;
    margin-left: 4px;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.2);
}

    .help-button:hover {
        background-color: #65bcda;
        text-shadow: none;
    }


.cursor-pointer {
    cursor: pointer;
}



input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].ace, label input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}

input[type=checkbox].ace:checked, input[type=radio].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:focus {
    outline: 0 !important;
}

input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}

.lblSwitchDisabled input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl {
    cursor: not-allowed;
}

    .lblSwitchDisabled input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
        cursor: not-allowed;
    }

    input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
        cursor: pointer;
        font-weight: 400;
        font-size: 12px;
        color: #32a3ce;
        content: "\a0";
        background-color: #FAFAFA;
        border: 1px solid #c8c8c8;
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
        border-radius: 0;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 14px;
        min-width: 16px;
        margin-right: 1px;
        position: relative;
        top: -1px;
    }

input[type=checkbox].ace:checked + .lbl::before, input[type=radio].ace:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05), inset 15px 10px -12px rgba(255,255,255,.1);
}

input[type=checkbox].ace:hover + .lbl::before, input[type=radio].ace:hover + .lbl::before, input[type=checkbox].ace + .lbl:hover::before, input[type=radio].ace + .lbl:hover::before {
    border-color: #ff893c;
}

input[type=checkbox].ace:active + .lbl::before, input[type=radio].ace:active + .lbl::before, input[type=checkbox].ace:checked:active + .lbl::before, input[type=radio].ace:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.1);
}

input[type=checkbox].ace.ace-checkbox-2 + .lbl::before, input[type=radio].ace.ace-checkbox-2 + .lbl::before {
    box-shadow: none;
}

input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before, input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF;
}

input[type=checkbox].ace:disabled + .lbl::before, input[type=radio].ace:disabled + .lbl::before, input[type=checkbox].ace[disabled] + .lbl::before, input[type=radio].ace[disabled] + .lbl::before, input[type=checkbox].ace.disabled + .lbl::before, input[type=radio].ace.disabled + .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

.checkbox label input[type=checkbox].ace + .lbl, .radio label input[type=radio].ace + .lbl {
    margin-left: -10px;
}

input[type=radio].ace + .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].ace:checked + .lbl::before {
    content: "\f111";
}

input[type=checkbox].ace.input-lg + .lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    min-width: 24px;
    top: auto;
}

input[type=radio].ace.input-lg + .lbl::before {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    min-width: 24px;
    top: auto;
}

input[type=checkbox].ace.ace-switch {
    width: 55px;
    height: 25px;
}

    input[type=checkbox].ace.ace-switch + .lbl {
        margin: 0 4px;
        min-height: 24px;
    }

        input[type=checkbox].ace.ace-switch + .lbl::before {
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            color: #999;
            text-shadow: 0 0 0 #999;
            font-weight: 400;
            font-size: 11px;
            line-height: 17px;
            height: 20px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #F5F5F5;
            -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
            box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.15);
            border: 1px solid #CCC;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: text-indent .3s ease;
            -o-transition: text-indent .3s ease;
            transition: text-indent .3s ease;
            top: auto;
        }

        input[type=checkbox].ace.ace-switch + .lbl::after {
            font-family: 'Open Sans';
            content: 'III';
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0;
            color: #AAA;
            text-shadow: none;
            background-color: #FFF;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: -3px;
            -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
            -webkit-transition: left .3s ease;
            -o-transition: left .3s ease;
            transition: left .3s ease;
        }

    input[type=checkbox].ace.ace-switch:checked + .lbl::before {
        text-indent: 8px;
        color: #FFF;
        text-shadow: 0 0 0 #FFF;
        background-color: #8ab2c9;
        border-color: #6a8ca8;
    }

    input[type=checkbox].ace.ace-switch:checked + .lbl::after {
        left: 34px;
        background-color: #FFF;
        color: #98A0A5;
    }

    input[type=checkbox].ace.ace-switch.ace-switch-4, input[type=checkbox].ace.ace-switch.ace-switch-5 {
        width: 60px;
    }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            font-size: 12px;
            line-height: 21px;
            height: 24px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #8b9aa3;
            border: 1px solid #8b9aa3;
            color: #FFF;
            width: 56px;
            text-indent: -25px;
            text-shadow: 0 0 0 #FFF;
            display: inline-block;
            position: relative;
            box-shadow: none;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::after {
            content: 'III';
            font-size: 11px;
            position: absolute;
            top: 2px;
            left: 2px;
            letter-spacing: 0;
            width: 20px;
            height: 20px;
            line-height: 19px;
            text-shadow: none !important;
            color: #939393;
            background-color: #FFF;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            text-indent: 9px;
            background-color: #468fcc;
            border-color: #468FCC;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::after {
            left: 34px;
            background-color: #FFF;
            color: #848484;
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
            content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
        }

        input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
            text-indent: 8px;
        }

    input[type=checkbox].ace.ace-switch + .lbl[data-lbl]::before {
        content: attr(data-lbl);
    }

    input[type=checkbox].ace.ace-switch.btn-empty + .lbl::after {
        content: "";
    }

    input[type=checkbox].ace.ace-switch.btn-rotate + .lbl::after {
        content: "\2261";
        line-height: 20px;
        font-size: 17px;
    }

input[type=checkbox].ace.ace-switch-4.btn-rotate + .lbl::after, input[type=checkbox].ace.ace-switch-5.btn-rotate + .lbl::after {
    line-height: 17px;
}

input[type=checkbox].ace.ace-switch.btn-flat + .lbl::before, input[type=checkbox].ace.ace-switch.btn-flat + .lbl::after {
    border-radius: 0 !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
    text-indent: -24px;
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
    text-indent: 7px;
}

input.ace + .lbl.padding-16::before {
    margin-right: 16px;
}

input.ace + .lbl.padding-14::before {
    margin-right: 14px;
}

input.ace + .lbl.padding-12::before {
    margin-right: 12px;
}

input.ace + .lbl.padding-10::before {
    margin-right: 10px;
}

input.ace + .lbl.padding-8::before {
    margin-right: 8px;
}

input.ace + .lbl.padding-6::before {
    margin-right: 6px;
}

input.ace + .lbl.padding-4::before {
    margin-right: 4px;
}

input.ace + .lbl.padding-2::before {
    margin-right: 2px;
}

input.ace + .lbl.padding-0::before {
    margin-right: 0;
}

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border: 1px solid #CCC;
}

@media only screen and (max-width:767px) {
    .widget-box {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #669fc7;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
}

    .widget-header:before, .widget-header:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .widget-header:after {
        clear: right;
    }

.widget-box.collapsed > .widget-header {
    border-bottom-width: 0;
}

.collapsed.fullscreen > .widget-header {
    border-bottom-width: 1px;
}

.collapsed > .widget-body {
    display: none;
}

.widget-header-flat {
    background: #F7F7F7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-header-large {
    min-height: 49px;
    padding-left: 18px;
}

.widget-header-small {
    min-height: 31px;
    padding-left: 10px;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
}

    .widget-header > .widget-title > .ace-icon {
        margin-right: 5px;
        font-weight: 400;
        display: inline-block;
    }

.widget-header-large > .widget-title {
    line-height: 48px;
}

.widget-header-small > .widget-title {
    line-height: 30px;
}

.widget-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    float: right;
    position: relative;
}

.widget-header-large > .widget-toolbar {
    line-height: 48px;
}

.widget-header-small > .widget-toolbar {
    line-height: 29px;
}

.widget-toolbar.no-padding {
    padding: 0;
}

.widget-toolbar.padding-5 {
    padding: 0 5px;
}

.widget-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
}

.widget-header-large > .widget-toolbar:before {
    top: 6px;
    bottom: 6px;
}

[class*=widget-color-] > .widget-header > .widget-toolbar:before {
    border-color: #EEE;
}

.widget-color-orange > .widget-header > .widget-toolbar:before {
    border-color: #FEA;
}

.widget-color-dark > .widget-header > .widget-toolbar:before {
    border-color: #222;
    box-shadow: -1px 0 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.1);
}

.widget-toolbar.no-border:before {
    display: none;
}

.widget-toolbar label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.widget-toolbar > a, .widget-toolbar > .widget-menu > a {
    font-size: 14px;
    margin: 0 1px;
    display: inline-block;
    padding: 0;
    line-height: 24px;
}

    .widget-toolbar > a:hover, .widget-toolbar > .widget-menu > a:hover {
        text-decoration: none;
    }

.widget-header-large > .widget-toolbar > a, .widget-header-large > .widget-toolbar > .widget-menu > a {
    font-size: 15px;
    margin: 0 1px;
}

.widget-toolbar > .btn {
    line-height: 27px;
    margin-top: -2px;
}

    .widget-toolbar > .btn.smaller {
        line-height: 26px;
    }

    .widget-toolbar > .btn.bigger {
        line-height: 28px;
    }

.widget-toolbar > .btn-sm {
    line-height: 24px;
}

    .widget-toolbar > .btn-sm.smaller {
        line-height: 23px;
    }

    .widget-toolbar > .btn-sm.bigger {
        line-height: 25px;
    }

.widget-toolbar > .btn-xs {
    line-height: 22px;
}

    .widget-toolbar > .btn-xs.smaller {
        line-height: 21px;
    }

    .widget-toolbar > .btn-xs.bigger {
        line-height: 23px;
    }

.widget-toolbar > .btn-minier {
    line-height: 18px;
}

    .widget-toolbar > .btn-minier.smaller {
        line-height: 17px;
    }

    .widget-toolbar > .btn-minier.bigger {
        line-height: 19px;
    }

.widget-toolbar > .btn-lg {
    line-height: 36px;
}

    .widget-toolbar > .btn-lg.smaller {
        line-height: 34px;
    }

    .widget-toolbar > .btn-lg.bigger {
        line-height: 38px;
    }

.widget-toolbar-dark {
    background: #444;
}

.widget-toolbar-light {
    background: rgba(255,255,255,.85);
}

.widget-toolbar > .widget-menu {
    display: inline-block;
    position: relative;
}

    .widget-toolbar > a[data-action], .widget-toolbar > .widget-menu > a[data-action] {
        -webkit-transition: transform .1s;
        -o-transition: transform .1s;
        transition: transform .1s;
    }

        .widget-toolbar > a[data-action] > .ace-icon, .widget-toolbar > .widget-menu > a[data-action] > .ace-icon {
            margin-right: 0;
        }

        .widget-toolbar > a[data-action]:focus, .widget-toolbar > .widget-menu > a[data-action]:focus {
            text-decoration: none;
            outline: 0;
        }

        .widget-toolbar > a[data-action]:hover, .widget-toolbar > .widget-menu > a[data-action]:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.widget-body {
    background-color: #FFF;
}

.widget-main {
    padding: 12px;
}

    .widget-main.padding-32 {
        padding: 32px;
    }

    .widget-main.padding-30 {
        padding: 30px;
    }

    .widget-main.padding-28 {
        padding: 28px;
    }

    .widget-main.padding-26 {
        padding: 26px;
    }

    .widget-main.padding-24 {
        padding: 24px;
    }

    .widget-main.padding-22 {
        padding: 22px;
    }

    .widget-main.padding-20 {
        padding: 20px;
    }

    .widget-main.padding-18 {
        padding: 18px;
    }

    .widget-main.padding-16 {
        padding: 16px;
    }

    .widget-main.padding-14 {
        padding: 14px;
    }

    .widget-main.padding-12 {
        padding: 12px;
    }

    .widget-main.padding-10 {
        padding: 10px;
    }

    .widget-main.padding-8 {
        padding: 8px;
    }

    .widget-main.padding-6 {
        padding: 6px;
    }

    .widget-main.padding-4 {
        padding: 4px;
    }

    .widget-main.padding-2 {
        padding: 2px;
    }

    .widget-main.padding-0 {
        padding: 0;
    }

    .widget-main.no-padding {
        padding: 0;
    }

.widget-toolbar .progress {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.widget-toolbar > .dropdown, .widget-toolbar > .dropup {
    display: inline-block;
}

.widget-box > .widget-header > .widget-toolbar > [data-action=settings], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=settings], .widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings] {
    color: #99CADB;
}

.widget-box > .widget-header > .widget-toolbar > [data-action=reload], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=reload], .widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload] {
    color: #ACD392;
}

.widget-box > .widget-header > .widget-toolbar > [data-action=collapse], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=collapse], .widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse] {
    color: #AAA;
}

.widget-box > .widget-header > .widget-toolbar > [data-action=close], .widget-color-dark > .widget-header > .widget-toolbar > [data-action=close], .widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action=close], .widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action=close] {
    color: #E09E96;
}

.widget-box[class*=widget-color-] > .widget-header {
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-color-blue {
    border-color: #307ecc;
}

    .widget-color-blue > .widget-header {
        background: #307ecc;
        border-color: #307ecc;
    }

.widget-color-blue2 {
    border-color: #5090c1;
}

    .widget-color-blue2 > .widget-header {
        background: #5090c1;
        border-color: #5090c1;
    }

.widget-color-blue3 {
    border-color: #6379aa;
}

    .widget-color-blue3 > .widget-header {
        background: #6379aa;
        border-color: #6379aa;
    }

.widget-color-green {
    border-color: #82af6f;
}

    .widget-color-green > .widget-header {
        background: #82af6f;
        border-color: #82af6f;
    }

.widget-color-green2 {
    border-color: #2e8965;
}

    .widget-color-green2 > .widget-header {
        background: #2e8965;
        border-color: #2e8965;
    }

.widget-color-green3 {
    border-color: #4ebc30;
}

    .widget-color-green3 > .widget-header {
        background: #4ebc30;
        border-color: #4ebc30;
    }

.widget-color-red {
    border-color: #e2755f;
}

    .widget-color-red > .widget-header {
        background: #e2755f;
        border-color: #e2755f;
    }

.widget-color-red2 {
    border-color: #e04141;
}

    .widget-color-red2 > .widget-header {
        background: #e04141;
        border-color: #e04141;
    }

.widget-color-red3 {
    border-color: #d15b47;
}

    .widget-color-red3 > .widget-header {
        background: #d15b47;
        border-color: #d15b47;
    }

.widget-color-purple {
    border-color: #7e6eb0;
}

    .widget-color-purple > .widget-header {
        background: #7e6eb0;
        border-color: #7e6eb0;
    }

.widget-color-pink {
    border-color: #ce6f9e;
}

    .widget-color-pink > .widget-header {
        background: #ce6f9e;
        border-color: #ce6f9e;
    }

.widget-color-orange {
    border-color: #e8b10d;
}

    .widget-color-orange > .widget-header {
        color: #855d10 !important;
        border-color: #e8b10d;
        background: #ffc657;
    }

.widget-color-dark {
    border-color: #5a5a5a;
}

    .widget-color-dark > .widget-header {
        border-color: #666;
        background: #404040;
    }

.widget-color-grey {
    border-color: #9e9e9e;
}

    .widget-color-grey > .widget-header {
        border-color: #aaa;
        background: #848484;
    }

.widget-box.transparent {
    border-width: 0;
}

    .widget-box.transparent > .widget-header {
        background: 0 0;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-width: 0;
        border-bottom: 1px solid #DCE8F1;
        color: #4383B4;
        padding-left: 3px;
    }

    .widget-box.transparent > .widget-header-large {
        padding-left: 5px;
    }

    .widget-box.transparent > .widget-header-small {
        padding-left: 1px;
    }

    .widget-box.transparent > .widget-body {
        border-width: 0;
        background-color: transparent;
    }

[class*=widget-color-] > .widget-header > .widget-toolbar > [data-action], [class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

[class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=settings], [class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings] {
    color: #D3E4ED;
}

[class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=reload], [class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload] {
    color: #DEEAD3;
}

[class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=collapse], [class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse] {
    color: #E2E2E2;
}

[class*=widget-color-] > .widget-header > .widget-toolbar > [data-action=close], [class*=widget-color-] > .widget-header > .widget-toolbar > .widget-menu > [data-action=close] {
    color: #FFD9D5;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action], .widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
    text-shadow: none;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action=settings], .widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=settings] {
    color: #559AAB;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action=reload], .widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=reload] {
    color: #7CA362;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action=collapse], .widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=collapse] {
    color: #777;
}

.widget-color-orange > .widget-header > .widget-toolbar > [data-action=close], .widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action=close] {
    color: #A05656;
}

.widget-box.light-border[class*=widget-color-]:not(.fullscreen) {
    border-width: 0;
}

    .widget-box.light-border[class*=widget-color-]:not(.fullscreen) > .widget-header {
        border: 1px solid;
        border-color: inherit;
    }

    .widget-box.light-border[class*=widget-color-]:not(.fullscreen) > .widget-body {
        border: 1px solid;
        border-color: #D6D6D6;
        border-width: 0 1px 1px;
    }

.widget-box.no-border {
    border-width: 0;
}

.widget-box.fullscreen {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    border-width: 3px;
    z-index: 1040 !important;
}

    .widget-box.fullscreen:not([class*=widget-color-]) {
        border-color: #AAA;
    }

.widget-body .table {
    border-top: 1px solid #E5E5E5;
}

    .widget-body .table thead:first-child tr {
        background: #FFF;
    }

.checkbox label {
    min-height: 14px;
}


[class*=widget-color-] > .widget-body .table thead:first-child tr {
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.widget-body .table.table-bordered thead:first-child > tr {
    border-top-width: 0;
}

.widget-main.no-padding .table {
    margin-bottom: 0;
    border-width: 0;
}

.widget-main.no-padding .table-bordered th:first-child, .widget-main.no-padding .table-bordered td:first-child {
    border-left-width: 0;
}

.transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child, .widget-main.no-padding .table-bordered > thead > tr > th:last-child, .transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child, .widget-main.no-padding .table-bordered > tbody > tr > td:last-child, .transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child, .widget-main.no-padding .table-bordered > tfoot > tr > td:last-child {
    border-right-width: 0 !important;
}

.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td, .widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 0 !important;
}

.table-bordered > thead.thin-border-bottom > tr > th, .table-bordered > thead.thin-border-bottom > tr > td {
    border-bottom-width: 1px;
}

.widget-body .alert:last-child {
    margin-bottom: 0;
}

/*.widget-main .tab-content {
    border-width: 0;
}*/

.widget-toolbar > .nav-tabs {
    border-bottom-width: 0;
    margin-bottom: 0;
    top: auto;
    margin-top: 3px !important;
}

    .widget-toolbar > .nav-tabs > li {
        margin-bottom: auto;
    }

        .widget-toolbar > .nav-tabs > li > a {
            box-shadow: none;
            position: relative;
            top: 1px;
            margin-top: 1px;
        }

        .widget-toolbar > .nav-tabs > li:not(.active) > a {
            border-color: transparent;
            background-color: transparent;
        }

            .widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
                background-color: transparent;
            }

        .widget-toolbar > .nav-tabs > li.active > a {
            background-color: #FFF;
            border-bottom-color: transparent;
            box-shadow: none;
            margin-top: auto;
        }

.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-width: 2px;
}

.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
    line-height: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 4px;
}

.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a {
    margin-top: 3px;
}

[class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    border-color: transparent;
    background-color: transparent;
    color: #FFF;
    margin-right: 1px;
}

    [class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
        background-color: #FFF;
        color: #555;
        border-top-color: #FFF;
    }

[class*=widget-color-] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    background-color: #FFF;
    color: #555;
    border-top-width: 1px;
    margin-top: 0;
}

.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a {
    color: #855D10;
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
    color: #555;
    background-color: transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
    border-top-color: #4C8FBD;
    border-right: 1px solid #C5D0DC;
    border-left: 1px solid #C5D0DC;
    background-color: #FFF;
    box-shadow: none;
}

.widget-toolbox {
    background-color: #EEE;
}

    .widget-toolbox:first-child {
        padding: 2px;
        border-bottom: 1px solid #CCC;
    }

    .widget-toolbox:last-child {
        padding: 2px;
        border-top: 1px solid #CCC;
    }

.transparent > .widget-body > .widget-toolbox:last-child {
    border: none;
    border-top: 1px solid #CCC;
}

.widget-toolbox > .btn-toolbar {
    margin: 0 !important;
    padding: 0;
}

.widget-toolbox.center {
    text-align: center;
}

.widget-toolbox.toolbox-vertical {
    border-bottom-width: 0;
    border-right: 1px solid #D9D9D9;
    display: table-cell;
    padding: 6px 4px;
    vertical-align: top;
    width: 1px;
}

    .widget-toolbox.toolbox-vertical + .widget-main {
        display: table-cell;
        vertical-align: top;
    }

.widget-toolbox.padding-16 {
    padding: 16px;
}

.widget-toolbox.padding-14 {
    padding: 14px;
}

.widget-toolbox.padding-12 {
    padding: 12px;
}

.widget-toolbox.padding-10 {
    padding: 10px;
}

.widget-toolbox.padding-8 {
    padding: 8px;
}

.widget-toolbox.padding-6 {
    padding: 6px;
}

.widget-toolbox.padding-4 {
    padding: 4px;
}

.widget-toolbox.padding-2 {
    padding: 2px;
}

.widget-toolbox.padding-0 {
    padding: 0;
}

.widget-box-overlay {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    z-index: 999;
    text-align: center;
    min-height: 100%;
    background-color: rgba(0,0,0,.3);
}

    .widget-box-overlay > .loading-icon {
        position: relative;
        top: 20%;
        left: 0;
        right: 0;
        text-align: center;
    }

.widget-box.collapsed .widget-box-overlay > .loading-icon {
    top: 10%;
}

.widget-box-overlay > .loading-icon.icon-spin {
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.widget-main > form {
    margin-bottom: 0;
}

    .widget-main > form .input-append, .widget-main > form .input-prepend {
        margin-bottom: 0;
    }

.widget-main.no-padding > form > fieldset, .widget-main.padding-0 > form > fieldset {
    padding: 16px;
}

    .widget-main.no-padding > form > fieldset + .form-actions, .widget-main.padding-0 > form > fieldset + .form-actions {
        padding: 10px 0 12px;
    }

.widget-main.no-padding > form > .form-actions, .widget-main.padding-0 > form > .form-actions {
    margin: 0;
    padding: 10px 12px 12px;
}

.widget-placeholder {
    border: 2px dashed #D9D9D9;
}


.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    .steps li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .steps li .step {
            border: 3px solid #ced1d6;
            color: #546474;
            font-size: 12px;
            border-radius: 100%;
            background-color: #FFF;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 19px;
            text-align: center;
        }

        .steps li.last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .steps li:last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .steps li:first-child:before {
            max-width: 51%;
            left: 50%;
        }

        .steps li.active:before, .steps li.complete:before, .steps li.active .step, .steps li.complete .step {
            border-color: #5293c4;
        }

        .steps li.complete .step {
            cursor: default;
            color: #FFF;
            -webkit-transition: transform ease .1s;
            -o-transition: transform ease .1s;
            transition: transform ease .1s;
        }

            .steps li.complete .step:before {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                line-height: 20px;
                text-align: center;
                border-radius: 100%;
                content: "\f00c";
                background-color: #FFF;
                z-index: 3;
                font-family: FontAwesome;
                font-size: 12px;
                color: #87ba21;
            }
        /*.steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #80afd4
}
.steps li.complete:hover:before {
	border-color: #80afd4
}*/
        .steps li:before {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            font-size: 0;
            overflow: hidden;
            border-top: 3px solid #CED1D6;
            position: relative;
            top: 14px;
            z-index: 1;
        }

        .steps li .title {
            display: block;
            margin-top: 0px;
            max-width: 100%;
            color: #949ea7;
            font-size: 12px;
            z-index: 104;
            text-align: center;
            table-layout: fixed;
            word-wrap: break-word;
        }

        .steps li.complete .title, .steps li.active .title {
            color: #2b3d53;
        }

.step-content {
    position: relative;
}

    .step-content .step-pane {
        display: none;
        min-height: 250px;
        padding: 4px 0px 12px;
    }

        .step-content .step-pane.active {
            display: block;
        }

.wizard-actions {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
        border-width: 3px;
    }

    .steps li:before, .steps li:after {
        border-width: 3px;
    }

    .steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px;
    }

    .steps li:before {
        top: 16px;
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px;
    }

    .navbar-default .navbar-nav > li:first-child {
        border-top: 1px solid #eee;
    }

    .mvd-none {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        border-left: 1px dotted #9dbdd6;
        margin-left: 20px;
    }

    .navbar-default .navbar-nav .dropdown-menu > li {
        position: relative;
    }

        .navbar-default .navbar-nav .dropdown-menu > li:before {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: -moz-use-text-color;
            border-image: none;
            border-style: dotted;
            border-color: #9dbdd6;
            border-width: 1px 0 0;
            content: "";
            display: block;
            left: 1px;
            position: absolute;
            top: 15px;
            width: 24px;
            z-index: 1;
        }

    .navbar-collapse {
        overflow-x: hidden;
        height: 360px;
        overflow-y: scroll;
    }

    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }



        .navbar-default .navbar-nav > li > a {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-left: 0px;
            color:#fff !important;
        }

    .nav > li > a {
        padding: 8px 10px;
    }
}



.widget-header .wysiwyg-toolbar {
    background-color: transparent;
}

    .widget-header .wysiwyg-toolbar .btn-group > .btn, .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn {
        border-color: transparent;
        background: rgba(255,255,255,.25) !important;
        color: #FFF !important;
        min-width: 32px;
        border-width: 1px !important;
        border-radius: 4px !important;
        padding: 2px 1px 4px;
    }

        .widget-header .wysiwyg-toolbar .btn-group > .btn.active, .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn.active {
            background: rgba(0,0,0,.25) !important;
        }

.widget-body .wysiwyg-editor {
    border-width: 0;
}

.wysiwyg-speech-input {
    width: 20px !important;
    color: transparent !important;
    background: transparent none !important;
    border-width: 0 !important;
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

    .wysiwyg-speech-input:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.widget-body .md-header {
    margin-top: -30px;
    margin-left: 9px;
}

    .widget-body .md-header .btn {
        border-color: transparent;
        background: rgba(255,255,255,.25) !important;
        color: #FFF !important;
        text-align: center;
        min-width: 32px;
        border-width: 1px !important;
        border-radius: 4px !important;
        padding: 2px 4px 4px;
    }

        .widget-body .md-header .btn > .ace-icon {
            font-size: 14px;
            width: 25px;
            max-width: 25px;
            display: inline-block;
        }

    .widget-body .md-header .btn-inverse {
        background: rgba(0,0,0,.25) !important;
        padding-right: 5px;
        margin-left: 4px;
    }

.md-fullscreen-controls {
    display: none;
}

.widget-body .md-preview {
    padding: 8px;
    min-height: 200px;
}

.widget-body .md-input {
    border: none !important;
    box-shadow: none !important;
    display: block;
    margin-bottom: 0;
    background-color: rgba(48,126,204,.07);
    padding: 8px;
    width: 100%;
}

    .widget-body .md-input:focus {
        background-color: #FFF;
        box-shadow: none !important;
    }

.editable-container .popover-title {
    color: #438EB9;
}

.editable-click {
    border-bottom: 1px dashed #BBB;
    cursor: pointer;
    font-weight: 400;
}

img.editable-click {
    border: 1px dotted #BBB;
}

.editable-click:hover {
    border-color: #08C;
    color: #08C;
}

img.editable-click:hover {
    opacity: .75;
    filter: alpha(opacity=75);
}

.editable-buttons, .editable-input {
    display: inline-block;
}

.editable-buttons {
    margin-left: 1px;
}

    .editable-buttons .btn {
        padding: 0;
        width: 28px;
        line-height: 24px;
        border-width: 3px;
        font-size: 12px;
        margin: 0 1px 0 0;
    }

        .editable-buttons .btn > .ace-icon {
            margin: 0;
        }

.editable-clear-x {
    cursor: pointer;
    color: #888;
    background: 0 0;
}

    .editable-clear-x:hover {
        color: #D15B47;
    }

    .editable-clear-x:before {
        display: inline-block;
        content: "\f057";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        margin-top: -9px;
        width: 16px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

.editable-input .ace-spinner {
    margin-right: 8px;
}

    .editable-input .ace-spinner .spinner-input {
        width: 100%;
    }

.editable-inline .editable-slider {
    margin-top: 10px;
    margin-right: 4px;
}

.editable-popup .editable-slider {
    display: block;
    margin-bottom: 16px;
    margin-top: 4px;
}

.editable-slider input[type=text] {
    display: none;
}

.editable-slider input[type=range] {
    outline: 0 !important;
}

.editable-input .ace-file-input {
    display: block;
}

.editable-image .ace-file-multiple .ace-file-container.selected {
    border-color: transparent;
}

.editable-image + .editable-buttons, .editable-wysiwyg + .editable-buttons {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.editable-wysiwyg {
    width: 95%;
}

    .editable-wysiwyg .wysiwyg-editor {
        height: auto;
        overflow-y: hidden;
    }

.editableform .input-append.dropdown-menu {
    display: none;
}

.editableform .open .input-append.dropdown-menu {
    display: block;
}

.editable-container .editableform {
    margin-bottom: 10px;
}

.editable-inline .editableform {
    margin-bottom: 0;
}

.editableform .control-group {
    display: block;
}

.editableform-loading {
    background: 0 0;
}

    .editableform-loading .ace-icon, .editableform-loading .progress {
        position: relative;
        top: 35%;
    }

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon input[type=checkbox] {
    width: 15px;
}

.datepicker td, .daterangepicker td, .datepicker th, .daterangepicker th {
    border-radius: 0 !important;
    font-size: 13px;
}

    .datepicker td.active, .daterangepicker td.active, .datepicker td.active:hover, .daterangepicker td.active:hover {
        background: #2283c5 !important;
    }

        .datepicker td.active.disabled, .daterangepicker td.active.disabled, .datepicker td.active.disabled:hover, .daterangepicker td.active.disabled:hover {
            background: #8b9aa3 !important;
        }

.datepicker td, .datepicker th {
    min-width: 32px;
}

.datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-bottom:before {
    top: auto;
}

.daterangepicker .calendar-date {
    border-radius: 0;
}

.datepicker-months .month, .datepicker-years .year {
    border-radius: 0 !important;
}

    .datepicker-months .month.active, .datepicker-years .year.active, .datepicker-months .month.active:hover, .datepicker-years .year.active:hover, .datepicker-months .month.active:focus, .datepicker-years .year.active:focus, .datepicker-months .month.active:active, .datepicker-years .year.active:active {
        background-image: none !important;
        background-color: #2283c5 !important;
    }

.bootstrap-timepicker-widget table td input {
    width: 32px;
}

.well .datepicker table tr td.day:hover {
    background-color: #7d8893;
    color: #FFF;
}

.bootstrap-timepicker-widget table td a:hover {
    border-radius: 0;
}

.daterangepicker.opensleft:before, .daterangepicker.opensright:before {
    -moz-border-bottom-colors: rgba(0,0,0,.2);
}

.daterangepicker.opensleft:after, .daterangepicker.opensright:after {
    -moz-border-bottom-colors: #fff;
}

.datepicker-dropdown:before {
    -moz-border-bottom-colors: rgba(0,0,0,.2);
}

.datepicker-dropdown:after {
    -moz-border-bottom-colors: #fff;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    -moz-border-top-colors: #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    -moz-border-top-colors: #FFF;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    -moz-border-bottom-colors: rgba(0,0,0,.2);
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    -moz-border-bottom-colors: #FFF;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    -moz-border-top-colors: #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    -moz-border-top-colors: #FFF;
}

.bootstrap-datetimepicker-widget [class=btn] {
    border-width: 0 !important;
    background-color: transparent !important;
    color: #7399b8 !important;
    text-shadow: none !important;
}

    .bootstrap-datetimepicker-widget [class=btn]:hover {
        color: #1B6AAA !important;
    }

.bootstrap-datetimepicker-widget .btn.btn-primary {
    border-width: 3px !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
    margin-bottom: 2px;
}

    .bootstrap-datetimepicker-widget .picker-switch .btn {
        width: 90% !important;
        background-color: #EEE !important;
        color: #478fca !important;
        font-size: 16px;
    }

        .bootstrap-datetimepicker-widget .picker-switch .btn:hover {
            background-color: #e3edf5 !important;
        }

.bootstrap-datetimepicker-widget td span {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    color: #555 !important;
}

.ui-slider {
    background-color: #D5D5D5;
}

.ui-slider-horizontal {
    height: 9px;
}

.ui-slider-vertical {
    width: 9px;
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    width: 1.45em;
    height: 1.45em;
    background-color: #F8F8F8;
    border: 1px solid;
}

    .ui-slider .ui-slider-handle:before, .ui-slider .ui-slider-handle:after {
        display: block;
        content: "";
        position: absolute;
        top: 4px;
        left: 5px;
        width: 4px;
        height: 8px;
        border: 1px solid;
        border-width: 0 1px;
        border-color: inherit;
    }

    .ui-slider .ui-slider-handle:after {
        left: 8px;
        border-width: 0 1px 0 0;
    }

    .ui-slider .ui-slider-handle:hover {
        background-color: #FFF;
    }

    .ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:focus, .ui-slider .ui-slider-handle:active {
        outline: 0;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3);
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,.3);
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.725em;
    top: -.4em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.35em;
    margin-bottom: -.65em;
}

.ui-slider-small.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-small.ui-slider-vertical {
    width: 5px;
}

.ui-slider-small .ui-slider-handle {
    border-radius: 100%;
    width: 17px;
    height: 17px;
    margin-bottom: -.45em;
    left: -.35em;
}

    .ui-slider-small .ui-slider-handle:before, .ui-slider-small .ui-slider-handle:after {
        height: 7px;
        left: 5px;
        width: 3px;
    }

    .ui-slider-small .ui-slider-handle:after {
        left: 7px;
    }

.ui-slider-simple .ui-slider-handle:after, .ui-slider-simple .ui-slider-handle:before {
    display: none;
}

.ui-slider-range {
    background-color: #4aa4ce;
}

.ui-slider-handle {
    outline: 0 !important;
    border-color: #4aa4ce !important;
}

.ui-state-disabled.ui-slider {
    background-color: #E5E5E5;
}

.ui-state-disabled .ui-slider-range {
    background-color: #8daebe;
}

.ui-state-disabled .ui-slider-handle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #8daebe !important;
}

.ui-slider-green .ui-slider-range {
    background-color: #8bbc67;
}

.ui-slider-green .ui-slider-handle {
    border-color: #8bbc67 !important;
}

.ui-slider-green.ui-state-disabled .ui-slider-range {
    background-color: #aab0a6;
}

.ui-slider-green.ui-state-disabled .ui-slider-handle {
    border-color: #aab0a6 !important;
}

.ui-slider-red .ui-slider-range {
    background-color: #d36e6e;
}

.ui-slider-red .ui-slider-handle {
    border-color: #d36e6e !important;
}

.ui-slider-red.ui-state-disabled .ui-slider-range {
    background-color: #c8acac;
}

.ui-slider-red.ui-state-disabled .ui-slider-handle {
    border-color: #c8acac !important;
}

.ui-slider-purple .ui-slider-range {
    background-color: #ac68ba;
}

.ui-slider-purple .ui-slider-handle {
    border-color: #ac68ba !important;
}

.ui-slider-purple.ui-state-disabled .ui-slider-range {
    background-color: #ada7ae;
}

.ui-slider-purple.ui-state-disabled .ui-slider-handle {
    border-color: #ada7ae !important;
}

.ui-slider-orange .ui-slider-range {
    background-color: #efad62;
}

.ui-slider-orange .ui-slider-handle {
    border-color: #efad62 !important;
}

.ui-slider-orange.ui-state-disabled .ui-slider-range {
    background-color: #e0c4a4;
}

.ui-slider-orange.ui-state-disabled .ui-slider-handle {
    border-color: #e0c4a4 !important;
}

.ui-slider-dark .ui-slider-range {
    background-color: #606060;
}

.ui-slider-dark .ui-slider-handle {
    border-color: #606060 !important;
}

.ui-slider-dark.ui-state-disabled .ui-slider-range {
    background-color: #7a7a7a;
}

.ui-slider-dark.ui-state-disabled .ui-slider-handle {
    border-color: #7a7a7a !important;
}

.ui-slider-pink .ui-slider-range {
    background-color: #d6487e;
}

.ui-slider-pink .ui-slider-handle {
    border-color: #d6487e !important;
}

.ui-slider-pink.ui-state-disabled .ui-slider-range {
    background-color: #c38ea2;
}

.ui-slider-pink.ui-state-disabled .ui-slider-handle {
    border-color: #c38ea2 !important;
}

.ui-datepicker {
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 26px;
        min-width: 32px;
        max-width: 32px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        line-height: 26px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
            color: transparent;
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
            background-color: #EEE;
            text-decoration: none;
        }

        .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 14px;
            content: "\f060";
            color: #393939;
        }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 2px;
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\f061";
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ui-datepicker td {
        padding: 0;
    }

        .ui-datepicker td > a, .ui-datepicker td > span {
            display: inline-block;
            height: 22px;
            min-width: 24px;
            max-width: 24px;
            text-align: center;
            color: #393939;
            font-size: 13px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .ui-datepicker td > a:hover {
                background-color: #EEE;
            }

            .ui-datepicker td > a.ui-state-highlight {
                background-color: #D5E5EF;
            }

            .ui-datepicker td > a.ui-state-active {
                background-color: #2283c5;
                color: #FFF;
            }

            .ui-datepicker td > a.ui-priority-secondary {
                color: #888;
            }

        .ui-datepicker td > span {
            color: #999;
        }

        .ui-datepicker td .ui-datepicker-title select {
            height: 24px;
            line-height: 24px;
            padding: 2px 3px;
        }

        .ui-datepicker td .ui-datepicker-buttonpane {
            background-color: #DDD;
            height: 1px;
        }

.ui-widget-overlay {
    background: rgba(0,0,0,.25);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1039 !important;
}

.ui-dialog, .ui-jqdialog {
    z-index: 1040 !important;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

    .ui-dialog .ui-dialog-titlebar, .ui-jqdialog .ui-dialog-titlebar, .ui-dialog .ui-jqdialog-titlebar, .ui-jqdialog .ui-jqdialog-titlebar {
        background-color: #F1F1F1;
        font-size: 16px;
        color: #669fc7;
        padding: 0;
    }

    .ui-dialog .ui-dialog-title, .ui-jqdialog .ui-dialog-title, .ui-dialog .ui-jqdialog-title, .ui-jqdialog .ui-jqdialog-title {
        float: none !important;
        width: auto;
    }

    .ui-dialog .widget-header, .ui-jqdialog .widget-header {
        margin: 0;
        border-width: 0 0 1px 0;
    }

    .ui-dialog .ui-dialog-buttonpane, .ui-jqdialog .ui-dialog-buttonpane, .ui-dialog .ui-jqdialog-buttonpane, .ui-jqdialog .ui-jqdialog-buttonpane {
        background-color: #eff3f8;
        border-top: 1px solid #e4e9ee;
    }

        .ui-dialog .ui-dialog-buttonpane button, .ui-jqdialog .ui-dialog-buttonpane button, .ui-dialog .ui-jqdialog-buttonpane button, .ui-jqdialog .ui-jqdialog-buttonpane button {
            font-size: 14px;
        }

    .ui-dialog .ui-dialog-titlebar-close, .ui-jqdialog .ui-dialog-titlebar-close, .ui-dialog .ui-jqdialog-titlebar-close, .ui-jqdialog .ui-jqdialog-titlebar-close {
        border: none;
        background: 0 0;
        opacity: .4;
        color: #d15b47;
        padding: 0;
        top: 50%;
        right: 8px !important;
        text-align: center;
    }

        .ui-dialog .ui-dialog-titlebar-close:before, .ui-jqdialog .ui-dialog-titlebar-close:before, .ui-dialog .ui-jqdialog-titlebar-close:before, .ui-jqdialog .ui-jqdialog-titlebar-close:before {
            content: "\f00d";
            display: inline;
            font-family: FontAwesome;
            font-size: 16px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-jqdialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:hover {
            opacity: 1;
            text-decoration: none;
            padding: 0;
        }

        .ui-dialog .ui-dialog-titlebar-close .ui-button-text, .ui-jqdialog .ui-dialog-titlebar-close .ui-button-text, .ui-dialog .ui-jqdialog-titlebar-close .ui-button-text, .ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
            text-indent: 0;
            visibility: hidden;
        }

    .ui-dialog .widget-header .ui-dialog-titlebar-close, .ui-jqdialog .widget-header .ui-dialog-titlebar-close, .ui-dialog .widget-header .ui-jqdialog-titlebar-close, .ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
        right: 10px !important;
    }

.ui-accordion .ui-accordion-header {
    color: #478fca;
    font-weight: 400;
    background-color: #F9F9F9;
    border: 1px solid #cdd8e3;
    padding: 8px 8px 9px 24px;
    margin-bottom: 0px;
    font-size: 14px;
    position: relative;
}

    .ui-accordion .ui-accordion-header:hover {
        color: #6ea6cc;
        background-color: #f1f8fd;
    }

    .ui-accordion .ui-accordion-header.ui-state-active {
        color: #4c8fbd;
        background-color: #eef4f9;
        position: relative;
        font-weight: 700;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        text-indent: 0;
        margin-top: 0;
        position: absolute;
        left: 10px;
        top: 7px;
    }

        .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 15px;
            content: "\f0da";
        }

    .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
        content: "\f0d7";
        font-weight: 400;
    }

.ui-accordion .ui-accordion-content {
    border: 1px solid #cdd8e3;
    border-top-width: 0;
    padding: 11px 16px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    border-bottom: 1px solid #C5D0DC;
}

    .ui-tabs .ui-tabs-nav li.ui-state-default > a {
        background-color: #F9F9F9;
        border: 1px solid #C5D0DC;
        border-bottom-width: 0;
        color: #999;
        line-height: 16px;
        margin-right: -1px;
        z-index: 11;
        padding: 8px 12px;
        position: relative;
        top: 2px;
    }

    .ui-tabs .ui-tabs-nav li > a:focus {
        outline: 0;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
        background-color: #FFF;
        border: 1px solid;
        border-color: #4C8FBD #C5D0DC transparent;
        border-top-width: 2px;
        -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
        color: #576373;
        position: relative;
        top: 1px;
    }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #C5D0DC;
    border-top-width: 0;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.ui-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    padding: 3px;
}

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: auto;
    }

    .ui-menu .ui-menu-item {
        padding: 5px 10px 6px;
        color: #444;
        cursor: pointer;
        display: block;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

        .ui-menu .ui-menu-item .ui-menu-icon {
            float: right;
            position: relative;
            left: auto;
            right: 4px;
            bottom: auto;
            text-indent: 0;
        }

            .ui-menu .ui-menu-item .ui-menu-icon:before {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 14px;
                display: inline;
            }

        .ui-menu .ui-menu-item:hover, .ui-menu .ui-state-focus, .ui-menu .ui-state-active, .ui-menu .ui-menu-item:hover > .ui-menu-icon, .ui-menu .ui-state-focus > .ui-menu-icon, .ui-menu .ui-state-active > .ui-menu-icon {
            text-decoration: none;
            background-color: #4f99c6;
            color: #FFF;
            margin: auto;
            font-weight: 400;
        }

            .ui-menu .ui-menu-item:hover .ui-menu-icon, .ui-menu .ui-state-focus .ui-menu-icon, .ui-menu .ui-state-active .ui-menu-icon, .ui-menu .ui-menu-item:hover > .ui-menu-icon .ui-menu-icon, .ui-menu .ui-state-focus > .ui-menu-icon .ui-menu-icon, .ui-menu .ui-state-active > .ui-menu-icon .ui-menu-icon {
                color: #FFF;
            }

    .ui-menu .ui-state-disabled, .ui-menu .ui-state-disabled .ui-menu-icon {
        color: #999;
        cursor: default;
    }

        .ui-menu .ui-state-disabled:hover, .ui-menu .ui-state-disabled.ui-state-focus, .ui-menu .ui-state-disabled.ui-state-active, .ui-menu .ui-state-disabled:hover .ui-menu-icon, .ui-menu .ui-state-disabled.ui-state-focus .ui-menu-icon, .ui-menu .ui-state-disabled.ui-state-active .ui-menu-icon {
            background-color: #FFF;
            color: #999;
        }

.ui-autocomplete {
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.ui-autocomplete-category {
    padding: 6px;
    position: relative;
    background-color: #eef4f9;
    color: #478fca;
    font-weight: bolder;
    border: 1px solid #DAE6ED;
    border-width: 1px 0;
}

.ui-spinner-button {
    border-width: 0 !important;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    width: 18px;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25) !important;
    display: inline-block;
    position: absolute;
    text-align: center;
    padding: 0;
}

    .ui-spinner-button > .ace-icon {
        width: 18px;
        display: inline-block;
    }

.ui-spinner-up {
    top: 0;
    right: 5px;
}

.ui-spinner-down {
    bottom: 3px;
    right: 5px;
}

.ui-spinner-input {
    margin-top: 0;
    padding: 5px;
    max-width: 100px;
    font-size: 14px;
}

.ui-tooltip {
    background-color: #444;
    color: #FFF;
}

.ui-progressbar {
    background-color: #f5f5f5;
    height: 22px;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
    }

        .ui-progressbar .ui-progressbar-value[class=progress-bar] {
            background-color: #2a91d8;
        }

.ui-selectmenu-button {
    border: 1px solid #aaa;
}

    .ui-selectmenu-button[aria-expanded=true] {
        border-color: #4492C9;
    }

    .ui-selectmenu-button span.ui-icon {
        text-indent: 0;
        margin-top: -10px;
    }

    .ui-selectmenu-button .ui-icon:before {
        content: "\f0d7";
        display: inline-block;
        color: #888;
        font-family: FontAwesome;
        font-size: 14px;
    }

.ui-jqgrid .ui-jqgrid-view, .ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table, .ui-jqgrid .ui-pg-selbox {
    font-size: 13px;
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 8px;
}

.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: 8px;
}

.ui-jqgrid-view > .ui-jqgrid-titlebar {
    height: 40px;
    line-height: 24px;
    color: #FFF;
    background: #307ecc;
    padding: 0;
    font-size: 15px;
}

.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
    border-right: none;
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    background-color: #eff3f8;
    border: 1px solid #D3D3D3;
    border-width: 1px 0 0 1px;
    line-height: 15px;
    font-weight: 700;
    color: #777;
    text-shadow: none;
}

.ui-jqgrid .ui-jqgrid-htable thead {
    background-color: #eff3f8;
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
    height: 45px !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: none;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid-titlebar {
    position: relative;
    top: 1px;
    z-index: 1;
}

.ui-jqgrid tr.jqgrow, .ui-jqgrid tr.ui-row-ltr, .ui-jqgrid tr.ui-row-rtl {
    border: none;
}

    .ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-rtl td {
        border-bottom: 1px solid #E1E1E1;
        padding: 6px 4px;
        border-color: #E1E1E1;
    }

.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
    border-right-color: #C7D3A9;
}

.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td {
    border-left-color: #C7D3A9;
}

.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
    background-image: none;
    background-color: #F9F9F9;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
    background-image: none;
    background-color: #EFF4F7;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
    background-color: #E4EFC9;
}

.ui-jqgrid .ui-jqgrid-pager {
    line-height: 15px;
    height: 55px;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    background-color: #eff3f8 !important;
    border-bottom: 1px solid #E1E1E1 !important;
    border-top: 1px solid #E1E1E1 !important;
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 24px;
    height: 20px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ui-jqgrid .ui-pg-selbox {
    display: block;
    height: 24px;
    width: 60px;
    margin: 0;
    padding: 1px;
    line-height: normal;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: visible;
}

.ui-jqgrid .ui-pager-control {
    height: 50px;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
}

.ui-jqgrid .ui-jqgrid-toppager {
    height: auto !important;
    background-color: #eff3f8;
    border-bottom: 1px solid #E1E1E1 !important;
}

.ui-jqgrid .jqgrow .editable {
    max-width: 90%;
    max-width: calc(92%) !important;
}

.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-button .ui-separator {
    margin-left: 4px;
    margin-right: 4px;
    border-color: #C9D4DB;
}

.ui-jqgrid .ui-jqgrid-btable {
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    background-color: #FFF;
    border: 2px solid #8EB8D1;
    color: #E2B018;
}

.ui-jqgrid .ui-search-toolbar {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-labels {
    border-bottom: none;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
    padding: 0 !important;
    border-left: 1px solid #E1E1E1 !important;
}

    .ui-jqgrid .ui-jqgrid-labels th {
        border-right: 1px solid #E1E1E1 !important;
        text-align: left !important;
    }

.ui-jqgrid-labels th[id*="_cb"]:first-child > div {
    padding-top: 0;
    text-align: center !important;
}

.ui-jqgrid-sortable {
    padding-left: 4px;
    font-size: 13px;
    color: #777;
    font-weight: 700;
}

    .ui-jqgrid-sortable:hover {
        color: #547ea8;
    }

th[aria-selected=true] {
    background-image: -webkit-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
    background-image: -o-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
    background-image: linear-gradient(to bottom, #eff3f8 0, #e3e7ed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

    th[aria-selected=true] .ui-jqgrid-sortable {
        color: #307ecc;
    }

.ui-jqgrid .ui-icon {
    text-indent: 0;
    color: #307ecc;
    float: none;
    right: 2px;
}

.rtl .ui-jqgrid .ui-icon {
    right: auto;
    left: 2px;
}

.ui-jqgrid .ui-icon.ui-state-disabled {
    color: #BBB;
}

    .ui-jqgrid .ui-icon.ui-state-disabled:hover {
        padding: 0;
    }

.ui-grid-ico-sort:before {
    display: inline;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
}

.ui-icon-asc:before {
    content: "\f0d8";
}

.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon {
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    position: static;
    float: none;
    margin: 0 2px !important;
    color: gray;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 100%;
}

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:hover {
        color: #699AB5;
        border-color: #699AB5;
    }

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:before {
        width: 20px;
        text-align: center;
        display: inline-block;
    }

.ui-pg-table > tbody > tr > .ui-pg-button.ui-state-disabled .ui-icon {
    color: #B0B0B0;
    background-color: #F7F7F7;
    border-color: #DDD;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ui-jqgrid-btable input, .ui-jqgrid-btable textarea, .ui-jqgrid-btable select {
    padding: 2px;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}

.ui-jqgrid-btable select {
    padding: 1px;
    height: 25px;
    line-height: 25px;
}

.ui-pg-div .ui-icon {
    display: inline-block;
    width: 18px;
    float: none;
    position: static;
    text-align: center;
    opacity: .85;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
}

    .ui-pg-div .ui-icon:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        position: static;
        margin: 0 1px;
    }

    .ui-pg-div .ui-icon:before {
        font-family: FontAwesome;
        display: inline;
    }

.ui-jqgrid .ui-icon-pencil {
    color: #478FCA;
}

    .ui-jqgrid .ui-icon-pencil:before {
        content: "\f040";
    }

.ui-jqgrid .ui-icon-trash {
    color: #DD5A43;
}

    .ui-jqgrid .ui-icon-trash:before {
        content: "\f014";
    }

.ui-jqgrid .ui-icon-disk {
    color: #69AA46;
}

    .ui-jqgrid .ui-icon-disk:before {
        content: "\f00c";
    }

.ui-jqgrid .ui-icon-cancel {
    color: #DD5A43;
}

    .ui-jqgrid .ui-icon-cancel:before {
        content: "\f00d";
    }

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
    font-size: 13px;
    padding: 4px 0 0;
}

    .ui-jqdialog-content .formdata, .ui-jqdialog .ui-jqdialog-content .formdata {
        font-size: 13px;
        padding: 6px 12px;
    }

    .ui-jqdialog-content .form-view-data, .ui-jqdialog .ui-jqdialog-content .form-view-data {
        vertical-align: middle;
        font-size: 13px;
    }

    .ui-jqdialog-content[id*=alertcnt_], .ui-jqdialog .ui-jqdialog-content[id*=alertcnt_] {
        padding: 8px 11px;
    }

    .ui-jqdialog-content .CaptionTD {
        font-size: 12px;
        text-align: right;
        color: #666;
    }

    .ui-jqdialog-content .FormData {
        border-bottom: 1px dotted #E8E8E8;
    }

        .ui-jqdialog-content .FormData:last-child {
            border-bottom: none;
        }

        .ui-jqdialog-content .FormData > td {
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .ui-jqdialog-content input.FormElement {
        width: auto;
    }

    .ui-jqdialog-content select.FormElement {
        padding: 1px;
        height: 25px;
        line-height: 25px;
        width: auto;
    }

    .ui-jqdialog-content td.EditButton {
        padding: 8px;
    }

.EditTable {
    background-color: #eff3f8;
    border-top: 1px solid #D6E1EA !important;
    padding: 8px;
}

    .EditTable tr:first-child {
        display: none;
    }

    .EditTable .navButton .fm-button {
        float: none !important;
        width: auto !important;
        margin: 1px 1px 2px !important;
        background-color: transparent;
        border-radius: 100%;
    }

        .EditTable .navButton .fm-button:hover {
            background-color: transparent;
        }

        .EditTable .navButton .fm-button:focus {
            outline: 0;
        }

        .EditTable .navButton .fm-button .ace-icon {
            display: inline-block;
            color: #999;
            border: 1px solid #AAA;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 100%;
            background-color: #FFF;
        }

        .EditTable .navButton .fm-button:hover .ace-icon {
            color: #699AB5;
            border-color: #699AB5;
        }

        .EditTable .navButton .fm-button.ui-state-disabled .ace-icon, .EditTable .navButton .fm-button.ui-state-disabled:hover .ace-icon {
            color: #BBB;
            border-color: #CCC;
            -moz-transform: scale(0.88);
            -webkit-transform: scale(0.88);
            -o-transform: scale(0.88);
            -ms-transform: scale(0.88);
            transform: scale(0.88);
        }

.FormGrid .EditTable {
    background-color: #FFF;
    border-top: none !important;
    padding: 0;
}

    .FormGrid .EditTable tr:first-child {
        display: none;
    }

.ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea, .ui-jqgrid .ui-jqgrid-view button {
    font-size: 13px;
}

.ui-jqdialog-content .searchFilter select {
    padding: 1px;
    height: 26px;
    line-height: 26px;
    width: auto;
    max-width: 95%;
    margin-bottom: 0;
}

.ui-jqdialog-content .searchFilter .input-elm {
    margin-bottom: 0;
    height: 18px;
    line-height: 18px;
    width: 95% !important;
    padding-left: 1px;
    padding-right: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-jqdialog-content .searchFilter table {
    margin-left: 4px;
}

.ui-jqdialog-content .searchFilter tr td {
    padding: 5px 0;
}

.ui-jqdialog-content .searchFilter .add-group, .ui-jqdialog-content .searchFilter .add-rule, .ui-jqdialog-content .searchFilter .delete-group {
    margin-left: 4px !important;
    font-size: 15px !important;
}

.ui-jqdialog-content .searchFilter .delete-rule {
    border: none;
    background-color: #FFF;
    color: #D15B47;
    font-size: 20px;
    width: 22px;
    line-height: 10px;
    padding: 0;
    text-shadow: none !important;
    display: inline-block;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: .85;
}

    .ui-jqdialog-content .searchFilter .delete-rule:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #B74635;
        opacity: 1;
    }

.ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 11px;
}

    .ui-jqdialog-content .searchFilter .queryresult td.query {
        padding: 6px 11px;
        border: 1px solid #E1E1E1;
        background-color: #EEE;
    }

        .ui-jqdialog-content .searchFilter .queryresult td.query:empty {
            display: none;
        }

.ui-state-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin: 4px 4px 8px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-size: 13px;
}

.ui-jqdialog .ui-widget-header {
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-image: none;
    border-bottom: 1px solid solid;
    color: #669FC7;
    min-height: 38px;
    position: relative;
}

    .ui-jqdialog .ui-widget-header .ui-jqdialog-title {
        line-height: 38px;
        margin: 0;
        padding: 0;
        padding-left: 12px;
        text-align: left;
    }

.widget-header .ui-jqdialog-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-jqdialog .ui-widget-header .widget-header {
    border-bottom: none;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    border-bottom: 1px solid #DDD !important;
}

.fm-button {
    margin: 0 4px;
}

    .fm-button:not(.btn) {
        background-color: #abbac3;
        border-radius: 0;
        box-shadow: none;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 28px;
        padding: 0 12px 1px;
        margin: 0 8px;
        position: relative;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        -webkit-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s;
        vertical-align: middle;
    }

    .fm-button.ui-state-default:hover {
        background-color: #8b9aa3;
    }

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    height: 30px;
    padding-top: 2px;
    white-space: normal;
}

    .ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div {
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
        line-height: 26px;
    }

.ui-jqgrid .ui-jqgrid-titlebar-close {
    top: 10%;
    height: auto;
    padding: 0;
    margin: 2px 8px 0 0;
    text-align: center;
    border-radius: 4px;
}

    .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
        background-color: rgba(255,255,255,.2);
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f077";
        color: #FFF;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
        content: "\f078";
    }

.ui-jqgrid .tree-wrap-ltr {
    margin: 0 4px;
    float: none;
    display: inline;
}

.ui-jqgrid .tree-wrap-rtl {
    margin: 2px 4px 0;
}

.ui-jqgrid .ui-subgrid {
    border-bottom: 1px solid #E1E1E1;
    background-color: #F6FAFF;
}

    .ui-jqgrid .ui-subgrid .ui-jqgrid-btable {
        background-color: #FFF;
    }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv {
        background-color: transparent;
        margin-top: 4px;
    }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels {
            border-bottom: 1px solid #E1E1E1;
            background: #F1F1F1;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected=true] {
            background: #E5E9EF;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable {
            font-size: 12px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize {
            height: 36px !important;
        }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv {
        height: auto !important;
        max-height: 150px;
        margin-bottom: 4px;
        border-top-width: 0;
        border-bottom: 1px solid #E1E1E1;
    }

.ui-jqgrid .ui-sgcollapsed > a:hover {
    text-decoration: none;
}

.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2s 5 ease 1s;
    -webkit-animation: ringing 2s 5 ease 1s;
    -o-animation: ringing 2s 5 ease 1s;
    -ms-animation: ringing 2s 5 ease 1s;
    animation: ringing 2s 5 ease 1s;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}

.icon-animated-vertical {
    display: inline-block;
    -moz-animation: vertical 2s 5 ease 2s;
    -webkit-animation: vertical 2s 5 ease 2s;
    -o-animation: vertical 2s 5 ease 2s;
    -ms-animation: vertical 2s 5 ease 2s;
    animation: vertical 2s 5 ease 2s;
}

@-moz-keyframes vertical {
    0% {
        -moz-transform: translate(0, -3px);
    }

    4% {
        -moz-transform: translate(0, 3px);
    }

    8% {
        -moz-transform: translate(0, -3px);
    }

    12% {
        -moz-transform: translate(0, 3px);
    }

    16% {
        -moz-transform: translate(0, -3px);
    }

    20% {
        -moz-transform: translate(0, 3px);
    }

    22% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes vertical {
    0% {
        -ms-transform: translate(0, -3px);
    }

    4% {
        -ms-transform: translate(0, 3px);
    }

    8% {
        -ms-transform: translate(0, -3px);
    }

    12% {
        -ms-transform: translate(0, 3px);
    }

    16% {
        -ms-transform: translate(0, -3px);
    }

    20% {
        -ms-transform: translate(0, 3px);
    }

    22% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }

    4% {
        transform: translate(0, 3px);
    }

    8% {
        transform: translate(0, -3px);
    }

    12% {
        transform: translate(0, 3px);
    }

    16% {
        transform: translate(0, -3px);
    }

    20% {
        transform: translate(0, 3px);
    }

    22% {
        transform: translate(0, 0);
    }
}

.icon-animated-hand-pointer {
    display: inline-block;
    -moz-animation: hand-pointer 2s 4 ease 2s;
    -webkit-animation: hand-pointer 2s 4 ease 2s;
    -o-animation: hand-pointer 2s 4 ease 2s;
    -ms-animation: hand-pointer 2s 4 ease 2s;
    animation: hand-pointer 2s 4 ease 2s;
}

@-moz-keyframes hand-pointer {
    0% {
        -moz-transform: translate(0, 0);
    }

    6% {
        -moz-transform: translate(5px, 0);
    }

    12% {
        -moz-transform: translate(0, 0);
    }

    18% {
        -moz-transform: translate(5px, 0);
    }

    24% {
        -moz-transform: translate(0, 0);
    }

    30% {
        -moz-transform: translate(5px, 0);
    }

    36% {
        -moz-transform: translate(0, 0);
    }
}

.icon-animated-wrench {
    display: inline-block;
    -moz-animation: wrenching 2.5s 4 ease;
    -webkit-animation: wrenching 2.5s 4 ease;
    -o-animation: wrenching 2.5s 4 ease;
    -ms-animation: wrenching 2.5s 4 ease;
    animation: wrenching 2.5s 4 ease;
    -moz-transform-origin: 90% 35%;
    -webkit-transform-origin: 90% 35%;
    -o-transform-origin: 90% 35%;
    -ms-transform-origin: 90% 35%;
    transform-origin: 90% 35%;
}

@-moz-keyframes wrenching {
    0% {
        -moz-transform: rotate(-12deg);
    }

    8% {
        -moz-transform: rotate(12deg);
    }

    10% {
        -moz-transform: rotate(24deg);
    }

    18% {
        -moz-transform: rotate(-24deg);
    }

    20% {
        -moz-transform: rotate(-24deg);
    }

    28% {
        -moz-transform: rotate(24deg);
    }

    30% {
        -moz-transform: rotate(24deg);
    }

    38% {
        -moz-transform: rotate(-24deg);
    }

    40% {
        -moz-transform: rotate(-24deg);
    }

    48% {
        -moz-transform: rotate(24deg);
    }

    50% {
        -moz-transform: rotate(24deg);
    }

    58% {
        -moz-transform: rotate(-24deg);
    }

    60% {
        -moz-transform: rotate(-24deg);
    }

    68% {
        -moz-transform: rotate(24deg);
    }

    75% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes wrenching {
    0% {
        -webkit-transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
    }

    10% {
        -webkit-transform: rotate(24deg);
    }

    18% {
        -webkit-transform: rotate(-24deg);
    }

    20% {
        -webkit-transform: rotate(-24deg);
    }

    28% {
        -webkit-transform: rotate(24deg);
    }

    30% {
        -webkit-transform: rotate(24deg);
    }

    38% {
        -webkit-transform: rotate(-24deg);
    }

    40% {
        -webkit-transform: rotate(-24deg);
    }

    48% {
        -webkit-transform: rotate(24deg);
    }

    50% {
        -webkit-transform: rotate(24deg);
    }

    58% {
        -webkit-transform: rotate(-24deg);
    }

    60% {
        -webkit-transform: rotate(-24deg);
    }

    68% {
        -webkit-transform: rotate(24deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes wrenching {
    0% {
        -o-transform: rotate(-12deg);
    }

    8% {
        -o-transform: rotate(12deg);
    }

    10% {
        -o-transform: rotate(24deg);
    }

    18% {
        -o-transform: rotate(-24deg);
    }

    20% {
        -o-transform: rotate(-24deg);
    }

    28% {
        -o-transform: rotate(24deg);
    }

    30% {
        -o-transform: rotate(24deg);
    }

    38% {
        -o-transform: rotate(-24deg);
    }

    40% {
        -o-transform: rotate(-24deg);
    }

    48% {
        -o-transform: rotate(24deg);
    }

    50% {
        -o-transform: rotate(24deg);
    }

    58% {
        -o-transform: rotate(-24deg);
    }

    60% {
        -o-transform: rotate(-24deg);
    }

    68% {
        -o-transform: rotate(24deg);
    }

    75% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes wrenching {
    0% {
        -ms-transform: rotate(-12deg);
    }

    8% {
        -ms-transform: rotate(12deg);
    }

    10% {
        -ms-transform: rotate(24deg);
    }

    18% {
        -ms-transform: rotate(-24deg);
    }

    20% {
        -ms-transform: rotate(-24deg);
    }

    28% {
        -ms-transform: rotate(24deg);
    }

    30% {
        -ms-transform: rotate(24deg);
    }

    38% {
        -ms-transform: rotate(-24deg);
    }

    40% {
        -ms-transform: rotate(-24deg);
    }

    48% {
        -ms-transform: rotate(24deg);
    }

    50% {
        -ms-transform: rotate(24deg);
    }

    58% {
        -ms-transform: rotate(-24deg);
    }

    60% {
        -ms-transform: rotate(-24deg);
    }

    68% {
        -ms-transform: rotate(24deg);
    }

    75% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes wrenching {
    0% {
        transform: rotate(-12deg);
    }

    8% {
        transform: rotate(12deg);
    }

    10% {
        transform: rotate(24deg);
    }

    18% {
        transform: rotate(-24deg);
    }

    20% {
        transform: rotate(-24deg);
    }

    28% {
        transform: rotate(24deg);
    }

    30% {
        transform: rotate(24deg);
    }

    38% {
        transform: rotate(-24deg);
    }

    40% {
        transform: rotate(-24deg);
    }

    48% {
        transform: rotate(24deg);
    }

    50% {
        transform: rotate(24deg);
    }

    58% {
        transform: rotate(-24deg);
    }

    60% {
        transform: rotate(-24deg);
    }

    68% {
        transform: rotate(24deg);
    }

    75% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-ms-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-moz-keyframes pulsating {
    0% {
        -moz-transform: scale(1);
    }

    5% {
        -moz-transform: scale(0.75);
    }

    10% {
        -moz-transform: scale(1);
    }

    15% {
        -moz-transform: scale(1.25);
    }

    20% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(0.75);
    }

    30% {
        -moz-transform: scale(1);
    }

    35% {
        -moz-transform: scale(1.25);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes pulsating {
    0% {
        -webkit-transform: scale(1);
    }

    5% {
        -webkit-transform: scale(0.75);
    }

    10% {
        -webkit-transform: scale(1);
    }

    15% {
        -webkit-transform: scale(1.25);
    }

    20% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
    }

    30% {
        -webkit-transform: scale(1);
    }

    35% {
        -webkit-transform: scale(1.25);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes pulsating {
    0% {
        -ms-transform: scale(1);
    }

    5% {
        -ms-transform: scale(0.75);
    }

    10% {
        -ms-transform: scale(1);
    }

    15% {
        -ms-transform: scale(1.25);
    }

    20% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(0.75);
    }

    30% {
        -ms-transform: scale(1);
    }

    35% {
        -ms-transform: scale(1.25);
    }

    40% {
        -ms-transform: scale(1);
    }
}

@keyframes pulsating {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(0.75);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.75);
    }

    30% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.25);
    }

    40% {
        transform: scale(1);
    }
}

.clear {
    clear: both;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop13 {
    margin-top: 13px;
}

.margin0 {
    margin: 0px !important;
}

.divInline-block {
    display: inline-block;
}



/*===================================Responsive CSS styles=======================================*/

.paddingleft-5 {
    padding-left: 5px;
}

.margintop-10 {
    margin-top: 10px;
}

.col-xs-margin-right-1 {
    margin-right: 1px;
}
/*Extra Small*/

.col-xs-padding-2 {
    padding: 2px;
}

.col-xs-padding-right11 {
    padding-right: 11px;
}

.col-xs-margintop-5 {
    margin-top: 5px;
}

.col-xs-margintop-8 {
    margin-top: 8px;
}

.col-xs-margintop-10 {
    margin-top: 10px;
}

.col-xs-marginleft-2 {
    margin-left: 2px;
}

.col-xs-margintop-10 {
    margin-top: 10px;
}

.col-xs-margintop-20 {
    margin-top: 20px;
}

.col-xs-margintop-25 {
    margin-top: 25px;
}

.col-xs-margintop-30 {
    margin-top: 30px;
}

.col-xs-marginbottom-3 {
    margin-bottom: 3px;
}
.col-xs-marginRight-10 {
    margin-right: 10px;
}
.col-xs-overflowAuto {
    overflow: auto;
}




/*Small Devices*/
@media (min-width:768px) {
    .col-sm-padding-2 {
        padding: 2px;
    }

    .col-sm-margintop-5 {
        margin-top: 5px;
    }

    .col-sm-margintop-10 {
        margin-top: 10px;
    }

    .col-sm-margintop-20 {
        margin-top: 20px;
    }

    .col-sm-margintop-25 {
        margin-top: 25px;
    }

    .col-sm-margintop-29 {
        margin-top: 29px;
    }

    .col-sm-margintop-30 {
        margin-top: 30px;
    }

    .col-sm-marginleft-2 {
        margin-left: 2px;
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    .col-smd-margintop-29 {
        margin-top: 29px;
    }
}

@media all and (max-width:991px) {
    .col-xsm-margintop-29 {
        margin-top: 5px;
    }

    .col-xsm-marginleft-15 {
        margin-left: 15px;
    }

    .col-xsm-text-15 {
        margin-left: -15px;
    }
}


@media (max-width:500px) {
    .nav-tabs > li.panel-title > a > span {
        display: none;
    }

    .nav-tabs > li.active > a > span {
        display: inline-block;
        border: 1px solid #337ab7;
        border-bottom-color: transparent;
    }
}


/*Medium Devices*/
@media (min-width:992px) {

    .col-md-padding-2 {
        padding: 2px;
    }

    .col-md-margintop-5 {
        margin-top: 5px;
    }

    .col-md-margintop-3 {
        margin-top: 3px;
    }

    .col-md-margintop-10 {
        margin-top: 10px;
    }

    .col-md-margintop-20 {
        margin-top: 20px;
    }

    .col-md-margintop-25 {
        margin-top: 25px;
    }

    .col-md-margintop-29 {
        margin-top: 29px;
    }

    .col-md-margintop-30 {
        margin-top: 30px;
    }

    .col-md-marginleft-2 {
        margin-left: 2px;
    }

    .col-md-brr-1 {
        border-right: 1px solid #bce8f1;
    }

    .col-md-logbrr-1 {
        border-right: 1px solid #e2e2e2;
    }


    .col-md-paddingright-1 {
        padding-right: 1px;
    }

    .col-md-paddingleft-1 {
        padding-left: 1px;
    }
}
/*Large Devices*/
@media (min-width:1200px) {


    .col-lg-padding-2 {
        padding: 2px;
    }

    .col-lg-margintop-5 {
        margin-top: 5px;
    }

    .col-lg-margintop-10 {
        margin-top: 10px;
    }

    .col-lg-margintop-20 {
        margin-top: 20px;
    }

    .col-lg-margintop-25 {
        margin-top: 25px;
    }

    .col-lg-margintop-26 {
        margin-top: 26px;
    }

    .col-lg-margintop-30 {
        margin-top: 30px;
    }

    .col-lg-marginleft-2 {
        margin-left: 2px;
    }
}

/* To hide the block */
.hideBlock {
    display: none;
}



/*===================================Responsive CSS styles=======================================*/

/*=====Validation Summary CSS styles========*/

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border-radius: 4px;
    margin: 5px;
    padding: 2px 5px;
}

    .validation-summary-errors > ul {
        margin-bottom: 8px;
        margin-top: 8px;
    }

.validation-summary-valid {
    display: none;
}

/*=====Validation Summary CSS styles========*/


/*=========Trip Activity=================*/
.jssort11 {
    position: absolute;
    width: 200px;
    height: 300px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .jssort11 .p {
        position: absolute;
        width: 200px;
        height: 69px;
        background: #181818;
    }

    .jssort11 .tp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .jssort11 .i, .jssort11 .pav:hover .i {
        border: 1px dashed #ffffff;
        height: 65px;
        left: 3px;
        position: absolute;
        top: 3px;
        width: 195px;
    }

    * html .jssort11 .i {
        width /**/: 62px;
        height /**/: 32px;
    }

    .jssort11 .pav .i {
        border: white 1px solid;
    }

    .jssort11 .t, .jssort11 .pav:hover .t {
        position: absolute;
        top: 3px;
        left: 68px;
        width: 129px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fc9835;
        font-size: 13px;
        font-weight: 700;
    }

    .jssort11 .pav .t, .jssort11 .p:hover .t {
        color: #fff;
    }

    .jssort11 .c, .jssort11 .pav:hover .c {
        position: absolute;
        top: 38px;
        left: 3px;
        width: 197px;
        height: 31px;
        line-height: 31px;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        overflow: hidden;
    }

    .jssort11 .pav .c, .jssort11 .p:hover .c {
        color: #fc9835;
    }

    .jssort11 .t, .jssort11 .c {
        transition: color 2s;
        -moz-transition: color 2s;
        -webkit-transition: color 2s;
        -o-transition: color 2s;
    }

    .jssort11 .p:hover .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .pav:hover .c {
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .jssort11 .p:hover, .jssort11 .pav:hover {
        background: #333;
    }

    .jssort11 .pav, .jssort11 .p.pdn {
        background: #462300;
    }

/*=========Trip Activity=================*/
.divInputLabel input[type=radio] {
    margin-left: 5px;
}

.divInputLabel label {
    font-weight: normal !important;
}

.divInputLabel input[type=radio] {
    margin-right: 5px;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border-radius: 4px;
    margin: 5px;
    padding: 2px 5px;
}

    .validation-summary-errors > ul {
        margin-bottom: 8px;
        margin-top: 8px;
    }

.validation-summary-valid {
    display: none;
}



.color-blue {
    color: #5bc0de;
}

.divSquareBlock {
    background: #f7f7f9 none repeat scroll 0 0;
    padding: 20px 20px 30px;
}

@-moz-document url-prefix() {
    .input-group select.form-control2 {
        width: 101%;
    }
}

select.form-control {
    line-height: 28px;
}

select.input-sm {
    line-height: 22px;
}
/*--------------Security Setting------------------*/
#divheading {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    overflow: auto;
    width: 40px;
}

#divShowHide {
    float: left;
    margin: 8px 40px 0px 0px;
    overflow: auto;
}

#divChange {
    float: left;
    margin: 6px 0 0 17px;
    overflow: auto;
    position: relative;
}

#divCancel {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    text-align: left;
}
/*--------------Security Setting------------------*/



.divHelpBorder {
    border-left: 0 none;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.imgCaptchaborderradius {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.account-widget {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .account-widget .icon {
        display: block;
        font-size: 20px;
        line-height: 45px;
        background-color: aliceblue;
        border: 2px solid #45aed6;
        width: 50px;
        border-radius: 50px;
        margin-bottom: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        color: #45aed6;
    }

    .account-widget var {
        display: block;
        height: 64px;
        font-size: 64px;
        line-height: 64px;
        font-style: normal;
    }

    .account-widget label {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0 5px 0;
    }

    .account-widget .options {
        margin-top: 10px;
    }

        .account-widget .options .fb {
            width: 200px;
        }

        .account-widget .options a {
            width: 230px;
            -webkit-transition: width 400ms; /* Safari */
            -webkit-transition-timing-function: linear; /* Safari */
            transition: width 400ms;
            transition-timing-function: linear;
        }

            .account-widget .options a:hover {
                width: 230px;
            }

.divFileuploadHide {
    background-color: #eee;
    opacity: 1;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.brword {
    word-wrap: break-word;
    font-weight: normal;
}

.Width200 {
    width: 200px;
}

.communication {
    font-size: 12px;
    border-radius: 0px;
    padding-top: 9px;
    width: 15%;
    text-align: left;
}

.ManageAutoPay label {
    width: auto !important;
    float: left;
    margin-left: 3px;
    margin-right: 6px;
}

.ManageAutoPay input {
    float: left;
}

.planDetails {
    transition: transform 0.4s, box-shadow 0.1s ease-in;
    border: 1px solid #337ab7;
    position: relative;
    padding: 0px;
    margin-bottom: 25px;
    line-height: 19px;
}

    .planDetails:hover {
        transform: scale(1.02);
        border: 1px solid #337ab7;
        position: relative;
        box-shadow: 0px 0px 0px 2px #004990;
    }

        .planDetails:hover .planSelected:hover {
            background-color: #9d9393;
            color: #fff;
            font-weight: bold;
        }

.planDetailSelected {
    border: 1px solid #337ab7;
    position: relative;
    box-shadow: 0px 0px 0px 2px #004990;
}

.planSelection {
    border: 1px solid #dff0d8;
    background-color: #c1c1c1;
}

    .planSelection:hover {
        background-color: #9d9393;
        color: #fff;
        font-weight: bold;
    }

.planSelected {
    background-color: #9d9393;
    color: #fff;
    font-weight: bold;
}

/* chat */
.floting-chat {
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    display:none;
    right: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

    .floting-chat .chat-box {
        cursor: pointer;
    }

    /* chat */
.floting-chat-pure {
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    display:block;
    right: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

    .floting-chat-pure .chat-box {
        cursor: pointer;
    }

.cancel-icon {
    max-width: 18px;
    cursor: pointer;
}

.cancel-icon2 {
    max-width: 18px;
    cursor: pointer;
}

.send-icon {
    max-width: 20px;
    cursor: pointer;
    margin-top: 7px;
}
.cancel-icon2 path{
    fill:#fff;
}

.chat-container {
    width: 300px;
    /*height: 350px;*/

    background-color: #FFF;
    box-shadow: 1px 4px 11px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    /*border: 2px solid #45aed6;*/
    display: none;
    overflow: hidden;
}

.fullWidth .chat-container {
    width: 380px;
    height: 580px;
}

.post-container {
    font-size: 12px;
    overflow: auto;
    padding: 10px 0;
    height: 260px;
}

.head {
    width: 100%;
    padding: 10px;
    background-color: #45aed6;
    display: table;
}

.hideChat {
    margin-bottom: -313px;
}

    .hideChat #maximizeChat {
        display: none;
    }

.fullWidth.hideChat {
    margin-bottom: -467px;
}
/*.fullWidth .chat-container {
    width: 100%;
}*/

.fullWidth .post-container {
    height: 486px;
}

.addHeightChat {
    margin-bottom: 313px;
}

.fullWidth .addHeightChat {
    margin-bottom: 467px;
}

.chat-container.blue .post-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f0fc+0,ffffff+100 */
    background: #e3f0fc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e3f0fc 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3f0fc 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3f0fc 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f0fc', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.chat-container.red .head {
    background-color: #4989e1;
    border-radius:10px 10px 0 0;
}

.int-chat {
    position: fixed;
    z-index: 9999999;
        bottom: 22px;
    right: 40px;
    cursor: pointer;
}

.showChat{display:block !important}

    .int-chat .bubble {
        background: #0279bb;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        position: relative;
        text-align: center;
        line-height: 30px;
    }

    .int-chat svg path {
        fill: #fff;
    }



.chat-container.red .admin-post:before {
    height: 26px;
    width: 26px;
    background-size: 26px;
    position: absolute;
    left: -30px;
    top: 5px;
}

.title {
    font-size: 16px;
    display: table-cell;
    color: #FFF;
    text-align: left;
    vertical-align: middle;
}

.close-chat {
    display: table-cell;
    text-align: right;
}

    .close-chat img {
        margin-left: 10px;
    }
    .avatar {
          display: inline-block;
    background: #4989e1;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 18px;
    font-size: 18px;
       width: 45px;
    text-align: center;
}
    .avatar.ai{
        background:#999999;
    }
    .chat-content {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}
.admin-post,.user-post {
   
    margin: 5px;
    color: #000;
    margin: 10px 20px;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    clear: both;
    border: 1px solid #ccc;
}

    .admin-post:before {
        content: "";
        
        height: 26px;
        width: 26px;
        background-size: 26px;
        position: absolute;
        left: -30px;
        top: 5px;
    }



.post-message {
    border-top: 1px solid #CCC;
    /*min-height: 60px;*/
}

    .post-message textarea {
        border: 0 none;
        width: calc(100% - 30px);
        resize: none;
        height: 42px;
        outline: 0 none;
        padding: 5px 10px;
        display: inline-block;
        vertical-align: middle;
        color: #000;
    }

.send-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: 0;
    background-color: transparent;
}

    .send-button:disabled {
        opacity: 0.2;
    }

.z-index-999 {
    z-index:999 !important;
}
.z-index-998 {
    z-index:998 !important;
}

.ExtWebPolicy{margin:3%};
.ExtWebPolicy ol li {font-size:18px; font-weight:600;}
p{line-height:20px;}

                        
@media (min-width:1199px) {
    .ntta-logo-hide {
        display:none !important;
    }
    .margin-right9 {
        margin-right:9px !important;
    }
    .main-nav-height {
        height:30px !important;
    }
    
}
@media (max-width:1200px) {
    .roadline-hide {
        display:none !important;
    }
    .ntta-logo-right {
        display:none !important;
    }
     ul#sub-nav li a {
        background-color: #0054a4;
    }
    ul#sub-nav li a:hover {
        background-color: #eea905;
    }

}
#secureFrameWrapper {

    position:relative;
}

#chasePaymentLoading {
   width:100%; 
   height:450px; 
   position:absolute; 
   top:35%;
}