﻿@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);



/*******************************/
/*******  Boilerplate  ********/
select-control

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C''\201D''\2018''\2019';
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button {
    margin: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled] {
        cursor: default;
    }

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type='search']::-webkit-search-cancel-button,
    input[type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: ' (' attr(href)')';
        }

    abbr[title]:after {
        content: ' (' attr(title)')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .jGrowl {
        display: none;
    }
}

small {
    font-size: 85%;
}

a {
    text-decoration: none;
}

    a,
    a:visited,
    a:focus,
    a:active,
    *:visited,
    *:focus,
    *:active {
        outline: none;
        text-decoration: none;
    }

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jqstooltip {
    box-sizing: content-box;
}

.clearfix2:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix2 {
    display: inline-block;
}

html[xmlns] .clearfix2 {
    display: block;
}

* html .clearfix2 {
    height: 1%;
}

.selectclass{

}

/*******************************/
/****** Loading Spinner *******/
.spinner {
    margin: 0;
    width: 70px;
    height: 18px;
    margin: -35px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

#loading {
    z-index: 5555;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
}

    #sb-site .sb-overlay {
        display: none;
    }

.sb-active #sb-site .sb-overlay {
    display: block;
    background: none;
}

#sb-site,
.sb-site-container {
    position: relative;
    /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
    width: 100%;
}


/*******************************/
/********* Animation **********/

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
    /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

[class^='icon-spin-']:before,
[class*=' icon-spin-']:before {
    font-family: 'spinnericon';
}

.icon-spinner:before {
    content: "\f110";
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}


/***************************************/
/***** General and Colour Scheme ******/

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #3e4855;
    background-color: #fff;
    line-height: 1.42857143;
}

label {
    color: #3e4855;
}

h1, h2, h3, h4, h5, h6,
#page-title > h2,
#page-title > p {
    font-family: Arial, sans-serif; /* "Raleway", "Helvetica Neue", Helvetica, */
    font-weight: 300;
    padding-top: 15px;
}

footer {
    text-align: center;
}

p {
    line-height: 1.6em;
    margin: 0;
}

.vpnodisplay {
    display: none;
}

/* Header */

#page-header .breadcrumb-div > a.breadcrumb-text .glyph-icon,
.logo-bg {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: transparent;
    color: #fff;
}

#page-header .breadcrumb-div > a.breadcrumb-text {
    color: #fff;
}

.page-header-bg-gradient {
    background-color: transparent !important;
    background: -moz-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a3cca3), color-stop(100%, #336633));
    background: -webkit-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -o-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: -ms-linear-gradient(-65deg, #a3cca3 0, #336633 100%);
    background: linear-gradient(154deg, #a3cca3 0, #336633 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#87DCDC', endColorstr='#24A09E', GradientType=1);
}
/* Header nav left */

/* Header nav right */
.topheader-nav-right {
    margin-top: 5px !important;
}

#header-nav-right .header-btn .glyph-icon,
#header-nav-right .dropdown > a .glyph-icon {
    color: rgba(255, 255, 255, 0.8);
}

#header-nav-right .header-btn:hover .glyph-icon,
#header-nav-right .dropdown > a:hover .glyph-icon {
    color: rgba(255, 255, 255, 0.95);
}

/*
#header-nav-right .header-btn,
#header-nav-right .dropdown > a {
    border-color: rgba(255, 255, 255, 0.2);
}*/

/*
    #header-nav-right .header-btn:hover,
    #header-nav-right .dropdown > a:hover {
        background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.25);
    }*/

/* Page content */

/*
#page-content {
   background: #fafcfe;
}*/

/* Sidebar menu */

#page-sidebar ul li.header {
    color: #000;
}

/*
#page-sidebar ul li a .glyph-icon {
    color: #0093d9;
}*/

/*
#page-sidebar ul li.sfHover > a.sf-with-ul,
#page-sidebar ul li a:hover {
    border-color: #d1d9dd;
}*/

/* Sidebar submenu */

#sidebar-menu li .sidebar-submenu {
    border-color: #f6f7f8;
    white-space: nowrap;
    overflow: hidden;
}

    #sidebar-menu li .sidebar-submenu ul li {
        border-color: #f8f9fa;
    }

        /*
        #sidebar-menu li .sidebar-submenu ul li span {
            text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
        }*/

        #sidebar-menu li .sidebar-submenu ul li a:hover,
        #sidebar-menu li .sidebar-submenu ul li a.sfActive {
            background: #fcfdfe;
        }

        #sidebar-menu li .sidebar-submenu ul li a.sfActive {
            color: #1c82e1;
            text-decoration-line: none;
        }


.table,
.chosen-disabled .chosen-single,
div.selector,
.content-box-header.bg-default > .ui-tabs-nav li > a,
.content-box-header.bg-gray > .ui-tabs-nav li > a,
.content-box-header.bg-white > .ui-tabs-nav li > a,
.content-box-header > .ui-tabs-nav li.ui-tabs-active > a,
body .content-box-header > .ui-tabs-nav li.ui-tabs-active > a:hover,
.pagination > li > a,
.pagination > li > span,
.btn-link,
a {
    color: #8da0aa;
}


/* Header */

#header-logo {
    height: 40px;
}

#page-header {
    height: 95px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#page-header-1 {
    height: 50px;
}

#page-header-2 {
    height: 45px;
}

#header-logo {
    width: 260px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}

#page-header-1 .logo-content-big,
.logo-content-small {
    background: url('../images/logo_vptol_gf1.png') left 50% no-repeat;
    text-indent: -999em;
    position: relative;
    height: 64px;
    width: 192px;
    left: 3px;
    top: 25px;
    background-size: 180px;
    margin-top: -25px;
    clear: none;
    float: left;
}

.logo-content-small {
    width: 35px;
}

#page-header-1 .flag-content-big,
.flag-content-small {
    background: url('../images/flags-primary.png') left 50% no-repeat;
    text-indent: -999em;
    position: relative;
    height: 45px;
    width: 207px;
    left: 3px;
    top: 25px;
    background-size: 210px;
    margin-top: -22px;
    float: left;
    display: none;
}

.flag-content-small {
    width: 35px;
}

#header-logo .logo-content-small {
    left: 50%;
    margin-left: -17px;
    display: none;
}

#page-header #close-sidebar {
    color: rgba(255,255,255,0.5);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    display: block;
    border-radius: 3px;
    text-align: center;
}

    #page-header #close-sidebar .glyph-icon {
        display: block;
        height: 24px;
        line-height: 24px;
        width: 24px;
    }

    #page-header #close-sidebar:hover {
        color: rgba(255,255,255,0.85);
        background: rgba(255,255,255,0.1);
    }

#header-nav-left {
    float: left;
    margin: 0 15px;
}

#page-header .breadcrumb-div {
    float: left;
    margin: 8px 0 0;
    max-height: 30px;
}

    #page-header .breadcrumb-div > a.breadcrumb-text {
        height: 28px;
        line-height: 28px;
        display: block;
    }

        #page-header .breadcrumb-div > a.breadcrumb-text span {
            margin-right: 10px;
            float: left;
            max-width: 260px;
        }

        #page-header .breadcrumb-div > a.breadcrumb-text .glyph-icon {
            width: 28px;
            line-height: 28px;
            height: 28px;
            float: right;
            text-align: center;
            border-radius: 4px;
            font-size: 16px;
        }

#header-nav-right {
    float: right;
    margin: 0px 20px 0 0;
}

    #header-nav-right .header-btn,
    #header-nav-right > .dropdown {
        margin: 0 0 0 0px;
        float: left;
    }

    /*
    #header-nav-right .header-btn,
    #header-nav-right .dropdown > a {
    }*/

        #header-nav-right .header-btn .small-badge,
        #header-nav-right .dropdown > a .small-badge {
            display: block;
            border: 0 !important;
            top: 0px;
            box-sizing: initial;
            right: 0;
            position: absolute;
            height: 8px;
            width: 8px;
            border-radius: 0;
            border-bottom-left-radius: 9px;
        }

        #header-nav-right .header-btn .glyph-icon,
        #header-nav-right .dropdown > a .glyph-icon {
            text-align: center;
            font-size: 21px;
        }

    #header-nav-right .dropdown-menu.float-right {
        right: 8px;
        top: 49px;
    }

    #header-nav-right a.hdr-btn  {
        float: left;
        height: 28px;
        line-height: 28px;
        display: block;
        /*width: 28px;*/
        text-align: center;
        /*background: rgba(255,255,255,0.05);*/
        border-radius: 3px;
        margin: 8px 10px 0 0;
        color: rgba(255,255,255,0.9);
    }

    .span-hdr-btn {
        float: left;
        height: 28px;
        line-height: 28px;
        display: block;
        /*width: 28px;*/
        text-align: center;
        /*background: rgba(255,255,255,0.05);*/
        border-radius: 3px;
        margin: 8px 10px 0 0;
        color: rgba(255,255,255,0.9);
    }

    #header-nav-right a.hdr-btn:hover span.hdr-btn:hover {
        /*background: rgba(255,255,255,0.15);*/
        color: rgba(255,255,255,1);
    }

.loginuser-btn {
    color: #336633 !important;
    margin-top: 14px !important;
    cursor: default;
}

.su-loginuser-btn {
    color: #2a5d6f !important;
    margin-top: 14px !important;
    cursor: default;
}

#language-btn {
    float: right;
    margin-right: 20px;
    margin-top: 18px !important;
}

#language-btn2 {
    float: left;
    margin-right: 10px;
    margin-top: 18px !important;
}

#logout-btn {
    margin-top: 12px !important;
}


/* Primary brand colors */
/*.brand-color {
    color: #5BA257;*/ /*#00bca4*/
/*}
.brand-background-color {
    background: #5BA257;*/ /*#00bca4*/
/*}
.brand-border-color {
    color: #469ab9; 
}
.brand-font-color {
    color: #ffffff; 
}*/

/* Primary background color */
#loadingbar,
.irs-line-mid,
.irs-line-left,
.irs-line-right,
div.switch-toggle.switch-on,
.bootstrap-switch-primary,
.ui-tabs-nav li.ui-state-active > a,
.ui-tabs-nav li.ui-state-active.ui-state-hover > a,
.ms-hover.ui-state-focus,
.ui-accordion-header.ui-accordion-header-active,
.ui-slider-handle,
.ui-rangeSlider-bar,
/*.ui-dialog-buttonset button,*/
.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li.active:hover,
.form-wizard > ul > li.active .wizard-step,
.ui-spinner .ui-spinner-button:hover,
.ui-menu li > a:hover,
.ms-list .ms-hover,
.chosen-container .chosen-results li.active-result.highlighted,
div[id^='uniform-'] span.checked,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
li.active a.list-group-item,
li.active a.list-group-item:hover,
li.active a.list-group-item:focus,
.label-primary,
.badge-primary,
.fc-event,
.bg-primary,
.btn-primary,
.owl-controls .owl-page span,
#nav-toggle.collapsed span,
#nav-toggle span:before,
#nav-toggle span:after {
    color: #fff;
    background: #5BA257; /*#00bca4*/
}

