/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	bottom:20px;
	left:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('../../Content1/images/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../../Content1/images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../../Content1/images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../../Content1/images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	/*left:3px;*/
	background:url(../../Content1/images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../../Content1/images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}

/* a few ie8/9 specific changes */
.navbar .navbar-inner , .navbar .btn-navbar {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.dropdown-menu li > a,
.dropdown-submenu > a  {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.btn {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.progress , .progress .bar {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}




#cboxLoadingGraphic > .ace-icon, #cboxLoadingGraphic > .fa , #cboxLoadingGraphic > .glyphicon {
 display:inline-block;
 background:#FFF url('../../Content1/css/images/loading.gif') no-repeat center; 
}
#cboxLoadingGraphic > .ace-icon:before, #cboxLoadingGraphic > .fa:before, #cboxLoadingGraphic > .glyphicon:before {
 display:none;
}

.widget-box-overlay > .loading-icon {
  display:inline-block;
  width:24px;
  height:24px;
  background:transparent url('../../Content1/css/images/loading.gif') no-repeat center; 
}
.widget-box-overlay > .loading-icon:before {
  display:none;
}


@media (max-width: 991px) {
 .sidebar.responsive {
   display: none;
 }
 .sidebar.responsive.display {
   display: block;
 }
}

.profile-user-info { width: 98%; }
.wysiwyg-toolbar .dropdown-menu { min-width: 260px; }



/* IE9 and below have an issue with left & right borders and RTL */
.rtl .sidebar .nav-list li.active > a:before, .rtl .sidebar .nav-list li.active > a:after {
 direction: ltr;
 text-align: left;
}
.rtl .sidebar .nav-list li > .arrow {
 direction: ltr;
 text-align: left;
}




/* following is for ie8 only */
@media \0screen {
body {
 background-color: #E9E9E9;
}

.sidebar-fixed:before {
 left: 0;
}
/* it doesn't show up in ie8, so let's make it visible at least when inside .container */
.sidebar .nav-list > li:before {
	z-index: 4444;
	left: -3px;
}

.sidebar.navbar-collapse {
  width: 190px;/* @sidebar-width */
  max-height: none;
}


.nav-list > li > .submenu li.open > a > .menu-icon {
  display: inline-block;
}

.ace-nav > li.white-opaque {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 );
}
.ace-nav > li.dark-opaque {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
}

.ace-nav > li.transparent > a:hover,
.ace-nav > li.transparent > a:focus, 
.ace-nav > li.open.transparent > a {
	background-color: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
}

.ace-nav > li.light-10 > a {
	background-color: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19FFFFFF', endColorstr='#19FFFFFF',GradientType=0 );
}
.ace-nav > li.light-10 > a:hover, .ace-nav > li.light-10 > a:focus, .ace-nav > li.open.light-10 > a {
	background-color: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
}

.ace-nav > li.dark-10 > a {
	background-color: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
}
.ace-nav > li.dark-10 > a:hover, .ace-nav > li.dark-10 > a:focus, .ace-nav > li.open.dark-10 > a {
	background-color: transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
}



.navbar .navbar-nav > li  > a:hover,
.navbar .navbar-nav > li  > a:focus,
.navbar .navbar-nav > li.open  > a {
  background-color: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 ) !important;
}



.infobox-dark > .badge {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 ) !important;
}
.widget-box-overlay {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
}
.widget-toolbar-light {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8FFFFFF', endColorstr='#D8FFFFFF',GradientType=0 ) !important;
}

input[type=checkbox].ace , input[type=radio].ace,
label input[type=checkbox].ace , label input[type=radio].ace,
input[type=checkbox].ace.ace-switch , input[type=radio].ace.ace-switch,
label input[type=checkbox].ace.ace-switch , label input[type=radio].ace.ace-switch 
 {
	position: static !important;
	width: auto !important;
	height: auto !important;
	z-index: auto !important;
}

input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl,
input[type=checkbox].ace ~ .lbl, input[type=radio].ace ~ .lbl {
	min-height: auto !important;
	min-width: auto !important;
	width: auto !important;
	height: auto !important;
	position: static !important;
}
input[type=checkbox].ace.ace-switch  {
	width: auto !important;
}
input[type=checkbox].ace.ace-switch + .lbl,
input[type=checkbox].ace.ace-switch ~ .lbl {
	margin: 0 !important;
	min-height: auto !important;
}


[class*="input-"] {
	max-width: none !important;
}



.wizard-steps li:first-child:before {
 max-width:100%;
 left:0;
}

.login-layout .widget-box {
 display:none;
 visibility:visible;
 position:static;
}

.login-layout .widget-box.visible {
 display:block;
}
.pricing-box-small:hover {
    left:-1px;
	top:-3px;
}


.ace-thumbnails > li > a > img{
 width:auto !important;
}
.ace-thumbnails > li > :first-child > .text{
 display:none;
}
.ace-thumbnails > li:hover > :first-child  > .text{
 display:block;
}
.ace-thumbnails > li > .tools{
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
}
.ace-thumbnails > li > :first-child > .text{
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
}



.btn.btn-app.btn-light {
  border: 1px solid #D9D9D9;
}
.btn.btn-app.btn-yellow {
  border: 1px solid #FEE188;
}


.widget-box-overlay {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
}
.ace-file-overlay {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F000000', endColorstr='#7F000000',GradientType=0 ) !important;
}
.ace-file-overlay  > .ace-icon, .ace-file-overlay  > .fa, .ace-file-overlay  > .glyphicon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url('../../Content1/css/images/loading.gif') no-repeat center; 
}
.ace-file-overlay  > .ace-icon:before, .ace-file-overlay  > .fa:before, .ace-file-overlay  > .glyphicon:before {
  display: none;
}


.grid3 {
 width:31%;
}
.grid4 {
 width:23%;
}

.itemdiv.dialogdiv > .body:before{
 display:none;
}

.fc-event-hori, .fc-event-vert {
 border-width: 0 !important;
}


[class*="tab-color-"] .nav-tabs > li > a > .ace-icon:first-child,
[class*="tab-color-"] .nav-tabs > li > a > .fa:first-child 
 {
 color: #666 !important;
}


.dropdown-preview > .dropdown-menu {
 *width: 180px;
}

/*jquery ui*/
.ui-datepicker , .ui-autocomplete , .ui-menu{
  border:1px solid #CCC;
}
.ui-widget-overlay  {
  filter:alpha(opacity=100) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#44000000',GradientType=0 ) !important;
}


.message-content {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
}



/* semi transparent gritter backgrounds */
.gritter-item-wrapper {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA323232', endColorstr='#EA323232',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-item-wrapper.gritter-info {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA315185', endColorstr='#EA315185',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-item-wrapper.gritter-error {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA992812', endColorstr='#EA992812',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-item-wrapper.gritter-success {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA59834B', endColorstr='#EA59834B',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-item-wrapper.gritter-warning {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EABE701F', endColorstr='#EABE701F',GradientType=0 ) !important; /* IE6-9 */
}

.gritter-item-wrapper.gritter-light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-info.gritter-light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2E8F2FF', endColorstr='#F2E8F2FF',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-error.gritter-light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FFEBEB', endColorstr='#F2FFEBEB',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-success.gritter-light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2EFFAE3', endColorstr='#F2EFFAE3',GradientType=0 ) !important; /* IE6-9 */
}
.gritter-warning.gritter-light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FCF8E3', endColorstr='#F2FCF8E3',GradientType=0 ) !important; /* IE6-9 */
}




.widget-header .wysiwyg-toolbar .btn-group > .btn , .widget-body .md-header .btn  {
  background:transparent none !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 ) !important;
}
.widget-header .wysiwyg-toolbar .btn-group > .btn.active , .widget-body .md-header .btn-inverse {
  background:transparent none !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ) !important;
}
.widget-body .md-header .btn  , .widget-body .md-header .btn-inverse {
	display:none;
}


.scroller-bar , .scroller-active .scroller-bar {
 display: none;	
}
.scroller-active:hover .scroller-bar,
.scroller-active .scroller-bar.active,
.scroller-active .scroller-bar:active,
.nav-wrap:hover + .scroller-active .scroller-bar {
 display: block;
}



.ace-settings-box {
 display: none;
}
.ace-settings-box.open {
 display: block;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}


}
.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
}

.gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

@media only screen and (max-width: 767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #F7F8FA;
    border-collapse: separate;
    border: 1px solid #BBC0CA;
    padding: 4px;
    box-sizing: content-box;
    overflow-y: scroll;
    overflow-x: hidden;
    outline: none;
}

    .wysiwyg-editor:focus {
        background-color: #FFF;
    }

.wysiwyg-toolbar {
    line-height: 33px;
    margin: 0 !important;
    position: relative;
}

    .wysiwyg-toolbar .dropdown-menu {
        text-align: left;
    }

    .wysiwyg-toolbar .btn-group {
        float: none !important;
        font-size: 0;
    }

        .wysiwyg-toolbar .btn-group > .btn {
            float: none;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            margin-left: 1px;
            /**
		&.active:after {
			border-color: transparent;
			border-style: solid;
			border-top-color: inherit;
			border-width: 6px 14px;
			bottom: -13px;
			left: 0;
			right: 0;
		}
		*/
        }

            .wysiwyg-toolbar .btn-group > .btn > .ace-icon:first-child {
                font-size: 14px;
                width: 25px;
                max-width: 25px;
                display: inline-block;
                border-width: 1px !important;
            }

            .wysiwyg-toolbar .btn-group > .btn.dropdown-toggle > .ace-icon:last-child {
                margin-right: 4px;
            }

.wysiwyg-style1 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style1 .btn-group > .inline > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
    margin: 0 !important;
    background: #FFF !important;
    border-width: 0 !important;
    color: #ADB3BE !important;
    text-shadow: none !important;
}

    .wysiwyg-style1 .btn-group > .btn.active,
    .wysiwyg-style2 .btn-group > .btn.active,
    .wysiwyg-style1 .btn-group > .inline > .btn.active,
    .wysiwyg-style2 .btn-group > .inline > .btn.active {
        color: #5B80CE !important;
    }

        .wysiwyg-style1 .btn-group > .btn.active:after,
        .wysiwyg-style2 .btn-group > .btn.active:after,
        .wysiwyg-style1 .btn-group > .inline > .btn.active:after,
        .wysiwyg-style2 .btn-group > .inline > .btn.active:after {
            display: none;
        }

.wysiwyg-style1 .btn-group,
.wysiwyg-style2 .btn-group {
    position: relative;
}

    .wysiwyg-style1 .btn-group:after,
    .wysiwyg-style2 .btn-group:after {
        display: block;
        content: "";
        position: absolute;
        left: -2px;
        top: 6px;
        bottom: 6px;
        width: 0;
        max-width: 0;
        border-left: 1px solid #E1E6EA;
    }

    .wysiwyg-style1 .btn-group:first-child:after,
    .wysiwyg-style2 .btn-group:first-child:after {
        display: none;
    }

