<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========================================================
*
* Amsterdam - premium admin template
*
* ========================================================
*
* File: main.css;
* Description: General template styles, including bootstrap components
* Version: 1.0
*
* ======================================================== */



/*===== Import css files =====*/

@import "font.css";
@import "plugins.css";
@import "bootstrap.css";

/*===== Basic reset =====*/

/*===== General styles =====*/


.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

.spacer-top { margin-top: 14px; }
.spacer-bottom { margin-bottom: 14px; }

#calendar a:hover {color:#fff !important}
#calendar a {color:#fff !important}
select[multiple] { font-size: 12px; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }



/*===== Charts tooltips =====*/

.jqstooltip { z-index: 10001; border: none!important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.chart-tooltip { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; color: #fff; font-size: 11px; padding: 4px 8px; border: 1px solid #282828; box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset; -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset;
	background: #3b3b3b;
	background: -moz-linear-gradient(top,  #3b3b3b 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#222222 100%);
	background: -o-linear-gradient(top,  #3b3b3b 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#222222 100%);
	background: linear-gradient(top,  #3b3b3b 0%,#222222 100%);
}


/*===== Demo classes =====*/

.threshold-buttons { margin-top: 16px; }
.icons-showcase li { float: left; width: 25%; margin: 2px 0; }
.icons-showcase li i { margin-right: 5px; }
.fs1 { font-size: 2em; }
.demo-list { text-align: center; }
.demo-list li { display: inline-block; margin: 0 10px; } 
.gap { display: block; height: 14px; background: none; border: none; }
.scrollspy-example { height: 200px; overflow: auto; position: relative; }


/*===== Main navigation =====*/

.navigation { margin-bottom: 30px; }
.navigation &gt; li { position: relative; margin-bottom: -1px; }
.navigation &gt; li &gt; a { text-shadow: 0 1px 1px #fff; color: #555; font-size: 12px; font-weight: bold; display: block; padding: 11px 12px; 
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

	border: 1px solid #d5d5d5;
 }
.navigation &gt; li.active &gt; a, .navigation &gt; li.active &gt; a:hover, .navigation &gt; li.active &gt; a:active { color: #fff; vertical-align: middle; box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset; -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset; -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset; text-shadow: 0 1px 1px #555;
	background: #2F86B2;
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #68B4DD 0%, #2F86B2 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68B4DD), color-stop(100%,#2F86B2));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #68B4DD 0%,#2F86B2 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #68B4DD 0%,#2F86B2 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #68B4DD 0%,#2F86B2 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(to bottom,  #68B4DD 0%,#2F86B2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68B4DD', endColorstr='#2F86B2',GradientType=0 );
	border-color: #2F86B2;
}
.navigation &gt; li &gt; a:hover { background: #f9f9f9; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.navigation &gt; li &gt; a:active { background: #f5f5f5; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.navigation &gt; li &gt; a &gt; i, .navigation &gt; li &gt; a &gt; b { font-size: 14px; display: block; float: left; margin-top: 4px; width: 1em; text-align: left; }
.navigation &gt; li &gt; a &gt; img { float: left; margin-top: 3px; margin-right: 10px; }


.navigation li ul { background: #fefefe; }
.navigation li ul li { border-bottom: 1px solid #e5e5e5; position: relative; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.navigation li ul li.current { border-right: 0; }
.navigation li ul li:first-child { border-top: none; }
.navigation li ul li a { color: #5f5f5f; font-size: 11px; display: block; padding: 10px 12px 10px 16px; }
.navigation &gt; li &gt; ul &gt; li.current &gt; a, .navigation &gt; li &gt; ul &gt; li.current &gt; a:hover { color: #327394; }
.navigation li a strong { padding: 5px 7px 4px 7px; color: #fff; line-height: 13px; height: 13px; text-shadow: none; position: absolute; right: 10px; top: 12px; background: #686868; font-size: 11px; 
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	box-shadow: 0 1px 1px white, 0 1px 2px #555 inset;
	-webkit-box-shadow: 0 1px 1px white, 0 1px 2px #555 inset;
	-moz-box-shadow: 0 1px 1px white, 0 1px 2px #555 inset;
}
.navigation li.active a strong { background: #555; box-shadow: 0 1px 2px #4A4A4A inset, 0 1px 2px rgba(255, 255, 255, 0.2); -moz-box-shadow: 0 1px 2px #4A4A4A inset, 0 1px 2px rgba(255, 255, 255, 0.2); }
.navigation &gt; li &gt; ul &gt; li &gt; a:before { content: "+"; float: left; margin-right: 10px; }
.navigation &gt; li &gt; ul &gt; li &gt; a:hover { background-color: #fcfcfc; color: #327394; }

.navigation &gt; li &gt; a &gt; span { display: block; float: left; margin: 4px 10px 0 0; width: 14px; height: 14px; background: url(../images/icons/mainnav/nav-sprite.png) no-repeat 0 0; }
.navigation &gt; li.active &gt; a &gt; span { width: 16px; height: 16px; margin: 4px 8px 0 0; }

.navigation &gt; li &gt; a &gt; span.menu-dashboard { background-position: -1px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-dashboard { background-position: 0 -15px; }

.navigation &gt; li &gt; a &gt; span.menu-forms { background-position: -18px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-forms { background-position: -17px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-components { background-position: -35px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-components { background-position: -34px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-icons { background-position: -52px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-icons { background-position: -51px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-charts { background-position: -69px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-charts { background-position: -68px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-messages { background-position: -86px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-messages { background-position: -85px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-tables { background-position: -103px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-tables { background-position: -102px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-errors { background-position: -120px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-errors { background-position: -119px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-typo { background-position: -137px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-typo { background-position: -136px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-calendar { background-position: -154px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-calendar { background-position: -153px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-files { background-position: -171px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-files { background-position: -170px -15px; }

.navigation &gt; li &gt; a &gt; span.menu-layouts { background-position: -188px 0; }
.navigation &gt; li.active &gt; a &gt; span.menu-layouts { background-position: -187px -15px; }


.navigation.spaced { border: none; }
.navigation.spaced &gt; li { margin-top: 3px; border: 0; }
.navigation.spaced &gt; li &gt; a { border: 1px solid #d5d5d5; }
.navigation.spaced &gt; li.active { border: 0; }
.navigation.spaced &gt; li.active &gt; a { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border: 1px solid #2F86B2; }
.navigation.spaced &gt; li:first-child { margin-top: 0; }
.navigation.spaced &gt; li &gt; ul &gt; li { border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-top: 0; }
.navigation.spaced &gt; li &gt; ul &gt; li.current { border-right: 0; }
.navigation.spaced &gt; li &gt; ul &gt; li:last-child { border-bottom: 1px solid #e5e5e5; }
.navigation.spaced &gt; li &gt; ul &gt; li:last-child &gt; a { border-bottom: 0; }

/* # Content
================================================== */

.content &gt; .body { padding: 0; }
.body {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
.block { margin-top: 20px; }
.wrapper { margin:10px 15px 10px 10px;position: relative;padding: 1px 2px 20px 2px;}
.top-wrapper { padding: 0 20px; }
.three-columns .content { margin:10px 20px 0 190px; min-height:800px;}
.subtitle { font-weight: bold; display: block; }
.subtitle code { margin-left: 6px; font-weight: normal; }

.content &gt; .body &gt; .block:first-child, 
.content &gt; .body &gt; .row-fluid:first-child &gt; .block,
.content &gt; .body &gt; .row-fluid:first-child [class*="span"] .block,
.content &gt; .body &gt; form:first-child &gt; .block,
.content &gt; .body &gt; form:first-child &gt; fieldset:first-child &gt; .block,
.tab-pane &gt; .block:first-child,
.tab-pane &gt; .row-fluid:first-child &gt; .block,
.tab-pane &gt; .row-fluid:first-child [class*="span"] .block,
.tab-pane &gt; form:first-child &gt; .block,
.tab-pane &gt; form:first-child &gt; fieldset:first-child &gt; .block

{ margin-top: 0; }




/*===== Middle navigation =====*/

.midnav { text-align: center; padding-bottom:0px; padding-top:0px;}
.midnav li { margin: 10px 10px 0 10px; position: relative; display: inline-block; text-align: center;}
.midnav li a { padding: 10px 16px 5px 16px; display: block; font-weight: bold; white-space: nowrap; color: #626262; text-shadow: 0 1px #fff;
	border: 1px solid #dadada;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
	background: linear-gradient(top,  #ffffff 0%,#fafafa 100%);
}
.midnav li a:hover {  
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 100%);
	background: linear-gradient(top,  #fefefe 0%,#f8f8f8 100%);
}
.midnav li a:active { box-shadow: 0 1px 5px #fafafa inset, 0 1px 2px #ffffff; -moz-box-shadow: 0 1px 5px #fafafa inset, 0 1px 2px #ffffff; background: #fafafa; }
.midnav li a &gt; span { display: block; line-height: 18px; font-weight: bold; }
.midnav li strong { position: absolute; font-weight: bold; top: 3px; right: 3px; font-size: 11px; color: white; padding: 3px 5px; display: block; line-height: 12px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
	background: #BA6D6D;
	background: -moz-linear-gradient(top,  #BA6D6D 0%, #934848 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BA6D6D), color-stop(100%,#934848));
	background: -webkit-linear-gradient(top,  #BA6D6D 0%,#934848 100%);
	background: -o-linear-gradient(top,  #BA6D6D 0%,#934848 100%);
	background: -ms-linear-gradient(top,  #BA6D6D 0%,#934848 100%);
	background: linear-gradient(top,  #BA6D6D 0%,#934848 100%);
}


.midnav.no-background { font-size: 0; }
.midnav.no-background li { border-right: 1px dashed #ddd; padding: 0 10px; margin-left: -1px; margin-right: 0; border-left: 1px dashed #DDD; }
.midnav.no-background li a { border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; padding: 6px 14px 0 14px; }
.midnav.no-background li a span { font-size: 12px; }


.midnav.midnav-font li a { padding: 15px 16px 4px 16px;text-decoration:none !important }
.midnav.midnav-font li a &gt; i { font-size: 32px; margin-right: 0; display: block; float: none; width: auto; line-height: 22px; }
.midnav.midnav-font li a &gt; span { margin-top: 4px; }
.midnav-font.no-background li a { padding: 8px 12px 0 12px; }


.easyPieChart { position: relative; text-align: center; font-size: 16px; font-weight: bold; }
.easyPieChart canvas { position: absolute; top: 0; left: 0; }
.piechart span { font-weight: bold; display: block; margin-top: 6px; }






/* # Form styles
================================================== */

.field-icon { position: absolute; top: 8px; right: 8px; display: block; font-size: 14px; line-height: 1; }
.req { margin-left: 5px; color: #DB6464; }
.sliderSpecs &gt; label { font-size: 11px; margin-right: 10px; margin-bottom: 0; display: inline-block; }
.sliderSpecs &gt; input { border: none; background: none!important; width: 30%!important; color: #3a70ab!important; border: none!important; box-shadow: none!important; -moz-box-shadow: none!important; font-weight: bold; }
.rtl-inputs [class*="span"] { float: right; }
.multiple { width: 100%; height: 200px; padding: 5px; border: 1px solid #dadada; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }



/* ===== Tags input  ===== */

div.tagsinput {width: 100%; overflow-y: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
div.tagsinput span.tag { border: 1px solid #a5d24a; display: block; float: left; padding: 0 5px; background: #cde69c; color: #638421; line-height: 23px; font-size: 11px; }
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; font-size: 11px; float: right; } 
div.tagsinput input { width: 60px; border: none; padding: 6px 8px; background: transparent; margin: 5px 5px 0 4px; }
div.tagsinput div { display: block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid { background: #FBD8DB !important; color: #90111A !important;}



/* ===== iPhone like checkboxes ===== */

.on_off .ibutton-label-off span { background: url(../images/elements/checkboxes/no.png) no-repeat; width: 8px; height: 9px; position: relative; left: -4px; display: block; top: 4px; float: right; padding-top: 0; margin-top: 2px; padding-right: 7px; text-indent: -9999px;  }
.on_off .ibutton-label-on span { background: url(../images/elements/checkboxes/yes.png) no-repeat; width: 11px; left: -1px; position: relative; height: 11px; top: 4px; display: block; float: right; padding-top: 0; margin-top: 1px; padding-right: 7px; }
.on_off .ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
.on_off .ibutton-container { height: 21px; }
.on_off .ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; background-position: 0 -52px; }
.on_off .ibutton-label-off { background-position: 100% -52px; }
.on_off .ibutton-label-on, .on_off .ibutton-label-off { height: 21px; }
.on_off .ibutton-handle { height: 20px; background-position: 0 -73px; }
.on_off .ibutton-handle-right { background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -73px;  }
.on_off .ibutton-handle-middle { background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -73px;  }
.on_off .ibutton-padding-left, .on_off .ibutton-padding-right { position: absolute;  top: 0; z-index: 2;  background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -52px; width: 3px; height: 20px; }
.on_off .ibutton-padding-right { background-position: 100% -52px; }
.toggle-label { display: inline-block; vertical-align: 9px; margin-right: 8px; }
.on_off .toggle-label { vertical-align: 6px; }
.ibutton-container { position: relative; height: 26px; cursor: pointer; overflow: hidden; max-width: 400px; display: inline-block; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore;  -moz-user-input: disabled; width: 89px; margin-right: 8px; }
.ibutton-container input { position: absolute; top: 0; left: 0; filter:alpha(opacity=0); -moz-opacity: 0.0;  opacity: 0.0; -moz-user-input: enabled  !important; }
.ibutton-handle { display: block; height: 25px; cursor: inherit; position: absolute; top: 0; left: 0; width: 0; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -26px; z-index: 3; padding-left: 3px; width: 33px; }
.ibutton-handle-right { height: 100%; width: 100%; padding-right: 3px; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -26px; z-index: 3;  }
.ibutton-handle-middle { height: 100%; width: 100%; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -26px; z-index: 3;  }
div.ibutton-label-on, div.ibutton-label-off { white-space: nowrap; font-size: 11px; line-height: 26px; font-weight: bold; text-transform: uppercase; cursor: inherit; display: block; height: 26px; position: absolute; width: auto; top: 0; overflow: hidden;  text-align: center; background: transparent url(../images/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 0; }
div.ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; }
div.ibutton-label-on span { padding-left: 0px; }
div.ibutton-label-off { color: #fff; background-position: 100% 0; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
div.ibutton-label-off span label { padding-right: 10px;  margin-left: -2px }
.ibutton-padding-left { left: 0; }
.ibutton-padding-right { right: 0; }
.ibutton-disabled { cursor: not-allowed !important; opacity: 0.6; filter:alpha(opacity=60); }



/* =====  Dual select boxes  ===== */

.dual-control .btn { padding: 0 8px; line-height: 24px; font-size: 11px; cursor: pointer; color: #999; height: 26px; margin: 2px 1px; }
.dual-control .btn:active { color: white; }
.left-box, .right-box { width: 40%; position: relative; }
.left-box .multiple, .right-box .multiple { height: 300px; margin-top: 15px; }
.left-box { float: left; }
.right-box { float: right; }
.filter { position: absolute; right: 10px; top: 7px; font-size: 12px; background: none; border: none; color: gray; }
.dual-control { text-align: center; width: 90px; margin: 150px 1px; position: absolute; left: 50%; margin-left: -45px; } 
.count-label { color: gray; font-style:italic; margin-top: 10px; display: block; }
.box-filter {  background: white; width: 100%; border: 1px solid #D5D5D5; padding: 7px 8px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }



/*===== Select2 styles =====*/

.select2-container { position: relative; display: inline-block; zoom: 1; *display: inline; }
.selectMultiple { width: 100%; }
.select2-container, .select2-drop, .select2-search, .select2-search input{ -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.select2-container .select2-choice { border: 1px solid #d5d5d5; display: block; overflow: hidden; white-space: nowrap; position: relative; line-height: 27px; height: 27px; padding: 1px 0 0 10px; text-decoration: none; font-size: 11px; color: #707070;
	background: #fcfcfc; 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4)); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); 
	background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); 
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); 
	background: linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; 
	-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; 
}

.sidebar .select2-container { width: 100%; margin-bottom: 14px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }
.sidebar .select2-container .select2-choice { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }

.select2-container.select2-drop-above .select2-choice { -webkit-border-radius:0px 0px 2px 2px; -moz-border-radius:0px 0px 2px 2px; border-radius:0px 0px 2px 2px; }
.select2-container .select2-choice span { margin-right: 32px; display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
.select2-container .select2-choice abbr { display: block; position: absolute; right: 26px; top: 8px; width: 12px; height: 12px; font-size: 1px; cursor: pointer; text-decoration: none; border: 0; outline: 0; }
.select2-container .select2-choice abbr:hover { cursor: pointer; }
.select2-drop { background: #fff; color: #000; border: 1px solid #dadada; position: absolute; top: 100%; z-index: 9998; width:100%; margin-top: -1px; font-size: 11px; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
.select2-drop.select2-drop-above { -webkit-border-radius: 2px 2px 0px 0px; -moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; margin-top: 1px; }
.select2-container .select2-choice div { -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border-left: 1px solid #d2d2d2; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 21px; }
.select2-container .select2-choice div b { background: url(../images/elements/forms/sidebar_dropdown_arrows.png) no-repeat 7px 8px; display: block; width: 100%; height: 100%; }
.select2-search { display: inline-block; white-space: nowrap; z-index: 10000; width: 100%; margin: 5px 0; padding-left: 4px; padding-right: 4px; }
.select2-search-hidden { display: block; position: absolute; left: -10000px; }
.select2-search input { padding: 5px 20px 5px 6px; width:100%; margin:0; background: url(../images/elements/forms/dropdown-search.png) no-repeat 97%; height: 24px; }
.select2-dropdown-open .select2-choice { border: 1px solid #ccc; -webkit-border-bottom-left-radius : 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft : 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius : 0; border-bottom-right-radius: 0; }
.select2-results { margin: 0 4px 4px 0; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; max-height: 200px; }
.select2-results ul.select2-result-sub { margin: 0 0 0 0; }
.select2-results ul.select2-result-sub &gt; li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub &gt; li .select2-result-label { padding-left: 120px }
.select2-results li { color: #5f5f5f; }
.select2-results li.select2-result-with-children &gt; .select2-result-label { font-weight: bold; color: #303030; }
.select2-results .select2-result-label { padding: 3px 7px; margin: 0; cursor: pointer; }
.select2-results .select2-highlighted { background: #3875d7; color: #fff; } .select2-results li em { background: #feffde; font-style: normal; }
.select2-results .select2-highlighted em { background: transparent; }
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background: #f4f4f4; padding: 4px 8px; margin-top: 4px; border: 1px solid #e5e5e5; }
.select2-results .select2-disabled { display: none; }
.select2-more-results.select2-active { background: #f4f4f4 url('spinner.gif') no-repeat 100%; } 
.select2-more-results { background: #f4f4f4; display: list-item; }
.select2-container.select2-container-disabled .select2-choice { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; color: #999; } 
.select2-container.select2-container-disabled .select2-choice div { background-color: #f4f4f4; background-image: none; border-left: 0; }
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }
.select2-offscreen { position: absolute; left: -10000px; }


/* multiselect */

.select2-container-multi .select2-choices { min-height: 26px;border: 1px solid #DADADA; background: white; padding: 5px; width: 100%; overflow-y: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative; }
.select2-container-multi .select2-choices li { float: left; list-style: none; }
.select2-container-multi .select2-choices .select2-search-field { white-space: nowrap; margin: 0; padding: 4px 0; }
.select2-container-multi .select2-choices .select2-search-field input { width: 60px; border: none; padding: 6px 8px; height: 28px; background: transparent; }
.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url('spinner.gif') no-repeat 100% !important; }
.select2-container-multi .select2-choices .select2-search-choice { border: 1px solid #A5D24A; display: block; float: left; padding: 6px 8px 5px 22px; background: #CDE69C; color: #638421; margin: 5px; line-height: 13px; font-size: 11px; position: relative; white-space: nowrap; }
.select2-container-multi .select2-choices .select2-search-choice span { cursor: default; }
.select2-search-choice-close { display: block; position: absolute; top: 9px; width: 6px; height: 6px; font-size: 1px; background: url(../images/elements/forms/smallClose.png) no-repeat; outline: none; }
.select2-container-multi .select2-search-choice-close { left: 7px; }

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{ background-color: #F8F8F8; background-image: none; border: 1px solid #ddd; cursor: default; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { background-image: none; background-color: #F1F1F1; border: 1px solid #DDD; padding-left: 8px; color: #999; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; }




/* ===== Form styling  ===== */

.selector, .choice, .checker, .uploader, .selector *, .choice *, .checker *, .uploader *{ margin: 0; padding: 0; cursor: pointer; }

div.selector { background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); background: linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%); border: 1px solid #d5d5d5; line-height: 28px; height: 28px; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box;  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee; display: -moz-inline-box; display: inline-block; vertical-align: middle; zoom: 1; margin: 0; padding: 0 0 0 8px; cursor: pointer; width: auto; max-width: 280px; font-size: 12px; position: relative; overflow: hidden; }
div.selector span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #707070; text-shadow: 0 1px #f5f5f5; padding: 1px 32px 0px 2px; background: url(../images/elements/forms/select-arrow.png) no-repeat 100% 0; cursor: pointer; font-size: 11px; height: 28px; line-height: 27px; }
div.selector select { position: absolute; opacity: 0; filter: alpha(opacity:0); height: 27px; border: none; background: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: solid 1px white; width: 100%; top: 0px; left: 0px; }
.disabled { opacity: 0.6; filter: alpha(opacity=60);; }
.labelDisabled { color: #B7B7B7; }

.sidebar .selector { margin-bottom: 14px; height: 30px; line-height: 30px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

/* Checkboxes */

div.checker { width: 16px; height: 16px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin: 2px 8px 0 0; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }
div.checker input { width: 16px; height: 16px; opacity: 0; filter: alpha(opacity:0); display: inline-block; background: none; }
div.checker span { background: url(../images/elements/forms/checkboxes.png) no-repeat 0 0; height: 16px; width: 16px; display: -moz-inline-box; display: inline-block; text-align: center; }
div.checker span.checked { background-position: 0 -17px; }

/* Radio buttons */

div.choice { width: 16px; height: 17px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 2px; margin-right: 8px; }
div.choice input { width: 16px; height: 17px; opacity: 0; filter: alpha(opacity:0); display: inline-block; background: none; }
div.choice span { background: url(../images/elements/forms/radios.png) no-repeat 0 0; height: 17px; width: 16px; display: -moz-inline-box; display: inline-block; text-align: center; }
div.choice span.checked { background-position: 0 -18px; }

/* File uploader */

div.uploader { width: 240px; position: relative; overflow: hidden; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; background: #fdfdfd; padding: 2px 2px 2px 8px; }
div.uploader span.action { width: 22px; background: url(../images/elements/forms/add_files.png) no-repeat 0 0; height: 22px; font-size: 11px; font-weight: bold; cursor: pointer; float: right; text-indent: -9999px; display: inline; overflow: hidden; cursor: pointer; }
.sidebar .uploader { background: #fff; padding: 3px 3px 3px 10px; width: 100%; margin-bottom: 14px; 
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}
.sidebar .uploader input[type=file] { height: 32px; }
.sidebar .uploader input[type=file] { height: 32px; }
div.uploader:hover span.action { background-position: 0 -27px; }
div.uploader:active span.action { background-position: 0 -54px; }
div.uploader span.filename { color: #777; max-width: 200px; font-size: 11px; line-height: 22px; float: left; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: default; }
div.uploader input { width: 256px; opacity: 0; filter: alpha(opacity:0); position: absolute; top: 0; right: 0; bottom: 0; float: right; height: 26px; border: none; cursor: pointer; }
.uploader { display: -moz-inline-box; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; }



/*===== Form wizard =====*/

.ui-formwizard fieldset h1 {  padding: 8px 16px; font-size: 16px; border-bottom: 1px solid #EAEAEA; margin: 0; background: #FCFCFC; box-shadow: 0 1px 1px white inset; -webkit-box-shadow: 0 1px 1px white inset; -moz-box-shadow: 0 1px 1px white inset; }
.ui-formwizard .form-actions { border-top: 1px solid #eaeaea; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; }
.submit-data span { font-size: 11px; text-align: center; border-top: 1px solid #eaeaea; padding: 12px 0; display: block; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; }




/* === Dividers === */

.body .separator { height: 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #fff; position: relative; margin-top:20px; }
.separator &gt; span { position: absolute; left: 50%; margin-left: -21px; background: #f4f4f4 url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }
.well .separator &gt; span { background-color: #fafafa; }
.separator-reflected { width: 100%; border: 0; height: 1px; margin-top: 30px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));  
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));  
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));  
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
}
.separator-dashed { border-bottom: 1px dashed #fafafa; background: #ccc; margin-top: 30px; }
.separator-shadow { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.2); margin-top: 30px; }
.separator-doubled { padding: 0; height: 0; border: none; border-top: medium double #d5d5d5; color: #333; text-align: center; margin-top: 10px; }
.separator-doubled:after { content: "Â§"; display: inline-block; position: relative; top: -14px; font-size: 14px; padding: 0 8px; color: #888; }
.well .separator-doubled:after { background: #fafafa; }
.sidebar .separator { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #fff; margin-top: 0; margin-bottom: 30px; }
.sidebar .separator &gt; span {  }
.sidebar .separator-doubled { border-top: medium double #d5d5d5; color: #333; margin-top: 0; margin-bottom: 30px; }
.sidebar .separator-doubled:after { color: #999; }
.sidebar .separator-alt  { padding: 0; height: 0; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #fff; color: #333; text-align: center; margin-bottom: 30px; }
.sidebar .separator-alt:after  { content: "Â§"; display: inline-block; position: relative; top: -13px; font-size: 14px; padding: 0 8px; color: #888; }




/* Messages page
================================================== */

.messages li { position: relative; min-height: 36px; margin-top: 20px; }
.messages li:first-child { margin-top: 0; }
.messages &gt; li.divider { border-top: 1px solid #DFDFDF!important; margin: 20px 0 20px 0!important; min-height: 0; }
.messages &gt; li.divider &gt; span { background-color: #f5f5f5!important; }
.messages .by-user &gt; a, .messages .by-me &gt; a  { position: absolute; top: 0; display: block; }
.messages .by-user &gt; a { left: 0; }
.messages .by-me &gt; a { right: 0; }
.messages .by-user .arrow, .messages .by-me .arrow { width: 8px; height: 9px;  position: absolute;  top: 12px; }
.messages .by-user .arrow { background: url(../images/elements/other/messageArrow_left.png) no-repeat; left: -8px; }
.messages .by-me .arrow { background: url(../images/elements/other/messageArrow_right.png) no-repeat; right: -8px; }
.messages .by-user .area, .messages .by-me .area { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; padding: 8px 12px; position: relative; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid; }
.messages .by-user .area { background: #fafeff; border-color: #b5cdd7; margin-left: 52px; } 
.messages .by-me .area { background: #fff; border-color: #dcdcdc; margin-right: 52px; } 
.messages .area &gt; p { margin: 0; }
.by-user .pull-left &gt; strong { color: #2c596d; }
.by-me .pull-left &gt; strong { color: #393939; }
.info-row { font-size: 11px; color: #949494; margin-bottom: 4px; }
.info-row:after { content: ""; display: block; clear: both; }

.message { overflow: hidden; padding: 16px 0 8px; border-bottom: 1px solid #ddd; *zoom: 1; }
.message:first-child { padding-top: 0; }
.message-img { float: left; margin-right: 30px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; overflow: hidden; }
.message p { margin: 0; }
.message-img img { display: block; width: 44px; height: 44px; }
.message-body { margin-left: 74px; }
.message .text { padding: 10px; border: 1px solid #e5e5e5; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #fff; }
.message .attribution { margin: 6px 0 0; font-size: 11px; color: #666; }

.timeline-messages, .message { position: relative; }
.timeline-messages:before, .message:before, .message .text:before { content: ""; position: absolute; top: 0; left: 65px; }
.timeline-messages:before { width: 2px; top: 0; bottom: 0; background: rgba(0,0,0,0.1); left: 58px; }



/* Enter message field  */

.enter-message { position: relative; margin-top: -2px; margin-bottom: 4px; }
.enter-message-divider { height: 0; border-top: 1px solid #ddd; margin: 20px -16px; }
.enter-message.for-messages { margin-top: 0; }
.message-actions { margin-bottom: -5px; }
.message-actions:after { content: ""; display: block; clear: both; }
.enter-message textarea { width: 100%; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; display: block; border: 1px solid #d5d5d5;  box-shadow: 0 1px 1px #fafafa; -webkit-box-shadow: 0 1px 1px #fafafa; -moz-box-shadow: 0 1px 1px #fafafa; padding: 10px; color: #404040; }
.send-button { display: block; float: right; margin-top: 15px; }
.send-button .attach-link, .send-button .attach-photo { opacity: .4; filter: alpha(opacity=40); display: block; float: left; margin: 9px 0 0 12px; }
.send-button .attach-link:hover, .send-button .attach-photo:hover { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.send-button .attach-link { width: 12px; height: 12px; background: url(../images/elements/other/link.png) no-repeat; }
.send-button .attach-photo { width: 14px; height: 11px; background: url(../images/elements/other/photo.png) no-repeat; }
.send-button input[type=submit] { float: left; display: block; margin: 0 0 0 12px; }
.user-is-typing { float: left; color: #999; font-size: 11px; font-style: italic; margin-top: 18px; white-space: nowrap; }
.user-is-typing &gt; img { display: block; float: left; margin: 4px 8px 0 0; }




/* ===== Datatables ===== */

.dataTables_wrapper { position: relative; clear: both; *zoom: 1; }
.dataTables_length { float: right; padding: 12px 10px; display: block; }
.dataTables_length &gt; label &gt; span { float: left; margin-top: 3px; }
.dataTables_length .selector { margin-left: 10px; line-height: 26px; height: 26px; }
.dataTables_length .selector &gt; span { height: 26px; line-height: 26px; background-position: 100% -1px; padding-top: 0; }
.dataTables_length .selector select {  height: 26px;}
.show-entries { float: left; margin: 4px 15px 0 0; }
.dataTables_filter { padding: 14px 12px; position: relative; display: block; float: left; }
.dataTables_filter &gt; label, .dataTables_length &gt; label { margin: 0; }
.dataTables_filter label &gt; span { display: block; float: left; padding-top: 1px; }
.dataTables_filter input[type=text] { height: auto; padding: 5px 7px; margin-left: 15px; width: 180px; background: #f9f9f9; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; }
.dataTables_info { padding: 12px; display: block; float: left; }
.tableFooter { clear: both; padding: 8px 12px; height: 36px; font-size: 11px; color: #636363; border-top: 1px solid #cdcdcd; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; background: #f8f8f8; background: -moz-linear-gradient(top,  #f8f8f8 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top,  #f8f8f8 0%,#efefef 100%); background: -o-linear-gradient(top,  #f8f8f8 0%,#efefef 100%); background: -ms-linear-gradient(top,  #f8f8f8 0%,#efefef 100%); background: linear-gradient(top,  #f8f8f8 0%,#efefef 100%); }
.dataTables_paginate { float: right; margin: 12px; }
.dataTables_paginate .last { margin-right: 0!important; }
.datatable-header { border-bottom: 1px solid #ddd; }
.datatable-footer { border-top: 1px solid #ddd; padding: 1px 0; }
.datatable-footer {  
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
}
.datatable-header { background: #fafafa; }
.datatable-header:after, .datatable-footer:after { content: ""; display: block; clear: both; }

/* Two button pagination - previous / next */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { height: 19px; float: left; cursor: pointer; *cursor: hand; color: #111 !important; }
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover { text-decoration: none !important; }
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active { outline: none; }
.paginate_disabled_previous, .paginate_disabled_next { color: #666 !important; }
.paginate_disabled_previous, .paginate_enabled_previous { padding-left: 23px; }
.paginate_disabled_next, .paginate_enabled_next { padding-right: 23px; margin-left: 10px; }
.paginate_enabled_previous { background: url('../images/tables/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/tables/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/tables/back_disabled.png') no-repeat top left; }
.paginate_enabled_next { background: url('../images/tables/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/tables/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/tables/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers { height: 22px; line-height: 22px; }
.paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active { font-weight: normal!important; }
.paging_full_numbers a:active { outline: none }
.paging_full_numbers a:hover { text-decoration: none; }
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { border: 1px solid #d3d3d3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 5px 8px; margin: 0 3px; cursor: pointer; *cursor: hand; color: #919191; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;  }
.paging_full_numbers a.paginate_button { 
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
} 
.paging_full_numbers a.paginate_button:hover { background: #fcfcfc; color: #327394; }
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active { background: #6f6f6f; color: #fff; border-color: #646464; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff; font-weight: bold; }
.paginate_button_disabled, .paginate_button_disabled:active  { background: #F9F9F9!important; color: #CCC!important; box-shadow: none!important; font-weight: normal!important; border: 1px solid #E5E5E5!important; }
.paginate_button_disabled:active { border-color: #d3d3d3!important; }
.dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 30px; margin-left: -125px; margin-top: -15px; padding: 14px 0 2px 0; border: 1px solid #ddd; text-align: center; color: #999; font-size: 14px; background-color: white; }
.sorting { background: url('../images/tables/sort_both.png') no-repeat 100% 8px; }
.sorting_asc { background: url('../images/tables/sort_asc.png') no-repeat 100% 8px; }
.sorting_desc { background: url('../images/tables/sort_desc.png') no-repeat 100% 8px; }
.sorting_asc_disabled { background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px; }
.sorting_desc_disabled { background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px; }
table.dataTable th:active { outline: none; }
.dataTables_scroll { clear: both; }
.dataTables_scrollBody { *margin-top: -1px; -webkit-overflow-scrolling: touch; }



/*===== jGrowl styling =====*/

.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
.ie6 { position: absolute; }
.jGrowl { position: absolute; }
body &gt; .jGrowl { position: fixed; }
.jGrowl.top-left { left: 0px; top: 0px; }
.jGrowl.top-right { right: 7px; top: 0px; }
.jGrowl.bottom-left { left: 0px; bottom: 0px; }
.jGrowl.bottom-right { right: 0px; bottom: 0px; }
.jGrowl.center { top: 0px; width: 50%; left: 25%; }
.center .jGrowl-notification, .center .jGrowl-closer { margin-left: auto; margin-right: auto; }
.jGrowl .jGrowl-notification { border: 1px solid #3485ae; opacity: .95; filter: alpha(Opacity=95);  zoom: 1; width: 194px; padding: 8px 12px; margin-top: 5px; margin-bottom: 5px; font-size: 12px; text-align: left; display: none;
	background: #56a4ce;
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #56a4ce 0%, #3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a4ce), color-stop(100%,#3485ae));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset; 
}
.jGrowl-notification.growl-error { border: 1px solid #9E382F;
	background: #C24B40;
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #C24B40 0%, #9E382F 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C24B40), color-stop(100%,#9E382F));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #C24B40 0%,#9E382F 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #C24B40 0%,#9E382F 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #C24B40 0%,#9E382F 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #C24B40 0%,#9E382F 100%);
}
.jGrowl-notification.growl-success { border: 1px solid #7d9f3d; 
	background: #a3c85b;
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #a3c85b 0%, #7d9f3d 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c85b), color-stop(100%,#7d9f3d));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #a3c85b 0%,#7d9f3d 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #a3c85b 0%,#7d9f3d 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #a3c85b 0%,#7d9f3d 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #a3c85b 0%,#7d9f3d 100%);
}
.jGrowl-notification.growl-warning { border: 1px solid #b06f38;  
	background: #d79957;
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #d79957 0%, #b06f38 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d79957), color-stop(100%,#b06f38));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #d79957 0%,#b06f38 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #d79957 0%,#b06f38 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #d79957 0%,#b06f38 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #d79957 0%,#b06f38 100%);
}
.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer { margin: 13px; }
.jGrowl .jGrowl-notification .jGrowl-header { font-weight: bold; font-size: 10px; text-shadow: 0 1px 0 #777; text-transform: uppercase; }
.jGrowl  .jGrowl-notification  .jGrowl-close { z-index: 99; float: right; font-weight: bold; font-size: 12px; cursor: pointer; }
.jGrowl .jGrowl-closer { padding-top: 3px; padding-bottom: 3px; cursor: pointer; font-size: 11px; font-weight: bold; text-align: center; background: #333; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0 #595959, 0 1px 0 #222 inset; -webkit-box-shadow: 0 1px 0 #595959, 0 1px 0 #222 inset; -moz-box-shadow: 0 1px 0 #595959, 0 1px 0 #222 inset; color: #BBB; width: 220px; }
@media print { .jGrowl { display: none; } }



/*===== Note alerts =====*/

.note { text-align:left; color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset; -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset; font-size: 12px; padding: 9px 35px 8px 15px;
	background: #56a4ce url(../images/elements/ui/progress_overlay.png);
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #56a4ce 0%, #3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a4ce), color-stop(100%,#3485ae));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #56a4ce 0%,#3485ae 100%);
}
.note .close { position: relative; top: 1px; right: -16px; line-height: 20px; color: #fff; opacity: 0.8; filter: alpha(opacity=80); }
.note .close:hover { color: #fff; opacity: 1; filter: alpha(opacity=100); }

.note-warning {  
	background: #eca558 url(../images/elements/ui/progress_overlay.png);
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #eca558 0%, #e28131 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca558), color-stop(100%,#e28131));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #eca558 0%,#e28131 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #eca558 0%,#e28131 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #eca558 0%,#e28131 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #eca558 0%,#e28131 100%);
}
.note-success {  
	background: #a3cd54 url(../images/elements/ui/progress_overlay.png);
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #a3cd54 0%, #7da138 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3cd54), color-stop(100%,#7da138));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #a3cd54 0%,#7da138 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #a3cd54 0%,#7da138 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #a3cd54 0%,#7da138 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #a3cd54 0%,#7da138 100%);
}
.note-danger {  
	background: #ec795d url(../images/elements/ui/progress_overlay.png);
	background: url(../images/elements/ui/progress_overlay.png), -moz-linear-gradient(top,  #ec795d 0%, #d1573a 100%);
	background: url(../images/elements/ui/progress_overlay.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec795d), color-stop(100%,#d1573a));
	background: url(../images/elements/ui/progress_overlay.png), -webkit-linear-gradient(top,  #ec795d 0%,#d1573a 100%);
	background: url(../images/elements/ui/progress_overlay.png), -o-linear-gradient(top,  #ec795d 0%,#d1573a 100%);
	background: url(../images/elements/ui/progress_overlay.png), -ms-linear-gradient(top,  #ec795d 0%,#d1573a 100%);
	background: url(../images/elements/ui/progress_overlay.png), linear-gradient(top,  #ec795d 0%,#d1573a 100%);
}




/* ===== Syntax highlighter ===== */

.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #ca3131; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
.prettyprint { padding: 8px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
.prettyprint.linenums { -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; }
ol.linenums { margin: 0 0 0 33px; list-style-type: decimal; }
ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 20px; text-shadow: 0 1px 0 #fff; }



/* ===== Search widget  ===== */

.search-block { position: relative; box-shadow: 0 1px 1px #fcfcfc; -webkit-box-shadow: 0 1px 1px #fcfcfc; -moz-box-shadow: 0 1px 1px #fcfcfc; }
.search-block input[type=text] { border: 1px solid #ddd; padding: 9px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.search-block button { position: absolute; top: 0; right: 0; height: 100%; max-height: 100%; padding: 7px 8px; z-index: 99; border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; margin: 0; }
.search-block .search { width: 12px; height: 14px; display: block; background: url('../images/icons/icon-search.png') no-repeat; }
.search-block button:active &gt; .search { background-position: -12px 0; }



/*===== Dates range list =====*/

.dates-range li { float:left; display: block; width: 30%; }
.dates-range li.sep { margin: 3px 5px; color: #ddd; width: 2%; text-align: center; }
.dates-range li input[type=text] { width: 100%; }




/* # Media queries
================================================== */

@media (max-width: 1024px) {

	.content &gt; .body &gt; .row-fluid:first-child [class*="span"]:first-child .block, .tab-pane &gt; .row-fluid:first-child [class*="span"]:first-child .block { margin-top: 0; }
	.content &gt; .body &gt; .row-fluid:first-child [class*="span"] .block, .tab-pane &gt; .row-fluid:first-child [class*="span"] .block { margin-top: 30px; }

}

@media (min-width: 769px) {

	.sidebar-button { display: none; }

}

@media (min-width: 769px) and (max-width: 1024px) {

	div.jGrowl.top-right { right: 7px; }
	.content, .three-columns .content { margin: 20px 0px 20px 0px; }
	.sidebar { margin-left: 10px;}
	.wrapper { margin: 0 20px;  }

}

@media (max-width: 768px) {

	html { -webkit-text-size-adjust: none; }
	.topnav &gt; li.topuser &gt; a &gt; img { margin-right: 0; }
	.topnav &gt; li.topuser &gt; a &gt; span { display: none; }
	.topnav &gt; li { display: none; }
	.topnav .dropdown-menu { left: auto; right: 0; }
	.topnav &gt; li.search, .topnav &gt; li.sidebar-button, .topnav &gt; li.topuser { display: block; }
	.topnav &gt; li.search { position: static; }
	.top-search { width: 100%; }
	.content, .three-columns .content { margin: 0; }
	.sidebar { z-index: 997; background: #fafafa; width: 100%; top: 0; display: none; }
	.sidebar .block, .sidebar [class*="separator"] { display: none; }
	.navigation { margin-bottom: 0; }
	.show-sidebar { display: block; }
	.hide-sidebar { display: none; }
	.inline-bars li { padding: 12px 0; width: 25%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; }
	.inline-bars &gt; li &gt; .progress.vertical:first-child { margin-left: auto; }
	.inline-bars &gt; li &gt; .progress.vertical { margin: 0 auto; float: none; }
	.top-wrapper { padding: 0 0 0 10px; }
	.page-header h5 { padding-bottom: 15px; }
	.midnav { padding-top: 15px; padding-bottom: 25px; }

	.wrapper { margin: 15px 15px 0 15px; padding-bottom: 25px; }


}

@media (min-width: 481px) and (max-width: 768px) {

	div.jGrowl.top-right { right: 3px; }
	.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer { margin: 12px; }

}

@media (min-width: 480px) and (max-width: 767px) {

	.page-header .icons &gt; li { margin-left: 6px; }
	.page-header .icons &gt; li &gt; a &gt; span { display: none; }
	.page-header .icons &gt; li &gt; a &gt; i { float: none; margin-right: 0; }


}

@media (min-width: 320px) and (max-width: 479px) {

	.topnav &gt; li.topuser { display: none; }
	.topnav &gt; li.search { border-left: 1px solid #444; }
	.page-header h5 { padding-bottom: 14px; }
	.page-header .icons { display: none; }

}

@media (max-width: 480px) { 

	.content, .three-columns .content { margin: 0; }
	.wrapper { margin: 14px 10px 0 10px; padding-bottom: 14px; }

	.midnav { padding-top: 8px; padding-bottom: 18px; }
	.midnav li { width: 46%; padding: 0 2%; margin-left: -2px; margin-right: -2px; }
	.midnav li strong { top: 0; right: 4%; }
	.midnav.no-background li { width: 100px; }
	.piechart li { width: auto; }

	div.uploader, div.uploader input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; }

	.left-box, .right-box { width: 100%; float: none; }
	.dual-control { width: auto; margin: 20px 0; position: static; left: 0;  }
	.count-label { text-align: center; }

	.datatable-header, .datatable-footer { text-align: center; }
	.dataTables_length, .dataTables_paginate { float: none; padding-top: 0; margin-top: 0; display: block; }
	.dataTables_filter, .dataTables_info { float: none; }

	.toolbar li { height: 36px; } 
	.toolbar li a span { display: none; }

	.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box; }
	.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer { margin: 8px 0; }
	.jGrowl.top-right { right: 0px; top: 0px; left: 0; padding: 0 10px; }

	.dates-range li { width: 48%; }
	.dates-range li.sep { width: 4%; margin: 3px 0!important; text-align: center; }
	.dates-range li input { width: 100%; }

	.error-page  { top: 70px; margin-top: 0; }
	.error-page .reason { font-size: 100px; padding: 0; margin: 60px 0 20px 0; }
	.error-page .error-content { width: 280px; margin-top: 60px; padding-bottom: 25px; }

	.elfinder .elfinder-navbar { width: 130px; }
	.plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_file_size { display: none; }

}
</pre></body></html>