a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}

/* Button default hover */

.ui-tabs-nav > li.ui-state-hover > a,
.ui-accordion-header.ui-state-hover,
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.open .dropdown-toggle.btn-default,
.open.dropdown-submenu a,
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    color: #2b2f33;
    border-color: #bfc8d1;
    background-color: #f3f3f9;
}

    .btn-default.active .glyph-icon {
        color: #2b2f33 !important;
    }

/* Button primary hover */

.ui-accordion-header.ui-accordion-header-active.ui-state-hover,
.ui-rangeSlider-bar:hover,
.ui-rangeSlider-bar:active,
.ui-slider-handle.ui-state-hover,
.ui-slider-handle.ui-state-active,
/*.ui-dialog-buttonset button:hover,*/
.ui-datepicker td a:hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.bsdatepicker th.next:hover,
.bsdatepicker th.prev:hover,
.bsdatepicker td.active,
.bsdatepicker td.day.active:hover,
.bsdatepicker td span:hover,
.daterangepicker .calendar th.next:hover,
.daterangepicker .calendar th.prev:hover,
.daterangepicker td.active,
.daterangepicker td.available.active:hover,
.label-primary[href]:hover,
.label-primary[href]:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.hover-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active {
    color: #fff !important;
    border-color: #5BA257 !important;
    background-color: #7BB879 !important;
}

/* Default border color */

.thumb-pane,
.mailbox-wrapper .nav-list li a,
.ui-tabs-nav,
.tabs-navigation > ul,
.tabs-navigation > ul li > a,
.tabs-navigation > ul li.ui-state-hover > a,
.ui-accordion .ui-accordion-header,
.panel,
.su-panel,
.panel-group .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-footer + .panel-collapse .panel-body,
.panel-footer,
.panel-heading,
.timeline-box:before,
.timeline-box .tl-item .popover,
.popover-title,
.ui-dialog .ui-dialog-titlebar,
.thumbnail,
.img-thumbnail,
.daterangepicker .calendar-date,
.ui-spinner .ui-spinner-button,
.ms-container .ms-list,
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection,
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container .chosen-drop,
.chosen-container,
.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div,
div[id^='uniform-'] span,
div.selector,
.selector i,
.list-group-item,
.nav-tabs,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table-bordered,
.button-pane,
.ui-datepicker-buttonpane,
.ui-dialog-buttonpane,
.content-box,
.content-box-header.bg-default,
.content-box-header.bg-gray,
.content-box-header.bg-white,
.panel-box.bg-default,
.panel-box.bg-gray,
.panel-box.bg-white,
.panel-content.bg-default,
.panel-content.bg-gray,
.panel-content.bg-white,
.pagination > li > a,
.pagination > li > span,
.dashboard-buttons .btn,
.bg-default,
.fc-state-default,
.fc-widget-header,
.fc-widget-content,
.ui-datepicker .ui-datepicker-buttonpane button,
.btn-default,
.popover-title,
.bordered-row .form-group,
.bg-white.dashboard-box .button-pane,
.bg-white.tile-box .tile-footer,
.mail-toolbar,
.email-body,
.ui-dialog, .ui-datepicker, .dropdown-menu, .popover, .ui-menu, .minicolors-panel,
.jvectormap-label,
.jvectormap-zoomin,
.jvectormap-zoomout,
.posts-list li,
.border-default {
    border-color: #dfe8f1 !important;
    
}


    /* Default background color */
    .label-default,
    .bootstrap-switch-default,
    .ui-accordion-header,
    .panel-heading,
    .panel-footer,
    .tabpanel-heading,
    .ui-dialog .ui-dialog-titlebar,
    .popover-title,
    .ui-datepicker td span,
    .ui-datepicker td a,
    .ui-spinner .ui-spinner-button,
    div[id^='uniform-'] span,
    .bg-default,
    .btn-default,
    .button-pane,
    .mail-toolbar,
    .bg-white.dashboard-box .button-pane,
    .bg-white.tile-box .tile-footer {
        color: #555a60;
        background-color: #FEFEFF;
    }

.font-gray, .text-muted {
    color: #c2c2c2 !important;
}

.font-blue {
    color: #1f6dca !important;
}

.font-blue-br {
    color: #3867d6 !important;
}

.font-red-br {
    color: #e84118 !important;
}

.font-yellow-br {
    color: #fbc531 !important;
}

.font-green-br {
    color: #4cd137 !important;
}

/* Border radius */

.sb-slidebar .chat-box li a,
.sb-slidebar .popover-title,
.ui-menu-item,
div.dataTables_filter input,
.main-header .main-nav.nav-alt li.sf-mega-menu .sf-mega a,
.main-header .main-nav.nav-alt li > ul li a,
.ui-accordion,
.ui-accordion-header,
.panel-group .panel,
.ui-editRangeSlider-inputValue,
.ui-rangeSlider-withArrows .ui-rangeSlider-container,
.ui-rangeSlider-noArrow .ui-rangeSlider-container,
.ui-rangeSlider-bar,
.ui-rangeSlider-label,
.ui-corner-all,
.image-box,
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog-buttonset button,
.input-group-addon.addon-inside,
.ms-list li,
.chosen-container-single .chosen-search input,
div[id^='uniform-'] span,
.nav-tabs.nav-justified > li > a,
.nav > li > a,
.alert-icon,
.progressbar,
.progressbar-value,
.pagination,
.icon-boxed,
.hero-btn,
.main-nav ul li ul li a,
.daterangepicker td,
.daterangepicker th,
.daterangepicker .ranges li,
.daterangepicker .calendar-date,
.daterangepicker,
.ui-datepicker td span,
.ui-datepicker td a,
.bsdatepicker,
.bsdatepicker td,
.bsdatepicker th,
.bsdatepicker td span,
.todo-box li,
.tile-button,
.dropzone,
.btn,
.ui-button,
.ui-tabs,
.ui-dialog,
.ui-dialog-titlebar-close,
.ui-datepicker,
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-buttonpane button,
.jGrowl-notification,
.input,
.form-control,
.select-control,
.dropdown-menu,
.popover,
.minicolors-panel,
.chosen-container,
.chosen-choices li.search-choice,
.chosen-single,
.chosen-choices,
.chosen-results li.highlighted,
.ui-menu li a,
.selector,
.tile-box,
.dashboard-box,
.panel-layout,
.panel-box,
.panel-content,
.content-box,
.content-box-closed,
.content-box-closed .content-box-header,
.form-input-icon .glyph-icon,
.content-box .ui-widget-overlay.loader,
.bootstrap-timepicker-widget table td input,
.button-pane,
.alert,
.tooltip-inner,
.table-rounded,
.info-box-alt,
.notifications-box,
.ui-toolbar select,
.ui-toolbar input,
.info-box,
.dropdown-submenu.float-left > .dropdown-menu,
.nav-list,
.nav-list-horizontal-alt li a {
    border-radius: 3px !important;
}

    .ui-datepicker-title,
    .panel > .list-group:first-child .list-group-item:first-child,
    .panel-heading,
    .tile-header,
    .list-group-item:first-child,
    .pricing-title,
    .ui-dialog .ui-dialog-titlebar,
    .ui-datepicker-header,
    .content-box .content-box-header,
    .ui-tabs-nav,
    .btn-group-vertical > .btn:first-child,
    .notifications-box li:first-child,
    .ui-tabs-nav li > a,
    .nav-list li:first-child a,
    .post-box textarea,
    .popover-title {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .content-box .content-box-wrapper {
        line-height: 1.6em;
        padding: 15px;
    }


/* Mobile navigation */

#mobile-navigation {
    float: left;
    margin: 0;
    position: relative;
    height: 40px;
    padding: 0 65px 0 0;
    text-align: center;
    /*border-right: rgba(255,255,255,0.15) solid 1px;*/
}

    #mobile-navigation #nav-toggle {
        height: 40px;
        width: 70px;
        padding: 0;
        position: absolute;
        /*border-right: rgba(255,255,255,0.15) solid 1px;*/
    }

        #mobile-navigation #nav-toggle span {
            left: 17px;
        }

            #mobile-navigation #nav-toggle span:before,
            #mobile-navigation #nav-toggle span:after {
                left: 0;
            }

    #mobile-navigation .logo-content-small {
        width: 35px;
        display: block;
        left: 85px;
    }

body #nav-toggle span:before,
body #nav-toggle span:after {
    background: #fff;
}

body #nav-toggle.collapsed span:before,
body #nav-toggle.collapsed span:after,
body #nav-toggle.collapsed span {
    background: rgba(255,255,255,0.7);
}

#page-sidebar.collapse.in {
    visibility: visible;
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    background-color: #fff;
    float: none;
    width: 100%;
    position: relative;
}

    #page-sidebar.collapse.in .scroll-sidebar {
        height: auto !important;
    }

    #page-sidebar.collapse.in #sidebar-menu {
        padding: 5px 10px;
    }

/* Sidebar */

#page-sidebar {
    width: 260px;
    float: left;
    position: relative;
    margin-right: -100%;
    z-index: 160;
    background: #fafcfe;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* Sidebar menu */

#sidebar-menu {
    margin: 0;
    padding: 5px 20px;
    list-style: none;
}

    #sidebar-menu li {
        position: relative;
        margin: 2px 0;
    }

        #sidebar-menu li.header {
            text-transform: uppercase;
            font-size: 12px;
            padding: 5px 0;
            font-weight: 700;
        }

        #sidebar-menu li a {
            display: block;
            position: relative;
            line-height: 32px;
            height: 32px;
        }

    #sidebar-menu > li > a {
        padding: 0 10px 0 0;
        border-radius: 3px;
        font-size: 13px;
        border: transparent solid 1px;
        line-height: 35px;
        height: 36px;
    }

        #sidebar-menu > li > a .bs-badge,
        #sidebar-menu > li > a .bs-label {
            position: absolute;
            top: 9px;
            right: 29px;
        }

        #sidebar-menu > li > a .bs-badge {
            top: 8px;
        }

    #sidebar-menu > li.no-menu > a .bs-badge,
    #sidebar-menu > li.no-menu > a .bs-label {
        right: 10px;
    }

#page-sidebar li a.sf-with-ul:after {
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