.wysiwyg-style2 {
    background-color: #E5E5E5;
}

    .wysiwyg-style2 + .wysiwyg-editor {
        border-color: #DDD;
        background-color: #FFF;
        border-top: none;
    }

    .wysiwyg-style2 .btn-group > .btn,
    .wysiwyg-style2 .btn-group > .inline > .btn {
        margin: 0 1px 0 0 !important;
        background: #FFF !important;
        border: none !important;
        color: #8D939E !important;
        text-shadow: none !important;
    }

        .wysiwyg-style2 .btn-group > .btn.active,
        .wysiwyg-style2 .btn-group > .inline > .btn.active {
            color: #FFF !important;
            background: #6AAEDF !important;
        }

    .wysiwyg-style2 .btn-group:after {
        display: none;
    }

.wysiwyg-toolbar .btn-colorpicker {
    width: 24px;
    height: 24px;
    position: relative;
    background: #87B87F;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
    /*  FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cf3e73), color-stop(20%, #ffffff), color-stop(30%, #2283c5), color-stop(40%, #ffffff), color-stop(50%, #87b87f), color-stop(60%, #ffffff), color-stop(70%, #ffb752), color-stop(80%, #ffffff), color-stop(90%, #d15b47), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF3E73', endColorstr='#FFB752', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
    /* W3C */
}

.wysiwyg-toolbar .dropdown-colorpicker > .dropdown-menu {
    top: auto;
}

.wysiwyg-toolbar input[type=file] {
    position: fixed;
    z-index: -10;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    display: block;
}

.wysiwyg-toolbar .wysiwyg-choose-file {
    display: inline-block;
    width: auto;
    margin: 4px auto 0;
    padding-left: 5px;
    padding-right: 5px;
}

.wysiwyg-toolbar .dropdown-menu input[type=text] {
    margin-left: 8px;
    margin-bottom: 0;
}

    .wysiwyg-toolbar .dropdown-menu input[type=text].form-control {
        min-width: 150px;
    }

.wysiwyg-toolbar .dropdown-menu .btn {
    margin-right: 8px;
    margin-left: 8px;
}

.wysiwyg-style1 .btn-colorpicker {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for adding image resize functionality in chrome and safari */
    .wysiwyg-editor img {
        display: inline !important;
    }

    .wysiwyg-editor .ui-wrapper {
        border: 1px dotted #D00;
        overflow: visible !important;
        /* because it's image only, so it's ok */
        display: inline-block !important;
        vertical-align: middle;
    }

        .wysiwyg-editor .ui-wrapper:after {
            content: "";
            display: block;
            position: absolute;
            right: -3px;
            bottom: -3px;
            width: 7px;
            height: 7px;
            border: 1px solid #D00;
            background-color: #FFF;
            z-index: 1;
        }
}
/* inside widget */
.widget-header .wysiwyg-toolbar {
    background-color: transparent;
}

    .widget-header .wysiwyg-toolbar .btn-group > .btn,
    .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.25) !important;
        color: #FFF !important;
        min-width: 32px;
        border-width: 1px !important;
        border-radius: 4px !important;
        padding: 2px 1px 4px;
    }

        .widget-header .wysiwyg-toolbar .btn-group > .btn.active,
        .widget-header .wysiwyg-toolbar .btn-group > .inline > .btn.active {
            background: rgba(0, 0, 0, 0.25) !important;
        }

.widget-body .wysiwyg-editor {
    border-width: 0;
}