#page-sidebar li.sfHover > a.sf-with-ul:after {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#page-sidebar.font-inverse #sidebar-menu li.sfHover > a.sf-with-ul,
#page-sidebar.font-inverse #sidebar-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.26);
    color: rgba(255, 255, 255, 0.96);
}

.font-primary,
.btn-link:hover,
#page-sidebar ul li.sfHover > a.sf-with-ul,
a:hover {
    color: #1c82e1;
    text-decoration: none;
}

.MenuItemShowMore span:before,
#page-sidebar li ul li a:before,
#page-sidebar li a .glyph-icon {
    font-size: 18px;
    line-height: 35px;
    display: block;
    float: left;
    width: 30px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    opacity: .30;
    -moz-opacity: .30;
    filter: "alpha(opacity: 30)";
}

.MenuItemShowMore span:before,
#page-sidebar li ul li a:before {
    font-size: 8px;
    width: 18px;
    margin: 0 3px 0 4px;
    height: 32px;
    line-height: 32px;
}

#page-sidebar li a .glyph-icon {
    opacity: .60;
    -moz-opacity: .60;
    filter: "alpha(opacity: 60)";
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#page-sidebar li a:hover .glyph-icon {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}
/* Sidebar sidebar-submenu */

#sidebar-menu li .sidebar-submenu {
    display: none;
    padding: 0;
    width: 100%;
    margin: 10px 0;
    list-style: none;
    border: transparent solid 1px;
    border-radius: 3px;
}

    #sidebar-menu li .sidebar-submenu ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: rgba(255, 255, 255, 0);
    }

        #sidebar-menu li .sidebar-submenu ul li {
            /*border-bottom-width: 1px;
    border-bottom-style: solid;*/
            margin: 0;
        }

#sidebar-menu li ul li:first-child,
#sidebar-menu li ul li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#sidebar-menu li ul li:last-child,
#sidebar-menu li ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#sidebar-menu li .sidebar-submenu ul li:last-child {
    border-bottom: 0;
}

#sidebar-toggle-1 > div.container {
    max-width: 100%;
}


.MenuItemShowMore {
    cursor: pointer;
    color: #8da0aa;
    margin-top: 5px;
    text-align: center;
}

    .MenuItemShowMore span {
        padding-left: 10px;
        /*opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);*/
        color: silver;
    }

/* Page content wrapper */

#page-content-wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 140;
}

#page-content {
    margin-left: 260px;
    padding: 20px 30px;
}

    #page-content > .container {
        margin: 0px;
        padding: 0px;
        max-width: 100%;
    }

.content-centre,
.body-content-centre,
.footer-content-centre {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    position: relative;
}

.body-content-centre,
.footer-content-centre {
    max-width: 800px !important;
}

.body-content-centre {
    min-height: 400px;
    padding-top: 20px !important;
}

.homeTitleText {
    text-align: left;
    padding: 20px;
}

.homeContentDiv {
    padding: 20px;
}

.bigIcon {
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.homeIcon {
    background: #336633 none repeat scroll 0 0; /*53A653*/
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #336633;
    width: 54px;
    height: 50px;
    display: inline-block;
}

.homeIconLinks {
    display: block;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    float: left;
    clear: both;
    padding: 10px 0 10px 10px;
    color: #3e4855;
}

.reportIcon {
    background: #ffffff none repeat scroll 0 0; /*53A653*/
    color: #336633;
    font-size: 28px;
    /*border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #336633;
    padding-right: 5px;
    padding-left: 5px;*/
    opacity: 0.8;
    /*width: 54px;
    height: 50px;*/
    /*display: inline-block;*/
}

.su-icon {
    font-size: 28px;
    opacity: 0.8;
}

/*.su-icon-color {
    background-color: #ffffff;
    color: #3c85a0;
}

.su-icon-color:hover {
    background-color: #ffffff; 
    color: #2a5d6f;
}*/



#backgroundImageSecondary {
    position: absolute;
    right: -20px;
    bottom: 0px;
    z-index: 0;
}

#backgroundImageMain {
    position: absolute;
    left: -100px;
    bottom: 0px;
    z-index: 0;
}

@media screen and (max-width: 4000px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 200px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: 200px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 1100px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 150px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: 150px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 1000px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 100px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: 100px;
        bottom: 0px;
        z-index: 0;
    }
}

@media screen and (max-width: 900px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 50px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: 50px;
        bottom: 0px;
        z-index: 0;
    }
}

@media screen and (max-width: 800px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 700px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: -100px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 600px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: -200px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 500px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: -300px;
        bottom: 0px;
        z-index: 0;
    }
}
@media screen and (max-width: 400px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: -400px;
        bottom: 0px;
        z-index: 0;
    }
}