.wysiwyg-speech-input {
    width: 20px !important;
    color: transparent !important;
    background: transparent none !important;
    border-width: 0 !important;
    -moz-transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -o-transform: scale(2.0, 2.0);
    -ms-transform: scale(2.0, 2.0);
    transform: scale(2.0, 2.0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

    .wysiwyg-speech-input:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.widget-body .md-header {
    margin-top: -30px;
    margin-left: 9px;
}

    .widget-body .md-header .btn {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.25) !important;
        color: #FFF !important;
        text-align: center;
        min-width: 32px;
        border-width: 1px !important;
        border-radius: 4px !important;
        padding: 2px 4px 4px;
    }

        .widget-body .md-header .btn > .ace-icon {
            font-size: 14px;
            width: 25px;
            max-width: 25px;
            display: inline-block;
        }

    .widget-body .md-header .btn-inverse {
        background: rgba(0, 0, 0, 0.25) !important;
        padding-right: 5px;
        margin-left: 4px;
    }

.widget-body .md-preview {
    padding: 8px;
    min-height: 200px;
}

.widget-body .md-input {
    border: none !important;
    box-shadow: none !important;
    display: block;
    margin-bottom: 0;
    background-color: rgba(48, 126, 204, 0.07);
    padding: 8px;
    width: 100%;
}

    .widget-body .md-input:focus {
        background-color: #FFF;
        box-shadow: none !important;
    }

.editable-container .popover-title {
    color: #438EB9;
}

.editable-click {
    border-bottom: 1px dashed #BBB;
    cursor: pointer;
    font-weight: normal;
}

img.editable-click {
    border: 1px dotted #BBB;
}

.editable-click:hover {
    border-color: #0088CC;
    color: #0088CC;
}

img.editable-click:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.editable-buttons,
.editable-input {
    display: inline-block;
}

.editable-buttons {
    margin-left: 1px;
}

    .editable-buttons .btn {
        padding: 0;
        width: 28px;
        line-height: 24px;
        border-width: 3px;
        font-size: 12px;
        margin: 0 1px 0 0;
    }

        .editable-buttons .btn > .ace-icon {
            margin: 0;
        }

.editable-clear-x {
    cursor: pointer;
    color: #888;
    background: none;
}

    .editable-clear-x:hover {
        color: #D15B47;
    }

    .editable-clear-x:before {
        display: inline-block;
        content: "\f057";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        margin-top: -9px;
        width: 16px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

.editable-input .ace-spinner {
    margin-right: 8px;
}

    .editable-input .ace-spinner .spinner-input {
        width: 100%;
    }

.editable-inline .editable-slider {
    margin-top: 10px;
    margin-right: 4px;
}

.editable-popup .editable-slider {
    display: block;
    margin-bottom: 16px;
    margin-top: 4px;
}

.editable-slider input[type=text] {
    display: none;
}

.editable-slider input[type=range] {
    outline: none !important;
}

.editable-input .ace-file-input {
    display: block;
}

.editable-image .ace-file-multiple .ace-file-container.selected {
    border-color: transparent;
}

.editable-image + .editable-buttons,
.editable-wysiwyg + .editable-buttons {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.editable-wysiwyg {
    width: 95%;
}

    .editable-wysiwyg .wysiwyg-editor {
        height: auto;
        overflow-y: hidden;
    }

.editableform .input-append.dropdown-menu {
    display: none;
}

.editableform .open .input-append.dropdown-menu {
    display: block;
}

.editable-container .editableform {
    margin-bottom: 10px;
}

.editable-inline .editableform {
    margin-bottom: 0;
}

.editableform .control-group {
    display: block;
}

.editableform-loading {
    background: none;
}

    .editableform-loading .ace-icon,
    .editableform-loading .progress {
        position: relative;
        top: 35%;
    }

.input-group.date .input-group-addon {
    cursor: pointer;
}

.datepicker td,
.daterangepicker td,
.datepicker th,
.daterangepicker th {
    border-radius: 0 !important;
    font-size: 13px;
}

    .datepicker td.active,
    .daterangepicker td.active,
    .datepicker td.active:hover,
    .daterangepicker td.active:hover {
        background: #c9a164 !important;
    }
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
     color: #000000;
    background-color: #f1c684;
    border-color: #f1c684;
}
        .datepicker td.active.disabled,
        .daterangepicker td.active.disabled,
        .datepicker td.active.disabled:hover,
        .daterangepicker td.active.disabled:hover {
            background: #8b9aa3 !important;
        }

.datepicker td,
.datepicker th {
    min-width: 32px;
}

.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: auto;
}

.daterangepicker .calendar-date {
    border-radius: 0;
}

.datepicker-months .month,
.datepicker-years .year {
    border-radius: 0 !important;
}

    .datepicker-months .month.active,
    .datepicker-years .year.active,
    .datepicker-months .month.active:hover,
    .datepicker-years .year.active:hover,
    .datepicker-months .month.active:focus,
    .datepicker-years .year.active:focus,
    .datepicker-months .month.active:active,
    .datepicker-years .year.active:active {
        background-image: none !important;
        background-color: #2283c5 !important;
    }

.bootstrap-timepicker-widget table td input {
    width: 32px;
}

.well .datepicker table tr td.day:hover {
    background-color: #7d8893;
    color: #FFF;
}

.bootstrap-timepicker-widget table td a:hover {
    border-radius: 0;
}

.daterangepicker.opensleft:before,
.daterangepicker.opensright:before {
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

.daterangepicker.opensleft:after,
.daterangepicker.opensright:after {
    -moz-border-bottom-colors: #fff;
}

.datepicker-dropdown:before {
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

.datepicker-dropdown:after {
    -moz-border-bottom-colors: #fff;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    -moz-border-top-colors: #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    -moz-border-top-colors: #FFF;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    -moz-border-bottom-colors: #FFF;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    -moz-border-top-colors: #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    -moz-border-top-colors: #FFF;
}

.bootstrap-datetimepicker-widget [class=btn] {
    border-width: 0 !important;
    background-color: transparent !important;
    color: #777 !important;
    text-shadow: none !important;
}

    .bootstrap-datetimepicker-widget [class=btn]:hover {
        color: #1B6AAA !important;
    }

.bootstrap-datetimepicker-widget .btn.btn-primary {
    border-width: 3px !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
    margin-bottom: 2px;
}

    .bootstrap-datetimepicker-widget .picker-switch .btn {
        width: 90% !important;
        background-color: #EEE !important;
        color: #478fca !important;
        font-size: 16px;
    }

        .bootstrap-datetimepicker-widget .picker-switch .btn:hover {
            background-color: #e3edf5 !important;
        }

.bootstrap-datetimepicker-widget td span {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    color: #555 !important;
}

.ui-slider {
    background-color: #CCC;
}

.ui-slider-horizontal {
    height: 9px;
}

.ui-slider-vertical {
    width: 9px;
}

.ui-slider .ui-slider-handle {
    border-radius: 0;
    width: 1.45em;
    height: 1.45em;
    background-color: #F8F8F8;
    border: 1px solid;
}

    .ui-slider .ui-slider-handle:before,
    .ui-slider .ui-slider-handle:after {
        display: block;
        content: "";
        position: absolute;
        top: 4px;
        left: 5px;
        width: 4px;
        height: 8px;
        border: 1px solid;
        border-width: 0 1px;
        border-color: inherit;
    }

    .ui-slider .ui-slider-handle:after {
        left: 8px;
        border-width: 0 1px 0 0;
    }

    .ui-slider .ui-slider-handle:hover {
        background-color: #FFF;
    }

    .ui-slider .ui-slider-handle:hover,
    .ui-slider .ui-slider-handle:focus,
    .ui-slider .ui-slider-handle:active {
        outline: none;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
    }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.725em;
    top: -0.4em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.35em;
    margin-bottom: -0.65em;
}

.ui-slider-small.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-small.ui-slider-vertical {
    width: 5px;
}

.ui-slider-small .ui-slider-handle {
    border-radius: 100%;
    width: 17px;
    height: 17px;
    margin-bottom: -0.45em;
    left: -0.35em;
}

    .ui-slider-small .ui-slider-handle:before,
    .ui-slider-small .ui-slider-handle:after {
        height: 7px;
        left: 5px;
        width: 3px;
    }

    .ui-slider-small .ui-slider-handle:after {
        left: 7px;
    }

.ui-slider-simple .ui-slider-handle:after,
.ui-slider-simple .ui-slider-handle:before {
    display: none;
}
/* colors */
.ui-slider-range {
    background-color: #4aa4ce;
}

.ui-slider-handle {
    outline: none !important;
    border-color: #4aa4ce !important;
}

.ui-state-disabled .ui-slider-range {
    background-color: #8daebe;
}

.ui-state-disabled .ui-slider-handle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #8daebe !important;
}

.ui-slider-green .ui-slider-range {
    background-color: #8bbc67;
}

.ui-slider-green .ui-slider-handle {
    border-color: #8bbc67 !important;
}

.ui-slider-green.ui-state-disabled .ui-slider-range {
    background-color: #aab2a4;
}

.ui-slider-green.ui-state-disabled .ui-slider-handle {
    border-color: #aab2a4 !important;
}

.ui-slider-red .ui-slider-range {
    background-color: #d36e6e;
}

.ui-slider-red .ui-slider-handle {
    border-color: #d36e6e !important;
}

.ui-slider-red.ui-state-disabled .ui-slider-range {
    background-color: #caaaaa;
}

.ui-slider-red.ui-state-disabled .ui-slider-handle {
    border-color: #caaaaa !important;
}

.ui-slider-purple .ui-slider-range {
    background-color: #ac68ba;
}

.ui-slider-purple .ui-slider-handle {
    border-color: #ac68ba !important;
}

.ui-slider-purple.ui-state-disabled .ui-slider-range {
    background-color: #afa4b1;
}

.ui-slider-purple.ui-state-disabled .ui-slider-handle {
    border-color: #afa4b1 !important;
}

.ui-slider-orange .ui-slider-range {
    background-color: #efad62;
}

.ui-slider-orange .ui-slider-handle {
    border-color: #efad62 !important;
}

.ui-slider-orange.ui-state-disabled .ui-slider-range {
    background-color: #e1c4a3;
}

.ui-slider-orange.ui-state-disabled .ui-slider-handle {
    border-color: #e1c4a3 !important;
}

.ui-slider-dark .ui-slider-range {
    background-color: #606060;
}

.ui-slider-dark .ui-slider-handle {
    border-color: #606060 !important;
}

.ui-slider-dark.ui-state-disabled .ui-slider-range {
    background-color: #7a7a7a;
}

.ui-slider-dark.ui-state-disabled .ui-slider-handle {
    border-color: #7a7a7a !important;
}

.ui-slider-pink .ui-slider-range {
    background-color: #d6487e;
}

.ui-slider-pink .ui-slider-handle {
    border-color: #d6487e !important;
}

.ui-slider-pink.ui-state-disabled .ui-slider-range {
    background-color: #c58ca2;
}

.ui-slider-pink.ui-state-disabled .ui-slider-handle {
    border-color: #c58ca2 !important;
}

.ui-datepicker {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        height: 26px;
        min-width: 32px;
        max-width: 32px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        line-height: 26px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-next .ui-icon {
            color: transparent;
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:hover,
        .ui-datepicker .ui-datepicker-next:hover {
            background-color: #EEE;
            text-decoration: none;
        }

        .ui-datepicker .ui-datepicker-prev:before,
        .ui-datepicker .ui-datepicker-next:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 14px;
            content: "\f060";
            color: #393939;
        }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 2px;
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\f061";
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ui-datepicker td {
        padding: 0;
    }

        .ui-datepicker td > a,
        .ui-datepicker td > span {
            display: inline-block;
            height: 22px;
            min-width: 24px;
            max-width: 24px;
            text-align: center;
            color: #393939;
            font-size: 13px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .ui-datepicker td > a:hover {
                background-color: #EEE;
            }

            .ui-datepicker td > a.ui-state-highlight {
                background-color: #D5E5EF;
            }

            .ui-datepicker td > a.ui-state-active {
                background-color: #2283c5;
                color: #FFF;
            }

            .ui-datepicker td > a.ui-priority-secondary {
                color: #888;
            }

        .ui-datepicker td > span {
            color: #999;
        }

        .ui-datepicker td .ui-datepicker-title select {
            height: 24px;
            line-height: 24px;
            padding: 2px 3px;
        }

        .ui-datepicker td .ui-datepicker-buttonpane {
            background-color: #DDD;
            height: 1px;
        }
/* dialog */
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1040 !important;
}

.ui-dialog,
.ui-jqdialog {
    z-index: 1050 !important;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .ui-dialog .ui-dialog-titlebar,
    .ui-jqdialog .ui-dialog-titlebar,
    .ui-dialog .ui-jqdialog-titlebar,
    .ui-jqdialog .ui-jqdialog-titlebar {
        background-color: #F1F1F1;
        font-size: 16px;
        color: #669fc7;
        padding: 0;
    }

    .ui-dialog .ui-dialog-title,
    .ui-jqdialog .ui-dialog-title,
    .ui-dialog .ui-jqdialog-title,
    .ui-jqdialog .ui-jqdialog-title {
        float: none !important;
        width: auto;
    }

    .ui-dialog .widget-header,
    .ui-jqdialog .widget-header {
        margin: 0;
        border-width: 0 0 1px 0;
    }

    .ui-dialog .ui-dialog-buttonpane,
    .ui-jqdialog .ui-dialog-buttonpane,
    .ui-dialog .ui-jqdialog-buttonpane,
    .ui-jqdialog .ui-jqdialog-buttonpane {
        background-color: #eff3f8;
        border-top: 1px solid #e4e9ee;
    }

        .ui-dialog .ui-dialog-buttonpane button,
        .ui-jqdialog .ui-dialog-buttonpane button,
        .ui-dialog .ui-jqdialog-buttonpane button,
        .ui-jqdialog .ui-jqdialog-buttonpane button {
            font-size: 14px;
        }

    .ui-dialog .ui-dialog-titlebar-close,
    .ui-jqdialog .ui-dialog-titlebar-close,
    .ui-dialog .ui-jqdialog-titlebar-close,
    .ui-jqdialog .ui-jqdialog-titlebar-close {
        border: none;
        background: transparent;
        opacity: 0.4;
        color: #d15b47;
        padding: 0;
        top: 50%;
        right: 8px !important;
        text-align: center;
    }

        .ui-dialog .ui-dialog-titlebar-close:before,
        .ui-jqdialog .ui-dialog-titlebar-close:before,
        .ui-dialog .ui-jqdialog-titlebar-close:before,
        .ui-jqdialog .ui-jqdialog-titlebar-close:before {
            content: "\f00d";
            display: inline;
            font-family: FontAwesome;
            font-size: 16px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover,
        .ui-jqdialog .ui-dialog-titlebar-close:hover,
        .ui-dialog .ui-jqdialog-titlebar-close:hover,
        .ui-jqdialog .ui-jqdialog-titlebar-close:hover {
            opacity: 1;
            text-decoration: none;
            padding: 0;
        }

        .ui-dialog .ui-dialog-titlebar-close .ui-button-text,
        .ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,
        .ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,
        .ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
            text-indent: 0;
            visibility: hidden;
        }

    .ui-dialog .widget-header .ui-dialog-titlebar-close,
    .ui-jqdialog .widget-header .ui-dialog-titlebar-close,
    .ui-dialog .widget-header .ui-jqdialog-titlebar-close,
    .ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
        right: 10px !important;
    }
/* accordion */
.ui-accordion .ui-accordion-header {
    color: #478fca;
    font-weight: normal;
    background-color: #F9F9F9;
    border: 1px solid #cdd8e3;
    padding: 8px 8px 9px 24px;
}

    .ui-accordion .ui-accordion-header:hover {
        color: #6ea6cc;
        background-color: #f1f8fd;
    }

    .ui-accordion .ui-accordion-header.ui-state-active {
        color: #4c8fbd;
        background-color: #eef4f9;
        position: relative;
        font-weight: bold;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        text-indent: 0;
        margin-top: 0;
        position: absolute;
        left: 10px;
        top: 7px;
    }

        .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
            display: inline;
            font-family: FontAwesome;
            font-size: 15px;
            content: "\f0da";
        }

    .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
        content: "\f0d7";
        font-weight: normal;
    }

.ui-accordion .ui-accordion-content {
    border: 1px solid #cdd8e3;
    border-top-width: 0;
    padding: 11px 16px;
}
/* tabs */
.ui-tabs .ui-tabs-nav {
    padding: 0;
    border-bottom: 1px solid #C5D0DC;
}

    .ui-tabs .ui-tabs-nav li.ui-state-default > a {
        background-color: #F9F9F9;
        border: 1px solid #C5D0DC;
        border-bottom-width: 0;
        color: #999;
        line-height: 16px;
        margin-right: -1px;
        z-index: 11;
        padding: 8px 12px;
        position: relative;
        top: 2px;
    }

    .ui-tabs .ui-tabs-nav li > a:focus {
        outline: none;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
        background-color: #FFF;
        border: 1px solid;
        border-color: #4C8FBD #C5D0DC transparent;
        border-top-width: 2px;
        -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
        color: #576373;
        position: relative;
        top: 1px;
    }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #C5D0DC;
    border-top-width: 0;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
/* menu */
.ui-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3px;
}

    .ui-menu .ui-menu-item a {
        padding: 4px 7px 5px;
        color: #444;
        cursor: pointer;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

        .ui-menu .ui-menu-item a .ui-menu-icon {
            float: right;
            position: relative;
            top: 0;
            left: auto;
            right: auto;
            bottom: auto;
            text-indent: 0;
        }

            .ui-menu .ui-menu-item a .ui-menu-icon:before {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 14px;
                display: inline;
            }

        .ui-menu .ui-menu-item a:hover,
        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            background-color: #4f99c6;
            color: #FFF;
            margin: auto;
            font-weight: normal;
        }

            .ui-menu .ui-menu-item a:hover .ui-menu-icon,
            .ui-menu .ui-menu-item a.ui-state-focus .ui-menu-icon,
            .ui-menu .ui-menu-item a.ui-state-active .ui-menu-icon {
                color: #FFF;
            }

    .ui-menu .ui-state-disabled a {
        color: #999;
        cursor: default;
    }

        .ui-menu .ui-state-disabled a:hover,
        .ui-menu .ui-state-disabled a.ui-state-focus,
        .ui-menu .ui-state-disabled a.ui-state-active {
            background-color: #FFF;
            color: #999;
        }