@media screen and (max-width: 300px) {
    #backgroundImageSecondaryNew {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
    }

    #backgroundImageMainNew {
        position: absolute;
        left: -500px;
        bottom: 0px;
        z-index: 0;
    }
}
/* Page t
    /* Page title */

    #page-title {
        padding: 0 0 23px;
        position: relative;
    }

        #page-title h2 {
            font-size: 22px;
            text-transform: uppercase;
            padding: 0;
            font-weight: 100;
            margin: 0;
            color: #414C59;
        }

        #page-title p {
            opacity: .60;
            -moz-opacity: .60;
            filter: "alpha(opacity: 60)";
        }
    /* Boxed layout */

    .boxed-layout {
        background-color: #fafafa;
    }

        .boxed-layout #page-wrapper {
            background: #fff;
            -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
            overflow: hidden;
        }

        .boxed-layout #page-header,
        .boxed-layout #page-content-wrapper {
            border-left: #fff solid 4px;
            border-right: #fff solid 4px;
        }

        .boxed-layout #page-sidebar {
            margin-left: 4px;
        }

        .boxed-layout .popover {
            min-width: 50px;
        }

        .boxed-layout .dashboard-box .list-grade {
            display: none;
        }

    #page-wrapper {
        margin: 0 auto;
    }

    .nav-divider,
    .divider {
        opacity: .70;
        -moz-opacity: .70;
        filter: "alpha(opacity: 70)";
        background: #dfe8f1;
    }

    .divider {
        overflow: hidden;
        height: 1px;
        margin: 10px 0;
        padding: 0;
    }


    /* Mobile navigation */

    #nav-toggle {
        cursor: pointer;
        background: none;
        border: 0;
        padding: 10px 35px 16px 0px;
        left: 0px;
    }

        #nav-toggle span,
        #nav-toggle span:before,
        #nav-toggle span:after {
            cursor: pointer;
            border-radius: 2px;
            height: 5px;
            width: 35px;
            position: absolute;
            display: block;
            content: '';
        }

        #nav-toggle.collapsed span:before {
            top: -10px;
            transform: rotate(0deg);
        }

        #nav-toggle.collapsed span:after {
            bottom: -10px;
            transform: rotate(0deg);
        }

        #nav-toggle span:before,
        #nav-toggle span:after {
            transition: all 500ms ease-in-out;
        }

        #nav-toggle span {
            background: transparent;
        }

            /*
        #nav-toggle span:before,
        #nav-toggle span:after {
        }*/

            #nav-toggle span:before {
                transform: rotate(45deg);
            }

            #nav-toggle span:after {
                transform: rotate(-45deg);
            }

    /* Dropdown */

    .dropup,
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .ui-dialog,
    .ui-datepicker,
    .dropdown-menu,
    .popover,
    .ui-menu,
    .minicolors-panel {
        position: absolute;
        z-index: 1050 !important;
        top: 105%;
        left: 0;
        display: none;
        float: left;
        min-width: 150px;
        margin: 5px 0 0;
        padding: 5px;
        list-style: none;
        text-align: left;
        border-width: 1px;
        border-style: solid;
        background: #fff;
    }

    .ui-datepicker {
        padding: 0;
    }

    .popover,
    .dropdown-menu,
    .ui-dialog {
        box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2);
    }

    .dropdown-menu {
        font-size: 13px;
        line-height: 1.6em;
        min-width: 100%;
        padding: 5px 0;
        text-transform: none;
        border: 0;
    }

    .dropdown-menu {
        min-width: 250px;
    }

    .dropdown-menu,
    .popover,
    .ui-menu,
    .minicolors-panel {
        top: 100%;
    }

        .dropdown-menu .divider {
            margin: 5px 1px;
        }

        .dropdown-menu.float-right {
            right: 0;
            left: auto;
        }

        .dropdown-menu .header {
            font-size: 11px;
            font-weight: bold;
            line-height: 1.4em;
            margin: 0 0 5px;
            padding: 5px 5px 10px;
            text-transform: uppercase;
            color: #888;
            border-bottom: #dfe8f1 solid 1px;
        }

        .dropdown-menu .dropdown-header {
            font-size: 11px;
            font-weight: 300;
            padding: 5px 15px;
            text-transform: uppercase;
            color: #000;
        }

        .dropdown-menu li {
            position: relative;
        }

            .dropdown-menu li > a,
            .ui-menu li > a {
                font-weight: normal;
                line-height: 20px;
                position: relative;
                display: block;
                clear: both;
                margin: 0;
                padding: 3px 20px 3px 15px;
                padding: 5px 15px;
                cursor: pointer;
                white-space: nowrap;
            }

    .dropdown > .dropdown-menu:before,
    .minicolors-position-bottom .minicolors-panel:before {
        position: absolute;
        top: -7px;
        left: 7px;
        display: inline-block;
        content: '';
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-bottom-color: transparent;
        border-left: 7px solid transparent;
    }

    .dropdown > .dropdown-menu:after,
    .minicolors-position-bottom .minicolors-panel:after {
        position: absolute;
        top: -6px;
        left: 8px;
        display: inline-block;
        content: '';
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .dropdown > .dropdown-menu.float-right:before,
    .dropup > .dropdown-menu.float-right:before,
    .minicolors-position-right .minicolors-panel:before {
        right: 7px;
        left: auto;
    }

    .dropdown > .dropdown-menu.float-right:after,
    .dropup > .dropdown-menu.float-right:after,
    .minicolors-position-right .minicolors-panel:after {
        right: 8px;
        left: auto;
    }

    .dropdown-arrow-center:before {
        left: 50% !important;
    }

    .dropdown-arrow-center:after {
        left: 50% !important;
    }

    .minicolors-inline .minicolors-panel:after,
    .minicolors-inline .minicolors-panel:before {
        display: none;
    }

    .dropdown-dividers {
        padding: 0;
    }

        .dropdown-dividers li {
            padding: 3px;
            border-bottom: #ccc solid 1px;
        }

            .dropdown-dividers li:last-child {
                border-bottom: 0;
            }

            .dropdown-dividers li > a {
                padding: 2px 10px;
            }

    .push-left {
        left: 100% !important;
        margin-left: -30px;
    }

    .open {
        *z-index: 1000;
    }

        .open > .dropdown-menu {
            display: block;
        }

    .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 8px;
    }

    .dropup > .dropdown-menu:before,
    .minicolors-position-top .minicolors-panel:before {
        position: absolute;
        bottom: -7px;
        left: 7px;
        display: inline-block;
        content: '';
        border-top: 7px solid #ccc;
        border-top-color: rgba(0, 0, 0, .2);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .dropup > .dropdown-menu:after,
    .minicolors-position-top .minicolors-panel:after {
        position: absolute;
        bottom: -6px;
        left: 8px;
        display: inline-block;
        content: '';
        border-top: 6px solid #fff;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .minicolors-position-top.minicolors-position-right .minicolors-panel:before {
        right: 6px;
        left: auto;
    }

    .minicolors-position-top.minicolors-position-right .minicolors-panel:after {
        right: 7px;
        left: auto;
    }

    .dropdown-submenu {
        position: relative;
        z-index: 40;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 50%;
            left: 90%;
            margin-top: -6px;
            margin-left: -1px;
            border-radius: 0 4px 4px 4px;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

    .dropup .dropdown-submenu > .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -2px;
        border-radius: 4px 4px 4px 0;
    }

    .dropdown-submenu > a:after {
        position: relative;
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -5px;
        content: ' ';
        opacity: .40;
        border-width: 5px 0 5px 5px;
        border-style: solid;
        border-color: transparent;
        border-left-color: #ccc;
        -moz-opacity: .40;
        filter: "alpha(opacity: 40)";
    }

    .dropdown-submenu.float-left > .dropdown-menu {
        left: -100%;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.float-left {
        float: none !important;
    }

        .dropdown-submenu.float-left > .dropdown-menu {
            left: -110%;
            margin-left: 10px;
            border-radius: 4px 0 4px 4px;
        }

            .dropdown-submenu.float-left > .dropdown-menu.dropdown-dividers {
                margin-left: 20px;
            }

    /* Forms */

    fieldset {
        margin: 0;
        padding: 0;
        border: 0;
    }

    legend {
        font-size: 21px;
        line-height: inherit;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        color: #333;
        border: 0;
        border-bottom: 1px solid #dfe8f1;
    }

    label {
        font-weight: bold;
        display: inline-block;
    }

    input[type='radio'],
    input[type='checkbox'] {
        line-height: normal;
    }

    input[type='file'] {
        display: block;
    }

    select[multiple],
    select[size] {
        height: auto;
    }

    select optgroup {
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
    }

    input[type='file']:focus,
    input[type='radio']:focus,
    input[type='checkbox']:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    input[type='number']::-webkit-outer-spin-button,
    input[type='number']::-webkit-inner-spin-button {
        height: auto;
    }

    output {
        font-size: 14px;
        line-height: 1.428571429;
        display: block;
        padding-top: 7px;
        /*vertical-align: middle;*/
        color: #555;
    }

    div.dataTables_filter input,
    .chosen-container-single .chosen-search input,
    .input,
    .form-control,
    .dataTables_length select,
    .chosen-container-multi,
    .bootstrap-timepicker-widget table td input,
    .ui-toolbar select,
    .ui-toolbar input {
        font-size: 13px;
        display: block;
        float: none;
        background: #fff;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        color: #2b2f33;
        border: #dfe8f1 solid 1px;
        -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
        -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
        box-shadow: inset 1px 1px 3px #f6f6f6;
    }

    .select-control {
        font-size: 13px;
        color: #2b2f33;
        border: #dfe8f1 solid 1px;
        -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
        -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
        box-shadow: inset 1px 1px 3px #f6f6f6;
    }

    .chosen-container-multi.chosen-with-drop.chosen-container-active {
        border: #ddd solid 1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 0 0 transparent;
    }

    div.dataTables_filter input:focus,
    .input:focus,
    .form-control:focus,
    .select-control:focus,
    .chosen-container-active,
    .chosen-container-multi.chosen-container-active,
    .selector.focus,
    .bootstrap-timepicker-widget table td input:focus,
    .ui-toolbar select:focus,
    .ui-toolbar input:focus {
        color: #333;
        border-color: #3da6ff;
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    textarea.form-control {
        height: auto;
    }

    /*.form-group {
        margin-bottom: 15px;
    }*/

        .form-group label {
            margin-bottom: 5px;
        }

        .form-group .switch-toggle {
            margin-top: 6px;
        }

    .radio,
    .checkbox {
        display: block;
        min-height: 20px;
        /*padding-left: 20px;
    vertical-align: middle;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .radio label,
        .checkbox label {
            font-weight: normal;
            display: inline;
            /*margin-bottom: 0;*/
            cursor: pointer;
        }

        .radio input[type='radio'],
        .radio-inline input[type='radio'],
        .checkbox input[type='checkbox'],
        .checkbox-inline input[type='checkbox'],
        .text input[type='text'],
        .text-inline input[type='text'] {
            float: left;
        }

    .text-inline input[type='text'] {
        line-height: 15px;
    }

    .radio + .radio,
    .checkbox + .checkbox,
    .text + .text {
        margin-top: -5px;
    }

    .radio-inline,
    .checkbox-inline,
    .text-inline {
        font-weight: normal;
        line-height: 19px;
        display: inline-block;
        height: 19px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: middle;
    }

        .radio-inline label,
        .checkbox-inline label {
            font-weight: normal;
            line-height: 17px;
        }

        .radio-inline + .radio-inline,
        .checkbox-inline + .checkbox-inline {
            margin-top: 0;
            margin-left: 10px;
        }

        input[type='radio'][disabled],
        input[type='checkbox'][disabled],
        .radio[disabled],
        .radio-inline[disabled],
        .checkbox[disabled],
        .checkbox-inline[disabled],
        fieldset[disabled] input[type='radio'],
        fieldset[disabled] input[type='checkbox'],
        fieldset[disabled] .radio,
        fieldset[disabled] .radio-inline,
        fieldset[disabled] .checkbox,
        fieldset[disabled] .checkbox-inline {
            cursor: not-allowed;
        }

    .input-sm {
        font-size: 12px;
        line-height: 1.5;
        height: 30px;
        padding: 5px 10px;
        border-radius: 3px;
    }

    select.input-sm {
        line-height: 30px;
        height: 30px;
    }

    textarea.input-sm {
        height: auto;
    }

    .input-lg {
        font-size: 18px;
        line-height: 1.33;
        height: 45px;
        padding: 10px 16px;
        border-radius: 6px;
    }

    select.input-lg {
        line-height: 45px;
        height: 45px;
    }

    textarea.input-lg {
        height: auto;
    }

    .form-control-static {
        margin-bottom: 0;
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        color: #737373;
    }

    @media (min-width: 768px) {
        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .form-inline .form-control {
            display: inline-block;
        }

        .form-inline .radio,
        .form-inline .checkbox {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
        }

            .form-inline .radio input[type='radio'],
            .form-inline .checkbox input[type='checkbox'] {
                float: none;
                margin-left: 0;
            }
    }

    .form-horizontal .control-label,
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 7px;
    }

    .form-horizontal > .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: ' ';
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: ' ';
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-control-static {
        padding-top: 7px;
    }

    @media (min-width: 768px) {
        .form-horizontal .control-label {
            text-align: right;
        }
    }

    .input-group {
        position: relative;
        display: table;
        width: 100%;
        border-collapse: separate;
    }

        .input-group.col {
            float: none;
            padding-right: 0;
            padding-left: 0;
        }

        .input-group .form-control {
            width: 100%;
            margin-bottom: 0;
        }

    .input-group-lg > .form-control,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .btn {
        font-size: 18px;
        line-height: 1.33;
        height: 45px;
        padding: 10px 16px;
        border-radius: 6px;
    }

    select.input-group-lg > .form-control,
    select.input-group-lg > .input-group-addon,
    select.input-group-lg > .input-group-btn > .btn {
        line-height: 45px;
        height: 45px;
    }

    textarea.input-group-lg > .form-control,
    textarea.input-group-lg > .input-group-addon,
    textarea.input-group-lg > .input-group-btn > .btn {
        height: auto;
    }

    .input-group-sm > .form-control,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .btn {
        font-size: 12px;
        line-height: 1.5;
        height: 30px;
        padding: 5px 10px;
        border-radius: 3px;
    }

    select.input-group-sm > .form-control,
    select.input-group-sm > .input-group-addon,
    select.input-group-sm > .input-group-btn > .btn {
        line-height: 30px;
        height: 30px;
    }

    textarea.input-group-sm > .form-control,
    textarea.input-group-sm > .input-group-addon,
    textarea.input-group-sm > .input-group-btn > .btn {
        height: auto;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .input-group-addon div[id^='uniform-'] {
            margin: 0 -3px;
        }

    .input-group-addon,
    .input-group-btn {
        width: 1%;
        vertical-align: middle;
        white-space: nowrap;
    }

    .input-group-addon {
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        padding: 6px 12px;
        text-align: center;
        color: #2b2f33;
        background-color: rgba(239, 244, 246, 0.36);
        border: 1px solid #dfe8f1;
        border-radius: 4px;
    }

        .input-group-addon .glyph-icon {
            display: block;
            min-width: 20px;
            margin: 0 -4px;
            text-align: center;
        }

        .input-group-addon.addon-inside {
            line-height: 24px;
            position: absolute;
            top: 5px;
            left: 6px;
            display: block;
            width: 32px;
            height: 24px;
            padding: 0;
            border-width: 1px;
            border-style: solid;
        }

    .input-group-lg .input-group-addon.addon-inside {
        top: 10px;
        left: 10px;
    }

    .input-group-addon.addon-inside .glyph-icon {
        margin: 0;
    }

    .input-group-addon.addon-inside + input {
        padding-left: 48px;
    }

    .input-group-addon.input-sm {
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        font-size: 18px;
        padding: 10px 16px;
        border-radius: 6px;
    }

    .input-group-addon input[type='radio'],
    .input-group-addon input[type='checkbox'] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon.addon-inside:first-child {
        border-right-width: 1px;
        border-right-style: solid;
        border-color: transparent;
    }

    .input-group-btn + .form-control,
    .input-group-addon + .form-control,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

    .input-group-btn {
        position: relative;
        white-space: nowrap;
    }

        .input-group-btn:first-child > .btn {
            margin-right: -1px;
        }

        .input-group-btn:last-child > .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn {
            position: relative;
        }

            .input-group-btn > .btn + .btn {
                margin-left: -4px;
            }

            .input-group-btn > .btn:hover,
            .input-group-btn > .btn:active {
                z-index: 2;
            }

    [data-toggle=buttons] > .btn > input[type=radio],
    [data-toggle=buttons] > .btn > input[type=checkbox] {
        display: none;
    }
    /* Textarea */

    textarea.textarea-no-resize,
    textarea.textarea-autoresize {
        resize: none;
    }

    .textarea-autosize {
        transition: height 0.3s;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
    }

    textarea.form-control {
        line-height: 1.6em;
        padding: 8px 12px;
    }

    textarea.textarea-xs {
        height: 50px;
    }

    textarea.textarea-sm {
        height: 125px;
    }

    textarea.textarea-md {
        height: 200px;
    }

    textarea.textarea-lg {
        height: 275px;
    }



    /* Custom Select */

    div.selector select {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        height: 38px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    button, select {
        text-transform: none;
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: 100%;
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button, select {
        text-transform: none;
    }

    button, input, optgroup, select, textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }


    /* Spinner */

    .ui-spinner {
        position: relative;
        display: block;
    }

        .ui-spinner .ui-spinner-button {
            font-size: 9px;
            line-height: 17px;
            position: absolute;
            right: 0;
            width: 17px;
            height: 17px;
            cursor: pointer;
            text-align: center;
            border-width: 1px;
            border-style: solid;
        }

        .ui-spinner .ui-spinner-up {
            top: 0;
        }

        .ui-spinner .ui-spinner-down {
            bottom: 0;
        }
    /* Row border */

    .bordered-row > .form-group {
        padding: 20px 0;
        margin-bottom: 0;
        border-top-width: 1px;
        border-top-style: dashed;
    }

        .bordered-row > .form-group:last-child {
            padding-bottom: 0;
        }

    .form-group .ui-slider {
        margin-top: 14px;
    }

        .form-group .ui-slider + .input-group {
            margin-top: 20px;
        }

    /* Popovers */
    .popover {
        z-index: 1049;
        top: 0;
        left: 0;
        display: none;
        min-width: 250px;
        margin: 0;
        padding: 0;
    }

        .popover .popover-content {
            padding: 15px;
        }

    .display-block.popover {
        box-shadow: 0 0 0 transparent;
    }

    .popover-title {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 10px 15px;
        text-transform: uppercase;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .popover-title:empty {
            display: none;
        }

    /* Notifications List */

    .notifications-box {
        border: #ddd solid 1px;
    }

        .notifications-box li {
            line-height: 26px;
            position: relative;
            padding: 10px;
            border-bottom: #ebebeb solid 1px;
        }

            .usersetting-text,
            .notifications-box li .notification-text {
                float: left;
                font-size: 12px;
                color: #3e4855 !important;
            }

            .notifications-box li:last-child {
                border-bottom: 0;
            }

            .notifications-box li .icon-notification {
                line-height: 26px;
                float: left;
                width: 26px;
                height: 26px;
                margin: 0 10px 0 0;
                text-align: center;
                border-radius: 50px;
            }

            .notifications-box li .notification-time {
                font-size: 12px;
                float: right;
                margin: 0 5px 0 10px;
                color: #a9a9a9; /*a9a9a9 1f6dca*/
            }

                .notifications-box li .notification-time .notification-link {
                    padding-left: 3px;
                    padding-right: 3px;
                    text-decoration: underline;
                    cursor: pointer;
                }

    /* Alerts */
    .alert .alert-title {
        font-size: 12px;
        font-weight: 700;
        margin: 4px 0 3px;
        padding: 0;
        text-transform: uppercase;
    }

    .alert p:last-child {
        margin: 0;
    }

    .alert p {
        opacity: 0.85;
        padding: 0;
    }

    .alert .alert-icon {
        float: left;
        height: 34px;
        line-height: 34px;
        margin: 5px 10px 0 0;
        text-align: center;
        width: 34px;
    }

    /* Panel */
    .panel-title {
        font-size: 13px !important;
    }

    /* Tab */
    .tab-pane {
        padding: 15px;
    }

    /* Opacity */
    .contentOpacity100 {
        opacity: 1 !important;
        -moz-opacity: 1 !important;
        filter: "alpha(opacity: 100)" !important;
    }

    .contentOpacity80 {
        opacity: .80 !important;
        -moz-opacity: .80 !important;
        filter: "alpha(opacity: 80)" !important;
    }

    .contentOpacity70 {
        opacity: .70 !important;
        -moz-opacity: .70 !important;
        filter: "alpha(opacity: 70)" !important;
    }

    .contentOpacity60 {
        opacity: .60 !important;
        -moz-opacity: .60 !important;
        filter: "alpha(opacity: 60)" !important;
    }

    .contentOpacity50 {
        opacity: .50 !important;
        -moz-opacity: .50 !important;
        filter: "alpha(opacity: 50)" !important;
    }

    .contentOpacity40 {
        opacity: .40 !important;
        -moz-opacity: .40 !important;
        filter: "alpha(opacity: 40)" !important;
    }

    .contentOpacity30 {
        opacity: .30 !important;
        -moz-opacity: .30 !important;
        filter: "alpha(opacity: 30)" !important;
    }

    .contentOpacity20 {
        opacity: .20 !important;
        -moz-opacity: .20 !important;
        filter: "alpha(opacity: 20)" !important;
    }

    .contentOpacity10 {
        opacity: .10 !important;
        -moz-opacity: .10 !important;
        filter: "alpha(opacity: 10)" !important;
    }


    /* Components */
    /* Framework CSS */
    /* Secondary font color */

    .table,
    .chosen-disabled .chosen-single,
    div.selector,
    .content-box-header.bg-default > .ui-tabs-nav li > a,
    .content-box-header.bg-gray > .ui-tabs-nav li > a,
    .content-box-header.bg-white > .ui-tabs-nav li > a,
    .content-box-header > .ui-tabs-nav li.ui-tabs-active > a,
    body .content-box-header > .ui-tabs-nav li.ui-tabs-active > a:hover,
    .pagination > li > a,
    .pagination > li > span,
    .btn-link,
    a {
        color: #8da0aa;
    }
        /* Primary font color */

        .tabs-nav li a:hover,
        .tabs-nav li.active a,
        .features-tour-box h3,
        .font-primary,
        table.dataTable thead th.sorting_asc:after,
        table.dataTable thead th.sorting_desc:after,
        .content-box-header.bg-default > .ui-tabs-nav li > a:hover,
        .content-box-header.bg-gray > .ui-tabs-nav li > a:hover,
        .content-box-header.bg-white > .ui-tabs-nav li > a:hover,
        .btn-link:hover,
        #page-sidebar ul li.sfHover > a.sf-with-ul,
        a:hover {
            color: #1c82e1;
        }

    /********   Validation **********/
    .error-span,
    .small-message-span,
    .parsley-errors-list li {
        font-size: 12px;
        padding-top: 5px;
    }

    .chosen-results, .form-wizard > ul, .nav-list ul, .nav-list-horizontal ul, .parsley-errors-list, .reset-ul, .tabs-navigation > ul, ul.messages-box, ul.notifications-box, ul.progress-box {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    .font-red, .has-error .help-block, .parsley-required, .text-danger {
        color: #ff5757 !important;
    }

    .font-green {
        color: #4CAF50 !important;
    }

    /********   Utils **********/
    /* Floats */

    .pull-left,
    .float-left {
        float: left !important;
    }

    .pull-right,
    .float-right {
        float: right !important;
    }

    .float-none {
        float: none !important;
    }

    .clear-both {
        clear: both;
    }

    .display-inlbl {
        display: inline-block;
    }

    /* Spacing */
    .pad0A {
        padding: 0px !important;
    }

    .pad0T {
        padding-top: 0px !important;
    }

    .pad0L {
        padding-left: 0px !important;
    }

    .pad0R {
        padding-right: 0px !important;
    }

    .pad5T {
        padding-top: 5px !important;
    }

    .pad5B {
        padding-bottom: 5px !important;
    }

    .pad5R {
        padding-right: 5px !important;
    }

    .pad5L {
        padding-left: 5px !important;
    }

    .pad10T {
        padding-top: 10px !important;
    }

    .pad10B {
        padding-bottom: 10px !important;
    }

    .pad10A {
        padding: 10px !important;
    }

    .pad10R {
        padding-right: 10px !important;
    }

    .pad10L {
        padding-left: 10px !important;
    }

    .pad15T {
        padding-top: 15px !important;
    }

    .pad15B {
        padding-bottom: 15px !important;
    }

    .pad15R {
        padding-right: 15px !important;
    }

    .pad15L {
        padding-left: 15px !important;
    }

    .pad20A {
        padding: 20px !important;
    }

    .padContent {
        padding: 10px 20px 0px 20px !important;
    }

    .pad20R {
        padding-right: 20px !important;
    }

    .pad20L {
        padding-left: 20px !important;
    }

    .pad25B {
        padding-bottom: 25px !important;
    }

    .pad25T {
        padding-top: 25px !important;
    }

    .pad30L {
        padding-left: 30px !important;
    }

    .pad30T {
        padding-top: 30px !important;
    }

    .pad31L {
        padding-left: 31px !important;
    }

    .pad35L {
        padding-left: 35px !important;
    }

    .pad35R {
        padding-right: 35px !important;
    }

    .pad36L {
        padding-left: 46px !important;
    }

    .pad46L {
        padding-left: 46px !important;
    }

    .pad86L {
        padding-left: 46px !important;
    }

    .margin0T {
        margin-top: 0px !important;
    }

    .margin0L {
        margin-left: 0px !important;
    }

    .margin0R {
        margin-right: 0px !important;
    }

    .margin0B {
        margin-bottom: 0px !important;
    }

    .margin5T {
        margin-top: 5px !important;
    }

    .margin5B {
        margin-bottom: 5px !important;
    }

    .margin5L {
        margin-left: 5px !important;
    }

    .margin5R {
        margin-right: 5px !important;
    }

    .margin10T {
        margin-top: 10px !important;
    }

    .margin10L {
        margin-left: 10px !important;
    }

    .margin10B {
        margin-bottom: 10px !important;
    }

    .margin10R {
        margin-right: 10px !important;
    }

    .margin15L {
        margin-left: 15px !important;
    }

    .margin20T {
        margin-top: 20px !important;
    }

    .margin20L {
        margin-left: 20px !important;
    }

    .margin30L {
        margin-left: 30px !important;
    }

    .margin-10T {
        margin-top: -10px !important;
    }


    /* Border */
    .full-border {
        border: 1px solid #dfe8f1;
    }

    .no-border {
        border-color: transparent !important;
    }

    .no-border-T {
        border-top-color: transparent !important;
    }

    .no-border-LR {
        border-left-color: transparent !important;
        border-right-color: transparent !important;
    }

    .no-border-radius {
        border-radius: 0 !important;
    }

    .border-T-cell {
        border-top: 1px solid #dfe8f1;
    }

    .border-B-cell {
        border-bottom: 1px solid #dfe8f1;
    }

    .border-R-cell {
        border-right: 1px solid #dfe8f1;
    }

    .border-B-hr {
        border-bottom: 1px solid #eee;
    }

    .border-T-hr {
        border-top: 1px solid #eee;
    }


    .borderReport-t {
        border-top: thin solid black;
    }

    .borderReport-b {
        border-bottom: thin solid black;
    }

    .borderReport-l {
        border-left: thin solid black;
    }

    .borderReport-r {
        border-right: thin solid black;
    }

    /* Margin */
    .no-margin-left {
        margin-left: 0px !important;
    }

    .center-margin {
        float: none !important;
        margin: 0 auto;
    }

    /* Min Height */
    .no-min-height {
        min-height: 0 !important;
    }

    .heightReport50 {
        min-height: 50px;
    }

    /* Text */
    .text-transform-upr {
        text-transform: uppercase;
    }

    .text-center {
        text-align: center !important;
    }

    .font-size-10 {
        font-size: 10px !important;
    }

    .font-size-11 {
        font-size: 11px !important;
    }

    .font-size-12 {
        font-size: 12px !important;
    }

    .font-size-18 {
        font-size: 18px !important;
    }

    .font-size-20 {
        font-size: 20px !important;
    }

    .font-size-23 {
        font-size: 23px !important;
    }

    .font-weight-normal {
        font-weight: normal !important;
    }

    .font-weight-bold {
        font-weight: bold !important;
    }

    .font-style-italic {
        font-style: italic;
    }

    .text-underline {
        text-decoration: underline;
    }

    .text-right {
        text-align: right;
    }

    .width90percent {
        width: 90%;
    }

    /* Others */
    .center-vertical .center-content {
        display: table-cell;
        vertical-align: middle;
    }

    .center-vertical {
        display: table;
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 15;
    }

    .form-wizard > ul,
    .parsley-errors-list,
    .tabs-navigation > ul,
    .reset-ul,
    ul.progress-box,
    ul.messages-box,
    .chosen-results,
    ul.notifications-box,
    .nav-list-horizontal ul,
    .nav-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


    .comments-list li .panel-body:before,
    .comments-list li .panel-body:after,
    .posts-list li:before,
    .posts-list li:after,
    .container:before,
    .container:after,
    #page-wrapper:before,
    #page-wrapper:after,
    .todo-box li:before,
    .todo-box li:after,
    .files-box li:before,
    .files-box li:after,
    .notifications-box li:before,
    .notifications-box li:after,
    .pager:before,
    .pager:after,
    .nav:before,
    .nav:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .content-box-header:before,
    .content-box-header:after,
    .example-box-wrapper:before,
    .example-box-wrapper:after,
    .nav-list li:before,
    .nav-list li:after,
    .tl-row:before,
    .tl-row:after,
    .tl-item:before,
    .tl-item:after,
    .clearfix:before,
    .clearfix:after,
    .info-box:before,
    .info-box:after,
    .button-pane:before,
    .button-pane:after,
    .ui-datepicker-buttonpane:before,
    .ui-datepicker-buttonpane:after,
    .form-input-prepend:before,
    .form-input-prepend:after,
    .form-row:before,
    .form-row:after,
    .btn-group:before,
    .btn-group:after,
    .ui-helper-clearfix:before,
    .ui-helper-clearfix:after,
    .chat-box li:before,
    .chat-box li:after,
    .notifications-box li:before,
    .notifications-box li:after,
    .messages-box li:before,
    .messages-box li:after {
        display: table;
        content: '';
    }

    .comments-list li .panel-body:after,
    .posts-list li:after,
    .container:after,
    #page-wrapper:after,
    .todo-box li:after,
    .files-box li:after,
    .notifications-box li:after,
    .nav:after,
    .pager:after,
    .btn-toolbar:after,
    .content-box-header:after,
    .example-box-wrapper:after,
    .nav-list li:after,
    .tl-row:after,
    .tl-item:after,
    .clearfix:after,
    .info-box:after,
    .button-pane:after,
    .ui-datepicker-buttonpane:after,
    .form-input-prepend:after,
    .form-row:after,
    .btn-group:after,
    .ui-helper-clearfix:after,
    .chat-box li:after,
    .notifications-box li:after,
    .messages-box li:after {
        clear: both;
    }


    /****************************** Filters ***************************************/
    .profHeadingRow {
        padding: 20px;
    }

    .profHeadingName {
        font-weight: bold;
        clear: right;
    }

    .profArrowDiv {
        float: left;
        width: 50px;
    }

    .profOptionRow {
        padding-left: 20px;
    }

    .profOptionText {
        padding-left: 10px;
        float: left;
    }

    .profOptionText1 {
        padding-left: 10px;
        float: left;
        width: 200px;
    }

    .profOptionText2,
    .questionText,
    .responseText {
        padding-left: 10px;
        float: left;
        word-wrap: break-word;
    }

    .colHeaderText,
    .colText,
    .colHeaderTextCenter,
    .colTextCenter {
        float: left;
        word-wrap: break-word;
    }

    .colHeaderText,
    .colHeaderTextCenter {
        display: inline-block;
    }

    .colHeaderTextCenter {
        text-align: center;
    }

    .colTextCenter {
        text-align: center;
    }

    .colHeaderTextLeft {
        text-align: left;
    }

    .colTextLeft {
        text-align: left;
    }

    .colTextTop,
    .colHeaderTextTop {
        vertical-align: text-top;
    }


    /*
.colDate {
}

.toggleLink {
}
*/
    .profUpdateDiv,
    .profCancelDiv,
    .rptButtonDiv {
        /*width: 120px;*/
        width: 130px;
        float: right;
        margin-bottom: 5px;
        text-align: center;
        cursor: pointer;
    }

    .rptButtonDivWide {
        width: 140px !important;
    }

    .btnRightMarginDiv {
        margin-right: 4px;
    }

    .btnRightMarginDiv2 {
        margin-right: 10px;
    }

    .userInput80Per,
    .userInput,
    .userInputLong,
    .searchFilterInput,
    .uploadInput {
        margin-top: -6px;
        margin-left: 10px;
        height: 30px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .searchFilterInput {
        width: 120px !important;
    }

    .searchFilterInputLabel {
        width: 130px;
    }

    .questionRow {
        padding-left: 0px;
        padding-top: 2px;
    }

    .questionNumText {
        padding-left: 10px;
        float: left;
        width: 70px;
    }

    .questionNumText2 {
        padding-left: 10px;
        float: left;
        width: 50px;
    }

    .questRespFilterInput {
        width: 200px !important;
        height: 30px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-top: 4px;
        margin-left: 10px;
    }

    #agerangeListDiv {
        float: left;
        padding-right: 20px;
    }

    /****************************** Reports ***************************************/
    #rptSettings-dropdown,
    .rptSettings-dropdown,
    #profEditSettings-dropdown {
        max-height: 280px;
        overflow-y: auto;
    }

    .usersetting-text {
        max-width: 220px;
        word-wrap: break-word;
    }

    .rpt-popuplink {
        cursor: pointer;
        display: none;
        float: right;
        padding-left: 2px;
        color: #92a0b3;
    }
    /*
.rptdatalinkcell {
    min-width: 30px;
}
*/

    .hWBorder {
        color: white;
        border-top: black thin solid;
    }

    .hvWBorder {
        border-left: black thin solid;
        color: white;
        border-top: black thin solid;
    }

    .vBBorder {
        border-left: black thin solid;
        color: black;
    }

    .hBBorder {
        color: black;
        border-top: black thin solid;
    }

    .vWBorder {
        border-left: black thin solid;
        color: white;
    }


    .reportInput {
        width: 110px !important;
        margin-top: -6px;
        margin-left: 10px;
        height: 30px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    /*
.reportInputLabel {
}
*/
    .rptMarginTAdjusted {
        margin-top: 6px;
    }

    .rptDateDiv {
        float: left;
    }

    .freqQuestRptDiv {
        min-width: 800px;
    }

    /****************************** Users, Managers, Profiles ***************************************/
    #usersListHeader {
        overflow: auto;
        vertical-align: bottom;
        border-bottom: solid 0px #dfe8f1;
        padding: 10px 0px 5px 5px;
    }

    .listTable {
        background-color: #f9fafe;
        border: solid 1px #dfe8f1;
    }

    .listTableRow,
    .listTableRow-alt {
        overflow: auto;
        padding: 3px 2px 2px 0px;
    }

    .listTableRow-alt {
        background-color: #f9f9f9 !important;
    }

    .viewUsersRptDiv,
    .viewProfilesRptDiv,
    .viewUsersRptDiv,
    .qairHistoryRptDiv {
        min-width: 800px;
    }

    .listpanel-body {
        border-bottom: solid 1px #dfe8f1;
    }

    .uploadInput {
        width: 250px !important;
    }

    .uploadInputLabel {
        float: right;
    }

    .userInputDiv {
        padding: 10px 0px 5px 5px;
    }

    .userInput80Per {
        width: 80%;
    }

    .userInput {
        width: 150px !important;
    }

    .userInputLong {
        width: 340px !important;
    }

    .userInputLabel {
        width: 130px;
    }

    .userInputLink {
        text-decoration: underline;
        cursor: pointer;
    }

    .userInputLetter {
        width: 40px !important;
        padding: 0 0 0 5px !important;
        height: auto !important;
    }

    .userInputLabel2 {
        width: 170px;
        min-height: 40px;
    }

    .userInputLabel2-bordermask {
        position: absolute;
        top: -1px;
        left: 1px;
        width: 170px;
        height: 1px;
        background-color: #fff;
    }

    #userManagerDD {
        height: 100px !important;
    }

    #managerList {
        height: 200px;
    }

    .profEditHeading {
        text-align: right;
    }

    .profEditInput {
        width: 200px !important;
        margin-top: 0px;
        height: 30px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .profEditOptionDD {
        width: 200px;
    }

    .userSLCol {
        min-width: 100px;
    }

    .userSLCol2 {
        min-width: 120px;
    }

    #UserSchoolListDiv .listTable {
        min-width: 950px;
    }

    .sortColArrow {
        cursor: pointer;
    }

    .fixcol {
        position: absolute;
    }

    .importUserCBLabel {
        font-weight: normal !important;
        max-width: 160px;
    }

    .linkedOrgChkDiv {
        min-height: 50px !important;
        max-height: 100px !important;
        overflow: auto;
    }

    .goto {
        line-height: normal;
    }

    table#indrptproftbl td,
    table#indrptdatatbl td {
        padding: 2px !important;
    }

    table#indrptdatatbl hr {
        border-color: silver;
    }

    .rptc1 {
        text-align: center;
        padding: 4px;
        border-bottom: solid 1px silver;
        font-weight: bold;
    }

    .rptc12 {
        text-align: center;
        padding: 4px;
        border-bottom: solid 1px silver;
        border-left: solid 1px silver;
        font-weight: bold;
    }

    .rptc2 {
        text-align: right;
        padding-left: 4px;
        padding-right: 8px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: solid 1px silver;
        font-weight: bold;
        vertical-align: middle;
    }

    .rptc22 {
        text-align: center;
        padding: 4px;
        border-bottom: solid 1px silver;
        border-left: solid 1px silver;
        vertical-align: middle;
    }

    .rptc23 {
        text-align: center;
        padding: 4px;
        border-bottom: solid 1px silver;
        vertical-align: middle;
    }

    .rptc3 {
        text-align: right;
        padding-left: 4px;
        padding-right: 8px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-weight: bold;
        vertical-align: middle;
    }

    .rptc32 {
        text-align: center;
        padding: 4px;
        border-left: solid 1px silver;
        vertical-align: middle;
        font-weight: bold;
    }

    .rptc33 {
        text-align: center;
        padding: 4px;
        vertical-align: middle;
        font-weight: bold;
    }

    .formsInputLabel {
    }

    .formsInputError {
        width: 150px !important;
    }

    .formsHeadingBGColor {
        background-color: rgba(223, 232, 241, 1)
    }

    .formsHeadingBGColorYellow {
        background-color: rgba(239, 248, 185, 1)
    }

    .width150 {
        width: 150px !important;
    }

    .btn span.fa-check {
        opacity: 0;
    }

    .btn.active span.fa-check {
        opacity: 1;
    }

    .small-link {
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline;
        cursor: pointer;
    }

    .selected-row {
        color: white;
        background-color: rgba(170, 184, 192, 1);
    }

    .cell-green {
        background-color: rgba(209, 245, 224, 1);
    }

    .long-chk-label {
        width: 400px;
    }

    .yesno-chk-label {
        margin-left: 30px;
    }

    /*  BUTTONS AS LINK START */

    .button-link {
        border: 0px;
        background-color: transparent;
        color: #8da0aa;
        margin: 0px;
        padding: 0px;
    }
        .button-link:hover {
            color: #1c82e1;
        }

/*  HIDE REPORT BUTTONS AND USERS WHEN BLAN QUESTIONNAIRE SELECTED START */
.rpt-object-showhide {
  /*  visibility: visible;*/
}
.rpt-object-show {
    visibility: visible;
}
.rpt-object-hide {
    visibility: hidden;
}
.rpt-object-showhide {
    /*  visibility: visible;*/
}

.rpt-users-show {
    visibility: visible;
}

.rpt-users-hide {
    visibility: hidden;
}

/* myView start */
/*#RptUsersDivOwner .myViewIsGroupOwner {
    color: blue;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: "alpha(opacity: 100)" !important;
}

#RptUsersDivMember .myViewIsGroupOwner {
    color: red;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: "alpha(opacity: 100)" !important;
}

#RptUsersDivMember .myViewIsGroupMember {
    color: green;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: "alpha(opacity: 100)" !important;
}*/
.mvGroupOwners, .mvGroupMembers {
    font-family: monospace;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
}

    /* myView end */
    /* for assistants when answering questionnaire start*/
    /*#panelQuestionnaireAssistants {
    max-height: 500px;
}*/
    @media screen and (max-height: 4000px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 800px;
        }

        .su-response {
            min-height: 50px;
        }
    }

    @media screen and (max-height: 1400px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 700px;
        }

        .su-response {
            min-height: 50px;
        }
    }

    @media screen and (max-height: 1200px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 600px;
        }

        .su-response {
            min-height: 50px;
        }
    }

    @media screen and (max-height: 1000px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 500px;
        }

        /*.su-response {
            min-height: 40px;
        }*/
    }

    @media screen and (max-height: 900px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 400px;
        }

        /*.su-response {
            min-height: 40px;
        }*/
    }

    @media screen and (max-height: 800px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 400px;
        }

        /*.su-response {
            min-height: 40px;
        }*/
    }

    @media screen and (max-height: 700px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 300px;
        }

        /*.su-response {
            min-height: 30px;
        }*/
    }

    @media screen and (max-height: 600px) {
        #panelQuestionnaireAssistants, #panelQuestionnaireThemes {
            max-height: 200px;
        }

        /*.su-response {
            min-height: 30px;
        }*/
    }

    /*@media screen and (max-width: 2000px) {
    #questionnaireBase {
        width: 1800px;
        margin-left: auto;
        margin-right:auto;
    }
}

@media screen and (max-width: 100px) {
    #questionnaireBase {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}*/


    .event-sort-selected {
        color: black;
        font-weight: bold;
        font-size: large;
    }