/* auto complete */
.ui-autocomplete {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete-Kategori {
    padding: 6px;
    position: relative;
    background-color: #eef4f9;
    color: #478fca;
    font-weight: bolder;
    border: 1px solid #DAE6ED;
    border-width: 1px 0;
}

.ui-spinner-button {
    border-width: 0 !important;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    width: 18px;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    display: inline-block;
    position: absolute;
    text-align: center;
    padding: 0;
}

    .ui-spinner-button > .ace-icon {
        width: 18px;
        display: inline-block;
    }

.ui-spinner-up {
    top: 0;
    right: 5px;
}

.ui-spinner-down {
    bottom: 3px;
    right: 5px;
}

.ui-spinner-input {
    margin-top: 0;
    padding: 5px;
    max-width: 100px;
    font-size: 14px;
}

.ui-tooltip {
    background-color: #444;
    color: #FFF;
}

.ui-progressbar {
    background-color: #f5f5f5;
    height: 22px;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
    }

        .ui-progressbar .ui-progressbar-value[class="progress-bar"] {
            background-color: #2a91d8;
        }

.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-paging-info,
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
    font-size: 14px;
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 8px;
}

.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: 8px;
}

.ui-jqgrid-view > .ui-jqgrid-titlebar {
    height: 40px;
    line-height: 24px;
    color: #FFF;
    background: #307ecc;
    padding: 0;
    font-size: 15px;
}

.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
    border-right: none;
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    background-color: #eff3f8;
    border: 1px solid #D3D3D3;
    border-width: 1px 0 0 1px;
    line-height: 15px;
    font-weight: bold;
    color: #777;
    text-shadow: none;
    height: 20px !important;
    overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-htable thead {
    background-color: #eff3f8;
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
    height: 20px !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 20px !important;
    font-size: 12px !important;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: none;
}

.ui-jqgrid-hdiv .ui-jqgrid-htable {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid-titlebar {
    position: relative;
    top: 1px;
    z-index: 1;
}

.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.ui-row-ltr,
.ui-jqgrid tr.ui-row-rtl {
    border: none;
}

    .ui-jqgrid tr.ui-row-ltr td,
    .ui-jqgrid tr.ui-row-rtl td {
        border-bottom: 1px solid #E1E1E1;
        padding: 5px 5px !important;
        border-color: #E1E1E1;
    }

.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
    border-right-color: #C7D3A9;
}

.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td {
    border-left-color: #C7D3A9;
}

.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
    background-image: none;
    background-color: #F9F9F9;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
    background-image: none;
    background-color: #EFF4F7;
    opacity: 1;
}

.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
    background-color: #E4EFC9;
}

.ui-jqgrid .ui-jqgrid-pager {
    line-height: 15px;
    background-color: #fff !important;
    border-bottom: 0px solid #E1E1E1 !important;
    border-top: 0px solid #E1E1E1 !important;
    margin-left: -10px !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 35px;
    height: 25px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}
.ui-jqgrid .ui-pg-table td { 
    padding: 4px !important;
}
.ui-jqgrid .ui-pg-selbox {
    display: block;
    height: 25px;
    width: 60px;
    margin: 0;
    padding: 1px;
    line-height: normal;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: visible;
}

.ui-jqgrid .ui-pager-control {
    height: 45px;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
}

.ui-jqgrid .ui-jqgrid-toppager {
    height: auto !important;
    background-color: #eff3f8;
    border-bottom: 1px solid #E1E1E1 !important;
}

.ui-jqgrid .jqgrow .editable {
    max-width: 90%;
    max-width: calc(92%) !important;
}

.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-button .ui-separator {
    margin-left: 4px;
    margin-right: 4px;
    border-color: #C9D4DB;
}

.ui-jqgrid .ui-jqgrid-btable {
    border-left: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .loading {
    position: absolute;
    top: 40%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 15px;
    margin: 6px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    background-color: #c94553;
    border: 1px solid #c94553;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 4px 4px 2px 0px rgb(220, 220, 220), 1px 2px 2px 0px rgba(220, 220, 220, 0.47);
}

.ui-jqgrid .ui-search-toolbar {
    border-top: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-jqgrid-labels {
    border-bottom: none;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
    padding: 0 !important;
    border-left: 1px solid #E1E1E1 !important;
}

    .ui-jqgrid .ui-jqgrid-labels th {
        border-right: 1px solid #E1E1E1 !important;
        text-align: left !important;
    }
/* checkbox container */
.ui-jqgrid-labels th[id*="_cb"]:first-child > div {
    padding-top: 0;
    text-align: center !important;
}

.ui-jqgrid-sortable {
    padding-left: 4px;
    font-size: 13px;
    color: #777;
    font-weight: bold;
}

    .ui-jqgrid-sortable:hover {
        color: #547ea8;
    }

th[aria-selected=true] {
    background-image: -webkit-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
    background-image: -o-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
    background-image: linear-gradient(to bottom, #eff3f8 0%, #e3e7ed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

    th[aria-selected=true] .ui-jqgrid-sortable {
        color: #307ecc;
    }

.ui-icon {
    text-indent: 0;
    color: #307ecc;
    float: none;
    right: 2px;
}

.rtl .ui-icon {
    right: auto;
    left: 2px;
}

.ui-grid-ico-sort:before {
    display: inline;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
}

.ui-icon-asc:before {
    content: "\f0d8";
}

.ui-state-disabled {
    color: #BBB;
}
.ui-jqgrid .ui-paging-info {
    font-weight: bold !important;
    font-size: 16px !important;
}
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon {
    display: inline-block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    position: static;
    float: none;
    margin: 0 2px !important;
    color: #808080;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 100%;
}

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:hover {
        color: #aa8748;
        border-color: #aa8748;
    }

    .ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:before {
        width: 20px;
        text-align: center;
        display: inline-block;
    }

.ui-pg-table > tbody > tr > .ui-pg-button.ui-state-disabled .ui-icon {
    color: #B0B0B0;
    background-color: #F7F7F7;
    border-color: #DDD;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ui-jqgrid-btable input,
.ui-jqgrid-btable textarea,
.ui-jqgrid-btable select {
    padding: 2px;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}

.ui-jqgrid-btable select {
    padding: 1px;
    height: 25px;
    line-height: 25px;
}

.ui-pg-div .ui-icon {
    display: inline-block;
    width: 18px;
    float: none;
    position: static;
    text-align: center;
    opacity: 0.85;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
}

    .ui-pg-div .ui-icon:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        position: static;
        margin: 0 1px;
    }

    .ui-pg-div .ui-icon:before {
        font-family: FontAwesome;
        display: inline;
    }

.ui-icon-pencil {
    color: #478FCA;
}

    .ui-icon-pencil:before {
        content: "\f040";
    }

.ui-icon-trash {
    color: #DD5A43;
}

    .ui-icon-trash:before {
        content: "\f014";
    }

.ui-icon-disk {
    color: #69AA46;
}

    .ui-icon-disk:before {
        content: "\f00c";
    }

.ui-icon-cancel {
    color: #DD5A43;
}

    .ui-icon-cancel:before {
        content: "\f00d";
    }

.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
    font-size: 13px;
    padding: 4px 0 0;
}

    .ui-jqdialog-content .formdata,
    .ui-jqdialog .ui-jqdialog-content .formdata {
        font-size: 13px;
        padding: 6px 12px;
    }

    .ui-jqdialog-content .form-view-data,
    .ui-jqdialog .ui-jqdialog-content .form-view-data {
        vertical-align: middle;
        font-size: 13px;
    }

    .ui-jqdialog-content[id*="alertcnt_"],
    .ui-jqdialog .ui-jqdialog-content[id*="alertcnt_"] {
        padding: 8px 11px;
    }

    .ui-jqdialog-content .CaptionTD {
        font-size: 12px;
        text-align: right;
        color: #666;
    }

    .ui-jqdialog-content .FormData {
        border-bottom: 1px dotted #E8E8E8;
    }

        .ui-jqdialog-content .FormData:last-child {
            border-bottom: none;
        }

        .ui-jqdialog-content .FormData > td {
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .ui-jqdialog-content input.FormElement {
        width: auto;
    }

    .ui-jqdialog-content select.FormElement {
        padding: 1px;
        height: 25px;
        line-height: 25px;
        width: auto;
    }

    .ui-jqdialog-content td.EditButton {
        padding: 8px;
    }

.EditTable {
    background-color: #eff3f8;
    border-top: 1px solid #D6E1EA !important;
    padding: 8px;
}

    .EditTable tr:first-child {
        display: none;
    }

    .EditTable .navButton .fm-button {
        float: none !important;
        width: auto !important;
        margin: 1px 1px 2px !important;
        background-color: transparent;
        border-radius: 100%;
    }

        .EditTable .navButton .fm-button:hover {
            background-color: transparent;
        }

        .EditTable .navButton .fm-button:focus {
            outline: none;
        }

        .EditTable .navButton .fm-button .ace-icon {
            display: inline-block;
            color: #999;
            border: 1px solid #AAA;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 100%;
            background-color: #FFF;
        }

        .EditTable .navButton .fm-button:hover .ace-icon {
            color: #699AB5;
            border-color: #699AB5;
        }

        .EditTable .navButton .fm-button.ui-state-disabled .ace-icon,
        .EditTable .navButton .fm-button.ui-state-disabled:hover .ace-icon {
            color: #BBB;
            border-color: #CCC;
            -moz-transform: scale(0.88);
            -webkit-transform: scale(0.88);
            -o-transform: scale(0.88);
            -ms-transform: scale(0.88);
            transform: scale(0.88);
        }

.FormGrid .EditTable {
    background-color: #FFF;
    border-top: none !important;
    padding: 0;
}

    .FormGrid .EditTable tr:first-child {
        display: none;
    }

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 13px;
}

.ui-jqdialog-content .searchFilter select {
    padding: 1px;
    height: 26px;
    line-height: 26px;
    width: auto;
    max-width: 95%;
    margin-bottom: 0;
}

.ui-jqdialog-content .searchFilter .input-elm {
    margin-bottom: 0;
    height: 18px;
    line-height: 18px;
    width: 95% !important;
    padding-left: 1px;
    padding-right: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-jqdialog-content .searchFilter table {
    margin-left: 4px;
}

.ui-jqdialog-content .searchFilter tr td {
    padding: 5px 0;
}

.ui-jqdialog-content .searchFilter .add-group,
.ui-jqdialog-content .searchFilter .add-rule,
.ui-jqdialog-content .searchFilter .delete-group {
    margin-left: 4px !important;
    font-size: 15px !important;
}

.ui-jqdialog-content .searchFilter .delete-rule {
    border: none;
    background-color: #FFF;
    color: #D15B47;
    font-size: 20px;
    width: 22px;
    line-height: 10px;
    padding: 0;
    text-shadow: none !important;
    display: inline-block;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.85;
}

    .ui-jqdialog-content .searchFilter .delete-rule:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #B74635;
        opacity: 1;
    }

.ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 11px;
}

    .ui-jqdialog-content .searchFilter .queryresult td.query {
        padding: 6px 11px;
        border: 1px solid #E1E1E1;
        background-color: #EEEEEE;
    }

        .ui-jqdialog-content .searchFilter .queryresult td.query:empty {
            display: none;
        }

.ui-state-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin: 4px 4px 8px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.ui-jqdialog .ui-widget-header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-image: none;
    border-bottom: 1px solid solid;
    color: #669FC7;
    min-height: 38px;
    position: relative;
}

    .ui-jqdialog .ui-widget-header .ui-jqdialog-title {
        line-height: 38px;
        margin: 0;
        padding: 0;
        padding-left: 12px;
        text-align: left;
    }

.widget-header .ui-jqdialog-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-jqdialog .ui-widget-header .widget-header {
    border-bottom: none;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    border-bottom: 1px solid #DDD !important;
}

.fm-button {
    margin: 0 4px;
}

    .fm-button:not(.btn) {
        background-color: #abbac3;
        border-radius: 0;
        box-shadow: none;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 28px;
        padding: 0 12px 1px;
        margin: 0 8px;
        position: relative;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        vertical-align: middle;
    }

    .fm-button.ui-state-default:hover {
        background-color: #8b9aa3;
    }

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    height: 30px;
    padding-top: 2px;
    white-space: normal;
}

    .ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div {
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
        line-height: 26px;
    }