/*  HELP PANEL */


.helpPanel {
    position: fixed;
    /*bottom: 60px;*/
    top: 180px;
    background-color: white;
    right: 0;
    border: 1px solid black;
    /*z-index: 99;*/
    padding: 8px;
    margin: 8px;
    z-index: 10;
}
.helpPanel div {
    margin-top: 4px;
}

/*  SERVICE USER QUESTIONNAIRE SPEAKER BUTTON STYLES */

.su-question-speaker-button, .su-response-speaker-button, .su-opentext-speaker-button {
    width: 32px;
    height: 32px;
    background: url(/images/ViewpointMyView-Speaker6.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.su-question-speaker-speaking, .su-response-speaker-speaking, .su-opentext-speaker-speaking {
    display: none;
    width: 32px;
    height: 32px;
    background: url(/images/ViewpointMyView-Speaker6M-Speaking.gif);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.su-notepad-speaker-button, .su-assistant-speaker-button {
    width: 24px;
    height: 24px;
    background: url(/images/ViewpointMyView-Speaker6.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.su-notepad-speaker-speaking, .su-assistant-speaker-speaking {
    display: none;
    width: 24px;
    height: 24px;
    background: url(/images/ViewpointMyView-Speaker6M-Speaking.gif);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

    /*  SERVICE USER QUESTIONNAIRE STYLES */
    #questionTextSlider .ui-slider-handle {
        outline: 0;
        background: black;
        width: 5px;
        /*border-radius: 50%;*/
        /*top: -.5em;*/
    }

#questionTextSlider.ui-slider-horizontal {
    height: .1em;
    width: 100%;
    border: none;
    background: #ccc;
    bottom: 0px;
}

#responseTextSlider .ui-slider-handle {
    outline: 0;
    background: black;
    width: 5px;
    /*border-radius: 50%;*/
    /*top: -.5em;*/
}

#responseTextSlider.ui-slider-horizontal {
    height: .1em;
    width: 100%;
    border: none;
    background: #ccc;
    bottom: 0px;
}

#responseSlider .ui-state-default {
}
    #responseSlider .ui-slider-handle {
    /*outline: 0;*/
    /*background: white;*/
    /* width: 20px;*/
    width: 1.8em !important;
    height: 1.8em !important;
    top: -0.8em !important;
    border-radius: 50% !important;
}