.ui-jqgrid .ui-jqgrid-titlebar-close {
    top: 10%;
    height: auto;
    padding: 0;
    margin: 2px 8px 0 0;
    text-align: center;
    border-radius: 4px;
}

    .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f077";
        color: #FFF;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
        content: "\f078";
    }

.ui-jqgrid .tree-wrap-ltr {
    margin: 0 4px;
    float: none;
    display: inline;
}

.ui-jqgrid .tree-wrap-rtl {
    margin: 2px 4px 0;
}

.ui-jqgrid .ui-subgrid {
    border-bottom: 1px solid #E1E1E1;
    background-color: #F6FAFF;
}

    .ui-jqgrid .ui-subgrid .ui-jqgrid-btable {
        background-color: #FFF;
    }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv {
        background-color: transparent;
        margin-top: 4px;
    }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels {
            border-bottom: 1px solid #E1E1E1;
            background: #F1F1F1;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected="true"] {
            background: #E5E9EF;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable {
            font-size: 12px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize {
            height: 36px !important;
        }

    .ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv {
        height: auto !important;
        max-height: 150px;
        margin-bottom: 4px;
        border-top-width: 0;
        border-bottom: 1px solid #E1E1E1;
    }

.ui-jqgrid .ui-sgcollapsed > a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .ui-jqgrid .ui-jqgrid-pager {
        height: 90px;
    }

        .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control {
            height: 85px;
            padding-top: 9px;
        }

            .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td {
                vertical-align: top;
            }

                .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center {
                    width: 0 !important;
                    position: static;
                }

                    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
                        margin: 36px auto 0;
                        position: absolute;
                        right: 0;
                        left: 0;
                        text-align: center;
                    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
        width: 300px;
    }
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle,
.dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #F8FAFF;
    border: 1px solid #DAE2EA;
    color: #7C9EB2;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dd-handle:hover,
    .dd2-content:hover {
        color: #438EB9;
        background: #F4F6F7;
        border-color: #DCE2E8;
    }

    .dd-handle[class*="btn-"],
    .dd2-content[class*="btn-"] {
        color: #FFF;
        border: none;
        padding: 9px 12px;
    }

        .dd-handle[class*="btn-"]:hover,
        .dd2-content[class*="btn-"]:hover {
            opacity: 0.85;
            color: #FFF;
        }

.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] {
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
    color: #FFF;
}

.dd-item > button:hover ~ .dd-handle,
.dd-item > button:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

    .dd-item > button:hover ~ .dd-handle[class*="btn-"],
    .dd-item > button:hover ~ .dd2-content[class*="btn-"] {
        opacity: 0.85;
        color: #FFF;
    }

.dd2-handle:hover ~ .dd2-content {
    color: #438EB9;
    background: #F4F6F7;
    border-color: #DCE2E8;
}

    .dd2-handle:hover ~ .dd2-content[class*="btn-"] {
        opacity: 0.85;
        color: #FFF;
    }

.dd2-item.dd-item > button {
    margin-left: 34px;
}

.dd-item > button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #707070;
}

    .dd-item > button:before {
        font-family: FontAwesome;
        content: '\f067';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '\f068';
    }

    .dd-item > button:hover {
        color: #707070;
    }

.dd-item.dd-colored > button,
.dd-item.dd-colored > button:hover {
    color: #EEE;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #F0F9FF;
    border: 2px dashed #BED2DB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border-color: #AAA;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.8;
}

    .dd-dragel > li > .dd-handle {
        color: #4B92BE;
        background: #F1F5FA;
        border-color: #D6E1EA;
        border-left: 2px solid #777;
        position: relative;
    }

        .dd-dragel > li > .dd-handle[class*="btn-"] {
            color: #FFF;
        }

    .dd-dragel > .dd-item > .dd-handle {
        margin-top: 0;
    }

.dd-list > li[class*="item-"] {
    border-width: 0;
    padding: 0;
}

    .dd-list > li[class*="item-"] > .dd-handle {
        border-left: 2px solid;
        border-left-color: inherit;
    }