#responseSlider span.slider-no-value {
    background: white; 
}


/*#responseSlider.ui-slider-horizontal {
    height: .6em;
    width: 100%;
    border: 2px solid #dfe8f1;
    bottom: 0px;
}*/
/*#questionTextSlider.ui-slider-horizontal {
    top: 1em;
    left: 5%;
    height: .1em;
    width: 90%;
    border: none;
    background: #ccc;
}*/
.su-panel {
    /*border-width: 2px;
    border-color: white;*/
    margin: 3px;
}

    .su-question-wrapper {
        margin: 16px;
    }

    .su-question {
        border-bottom: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #555a60;
        background-color: #FEFEFF;
        padding: 4px 2px;
        overflow: hidden;
    }

    .su-response {
        border-bottom: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #555a60;
        background-color: #FEFEFF;
        padding: 4px 2px;
        overflow: hidden;
        margin: 3px;
    }

    .su-response-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.su-response-image-holder {
}

.su-response-select-background {
    /*background-color: #336633;*/
}

    .su-response-select-border {
        /*border-color: #a3cca3;
    border-width: 2px;*/
        background-color: #a3cca3;
    }

    #suMainContainer {
        position: fixed;
        top: 95px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 165px);
        overflow-y: auto;
        /*background: url(../MVCApp1/Assets/Themes/Images/1024x768/Australian.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    }

    #su-page-header {
        height: 95px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        /* new code below*/
        /*position: fixed;
    top: 0;
    left: 0;
    width: 100vw;*/
        position: sticky;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 200;
    }

    #su-page-content-fixed {
        position: sticky;
        top: 95px;
        /*background-color: white;*/
        z-index: 20;
    }

    #su-page-content {
        height: 100%;
        overflow: hidden;
        margin-bottom: 65px;
    }

    #su-page-footer {
        /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color: white;*/
        width: 100%;
        height: 60px;
        text-align: center;
        bottom: 0px;
        /*margin-left: 145px;*/
        position: fixed; /* <-- */
        z-index: 200;
        background-color: white;
    }

    .su-page-gradient-hr {
        height: 5px;
    }

    /*#su-page-footer-2 {
    position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;
    width: 100%;
    height: 20px;
    bottom: 50px;
}*/

    #su-sidebar-wrapper {
        position: fixed;
        top: 99px;
        left: 4px;
    }
    /* Boxed layout */
    .boxed-layout #su-page-wrapper {
        background: #fff;
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
        overflow: hidden;
    }

    .boxed-layout #su-page-header {
        border-left: #fff solid 4px;
        border-right: #fff solid 4px;
    }

    #su-page-wrapper {
        margin: 0 auto;
        height: 100%;
        min-height: 100%;
    }

        #su-page-wrapper:before,
        #su-page-wrapper:after {
            display: table;
            content: '';
        }

        #su-page-wrapper:after {
            clear: both;
        }



    /*.parent {*/
    /*width: 850px;*/
    /*height: 100%;*/
    /*margin: 0 auto;*/ /*inhoud wordt gecentreerd*/
    /*min-height: 100%;*/
    /*background: url(../MVCApp1/Assets/Themes/Images/1024x768/Australian.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    /*}

.fixed {
    position: sticky;
    top: 0px;
    background: pink;
    height: 95px;
}

.fixed2 {
    position: sticky;
    top: 95px;*/
    /*background: green;*/
    /*background-color: transparent;
}

.content {
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;*/
    /*background: url(../MVCApp1/Assets/Themes/Images/1024x768/Australian.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    /*}

.bottom {
    width: 100%;
    height: 30px;
    text-align: center;
    bottom: 0px;*/
    /*margin-left: 145px;*/
    /*position: fixed;*/ /* <-- */
    /*z-index: 10;
    background-color: blue;
}*/

    .rptButtonDivInverse {
        /*width: 120px;*/
        width: 130px;
        float: right;
        margin-bottom: 5px;
        text-align: center;
        cursor: pointer;
    }

    .btn-primary-inverse {
        color: #5BA257;
        background: #fff; /*#00bca4*/
    }

        .btn-primary-inverse:hover,
        .btn-primary-inverse:focus,
        .btn-primary-inverse:active,
        .btn-primary-inverse.active,
        .open .dropdown-toggle.btn-primary-inverse,
        .btn-primary-inverse.disabled,
        .btn-primary-inverse[disabled],
        .btn-primary-inverse.disabled:hover,
        .btn-primary-inverse[disabled]:hover,
        .btn-primary-inverse.disabled:focus,
        .btn-primary-inverse[disabled]:focus,
        .btn-primary-inverse.disabled:active,
        .btn-primary-inverse[disabled]:active,
        .btn-primary-inverse.disabled.active,
        .btn-primary-inverse[disabled].active {
            color: #7BB879 !important;
            border-color: #5BA257 !important;
            background-color: #fff !important;
        }

    /* FOR SERVICE USER START */