.dd-list > li > .dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle,
.dd-dragel > li > .dd2-handle {
    left: 0;
    top: 0;
    width: 36px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #EBEDF2;
    border: 1px solid #DEE4EA;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .dd2-handle:hover,
    .dd-dragel > li > .dd2-handle {
        background: #E3E8ED;
    }

.dd2-content[class*="btn-"] {
    text-shadow: none !important;
}

.dd2-handle[class*="btn-"] {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid #EEE;
}

    .dd2-handle[class*="btn-"]:hover {
        background: rgba(0, 0, 0, 0.08) !important;
    }

.dd-dragel .dd2-handle[class*="btn-"] {
    border-color: transparent;
    border-right-color: #EEE;
}

.dd2-handle.btn-yellow {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border-right: 1px solid #FFF;
}

    .dd2-handle.btn-yellow:hover {
        background: rgba(0, 0, 0, 0.08) !important;
    }

.dd-dragel .dd2-handle.btn-yellow {
    border-color: transparent;
    border-right-color: #FFF;
}

.dd-item > .dd2-handle .drag-icon {
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon {
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon {
    display: none;
}

.dropzone {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

    .dropzone .dz-default.dz-message {
        background-image: none;
        font-size: 24px;
        text-align: center;
        line-height: 32px;
        left: 0;
        width: 100%;
        margin-left: auto;
    }

        .dropzone .dz-default.dz-message span {
            display: inline;
            color: #555;
        }

            .dropzone .dz-default.dz-message span .upload-icon {
                opacity: 0.7;
                filter: alpha(opacity=70);
                margin-top: 8px;
                cursor: pointer;
            }

                .dropzone .dz-default.dz-message span .upload-icon:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

    .dropzone .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark,
    .dropzone-previews .dz-preview .dz-success-mark {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 100%;
        text-align: center;
        line-height: 35px;
    }

        .dropzone .dz-preview .dz-error-mark:before,
        .dropzone-previews .dz-preview .dz-error-mark:before {
            font-family: FontAwesome;
            font-size: 30px;
            color: #DB6262;
            content: "\f00d";
        }

        .dropzone .dz-preview .dz-success-mark:before,
        .dropzone-previews .dz-preview .dz-success-mark:before {
            font-family: FontAwesome;
            font-size: 30px;
            color: #6DA552;
            content: "\f00c";
        }

    .dropzone a.dz-remove,
    .dropzone-previews a.dz-remove {
        border: none;
        border-radius: 0;
        color: #FFF;
        background: #D15B47;
        cursor: pointer;
    }

        .dropzone a.dz-remove:hover,
        .dropzone-previews a.dz-remove:hover {
            color: #FFF;
            background: #B74635;
        }

    .dropzone .progress,
    .dropzone-previews .progress {
        margin-bottom: 0;
    }

    .dropzone .dz-preview.dz-success .progress,
    .dropzone-previews .dz-preview.dz-success .progress,
    .dropzone .dz-preview.dz-error .progress,
    .dropzone-previews .dz-preview.dz-error .progress {
        display: none;
    }

input.typeahead,
input.tt-query,
input.tt-hint {
    min-width: 175px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #CCC;
    border-radius: 0;
    outline: none;
}

input.tt-hint,
.form-group input.tt-hint {
    background-color: #FFF !important;
    color: #B0B0B0 !important;
}

.tt-dropdown-menu {
    text-align: left;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    min-width: 175px;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 12px 4px;
    font-size: 16px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #FFF;
        background-color: #4F99C6;
        cursor: pointer;
    }

    .tt-suggestion p {
        margin: 0;
    }

input.typeahead.scrollable ~ .tt-dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}
/* custom animated icons */
.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2.0s 5 ease 1.0s;
    -webkit-animation: ringing 2.0s 5 ease 1.0s;
    -o-animation: ringing 2.0s 5 ease 1.0s;
    -ms-animation: ringing 2.0s 5 ease 1.0s;
    animation: ringing 2.0s 5 ease 1.0s;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}

.icon-animated-vertical {
    display: inline-block;
    -moz-animation: vertical 2.0s 5 ease 2.0s;
    -webkit-animation: vertical 2.0s 5 ease 2.0s;
    -o-animation: vertical 2.0s 5 ease 2.0s;
    -ms-animation: vertical 2.0s 5 ease 2.0s;
    animation: vertical 2.0s 5 ease 2.0s;
}

@-moz-keyframes vertical {
    0% {
        -moz-transform: translate(0, -3px);
    }

    4% {
        -moz-transform: translate(0, 3px);
    }

    8% {
        -moz-transform: translate(0, -3px);
    }

    12% {
        -moz-transform: translate(0, 3px);
    }

    16% {
        -moz-transform: translate(0, -3px);
    }

    20% {
        -moz-transform: translate(0, 3px);
    }

    22% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes vertical {
    0% {
        -ms-transform: translate(0, -3px);
    }

    4% {
        -ms-transform: translate(0, 3px);
    }

    8% {
        -ms-transform: translate(0, -3px);
    }

    12% {
        -ms-transform: translate(0, 3px);
    }

    16% {
        -ms-transform: translate(0, -3px);
    }

    20% {
        -ms-transform: translate(0, 3px);
    }

    22% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }

    4% {
        transform: translate(0, 3px);
    }

    8% {
        transform: translate(0, -3px);
    }

    12% {
        transform: translate(0, 3px);
    }

    16% {
        transform: translate(0, -3px);
    }

    20% {
        transform: translate(0, 3px);
    }

    22% {
        transform: translate(0, 0);
    }
}

.icon-animated-hand-pointer {
    display: inline-block;
    -moz-animation: hand-pointer 2.0s 4 ease 2.0s;
    -webkit-animation: hand-pointer 2.0s 4 ease 2.0s;
    -o-animation: hand-pointer 2.0s 4 ease 2.0s;
    -ms-animation: hand-pointer 2.0s 4 ease 2.0s;
    animation: hand-pointer 2.0s 4 ease 2.0s;
}

@-moz-keyframes hand-pointer {
    0% {
        -moz-transform: translate(0, 0);
    }

    6% {
        -moz-transform: translate(5px, 0);
    }

    12% {
        -moz-transform: translate(0, 0);
    }

    18% {
        -moz-transform: translate(5px, 0);
    }

    24% {
        -moz-transform: translate(0, 0);
    }

    30% {
        -moz-transform: translate(5px, 0);
    }

    36% {
        -moz-transform: translate(0, 0);
    }
}

.icon-animated-wrench {
    display: inline-block;
    -moz-animation: wrenching 2.5s 4 ease;
    -webkit-animation: wrenching 2.5s 4 ease;
    -o-animation: wrenching 2.5s 4 ease;
    -ms-animation: wrenching 2.5s 4 ease;
    animation: wrenching 2.5s 4 ease;
    -moz-transform-origin: 90% 35%;
    -webkit-transform-origin: 90% 35%;
    -o-transform-origin: 90% 35%;
    -ms-transform-origin: 90% 35%;
    transform-origin: 90% 35%;
}

@-moz-keyframes wrenching {
    0% {
        -moz-transform: rotate(-12deg);
    }

    8% {
        -moz-transform: rotate(12deg);
    }

    10% {
        -moz-transform: rotate(24deg);
    }

    18% {
        -moz-transform: rotate(-24deg);
    }

    20% {
        -moz-transform: rotate(-24deg);
    }

    28% {
        -moz-transform: rotate(24deg);
    }

    30% {
        -moz-transform: rotate(24deg);
    }

    38% {
        -moz-transform: rotate(-24deg);
    }

    40% {
        -moz-transform: rotate(-24deg);
    }

    48% {
        -moz-transform: rotate(24deg);
    }

    50% {
        -moz-transform: rotate(24deg);
    }

    58% {
        -moz-transform: rotate(-24deg);
    }

    60% {
        -moz-transform: rotate(-24deg);
    }

    68% {
        -moz-transform: rotate(24deg);
    }

    75% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes wrenching {
    0% {
        -webkit-transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
    }

    10% {
        -webkit-transform: rotate(24deg);
    }

    18% {
        -webkit-transform: rotate(-24deg);
    }

    20% {
        -webkit-transform: rotate(-24deg);
    }

    28% {
        -webkit-transform: rotate(24deg);
    }

    30% {
        -webkit-transform: rotate(24deg);
    }

    38% {
        -webkit-transform: rotate(-24deg);
    }

    40% {
        -webkit-transform: rotate(-24deg);
    }

    48% {
        -webkit-transform: rotate(24deg);
    }

    50% {
        -webkit-transform: rotate(24deg);
    }

    58% {
        -webkit-transform: rotate(-24deg);
    }

    60% {
        -webkit-transform: rotate(-24deg);
    }

    68% {
        -webkit-transform: rotate(24deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes wrenching {
    0% {
        -o-transform: rotate(-12deg);
    }

    8% {
        -o-transform: rotate(12deg);
    }

    10% {
        -o-transform: rotate(24deg);
    }

    18% {
        -o-transform: rotate(-24deg);
    }

    20% {
        -o-transform: rotate(-24deg);
    }

    28% {
        -o-transform: rotate(24deg);
    }

    30% {
        -o-transform: rotate(24deg);
    }

    38% {
        -o-transform: rotate(-24deg);
    }

    40% {
        -o-transform: rotate(-24deg);
    }

    48% {
        -o-transform: rotate(24deg);
    }

    50% {
        -o-transform: rotate(24deg);
    }

    58% {
        -o-transform: rotate(-24deg);
    }

    60% {
        -o-transform: rotate(-24deg);
    }

    68% {
        -o-transform: rotate(24deg);
    }

    75% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes wrenching {
    0% {
        -ms-transform: rotate(-12deg);
    }

    8% {
        -ms-transform: rotate(12deg);
    }

    10% {
        -ms-transform: rotate(24deg);
    }

    18% {
        -ms-transform: rotate(-24deg);
    }

    20% {
        -ms-transform: rotate(-24deg);
    }

    28% {
        -ms-transform: rotate(24deg);
    }

    30% {
        -ms-transform: rotate(24deg);
    }

    38% {
        -ms-transform: rotate(-24deg);
    }

    40% {
        -ms-transform: rotate(-24deg);
    }

    48% {
        -ms-transform: rotate(24deg);
    }

    50% {
        -ms-transform: rotate(24deg);
    }

    58% {
        -ms-transform: rotate(-24deg);
    }

    60% {
        -ms-transform: rotate(-24deg);
    }

    68% {
        -ms-transform: rotate(24deg);
    }

    75% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes wrenching {
    0% {
        transform: rotate(-12deg);
    }

    8% {
        transform: rotate(12deg);
    }

    10% {
        transform: rotate(24deg);
    }

    18% {
        transform: rotate(-24deg);
    }

    20% {
        transform: rotate(-24deg);
    }

    28% {
        transform: rotate(24deg);
    }

    30% {
        transform: rotate(24deg);
    }

    38% {
        transform: rotate(-24deg);
    }

    40% {
        transform: rotate(-24deg);
    }

    48% {
        transform: rotate(24deg);
    }

    50% {
        transform: rotate(24deg);
    }

    58% {
        transform: rotate(-24deg);
    }

    60% {
        transform: rotate(-24deg);
    }

    68% {
        transform: rotate(24deg);
    }

    75% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-ms-keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@-moz-keyframes pulsating {
    0% {
        -moz-transform: scale(1);
    }

    5% {
        -moz-transform: scale(0.75);
    }

    10% {
        -moz-transform: scale(1);
    }

    15% {
        -moz-transform: scale(1.25);
    }

    20% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(0.75);
    }

    30% {
        -moz-transform: scale(1);
    }

    35% {
        -moz-transform: scale(1.25);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes pulsating {
    0% {
        -webkit-transform: scale(1);
    }

    5% {
        -webkit-transform: scale(0.75);
    }

    10% {
        -webkit-transform: scale(1);
    }

    15% {
        -webkit-transform: scale(1.25);
    }

    20% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
    }

    30% {
        -webkit-transform: scale(1);
    }

    35% {
        -webkit-transform: scale(1.25);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes pulsating {
    0% {
        -ms-transform: scale(1);
    }

    5% {
        -ms-transform: scale(0.75);
    }

    10% {
        -ms-transform: scale(1);
    }

    15% {
        -ms-transform: scale(1.25);
    }

    20% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(0.75);
    }

    30% {
        -ms-transform: scale(1);
    }

    35% {
        -ms-transform: scale(1.25);
    }

    40% {
        -ms-transform: scale(1);
    }
}

@keyframes pulsating {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(0.75);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.75);
    }

    30% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.25);
    }

    40% {
        transform: scale(1);
    }
}

.btn-scroll-up {
    border-width: 0;
    position: fixed;
    right: 2px;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -24px;
    visibility: hidden;
}

    .btn-scroll-up.display {
        opacity: 0.7;
        filter: alpha(opacity=70);
        bottom: 2px;
        visibility: visible;
    }

    .btn-scroll-up:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .btn-scroll-up:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 714px;
    }
}

@media (min-width: 992px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 934px;
    }
}

@media (min-width: 1200px) {
    .main-container.container > .btn-scroll-up {
        right: auto;
        margin-left: 1134px;
    }
}

.ace-settings-container {
    position: absolute;
    right: 0;
    top: auto;
    z-index: 12;
}

.btn.ace-settings-btn {
    float: left;
    display: block;
    width: 42px !important;
    text-align: center;
    border-radius: 6px 0 0 6px !important;
    opacity: 0.55;
    vertical-align: top;
    margin: 0;
}

    .btn.ace-settings-btn:hover,
    .btn.ace-settings-btn.open {
        opacity: 1;
    }

.ace-settings-box {
    display: block;
    float: left;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    background-color: #FFF;
    border: 0 solid #ffb34b;
    -webkit-transition: max-width 0.15s linear 0s, max-height 0s linear 0.15s, padding 0s linear 0.15s, border-width 0s linear 0.15s;
    -o-transition: max-width 0.15s linear 0s, max-height 0s linear 0.15s, padding 0s linear 0.15s, border-width 0s linear 0.15s;
    transition: max-width 0.15s linear 0s, max-height 0s linear 0.15s, padding 0s linear 0.15s, border-width 0s linear 0.15s;
}

    .ace-settings-box.open {
        max-width: 320px;
        max-height: 1000px;
        padding: 0 14px;
        border-width: 2px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

        .ace-settings-box.open .ace-settings-item {
            z-index: auto;
            min-width: 140px;
        }

    .ace-settings-box .ace-settings-item {
        margin: 6px 0;
        color: #444;
        max-height: 24px;
        position: relative;
        z-index: -1;
        white-space: nowrap;
    }

        .ace-settings-box .ace-settings-item > label.lbl {
            font-size: 13px;
        }

@media (max-width: 480px) {
    .ace-settings-container {
        text-align: right;
    }

    .ace-settings-box {
        float: none !important;
        text-align: left;
    }

    .btn.ace-settings-btn {
        float: none !important;
        display: inline-block;
    }
}

@media (max-width: 320px) {
    .ace-settings-box > .clearfix > .pull-left,
    .ace-settings-box > .clearfix > .pull-right {
        float: none !important;
    }
}

.grid2,
.grid3,
.grid4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 1%;
    padding: 0 2%;
    float: left;
    border-left: 1px solid #E3E3E3;
}

    .grid2:first-child,
    .grid3:first-child,
    .grid4:first-child {
        border-left: none;
    }

.grid2 {
    width: 48%;
}

.grid3 {
    width: 31.33%;
}

.grid4 {
    width: 23%;
    padding: 0 1%;
}

.draggable-placeholder {
    border: 2px dashed #D9D9D9 !important;
    background-color: #F7F7F7 !important;
}

.easyPieChart,
.easy-pie-chart {
    position: relative;
    text-align: center;
}

    .easyPieChart canvas,
    .easy-pie-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.knob-container {
    direction: ltr;
    text-align: left;
}

.tags {
    display: inline-block;
    padding: 4px 6px;
    color: #777777;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #d5d5d5;
    width: 206px;
}

    .tags:hover {
        border-color: #b5b5b5;
    }

.tags-hover,
.tags-hover:hover {
    border-color: #f59942;
    outline: 0;
}

.tags[class*="span"] {
    float: none;
    margin-left: 0;
}

.tags input[type="text"],
.tags input[type="text"]:focus {
    border: none;
    display: inline;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.tags .tag {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #91b8d0;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 4px 22px 5px 9px;
    margin-bottom: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /**
  &:nth-child(5n+1) {
	background-color:#48A2E0;
  }
  &:nth-child(5n+2) {
	background-color:#34C896;
  }
  &:nth-child(5n+3) {
	background-color:#B57BB3;
  }
  &:nth-child(5n+4) {
	background-color:#CC7DA8;
  }
  &:nth-child(5n+5) {
	background-color:#666;
  }
*/
}

    .tags .tag:empty {
        display: none;
    }

.tags .tag-important {
    background-color: #d15b47;
}

.tags .tag-warning {
    background-color: #ffb752;
}

.tags .tag-success {
    background-color: #87b87f;
}

.tags .tag-info {
    background-color: #6fb3e0;
}

.tags .tag-inverse {
    background-color: #555555;
}

.tags .tag .close {
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFF;
    text-shadow: none;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    text-align: center;
}

    .tags .tag .close:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.page-content > .row .col-xs-12,
.page-content > .row .col-sm-12,
.page-content > .row .col-md-12,
.page-content > .row .col-lg-12 {
    float: left;
    max-width: 100%;
}

.col-xs-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-reset {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }
}

.jqstooltip,
.legendColorBox div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.legendLabel {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 22px;
    padding-left: 2px;
    font-size: 10px;
}

@media only screen and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

.navbar-fixed-top + .main-container {
    padding-top: 45px;
}

@media (max-width: 479px) {
    .navbar-fixed-top + .main-container {
        padding-top: 90px;
    }

    .navbar-fixed-top.navbar-collapse + .main-container {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 360px) {
    .grid2,
    .grid3,
    .grid4 {
        float: none;
        display: block;
        width: 96%;
        border-left-width: 0;
        position: relative;
        margin-bottom: 11px;
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 4px;
    }

        .grid2 > [class*="pull-"],
        .grid3 > [class*="pull-"],
        .grid4 > [class*="pull-"] {
            float: none !important;
            display: inline-block;
            position: absolute;
            right: 11px;
            top: 0;
            margin-top: 0;
        }

        .grid2:last-child,
        .grid3:last-child,
        .grid4:last-child {
            border-bottom-width: 0;
        }
}

@media only screen and (max-width: 480px) {
    .hidden-480 {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .hidden-320 {
        display: none !important;
    }
}

.no-skin {
    /**
	.nav-list > li.disabled.active:after {
		border-color: #999;
	}
	.nav-list li.disabled li.active > a:after,
	.nav-list li.active.disabled > a:after {
		-moz-border-right-colors: #999 !important;
		border-right-color: #999 !important;
	}
	*/
}

    .no-skin .navbar .navbar-toggle {
        background-color: #75B3D7;
    }

        .no-skin .navbar .navbar-toggle:focus {
            background-color: #75B3D7;
            border-color: transparent;
        }

        .no-skin .navbar .navbar-toggle:hover {
            background-color: #61a8d1;
            border-color: rgba(255, 255, 255, 0.1);
        }

        .no-skin .navbar .navbar-toggle.display,
        .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
            background-color: #4d9dcc;
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
            border-color: rgba(255, 255, 255, 0.35);
        }

    .no-skin .sidebar {
        background-color: #f2f2f2;
        border-style: solid;
        border-color: #cccccc;
        border-width: 0 1px 0 0;
    }

    .no-skin .nav-list .open > a,
    .no-skin .nav-list .open > a:hover,
    .no-skin .nav-list .open > a:focus {
        background-color: #fafafa;
    }

    .no-skin .nav-list > li {
        border-color: #e5e5e5;
    }

        .no-skin .nav-list > li > a {
            background-color: #f8f8f8;
            color: #585858;
        }

            .no-skin .nav-list > li > a:focus {
                background-color: #f8f8f8;
                color: #1963aa;
            }

        .no-skin .nav-list > li:hover > a {
            background-color: #ffffff;
            color: #266cad;
        }

        .no-skin .nav-list > li.open > a {
            background-color: #fafafa;
            color: #1963aa;
        }

        .no-skin .nav-list > li.active > a {
            font-weight: bold;
            color: #2b7dbc;
        }

            .no-skin .nav-list > li.active > a,
            .no-skin .nav-list > li.active > a:hover,
            .no-skin .nav-list > li.active > a:focus {
                background-color: #ffffff;
            }

        .no-skin .nav-list > li .submenu {
            background-color: #ffffff;
            border-color: #e5e5e5;
        }

            .no-skin .nav-list > li .submenu > li > a {
                border-top-color: #e4e4e4;
                background-color: #ffffff;
                color: #616161;
            }

                .no-skin .nav-list > li .submenu > li > a:hover {
                    color: #4b88b7;
                    background-color: #f1f5f9;
                }

            .no-skin .nav-list > li .submenu > li.active > a {
                color: #2b7dbc;
            }

                .no-skin .nav-list > li .submenu > li.active > a > .menu-icon {
                    color: #c86139;
                }

            .no-skin .nav-list > li .submenu > li.active.open > a > .menu-icon {
                color: inherit;
            }

@media only screen and (min-width: 992px) {
    .no-skin .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
        color: inherit;
    }
}

.no-skin .nav-list > li .submenu > li.active:not(.open) > a {
    background-color: #f5f7fa;
}

    .no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover {
        background-color: #f1f5f9;
    }

.no-skin .nav-list > li > .submenu .open > a,
.no-skin .nav-list > li > .submenu .open > a:hover,
.no-skin .nav-list > li > .submenu .open > a:focus {
    border-color: #e4e4e4;
}

.no-skin .nav-list > li > .submenu li > .submenu > li a {
    color: #757575;
}

    .no-skin .nav-list > li > .submenu li > .submenu > li a:hover {
        color: #4b88b7;
        background-color: #f1f5f9;
    }

.no-skin .nav-list > li > .submenu li.open > a {
    color: #4b88b7;
}

.no-skin .nav-list > li > .submenu li > .submenu li.open > a,
.no-skin .nav-list > li > .submenu li > .submenu li.active > a {
    color: #4b88b7;
}

.no-skin .nav-list > li > .submenu:before,
.no-skin .nav-list > li > .submenu > li:before {
    border-color: #9dbdd6;
}

.no-skin .nav-list > li.active > .submenu:before,
.no-skin .nav-list > li.active > .submenu > li:before {
    border-color: #8eb3d0;
}

.no-skin .sidebar-toggle {
    background-color: #f3f3f3;
    border-color: #e0e0e0;
}

    .no-skin .sidebar-toggle > .ace-icon {
        border-color: #bbbbbb;
        color: #aaaaaa;
        background-color: #ffffff;
    }

.no-skin .sidebar-shortcuts {
    background-color: #fafafa;
}

.no-skin .sidebar-fixed .sidebar-shortcuts {
    border-color: #dddddd;
}

.no-skin .sidebar-shortcuts-mini {
    background-color: #ffffff;
}

.no-skin .nav-list li > .arrow:before {
    border-right-color: #B8B8B8;
    -moz-border-right-colors: #B8B8B8;
    border-width: 10px 10px 10px 0;
    left: -11px;
}

.no-skin .nav-list li > .arrow:after {
    border-right-color: #ffffff;
    -moz-border-right-colors: #ffffff;
    border-width: 10px 10px 10px 0;
    left: -10px;
}

.no-skin .nav-list > li.pull_up > .arrow:after {
    border-right-color: #ffffff !important;
    -moz-border-right-colors: #ffffff !important;
    border-width: 10px 10px 10px 0 !important;
    left: -10px !important;
}

.no-skin .nav-list > li.pull_up > .arrow:before {
    border-width: 10px 10px 10px 0 !important;
    left: -11px !important;
}

.no-skin .nav-list li.active > a:after {
    border-right-color: #2b7dbc;
    -moz-border-right-colors: #2b7dbc;
}

.no-skin .nav-list > li.active:after {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid;
    border-width: 0 2px 0 0;
    border-color: #2b7dbc;
}

.no-skin .sidebar-scroll .nav-list > li.active:after {
    right: 0;
}

@media only screen and (max-width: 991px) {
    .no-skin .sidebar.responsive .nav-list > li.active.open > a:after {
        display: block;
    }
}

.no-skin .sidebar.menu-min .nav-list > li > a > .menu-text {
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    border-color: #cccccc;
}

.no-skin .sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
}

.no-skin .sidebar.menu-min .nav-list > li.active > .submenu {
    border-left-color: #83b6d1;
}

.no-skin .sidebar.menu-min .nav-list > li > .submenu {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
}

.no-skin .sidebar.menu-min .nav-list > li > .arrow:after {
    border-right-color: #f5f5f5;
    -moz-border-right-colors: #f5f5f5;
    border-width: 8px 8px 8px 0;
    left: -8px;
}

.no-skin .sidebar.menu-min .nav-list > li > .arrow:before {
    border-width: 8px 8px 8px 0;
    left: -9px;
}

.no-skin .sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-right-color: #5a9ec2;
    -moz-border-right-colors: #5a9ec2;
}

.no-skin .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #83b6d1;
}