.su-report-btn-color-inverse {
    /*border: solid 2px #3c85a0;*/ /*BrandColour*/
    background: #fff; /*BrandFontColour*/
    color: #3c85a0; /*BrandColour*/
}

    .su-report-btn-color-inverse:hover {
        /*border: solid 2px #2a5d6f;*/ /*GradiantColourDark*/
        color: #2a5d6f; /*GradiantColourDark*/
        text-decoration: none !important;
    }

.su-report-btn-inverse {
    /*border-radius: 3px;*/
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 0.025em;
    padding: 2px 5px 5px 5px;
    text-decoration: none;
}

    .su-report-btn-inverse:active {
        position: relative;
        top: 1px;
    }

.su-btn-color-inverse {
    border: solid 2px #3c85a0; /*BrandColour*/
    background: #fff; /*BrandFontColour*/
    color: #3c85a0; /*BrandColour*/
}

    .su-btn-color-inverse:hover {
        border: solid 2px #2a5d6f; /*GradiantColourDark*/
        color: #2a5d6f; /*GradiantColourDark*/
        text-decoration: none !important;
    }

.su-btn-inverse {
    /*border: solid 2px #3c85a0;
    background: #fff;
    color: #3c85a0;*/
    border-radius: 3px;
    /*display: inline-block;*/
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 0.025em;
    padding: 5px 10px 5px 10px;
    /* min-width: 100px;
    width: 100px;*/
    text-decoration: none;
}