.no-skin .sidebar.menu-min .sidebar-shortcuts-large {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
    border-color: #cccccc;
}

.no-skin .sidebar.menu-min .sidebar-toggle > .ace-icon {
    border-color: #b1b1b1;
}

@media (max-width: 991px) {
    .no-skin .sidebar.responsive-min .nav-list > li > a > .menu-text {
        background-color: #f5f5f5;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #cccccc;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > .submenu {
        border-left-color: #83b6d1;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .submenu {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-top-color: #e6e6e6;
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .arrow:after {
        border-right-color: #f5f5f5;
        -moz-border-right-colors: #f5f5f5;
        border-width: 8px 8px 8px 0;
        left: -8px;
    }

    .no-skin .sidebar.responsive-min .nav-list > li > .arrow:before {
        border-width: 8px 8px 8px 0;
        left: -9px;
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > .arrow:before {
        border-right-color: #5a9ec2;
        -moz-border-right-colors: #5a9ec2;
    }

    .no-skin .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
        border-left-color: #83b6d1;
    }

    .no-skin .sidebar.responsive-min .sidebar-shortcuts-large {
        background-color: #ffffff;
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #cccccc;
    }

    .no-skin .sidebar.responsive-min .sidebar-toggle > .ace-icon {
        border-color: #b1b1b1;
    }
}

@media only screen and (min-width: 992px) {
    .no-skin .nav-list li.hover > .submenu {
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        border-color: #cccccc;
    }

        .no-skin .nav-list li.hover > .submenu > li.active > a {
            background-color: #f5f5f5;
        }

        .no-skin .nav-list li.hover > .submenu > li:hover > a {
            background-color: #eef3f7;
            color: #2e7db4;
        }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.active.open > a {
        background-color: #ffffff;
    }

    .no-skin .sidebar.navbar-collapse .nav-list li li.hover:hover > a {
        background-color: #ffffff;
    }

    .no-skin .sidebar.navbar-collapse .nav-list li li.hover > a:hover,
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.open > a:hover,
    .no-skin .sidebar.navbar-collapse .nav-list li li.hover.open.active > a:hover {
        background-color: #f1f5f9;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
        color: #c86139;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.open.hover > a.dropdown-toggle > .menu-icon {
        color: inherit;
    }
}

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a {
        color: #585858;
    }

        .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
            color: inherit;
        }

    .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:hover > a {
        background-color: #ffffff;
    }

    .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a {
        color: #616161;
    }

        .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
            color: inherit;
        }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .no-skin .sidebar.navbar-collapse .nav-list li.hover > .submenu {
        border-top-color: #e5e5e5;
        background-color: #ffffff;
    }

    .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a {
        background-color: #f5f7fa;
    }

        .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a:hover {
            background-color: #f1f5f9;
        }
}

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.h-sidebar {
        background-color: #f8f8f8;
    }

        .no-skin .sidebar.h-sidebar:before {
            background-color: #e4e4e4;
            -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li:hover {
            border-color: #cedde5;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.active {
            border-color: #79b0ce;
        }

            .no-skin .sidebar.h-sidebar .nav-list > li.active:before {
                background-color: #2b7dbc;
            }

            .no-skin .sidebar.h-sidebar .nav-list > li.active > a:after {
                border-width: 0 0 3px 0;
                border-color: transparent;
                border-bottom-color: #FFF;
                left: 0;
                right: 0;
                top: auto;
                bottom: -3px;
            }

        .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large {
            background-color: #FFF;
            border-color: #CCC;
            -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
            box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.1);
        }

            .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large:after {
                border-bottom-color: #FFF;
                -moz-border-bottom-colors: #FFF;
            }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .submenu {
            border-color: #cccccc;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
            border-color: transparent;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            -moz-border-left-colors: none;
            border-bottom-color: #FFF;
            -moz-border-bottom-colors: #FFF;
        }

        .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
            border-color: transparent;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            -moz-border-left-colors: none;
            -moz-border-bottom-colors: #B8B8B8;
            border-bottom-color: #B8B8B8;
        }
}

@media only screen and (max-width: 991px) {
    .no-skin .sidebar {
        border-width: 0 1px 1px 0;
        border-top-color: #d6d6d6;
    }

    .no-skin .menu-toggler + .sidebar.responsive {
        border-top-width: 1px;
    }

    .no-skin .sidebar.responsive-min {
        border-width: 0 1px 0 0;
    }

    .no-skin .sidebar.navbar-collapse {
        border-width: 0;
        border-bottom-width: 1px !important;
        border-bottom-color: #cccccc;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    }

        .no-skin .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
            background-color: #ffffff;
        }
}

.no-skin .sidebar-scroll .sidebar-shortcuts {
    border-bottom-color: #dddddd;
}

.no-skin .sidebar-scroll .sidebar-toggle {
    border-top-color: #dddddd;
}

.no-skin .main-container .menu-toggler {
    background-color: #444444;
}

    .no-skin .main-container .menu-toggler:before {
        border-top-color: #87b87f;
        border-bottom-color: #6fb3e0;
    }

    .no-skin .main-container .menu-toggler:after {
        border-top-color: #ffa24d;
        border-bottom-color: #d15b47;
    }

    .no-skin .main-container .menu-toggler > .toggler-text {
        border-top-color: #444444;
        -moz-border-top-colors: #444444;
    }

.no-skin .nav-list > li.disabled:before {
    display: none !important;
}

.no-skin .nav-list > li.disabled > a {
    background-color: #ebebeb !important;
    color: #656565 !important;
}

.no-skin .nav-list li .submenu > li.disabled > a,
.no-skin .nav-list li.disabled .submenu > li > a {
    background-color: #f2f2f2 !important;
    color: #7a7a7a !important;
    cursor: not-allowed !important;
}

    .no-skin .nav-list li .submenu > li.disabled > a > .menu-icon,
    .no-skin .nav-list li.disabled .submenu > li > a > .menu-icon {
        display: none;
    }

.nav-list li.highlight li.active > a:after,
.nav-list li li.highlight.active > a:after,
.nav-list li.highlight li.active > a:before,
.nav-list li li.highlight.active > a:before {
    display: none !important;
}

.nav-list > li.highlight.active > a:after,
.nav-list > li.highlight.active > a:before {
    display: block !important;
}

.sidebar-scroll .nav-list > li.active.highlight > a:after,
.sidebar-scroll .nav-list > li.active.highlight > a:before {
    display: none !important;
}

.no-skin .nav-list > li.highlight:hover,
.no-skin .nav-list > li.highlight.active {
    border-color: #c8d8e2;
}

    .no-skin .nav-list > li.highlight:hover + li,
    .no-skin .nav-list > li.highlight.active + li {
        border-top-color: #c8d8e2;
    }

    .no-skin .nav-list > li.highlight:hover > a,
    .no-skin .nav-list > li.highlight.active > a {
        background-color: #FFF;
    }

    .no-skin .nav-list > li.highlight.active:after {
        display: none;
    }

    .no-skin .nav-list > li.highlight.active:before {
        display: block;
        background-color: #4f90c2;
    }

    .no-skin .nav-list > li.highlight.active > a {
        background-color: #f2f6f9 !important;
    }

        .no-skin .nav-list > li.highlight.active > a:before,
        .no-skin .nav-list > li.highlight.active > a:after {
            display: block;
            content: "";
            position: absolute;
            top: -1px;
            right: -10px;
            bottom: auto;
            z-index: 1;
            border-style: solid;
            border-width: 20px 0 21px 10px;
            border-color: transparent;
        }

        .no-skin .nav-list > li.highlight.active > a:before {
            border-left-color: #a0bccd;
            -moz-border-left-colors: #a0bccd;
            right: -11px;
        }

        .no-skin .nav-list > li.highlight.active > a:after {
            border-left-color: #f2f6f9;
            -moz-border-left-colors: #f2f6f9;
        }

.no-skin .nav-list li li.highlight.active > a {
    background-color: #f2f6f9;
}

.no-skin .nav-list li li.highlight.active.open > a {
    background-color: #FFF;
}

    .no-skin .nav-list li li.highlight.active.open > a:hover {
        background-color: #f1f5f9;
    }

@media (min-width: 992px) {
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        right: auto;
        bottom: -2px;
        left: 50%;
        margin-left: -7px;
        border-color: transparent;
        -moz-border-right-colors: none;
        -moz-border-left-colors: none;
        -moz-border-top-colors: none;
        border-width: 8px 7px;
        border-bottom-color: #FFF;
        -moz-border-bottom-colors: #FFF;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin-left: -7px;
        border-width: 8px;
        border-color: transparent;
        -moz-border-right-colors: none;
        -moz-border-left-colors: none;
        -moz-border-top-colors: none;
        border-bottom-color: #74add7;
        -moz-border-bottom-colors: #74add7;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
    .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar.compact .nav-list li.highlight.active > a:after,
    .sidebar.compact .nav-list li.highlight.active > a:before {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sidebar.h-sidebar .nav-list li.highlight.active > a:after,
    .sidebar.h-sidebar .nav-list li.highlight.active > a:before {
        display: block !important;
        border-width: 8px !important;
        -moz-border-left-colors: none !important;
        -moz-border-right-colors: none !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
    }

    .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
    .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before {
        display: none !important;
    }
}

.sidebar.menu-min .nav-list > li.highlight.active > a:after,
.sidebar.menu-min .nav-list > li.highlight.active > a:before {
    display: block !important;
    top: -1px;
    border-width: 20px 0 21px 10px;
}

@media (max-width: 991px) {
    .sidebar.responsive-min .nav-list > li.highlight.active > a:after,
    .sidebar.responsive-min .nav-list > li.highlight.active > a:before {
        display: block !important;
        top: -1px;
        border-width: 20px 0 21px 10px;
    }
}

.onpage-help-backdrop {
    position: absolute;
    z-index: 99990;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    filter: alpha(opacity=5);
    background-color: rgba(0, 0, 0, 0.05);
}

.onpage-help-section {
    display: block;
    position: absolute;
    z-index: 100000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF', GradientType=0);
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px dashed #8BBCD3;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    text-align: center;
    vertical-align: middle;
    outline: none !important;
}

    .onpage-help-section > .ie-hover-fix {
        /* ie8-9 fix*/
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FFF;
        filter: alpha(opacity=1);
    }

    .onpage-help-section:focus,
    .onpage-help-section:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C9D8EA', endColorstr='#33C9D8EA', GradientType=0);
        background-color: rgba(201, 216, 234, 0.2);
        border-color: #77ACC4;
    }

    .onpage-help-section:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66C9D8EA', endColorstr='#66C9D8EA', GradientType=0);
        background-color: rgba(201, 216, 234, 0.4);
        border-color: #77ACC4;
        border-style: solid;
    }

    .onpage-help-section > .help-icon-1 {
        font-size: 36px;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        opacity: 0;
        filter: alpha(opacity=0);
        color: #FFF;
        text-shadow: 0 0 2px black;
        background-color: #85B8DB;
        border: 2px solid #FFF;
        border-radius: 100%;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
        width: 48px;
        height: 48px;
        line-height: 46px;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
    }

    .onpage-help-section:focus > .help-icon-1,
    .onpage-help-section:active > .help-icon-1 {
        opacity: 0.5;
    }

    .onpage-help-section:hover > .help-icon-1 {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .onpage-help-section.help-section-small > .help-icon-1 {
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        border-radius: 12px;
    }

    .onpage-help-section.help-section-smaller > .help-icon-1 {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 17px;
        border-radius: 8px;
    }

    .onpage-help-section > .help-icon-2 {
        position: absolute;
        z-index: 2;
        left: -4px;
        top: -4px;
        width: 18px;
        height: 18px;
        line-height: 16px;
        display: block;
        font-size: 16px;
        color: orange;
        background-color: #FFF;
        border: 1px solid orange;
        border-radius: 4px;
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .onpage-help-section:hover > .help-icon-2 {
        color: #59A34E;
        border-color: #59A34E;
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
    }

.onpage-help-modal {
    z-index: 100010;
}

    .onpage-help-modal + .modal-backdrop {
        z-index: 100009;
    }

.onpage-help-modal-buttons button {
    border-radius: 100%;
    border-width: 2px !important;
}

    .onpage-help-modal-buttons button:focus {
        outline: none !important;
    }

    .onpage-help-modal-buttons button.disabled {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

.onpage-help-content {
    max-width: 800px;
    margin: 0 auto;
}

.code-modal.onpage-help-modal .modal-dialog {
    margin-top: 6px;
    margin-bottom: 6px;
}

.code-modal.onpage-help-modal .modal-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.code-modal.onpage-help-modal .modal-body {
    padding: 10px 12px;
}

.onpage-help-modal pre {
    border-width: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 8px;
}

.onpage-help-modal .modal-title code {
    font-size: 13px;
}

.onpage-help-modal .modal-body {
    font-size: 14px;
}

@media print {
    .navbar {
        display: none !important;
        /**
	background: transparent none !important;
	border-bottom: 1px solid #DDD;
	
	.navbar-brand {
		color: @text-color !important;
	}

	.ace-nav {
		display: none !important;
	}
	*/
    }

    .sidebar {
        display: none !important;
    }

    .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .main-content .nav-search {
            display: none !important;
        }

        .main-content .breadcrumbs {
            float: right;
            border-width: 0 !important;
        }

            .main-content .breadcrumbs .breadcrumb > li + li:before {
                content: "/";
            }

            .main-content .breadcrumbs .breadcrumb .home-icon {
                display: none;
            }

    .ace-settings-container {
        display: none !important;
    }

    .footer {
        width: 100%;
        height: auto;
        position: relative;
    }

        .footer .footer-inner,
        .footer .footer-inner .footer-content {
            width: 100%;
        }

    .btn-scroll-up {
        display: none !important;
    }

    .btn,
    .btn.btn-app {
        background: transparent none !important;
        border-width: 1px !important;
        border-radius: 0 !important;
        color: #555 !important;
    }

    .label {
        border: 1px solid #666 !important;
    }

        .label[class*=arrowed]:before,
        .label[class*=arrowed]:after {
            display: none !important;
        }
}