/*.su-btn-inverse:hover {
    border: solid 2px #2a5d6f;
    color: #2a5d6f;
    text-decoration: none !important;
}*/

.su-btn-inverse:active {
    position: relative;
    top: 1px;
}

.su-gradiant-btn-color {
    background-color: transparent; /*BrandColour*/
    color: #fff; /*BrandFontColour*/
}

    .su-gradiant-btn-color:hover {
        border: solid 1px white; /*GradiantColourDark*/
        text-decoration: none !important;
    }

/*.su-btn-color {
    border: solid 2px #3c85a0;*/ /*BrandColour*/
    /*color: #fff;*/ /*BrandFontColour*/
    /*background-color: #3c85a0;*/ /*BrandColour*/
/*}
    .su-btn-color:hover {
        border: solid 2px #2a5d6f;*/ /*GradiantColourDark*/
        /*color: #2a5d6f;*/ /*GradiantColourDark*/
        /*background-color: #59a4c0;*/ /*GradiantColourLight*/
        /*text-decoration: none !important;
    }*/

.su-btn {
   /* border: solid 2px #3c85a0;
    background: #3c85a0;
    color: #fff;*/
    border-radius: 3px;
    /**/display: inline-block;/**/
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 0.025em;
    padding: 5px 10px 5px 10px;
    /*min-width: 100px;
    width: 100px;*/
    text-decoration: none;
}

    .su-btn-nav {
        min-width: 100px;
        width: 100px;
    }

    .su-visible {
        visibility: visible;
    }

    .su-hidden {
        visibility: hidden;
    }

    .su-btn-goto {
        min-width: 70px;
        /* width: 100px;*/
        margin-right: 2px;
        margin-left: 2px;
    }

.su-btn-wide {
    min-width: 140px;
}

    .su-btn:active {
        position: relative;
        top: 1px;
    }

    .q-btn-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .su-question-scroll-background {
        margin: 6px;
        border: 6px solid #3c85a0;
        border-radius: 4px;
    }

    .su-question-noscroll-background {
    }

    .su-report-button-pdf {
        font-size: 1.4em;
        color: red;
    }

    #responseSlider .span {
        position: sticky;
    }

    #spSwitchAssistant:hover {
        font-weight: bold;
        font-size: 14px;
    }

    /* for JQuery input filter */

.container.suquestionnaire {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container.suquestionnaire {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container.suquestionnaire {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container.suquestionnaire {
        width: 100%
    }
}

/* GRID TEMPLATE */

.grid-reportlist-4col-container {
    width: 100%;
    display: grid;
    grid-template-columns: 60px 60px auto 60px;
    gap: 1px;
    background-color: transparent;

    margin-top: auto;
    margin-bottom: auto;
}
.grid-reportlist-3col-container {
    width: 100%;
    display: grid;
    grid-template-columns: 60px 60px auto;
    gap: 1px;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
}
.grid-reportlist-column {
    background-color: transparent;
    color: #000;
    /*padding: 10px;*/
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.fl-hcenter {
    justify-content: center;
}

.fl-hleft {
    justify-content:start;
}

.grid-4-Column-container {
    display: grid;
    grid-template-columns: 80px 200px auto 30px;
    gap: 10px;
    background-color: dodgerblue;
    padding: 10px;
}

    .grid-container > div {
        background-color: #f1f1f1;
        color: #000;
        padding: 10px;
        font-size: 30px;
        /*text-align: ;*/
        vertical-align: central;
    }


/* FOR JQUERY DIALOG */


.no-close .ui-dialog-titlebar-close {
    display: none;
}

/*.no-close .ui-dialog-titlebar {
    color: #fff;*/ /*BrandFontColour*/
    /*background-color: #3c85a0;*/ /*BrandColour*/
/*}
.no-close ui-dialog-buttonset button {
    border: solid 2px #3c85a0;*/ /*BrandColour*/
    /*color: #fff;*/ /*BrandFontColour*/
    /*background-color: #3c85a0;*/ /*BrandColour*/
/*}

    .no-close  ui-dialog-buttonset button:hover {
        border: solid 2px #2a5d6f;*/ /*GradiantColourDark*/
        /*color: #2a5d6f;*/ /*GradiantColourDark*/
        /*background-color: #59a4c0;*/ /*GradiantColourLight*/
        /*text-decoration: none !important;
    }*/

    /* FROM BOOTSTRAP.CSS 6 START */
/*
.hide {
    display: none !important;
}
.hidden {
    display: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 4px \9;
    margin-left: -20px;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
*/
/* panel start */
/*
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

*/
    /* panel end */

    /* glyphicons start */
/*
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-trash:before {
    content: "\e020";
}
*/
    /* glyphicons end */

/* FROM BOOTSTRAP.CSS END */

/* FROM BOOTSTRAP.CSS START */

/* NEW BOOTSTRAP XL COLUMN Start */
/*
@media (min-width: 1480px) {
    .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
        float: left;
    }

    .col-xlg-12 {
        width: 100%;
    }

    .col-xlg-11 {
        width: 91.66666667%;
    }

    .col-xlg-10 {
        width: 83.33333333%;
    }

    .col-xlg-9 {
        width: 75%;
    }

    .col-xlg-8 {
        width: 66.66666667%;
    }

    .col-xlg-7 {
        width: 58.33333333%;
    }

    .col-xlg-6 {
        width: 50%;
    }

    .col-xlg-5 {
        width: 41.66666667%;
    }

    .col-xlg-4 {
        width: 33.33333333%;
    }

    .col-xlg-3 {
        width: 25%;
    }

    .col-xlg-2 {
        width: 16.66666667%;
    }

    .col-xlg-1 {
        width: 8.33333333%;
    }

    .col-xlg-pull-12 {
        right: 100%;
    }

    .col-xlg-pull-11 {
        right: 91.66666667%;
    }

    .col-xlg-pull-10 {
        right: 83.33333333%;
    }

    .col-xlg-pull-9 {
        right: 75%;
    }

    .col-xlg-pull-8 {
        right: 66.66666667%;
    }

    .col-xlg-pull-7 {
        right: 58.33333333%;
    }

    .col-xlg-pull-6 {
        right: 50%;
    }

    .col-xlg-pull-5 {
        right: 41.66666667%;
    }

    .col-xlg-pull-4 {
        right: 33.33333333%;
    }

    .col-xlg-pull-3 {
        right: 25%;
    }

    .col-xlg-pull-2 {
        right: 16.66666667%;
    }

    .col-xlg-pull-1 {
        right: 8.33333333%;
    }

    .col-xlg-pull-0 {
        right: auto;
    }

    .col-xlg-push-12 {
        left: 100%;
    }

    .col-xlg-push-11 {
        left: 91.66666667%;
    }

    .col-xlg-push-10 {
        left: 83.33333333%;
    }

    .col-xlg-push-9 {
        left: 75%;
    }

    .col-xlg-push-8 {
        left: 66.66666667%;
    }

    .col-xlg-push-7 {
        left: 58.33333333%;
    }

    .col-xlg-push-6 {
        left: 50%;
    }

    .col-xlg-push-5 {
        left: 41.66666667%;
    }

    .col-xlg-push-4 {
        left: 33.33333333%;
    }

    .col-xlg-push-3 {
        left: 25%;
    }

    .col-xlg-push-2 {
        left: 16.66666667%;
    }

    .col-xlg-push-1 {
        left: 8.33333333%;
    }

    .col-xlg-push-0 {
        left: auto;
    }

    .col-xlg-offset-12 {
        margin-left: 100%;
    }

    .col-xlg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xlg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xlg-offset-9 {
        margin-left: 75%;
    }

    .col-xlg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xlg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xlg-offset-6 {
        margin-left: 50%;
    }

    .col-xlg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xlg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xlg-offset-3 {
        margin-left: 25%;
    }

    .col-xlg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xlg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xlg-offset-0 {
        margin-left: 0;
    }
}
    */
/* NEW BOOTSTRAP XL COLUMN End */