@charset "UTF-8";

@import "reset.css";
@import "fullcalendar.css";
@import "font.css";
@import "ui_custom.css";
@import "fancybox.css";
@import "bootstrap.css";
@import "elfinder.css";
@import "plugins.css";

/* Table of Content
==================================================
    # General styles
    # Typography
    # Top part
    # Sidebar stuff
    # Content stuff
    # Form styles
    # Tables
    # Invoice template
    # Login page
    # Error and offline pages
    # Messages page 
        # Gallery page
    # Special classes for resizable grid. Class "under" adds dynamically
    # Special classes for responsive layout
    # Responsive navigation
    # Media queries (remove them if you don't want to use responsive layout)
==================================================*/



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

html { height: 100%; }
body { 
	font-family: Arial, Helvetica, sans-serif; 
	/*background: url(../images/backgrounds/body.jpg); */
	background:#FCFCFC;
	font-size: 12px; 
	line-height: 22px; 
	color: #5f5f5f; 
	min-height: 100%; 
	position: relative; 
}

#page { padding-top: 55px;  }
#content { 
	padding-bottom: 60px; 
	position: relative; 
	margin-left: 80px; 
	padding-top: 49px; 
	}

.wrapper { margin: 0 30px; }

.clear { clear: both; display: block; }
.mfix { margin: 0 2px!important; }
.hidden { overflow:hidden }
.relative { position: relative; }
a { cursor: pointer; }
p { padding-top: 12px; }
img { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.inactive { color: #2B6893!important; }


.noBorderB { border-bottom: none!important; }
.nobg { background: none!important; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.displayNone { display: none; }
.display { display: block!important; }
.fullwidth { width: 100%; }

.thisRow { background: #f3f3e8!important; }
.hand { cursor: pointer; }

.floatL { display: block; float: left; }
.floatR { display: block; float: right; }

.legendLabel span { display: block; margin: 0 5px; }
.legendColorBox { padding-left: 10px; }

button, input[type=submit], input[type=image], input[type=reset] { cursor: pointer; }

.with { width: 326px; }
.without { width: 100px; }

.tooltip {              
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color: #fff;
font-size: 11px;
padding: 3px 8px;
background: #3b3b3b;
background: -moz-linear-gradient(top,  #3b3b3b 0%, #1d1d1d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(100%,#1d1d1d));
background: -webkit-linear-gradient(top,  #3b3b3b 0%,#1d1d1d 100%);
background: -o-linear-gradient(top,  #3b3b3b 0%,#1d1d1d 100%);
background: -ms-linear-gradient(top,  #3b3b3b 0%,#1d1d1d 100%);
background: linear-gradient(top,  #3b3b3b 0%,#1d1d1d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#1d1d1d',GradientType=0 );
}



/* # Typography
================================================== */

/* === Headings === */

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


/* === Text colors === */

.red { color: #A64949; }
.green { color: #4D7F12; }
.grey { color: #aaa; }


/* === Placeholder color === */

::-webkit-input-placeholder { color: #b3b3b3; }
:-moz-placeholder { color: #b3b3b3; }


/* === Text alignment === */

.textL { text-align: left!important; }
.textC { text-align: center; }
.textR { text-align: right; }


/* === Label styles === */

.redBack, .greenBack, .greyBack, .blueBack { padding: 5px 6px 4px 6px; -webkit-border-radius : 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fafafa; }
.redBack { background: #b75d5d; }
.greenBack { background: #7ab75d; }
.greyBack { background: #6a6a6a; }
.blueBack { background: #5d92b7; }


/* === List styles === */

.widget ol { padding-left: 16px; }
.caption { display: block; font-weight: bold; padding-bottom: 4px; }
.liTip li { background: url(../images/elements/other/updateDone.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liArrow li { background: url(../images/elements/control/subnav_arrow.png) no-repeat 0 8px; padding: 0 0 0 12px; }
.liInfo li { background: url(../images/elements/other/updateNotice.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liWarning li { background: url(../images/elements/other/updateWarning.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.liInfinite li { background: url(../images/elements/other/taskPending.png) no-repeat 0 8px; padding: 0 0 0 20px; }
.liDone li { background: url(../images/elements/other/taskDone.png) no-repeat 0 6px; padding: 0 0 0 20px; }

.niceList li {  border-top: 1px solid #fff; border-bottom: 1px solid #ddd; padding: 8px 12px;
background: #FDFDFD;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
}


/* ===  Charts  === */

.chart, .bars, .updating, .pie { height: 250px; margin: 10px 0 0 0; z-index: 90; width: 100%; }
.secNav .chartS, .secNav .barsS, .secNav .updatingS, .secNav .pieS { width: 100%; height: 250px; z-index: 90; }
.sideChart { background: #f5f5f5; padding: 10px; border-top: 1px solid  #CDCDCD; border-bottom: 1px solid #CDCDCD; }
.chartWrapper { overflow: hidden; }



/* # Top part
================================================== */
#top { background: url(../images/backgrounds/top.jpg) repeat-x 0 0; height: 48px; display: block; width: 100%; position: absolute; z-index: 1000; border-bottom: 1px solid #1c1c1c; }
.logo { float: left; margin-top: 10px; color: white; text-shadow: black 0.1em 0.1em 0.2em;font-size:15px;} 


.topNav { float: right; position: relative; }
/*.topSearch input[type=submit], .userSearch input[type=submit] { background: url(../images/sprites/sprite.png); }*/


/*=== User navigation ===*/

#sidebar ul.userNav { display: none; }
ul.userNav { float: left; margin: 10px 0 0 0; }
ul.userNav li { display: inline-block; margin: 0 0 0 10px; background: #262626; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; box-shadow: 0 1px 0 #4e4e4e; -webkit-box-shadow: 0 1px 0 #4e4e4e; -moz-box-shadow: 0 1px 0 #4e4e4e }
ul.userNav li:hover { background-color: #282828; }
ul.userNav li:active { background-color: #242424; }
ul.userNav li a { display: block; height: 28px; width: 28px; }

ul.userNav li a.screen { background: url(../images/icons/usernav/screen.png) no-repeat 9px 9px; }
ul.userNav li a.settings { background: url(../images/icons/usernav/settings.png) no-repeat 9px 9px; }
ul.userNav li a.profile { background: url(../images/icons/usernav/profile.png) no-repeat 9px 9px;  }
ul.userNav li a.messages { background: url(../images/icons/usernav/messages.png) no-repeat 9px 10px;  }
ul.userNav li a.logout { background: url(../images/icons/usernav/logout.png) no-repeat 9px 9px; }
ul.userNav li a.search { background: url(../images/icons/usernav/search.png) no-repeat 9px 9px; }
ul.userNav li a.sidebar { background: url(../images/icons/usernav/sidebar.png) no-repeat 9px 9px; }

/* === Search === */

.topSearch { position: absolute; display: none; right: 30px; top: 58px; background: url(../images/backgrounds/sidebar.jpg); padding: 10px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.topSearch input[type=text] { background: #2c2c2c; padding: 6px 8px 7px 8px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color: #9d9d9d; width: 180px; box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; -webkit-box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; -moz-box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; }
.topSearch input[type=submit] { background-position: 0 0; width: 19px; height: 20px; position: absolute; right: 14px; top: 14px; }
.topSearch input[type=submit]:hover { background-position: 0 -21px; }
.topSearch input[type=submit]:active { background-position: 0 -42px; }
.topDropArrow { background: url(../images/elements/other/dropTopArrow.png) no-repeat; width: 13px; height: 6px; position: absolute; left: 50%; top: -6px; margin-left: -6px; display: block; }

/* === User search (responsive) === */

.userSearch { display: none; position: relative; margin: 16px 16px 16px 0; }
/*
.userSearch input[type=text] { background: #2c2c2c; padding: 6px 8px 7px 8px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; height: 27px; color: #9d9d9d; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; -webkit-box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; -moz-box-shadow: 0 1px 1px #1c1c1c inset, 0 1px 1px #454545; }
.userSearch input[type=submit] { background-position: 0 0; width: 19px; height: 20px; position: absolute; right: 4px; top: 4px; }
.userSearch input[type=submit]:hover { background-position: 0 -21px; }
.userSearch input[type=submit]:active { background-position: 0 -42px; }
*/


/* # Sidebar stuff
================================================== */

#sidebar { display: block; background: url(../images/backgrounds/side.jpg) repeat-y; min-height: 100%; position: absolute; z-index: 999; border-right: 1px solid #c3c3c3; }
.mainNav { width: 100px; background: url(../images/backgrounds/sidebar.jpg); float: left; padding-top: 15px; position: relative; z-index: 99; padding-top: 49px; }
.secNav { position: relative; padding-left: 100px; z-index: 98; padding-top: 49px; }
.secNav h6 { font-size: 12px; padding: 0 15px; }
.secNav .secWrapper { float:left; width: 226px; }
.sideWidget { padding: 0 15px; }
#sidebar .legend { display: none; }
#sidebar .divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #f5f5f5; position: relative; margin: 20px 0; }
#sidebar .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #e6e6e6 url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }
.sideTable { background: #f5f5f5; border-top: 1px solid #c3c3c3; }
#sidebar .sidePad { padding: 0 15px; }


/* === User nav dropdown === */

.leftUser { display: none; position: absolute; top: 16px; font-size: 11px; width: 137px; padding-left: 7px; left: 106px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-align: left; background: url(../images/elements/other/userArrow.png) 0 11px no-repeat; z-index: 1000; }
.leftUser li { border-bottom: 1px solid #343434; border-top: 1px solid #545454; background: url(../images/backgrounds/sidebar.jpg);  }
.leftUser li:hover { background: #454545; }
.leftUser li:first-child { border-top: none; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px;  }
.leftUser li:last-child { border-bottom: none; -webkit-border-bottom-left-radius: 2px;  -webkit-border-bottom-right-radius: 2px;  }
.leftUser li a { display: block; padding: 6px 5px 6px 34px; color: #c2c2c2; }
.leftUser li a.sProfile { background: url(../images/icons/usernav/profile.png) no-repeat 12px 12px; }
.leftUser li a.sMessages { background: url(../images/icons/usernav/messages.png) no-repeat 12px 13px; }
.leftUser li a.sSettings { background: url(../images/icons/usernav/settings.png) no-repeat 12px 12px; }
.leftUser li a.sLogout { background: url(../images/icons/usernav/logout.png) no-repeat 12px 12px; }
.sLogout .active{
    border-bottom:1px dashed #ccc;
    border-top:1px dashed #ccc;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}



/* === User === */

.user { width: 100%; text-align: center; position: relative; padding-top: 16px;  border-top: 1px solid #545454; }
.user a { position: relative; display: inline-block; /*width: 80px; margin: 0 auto;*/ }
.user a > img { box-shadow: 0 1px 3px #1e1e1e; -webkit-box-shadow: 0 1px 3px #1e1e1e; -moz-box-shadow: 0 1px 3px #1e1e1e; }
.user a > span { background: url(../images/backgrounds/sidebar.jpg); padding: 0 2px 2px 2px; position: absolute; right: -2px; top: 0; display: block; text-align: center; -webkit-border-bottom-left-radius: 2px;   }
.user a > span > strong { font-size: 11px; font-weight: bold; display: block; padding: 0px 5px; color: white; line-height: 17px; height: 16px; white-space: nowrap; -webkit-border-radius: 2px; border-radius: 2px; -moz-border-radius: 2px;
background: #DA8854;
background: -moz-linear-gradient(top, #DA8854 0%, #C35A32 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA8854), color-stop(100%,#C35A32));
background: -webkit-linear-gradient(top, #DA8854 0%,#C35A32 100%);
background: -o-linear-gradient(top, #DA8854 0%,#C35A32 100%);
background: -ms-linear-gradient(top, #DA8854 0%,#C35A32 100%);
background: linear-gradient(top, #DA8854 0%,#C35A32 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da8854', endColorstr='#c35a32',GradientType=0 );
}
.user > span { display: block; color: #c2c2c2; margin-top: 10px; }


/* === Nav for user dropdown (responsive) === */ 

.altNav { text-align: center;  color:#fff;}


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

.nav { text-align: center; border-top: 1px solid #2e2e2e; margin-top: 10px; border-bottom: 1px solid #555555; }
.nav li { border-top: 1px solid #555555; border-bottom: 1px solid #2e2e2e; position: relative; }
.nav li a { display: block; padding: 14px 0 8px 0; color: #bababa; font-size: 11px; width: 100px; 
background: -moz-linear-gradient(top,  rgba(86,86,86,0.2) 0%, rgba(54,54,54,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,0.2)), color-stop(100%,rgba(54,54,54,0.2)));
background: -webkit-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: -o-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
background: linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#33363636',GradientType=0 );
}
.nav li a span { display: block; padding-top: 4px; text-shadow: 0 1px 0 #303030; }
.nav li a img { opacity: 0.5; filter: alpha(opacity=50); }
.nav > li > a:hover { 
background: -moz-linear-gradient(top,  rgba(86,86,86,0.2) 0%, rgba(54,54,54,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,0.2)), color-stop(100%,rgba(86,86,86,0.1)));
background: -webkit-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(86,86,86,0.1) 100%);
background: -o-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
background: linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(86,86,86,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#1a363636',GradientType=0 );
}

.nav > li:hover > ul{
    display:block !important;
}
.nav li a:active, .nav li a.active {  
background: -moz-linear-gradient(top,  rgba(86,86,86,0.1) 0%, rgba(54,54,54,0.1) 100%);
background: -webkit-linear-gradient(top,  rgba(120,120,120,0.2) 0%,rgba(120,120,120,0.3) 100%);
background: -o-linear-gradient(top,  rgba(128,128,128,0.4) 0%,rgba(115,115,115,0.3) 100%);
background: -ms-linear-gradient(top,  rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#1a363636',GradientType=0 );
}
.nav li a.active { color: #f4f4f4;   }
.nav li a.active img, .nav li a:hover img { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.nav > li > a:hover { color: #f4f4f4; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
         .nav li:hover ul {
    display: block;
}
.nav li ul {
    background: url("../images/elements/other/userArrow.png") no-repeat scroll 5px 11px transparent;
    border-radius: 2px 2px 2px 2px;
    display: none;
    font-size: 11px;
    left: 100px;
    min-width: 170px;
    padding-left: 12px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: nowrap;
    z-index: 1000;
}
.nav li ul li {
    background: url("../images/backgrounds/sidebar.jpg") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #343434;
    border-top: 1px solid #545454;
}
.nav li ul li:hover {
    background: none repeat scroll 0 0 #454545;
}
.nav li ul li:first-child {
    border-top: medium none;
}
.nav li ul li:last-child {
    border-bottom: medium none;
}
.nav li ul li a {
    color: #C2C2C2;
    display: block;
    padding: 8px 14px;
    width: auto;
}
.nav li ul li a span {
    float: left;
    padding-top: 3px;
}
.nav li ul li a [class*="icol-"] {
    opacity: 0.5;
    padding-top: 4px;
}
.nav li ul li ul {
    background: none repeat scroll 0 0 #505050;
    left: auto;
    padding-left: 0;
    position: static;
    right: 0;
}
.nav li ul li [class*="dataNum"] {
    box-shadow: 0 0 1px #101010;
}
.nav li ul li ul li {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #606060;
}
.nav li ul li ul li:hover {
    background-color: #555555;
}
.nav li ul li ul li, .nav li ul li ul li a {
    background: none repeat scroll 0 0 transparent;
}
.nav li ul li ul li a {
    background: url("../images/elements/control/subnav_arrow.png") no-repeat scroll 14px 16px transparent;
    padding-left: 26px;
}


/* === Sub sidebar top part === */

.secTop {  background: url(../images/backgrounds/contentTop.png) repeat-x; position: relative; }

.secTop [class^="triangle-"], .secTop [class*=" triangle-"]  { background: url(../images/elements/ui/triangles.png) no-repeat; width: 28px; height: 27px; display: block; position: absolute; top: 0; right: -1px; }
.secTop .triangle-red { background-position: -84px 0; }
.secTop .triangle-red:hover { background-position: -84px -27px; }
.secTop .triangle-red:active { background-position: -84px -54px; }

.secTop .triangle-green { background-position: -56px 0; }
.secTop .triangle-green:hover { background-position: -56px -27px; }
.secTop .triangle-green:active { background-position: -56px -54px; }

.secTop .triangle-blue { background-position: -28px 0; }
.secTop .triangle-blue:hover { background-position: -28px -27px; }
.secTop .triangle-blue:active { background-position: -28px -54px; }

.secTop .triangle-gold { background-position: 0 0; }
.secTop .triangle-gold:hover { background-position: 0 -27px; }
.secTop .triangle-gold:active { background-position: 0 -54px; }


/* === Icons line === */

.iconsLine { height: 28px; font-size: 11px; border-top: 1px solid #c3c3c3; }
.iconsLine { text-align: center; }
.iconsLine li { display: block; float: left; text-align: center; height: 28px; width: 100%; border-bottom: 1px solid #c3c3c3; box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #f6f6f6, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; }
.iconsLine li:first-child a { border-left: none;  margin-left: 0;}
.iconsLine li a { display: block; padding: 0; height: 28px; border-left: 1px solid #c3c3c3; line-height: 28px; }
.iconsLine li a img { padding: 7px 0; height: 12px; }
.iconsLine li:hover { 
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
 }
.iconsLine li.clicked {  box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; -webkit-box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; -moz-box-shadow: 0 1px 0px #eee inset, 0 1px 0 #ededed; }
.iconsLine li.clicked a { background: url(../images/backgrounds/subnav.jpg); border-bottom: 1px solid #dadada; }

.ic1 li { width: 100%; }
.ic1 li a { color: #707070; font-size: 11px; }
.ic2 li { width: 50%; }
.ic3 li { width: 75px; }
.ic3 li:first-child { width: 76px; }
.ic4 li { width: 56px }
.ic4 li:first-child { width: 58px }
.ic5 li { width: 45px; }
.ic5 li:first-child { width: 46px; }


/* === Subnav styles === */

.subNav { border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.subNav .hasNum { padding: 7px 45px 8px 14px; }
.subNav li { font-size: 11px; position: relative; }
.subNav li a > img { display: block; float: left; padding: 5px 10px 0 0; }
.subNav li a { color: #6a6a6a; padding: 8px 14px 8px 14px; display: block;  border-top: 1px solid #fdfdfd; border-bottom: 1px solid #cecece; font-weight: bold;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
 }
 .subNav li a:hover {
 background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );
}
.subNav li a:active { background: #f0f0f0; }
.subNav li ul { border-bottom:1px solid #cecece; }
.subNav li ul li { border-top:1px solid #e3e3e3; }
.subNav li ul li:first-child { border-top: none; }
.subNav li ul li a { background: #fafafa url(../images/elements/control/subnav_arrow.png) no-repeat 14px; padding-left: 30px; border: none; font-weight: normal; }
.subNav li ul li a:hover { background: #fffffa url(../images/elements/control/subnav_arrow.png) no-repeat 14px; }
.subNav li a.this { background: url(../images/backgrounds/body.jpg); margin-right: -1px; color: #a64949; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); padding-left: 10px; }
.subNav .activeli { border-left: 4px solid #505050; }


/* === Sidebar widgets === */


/* Numbers statistics */

.numStats ul li { float: left; text-align: center; width: 50px; padding: 0 12px; border-right: 1px dotted #bbb; border-left: 1px dotted #f5f5f5; }
.numStats ul li a { color: #b35d5d; text-shadow: 0 1px #f5f5f5; font-size: 18px; font-weight: bold; }
.numStats ul li span { display: block; color: #717e88; font-size: 11px; margin-top: -4px; }
.numStats ul li.last { border-right: none; }
.numStats ul li:first-child { border-left: none; }


/* Tags */

.secNav .tagsinput { background: none; border: none; padding: 0 8px; margin: -3px 0; }
.secNav .tagsinput span.tag { margin: 3px; color: #5f5f5f;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: -o-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
background: linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 );
border: 1px solid #D2D2D2;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.secNav .tagsinput span.tag a { color: #aaa; }


/* Chosen selects */

.secNav .chzn-container { width: 100%!important; max-width: 100%; }
.secNav .chzn-container-single .chzn-search input { max-width: 187px; }


/* Widget sample */

.secNav .widget { border-radius: 0; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; border-left: none; border-right: none; margin-top: 0; }
.secNav .whead { border-radius: 0; box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; }
.secNav .whead h6 { padding: 8px 12px 7px 12px; }
.secNav .widget .body { padding: 10px 12px; }


/* Forms styles */

.secNav .formRow { padding: 0; border: none; margin-top: 18px; }
.secNav .formRow:first-child { margin-top: 0; }
.secNav .formRow > label { padding: 0 0 6px 0; }
.secNav .formRow input[type="text"], .secNav .formRow input[type="password"], .secNav .formRow textarea { box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; border: 1px solid #ccc; }
.secNav input[type="submit"], .secNav input[type="button"], .secNav button { width: 100%; }
.secNav .uploader { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; width: 197px; box-shadow: 0 1px 0 #f2f2f2; -webkit-box-shadow: 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 #f2f2f2; border: 1px solid #ccc;  }
.secNav .checker { box-shadow: 0 1px 0 #f5f5f5; -webkit-box-shadow: 0 1px 0 #f5f5f5; -moz-box-shadow: 0 1px 0 #f5f5f5; }
.secNav .uploader > input { width: 195px; }
.secNav .selector { max-width: 187px; width: 187px; }


/* Contact list */

.userList { border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
.userList li { border-top: 1px solid #fff; border-bottom: 1px solid #cecece; 
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
 }
.userList li:hover {  
 background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
background: linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );
 }
.userList li:active { background: #f0f0f0; }
.userList li a > img { float: left; margin: 0 10px 0 0; box-shadow: 0 1px 1px #f5f5f5; -webkit-box-shadow: 0 1px 1px #f5f5f5; -moz-box-shadow: 0 1px 1px #f5f5f5; }
.userList li a { color: #6a6a6a; padding: 10px 14px; display: block; position: relative;  }
.userList li.this {  margin-right: -1px; }
.userList li.this a { background: url(../images/backgrounds/body.jpg); margin-right: -1px; border-top: 1px solid transparent; }
.userList li.this .contactName > strong { color: #B35D5D; } 
.userList li.this .contactName > i { color: #959595; } 

.contactName { float: left;  }
.contactName > strong { color: #393939; text-shadow: 0 1px #fff; display: block; line-height: 22px; }
.contactName > strong > span { color: #b35d5d; }
.contactName > i { display: block; font-style: normal; font-size: 11px; color: #656565; line-height: 10px; }
 
.status_available, .status_away, .status_off { width: 7px; height: 7px; background: url(../images/elements/other/contact_status.png) no-repeat; display: block; position: absolute; top: 50%; right: 10px; margin-top: -4px; }
.status_available { background-position: 0 0; }
.status_away { background-position: 0 -8px; }
.status_off { background-position: 0 -16px; }


/* Upload files */

.filesDown > li { display: block; padding: 8px 24px 8px 12px; font-size: 11px; border-bottom: 1px solid #ddd; border-top: 1px solid #fdfdfd; position: relative;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
background: linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
}
.filesDown > li:first-child { padding: 8px 12px; }
.filesDown > li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; border-bottom: none; }
.fileProcess { margin-top: 6px; padding: 0 6px; }
.fileProcess > .loader { float: left; margin-top: 3px; }
.filesDown .remove { position: absolute; right: 10px; top: 15px; display: block; width: 7px; height: 8px; cursor: pointer; background: url(../images/elements/other/removeLi.png) no-repeat; }
.fileProcess strong { color: #436b80; padding-left: 8px; font-size: 12px; }
.fileProgress { color: #909090; white-space: nowrap; margin-bottom: 12px; }
.filesDown > li.currentFile { background: none; }
.fileSuccess, .fileError { width: 12px; height: 13px; display: block; float: left; margin: 5px 10px 0 0; }
.fileSuccess { background: url(../images/elements/other/fileSuccess.png) no-repeat; }
.fileError { background: url(../images/elements/other/fileError.png) no-repeat; }
.fileQueue { width: 12px; height: 6px; background: url(../images/elements/other/taskPending.png) no-repeat; display: block; float: left; margin: 8px 10px 0 0; }

.sideUpload .fileProcess { padding: 0; margin-bottom: 10px; }
.sideUpload .filesDown > li.currentFile { background: #f2f2f2; border-top: 1px solid #c3c3c3; }
.sideUpload .fileProgress { margin-bottom: 10px; }
.sideUpload .filesDown > li:last-child { border-bottom: 1px solid #c3c3c3; }
.dropFiles { background: url(../images/dropFiles.png) no-repeat; display: block; width: 189px; height: 123px; margin: 0 auto 20px auto; opacity: 0.8; filter: alpha(opacity=80); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.dropFiles: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; }
.sideUpload .contentProgress { height: 5px!important; box-shadow: 0 1px 1px #fff!important; -webkit-box-shadow: 0 1px 1px #fff!important; -moz-box-shadow: 0 1px 1px #fff!important; background: #7d7d7d!important; border: none!important }


/* General balance */

.balance { padding: 0 15px; line-height: 18px; }
.balance .balInfo { float: left; margin: 14px 10px 0 0; font-size: 14px; font-weight: bold; }
.balance .balInfo > span { color: #959595; display: block; font-weight: normal; font-size: 11px; }
.balance .balAmount { float: right; font-size: 16px; color: #52777b; font-weight: bold; text-shadow: 0 1px #fff; margin-top: 8px; text-align: center; }
.balance .balAmount > span { display: block; margin-top: 5px;  }
.balBars { display: block; width: 60px; height: 18px; }


/* Sidebar color buttons */
 
.sideB { font-size: 10px; font-weight: bold; text-transform: uppercase; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; padding: 5px; display: block; text-align: center; color: #fff; }

.sideRed { border: 1px solid #7d3030; box-shadow: inset 0 1px 0 #b57474; -webkit-box-shadow: inset 0 1px 0 #b57474; -moz-box-shadow: inset 0 1px 0 #b57474;
background: #9c4545;
background: -moz-linear-gradient(top,  #9c4545 0%, #7d3030 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c4545), color-stop(100%,#7d3030));
background: -webkit-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: -o-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: -ms-linear-gradient(top,  #9c4545 0%,#7d3030 100%);
background: linear-gradient(top,  #9c4545 0%,#7d3030 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4545', endColorstr='#7d3030',GradientType=0 );
}

.sideGreen { border: 1px solid #699818; box-shadow: inset 0 1px 0 #a5c965; -webkit-box-shadow: inset 0 1px 0 #a5c965; -moz-box-shadow: inset 0 1px 0 #a5c965;
background: #86b630;
background: -moz-linear-gradient(top,  #86b630 0%, #6a9818 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b630), color-stop(100%,#6a9818));
background: -webkit-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: -o-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: -ms-linear-gradient(top,  #86b630 0%,#6a9818 100%);
background: linear-gradient(top,  #86b630 0%,#6a9818 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b630', endColorstr='#6a9818',GradientType=0 );
}

.sideGrey { border: 1px solid #c3c3c3; box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; color: #6a6a6a;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.sideGrey: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; }

.sideGreyish { border: 1px solid #505866; box-shadow: inset 0 1px 0 #9da4b1; -webkit-box-shadow: inset 0 1px 0 #9da4b1; -moz-box-shadow: inset 0 1px 0 #9da4b1;
background: #7b8596;
background: -moz-linear-gradient(top,  #7b8596 0%, #515967 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8596), color-stop(100%,#515967));
background: -webkit-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: -o-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: -ms-linear-gradient(top,  #7b8596 0%,#515967 100%);
background: linear-gradient(top,  #7b8596 0%,#515967 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8596', endColorstr='#515967',GradientType=0 );
}


/* Full width grey buttons */

.sideFullWidth { 
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
 }
.sideFullWidth li { width: 75px; float: left; }
.sideFullWidth li a span.users { background: url(../images/icons/sidebarButtons/users.png) no-repeat 50%; display: block; width: 100%; height: 100%; }
.sideFullWidth li:first-child a { border-left: none; }
.sideFullWidth li a { font-size: 10px; width: 75px; height: 46px; font-weight: bold; text-transform: uppercase; display: block; text-align: center; color: #fff; }
.sideFullWidth li a { border: 1px solid #c3c3c3; border-right: none; color: #6a6a6a; }
.sideFullWidth li a:hover {
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
background: linear-gradient(top,  #fafafa 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 );
}
.sideFullWidth li a:active { background: #f2f2f2; }


/* Full width dropdown */

.fulldd { height: 28px; box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; font-size: 11px;  }
.fulldd li { width: 100%; position: relative; }
.fulldd li a { color: #666666; text-decoration: none; padding: 3px 25px 3px 14px; display: block; white-space: nowrap; }
.fulldd li a:hover {
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.fulldd li a:active { background: #f8f8f8; }
.fulldd li a img { display: block; position: absolute; right: 10px; top: 11px; }

.fulldd li ul { position: absolute; display: none; right: -1px; border: 1px solid #c3c3c3; box-shadow: 0 1px 2px #dadada; -webkit-box-shadow: 0 1px 2px #dadada; -moz-box-shadow: 0 1px 2px #dadada; z-index: 1010; width: 100%; }
.fulldd li ul li { width: 100%; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.fulldd li ul li:first-child { border-top: none; }
.fulldd li ul li a {background: #FDFDFD; padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
}
.fulldd li ul li a:hover { background: #f5f5f5; }



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

/* === Dividers === */

.divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 35px 0 0 0; }
.divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.widget .divider { height: 0; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; min-height: 0; }
.widget .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #eeeeee url(../images/widgetDiv.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

.dialog .divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #fff; position: relative; margin: 20px 0; }
.dialog .divider > span { position: absolute; left: 50%; margin-left: -21px; background: #f5f5f5 url(../images/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px;  }


/* === Color marks === */

[class*="dataNum"] { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; color: #fff!important; font-size: 11px; font-weight: bold; display: block; padding: 3px 6px 2px 6px; height: 15px; line-height: 15px; }
#sidebar [class*="dataNum"] { position: absolute; right: 8px; top: 10px; }
#content [class*="dataNum"] { position: relative; text-shadow: none; display: inline-block; float: right; margin: 9px 9px 0 0; }
.dataNumBlue { background: #6F93A6; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #607f90; }
.dataNumGrey { background: #767676; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #666666; }
.dataNumGreen { background: #7aa745; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6a913b; }
.dataNumRed { background: #b35d5d; box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9b5151; }


/* === Content top part === */

/*.contentTop { height: 64px; padding: 0 30px; background: url(../images/backgrounds/contentTop.png) repeat-x; }*/
.contentTop { height: 64px; padding: 0 30px; }
.pageTitle { display: block; float: left; color: #626262; font-size: 14px; font-weight: bold; margin: 3px 3px 3px 0; }
/*.pageTitle { display: block; float: left; color: #626262; font-size: 14px; font-weight: bold; margin: 21px 30px 21px 0; }*/

/* Quick stats */

.quickStats { float: right; line-height: 16px; text-align: center; margin: 15px 0 14px 0; }
.quickStats .blue { color: #5d91a9; }
.quickStats li { display: block; float: left; border-left: 1px solid #d9d9d9; padding: 2px 15px 0 15px; white-space: nowrap; }
.quickStats li strong { font-size: 14px; padding-top: 1px; display: block; }
.quickStats li span { display: block; color: #5f5f5f; font-size: 11px; }
.quickStats li a { margin-right: 10px; margin-top: -2px; float: left; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.quickStats li:last-child { padding-right: 0; }
.quickStats li:first-child { border-left: 0; }

.blueImg, .redImg, .greenImg { width: 35px; height: 35px; }
.blueImg { background: #6e97aa; }
.redImg { background: #ba6d6d; }
.greenImg { background: #8fae53; }

.blueImg img { padding: 11px; }
.redImg img { padding: 10px 10px; }
.greenImg img { padding: 9px 13px;  }


/* === Breadcrumbs line === */

.breadLine { height: 28px; box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset; background: url(../images/backgrounds/breadcrumbs.png) repeat-x; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; font-size: 11px; }
.breadLine .hideArrow { width: 30px; float: left; background: url(../images/hideArrow.png) no-repeat; background-position: 12px 10px; padding: 14px 0 14px 0; border-right: 1px solid #c3c3c3; }
.breadLine .hideArrow:hover { background-color: #f5f5f5; }

/* Breadcrumbs */

.bc { margin: 0; float: left; }
ul.breadcrumbs { position: relative; z-index: 990; margin-left: 18px; }
ul.breadcrumbs li { float: left; }
ul.breadcrumbs li.current { border-right: none; }
ul.breadcrumbs li a { color: #666666; text-decoration: none; padding: 3px 20px 3px 14px; display: block; background: url(../images/icons/breadsArrow.png) no-repeat 100% 10px; height: 22px; line-height: 23px; }
ul.breadcrumbs li a:hover, ul.breadcrumbs li.hover a { color: #2B6893; }
ul.breadcrumbs > li:first-child { background: url(../images/icons/breadsHome.png) no-repeat 12px 10px; }
ul.breadcrumbs > li:first-child > a { padding-left: 28px; }
ul.breadcrumbs li.current > a { color: #B1B1B1; background: none; }
ul.breadcrumbs li ul { position: absolute; background: url(../images/subArrow.png) no-repeat 10px 5px; font-size: 11px; width: 160px; top: 28px; padding-top: 10px; margin-left: 12px; display: none; }
ul.breadcrumbs li ul li { width: 180px; border-bottom: 1px solid #343434; text-align: left; border-top: 1px solid #545454; background: url(../images/backgrounds/sidebar.jpg); padding: 0; float: none; }
ul.breadcrumbs li ul li:first-child { -webkit-border-top-right-radius: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-topleft: 2px; border-top: none; padding-top: 1px; }
ul.breadcrumbs li ul li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; }
ul.breadcrumbs li ul li:hover {  }
ul.breadcrumbs li ul li a { text-decoration: none; padding: 5px 14px 5px 24px; color: #CCCCCC !important; display: block; background: url(../images/elements/control/subnav_arrow.png) no-repeat 12px 13px; }
ul.breadcrumbs li ul li a:hover { background-color: #454545 }

/* Breadlinks */

.breadLinks { float: right; margin-right: 30px; }
.breadLinks > ul > li { float: left; border-right: 1px solid #c3c3c3; position: relative; }
.breadLinks ul li strong { color: #B35D5D; margin-left: 4px; }
.breadLinks > ul > li:first-child { border-left: 1px solid #c3c3c3; }
.breadLinks ul li a { color: #666666; padding: 3px 12px 3px 12px; display: block; }
.breadLinks ul li a.hasdd { background: url(../images/elements/control/hasddArrow.png) no-repeat 100%; }
.breadLinks ul li a:hover {  
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 ); }
.breadLinks ul li a:active {  background: #f8f8f8; }
.breadLinks ul li a span > img { margin-left: 6px; }
.breadLinks ul li ul { position: absolute; display: none; right: -1px; border: 1px solid #c3c3c3; box-shadow: 0 1px 2px #dadada; -webkit-box-shadow: 0 1px 2px #dadada; -moz-box-shadow: 0 1px 2px #dadada; z-index: 990; text-align: left; }
.breadLinks ul li ul, .breadLinks ul li ul li:last-child { -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px;  -moz-border-radius-bottomleft: 2px; }
.breadLinks ul li ul li { width: 140px; float: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
.breadLinks ul li ul li:first-child { border-top: none; }
.breadLinks ul li ul li a {background: #FDFDFD; padding: 5px 12px;
background: -moz-linear-gradient(top, #FDFDFD 0%, whiteSmoke 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,whiteSmoke));
background: -webkit-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -o-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: -ms-linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
background: linear-gradient(top, #FDFDFD 0%,whiteSmoke 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 ); }
.breadLinks ul li ul li a:hover { background: #f5f5f5; }


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

.middleNavR li, .middleNavR li a { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.middleNavR li { width: 84px; height: 84px; box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -webkit-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; -moz-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff; }
.middleNavR li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; } 

.middleNavS li, .middleNavS li a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.middleNavS li { width: 84px; height: 84px; box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -moz-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; }
.middleNavS li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; }

.middleNavA li, .middleNavA li a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.middleNavA li { box-shadow: none; }
.middleNavA li a { box-shadow: none; }

.middleNavR { text-align: center; margin: 30px 0 0 0; }
.middleNavR li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center;  border: 1px solid #dfdfdf; background: #e9e9e9; 
background: -moz-linear-gradient(top,  #e9e9e9 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);
background: linear-gradient(top,  #e9e9e9 0%,#eaeaea 100%);}
.middleNavR li a { 
position: absolute;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
background: linear-gradient(top,  #fafafa 0%,#dfdfdf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dfdfdf',GradientType=0 );
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
.middleNavR li a > img, .middleNavS li a > img { padding-top: 23px; }


.middleNavS { text-align: center; margin: 30px 0 0 0; }
.middleNavS li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center;  border: 1px solid #dfdfdf; background: #eee; }
.middleNavS li a { 
position: absolute;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 );
border: 1px solid #DFDFDF;
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}


.middleNavA { text-align: center; margin: 30px 0 0 0; }
.middleNavA li { margin: 5px 10px 0 10px; position: relative; display: inline-block; text-align: center; }
.middleNavA li a { 
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
background: linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 );
border: 1px solid #d5d5d5;
box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
-webkit-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
-moz-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
padding: 10px 16px 2px 16px;
display: block;
font-weight: bold;
white-space: nowrap;
color: #626262;}
.middleNavA li a:hover {  
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6ef2f2f26e6));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
background: linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 );}
.middleNavA li a:active {  
box-shadow: none;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f7f7f7));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
background: linear-gradient(top,  #f4f4f4 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f7f7f7',GradientType=0 );}
.middleNavA li a > span { display: block; padding-top: 4px; font-weight: bold; }
.middleNavA li a > .iconb { font-size: 32px; color: #808080; }


.middleFree { text-align: center; margin: 30px 0 0px 0; }
.middleFree li { margin: 5px 10px 0 10px; position: relative; display: inline-block; text-align: center; }
.middleFree li a { padding: 10px 16px 2px 16px; display: block; font-weight: bold; white-space: nowrap; color: #f5f5f5; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 1px #d5d5d5; }
.middleFree li a span { display: block; text-shadow: 0 1px 1px #707070; }
.middleFree li a > .iconb { font-size: 32px; padding: 3px 0; }
.middleFree li > strong {  
position: absolute; top: -6px; right: -6px; font-size: 11px; color: #f5f5f5; padding: 3px 5px; display: block; line-height: 12px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-shadow: 0 1px #606060;
background: url(../images/backgrounds/sidebar.jpg);
}


[class*="middleNav"] li strong { position: absolute; top: 3px; right: 3px; font-size: 11px; color: #fff; padding: 3px 5px; display: block; line-height: 12px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-shadow: 0 -1px #848484;
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba6d6d', endColorstr='#934848',GradientType=0 );
}

.middleNavR li > a:hover, .middleNavS li > a:hover  { 
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
}
.middleNavR li > a:active, .middleNavS li > a:active  { 
box-shadow: 0 2px 2px #efefef, 0 0px 3px 0px #cdcdcd inset;
-moz-box-shadow: 0 2px 2px #efefef, 0 0px 2px 0px #cdcdcd inset;
background: #e6e6e6;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );
-webkit-transform: translate(0px,1px);
-moz-transform: translate(0px,1px);}


/* === Widget and widget head elements === */

.widget { background: #f7f7f7; border: 1px solid #cdcdcd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #ccc; margin-top: 35px; position: relative; }
.widget > [class*="whead"] { border-bottom: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;  position: relative; }
.whead a { color: #636363; }
.widget > [class*="whead"] h6 { float: left; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold;  }
.widget .body { padding: 14px 16px; }

.whead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.wheadLight {  color: #636363;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
background: linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
}

.wheadLight2 {  color: #636363;
background: #fafcfd;
background: -moz-linear-gradient(top,  #fafcfd 0%, #eff1f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafcfd), color-stop(100%,#eff1f3));
background: -webkit-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: -o-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: -ms-linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
background: linear-gradient(top,  #fafcfd 0%,#eff1f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfd', endColorstr='#eff1f3',GradientType=0 );
}

.wheadLight3 {  color: #636363;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(237,237,237,1) 51%, rgba(239,239,239,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(239,239,239,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(237,237,237,1) 51%,rgba(239,239,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );}

/* Head icons and icon set */

.whead .iconb { font-size: 16px; }
.whead [class*="icos-"] { padding: 5px 0; margin: 0; }
.whead .dropdown-menu [class*="icos-"] { padding: 4px 0 0 0; margin-right: 10px; }
.whead .pull-right { right: -1px; }
.whead .bsideText { float: right; color: #217199; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold; }
.whead .contentProgress { float: right; width: 40%; margin: 16px 12px 16px 0; background: #e0e0e0; }
.whead .headInput { float: right; width: 50%; margin: 8px 7px 6px 7px; position: relative; }
.whead .headInput input[type=text] { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-size: 11px; color: #858585; box-shadow: 0 1px 0 #f5f5f5; -webkit-box-shadow: 0 1px 0 #f5f5f5; -moz-box-shadow: 0 1px 0 #f5f5f5; padding: 4px 20px 5px 5px; border: 1px solid #d7d7d7; display: inline-block; background: #fdfdfd; -webkit-appearance: none; }
.widget .whead > .titleIcon { float: left; padding: 9px 0 10px 0; width: 40px; border-right: 1px solid #D5D5D5; text-align: center; }
.titleIcon .checker { margin: 2px auto 0 auto; float: none; }

.headLoad { float: right; margin: 10px 10px 0 0; }
.headIcon { float: right; margin: 12px 12px 0 0; }
.headIconSet { float: right; margin-right: 12px; }
.headIconSet li { float: left; margin-left: 12px; }
.headIconSet li a { margin: 11px 0; display: block; }

/* Input fields */

.srch, .sbmt { position: absolute; right: 7px; top: 8px; border: none; width: 9px; height: 9px; }
.srch { background: url(../images/tables/searchSmall.png) no-repeat 0 0; }
.sbmt { background: url(../images/elements/control/headSubmit.png) no-repeat; right: 4px; }

/* Title toolbar */

.titleToolbar, .titleOpt  { float: right; font-size: 11px; font-weight: bold; }
.titleToolbar > li { float: left; border-left: 1px solid #c3c3c3; }
.titleToolbar > li:last-child > a { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; }
.titleToolbar > li > a { text-shadow: 0 1px white; padding: 7px 12px 8px 12px; display: block; }
.titleToolbar > li > a:active, .titleOpt > a:active { text-shadow: 0 1px #808080; box-shadow: none!important; }
.titleToolbar > li > a .iconb { float: none; margin-top: 0; }
.titleToolbar > li.drd > a { padding: 8px 10px 7px 10px; }
.titleOpt > a { padding: 6px 10px 7px 10px; border-left: 1px solid #c3c3c3; display: block; color: #636363; clear: both; }
.widget .tOptions { float: right; cursor: pointer; position: absolute; top: 0; right: 0; padding: 11px 12px 10px 12px; border-left: 1px solid #cdcdcd; }
.widget .tOptions:active, .act { background: #f5f5f5; }
.act { box-shadow: 0 1px 0 #eaeaea; -webkit-box-shadow: 0 1px 0 #eaeaea; -moz-box-shadow: 0 1px 0 #eaeaea; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; }


/* === Buttons === */

.buttonS, .buttonM, .buttonL, .buttonH, [class*="tablectrl"] {  font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.buttonS span, .buttonM span, .buttonL span, .buttonH span { text-shadow: 0 1px 0 #6f6f6f; margin-left: 10px; }
.buttonS { padding: 6px 14px; }
.buttonM { padding: 7px 15px; }
.buttonL { padding: 8px 18px; }
.buttonH { float: right; padding: 4px 12px 4px 12px; color: #fff!important; margin: 7px 10px 6px 10px; }
.bGreen:hover, .bRed:hover, .bBlue:hover, .bGreyish:hover, .bBlack:hover, .bLightBlue:hover, .bGold:hover, .bSea:hover, .bBrown:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.bDefault, .dualBtn, .searchLine button { border: 1px solid #c3c3c3; box-shadow: inset 0 1px 2px #fff; -webkit-box-shadow: inset 0 1px 2px #fff; -moz-box-shadow: inset 0 1px 2px #fff; color: #686868; text-shadow: none;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.bDefault:hover, .dualBtn:hover, .searchLine button:hover { -webkit-transition: box-shadow 0.05s ease-in-out; -moz-transition: box-shadow 0.05s ease-in-out; transition: box-shadow 0.05s ease-in-out;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
 }
.bDefault:active, .dualBtn:active, .titleToolbar > li > a:active, .titleOpt > a:active, .searchLine button:active { background: #eee; color: #505050; border-color: #c0c0c0; box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -webkit-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -moz-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; text-shadow: 0 -1px 1px #f1f1f1; }
.bDefault span { text-shadow: none; }

.bGreen { border: 1px solid #68a341; box-shadow: 0 1px 2px 0 #a4ca6c inset; -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset; -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
background: #96c161;
background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: linear-gradient(top, #96c161 0%,#609c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c161', endColorstr='#609c3d',GradientType=0 );
 }
.bGreen:active { background: #74aa49; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bRed {  border: 1px solid #a95151; box-shadow: 0 1px 2px 0 #cd8787 inset; -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset; -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
background: #c57979;
background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}
.bRed:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bRed:active { background: #b15e5e; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlue {  border: 1px solid #3e76af; box-shadow: 0 1px 2px 0 #66b2d2 inset; -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset; -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
background: #5ba5cb;
background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 );
}
.bBlue:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bBlue:active { background: #4786b8; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bGreyish { border: 1px solid #5e6779; box-shadow: 0 1px 2px 0 #9ca6b3 inset; -webkit-box-shadow: 0 1px 2px 0 #9ca6b3 inset; -moz-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
background: #8c97a6;
background: -moz-linear-gradient(top,  #8c97a6 0%, #596171 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c97a6), color-stop(100%,#596171));
background: -webkit-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -o-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -ms-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: linear-gradient(top,  #8c97a6 0%,#596171 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c97a6', endColorstr='#596171',GradientType=0 ); 
}
.bGreyish:active { background: #6d7787; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlack {  border: 1px solid #4e4e4e; box-shadow: 0 1px 2px 0 #959595 inset; -webkit-box-shadow: 0 1px 2px 0 #959595 inset; -moz-box-shadow: 0 1px 2px 0 #959595 inset;
background: #838383;
background: -moz-linear-gradient(top,  #838383 0%, #444444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
background: -webkit-linear-gradient(top,  #838383 0%,#444444 100%);
background: -o-linear-gradient(top,  #838383 0%,#444444 100%);
background: -ms-linear-gradient(top,  #838383 0%,#444444 100%);
background: linear-gradient(top,  #838383 0%,#444444 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 ); 
}
.bBlack:active { background: #5d5d5d; box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; }

.bLightBlue { border: 1px solid #5897c3; box-shadow: 0 1px 2px 0 #84c4dd inset; -webkit-box-shadow: 0 1px 2px 0 #84c4dd inset; -moz-box-shadow: 0 1px 2px 0 #84c4dd inset;
background: #6db5d5;
background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db5d5', endColorstr='#4a91c0',GradientType=0 );
}
.bLightBlue:active { background: #559cc7; box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; }

.bGold { border: 1px solid #c4853e; box-shadow: 0 1px 2px 0 #ddb65b inset; -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset; -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
background: #d5a44c;
background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a44c', endColorstr='#c07833',GradientType=0 );
}
.bGold:active { background: #ca8e40; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bSea {  border: 1px solid #5a837e; box-shadow: 0 1px 2px 0 #95b8b6 inset; -webkit-box-shadow: 0 1px 2px 0 #95b8b6 inset; -moz-box-shadow: 0 1px 2px 0 #95b8b6 inset;
background: #7ca6a3;
background: -moz-linear-gradient(top,  #7ca6a3 0%, #547b76 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ca6a3), color-stop(100%,#547b76));
background: -webkit-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -o-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -ms-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca6a3', endColorstr='#547b76',GradientType=0 );
}
.bSea:active { background: #68918d; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBrown {  border: 1px solid #9c6b3c; box-shadow: 0 1px 2px 0 #c8a85f inset; -webkit-box-shadow: 0 1px 2px 0 #c8a85f inset; -moz-box-shadow: 0 1px 2px 0 #c8a85f inset;
background: #bb934f;
background: -moz-linear-gradient(top,  #bb934f 0%, #996336 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb934f), color-stop(100%,#996336));
background: -webkit-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -o-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -ms-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: linear-gradient(top,  #bb934f 0%,#996336 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb934f', endColorstr='#996336',GradientType=0 );
}
.bBrown:active { background: #ad7f45; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }


/* === Widgets === */

/* Accordion */

.menu_body { display: none; padding: 12px 14px; }
.acc .whead, .togglesGroup .whead { cursor: pointer; border-top: 1px solid #cdcdcd; margin-bottom: -1px; }
.acc .whead:first-child, .togglesGroup .whead:first-child { border-top: none; }
.acc .whead h6 { padding: 9px 14px; }


/* New updates widget */

.updates { padding-left: 0px; }
.updates .uDate { float: right; width: 30px; text-align: center; color: #bbbbbb; margin: 3px 0 0 0; text-shadow: 0 1px #fff; }
.updates .uDate > span { font-size: 20px; font-weight: bold; display: block; margin-bottom: -3px; }
.updates li { border-top: 1px solid #d5d5d5; padding: 12px 14px; line-height: 20px; }
.updates li:first-child { border-top: none; }
.updates li span { display: block; }
.updates li > span > a { font-weight: bold; }

.uDone, .uAlert, .uNotice { float: left; display: block; padding-left: 22px; max-width: 76%; }
.uDone { background: url(../images/elements/other/updateDone.png) no-repeat 0 4px; }
.uAlert { background: url(../images/elements/other/updateWarning.png) no-repeat 0 4px; }
.uNotice { background: url(../images/elements/other/updateNotice.png) no-repeat 0 4px; }


/* === Grid === */

.fluid { width: 100%; *zoom: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
.fluid:before, .fluid:after { display: table; content: ""; }
.fluid:after { clear: both; }
.fluid .rtl-inputs [class*="grid"] { float: right; }
.fluid [class*="grid"] { display: block; width: 100%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }
.fluid [class*="grid"]:first-child { margin-left: 0; }

.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.fluid .grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.fluid .grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.fluid .grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.fluid .grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.fluid .grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.fluid .grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.fluid .grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.fluid .grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.fluid .grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.fluid .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.fluid .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }


/* === Tabs === */

/* Content tabs */

ul.tabs { height: 37px; font-size: 12px; font-weight: bold; color: #636363; border-bottom: 1px solid #CDCDCD; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px white; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;
background: #F8F8F8;
background: -moz-linear-gradient(top, #F8F8F8 0%, #E8E8E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#E8E8E8));
background: -webkit-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: -o-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: -ms-linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
background: linear-gradient(top, #F8F8F8 0%,#E8E8E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}
ul.tabs li.activeTab:first-child { -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; }
.rightTabs ul.tabs li.activeTab:first-child { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0;  }

.tab_container { overflow: hidden; width: 100%; }
.tab_content { padding: 10px 12px; }

.tableTabs .tabs { position: absolute; top: 0; right: 0; }
.tableTabs .tab_content { padding: 0; }
.tableTabs .tabs li.activeTab:first-child, .rightTabs .tabs li.activeTab:first-child { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; }

ul.tabs li { float: left; height: 38px; line-height: 38px; border-left: none; overflow: hidden; position: relative; font-size: 15px; border-right: 1px solid #cdcdcd;  }
ul.tabs li a { display: block; padding: 0px 16px; outline: none; color: #636363; font-size: 12px; font-weight: bold; }
ul.tabs li a:hover { color: #797979; }
html ul.tabs li.activeTab  { background-color: #f7f7f7; height: 38px; box-shadow: 0 -1px 0 #eaeaea inset; -webkit-box-shadow: 0 -1px 0 #eaeaea inset; -moz-box-shadow: 0 -1px 0 #eaeaea inset; }
html ul.tabs li.activeTab a { color: #2E6B9B; } 

.rightTabs ul.tabs li, .tableTabs ul.tabs li { border-left: 1px solid #cdcdcd; border-right: none; float: right; }

/* Sidebar tabs */

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }


/* ===== Spinner ===== */

.ui-spinner { width: 10em; display: block; position: relative; overflow: hidden; border: 1px solid #d7d7d7; background: #fdfdfd; height: 26px; padding: 0 6px; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }
.ui-spinner-disabled { background: #F4F4F4; color: #CCC; }
.ui-spinner input.ui-spinner-box { border: none!important; background: none!important; padding: 0!important; height: 26px; }
.ui-spinner-up, .ui-spinner-down { width: 18px; padding: 0; margin: 0; z-index: 100; position: absolute; right: 0; cursor: pointer; border: none; }
.ui-spinner-up { background: url(../images/elements/forms/spinnerTop.png) no-repeat; height: 14px; top: -1px; }
.ui-spinner-down { height: 14px; bottom: -1px; background: url(../images/elements/forms/spinnerBottom.png) no-repeat; }
.ui-spinner-pressed {  }
.ui-spinner-list, .ui-spinner-listitem { margin: 0; padding: 0; font-size: 11px; }
.ui-spinner ul li, .ui-spinner-data { line-height: 26px; height: 26px; }


/* ===== Wizard ===== */

label.error { color: #A73939; font-size: 11px; display: block; width: 100%; white-space: nowrap; float: none; margin: 8px 0 -8px 0; }
.selector .error { margin-right: -220px; float: right; }
.checker label.error, .radio label.error { display: inline; }
.step h1 { font-weight: bold; font-size: 1em; position: absolute; top: -30px; right: 16px; }
.navigation_button { width : 70px; }
.data span { font-size: 11px; text-align: center; border-top: 1px solid #DDD; padding: 12px 0; display: block; }
.ui-formwizard { position:relative; }
.ui-formwizard fieldset { border-bottom: 1px solid #DDD; }
.ui-formwizard input[disabled] { opacity: 0.5; filter: alpha(opacity=50); }
.wizButtons .wNavButtons { float: right; margin: 14px 16px; }
.wizButtons .status span { float: left; color: #599414; padding: 18px 14px 18px 32px; background: url(../images/icons/updateDone.png) no-repeat 14px; font-size: 11px; }


/* ===== Notification messages ===== */

.nNote { cursor: pointer; margin: 32px 0px 0px 0px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
#sidebar .nNote { margin: 0; border-radius: 0; border-left: none; border-right: none; box-shadow: 0 1px 1px #f5f5f5; -webkit-box-shadow: 0 1px 1px #f5f5f5; -moz-box-shadow: 0 1px 1px #f5f5f5; }
.nNote p { padding: 10px 25px 10px 25px; margin: 0px; text-align: center; font-weight: bold; text-shadow: 0 1px 0 #fff;  }
.nMessage p { font-size: 11px; }
.nWarning { border: 1px solid #f2d083; color: #826200; box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
background: #ffedbc;
background: -moz-linear-gradient(top,  #ffedbc 0%, #fbe5a8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedbc), color-stop(100%,#fbe5a8));
background: -webkit-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -o-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -ms-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8',GradientType=0 );
  }

.nSuccess { box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; border: 1px solid #c1d779; color: #4f7307; 
background: #d6efa1;
background: -moz-linear-gradient(top,  #d6efa1 0%, #d0e69d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
background: -webkit-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -o-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -ms-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}

.nFailure { box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; border: 1px solid #dfa59b; color: #7d2a1c;
background: #f0b5a1;
background: -moz-linear-gradient(top,  #f0b5a1 0%, #de9d8a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b5a1), color-stop(100%,#de9d8a));
background: -webkit-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: -o-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: -ms-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b5a1', endColorstr='#de9d8a',GradientType=0 ); 
}
.nFailure > p { text-shadow: 0 1px 0 #DDD; }
 
.nInformation { border: 1px solid #bcd9f3; color: #4579aa;
background: #deedf9;
background: -moz-linear-gradient(top,  #deedf9 0%, #cde5f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deedf9), color-stop(100%,#cde5f7));
background: -webkit-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: -o-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: -ms-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deedf9', endColorstr='#cde5f7',GradientType=0 );
box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
 }


/* ========== Content pagination ========== */

.pagination { margin: auto; width: auto; text-align: center; margin-top: 35px; }
.pages {  }
.pages li.prev { margin-right: 15px; }
.pages li.next { margin-left: 15px; }
.pages li.prev > a span, .pages li.next > a span { margin-right: 0; }
.pages li {  display: inline-block; /*margin: 5px 0;*/ } 
.pages li a { 
background: #f9f9f9;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
border: 1px solid #c3c3c3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 7px; margin: 0 1px; cursor: pointer; *cursor: hand; color: #606060; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
}
.pages li a:hover { 
background: #f6f6f6;
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 );
}
.pages li .active, .pages li a:active, .pages li .active:hover { 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; }


/* ===== Content progress bars ===== */

.contentProgress { background: #e6e6e6; border: 1px solid #ccc; box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #ddd inset; }
.contentProgress, .barG, .barB, .barO, .barBl, .barGr, .barR { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; height: 4px; }
.whead .contentProgress, .whead .barG, .whead .barB, .whead .barO, .whead .barBl, .whead .barGr, .whead .barR { height: 3px; }

#sidebar .contentProgress { background: #ccc; box-shadow: 0 1px 0 #eee, 0 1px 0 #c1c1c1 inset; -webkit-box-shadow: 0 1px 0 #eee, 0 1px 0 #c1c1c1 inset; -moz-box-shadow: 0 1px 0 #eee, 0 1px 0 #c1c1c1 inset; border: 1px solid #c1c1c1; }
#sidebar .contentProgress, #sidebar .barG, #sidebar .barB, #sidebar .barO, #sidebar .barBl, #sidebar .barGr, #sidebar .barR { height: 3px; }

.barG, .barB, .barO, .barBl, .barGr, .barR { background: url(../images/elements/ui/progress.png) repeat-x; width: 0; margin: -1px 0 0 -1px; border: 1px solid; }
.barG { background-position: 0 0; border-color: #97af32; }
.barB { background-position: 0 -5px; border-color: #5f9fce; }
.barO { background-position: 0 -10px; border-color: #d28346; }
.barBl { background-position: 0 -15px; border-color: #4c4c4c; }
.barGr { background-position: 0 -20px; border-color: #7b7b7b; }
.barR { background-position: 0 -25px; border-color: #c8514e; }


/* ===== Timepicker  ===== */

.timepicker { width: 65px!important; float: left; }
.timeEntry_control { margin-left: -1px; margin-top: 0; cursor: pointer; float: left; }
* html .timeEntry_control { margin-top: -4px; }
.timeRange li { float: left; }


/* ===== Task widget  ===== */

.taskDone { background: url(../images/elements/other/taskDone.png) no-repeat; display: block; width: 10px; height: 10px; }
.taskPending { background: url(../images/elements/other/taskPending.png) no-repeat; display: block; width: 12px; height: 6px; }
.taskProgress { background: url(../images/elements/other/taskProgress.png) no-repeat; display: block; width: 10px; height: 10px; }


/* ===== Downloads widget  ===== */

.tbar {  border-bottom: 1px solid #c3c3c3;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%);
background: linear-gradient(top,  #fafafa 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}
.tbar li { display: inline-block; margin-left: -3px; border-right: 1px solid #ddd; font-size: 11px; }
.tbar li:first-child { margin-left: 0; }
.tbar li a { display: block; color: #818181; padding: 6px 12px; }
.tbar li a:hover {
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.tbar li a:active { background: #f8f8f8; }


/* ===== Website statistics widget  ===== */

.webStatsLink { color: #464646; font-size: 18px; font-weight: bold; }
.statsPlus, .statsMinus { padding-left: 20px; }
.statsPlus { background: url(../images/elements/other/grown.png) no-repeat 0 1px; color: #599414; }
.statsMinus { background: url(../images/elements/other/dropped.png) no-repeat 0 1px; color: #a73939; }


/* ===== News widget  ===== */

.wNews { float: left; width: 80%; margin-top: 2px; }
.wNews span { display: block; line-height: 14px; margin-top: 4px; }
.wNews > .headline { float: left; margin-right: 14px; }
.wNews .announce > a { font-weight: bold; line-height: 18px; }


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

.searchLine { position: relative; box-shadow: 0 1px 1px #fcfcfc; -webkit-box-shadow: 0 1px 1px #fcfcfc; -moz-box-shadow: 0 1px 1px #fcfcfc; margin-top: 35px; }
.searchLine input[type=text] { border: 1px solid #cdcdcd; 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; }
.searchLine button { position: absolute; top: 0; right: 0; width: 32px; height: 100%; max-height: 100%; z-index: 99; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; }
.searchLine .icos-search { width: 14px; margin: 8px; padding: 0; }
.searchLine button:active { box-shadow: none!important; }
.searchLine button .iconb { position: absolute; right: 7px; top: 6px; z-index: 100; font-size: 16px; }

.sResults { background: #fafafa; border: 1px solid #CDCDCD; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #CCC; -webkit-box-shadow: 0 2px 2px -2px #CCC; -moz-box-shadow: 0 2px 2px -2px #CCC; margin-top: 20px; position: relative; }
.sResults > .arrow { position: absolute; top: -9px; left: 50%; margin-left: -8px; width: 15px; height: 9px; background: url(../images/elements/control/resultsarrow.png) no-repeat; }
.sResults table { border: none; }


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

.searchWidget .whead input[type=text] { border: 1px solid #cdcdcd; padding: 6px 25px 6px 8px; 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; box-shadow: 0 1px 1px #fcfcfc; }
.searchWidget .whead { padding: 11px; }
.searchWidget button { background: none; border: none; color: #909090; position: absolute; top: 12px; right: 17px; }
.searchWidget .pagination {  padding: 12px; border-top: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; margin-top: 0;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}


/* ===== Widget buttons  ===== */

.wButton a, .wButton input[type=button], .wButton button, .wButton input[type=button] { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; text-align: center; margin-top: 35px; }


/* ===== Invoice widget  ===== */

.wInvoice { background: #efefef; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin-bottom: 15px; border: 1px solid #DDD; }
.wInvoice li { width: 33%; display: inline-block; text-align: center; border-left: 1px dotted #ddd; padding: 12px 0 8px 0; margin-left: -2px; }
.wInvoice li:first-child { border-left: none; }
.wInvoice li span { font-size: 11px; }
.invButtons { margin-top: 10px; text-align: center; }
.invButtons .bFirst { float: left; }
.invButtons .bLast { float: right; }
ul.ruler { width: 100%; margin-bottom: 8px; }
ul.ruler li { display: block; float: left; color: #757575; font-size: 10px; width: 33%; }
ul.ruler li:last-child { width: 34%; }
.invList > a { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; text-align: center; margin-top: 10px; }


/* ===== Settings widget  ===== */

.params li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; }
.params li:first-child span { display: block; line-height: 20px; }
.params li:first-child a { font-size: 12px; color: #bbb; }
.params li > label { float: left; }
.params li .ibutton-container { float: right; margin-top: 1px; }
.myPic { float: left; margin-right: 20px; }
.params li h5 { font-size: 14px; font-weight: bold; text-shadow: 0 1px #f5f5f5; padding: 2px 0 6px 0; display: block; }
.params li h5 > a { display: inline-block; }
.followers { color: #808080; }
.myRole { color: #A64949; display: block; }


/* ===== Earnings widget  ===== */

.wGeneral .email { display: block; font-size: 11px; line-height: 16px; color: #909090; }
.wGeneral td a { line-height: 16px; }
.wGeneral tbody td span { display: block; font-size: 11px; line-height: 16px; color: #909090; }
.wGeneral tbody td strong { color: #4d7f12; }
.wGeneral .income { color: #932a2a; }


/* === Message to widget === */

.messageTo { margin-bottom: 14px; }
.messageTo .uName { float: left; margin-right: 10px; }
.messageTo > span { line-height: 20px; font-weight: bold; }
.messageTo > span > strong { color: #a44f4f; }
.messageTo .uEmail { display: block; color: #909090; line-height: 16px; font-size: 11px; }

.mesControls { margin-top: 14px; }
.mesControls > span { color: #909090; font-style: italic; font-size: 11px; margin-top: 5px; display: block; float: left; }
.mesControls .iconb { margin-right: 5px; }

.msgBtns { float: left; margin-top: 4px; }
.msgBtns li { float: left; margin-right: 5px; }

.sendBtn { display: block; position: absolute; top: 3px; right: 3px; }
.sendwidget { position: static; float: right; }
.sendBtn .attachLink, .sendBtn .attachPhoto { opacity: .4; filter: alpha(opacity=40); display: block; float: left; margin: 9px 0 9px 12px; }
.sendBtn .attachLink:hover, .sendBtn .attachPhoto: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; }
.sendBtn .attachLink { width: 12px; height: 12px; background: url(../images/elements/other/link.png) no-repeat; }
.sendBtn .attachPhoto { width: 14px; height: 11px; background: url(../images/elements/other/photo.png) no-repeat; }
.sendBtn input[type=submit] { float: left; display: block; margin-left: 12px; line-height: 15px; height: 28px; }
.sendwidget input[type=submit] { height: auto; }
.sendwidget .attachLink, .sendwidget .attachPhoto { margin: 10px 0 10px 12px; }
.sendBtn > .buttonS { padding: 6px 14px; }



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

.formRow { border-bottom: 1px solid #ddd; border-top: 1px solid #fff; padding: 10px; }
.formRow:first-child { border-top: none; }
.formRow input[type=text], .formRow input[type=password], /*.formRow*/ textarea { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-size: 11px; color: #858585; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; padding: 6px 7px; border: 1px solid #d7d7d7; display: inline-block; background: #fdfdfd; height: 26px; }
textarea { height: auto; }
.formRow  [class*="grid"] > label { float: left; display: block; padding-top: 1px; }
.formRow label > span { margin-top: -2px; padding: 0; }
.formRow label > img { float: left; margin: 5px 10px 0 0; }

.sliderSpecs > label { font-size: 11px; margin-right: 10px; }
.sliderSpecs > input { border: none; background: none!important; width: 30%!important; color: #3a70ab!important; border: none!important; box-shadow: none!important; font-weight: bold; }

.fieldIcon { position: absolute; top: 7px; right: 8px; display: block; }
.req { float: right; margin-left: 5px; display: block; color: #DB6464; }

.rightSide { display: block; float: right; width: 80%; padding: 4px 0; position: relative; }
.rightSide > label { float: left; }
.note { font-size: 11px; padding-top: 2px; display: block; color: #AAA;  }
.formRow > label { padding: 6px 0; display: block; float: left; }

.multiple { width: 100%; height: 200px; padding: 5px; border: 1px solid #d7d7d7; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; }

.formRow input[disabled] { /*background-color: #f9f9f9; *//*color: #afafaf; */}
.formSubmit { display: block; float: right; }
.hasIcon [class*="icon"] { float: none; margin-right: 0; }


/* ===== Form validation ===== */

.inputContainer { position: relative; float: left; }
.formError { position: absolute; top: 300px; left: 282px; display: block; z-index: 998; cursor: pointer; }
.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { background: #202020; position:relative; z-index:5001; color: #fff; width: 124px; font-size: 11px; border: 1px solid #000; padding: 2px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.greenPopup .formErrorContent { background: #33be40; }
.blackPopup .formErrorContent { background: #393939; color: #FFF; }
.formError .formErrorArrow { width: 15px; margin: -2px auto 0 auto; position:relative; z-index: 5006; }
.formError .formErrorArrowBottom { box-shadow: none; margin: 0px 0 0 12px; top:2px; }
.formError .formErrorArrow div { font-size: 0px; height: 1px; background: #202020; margin: 0 auto; line-height: 0; font-size: 0; display: block; }
.formError .formErrorArrowBottom div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div { background: #33be40; }
.blackPopup .formErrorArrow div { background: #393939; color: #FFF; }

.formError .formErrorArrow .line10 { width: 15px; border: none; }
.formError .formErrorArrow .line9 { width: 13px; border: none; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }
.checker input, .radio input, .selector select { cursor: pointer; }
input.error { border-color: #DDBEBE!important; }


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

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

div.selector { background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); border: 1px solid #D2D2D2; line-height: 27px; height: 27px; 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: #808080; text-shadow: 0 1px #f5f5f5; padding: 0px 37px 0px 2px; background: url(../images/elements/forms/selectArrow.png) no-repeat 100%; cursor: pointer; font-size: 11px; height: 27px; line-height: 27px; }
div.selector select { position: absolute; opacity: 0; filter: alpha(opacity:0); height: 28px; 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; }

/* Checkboxes */

div.checker { width: 16px; height: 16px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 2px; margin-right: 10px; 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.radio { width: 16px; height: 17px; position: relative; display: -moz-inline-box; display: block; vertical-align: middle; zoom: 1; float: left; margin-top: 2px; margin-right: 10px; }
div.radio input { width: 16px; height: 17px; opacity: 0; filter: alpha(opacity:0); display: inline-block; background: none; }
div.radio 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.radio 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: #fff url(../images/elements/forms/addFiles.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; }
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; }


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

div.tagsinput { border: 1px solid #ddd; background: #fdfdfd; 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; }
div.tagsinput span.tag { border: 1px solid #a5d24a; display: block; float: left; padding: 0 8px; background: #cde69c; color: #638421; margin: 5px 5px 5px 5px; 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: 5px 8px 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;}


/* ===== Autotabs  ===== */

.moreFields ul li { float: left; width: 11%; margin: 0; }
.moreFields ul li.sep, .sep { padding: 3px 5px 3px 6px; display: block; margin: 0; width: auto; color: #d5d5d5; }
.moreFields ul li span { display: block; padding: 3px 12px; white-space: nowrap; }



/* # Tables
================================================== */

table .selector, table .selector > span, .dataTables_length .selector, .dataTables_length .selector > span { height: 26px; line-height: 26px; }
.dataTables_length .selector { margin-top: 1px; }
table thead td.sortCol > div { cursor: pointer; position: relative; }
table thead td span { background: url(../images/tables/sort.png) no-repeat 0; display: block; /*position: absolute; right: 3px; top: 3px; width: 16px*/width: 7px; float: right; margin: 2px 2px 0 5px; height: 16px; }
table thead td.headerSortUp span { background: url(../images/tables/sortUp.png) no-repeat 0; }
table thead td.headerSortDown span { background: url(../images/tables/sortDown.png) no-repeat 0; }

.checkAll tbody tr td:first-child { width: 40px; padding: 0; vertical-align: middle; margin: 0;}
.checkAll tbody tr td:first-child .checker, .checkAll tbody tr td:first-child .radio { margin: 0 auto; float: none; }


/* ===== Simple table ===== */

.justTable td { vertical-align: middle; }
.justTable tbody tr:first-child { border-top: none; }
.justTable tbody tr:first-child td { box-shadow: 0 1px 0 #fafafa inset; -webkit-box-shadow: 0 1px 0 #fafafa inset; -moz-box-shadow: 0 1px 0 #fafafa inset; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; } 


/* ===== Default table ===== */

.tDefault tbody td, .tDefault thead td { border-left: 1px solid #DFDFDF; box-shadow: 0 1px 0 #fafafa inset; -webkit-box-shadow: 0 1px 0 #fafafa inset; -moz-box-shadow: 0 1px 0 #fafafa inset; }
.tDefault tbody td:first-child, .tDefault thead td:first-child { border-left: none; }
.checkAll thead td:first-child > img { vertical-align: middle; padding-bottom: 2px; }
.tDefault thead td { text-align: center; font-size: 11px; padding: 3px 5px 2px 5px; color: #909090; background: #eee; }
.tDefault tbody td { padding: 7px 11px; vertical-align: middle; }
.tDefault tbody tr { border-top: 1px solid #DFDFDF; }
.tDefault tbody tr:first-child { box-shadow: 0 1px 0px #fff inset; -webkit-box-shadow: 0 1px 0px #fff inset; -moz-box-shadow: 0 1px 0px #fff inset; }
.tDefault tbody tr:nth-child(even) { background: #f2f2f2; }


/* ===== Light table ===== */

.tLight tbody td, .tLight thead td { border-left: 1px solid #dadada;  -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; }
.tLight tbody td:first-child, .tLight thead td:first-child { border-left: none; }
.tLight tbody td { padding: 9px 16px; vertical-align: middle; color: #777; }
.tLight tbody tr { border-top: 1px solid #dadada; }
.tLight thead td { text-align: center; padding: 7px 12px; font-weight: bold; 
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
}


/* ===== Dark table ===== */

.tDark tbody td { border-left: 1px solid #dadada; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; }
.tDark thead td { border-left: 1px solid #808080; }
.tDark tbody td:first-child, .tDark thead td:first-child { border-left: none; }
.tDark tbody td { padding: 9px 16px; vertical-align: middle; color: #777; }
.tDark tbody tr { border-top: 1px solid #dadada; }
.tDark thead td { text-align: center; padding: 7px 12px; background: url(../images/backgrounds/sidebar.jpg); font-weight: bold; color: #f5f5f5; }
.tDark tbody tr:nth-child(even) { background: #f4f4f4; }


/* ===== Media table ===== */

.tMedia thead td a { color: #878787; }
.tMedia thead td:first-child > .checker { margin: 0 auto; float: none; }
.tMedia tbody td { vertical-align: middle; text-align: center; }
.tMedia tfoot tr { height: 50px; border-top: 1px solid #ddd; 
-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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
}
.tMedia tfoot tr td { padding: 7px 11px; }
.fileInfo { font-size: 11px; }
.fileInfo span { display: block; }

.tableActs { text-align: center; }
.tableActs > a { margin: 0 2px; }
.tableActs > .btn-group { display: inline-block; margin: 0 2px; }

.itemActions { float: left; margin: 6px 0; }
.itemActions label { float: left; margin: 2px 12px 0 4px; font-size: 11px; }


/* === Alternate table === */

.tAlt thead td {
background: #f5f5f5;
background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
text-align: center; font-size: 11px;
border-left: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
padding: 2px 10px;
}
.tAlt tbody tr td { 
background: #f9f9f9;
background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
background: linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
border-bottom: 1px solid #dfdfdf;
}
.tAlt tbody tr td { padding: 10px; border-left: 1px solid #DFDFDF; box-shadow: 0 2px #fff inset; -webkit-box-shadow: 0 2px #fff inset; -moz-box-shadow: 0 2px #fff inset; vertical-align: middle; }
.tAlt tbody td:first-child, .tAlt thead td:first-child { border-left: none; }


/* ===== Table pagination ===== */

.tPages { float: right; margin: 9px 0; }
.tPages ul li { display: inline-block; text-align:center; }
.tPages ul li.prev a, .tPages ul li.next a { padding: 4px; }
.tPages ul li.prev { margin-right: 10px; }
.tPages ul li.next { margin-left: 10px; }
.tPages ul li a { border: 1px solid #d3d3d3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 7px; cursor: pointer; *cursor: hand; color: #606060; font-size: 11px; box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; line-height: 14px; 
background: #f9f9f9;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
background: linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
}
.tPages ul li a:hover {  
background: #f6f6f6;
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f6f6f6 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 );
}
.tPages ul li a: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; } 


/* ===== Table toolbar ===== */

.tToolbar { height: 36px; border-bottom: 1px solid #cdcdcd; 
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
}
.tToolbar li { display: block; float: left; border-right: 1px solid #c3c3c3; }
.tToolbar li a { padding: 7px 12px; display: block; color: #808080; font-size: 11px; box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset; -webkit-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset; -moz-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset; }   
.tToolbar li:last-child { box-shadow: 1px 0 0 #fcfcfc; -webkit-box-shadow: 1px 0 0 #fcfcfc; -moz-box-shadow: 1px 0 0 #fcfcfc; }
.tToolbar li a:hover {
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
background: linear-gradient(top,  #f8f8f8 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}
.tToolbar li a:active { background: #f8f8f8; }


/* ===== Table buttons ===== */

[class*="tablectrl"] { text-shadow: none; }
[class*="tablectrl"] .caret { margin: 5px 0 0 6px; }
.tablectrl_small { font-size: 10px; padding: 5px 5px 4px 5px; }
.tablectrl_medium { font-size: 12px; padding: 6px 6px 5px 6px; }
.tablectrl_large { font-size: 14px; padding: 7px 7px 6px 7px; }
.tablectrl_xlarge { font-size: 16px; padding: 10px 12px 11px 12px; }
.tablectrl_standard { font-size: 12px; padding: 8px; }

.opt { padding-left: 8px; padding-right: 8px; margin: 0; }
.opt > span { margin-left: 0; }
.opt .iconb { font-size: 14px; }
.opt .caret { margin: 5px 0; } 



/* # Invoice page
================================================== */

.invoice table { border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.invoice .tDark { border-top: none; }
.inHead { 
border-bottom: 1px solid #c3c3c3;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
 }
.inLogo { width: 50%; padding: 17px 14px; display: block; float: left; }
.inInfo { float: right; padding: 10px 14px; text-align: right; }
.inInfo .invoiceNum { color: #A64949; font-size: 14px; font-weight: bold; }
.inInfo i { display: block; color: #909090; white-space: nowrap; line-height: 16px; }

.inFrom, .inTo { width: 40%; display: block; margin: 20px; }
.inFrom span, .inTo span { display: block; background: url(../images/elements/control/subnav_arrow.png) no-repeat 0 8px; padding-left: 12px; }
.inFrom { float: left; }
.inTo { width: 100%; }
.inFrom h5, .inTo h5 { color: #303030; margin-bottom: 8px; }

.inDesc { width: 45%; float: left; margin: 20px; }
.inDesc p { color: #9f9f9f; }
.total { text-align: right; float: right; margin: 20px 30px 20px 0; }
.total span { font-weight: bold; padding: 0 0 4px 0; display: block; }
.total strong { display: block; font-size: 24px; }

.inFooter { width: 100%; padding: 18px 0 10px 0; border-top: 1px solid #DADADA; background: #f4f4f4; }
.footnote { width: 50%; float: left; margin: 3px 20px; }

.cards { float: right; margin: 0 20px; }
.cards li { display: inline-block; text-align: right; background: url(../images/sprites/paymentIcons.png) no-repeat; width: 51px; height: 32px; padding: 0; margin-left: 8px; }

.cards li.discover { background-position: 0 -117px; }
.cards li.visa { background-position: 0 -156px; }
.cards li.amex { background-position: 0 -234px; }
.cards li.mc { background-position: 0 -195px; }
.cards li.pp { background-position: 0 -312px; }



/* # Login page
================================================== */
/*
.loginWrapper { width: 240px; position: absolute; left: 50%; top: 50%; margin: -124px 0 0 -120px; text-align: center; -moz-perspective: 800px; -webkit-perspective: 800px; perspective: 800px; }
*/
.altNav .loginWrapper {top:0px !important }

/* === Login hover buttons === */

.logleft, .logright, .logback { background: url(../images/loginControl.png) no-repeat; height: 37px; width: 37px; position: absolute; top: 36px; display: block; opacity: 0; filter: alpha(opacity=0); }
.logleft { left: 0px; background-position: 0 0; } 
.logright { right: 0px; background-position: -38px 0; } 
.logback { left: 0; background-position: -76px 0; }
.logleft:hover { background-position: 0 -39px; } 
.logright:hover { background-position: -38px -39px; } 
.logback:hover { background-position: -76px -39px; }
#login{ z-index:100; }
#recover{ z-index:1; opacity:0; filter: alpha(opacity=0); -moz-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg); }
.flipped #login{ opacity:0; filter: alpha(opacity=0); -moz-transform:rotateY(-180deg); -webkit-transform:rotateY(-180deg); transform:rotateY(-180deg); }
.loginWrapper.flipped #recover{ opacity:1; filter: alpha(opacity=100); -moz-transform:rotateY(0deg); -webkit-transform:rotateY(0deg); transform:rotateY(0deg); }


.loginPic { text-align: center; display: block; position: relative; overflow: hidden; }
.loginPic span { display: block; color: #5f5f5f; font-size: 14px; margin-top: 10px; font-weight: bold; text-shadow: 0 1px 1px #ffffff; }
.loginWrapper form { display: block; margin: 0 auto;  }
.loginWrapper a { display: inline-block; }
/*
Default
.loginWrapper input[type=text], .loginWrapper input[type=password] { font-size: 11px; color: #858585; box-shadow: 0 0 0px 2px #ebebeb; -webkit-box-shadow: 0 0 0px 2px #ebebeb; -moz-box-shadow: 0 0 0px 2px #ebebeb; padding: 7px 27px 7px 9px; border: 1px solid #d7d7d7; width: 198px; display: inline-block; margin-top: 15px; }
*/
.loginWrapper input[type=text], .loginWrapper input[type=password] { font-size: 11px; color: #858585; box-shadow: 0 0 0px 2px #ebebeb; -webkit-box-shadow: 0 0 0px 2px #ebebeb; -moz-box-shadow: 0 0 0px 2px #ebebeb; padding: 7px 27px 7px 9px; border: 1px solid #d7d7d7; width: 150px; margin-left:15px; display: inline-block; margin-top: 15px; }
.loginUsername { background: #fbfbfb url(../images/icons/loginUsername.png) no-repeat 165px 7px; }
.loginPassword { background: #fbfbfb url(../images/icons/loginLock.png) no-repeat 165px 7px; }
.loginEmail { background: #fbfbfb url(../images/icons/loginEmail.png) no-repeat 165px 7px; }
.logControl { margin-top: 15px; }
.logControl .memory { float: left; margin-top: 5px; }
.logControl input[type=submit] { float: right;   margin-right: 25px;    width: 100px; }
.loginWrapper h3{
     padding: 10px;
    text-align: center;
}


/* # Error and offline pages
================================================== */

.errorWrapper { position: absolute; top: 50%; bottom: 0; margin-top: -190px; text-align: center; left: 0; right: 0;  }
.errorContent { width: 380px; margin: auto; margin-top: 35px; }
.errorWrapper .errorTitle { display: block; text-shadow: 1px 0 0 #fff; text-align: center; font-size: 20px; border-bottom: 1px solid #cdcdcd; padding: 20px 14px; font-weight: bold; color: #d76a6a; font-style: italic; }
.errorWrapper .errorNum { color: #fff; font-size: 200px; text-stroke: 1px transparent; padding: 110px 0 80px 0; display: block; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); }
.errorDesc { display: block; margin: 20px 0 20px 0; font-weight: bold; font-size: 14px; }
.errorContent .buttonM { margin-top: 25px; }



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

.messagesOne li { position: relative; min-height: 36px; margin: 0 18px 20px 18px; }
.messagesOne li:first-child { margin-top: 20px; }
.messagesOne > li.divider { border-top: 1px solid #DFDFDF!important; margin: 20px 0 20px 0!important; min-height: 0; }
.messagesOne > li.divider > span { background-color: #f5f5f5!important; }
.messagesOne .messageRow a { display: block; width: 37px; height: 36px; }

.messagesOne .by_user > a, .messagesOne .by_me > a  { position: absolute; top: 0; display: block; }
.messagesOne .by_user > a { left: 0; }
.messagesOne .by_me > a { right: 0; }

.messagesOne .by_user .aro, .messagesOne .by_me .aro { width: 8px; height: 9px;  position: absolute;  top: 12px; }
.messagesOne .by_user .aro { background: url(../images/elements/other/messageArrow_left.png) no-repeat; left: -8px; }
.messagesOne .by_me .aro { background: url(../images/elements/other/messageArrow_right.png) no-repeat; right: -8px; }

.messagesOne .by_user .messageArea, .messagesOne .by_me .messageArea { 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; }
.messagesOne .by_user .messageArea { background: #fafeff; border-color: #b5cdd7; margin-left: 60px; } 
.messagesOne .by_me .messageArea { background: #fefefe; border-color: #dcdcdc; margin-right: 60px; } 

.by_user .name > strong { color: #2c596d; }
.by_me .name > strong { color: #393939; }

.infoRow { font-size: 11px; color: #949494; margin-bottom: 6px; margin-top: -2px; }
.infoRow > .time { float: right; }
.infoRow > .name { float: left; }

.messagesTwo li { position: relative; min-height: 36px; border-top: 1px solid #cdcdcd; }
.messagesTwo li:first-child { border-top: none; }
.messagesTwo li > a { margin: 14px; display: block; position: absolute; left: 0; top: 0; }
.messagesTwo li .messageArea { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; padding: 10px 16px; position: relative; border-left: 1px solid #cdcdcd; margin-left: 65px; min-height: 64px; }
.messagesTwo .by_user { background: #FEFEFE; }


/* Enter message field  */
.enterMessage { position: relative; margin-top: 20px;  }
.enterMessage input[type=text] { width: 100%; height: 34px; 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 120px 10px 10px; color: #404040; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }



/* Gallery page
================================================== */

.gallery { margin: auto; padding: 4px 1.5% 14px 1.5%; text-align: center; }
.gallery ul li { display: inline-block; margin: 14px 6px 0 6px; position: relative; height: 110px; background: white; padding: 4px; -webkit-box-shadow: 0 0px 2px #ddd; -moz-box-shadow: 0 0px 2px #ddd; box-shadow: 0 0px 2px #ddd; border: 1px solid #ccc; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;  }
.gallery ul li:hover { border-color: #ddd; }
.gallery ul li a { display: block; }
.gallery .actions { position: absolute; top: 4px; right: 4px; width: 110px; height: 110px; display: none; background: url(../images/elements/other/overlay.png); }
.gallery .actions a { font-size: 11px; display: block; margin: 42px 6px; display: inline-block; }
.gallery .actions a:first-child { padding-right: 0; }



/* # Special classes for resizable grid. Class "under" adds dynamically
================================================== */

.under .fluid [class*="grid"] { width: 100%; margin-left: 0; }
.under .widget [class*="grid"] { display: block; width: 100%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }
.under .rtl-inputs [class*="grid"] { float: right; }

.under .widget [class*="grid"]:first-child { margin-left: 0; }
.under .widget .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.under .widget .grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.under .widget .grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.under .widget .grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.under .widget .grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.under .widget .grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.under .widget .grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.under .widget .grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.under .widget .grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.under .widget .grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.under .widget .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.under .widget .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }

.under .breadLinks > ul > li > a span, .under .breadLinks ul li a strong { display: none; visibility: hidden; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.under .breadLinks ul li a i { float: none; margin: 0; padding: 4px; }



/* # Special classes for responsive layout
================================================== */

.showTabletP { display: none!important; }
.showTabletL { display: none; }

.iButton { float: right; display: none; width: 44px; height: 27px; background: url(../images/elements/other/iButton.png) no-repeat; margin-top: 11px; }
.iTop { float: right; display: none; width: 44px; height: 27px; background: url(../images/elements/other/iTop.png) no-repeat; margin-top: 11px; margin-right: 10px; }


/* ===== Responsive navigation ===== */

.altMenu { position: absolute; display: none; top: 56px; font-size: 11px; width: 280px; padding-top: 6px; left: 50%; margin-left: -140px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-align: left; background: url(../images/elements/other/dropTopArrow.png) 50% 0 no-repeat; z-index: 9999; }
.altMenu > li { background: url(../images/backgrounds/sidebar.jpg); }
.altMenu > li:first-child { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; }
.altMenu > li:last-child { -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; }
.altMenu > li:first-child a { border-top: 1px transparent; }
.altMenu > li:last-child a { border-bottom: 1px transparent; }
.altMenu > li:hover { background: #3b3b3b; }
.altMenu > li a { display: block; padding: 6px 5px 6px 28px; color: #c2c2c2; border-bottom: 1px solid #343434; border-top: 1px solid #545454; background: url(../images/elements/control/rightArrow.png) no-repeat 14px 14px; }

.altMenu li ul { background: #4a4a4a; }
.altMenu li ul li a { border-top: 1px solid #555555; border-bottom: 1px solid #3d3d3d; padding-left: 42px; background-position: 28px 14px; }
.altMenu li ul li:hover { color: #dadada; background: #4c4c4c; }
.altMenu a.active { background-color: #525252; }

.cSec .secNav { display: none; }
.cSec #sidebar { width: 100px; }
.cSec #content { margin-left: 100px; }





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

@media only screen and (max-width: 1350px) {
body { -webkit-text-size-adjust: none; }
.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
}

@media only screen and (max-width: 1024px) {
input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }
.quickStats li a { display: none; }
.quickStats li strong { font-size: 16px; }
.chzn-container { width: 100%!important; }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
#sidebar { width: 100px; }
.secNav { display: none; position: absolute; top: 0; left: 100px; padding-left: 0; background: url(../images/backgrounds/subnav.jpg); border-right: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; box-shadow: 0 0 5px #cacaca; -webkit-box-shadow: 0 0 5px #cacaca; -moz-box-shadow: 0 0 5px #cacaca; }
#content { margin-left: 100px; }
.subNav li a.this { margin-right: 0; }
.showTabletP { display: block!important; }
.userNav .showTabletP { display: inline-block!important; }
#sidebar [class*="dataNum"] { display: inline-block; float: right; margin-left: 14px; position: static; margin-top: 1px; }
.moreFields ul li { width: 12%; }
.hideTablet { display: none; }
.topSearch { right: 71px; }
}

@media only screen and (min-width: 481px) {
.altMenu { display: none!important; }
#sidebar { display: block!important; }
}

@media only screen and (max-width: 768px) {
.breadLine { text-align: right; padding-right: 30px; }
.breadLinks { float: none; display: inline-block; margin: 0; }
.under .breadLinks > ul > li > a span, .under .breadLinks ul li a strong { display: none; visibility: hidden; }
.under .breadLinks ul li a i { float: none; margin: 0; padding: 4px; }

}

@media only screen and (min-width: 769px) {
.nav li:hover ul { display: none; }

}

@media only screen and (min-width: 769px) and (max-width: 980px) {
.contentTop { overflow: hidden; }
.breadLinks { display: none; }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    
#sidebar { background: none; width: 100%; border: none; min-height: 0; display: none; }
.secNav { display: none; }
.mainNav { float: left; width: 100%; }
.nav { margin-top: 0; display: none; }
.nav li { display: inline-block; }
.nav li a { padding: 14px; }
.nav li a span { display: none; }
.nav li ul { top: 53px; padding: 0; right: 0; left: 0; }
.nav li ul li { display: block; }
#content { margin: 0!important; }
.breadLine { text-align: center; padding-right: 0px; }
.middleNavA li, .middleFree li { width: 110px; }
.middleNavA li a, .middleFree li a { white-space: normal; }
.errorWrapper  { top: 70px; margin-top: 0; }
.errorWrapper .errorNum { font-size: 100px; padding: 0; margin: 60px 0 20px 0; }
.errorContent { width: 280px; margin-top: 60px; padding-bottom: 25px; }
.searchLine { margin-top: 20px; }
.checker, .radio { clear: both; }
.hideTablet { display: none; }
.contentTop { margin: 0; padding: 0 20px; overflow: hidden; clear: both; }
.pageTitle { margin-right: 0; }
.mesControls > span { display: none; }
.iButton, .iTop { display: block; }
ul.userNav { display: none; }
#sidebar ul.userNav { display: block; margin: 0; float: none; margin-right: 16px; }
#sidebar ul.userNav li:first-child { margin-left: 0; }
.leftUser { display: none!important; }
.user { padding: 16px 14px; text-align: left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; display: block; float: left; width: auto; border: none; }
.user > span { display: none; }
.userSearch { display: block; }
.under .widget [class*="grid"] { width: 100%; margin: 5px 0; }
.formRow [class*="grid"]:first-child label { float: none; display: inline-block; margin-top: -8px; margin-bottom: 0px; padding: 0; }
.formRow [class*="grid"] label { float: left; }
.ibutton-container label { float: none!important; }
.contentTop {  }
.wrapper { margin: 0 20px; }
.quickStats, .bc, .topSearch { display: none; }

/* Responsive tables */

.tDefault { display: block; position: relative; width: 100%; }
.tDefault thead tr td, .tDefault tbody tr td { border-top: 1px solid #dfdfdf; }
.tDefault thead { display: block; float: left; }
.tDefault thead tr { border-right: 1px solid #dfdfdf; }
.tDefault thead td { box-shadow: none; border: none; padding: 7px 11px; }
.tDefault tbody { display: block; width: auto; position: relative; overflow-x: auto; overflow-y: scroll; white-space: nowrap; }
.tDefault tbody tr td { border-left: none; min-width: 80px; }
.tDefault tbody td:first-child { border-top: none; }
.tDefault tbody tr { border-top: none; }
.tDefault thead td:first-child { border-left: none; border-top: none; }
.tDefault thead tr { display: block; }
.tDefault td { display: block; }
.tDefault tbody tr { display: inline-block; vertical-align: top; margin-left: -3px; border-right: 1px solid #dfdfdf; }
.tDefault tbody tr:first-child { margin-left: 0; }
.tDefault td { display: block; }

.checkAll thead tr td:first-child, .checkAll tbody tr td:first-child { padding: 7px 11px; } 
.checkAll tbody tr td { min-width: 80px; }
.checkAll thead td:first-child > img { vertical-align: middle; padding-top: 4px; padding-bottom: 2px; }

.dataTable { display: block; position: relative; width: 100%; }
.dataTable thead tr th, .dataTable tbody tr td { border-top: 1px solid #dfdfdf; display: block; }
.dataTable thead { display: block; float: left; }
.dataTable thead tr { border-right: none; }
.dataTable thead th { box-shadow: none!important; border-left: none!important; padding: 7px 11px!important; }
.dataTable tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.dataTable tbody tr td { border-left: none; }
.dataTable tbody td:first-child { border-top: none; }
.dataTable tbody tr { border-top: none; border-left: 1px solid #dfdfdf; }
.dataTable tbody tr:first-child { border-left: none; }
.dataTable thead th:first-child { border-left: none; border-top: none; }
.dataTable thead tr { display: block; border-right: 1px solid #dfdfdf; }
.dataTable td { display: block; }
.dataTable tbody tr { display: inline-block; vertical-align: top; border-left: 1px solid #dfdfdf; }
.dataTable tbody tr:first-child { margin-left: 0; }
.dataTable td { display: block; }
.sorting, .sorting_asc, .sorting_desc { background-image: none; }
.dataTables_filter label > span, .showentries { display: none; }
.dataTables_filter input[type="text"] { margin-left: 0; width: 130px; margin-top: -1px; }
.dataTables_info { display: none; }
.dataTables_paginate { float: none; }
.dataTables_paginate .previous, .dataTables_paginate .next { display: none; }
.fg-toolbar { text-align: center; }

table.dataTable tbody tr td:first-child, table.dataTable thead tr th:first-child {  }
table.dataTable tbody tr td { border-left: none; }

.tLight { display: block; position: relative; width: 100%; }
.tLight thead tr td, .tLight tbody tr td { border-top: 1px solid #dfdfdf; }
.tLight thead { display: block; float: left; }
.tLight thead tr { border-right: 1px solid #dfdfdf; }
.tLight thead td { box-shadow: none; border: none; padding: 9px 16px; }
.tLight tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.tLight tbody tr td { border-left: none; min-width: 80px; }
.tLight tbody td:first-child { border-top: none; }
.tLight tbody tr { border-top: none; }
.tLight thead td:first-child { border-left: none; border-top: none; }
.tLight thead tr { display: block; }
.tLight td { display: block; }
.tLight tbody tr { display: inline-block; vertical-align: top; margin-left: -3px; border-right: 1px solid #dfdfdf; }
.tLight tbody tr:first-child { margin-left: 0; }
.tLight td { display: block; }

.tDark { display: block; position: relative; width: 100%; }
.tDark thead tr td, .tDark tbody tr td { border-top: 1px solid #dfdfdf; }
.tDark thead { display: block; float: left; }
.tDark thead tr { border-right: 1px solid #dfdfdf; }
.tDark thead td { box-shadow: none; border: none; padding: 9px 16px; }
.tDark tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.tDark tbody tr td { border-left: none; min-width: 80px; }
.tDark tbody td:first-child { border-top: none; }
.tDark tbody tr { border-top: none; }
.tDark thead td:first-child { border-left: none; border-top: none; }
.tDark thead tr { display: block; }
.tDark td { display: block; }
.tDark tbody tr { display: inline-block; vertical-align: top; margin-left: -3px; border-right: 1px solid #dfdfdf; }
.tDark tbody tr:first-child { margin-left: 0; }
.tDark td { display: block; }

.tAlt { display: block; position: relative; width: 100%; }
.tAlt thead tr td, .tAlt tbody tr td { border-top: 1px solid #dfdfdf; }
.tAlt thead { display: none; }
.tAlt thead tr { border-right: 1px solid #dfdfdf; }
.tAlt thead td { box-shadow: none; border: none; padding: 7px 11px; text-align: center; }
.tAlt tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.tAlt tbody tr td { border-left: none; text-align: center; box-shadow: none; white-space: normal; border-bottom: none; }
.tAlt tbody td:first-child { border-top: none; }
.tAlt tbody tr { border-top: none; }
.tAlt thead td:first-child { border-left: none; border-top: none; }
.tAlt thead tr { display: block; }
.tAlt td { display: block; }
.tAlt tbody tr { display: inline-block; vertical-align: top; margin-left: -3px; border-right: 1px solid #dfdfdf; }
.tAlt tbody tr:first-child { margin-left: 0; }
.tAlt td { display: block; }

.tMedia thead { display: none; }
.tMedia tbody tr td:first-child { width: auto; }
.tMedia tbody tr { border-top: 1px solid #ddd; }
.tMedia tfoot tr td { text-align: center; }
.itemActions, .tPages { float: none; display: inline-block; }
.tMedia tfoot tr { border-top: none; }

.tToolbar li a, .tbar li a { text-indent: -9999px; width: 14px; }
.tToolbar li a span, .tbar li a span { text-indent: 0px; margin-right: 0; }
.tbar, .tbar li { height: 34px; }

.ui-dialog { max-width: 280px; }
.wInvoice li h4 { font-size: 16px; }
.mytasks thead { display: none; }
.mytasks tbody tr td:first-child { height: 8px; }
.taskPending { margin-top: 1px; }
table .dropdown-menu.pull-right { right: auto; left: 0; }
.plupload_filelist_footer .plupload_file_action, .plupload_filelist_footer .plupload_file_status, .plupload_filelist_footer .plupload_file_size {  display: none; }
.step h1 { display: none; }
.leftBox, .rightBox { width: 100%; float: none; }
.leftBox {  }
.dualControl { width: auto; margin: 20px 0; position: static; left: 0;  }
.countLabel { text-align: center; }
.elfinder .elfinder-navbar { width: 130px; }

.loginWrapper { top: 100px; margin-top: 0; }
.logControl { padding-bottom: 50px; }
}



/* EXTRA */
#slider_logo{
    border:1px solid black;
}

.altNav .buttonS {
    margin-right: 97px !important;
}
.banner_slider{ width: auto !important; overflow:auto; height:200px !important;}
.banner_slider div{ clear:both;  margin: 10px; width: auto !important;}
.banner_slider img{ border-radius: 5px 5px 5px 5px;
    float: left;
    margin-right: 10px;
    width: 15%;}
.banner_slider p{ font-size: 16px;
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 90%;}

#new_user .formRow > label{
    float:none;
    padding:0;
}

.obrigatorio{
      float: left;
    margin-left: -8px;
    margin-top: 3px;
}

.image_usuario{
    width:70px !important;
    height:70px !important;
    border-radius:5px;
}

table thead tr th,table thead tr td{
    text-transform:capitalize !important;
}
.justTable table tr td{
    text-align: center;
}
.perfil_list ul li{
    border: 1px solid #CCCCCC;
    float: left !important;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
}

.perfil_list ul li span{
    clear: both;
    float: right;
    font-size:10px;
    
}
.perfil_list ul li input{
       clear: both; 
}





















li{	list-style:none;}
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	/*background: #fff;*/
	padding-bottom: 1px;
	font-size: 68.8%; /* Set base to 11px */
        /*background: url("../imagens/background_portal_uab.jpg") repeat-y scroll 0 0 #D9DDDF;*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

span.adminlist-searchstatus a {
	padding-left: 20px;
}



/* Administrator forms, lists */
fieldset.adminform {
	margin: 10px;
	overflow: hidden;
}

fieldset.adminform legend {
	margin: 0;
	padding: 0;
}

ul.adminformlist,
ul.adminformlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset label,
fieldset span.faux-label {
	float: left;
	clear: left;
	display:block;
	margin: 5px 0;
}
fieldset ul {
	margin: 0;
	padding: 0;
}

form label,
form span.faux-label {
	font-size: 1.091em;
}

fieldset input,
fieldset textarea,
fieldset select,
fieldset img,
fieldset button {
	/*float: left;*/
	width: auto;
	margin: 5px 5px 5px 0;
}

fieldset.adminform textarea {
	width: 355px;
}

fieldset ul.checklist input {
	clear: left;
	margin-right: 10px;
}


table.adminform {
	background-color: #fff;
	border: solid 1px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
}

table.adminform tr.row0 {
	background-color: #f9f9f9;
}

table.adminform tr.row1 {
	background-color: #eeeeee;
}

table.adminform th {
	font-size: 1.091em;
	padding: 6px 2px 4px 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
}

table.adminform td {
	padding: 5px;
	text-align: left;
	font-size: 1.091em;
}

table.adminform td.filter {
	text-align: left;
}

table.adminform td.helpMenu {
	text-align: right;
}

table#template-mgr td {
	padding: 15px 0;
}

table#template-mgr td p {
	margin: 3px;
}

td.template-name a {
	padding-left: 15px;
	font-weight: bold;
}




/* Adminlist grids */

table.adminlist {
    /*	width: 100%;*/
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

table.adminlist td,
table.adminlist th {
    padding: 4px;
}

table.adminlist td {padding-left: 8px;}

table.adminlist td.nomargin {
    padding: 0px 0px 0px 0px;
}

table.adminlist thead th {
    text-align: center;
    background: #dedede;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #fff;
}

table.adminlist thead th.left {
    text-align: left;
}

table.adminlist thead a:hover {
    text-decoration: none;
}

table.adminlist thead th img {
    vertical-align: middle;
    padding-left: 3px;
}

table.adminlist tbody th {
    font-weight: bold;
    background-color: #f7f7f7;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #CCC;
}

table.adminlist tbody tr {
    background-color: #fff;
    text-align: left;
}

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td	{
    background-color: #f7f7f7;
    /*background-color: #E8FFF6;*/
}

table.adminlist tbody tr td {
    background: #fff;
    border: 1px solid #fff;
}

table.adminlist tbody tr.row1 td {
    background: #f0f0f0;
    border-top: 1px solid #FFF;
}

table.adminlist tfoot tr {
    text-align: center;
    color: #333;
}

table.adminlist tfoot td,table.adminlist tfoot th {
    background-color: #f7f7f7;
    border-top: 1px solid #999;
    text-align: center;
}

table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
    width: 200px;
}

table.adminlist td.order span {
    float: left;
    width: 20px;
    text-align: center;
    background-repeat: no-repeat;
    height: 13px;
}

/* Dia de outro mês */
table.adminlist td.st01 {
    /*border: 1px solid #dedede;*/
}
/* Dia sem agenda */
table.adminlist td.st02 {
    border: 1px solid red;
}
/* Dia com agenda ambulatório */
table.adminlist td.st03 {
    border: 1px solid blue;
}
/* Dia com agenda acompanhamento */
table.adminlist td.st04 {
    /*border: 1px solid green;*/
}


table.adminlist .pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

/* Tree indentation & nesting - Up to 10 levels deep so don't go crazy :) */
table.adminlist td.indent-4 	{	padding-left: 4px;		}
table.adminlist td.indent-19 	{	padding-left: 19px;		}
table.adminlist td.indent-34 	{	padding-left: 34px;		}
table.adminlist td.indent-49 	{	padding-left: 49px;		}
table.adminlist td.indent-64 	{	padding-left: 64px;		}
table.adminlist td.indent-79 	{	padding-left: 79px;		}
table.adminlist td.indent-94 	{	padding-left: 94px;		}
table.adminlist td.indent-109 	{	padding-left: 109px;	}
table.adminlist td.indent-124 	{	padding-left: 124px;	}
table.adminlist td.indent-139 	{	padding-left: 139px;	}

table.adminlist tr td.btns a {
	text-decoration: underline;
}



/* -- TABLE STYLES ----------------------------- */

div#element-box div.m form table.adminlist tr td a {
	font-size: 1.1em;
}

div#element-box div.m form table.adminlist tr td div.button2-left.smallsub a {
	font-size: 1em;
}

div#element-box div.m form table.adminlist tr td p.smallsub a,
div#element-box div.m div.pane-slider form table.adminlist a {
	font-size: 1em;
}

p.smallsub {
	margin: 3px 0 0;
}

p.smallsub span {
	color: #a0a0a0;
}

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

.pagination div.limit select#limit {
	width: 50px;
}

p.mod-purge-instruct {
	margin-top: 20px;
}

div.checkin-tick {
	background: url(../imagens/bluestork/admin/tick.png) 20px 50% no-repeat;
	text-indent: -9999px;
}

td.left,
th.left {
	text-align: left;
}

td.center,
th.center,
.center {
	text-align: center;
	float: none;
}

td.center img,
th.center img {
	float: none;
}

td.right,th.right {
	text-align: right;
}


table.admintable th,
table.admintable td {
	font-size: 1.091em;
}

table#global-checkin td {
	font-size: 1.182em;
}

table#global-checkin td.active {
	background-color: #E8F6FE !important;
}

table#global-checkin tbody tr.row0:hover td {
	background-color: #FFF;
}

table#global-checkin tbody tr.row1:hover td {
	background-color: #F0F0F0;
}


/* All Tabs */
table.aclsummary-table,
table.aclmodify-table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.091em;
}

td.col1 {
	font-size: 1.091em;
	text-align: left;
	padding: 4px;
}

tr.row1 {
	background-color: #f0f0ee;
}


/* Debug acl styling */
.check-0,
table.adminlist tbody td.check-0 {
	background-color: #FFFFCF;
}

.check-a,
table.adminlist tbody td.check-a {
	background-color: #CFFFDA;
}

.check-d,
table.adminlist tbody td.check-d {
	background-color: #FFCFCF;
}


/*Auto complete*/
.ac_results {
    background-color: white;
    border: 1px solid black;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
}
.ac_results ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 450px;
}
.ac_results li {
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
    text-align: left;
}
.ac_loading {
    background: url("../imagens/indicator.gif") no-repeat scroll right center white;
}
.ac_odd {
    background-color: #EEEEEE;
}
.ac_over {
    background-color: #0A246A;
    color: white;
}
input {
	/*height:20px;*/
	margin-right:5px;
	padding:3px;
}
select {
	padding:3px;
	margin-right:5px;
}
.corpo {
	margin:20px;
}
fieldset legend {
	font-size: 22px;
	font-weight:bold;
	margin-bottom:5px;
}
.button_sub {
padding:0 3px 0 3px;
}
fieldset {
	border:1px solid #CCCCCC;
	padding:10px;
}
/*table {
	width:98%;
}*/

/* AP icons */
.icon-color-black {
    background-image: url(images/icon16px_black.png); 
    width: 17px; 
    height: 17px;
    display: block;
}

.icon1 { background-position: 0px 0px; width: 17px; height: 17px; }
.icon2 { background-position: -24px 0px; width: 17px; height: 17px; }
.icon3 { background-position: -48px 0px; width: 17px; height: 17px; }
.icon4 { background-position: -72px 0px; width: 17px; height: 17px; }
.icon5 { background-position: -96px 0px; width: 17px; height: 17px; }
.icon6 { background-position: -120px 0px; width: 17px; height: 17px; }
.icon7 { background-position: -144px 0px; width: 17px; height: 17px; }
.icon8 { background-position: -168px 0px; width: 17px; height: 17px; }
.icon9 { background-position: -192px 0px; width: 17px; height: 17px; }
.icon10 { background-position: -216px 0px; width: 17px; height: 17px; }
.icon11 { background-position: -240px 0px; width: 17px; height: 17px; }
.icon12 { background-position: -264px 0px; width: 17px; height: 17px; }
.icon13 { background-position: -288px 0px; width: 17px; height: 17px; }
.icon14 { background-position: -312px 0px; width: 17px; height: 17px; }
.icon15 { background-position: -336px 0px; width: 17px; height: 17px; }
.icon16 { background-position: -360px 0px; width: 17px; height: 17px; }
.icon17 { background-position: 0px -22px; width: 17px; height: 17px; }
.icon18 { background-position: -24px -22px; width: 17px; height: 17px; }
.icon19 { background-position: -48px -22px; width: 17px; height: 17px; }
.icon20 { background-position: -72px -22px; width: 17px; height: 17px; }
.icon21 { background-position: -96px -22px; width: 17px; height: 17px; }
.icon22 { background-position: -120px -22px; width: 17px; height: 17px; }
.icon23 { background-position: -144px -22px; width: 17px; height: 17px; }
.icon24 { background-position: -168px -22px; width: 17px; height: 17px; }
.icon25 { background-position: -192px -22px; width: 17px; height: 17px; }
.icon26 { background-position: -216px -22px; width: 17px; height: 17px; }
.icon27 { background-position: -240px -22px; width: 17px; height: 17px; }
.icon28 { background-position: -264px -22px; width: 17px; height: 17px; }
.icon29 { background-position: -288px -22px; width: 17px; height: 17px; }
.icon30 { background-position: -312px -22px; width: 17px; height: 17px; }
.icon31 { background-position: -336px -22px; width: 17px; height: 17px; }
.icon32 { background-position: -360px -22px; width: 17px; height: 17px; }
.icon33 { background-position: 0px -46px; width: 17px; height: 17px; }
.icon34 { background-position: -24px -46px; width: 17px; height: 17px; }
.icon35 { background-position: -48px -46px; width: 17px; height: 17px; }
.icon36 { background-position: -72px -46px; width: 17px; height: 17px; }
.icon37 { background-position: -96px -46px; width: 17px; height: 17px; }
.icon38 { background-position: -120px -46px; width: 17px; height: 17px; }
.icon39 { background-position: -144px -46px; width: 17px; height: 17px; }
.icon40 { background-position: -168px -46px; width: 17px; height: 17px; }
.icon41 { background-position: -192px -46px; width: 17px; height: 17px; }
.icon42 { background-position: -216px -46px; width: 17px; height: 17px; }
.icon43 { background-position: -240px -46px; width: 17px; height: 17px; }
.icon44 { background-position: -264px -46px; width: 17px; height: 17px; }
.icon45 { background-position: -288px -46px; width: 17px; height: 17px; }
.icon46 { background-position: -312px -46px; width: 17px; height: 17px; }
.icon47 { background-position: -336px -46px; width: 17px; height: 17px; }
.icon48 { background-position: -360px -46px; width: 17px; height: 17px; }
.icon49 { background-position: 0px -70px; width: 17px; height: 17px; }
.icon50 { background-position: -24px -70px; width: 17px; height: 17px; }
.icon51 { background-position: -48px -70px; width: 17px; height: 17px; }
.icon52 { background-position: -72px -70px; width: 17px; height: 17px; }
.icon53 { background-position: -96px -70px; width: 17px; height: 17px; }
.icon54 { background-position: -120px -70px; width: 17px; height: 17px; }
.icon55 { background-position: -144px -70px; width: 17px; height: 17px; }
.icon56 { background-position: -168px -70px; width: 17px; height: 17px; }
.icon57 { background-position: -192px -70px; width: 17px; height: 17px; }
.icon58 { background-position: -216px -70px; width: 17px; height: 17px; }
.icon59 { background-position: -240px -70px; width: 17px; height: 17px; }
.icon60 { background-position: -264px -70px; width: 17px; height: 17px; }
.icon61 { background-position: -288px -70px; width: 17px; height: 17px; }
.icon62 { background-position: -312px -70px; width: 17px; height: 17px; }
.icon63 { background-position: -336px -70px; width: 17px; height: 17px; }
.icon64 { background-position: -360px -70px; width: 17px; height: 17px; }
.icon65 { background-position: 0px -94px; width: 17px; height: 17px; }
.icon66 { background-position: -24px -94px; width: 17px; height: 17px; }
.icon67 { background-position: -48px -94px; width: 17px; height: 17px; }
.icon68 { background-position: -72px -94px; width: 17px; height: 17px; }
.icon69 { background-position: -96px -94px; width: 17px; height: 17px; }
.icon70 { background-position: -120px -94px; width: 17px; height: 17px; }
.icon71 { background-position: -144px -94px; width: 17px; height: 17px; }
.icon72 { background-position: -168px -94px; width: 17px; height: 17px; }
.icon73 { background-position: -192px -94px; width: 17px; height: 17px; }
.icon74 { background-position: -216px -94px; width: 17px; height: 17px; }
.icon75 { background-position: -240px -94px; width: 17px; height: 17px; }
.icon76 { background-position: -264px -94px; width: 17px; height: 17px; }
.icon77 { background-position: -288px -94px; width: 17px; height: 17px; }
.icon78 { background-position: -312px -94px; width: 17px; height: 17px; }
.icon79 { background-position: -336px -94px; width: 17px; height: 17px; }
.icon80 { background-position: -360px -94px; width: 17px; height: 17px; }
.icon81 { background-position: 0px -118px; width: 17px; height: 17px; }
.icon82 { background-position: -24px -118px; width: 17px; height: 17px; }
.icon83 { background-position: -48px -118px; width: 17px; height: 17px; }
.icon84 { background-position: -72px -118px; width: 17px; height: 17px; }
.icon85 { background-position: -96px -118px; width: 17px; height: 17px; }
.icon86 { background-position: -120px -118px; width: 17px; height: 17px; }
.icon87 { background-position: -144px -118px; width: 17px; height: 17px; }
.icon88 { background-position: -168px -118px; width: 17px; height: 17px; }
.icon89 { background-position: -192px -118px; width: 17px; height: 17px; }
.icon90 { background-position: -216px -118px; width: 17px; height: 17px; }
.icon91 { background-position: -240px -118px; width: 17px; height: 17px; }
.icon92 { background-position: -264px -118px; width: 17px; height: 17px; }
.icon93 { background-position: -288px -118px; width: 17px; height: 17px; }
.icon94 { background-position: -312px -118px; width: 17px; height: 17px; }
.icon95 { background-position: -336px -118px; width: 17px; height: 17px; }
.icon96 { background-position: -360px -118px; width: 17px; height: 17px; }
.icon97 { background-position: 0px -142px; width: 17px; height: 17px; }
.icon98 { background-position: -24px -142px; width: 17px; height: 17px; }
.icon99 { background-position: -48px -142px; width: 17px; height: 17px; }
.icon100 { background-position: -72px -142px; width: 17px; height: 17px; }
.icon101 { background-position: -96px -142px; width: 17px; height: 17px; }
.icon102 { background-position: -120px -142px; width: 17px; height: 17px; }
.icon103 { background-position: -144px -142px; width: 17px; height: 17px; }
.icon104 { background-position: -168px -142px; width: 17px; height: 17px; }
.icon105 { background-position: -192px -142px; width: 17px; height: 17px; }
.icon106 { background-position: -216px -142px; width: 17px; height: 17px; }
.icon107 { background-position: -240px -142px; width: 17px; height: 17px; }
.icon108 { background-position: -264px -142px; width: 17px; height: 17px; }
.icon109 { background-position: -288px -142px; width: 17px; height: 17px; }
.icon110 { background-position: -312px -142px; width: 17px; height: 17px; }
.icon111 { background-position: -336px -142px; width: 17px; height: 17px; }
.icon112 { background-position: -360px -142px; width: 17px; height: 17px; }
.icon113 { background-position: 0px -166px; width: 17px; height: 17px; }
.icon114 { background-position: -24px -166px; width: 17px; height: 17px; }
.icon115 { background-position: -48px -166px; width: 17px; height: 17px; }
.icon116 { background-position: -72px -166px; width: 17px; height: 17px; }
.icon117 { background-position: -96px -166px; width: 17px; height: 17px; }
.icon118 { background-position: -120px -166px; width: 17px; height: 17px; }
.icon119 { background-position: -144px -166px; width: 17px; height: 17px; }
.icon120 { background-position: -168px -166px; width: 17px; height: 17px; }
.icon121 { background-position: -192px -166px; width: 17px; height: 17px; }
.icon122 { background-position: -216px -166px; width: 17px; height: 17px; }
.icon123 { background-position: -240px -166px; width: 17px; height: 17px; }
.icon124 { background-position: -264px -166px; width: 17px; height: 17px; }
.icon125 { background-position: -288px -166px; width: 17px; height: 17px; }
.icon126 { background-position: -312px -166px; width: 17px; height: 17px; }
.icon127 { background-position: -336px -166px; width: 17px; height: 17px; }
.icon128 { background-position: -360px -166px; width: 17px; height: 17px; }
.icon129 { background-position: 0px -190px; width: 17px; height: 17px; }
.icon130 { background-position: -24px -190px; width: 17px; height: 17px; }
.icon131 { background-position: -48px -190px; width: 17px; height: 17px; }
.icon132 { background-position: -72px -190px; width: 17px; height: 17px; }
.icon133 { background-position: -96px -190px; width: 17px; height: 17px; }
.icon134 { background-position: -120px -190px; width: 17px; height: 17px; }
.icon135 { background-position: -144px -190px; width: 17px; height: 17px; }
.icon136 { background-position: -168px -190px; width: 17px; height: 17px; }
.icon137 { background-position: -192px -190px; width: 17px; height: 17px; }
.icon138 { background-position: -216px -190px; width: 17px; height: 17px; }
.icon139 { background-position: -240px -190px; width: 17px; height: 17px; }
.icon140 { background-position: -264px -190px; width: 17px; height: 17px; }
.icon141 { background-position: -288px -190px; width: 17px; height: 17px; }
.icon142 { background-position: -312px -190px; width: 17px; height: 17px; }
.icon143 { background-position: -336px -190px; width: 17px; height: 17px; }
.icon144 { background-position: -360px -190px; width: 17px; height: 17px; }
.icon145 { background-position: 0px -214px; width: 17px; height: 17px; }
.icon146 { background-position: -24px -214px; width: 17px; height: 17px; }
.icon147 { background-position: -48px -214px; width: 17px; height: 17px; }
.icon148 { background-position: -72px -214px; width: 17px; height: 17px; }
.icon149 { background-position: -96px -214px; width: 17px; height: 17px; }
.icon150 { background-position: -120px -214px; width: 17px; height: 17px; }
.icon151 { background-position: -144px -214px; width: 17px; height: 17px; }
.icon152 { background-position: -168px -214px; width: 17px; height: 17px; }
.icon153 { background-position: -192px -214px; width: 17px; height: 17px; }
.icon154 { background-position: -216px -214px; width: 17px; height: 17px; }
.icon155 { background-position: -240px -214px; width: 17px; height: 17px; }
.icon156 { background-position: -264px -214px; width: 17px; height: 17px; }
.icon157 { background-position: -288px -214px; width: 17px; height: 17px; }
.icon158 { background-position: -312px -214px; width: 17px; height: 17px; }
.icon159 { background-position: -336px -214px; width: 17px; height: 17px; }
.icon160 { background-position: -360px -214px; width: 17px; height: 17px; }
.icon161 { background-position: 0px -238px; width: 17px; height: 17px; }
.icon162 { background-position: -24px -238px; width: 17px; height: 17px; }
.icon163 { background-position: -48px -238px; width: 17px; height: 17px; }
.icon164 { background-position: -72px -238px; width: 17px; height: 17px; }
.icon165 { background-position: -96px -238px; width: 17px; height: 17px; }
.icon166 { background-position: -120px -238px; width: 17px; height: 17px; }
.icon167 { background-position: -144px -238px; width: 17px; height: 17px; }
.icon168 { background-position: -168px -238px; width: 17px; height: 17px; }
.icon169 { background-position: -192px -238px; width: 17px; height: 17px; }
.icon170 { background-position: -216px -238px; width: 17px; height: 17px; }
.icon171 { background-position: -240px -238px; width: 17px; height: 17px; }
.icon172 { background-position: -264px -238px; width: 17px; height: 17px; }
.icon173 { background-position: -288px -238px; width: 17px; height: 17px; }
.icon174 { background-position: -312px -238px; width: 17px; height: 17px; }
.icon175 { background-position: -336px -238px; width: 17px; height: 17px; }
.icon176 { background-position: -360px -238px; width: 17px; height: 17px; }
.icon177 { background-position: 0px -262px; width: 17px; height: 17px; }
.icon178 { background-position: -24px -262px; width: 17px; height: 17px; }
.icon179 { background-position: -48px -262px; width: 17px; height: 17px; }
.icon180 { background-position: -72px -262px; width: 17px; height: 17px; }
.icon181 { background-position: -96px -262px; width: 17px; height: 17px; }
.icon182 { background-position: -120px -262px; width: 17px; height: 17px; }
.icon183 { background-position: -144px -262px; width: 17px; height: 17px; }
.icon184 { background-position: -168px -262px; width: 17px; height: 17px; }
.icon185 { background-position: -192px -262px; width: 17px; height: 17px; }
.icon186 { background-position: -216px -262px; width: 17px; height: 17px; }
.icon187 { background-position: -240px -262px; width: 17px; height: 17px; }
.icon188 { background-position: -264px -262px; width: 17px; height: 17px; }
.icon189 { background-position: -288px -262px; width: 17px; height: 17px; }
.icon190 { background-position: -312px -262px; width: 17px; height: 17px; }
.icon191 { background-position: -336px -262px; width: 17px; height: 17px; }
.icon192 { background-position: -360px -262px; width: 17px; height: 17px; }
.icon193 { background-position: 0px -286px; width: 17px; height: 17px; }
.icon194 { background-position: -24px -286px; width: 17px; height: 17px; }
.icon195 { background-position: -48px -286px; width: 17px; height: 17px; }
.icon196 { background-position: -72px -286px; width: 17px; height: 17px; }
.icon197 { background-position: -96px -286px; width: 17px; height: 17px; }
.icon198 { background-position: -120px -286px; width: 17px; height: 17px; }
.icon199 { background-position: -144px -286px; width: 17px; height: 17px; }
.icon200 { background-position: -168px -286px; width: 17px; height: 17px; }
.icon201 { background-position: -192px -286px; width: 17px; height: 17px; }
.icon202 { background-position: -216px -286px; width: 17px; height: 17px; }
.icon203 { background-position: -240px -286px; width: 17px; height: 17px; }
.icon204 { background-position: -264px -286px; width: 17px; height: 17px; }
.icon205 { background-position: -288px -286px; width: 17px; height: 17px; }
.icon206 { background-position: -312px -286px; width: 17px; height: 17px; }
.icon207 { background-position: -336px -286px; width: 17px; height: 17px; }
.icon208 { background-position: -360px -286px; width: 17px; height: 17px; }
.icon209 { background-position: 0px -310px; width: 17px; height: 17px; }
.icon210 { background-position: -24px -310px; width: 17px; height: 17px; }
.icon211 { background-position: -48px -310px; width: 17px; height: 17px; }
.icon212 { background-position: -72px -310px; width: 17px; height: 17px; }
.icon213 { background-position: -96px -310px; width: 17px; height: 17px; }
.icon214 { background-position: -120px -310px; width: 17px; height: 17px; }
.icon215 { background-position: -144px -310px; width: 17px; height: 17px; }
.icon216 { background-position: -168px -310px; width: 17px; height: 17px; }
.icon217 { background-position: -192px -310px; width: 17px; height: 17px; }
.icon218 { background-position: -216px -310px; width: 17px; height: 17px; }
.icon219 { background-position: -240px -310px; width: 17px; height: 17px; }
.icon220 { background-position: -264px -310px; width: 17px; height: 17px; }
.icon221 { background-position: -288px -310px; width: 17px; height: 17px; }
.icon222 { background-position: -312px -310px; width: 17px; height: 17px; }
.icon223 { background-position: -336px -310px; width: 17px; height: 17px; }
.icon224 { background-position: -360px -310px; width: 17px; height: 17px; }
.icon225 { background-position: 0px -334px; width: 17px; height: 17px; }
.icon226 { background-position: -24px -334px; width: 17px; height: 17px; }
.icon227 { background-position: -48px -334px; width: 17px; height: 17px; }
.icon228 { background-position: -72px -334px; width: 17px; height: 17px; }
.icon229 { background-position: -96px -334px; width: 17px; height: 17px; }
.icon230 { background-position: -120px -334px; width: 17px; height: 17px; }
.icon231 { background-position: -144px -334px; width: 17px; height: 17px; }
.icon232 { background-position: -168px -334px; width: 17px; height: 17px; }
.icon233 { background-position: -192px -334px; width: 17px; height: 17px; }
.icon234 { background-position: -216px -334px; width: 17px; height: 17px; }
.icon235 { background-position: -240px -334px; width: 17px; height: 17px; }
.icon236 { background-position: -264px -334px; width: 17px; height: 17px; }
.icon237 { background-position: -288px -334px; width: 17px; height: 17px; }
.icon238 { background-position: -312px -334px; width: 17px; height: 17px; }
.icon239 { background-position: -336px -334px; width: 17px; height: 17px; }
.icon240 { background-position: -360px -334px; width: 17px; height: 17px; }
.icon241 { background-position: 0px -358px; width: 17px; height: 17px; }
.icon242 { background-position: -24px -358px; width: 17px; height: 17px; }
.icon243 { background-position: -48px -358px; width: 17px; height: 17px; }
.icon244 { background-position: -72px -358px; width: 17px; height: 17px; }
.icon245 { background-position: -96px -358px; width: 17px; height: 17px; }
.icon246 { background-position: -120px -358px; width: 17px; height: 17px; }
.icon247 { background-position: -144px -358px; width: 17px; height: 17px; }
.icon248 { background-position: -168px -358px; width: 17px; height: 17px; }
.icon249 { background-position: -192px -358px; width: 17px; height: 17px; }
.icon250 { background-position: -216px -358px; width: 17px; height: 17px; }
.icon251 { background-position: -240px -358px; width: 17px; height: 17px; }
.icon252 { background-position: -264px -358px; width: 17px; height: 17px; }
.icon253 { background-position: -288px -358px; width: 17px; height: 17px; }
.icon254 { background-position: -312px -358px; width: 17px; height: 17px; }
.icon255 { background-position: -336px -358px; width: 17px; height: 17px; }
.icon256 { background-position: -360px -358px; width: 17px; height: 17px; }
.icon257 { background-position: 0px -382px; width: 17px; height: 17px; }
.icon258 { background-position: -24px -382px; width: 17px; height: 17px; }
.icon259 { background-position: -48px -382px; width: 17px; height: 17px; }
.icon260 { background-position: -72px -382px; width: 17px; height: 17px; }
.icon261 { background-position: -96px -382px; width: 17px; height: 17px; }
.icon262 { background-position: -120px -382px; width: 17px; height: 17px; }
.icon263 { background-position: -144px -382px; width: 17px; height: 17px; }
.icon264 { background-position: -168px -382px; width: 17px; height: 17px; }
.icon265 { background-position: -192px -382px; width: 17px; height: 17px; }
.icon266 { background-position: -216px -382px; width: 17px; height: 17px; }
.icon267 { background-position: -240px -382px; width: 17px; height: 17px; }
.icon268 { background-position: -264px -382px; width: 17px; height: 17px; }
.icon269 { background-position: -288px -382px; width: 17px; height: 17px; }
.icon270 { background-position: -312px -382px; width: 17px; height: 17px; }
.icon271 { background-position: -336px -382px; width: 17px; height: 17px; }
.icon272 { background-position: -360px -382px; width: 17px; height: 17px; }
.icon273 { background-position: 0px -406px; width: 17px; height: 17px; }
.icon274 { background-position: -24px -406px; width: 17px; height: 17px; }
.icon275 { background-position: -48px -406px; width: 17px; height: 17px; }
.icon276 { background-position: -72px -406px; width: 17px; height: 17px; }
.icon277 { background-position: -96px -406px; width: 17px; height: 17px; }
.icon278 { background-position: -120px -406px; width: 17px; height: 17px; }
.icon279 { background-position: -144px -406px; width: 17px; height: 17px; }
.icon280 { background-position: -168px -406px; width: 17px; height: 17px; }
.icon281 { background-position: -192px -406px; width: 17px; height: 17px; }
.icon282 { background-position: -216px -406px; width: 17px; height: 17px; }
.icon283 { background-position: -240px -406px; width: 17px; height: 17px; }
.icon284 { background-position: -264px -406px; width: 17px; height: 17px; }
.icon285 { background-position: -288px -406px; width: 17px; height: 17px; }
.icon286 { background-position: -312px -406px; width: 17px; height: 17px; }
.icon287 { background-position: -336px -406px; width: 17px; height: 17px; }
.icon288 { background-position: -360px -406px; width: 17px; height: 17px; }
.icon289 { background-position: 0px -430px; width: 17px; height: 17px; }
.icon290 { background-position: -24px -430px; width: 17px; height: 17px; }
.icon291 { background-position: -48px -430px; width: 17px; height: 17px; }
.icon292 { background-position: -72px -430px; width: 17px; height: 17px; }
.icon293 { background-position: -96px -430px; width: 17px; height: 17px; }
.icon294 { background-position: -120px -430px; width: 17px; height: 17px; }
.icon295 { background-position: -144px -430px; width: 17px; height: 17px; }
.icon296 { background-position: -168px -430px; width: 17px; height: 17px; }
.icon297 { background-position: -192px -430px; width: 17px; height: 17px; }
.icon298 { background-position: -216px -430px; width: 17px; height: 17px; }
.icon299 { background-position: -240px -430px; width: 17px; height: 17px; }
.icon300 { background-position: -264px -430px; width: 17px; height: 17px; }
.icon301 { background-position: -288px -430px; width: 17px; height: 17px; }
.icon302 { background-position: -312px -430px; width: 17px; height: 17px; }
.icon303 { background-position: -336px -430px; width: 17px; height: 17px; }
.icon304 { background-position: -360px -430px; width: 17px; height: 17px; }
.icon305 { background-position: 0px -454px; width: 17px; height: 17px; }
.icon306 { background-position: -24px -454px; width: 17px; height: 17px; }
.icon307 { background-position: -48px -454px; width: 17px; height: 17px; }
.icon308 { background-position: -72px -454px; width: 17px; height: 17px; }
.icon309 { background-position: -96px -454px; width: 17px; height: 17px; }
.icon310 { background-position: -120px -454px; width: 17px; height: 17px; }
.icon311 { background-position: -144px -454px; width: 17px; height: 17px; }
.icon312 { background-position: -168px -454px; width: 17px; height: 17px; }
.icon313 { background-position: -192px -454px; width: 17px; height: 17px; }
.icon314 { background-position: -216px -454px; width: 17px; height: 17px; }
.icon315 { background-position: -240px -454px; width: 17px; height: 17px; }
.icon316 { background-position: -264px -454px; width: 17px; height: 17px; }
.icon317 { background-position: -288px -454px; width: 17px; height: 17px; }
.icon318 { background-position: -312px -454px; width: 17px; height: 17px; }
.icon319 { background-position: -336px -454px; width: 17px; height: 17px; }
.icon320 { background-position: -360px -454px; width: 17px; height: 17px; }
.icon321 { background-position: 0px -478px; width: 17px; height: 17px; }
.icon322 { background-position: -24px -478px; width: 17px; height: 17px; }
.icon323 { background-position: -48px -478px; width: 17px; height: 17px; }
.icon324 { background-position: -72px -478px; width: 17px; height: 17px; }
.icon325 { background-position: -96px -478px; width: 17px; height: 17px; }
.icon326 { background-position: -120px -478px; width: 17px; height: 17px; }
.icon327 { background-position: -144px -478px; width: 17px; height: 17px; }
.icon328 { background-position: -168px -478px; width: 17px; height: 17px; }
.icon329 { background-position: -192px -478px; width: 17px; height: 17px; }
.icon330 { background-position: -216px -478px; width: 17px; height: 17px; }
.icon331 { background-position: -240px -478px; width: 17px; height: 17px; }
.icon332 { background-position: -264px -478px; width: 17px; height: 17px; }
.icon333 { background-position: -288px -478px; width: 17px; height: 17px; }
.icon334 { background-position: -312px -478px; width: 17px; height: 17px; }
.icon335 { background-position: -336px -478px; width: 17px; height: 17px; }
.icon336 { background-position: -360px -478px; width: 17px; height: 17px; }
.icon337 { background-position: 0px -502px; width: 17px; height: 17px; }
.icon338 { background-position: -24px -502px; width: 17px; height: 17px; }
.icon339 { background-position: -48px -502px; width: 17px; height: 17px; }
.icon340 { background-position: -72px -502px; width: 17px; height: 17px; }
.icon341 { background-position: -96px -502px; width: 17px; height: 17px; }
.icon342 { background-position: -120px -502px; width: 17px; height: 17px; }
.icon343 { background-position: -144px -502px; width: 17px; height: 17px; }
.icon344 { background-position: -168px -502px; width: 17px; height: 17px; }
.icon345 { background-position: -192px -502px; width: 17px; height: 17px; }
.icon346 { background-position: -216px -502px; width: 17px; height: 17px; }
.icon347 { background-position: -240px -502px; width: 17px; height: 17px; }
.icon348 { background-position: -264px -502px; width: 17px; height: 17px; }
.icon349 { background-position: -288px -502px; width: 17px; height: 17px; }
.icon350 { background-position: -312px -502px; width: 17px; height: 17px; }
.icon351 { background-position: -336px -502px; width: 17px; height: 17px; }
.icon352 { background-position: -360px -502px; width: 17px; height: 17px; }
.icon353 { background-position: 0px -526px; width: 17px; height: 17px; }
.icon354 { background-position: -24px -526px; width: 17px; height: 17px; }
.icon355 { background-position: -48px -526px; width: 17px; height: 17px; }
.icon356 { background-position: -72px -526px; width: 17px; height: 17px; }
.icon357 { background-position: -96px -526px; width: 17px; height: 17px; }
.icon358 { background-position: -120px -526px; width: 17px; height: 17px; }
.icon359 { background-position: -144px -526px; width: 17px; height: 17px; }
.icon360 { background-position: -168px -526px; width: 17px; height: 17px; }
.icon361 { background-position: -192px -526px; width: 17px; height: 17px; }
.icon362 { background-position: -216px -526px; width: 17px; height: 17px; }
.icon363 { background-position: -240px -526px; width: 17px; height: 17px; }
.icon364 { background-position: -264px -526px; width: 17px; height: 17px; }
.icon365 { background-position: -288px -526px; width: 17px; height: 17px; }
.icon366 { background-position: -312px -526px; width: 17px; height: 17px; }
.icon367 { background-position: -336px -526px; width: 17px; height: 17px; }
.icon368 { background-position: -360px -526px; width: 17px; height: 17px; }
.icon369 { background-position: 0px -550px; width: 17px; height: 17px; }
.icon370 { background-position: -24px -550px; width: 17px; height: 17px; }
.icon371 { background-position: -48px -550px; width: 17px; height: 17px; }
.icon372 { background-position: -72px -550px; width: 17px; height: 17px; }
.icon373 { background-position: -96px -550px; width: 17px; height: 17px; }
.icon374 { background-position: -120px -550px; width: 17px; height: 17px; }
.icon375 { background-position: -144px -550px; width: 17px; height: 17px; }
.icon376 { background-position: -168px -550px; width: 17px; height: 17px; }
.icon377 { background-position: -192px -550px; width: 17px; height: 17px; }
.icon378 { background-position: -216px -550px; width: 17px; height: 17px; }
.icon379 { background-position: -240px -550px; width: 17px; height: 17px; }
.icon380 { background-position: -264px -550px; width: 17px; height: 17px; }
.icon381 { background-position: -288px -550px; width: 17px; height: 17px; }
.icon382 { background-position: -312px -550px; width: 17px; height: 17px; }
.icon383 { background-position: -336px -550px; width: 17px; height: 17px; }
.icon384 { background-position: -360px -550px; width: 17px; height: 17px; }
.icon385 { background-position: 0px -574px; width: 17px; height: 17px; }
.icon386 { background-position: -24px -574px; width: 17px; height: 17px; }
.icon387 { background-position: -48px -574px; width: 17px; height: 17px; }
.icon388 { background-position: -72px -574px; width: 17px; height: 17px; }
.icon389 { background-position: -96px -574px; width: 17px; height: 17px; }
.icon390 { background-position: -120px -574px; width: 17px; height: 17px; }
.icon391 { background-position: -144px -574px; width: 17px; height: 17px; }
.icon392 { background-position: -168px -574px; width: 17px; height: 17px; }
.icon393 { background-position: -192px -574px; width: 17px; height: 17px; }
.icon394 { background-position: -216px -574px; width: 17px; height: 17px; }
.icon395 { background-position: -240px -574px; width: 17px; height: 17px; }
.icon396 { background-position: -264px -574px; width: 17px; height: 17px; }
.icon397 { background-position: -288px -574px; width: 17px; height: 17px; }
.icon398 { background-position: -312px -574px; width: 17px; height: 17px; }
.icon399 { background-position: -336px -574px; width: 17px; height: 17px; }
.icon400 { background-position: -360px -574px; width: 17px; height: 17px; }
.icon401 { background-position: 0px -598px; width: 17px; height: 17px; }
.icon402 { background-position: -24px -598px; width: 17px; height: 17px; }
.icon403 { background-position: -48px -598px; width: 17px; height: 17px; }
.icon404 { background-position: -72px -598px; width: 17px; height: 17px; }
.icon405 { background-position: -96px -598px; width: 17px; height: 17px; }
.icon406 { background-position: -120px -598px; width: 17px; height: 17px; }
.icon407 { background-position: -144px -598px; width: 17px; height: 17px; }
.icon408 { background-position: -168px -598px; width: 17px; height: 17px; }
.icon409 { background-position: -192px -598px; width: 17px; height: 17px; }
.icon410 { background-position: -216px -598px; width: 17px; height: 17px; }
.icon411 { background-position: -240px -598px; width: 17px; height: 17px; }
.icon412 { background-position: -264px -598px; width: 17px; height: 17px; }
.icon413 { background-position: -288px -598px; width: 17px; height: 17px; }
.icon414 { background-position: -312px -598px; width: 17px; height: 17px; }
.icon415 { background-position: -336px -598px; width: 17px; height: 17px; }
.icon416 { background-position: -360px -598px; width: 17px; height: 17px; }
.icon417 { background-position: 0px -622px; width: 17px; height: 17px; }
.icon418 { background-position: -24px -622px; width: 17px; height: 17px; }
.icon419 { background-position: -48px -622px; width: 17px; height: 17px; }
.icon420 { background-position: -72px -622px; width: 17px; height: 17px; }
.icon421 { background-position: -96px -622px; width: 17px; height: 17px; }
.icon422 { background-position: -120px -622px; width: 17px; height: 17px; }
.icon423 { background-position: -144px -622px; width: 17px; height: 17px; }
.icon424 { background-position: -168px -622px; width: 17px; height: 17px; }
.icon425 { background-position: -192px -622px; width: 17px; height: 17px; }
.icon426 { background-position: -216px -622px; width: 17px; height: 17px; }
.icon427 { background-position: -240px -622px; width: 17px; height: 17px; }
.icon428 { background-position: -264px -622px; width: 17px; height: 17px; }
.icon429 { background-position: -288px -622px; width: 17px; height: 17px; }
.icon430 { background-position: -312px -622px; width: 17px; height: 17px; }
.icon431 { background-position: -336px -622px; width: 17px; height: 17px; }
.icon432 { background-position: -360px -622px; width: 17px; height: 17px; }
.icon433 { background-position: 0px -646px; width: 17px; height: 17px; }
.icon434 { background-position: -24px -646px; width: 17px; height: 17px; }
.icon435 { background-position: -48px -646px; width: 17px; height: 17px; }
.icon436 { background-position: -72px -646px; width: 17px; height: 17px; }
.icon437 { background-position: -96px -646px; width: 17px; height: 17px; }
.icon438 { background-position: -120px -646px; width: 17px; height: 17px; }
.icon439 { background-position: -144px -646px; width: 17px; height: 17px; }
.icon440 { background-position: -168px -646px; width: 17px; height: 17px; }
.icon441 { background-position: -192px -646px; width: 17px; height: 17px; }
.icon442 { background-position: -216px -646px; width: 17px; height: 17px; }
.icon443 { background-position: -240px -646px; width: 17px; height: 17px; }
.icon444 { background-position: -264px -646px; width: 17px; height: 17px; }
.icon445 { background-position: -288px -646px; width: 17px; height: 17px; }
.icon446 { background-position: -312px -646px; width: 17px; height: 17px; }
.icon447 { background-position: -336px -646px; width: 17px; height: 17px; }
.icon448 { background-position: -360px -646px; width: 17px; height: 17px; }
.icon449 { background-position: 0px -670px; width: 17px; height: 17px; }
.icon450 { background-position: -24px -670px; width: 17px; height: 17px; }
.icon451 { background-position: -48px -670px; width: 17px; height: 17px; }
.icon452 { background-position: -72px -670px; width: 17px; height: 17px; }
.icon453 { background-position: -96px -670px; width: 17px; height: 17px; }
.icon454 { background-position: -120px -670px; width: 17px; height: 17px; }
.icon455 { background-position: -144px -670px; width: 17px; height: 17px; }
.icon456 { background-position: -168px -670px; width: 17px; height: 17px; }
.icon457 { background-position: -192px -670px; width: 17px; height: 17px; }
.icon458 { background-position: -216px -670px; width: 17px; height: 17px; }
.icon459 { background-position: -240px -670px; width: 17px; height: 17px; }
.icon460 { background-position: -264px -670px; width: 17px; height: 17px; }
.icon461 { background-position: -288px -670px; width: 17px; height: 17px; }
.icon462 { background-position: -312px -670px; width: 17px; height: 17px; }
.icon463 { background-position: -336px -670px; width: 17px; height: 17px; }
.icon464 { background-position: -360px -670px; width: 17px; height: 17px; }
.icon465 { background-position: 0px -694px; width: 17px; height: 17px; }
.icon466 { background-position: -24px -694px; width: 17px; height: 17px; }
.icon467 { background-position: -48px -694px; width: 17px; height: 17px; }
.icon468 { background-position: -72px -694px; width: 17px; height: 17px; }
.icon469 { background-position: -96px -694px; width: 17px; height: 17px; }
.icon470 { background-position: -120px -694px; width: 17px; height: 17px; }
.icon471 { background-position: -144px -694px; width: 17px; height: 17px; }
.icon472 { background-position: -168px -694px; width: 17px; height: 17px; }
.icon473 { background-position: -192px -694px; width: 17px; height: 17px; }
.icon474 { background-position: -216px -694px; width: 17px; height: 17px; }
.icon475 { background-position: -240px -694px; width: 17px; height: 17px; }
.icon476 { background-position: -264px -694px; width: 17px; height: 17px; }
.icon477 { background-position: -288px -694px; width: 17px; height: 17px; }
.icon478 { background-position: -312px -694px; width: 17px; height: 17px; }
.icon479 { background-position: -336px -694px; width: 17px; height: 17px; }
.icon480 { background-position: -360px -694px; width: 17px; height: 17px; }
.icon481 { background-position: 0px -718px; width: 17px; height: 17px; }
.icon482 { background-position: -24px -718px; width: 17px; height: 17px; }
.icon483 { background-position: -48px -718px; width: 17px; height: 17px; }
.icon484 { background-position: -72px -718px; width: 17px; height: 17px; }
.icon485 { background-position: -96px -718px; width: 17px; height: 17px; }
.icon486 { background-position: -120px -718px; width: 17px; height: 17px; }
.icon487 { background-position: -144px -718px; width: 17px; height: 17px; }
.icon488 { background-position: -168px -718px; width: 17px; height: 17px; }
.icon489 { background-position: -192px -718px; width: 17px; height: 17px; }
.icon490 { background-position: -216px -718px; width: 17px; height: 17px; }
.icon491 { background-position: -240px -718px; width: 17px; height: 17px; }
.icon492 { background-position: -264px -718px; width: 17px; height: 17px; }
.icon493 { background-position: -288px -718px; width: 17px; height: 17px; }
.icon494 { background-position: -312px -718px; width: 17px; height: 17px; }
.icon495 { background-position: -336px -718px; width: 17px; height: 17px; }
.icon496 { background-position: -360px -718px; width: 17px; height: 17px; }
.icon497 { background-position: 0px -742px; width: 17px; height: 17px; }
.icon498 { background-position: -24px -742px; width: 17px; height: 17px; }
.icon499 { background-position: -48px -742px; width: 17px; height: 17px; }
.icon500 { background-position: -72px -742px; width: 17px; height: 17px; }
.icon501 { background-position: -96px -742px; width: 17px; height: 17px; }
.icon502 { background-position: -120px -742px; width: 17px; height: 17px; }
.icon503 { background-position: -144px -742px; width: 17px; height: 17px; }
.icon504 { background-position: -168px -742px; width: 17px; height: 17px; }
.icon505 { background-position: -192px -742px; width: 17px; height: 17px; }
.icon506 { background-position: -216px -742px; width: 17px; height: 17px; }
.icon507 { background-position: -240px -742px; width: 17px; height: 17px; }
.icon508 { background-position: -264px -742px; width: 17px; height: 17px; }
.icon509 { background-position: -288px -742px; width: 17px; height: 17px; }
.icon510 { background-position: -312px -742px; width: 17px; height: 17px; }
.icon511 { background-position: -336px -742px; width: 17px; height: 17px; }
.icon512 { background-position: -360px -742px; width: 17px; height: 17px; }
.icon513 { background-position: 0px -766px; width: 17px; height: 17px; }
.icon514 { background-position: -24px -766px; width: 17px; height: 17px; }
.icon515 { background-position: -48px -766px; width: 17px; height: 17px; }
.icon516 { background-position: -72px -766px; width: 17px; height: 17px; }
.icon517 { background-position: -96px -766px; width: 17px; height: 17px; }
.icon518 { background-position: -120px -766px; width: 17px; height: 17px; }
.icon519 { background-position: -144px -766px; width: 17px; height: 17px; }
.icon520 { background-position: -168px -766px; width: 17px; height: 17px; }
.icon521 { background-position: -192px -766px; width: 17px; height: 17px; }
.icon522 { background-position: -216px -766px; width: 17px; height: 17px; }
.icon523 { background-position: -240px -766px; width: 17px; height: 17px; }
.icon524 { background-position: -264px -766px; width: 17px; height: 17px; }
.icon525 { background-position: -288px -766px; width: 17px; height: 17px; }
.icon526 { background-position: -312px -766px; width: 17px; height: 17px; }
.icon527 { background-position: -336px -766px; width: 17px; height: 17px; }
.icon528 { background-position: -360px -766px; width: 17px; height: 17px; }
.icon529 { background-position: 0px -790px; width: 17px; height: 17px; }
.icon530 { background-position: -24px -790px; width: 17px; height: 17px; }
.icon531 { background-position: -48px -790px; width: 17px; height: 17px; }
.icon532 { background-position: -72px -790px; width: 17px; height: 17px; }
.icon533 { background-position: -96px -790px; width: 17px; height: 17px; }
.icon534 { background-position: -120px -790px; width: 17px; height: 17px; }
.icon535 { background-position: -144px -790px; width: 17px; height: 17px; }
.icon536 { background-position: -168px -790px; width: 17px; height: 17px; }
.icon537 { background-position: -192px -790px; width: 17px; height: 17px; }
.icon538 { background-position: -216px -790px; width: 17px; height: 17px; }
.icon539 { background-position: -240px -790px; width: 17px; height: 17px; }
.icon540 { background-position: -264px -790px; width: 17px; height: 17px; }
.icon541 { background-position: -288px -790px; width: 17px; height: 17px; }
.icon542 { background-position: -312px -790px; width: 17px; height: 17px; }
.icon543 { background-position: -336px -790px; width: 17px; height: 17px; }
.icon544 { background-position: -360px -790px; width: 17px; height: 17px; }
.icon545 { background-position: 0px -814px; width: 17px; height: 17px; }
.icon546 { background-position: -24px -814px; width: 17px; height: 17px; }
.icon547 { background-position: -48px -814px; width: 17px; height: 17px; }
.icon548 { background-position: -72px -814px; width: 17px; height: 17px; }
.icon549 { background-position: -96px -814px; width: 17px; height: 17px; }
.icon550 { background-position: -120px -814px; width: 17px; height: 17px; }
.icon551 { background-position: -144px -814px; width: 17px; height: 17px; }
.icon552 { background-position: -168px -814px; width: 17px; height: 17px; }
.icon553 { background-position: -192px -814px; width: 17px; height: 17px; }
.icon554 { background-position: -216px -814px; width: 17px; height: 17px; }
.icon555 { background-position: -240px -814px; width: 17px; height: 17px; }
.icon556 { background-position: -264px -814px; width: 17px; height: 17px; }
.icon557 { background-position: -288px -814px; width: 17px; height: 17px; }
.icon558 { background-position: -312px -814px; width: 17px; height: 17px; }
.icon559 { background-position: -336px -814px; width: 17px; height: 17px; }
.icon560 { background-position: -360px -814px; width: 17px; height: 17px; }
.icon561 { background-position: 0px -838px; width: 17px; height: 17px; }
.icon562 { background-position: -24px -838px; width: 17px; height: 17px; }
.icon563 { background-position: -48px -838px; width: 17px; height: 17px; }
.icon564 { background-position: -72px -838px; width: 17px; height: 17px; }
.icon565 { background-position: -96px -838px; width: 17px; height: 17px; }
.icon566 { background-position: -120px -838px; width: 17px; height: 17px; }
.icon567 { background-position: -144px -838px; width: 17px; height: 17px; }
.icon568 { background-position: -168px -838px; width: 17px; height: 17px; }
.icon569 { background-position: -192px -838px; width: 17px; height: 17px; }
.icon570 { background-position: -216px -838px; width: 17px; height: 17px; }
.icon571 { background-position: -240px -838px; width: 17px; height: 17px; }
.icon572 { background-position: -264px -838px; width: 17px; height: 17px; }
.icon573 { background-position: -288px -838px; width: 17px; height: 17px; }
.icon574 { background-position: -312px -838px; width: 17px; height: 17px; }
.icon575 { background-position: -336px -838px; width: 17px; height: 17px; }
.icon576 { background-position: -360px -838px; width: 17px; height: 17px; }
.icon577 { background-position: 0px -862px; width: 17px; height: 17px; }
.icon578 { background-position: -24px -862px; width: 17px; height: 17px; }
.icon579 { background-position: -48px -862px; width: 17px; height: 17px; }
.icon580 { background-position: -72px -862px; width: 17px; height: 17px; }
.icon581 { background-position: -96px -862px; width: 17px; height: 17px; }
.icon582 { background-position: -120px -862px; width: 17px; height: 17px; }
.icon583 { background-position: -144px -862px; width: 17px; height: 17px; }
.icon584 { background-position: -168px -862px; width: 17px; height: 17px; }
.icon585 { background-position: -192px -862px; width: 17px; height: 17px; }
.icon586 { background-position: -216px -862px; width: 17px; height: 17px; }
.icon587 { background-position: -240px -862px; width: 17px; height: 17px; }
.icon588 { background-position: -264px -862px; width: 17px; height: 17px; }
.icon589 { background-position: -288px -862px; width: 17px; height: 17px; }
.icon590 { background-position: -312px -862px; width: 17px; height: 17px; }
.icon591 { background-position: -336px -862px; width: 17px; height: 17px; }
.icon592 { background-position: -360px -862px; width: 17px; height: 17px; }
.icon593 { background-position: 0px -886px; width: 17px; height: 17px; }
.icon594 { background-position: -24px -886px; width: 17px; height: 17px; }
.icon595 { background-position: -48px -886px; width: 17px; height: 17px; }
.icon596 { background-position: -72px -886px; width: 17px; height: 17px; }
.icon597 { background-position: -96px -886px; width: 17px; height: 17px; }
.icon598 { background-position: -120px -886px; width: 17px; height: 17px; }
.icon599 { background-position: -144px -886px; width: 17px; height: 17px; }
.icon600 { background-position: -168px -886px; width: 17px; height: 17px; }
.icon601 { background-position: -192px -886px; width: 17px; height: 17px; }
.icon602 { background-position: -216px -886px; width: 17px; height: 17px; }
.icon603 { background-position: -240px -886px; width: 17px; height: 17px; }
.icon604 { background-position: -264px -886px; width: 17px; height: 17px; }
.icon605 { background-position: -288px -886px; width: 17px; height: 17px; }
.icon606 { background-position: -312px -886px; width: 17px; height: 17px; }
.icon607 { background-position: -336px -886px; width: 17px; height: 17px; }
.icon608 { background-position: -360px -886px; width: 17px; height: 17px; }
.icon609 { background-position: 0px -910px; width: 17px; height: 17px; }
.icon610 { background-position: -24px -910px; width: 17px; height: 17px; }
.icon611 { background-position: -48px -910px; width: 17px; height: 17px; }
.icon612 { background-position: -72px -910px; width: 17px; height: 17px; }
.icon613 { background-position: -96px -910px; width: 17px; height: 17px; }
.icon614 { background-position: -120px -910px; width: 17px; height: 17px; }
.icon615 { background-position: -144px -910px; width: 17px; height: 17px; }
.icon616 { background-position: -168px -910px; width: 17px; height: 17px; }
.icon617 { background-position: -192px -910px; width: 17px; height: 17px; }
.icon618 { background-position: -216px -910px; width: 17px; height: 17px; }
.icon619 { background-position: -240px -910px; width: 17px; height: 17px; }
.icon620 { background-position: -264px -910px; width: 17px; height: 17px; }
.icon621 { background-position: -288px -910px; width: 17px; height: 17px; }
.icon622 { background-position: -312px -910px; width: 17px; height: 17px; }
.icon623 { background-position: -336px -910px; width: 17px; height: 17px; }
.icon624 { background-position: -360px -910px; width: 17px; height: 17px; }
.icon625 { background-position: 0px -934px; width: 17px; height: 17px; }
.icon626 { background-position: -24px -934px; width: 17px; height: 17px; }
.icon627 { background-position: -48px -934px; width: 17px; height: 17px; }
.icon628 { background-position: -72px -934px; width: 17px; height: 17px; }
.icon629 { background-position: -96px -934px; width: 17px; height: 17px; }
.icon630 { background-position: -120px -934px; width: 17px; height: 17px; }
.icon631 { background-position: -144px -934px; width: 17px; height: 17px; }
.icon632 { background-position: -168px -934px; width: 17px; height: 17px; }
.icon633 { background-position: -192px -934px; width: 17px; height: 17px; }
.icon634 { background-position: -216px -934px; width: 17px; height: 17px; }
.icon635 { background-position: -240px -934px; width: 17px; height: 17px; }
.icon636 { background-position: -264px -934px; width: 17px; height: 17px; }
.icon637 { background-position: -288px -934px; width: 17px; height: 17px; }
.icon638 { background-position: -312px -934px; width: 17px; height: 17px; }
.icon639 { background-position: -336px -934px; width: 17px; height: 17px; }
.icon640 { background-position: -360px -934px; width: 17px; height: 17px; }
.icon641 { background-position: 0px -958px; width: 17px; height: 17px; }
.icon642 { background-position: -24px -958px; width: 17px; height: 17px; }
.icon643 { background-position: -48px -958px; width: 17px; height: 17px; }
.icon644 { background-position: -72px -958px; width: 17px; height: 17px; }
.icon645 { background-position: -96px -958px; width: 17px; height: 17px; }
.icon646 { background-position: -120px -958px; width: 17px; height: 17px; }
.icon647 { background-position: -144px -958px; width: 17px; height: 17px; }
.icon648 { background-position: -168px -958px; width: 17px; height: 17px; }
.icon649 { background-position: -192px -958px; width: 17px; height: 17px; }
.icon650 { background-position: -216px -958px; width: 17px; height: 17px; }
.icon651 { background-position: -240px -958px; width: 17px; height: 17px; }
.icon652 { background-position: -264px -958px; width: 17px; height: 17px; }
.icon653 { background-position: -288px -958px; width: 17px; height: 17px; }
.icon654 { background-position: -312px -958px; width: 17px; height: 17px; }
.icon655 { background-position: -336px -958px; width: 17px; height: 17px; }
.icon656 { background-position: -360px -958px; width: 17px; height: 17px; }
.icon657 { background-position: 0px -982px; width: 17px; height: 17px; }
.icon658 { background-position: -24px -982px; width: 17px; height: 17px; }
.icon659 { background-position: -48px -982px; width: 17px; height: 17px; }
.icon660 { background-position: -72px -982px; width: 17px; height: 17px; }
.icon661 { background-position: -96px -982px; width: 17px; height: 17px; }
.icon662 { background-position: -120px -982px; width: 17px; height: 17px; }
.icon663 { background-position: -144px -982px; width: 17px; height: 17px; }
.icon664 { background-position: -168px -982px; width: 17px; height: 17px; }
.icon665 { background-position: -192px -982px; width: 17px; height: 17px; }
.icon666 { background-position: -216px -982px; width: 17px; height: 17px; }
.icon667 { background-position: -240px -982px; width: 17px; height: 17px; }
.icon668 { background-position: -264px -982px; width: 17px; height: 17px; }
.icon669 { background-position: -288px -982px; width: 17px; height: 17px; }
.icon670 { background-position: -312px -982px; width: 17px; height: 17px; }
.icon671 { background-position: -336px -982px; width: 17px; height: 17px; }
.icon672 { background-position: -360px -982px; width: 17px; height: 17px; }
.icon673 { background-position: 0px -1006px; width: 17px; height: 17px; }
.icon674 { background-position: -24px -1006px; width: 17px; height: 17px; }
.icon675 { background-position: -48px -1006px; width: 17px; height: 17px; }
.icon676 { background-position: -72px -1006px; width: 17px; height: 17px; }
.icon677 { background-position: -96px -1006px; width: 17px; height: 17px; }
.icon678 { background-position: -120px -1006px; width: 17px; height: 17px; }
.icon679 { background-position: -144px -1006px; width: 17px; height: 17px; }
.icon680 { background-position: -168px -1006px; width: 17px; height: 17px; }
.icon681 { background-position: -192px -1006px; width: 17px; height: 17px; }
.icon682 { background-position: -216px -1006px; width: 17px; height: 17px; }
.icon683 { background-position: -240px -1006px; width: 17px; height: 17px; }
.icon684 { background-position: -264px -1006px; width: 17px; height: 17px; }
.icon685 { background-position: -288px -1006px; width: 17px; height: 17px; }
.icon686 { background-position: -312px -1006px; width: 17px; height: 17px; }
.icon687 { background-position: -336px -1006px; width: 17px; height: 17px; }
.icon688 { background-position: -360px -1006px; width: 17px; height: 17px; }
.icon689 { background-position: 0px -1030px; width: 17px; height: 17px; }
.icon690 { background-position: -24px -1030px; width: 17px; height: 17px; }
.icon691 { background-position: -48px -1030px; width: 17px; height: 17px; }
.icon692 { background-position: -72px -1030px; width: 17px; height: 17px; }
.icon693 { background-position: -96px -1030px; width: 17px; height: 17px; }
.icon694 { background-position: -120px -1030px; width: 17px; height: 17px; }
.icon695 { background-position: -144px -1030px; width: 17px; height: 17px; }
.icon696 { background-position: -168px -1030px; width: 17px; height: 17px; }
.icon697 { background-position: -192px -1030px; width: 17px; height: 17px; }
.icon698 { background-position: -216px -1030px; width: 17px; height: 17px; }
.icon699 { background-position: -240px -1030px; width: 17px; height: 17px; }
.icon700 { background-position: -264px -1030px; width: 17px; height: 17px; }
.icon701 { background-position: -288px -1030px; width: 17px; height: 17px; }
.icon702 { background-position: -312px -1030px; width: 17px; height: 17px; }
.icon703 { background-position: -336px -1030px; width: 17px; height: 17px; }
.icon704 { background-position: -360px -1030px; width: 17px; height: 17px; }
.icon705 { background-position: 0px -1054px; width: 17px; height: 17px; }
.icon706 { background-position: -24px -1054px; width: 17px; height: 17px; }
.icon707 { background-position: -48px -1054px; width: 17px; height: 17px; }
.icon708 { background-position: -72px -1054px; width: 17px; height: 17px; }
.icon709 { background-position: -96px -1054px; width: 17px; height: 17px; }
.icon710 { background-position: -120px -1054px; width: 17px; height: 17px; }
.icon711 { background-position: -144px -1054px; width: 17px; height: 17px; }
.icon712 { background-position: -168px -1054px; width: 17px; height: 17px; }
.icon713 { background-position: -192px -1054px; width: 17px; height: 17px; }
.icon714 { background-position: -216px -1054px; width: 17px; height: 17px; }
.icon715 { background-position: -240px -1054px; width: 17px; height: 17px; }
.icon716 { background-position: -264px -1054px; width: 17px; height: 17px; }
.icon717 { background-position: -288px -1054px; width: 17px; height: 17px; }
.icon718 { background-position: -312px -1054px; width: 17px; height: 17px; }
.icon719 { background-position: -336px -1054px; width: 17px; height: 17px; }
.icon720 { background-position: -360px -1054px; width: 17px; height: 17px; }
.icon721 { background-position: 0px -1078px; width: 17px; height: 17px; }
.icon722 { background-position: -24px -1078px; width: 17px; height: 17px; }
.icon723 { background-position: -48px -1078px; width: 17px; height: 17px; }
.icon724 { background-position: -72px -1078px; width: 17px; height: 17px; }
.icon725 { background-position: -96px -1078px; width: 17px; height: 17px; }
.icon726 { background-position: -120px -1078px; width: 17px; height: 17px; }
.icon727 { background-position: -144px -1078px; width: 17px; height: 17px; }
.icon728 { background-position: -168px -1078px; width: 17px; height: 17px; }
.icon729 { background-position: -192px -1078px; width: 17px; height: 17px; }
.icon730 { background-position: -216px -1078px; width: 17px; height: 17px; }
.icon731 { background-position: -240px -1078px; width: 17px; height: 17px; }
.icon732 { background-position: -264px -1078px; width: 17px; height: 17px; }
.icon733 { background-position: -288px -1078px; width: 17px; height: 17px; }
.icon734 { background-position: -312px -1078px; width: 17px; height: 17px; }
.icon735 { background-position: -336px -1078px; width: 17px; height: 17px; }
.icon736 { background-position: -360px -1078px; width: 17px; height: 17px; }
.icon737 { background-position: 0px -1102px; width: 17px; height: 17px; }
.icon738 { background-position: -24px -1102px; width: 17px; height: 17px; }
.icon739 { background-position: -48px -1102px; width: 17px; height: 17px; }
.icon740 { background-position: -72px -1102px; width: 17px; height: 17px; }
.icon741 { background-position: -96px -1102px; width: 17px; height: 17px; }
.icon742 { background-position: -120px -1102px; width: 17px; height: 17px; }
.icon743 { background-position: -144px -1102px; width: 17px; height: 17px; }
.icon744 { background-position: -168px -1102px; width: 17px; height: 17px; }
.icon745 { background-position: -192px -1102px; width: 17px; height: 17px; }
.icon746 { background-position: -216px -1102px; width: 17px; height: 17px; }
.icon747 { background-position: -240px -1102px; width: 17px; height: 17px; }
.icon748 { background-position: -264px -1102px; width: 17px; height: 17px; }
.icon749 { background-position: -288px -1102px; width: 17px; height: 17px; }
.icon750 { background-position: -312px -1102px; width: 17px; height: 17px; }
.icon751 { background-position: -336px -1102px; width: 17px; height: 17px; }
.icon752 { background-position: -360px -1102px; width: 17px; height: 17px; }
.icon753 { background-position: 0px -1126px; width: 17px; height: 17px; }
.icon754 { background-position: -24px -1126px; width: 17px; height: 17px; }
.icon755 { background-position: -48px -1126px; width: 17px; height: 17px; }
.icon756 { background-position: -72px -1126px; width: 17px; height: 17px; }
.icon757 { background-position: -96px -1126px; width: 17px; height: 17px; }
.icon758 { background-position: -120px -1126px; width: 17px; height: 17px; }
.icon759 { background-position: -144px -1126px; width: 17px; height: 17px; }
.icon760 { background-position: -168px -1126px; width: 17px; height: 17px; }
.icon761 { background-position: -192px -1126px; width: 17px; height: 17px; }
.icon762 { background-position: -216px -1126px; width: 17px; height: 17px; }
.icon763 { background-position: -240px -1126px; width: 17px; height: 17px; }
.icon764 { background-position: -264px -1126px; width: 17px; height: 17px; }
.icon765 { background-position: -288px -1126px; width: 17px; height: 17px; }
.icon766 { background-position: -312px -1126px; width: 17px; height: 17px; }
.icon767 { background-position: -336px -1126px; width: 17px; height: 17px; }
.icon768 { background-position: -360px -1126px; width: 17px; height: 17px; }
.icon769 { background-position: 0px -1150px; width: 17px; height: 17px; }
.icon770 { background-position: -24px -1150px; width: 17px; height: 17px; }
.icon771 { background-position: -48px -1150px; width: 17px; height: 17px; }
.icon772 { background-position: -72px -1150px; width: 17px; height: 17px; }
.icon773 { background-position: -96px -1150px; width: 17px; height: 17px; }
.icon774 { background-position: -120px -1150px; width: 17px; height: 17px; }
.icon775 { background-position: -144px -1150px; width: 17px; height: 17px; }
.icon776 { background-position: -168px -1150px; width: 17px; height: 17px; }
.icon777 { background-position: -192px -1150px; width: 17px; height: 17px; }
.icon778 { background-position: -216px -1150px; width: 17px; height: 17px; }
.icon779 { background-position: -240px -1150px; width: 17px; height: 17px; }
.icon780 { background-position: -264px -1150px; width: 17px; height: 17px; }
.icon781 { background-position: -288px -1150px; width: 17px; height: 17px; }
.icon782 { background-position: -312px -1150px; width: 17px; height: 17px; }
.icon783 { background-position: -336px -1150px; width: 17px; height: 17px; }
.icon784 { background-position: -360px -1150px; width: 17px; height: 17px; }
.icon785 { background-position: 0px -1174px; width: 17px; height: 17px; }
.icon786 { background-position: -24px -1174px; width: 17px; height: 17px; }
.icon787 { background-position: -48px -1174px; width: 17px; height: 17px; }
.icon788 { background-position: -72px -1174px; width: 17px; height: 17px; }
.icon789 { background-position: -96px -1174px; width: 17px; height: 17px; }
.icon790 { background-position: -120px -1174px; width: 17px; height: 17px; }
.icon791 { background-position: -144px -1174px; width: 17px; height: 17px; }
.icon792 { background-position: -168px -1174px; width: 17px; height: 17px; }
.icon793 { background-position: -192px -1174px; width: 17px; height: 17px; }
.icon794 { background-position: -216px -1174px; width: 17px; height: 17px; }
.icon795 { background-position: -240px -1174px; width: 17px; height: 17px; }
.icon796 { background-position: -264px -1174px; width: 17px; height: 17px; }
.icon797 { background-position: -288px -1174px; width: 17px; height: 17px; }
.icon798 { background-position: -312px -1174px; width: 17px; height: 17px; }
.icon799 { background-position: -336px -1174px; width: 17px; height: 17px; }
.icon800 { background-position: -360px -1174px; width: 17px; height: 17px; }
.icon801 { background-position: 0px -1198px; width: 17px; height: 17px; }
.icon802 { background-position: -24px -1198px; width: 17px; height: 17px; }
.icon803 { background-position: -48px -1198px; width: 17px; height: 17px; }
.icon804 { background-position: -72px -1198px; width: 17px; height: 17px; }
.icon805 { background-position: -96px -1198px; width: 17px; height: 17px; }
.icon806 { background-position: -120px -1198px; width: 17px; height: 17px; }
.icon807 { background-position: -144px -1198px; width: 17px; height: 17px; }
.icon808 { background-position: -168px -1198px; width: 17px; height: 17px; }
.icon809 { background-position: -192px -1198px; width: 17px; height: 17px; }
.icon810 { background-position: -216px -1198px; width: 17px; height: 17px; }
.icon811 { background-position: -240px -1198px; width: 17px; height: 17px; }
.icon812 { background-position: -264px -1198px; width: 17px; height: 17px; }
.icon813 { background-position: -288px -1198px; width: 17px; height: 17px; }
.icon814 { background-position: -312px -1198px; width: 17px; height: 17px; }
.icon815 { background-position: -336px -1198px; width: 17px; height: 17px; }
.icon816 { background-position: -360px -1198px; width: 17px; height: 17px; }
.icon817 { background-position: 0px -1222px; width: 17px; height: 17px; }
.icon818 { background-position: -24px -1222px; width: 17px; height: 17px; }
.icon819 { background-position: -48px -1222px; width: 17px; height: 17px; }
.icon820 { background-position: -72px -1222px; width: 17px; height: 17px; }
.icon821 { background-position: -96px -1222px; width: 17px; height: 17px; }
.icon822 { background-position: -120px -1222px; width: 17px; height: 17px; }
.icon823 { background-position: -144px -1222px; width: 17px; height: 17px; }
.icon824 { background-position: -168px -1222px; width: 17px; height: 17px; }
.icon825 { background-position: -192px -1222px; width: 17px; height: 17px; }
.icon826 { background-position: -216px -1222px; width: 17px; height: 17px; }
.icon827 { background-position: -240px -1222px; width: 17px; height: 17px; }
.icon828 { background-position: -264px -1222px; width: 17px; height: 17px; }
.icon829 { background-position: -288px -1222px; width: 17px; height: 17px; }
.icon830 { background-position: -312px -1222px; width: 17px; height: 17px; }
.icon831 { background-position: -336px -1222px; width: 17px; height: 17px; }
.icon832 { background-position: -360px -1222px; width: 17px; height: 17px; }
.icon833 { background-position: 0px -1246px; width: 17px; height: 17px; }
.icon834 { background-position: -24px -1246px; width: 17px; height: 17px; }
.icon835 { background-position: -48px -1246px; width: 17px; height: 17px; }
.icon836 { background-position: -72px -1246px; width: 17px; height: 17px; }
.icon837 { background-position: -96px -1246px; width: 17px; height: 17px; }
.icon838 { background-position: -120px -1246px; width: 17px; height: 17px; }
.icon839 { background-position: -144px -1246px; width: 17px; height: 17px; }
.icon840 { background-position: -168px -1246px; width: 17px; height: 17px; }
.icon841 { background-position: -192px -1246px; width: 17px; height: 17px; }
.icon842 { background-position: -216px -1246px; width: 17px; height: 17px; }
.icon843 { background-position: -240px -1246px; width: 17px; height: 17px; }
.icon844 { background-position: -264px -1246px; width: 17px; height: 17px; }
.icon845 { background-position: -288px -1246px; width: 17px; height: 17px; }
.icon846 { background-position: -312px -1246px; width: 17px; height: 17px; }
.icon847 { background-position: -336px -1246px; width: 17px; height: 17px; }
.icon848 { background-position: -360px -1246px; width: 17px; height: 17px; }
.icon849 { background-position: 0px -1270px; width: 17px; height: 17px; }
.icon850 { background-position: -24px -1270px; width: 17px; height: 17px; }
.icon851 { background-position: -48px -1270px; width: 17px; height: 17px; }
.icon852 { background-position: -72px -1270px; width: 17px; height: 17px; }
.icon853 { background-position: -96px -1270px; width: 17px; height: 17px; }
.icon854 { background-position: -120px -1270px; width: 17px; height: 17px; }
.icon855 { background-position: -144px -1270px; width: 17px; height: 17px; }
.icon856 { background-position: -168px -1270px; width: 17px; height: 17px; }
.icon857 { background-position: -192px -1270px; width: 17px; height: 17px; }
.icon858 { background-position: -216px -1270px; width: 17px; height: 17px; }
.icon859 { background-position: -240px -1270px; width: 17px; height: 17px; }
.icon860 { background-position: -264px -1270px; width: 17px; height: 17px; }
.icon861 { background-position: -288px -1270px; width: 17px; height: 17px; }
.icon862 { background-position: -312px -1270px; width: 17px; height: 17px; }
.icon863 { background-position: -336px -1270px; width: 17px; height: 17px; }
.icon864 { background-position: -360px -1270px; width: 17px; height: 17px; }
.icon865 { background-position: 0px -1294px; width: 17px; height: 17px; }
.icon866 { background-position: -24px -1294px; width: 17px; height: 17px; }
.icon867 { background-position: -48px -1294px; width: 17px; height: 17px; }
.icon868 { background-position: -72px -1294px; width: 17px; height: 17px; }
.icon869 { background-position: -96px -1294px; width: 17px; height: 17px; }
.icon870 { background-position: -120px -1294px; width: 17px; height: 17px; }
.icon871 { background-position: -144px -1294px; width: 17px; height: 17px; }
.icon872 { background-position: -168px -1294px; width: 17px; height: 17px; }
.icon873 { background-position: -192px -1294px; width: 17px; height: 17px; }
.icon874 { background-position: -216px -1294px; width: 17px; height: 17px; }
.icon875 { background-position: -240px -1294px; width: 17px; height: 17px; }
.icon876 { background-position: -264px -1294px; width: 17px; height: 17px; }
.icon877 { background-position: -288px -1294px; width: 17px; height: 17px; }
.icon878 { background-position: -312px -1294px; width: 17px; height: 17px; }
.icon879 { background-position: -336px -1294px; width: 17px; height: 17px; }
.icon880 { background-position: -360px -1294px; width: 17px; height: 17px; }
.icon881 { background-position: 0px -1318px; width: 17px; height: 17px; }
.icon882 { background-position: -24px -1318px; width: 17px; height: 17px; }
.icon883 { background-position: -48px -1318px; width: 17px; height: 17px; }
.icon884 { background-position: -72px -1318px; width: 17px; height: 17px; }
.icon885 { background-position: -96px -1318px; width: 17px; height: 17px; }
.icon886 { background-position: -120px -1318px; width: 17px; height: 17px; }
.icon887 { background-position: -144px -1318px; width: 17px; height: 17px; }
.icon888 { background-position: -168px -1318px; width: 17px; height: 17px; }
.icon889 { background-position: -192px -1318px; width: 17px; height: 17px; }
.icon890 { background-position: -216px -1318px; width: 17px; height: 17px; }
.icon891 { background-position: -240px -1318px; width: 17px; height: 17px; }
.icon892 { background-position: -264px -1318px; width: 17px; height: 17px; }
.icon893 { background-position: -288px -1318px; width: 17px; height: 17px; }
.icon894 { background-position: -312px -1318px; width: 17px; height: 17px; }
.icon895 { background-position: -336px -1318px; width: 17px; height: 17px; }
.icon896 { background-position: -360px -1318px; width: 17px; height: 17px; }
.icon897 { background-position: 0px -1342px; width: 17px; height: 17px; }
.icon898 { background-position: -24px -1342px; width: 17px; height: 17px; }
.icon899 { background-position: -48px -1342px; width: 17px; height: 17px; }
.icon900 { background-position: -72px -1342px; width: 17px; height: 17px; }
.icon901 { background-position: -96px -1342px; width: 17px; height: 17px; }
.icon902 { background-position: -120px -1342px; width: 17px; height: 17px; }
.icon903 { background-position: -144px -1342px; width: 17px; height: 17px; }
.icon904 { background-position: -168px -1342px; width: 17px; height: 17px; }
.icon905 { background-position: -192px -1342px; width: 17px; height: 17px; }
.icon906 { background-position: -216px -1342px; width: 17px; height: 17px; }
.icon907 { background-position: -240px -1342px; width: 17px; height: 17px; }
.icon908 { background-position: -264px -1342px; width: 17px; height: 17px; }
.icon909 { background-position: -288px -1342px; width: 17px; height: 17px; }
.icon910 { background-position: -312px -1342px; width: 17px; height: 17px; }
.icon911 { background-position: -336px -1342px; width: 17px; height: 17px; }
.icon912 { background-position: -360px -1342px; width: 17px; height: 17px; }
.icon913 { background-position: 0px -1366px; width: 17px; height: 17px; }
.icon914 { background-position: -24px -1366px; width: 17px; height: 17px; }
.icon915 { background-position: -48px -1366px; width: 17px; height: 17px; }
.icon916 { background-position: -72px -1366px; width: 17px; height: 17px; }
.icon917 { background-position: -96px -1366px; width: 17px; height: 17px; }
.icon918 { background-position: -120px -1366px; width: 17px; height: 17px; }
.icon919 { background-position: -144px -1366px; width: 17px; height: 17px; }
.icon920 { background-position: -168px -1366px; width: 17px; height: 17px; }
.icon921 { background-position: -192px -1366px; width: 17px; height: 17px; }
.icon922 { background-position: -216px -1366px; width: 17px; height: 17px; }
.icon923 { background-position: -240px -1366px; width: 17px; height: 17px; }
.icon924 { background-position: -264px -1366px; width: 17px; height: 17px; }
.icon925 { background-position: -288px -1366px; width: 17px; height: 17px; }
.icon926 { background-position: -312px -1366px; width: 17px; height: 17px; }
.icon927 { background-position: -336px -1366px; width: 17px; height: 17px; }
.icon928 { background-position: -360px -1366px; width: 17px; height: 17px; }
.icon929 { background-position: 0px -1390px; width: 17px; height: 17px; }
.icon930 { background-position: -24px -1390px; width: 17px; height: 17px; }
.icon931 { background-position: -48px -1390px; width: 17px; height: 17px; }
.icon932 { background-position: -72px -1390px; width: 17px; height: 17px; }
.icon933 { background-position: -96px -1390px; width: 17px; height: 17px; }
.icon934 { background-position: -120px -1390px; width: 17px; height: 17px; }
.icon935 { background-position: -144px -1390px; width: 17px; height: 17px; }
.icon936 { background-position: -168px -1390px; width: 17px; height: 17px; }
.icon937 { background-position: -192px -1390px; width: 17px; height: 17px; }
.icon938 { background-position: -216px -1390px; width: 17px; height: 17px; }
.icon939 { background-position: -240px -1390px; width: 17px; height: 17px; }
.icon940 { background-position: -264px -1390px; width: 17px; height: 17px; }
.icon941 { background-position: -288px -1390px; width: 17px; height: 17px; }
.icon942 { background-position: -312px -1390px; width: 17px; height: 17px; }
.icon943 { background-position: -336px -1390px; width: 17px; height: 17px; }
.icon944 { background-position: -360px -1390px; width: 17px; height: 17px; }
.icon945 { background-position: 0px -1414px; width: 17px; height: 17px; }
.icon946 { background-position: -24px -1414px; width: 17px; height: 17px; }
.icon947 { background-position: -48px -1414px; width: 17px; height: 17px; }
.icon948 { background-position: -72px -1414px; width: 17px; height: 17px; }
.icon949 { background-position: -96px -1414px; width: 17px; height: 17px; }
.icon950 { background-position: -120px -1414px; width: 17px; height: 17px; }
.icon951 { background-position: -144px -1414px; width: 17px; height: 17px; }
.icon952 { background-position: -168px -1414px; width: 17px; height: 17px; }
.icon953 { background-position: -192px -1414px; width: 17px; height: 17px; }
.icon954 { background-position: -216px -1414px; width: 17px; height: 17px; }
.icon955 { background-position: -240px -1414px; width: 17px; height: 17px; }
.icon956 { background-position: -264px -1414px; width: 17px; height: 17px; }
.icon957 { background-position: -288px -1414px; width: 17px; height: 17px; }
.icon958 { background-position: -312px -1414px; width: 17px; height: 17px; }
.icon959 { background-position: -336px -1414px; width: 17px; height: 17px; }
.icon960 { background-position: -360px -1414px; width: 17px; height: 17px; }
.icon961 { background-position: 0px -1438px; width: 17px; height: 17px; }
.icon962 { background-position: -24px -1438px; width: 17px; height: 17px; }
.icon963 { background-position: -48px -1438px; width: 17px; height: 17px; }
.icon964 { background-position: -72px -1438px; width: 17px; height: 17px; }
.icon965 { background-position: -96px -1438px; width: 17px; height: 17px; }
.icon966 { background-position: -120px -1438px; width: 17px; height: 17px; }
.icon967 { background-position: -144px -1438px; width: 17px; height: 17px; }
.icon968 { background-position: -168px -1438px; width: 17px; height: 17px; }
.icon969 { background-position: -192px -1438px; width: 17px; height: 17px; }
.icon970 { background-position: -216px -1438px; width: 17px; height: 17px; }
.icon971 { background-position: -240px -1438px; width: 17px; height: 17px; }
.icon972 { background-position: -264px -1438px; width: 17px; height: 17px; }
.icon973 { background-position: -288px -1438px; width: 17px; height: 17px; }
.icon974 { background-position: -312px -1438px; width: 17px; height: 17px; }
.icon975 { background-position: -336px -1438px; width: 17px; height: 17px; }
.icon976 { background-position: -360px -1438px; width: 17px; height: 17px; }
.icon977 { background-position: 0px -1462px; width: 17px; height: 17px; }
.icon978 { background-position: -24px -1462px; width: 17px; height: 17px; }
.icon979 { background-position: -48px -1462px; width: 17px; height: 17px; }
.icon980 { background-position: -72px -1462px; width: 17px; height: 17px; }
.icon981 { background-position: -96px -1462px; width: 17px; height: 17px; }
.icon982 { background-position: -120px -1462px; width: 17px; height: 17px; }
.icon983 { background-position: -144px -1462px; width: 17px; height: 17px; }
.icon984 { background-position: -168px -1462px; width: 17px; height: 17px; }
.icon985 { background-position: -192px -1462px; width: 17px; height: 17px; }
.icon986 { background-position: -216px -1462px; width: 17px; height: 17px; }
.icon987 { background-position: -240px -1462px; width: 17px; height: 17px; }
.icon988 { background-position: -264px -1462px; width: 17px; height: 17px; }
.icon989 { background-position: -288px -1462px; width: 17px; height: 17px; }
.icon990 { background-position: -312px -1462px; width: 17px; height: 17px; }
.icon991 { background-position: -336px -1462px; width: 17px; height: 17px; }
.icon992 { background-position: -360px -1462px; width: 17px; height: 17px; }
.icon993 { background-position: 0px -1486px; width: 17px; height: 17px; }
.icon994 { background-position: -24px -1486px; width: 17px; height: 17px; }
.icon995 { background-position: -48px -1486px; width: 17px; height: 17px; }
.icon996 { background-position: -72px -1486px; width: 17px; height: 17px; }
.icon997 { background-position: -96px -1486px; width: 17px; height: 17px; }
.icon998 { background-position: -120px -1486px; width: 17px; height: 17px; }
.icon999 { background-position: -144px -1486px; width: 17px; height: 17px; }
.icon1000 { background-position: -168px -1486px; width: 17px; height: 17px; }
.icon1001 { background-position: -192px -1486px; width: 17px; height: 17px; }
.icon1002 { background-position: -216px -1486px; width: 17px; height: 17px; }
.icon1003 { background-position: -240px -1486px; width: 17px; height: 17px; }
.icon1004 { background-position: -264px -1486px; width: 17px; height: 17px; }
.icon1005 { background-position: -288px -1486px; width: 17px; height: 17px; }
.icon1006 { background-position: -312px -1486px; width: 17px; height: 17px; }
.icon1007 { background-position: -336px -1486px; width: 17px; height: 17px; }
.icon1008 { background-position: -360px -1486px; width: 17px; height: 17px; }
.icon1009 { background-position: 0px -1510px; width: 17px; height: 17px; }
.icon1010 { background-position: -24px -1510px; width: 17px; height: 17px; }
.icon1011 { background-position: -48px -1510px; width: 17px; height: 17px; }
.icon1012 { background-position: -72px -1510px; width: 17px; height: 17px; }
.icon1013 { background-position: -96px -1510px; width: 17px; height: 17px; }
.icon1014 { background-position: -120px -1510px; width: 17px; height: 17px; }
.icon1015 { background-position: -144px -1510px; width: 17px; height: 17px; }
.icon1016 { background-position: -168px -1510px; width: 17px; height: 17px; }
.icon1017 { background-position: -192px -1510px; width: 17px; height: 17px; }
.icon1018 { background-position: -216px -1510px; width: 17px; height: 17px; }
.icon1019 { background-position: -240px -1510px; width: 17px; height: 17px; }
.icon1020 { background-position: -264px -1510px; width: 17px; height: 17px; }
.icon1021 { background-position: -288px -1510px; width: 17px; height: 17px; }
.icon1022 { background-position: -312px -1510px; width: 17px; height: 17px; }
.icon1023 { background-position: -336px -1510px; width: 17px; height: 17px; }
.icon1024 { background-position: -360px -1510px; width: 17px; height: 17px; }
.icon1025 { background-position: 0px -1534px; width: 17px; height: 17px; }
.icon1026 { background-position: -24px -1534px; width: 17px; height: 17px; }
.icon1027 { background-position: -48px -1534px; width: 17px; height: 17px; }
.icon1028 { background-position: -72px -1534px; width: 17px; height: 17px; }
.icon1029 { background-position: -96px -1534px; width: 17px; height: 17px; }
.icon1030 { background-position: -120px -1534px; width: 17px; height: 17px; }
.icon1031 { background-position: -144px -1534px; width: 17px; height: 17px; }
.icon1032 { background-position: -168px -1534px; width: 17px; height: 17px; }
.icon1033 { background-position: -192px -1534px; width: 17px; height: 17px; }
.icon1034 { background-position: -216px -1534px; width: 17px; height: 17px; }
.icon1035 { background-position: -240px -1534px; width: 17px; height: 17px; }
.icon1036 { background-position: -264px -1534px; width: 17px; height: 17px; }
.icon1037 { background-position: -288px -1534px; width: 17px; height: 17px; }
.icon1038 { background-position: -312px -1534px; width: 17px; height: 17px; }
.icon1039 { background-position: -336px -1534px; width: 17px; height: 17px; }
.icon1040 { background-position: -360px -1534px; width: 17px; height: 17px; }
.icon1041 { background-position: 0px -1558px; width: 17px; height: 17px; }
.icon1042 { background-position: -24px -1558px; width: 17px; height: 17px; }
.icon1043 { background-position: -48px -1558px; width: 17px; height: 17px; }
.icon1044 { background-position: -72px -1558px; width: 17px; height: 17px; }
.icon1045 { background-position: -96px -1558px; width: 17px; height: 17px; }
.icon1046 { background-position: -120px -1558px; width: 17px; height: 17px; }
.icon1047 { background-position: -144px -1558px; width: 17px; height: 17px; }
.icon1048 { background-position: -168px -1558px; width: 17px; height: 17px; }
.icon1049 { background-position: -192px -1558px; width: 17px; height: 17px; }
.icon1050 { background-position: -216px -1558px; width: 17px; height: 17px; }
.icon1051 { background-position: -240px -1558px; width: 17px; height: 17px; }
.icon1052 { background-position: -264px -1558px; width: 17px; height: 17px; }
.icon1053 { background-position: -288px -1558px; width: 17px; height: 17px; }
.icon1054 { background-position: -312px -1558px; width: 17px; height: 17px; }
.icon1055 { background-position: -336px -1558px; width: 17px; height: 17px; }
.icon1056 { background-position: -360px -1558px; width: 17px; height: 17px; }
.icon1057 { background-position: 0px -1582px; width: 17px; height: 17px; }
.icon1058 { background-position: -24px -1582px; width: 17px; height: 17px; }
.icon1059 { background-position: -48px -1582px; width: 17px; height: 17px; }
.icon1060 { background-position: -72px -1582px; width: 17px; height: 17px; }
.icon1061 { background-position: -96px -1582px; width: 17px; height: 17px; }
.icon1062 { background-position: -120px -1582px; width: 17px; height: 17px; }
.icon1063 { background-position: -144px -1582px; width: 17px; height: 17px; }
.icon1064 { background-position: -168px -1582px; width: 17px; height: 17px; }
.icon1065 { background-position: -192px -1582px; width: 17px; height: 17px; }
.icon1066 { background-position: -216px -1582px; width: 17px; height: 17px; }
.icon1067 { background-position: -240px -1582px; width: 17px; height: 17px; }
.icon1068 { background-position: -264px -1582px; width: 17px; height: 17px; }
.icon1069 { background-position: -288px -1582px; width: 17px; height: 17px; }
.icon1070 { background-position: -312px -1582px; width: 17px; height: 17px; }
.icon1071 { background-position: -336px -1582px; width: 17px; height: 17px; }
.icon1072 { background-position: -360px -1582px; width: 17px; height: 17px; }
.icon1073 { background-position: 0px -1606px; width: 17px; height: 17px; }
.icon1074 { background-position: -24px -1606px; width: 17px; height: 17px; }
.icon1075 { background-position: -48px -1606px; width: 17px; height: 17px; }
.icon1076 { background-position: -72px -1606px; width: 17px; height: 17px; }
.icon1077 { background-position: -96px -1606px; width: 17px; height: 17px; }
.icon1078 { background-position: -120px -1606px; width: 17px; height: 17px; }
.icon1079 { background-position: -144px -1606px; width: 17px; height: 17px; }
.icon1080 { background-position: -168px -1606px; width: 17px; height: 17px; }
.icon1081 { background-position: -192px -1606px; width: 17px; height: 17px; }
.icon1082 { background-position: -216px -1606px; width: 17px; height: 17px; }
.icon1083 { background-position: -240px -1606px; width: 17px; height: 17px; }
.icon1084 { background-position: -264px -1606px; width: 17px; height: 17px; }
.icon1085 { background-position: -288px -1606px; width: 17px; height: 17px; }
.icon1086 { background-position: -312px -1606px; width: 17px; height: 17px; }
.icon1087 { background-position: -336px -1606px; width: 17px; height: 17px; }
.icon1088 { background-position: -360px -1606px; width: 17px; height: 17px; }
.icon1089 { background-position: 0px -1630px; width: 17px; height: 17px; }
.icon1090 { background-position: -24px -1630px; width: 17px; height: 17px; }
.icon1091 { background-position: -48px -1630px; width: 17px; height: 17px; }
.icon1092 { background-position: -72px -1630px; width: 17px; height: 17px; }
.icon1093 { background-position: -96px -1630px; width: 17px; height: 17px; }
.icon1094 { background-position: -120px -1630px; width: 17px; height: 17px; }
.icon1095 { background-position: -144px -1630px; width: 17px; height: 17px; }
.icon1096 { background-position: -168px -1630px; width: 17px; height: 17px; }
.icon1097 { background-position: -192px -1630px; width: 17px; height: 17px; }
.icon1098 { background-position: -216px -1630px; width: 17px; height: 17px; }
.icon1099 { background-position: -240px -1630px; width: 17px; height: 17px; }
.icon1100 { background-position: -264px -1630px; width: 17px; height: 17px; }
.icon1101 { background-position: -288px -1630px; width: 17px; height: 17px; }
.icon1102 { background-position: -312px -1630px; width: 17px; height: 17px; }
.icon1103 { background-position: -336px -1630px; width: 17px; height: 17px; }
.icon1104 { background-position: -360px -1630px; width: 17px; height: 17px; }
.icon1105 { background-position: 0px -1654px; width: 17px; height: 17px; }
.icon1106 { background-position: -24px -1654px; width: 17px; height: 17px; }
.icon1107 { background-position: -48px -1654px; width: 17px; height: 17px; }
.icon1108 { background-position: -72px -1654px; width: 17px; height: 17px; }
.icon1109 { background-position: -96px -1654px; width: 17px; height: 17px; }
.icon1110 { background-position: -120px -1654px; width: 17px; height: 17px; }
.icon1111 { background-position: -144px -1654px; width: 17px; height: 17px; }
.icon1112 { background-position: -168px -1654px; width: 17px; height: 17px; }
.icon1113 { background-position: -192px -1654px; width: 17px; height: 17px; }
.icon1114 { background-position: -216px -1654px; width: 17px; height: 17px; }
.icon1115 { background-position: -240px -1654px; width: 17px; height: 17px; }
.icon1116 { background-position: -264px -1654px; width: 17px; height: 17px; }
.icon1117 { background-position: -288px -1654px; width: 17px; height: 17px; }
.icon1118 { background-position: -312px -1654px; width: 17px; height: 17px; }
.icon1119 { background-position: -336px -1654px; width: 17px; height: 17px; }
.icon1120 { background-position: -360px -1654px; width: 17px; height: 17px; }
.icon1121 { background-position: 0px -1678px; width: 17px; height: 17px; }
.icon1122 { background-position: -24px -1678px; width: 17px; height: 17px; }
.icon1123 { background-position: -48px -1678px; width: 17px; height: 17px; }
.icon1124 { background-position: -72px -1678px; width: 17px; height: 17px; }
.icon1125 { background-position: -96px -1678px; width: 17px; height: 17px; }
.icon1126 { background-position: -120px -1678px; width: 17px; height: 17px; }
.icon1127 { background-position: -144px -1678px; width: 17px; height: 17px; }
.icon1128 { background-position: -168px -1678px; width: 17px; height: 17px; }
.icon1129 { background-position: -192px -1678px; width: 17px; height: 17px; }
.icon1130 { background-position: -216px -1678px; width: 17px; height: 17px; }
.icon1131 { background-position: -240px -1678px; width: 17px; height: 17px; }
.icon1132 { background-position: -264px -1678px; width: 17px; height: 17px; }
.icon1133 { background-position: -288px -1678px; width: 17px; height: 17px; }
.icon1134 { background-position: -312px -1678px; width: 17px; height: 17px; }
.icon1135 { background-position: -336px -1678px; width: 17px; height: 17px; }
.icon1136 { background-position: -360px -1678px; width: 17px; height: 17px; }
.icon1137 { background-position: 0px -1702px; width: 17px; height: 17px; }
.icon1138 { background-position: -24px -1702px; width: 17px; height: 17px; }
.icon1139 { background-position: -48px -1702px; width: 17px; height: 17px; }
.icon1140 { background-position: -72px -1702px; width: 17px; height: 17px; }
.icon1141 { background-position: -96px -1702px; width: 17px; height: 17px; }
.icon1142 { background-position: -120px -1702px; width: 17px; height: 17px; }
.icon1143 { background-position: -144px -1702px; width: 17px; height: 17px; }
.icon1144 { background-position: -168px -1702px; width: 17px; height: 17px; }
.icon1145 { background-position: -192px -1702px; width: 17px; height: 17px; }
.icon1146 { background-position: -216px -1702px; width: 17px; height: 17px; }
.icon1147 { background-position: -240px -1702px; width: 17px; height: 17px; }
.icon1148 { background-position: -264px -1702px; width: 17px; height: 17px; }
.icon1149 { background-position: -288px -1702px; width: 17px; height: 17px; }
.icon1150 { background-position: -312px -1702px; width: 17px; height: 17px; }
.icon1151 { background-position: -336px -1702px; width: 17px; height: 17px; }
.icon1152 { background-position: -360px -1702px; width: 17px; height: 17px; }
.icon1153 { background-position: 0px -1726px; width: 17px; height: 17px; }
.icon1154 { background-position: -24px -1726px; width: 17px; height: 17px; }
.icon1155 { background-position: -48px -1726px; width: 17px; height: 17px; }
.icon1156 { background-position: -72px -1726px; width: 17px; height: 17px; }
.icon1157 { background-position: -96px -1726px; width: 17px; height: 17px; }
.icon1158 { background-position: -120px -1726px; width: 17px; height: 17px; }
.icon1159 { background-position: -144px -1726px; width: 17px; height: 17px; }
.icon1160 { background-position: -168px -1726px; width: 17px; height: 17px; }
.icon1161 { background-position: -192px -1726px; width: 17px; height: 17px; }
.icon1162 { background-position: -216px -1726px; width: 17px; height: 17px; }
.icon1163 { background-position: -240px -1726px; width: 17px; height: 17px; }
.icon1164 { background-position: -264px -1726px; width: 17px; height: 17px; }
.icon1165 { background-position: -288px -1726px; width: 17px; height: 17px; }
.icon1166 { background-position: -312px -1726px; width: 17px; height: 17px; }
.icon1167 { background-position: -336px -1726px; width: 17px; height: 17px; }
.icon1168 { background-position: -360px -1726px; width: 17px; height: 17px; }
.icon1169 { background-position: 0px -1750px; width: 17px; height: 17px; }
.icon1170 { background-position: -24px -1750px; width: 17px; height: 17px; }
.icon1171 { background-position: -48px -1750px; width: 17px; height: 17px; }
.icon1172 { background-position: -72px -1750px; width: 17px; height: 17px; }
.icon1173 { background-position: -96px -1750px; width: 17px; height: 17px; }
.icon1174 { background-position: -120px -1750px; width: 17px; height: 17px; }
.icon1175 { background-position: -144px -1750px; width: 17px; height: 17px; }
.icon1176 { background-position: -168px -1750px; width: 17px; height: 17px; }
.icon1177 { background-position: -192px -1750px; width: 17px; height: 17px; }
.icon1178 { background-position: -216px -1750px; width: 17px; height: 17px; }
.icon1179 { background-position: -240px -1750px; width: 17px; height: 17px; }
.icon1180 { background-position: -264px -1750px; width: 17px; height: 17px; }
.icon1181 { background-position: -288px -1750px; width: 17px; height: 17px; }
.icon1182 { background-position: -312px -1750px; width: 17px; height: 17px; }
.icon1183 { background-position: -336px -1750px; width: 17px; height: 17px; }
.icon1184 { background-position: -360px -1750px; width: 17px; height: 17px; }
.icon1185 { background-position: 0px -1774px; width: 17px; height: 17px; }
.icon1186 { background-position: -24px -1774px; width: 17px; height: 17px; }
.icon1187 { background-position: -48px -1774px; width: 17px; height: 17px; }
.icon1188 { background-position: -72px -1774px; width: 17px; height: 17px; }
.icon1189 { background-position: -96px -1774px; width: 17px; height: 17px; }
.icon1190 { background-position: -120px -1774px; width: 17px; height: 17px; }
.icon1191 { background-position: -144px -1774px; width: 17px; height: 17px; }
.icon1192 { background-position: -168px -1774px; width: 17px; height: 17px; }
.icon1193 { background-position: -192px -1774px; width: 17px; height: 17px; }
.icon1194 { background-position: -216px -1774px; width: 17px; height: 17px; }
.icon1195 { background-position: -240px -1774px; width: 17px; height: 17px; }
.icon1196 { background-position: -264px -1774px; width: 17px; height: 17px; }
.icon1197 { background-position: -288px -1774px; width: 17px; height: 17px; }
.icon1198 { background-position: -312px -1774px; width: 17px; height: 17px; }
.icon1199 { background-position: -336px -1774px; width: 17px; height: 17px; }
.icon1200 { background-position: -360px -1774px; width: 17px; height: 17px; }
.icon1201 { background-position: 0px -1798px; width: 17px; height: 17px; }
.icon1202 { background-position: -24px -1798px; width: 17px; height: 17px; }
.icon1203 { background-position: -48px -1798px; width: 17px; height: 17px; }
.icon1204 { background-position: -72px -1798px; width: 17px; height: 17px; }
.icon1205 { background-position: -96px -1798px; width: 17px; height: 17px; }
.icon1206 { background-position: -120px -1798px; width: 17px; height: 17px; }
.icon1207 { background-position: -144px -1798px; width: 17px; height: 17px; }
.icon1208 { background-position: -168px -1798px; width: 17px; height: 17px; }
.icon1209 { background-position: -192px -1798px; width: 17px; height: 17px; }
.icon1210 { background-position: -216px -1798px; width: 17px; height: 17px; }
.icon1211 { background-position: -240px -1798px; width: 17px; height: 17px; }
.icon1212 { background-position: -264px -1798px; width: 17px; height: 17px; }
.icon1213 { background-position: -288px -1798px; width: 17px; height: 17px; }
.icon1214 { background-position: -312px -1798px; width: 17px; height: 17px; }
.icon1215 { background-position: -336px -1798px; width: 17px; height: 17px; }
.icon1216 { background-position: -360px -1798px; width: 17px; height: 17px; }
.icon1217 { background-position: 0px -1822px; width: 17px; height: 17px; }
.icon1218 { background-position: -24px -1822px; width: 17px; height: 17px; }
.icon1219 { background-position: -48px -1822px; width: 17px; height: 17px; }
.icon1220 { background-position: -72px -1822px; width: 17px; height: 17px; }
.icon1221 { background-position: -96px -1822px; width: 17px; height: 17px; }
.icon1222 { background-position: -120px -1822px; width: 17px; height: 17px; }
.icon1223 { background-position: -144px -1822px; width: 17px; height: 17px; }
.icon1224 { background-position: -168px -1822px; width: 17px; height: 17px; }
.icon1225 { background-position: -192px -1822px; width: 17px; height: 17px; }
.icon1226 { background-position: -216px -1822px; width: 17px; height: 17px; }
.icon1227 { background-position: -240px -1822px; width: 17px; height: 17px; }
.icon1228 { background-position: -264px -1822px; width: 17px; height: 17px; }
.icon1229 { background-position: -288px -1822px; width: 17px; height: 17px; }
.icon1230 { background-position: -312px -1822px; width: 17px; height: 17px; }
.icon1231 { background-position: -336px -1822px; width: 17px; height: 17px; }
.icon1232 { background-position: -360px -1822px; width: 17px; height: 17px; }
.icon1233 { background-position: 0px -1846px; width: 17px; height: 17px; }
.icon1234 { background-position: -24px -1846px; width: 17px; height: 17px; }
.icon1235 { background-position: -48px -1846px; width: 17px; height: 17px; }
.icon1236 { background-position: -72px -1846px; width: 17px; height: 17px; }
.icon1237 { background-position: -96px -1846px; width: 17px; height: 17px; }
.icon1238 { background-position: -120px -1846px; width: 17px; height: 17px; }
.icon1239 { background-position: -144px -1846px; width: 17px; height: 17px; }
.icon1240 { background-position: -168px -1846px; width: 17px; height: 17px; }
.icon1241 { background-position: -192px -1846px; width: 17px; height: 17px; }
.icon1242 { background-position: -216px -1846px; width: 17px; height: 17px; }
.icon1243 { background-position: -240px -1846px; width: 17px; height: 17px; }
.icon1244 { background-position: -264px -1846px; width: 17px; height: 17px; }
.icon1245 { background-position: -288px -1846px; width: 17px; height: 17px; }
.icon1246 { background-position: -312px -1846px; width: 17px; height: 17px; }
.icon1247 { background-position: -336px -1846px; width: 17px; height: 17px; }
.icon1248 { background-position: -360px -1846px; width: 17px; height: 17px; }
.icon1249 { background-position: 0px -1870px; width: 17px; height: 17px; }
.icon1250 { background-position: -24px -1870px; width: 17px; height: 17px; }
.icon1251 { background-position: -48px -1870px; width: 17px; height: 17px; }
.icon1252 { background-position: -72px -1870px; width: 17px; height: 17px; }
.icon1253 { background-position: -96px -1870px; width: 17px; height: 17px; }
.icon1254 { background-position: -120px -1870px; width: 17px; height: 17px; }
.icon1255 { background-position: -144px -1870px; width: 17px; height: 17px; }
.icon1256 { background-position: -168px -1870px; width: 17px; height: 17px; }
.icon1257 { background-position: -192px -1870px; width: 17px; height: 17px; }
.icon1258 { background-position: -216px -1870px; width: 17px; height: 17px; }
.icon1259 { background-position: -240px -1870px; width: 17px; height: 17px; }
.icon1260 { background-position: -264px -1870px; width: 17px; height: 17px; }
.icon1261 { background-position: -288px -1870px; width: 17px; height: 17px; }
.icon1262 { background-position: -312px -1870px; width: 17px; height: 17px; }
.icon1263 { background-position: -336px -1870px; width: 17px; height: 17px; }
.icon1264 { background-position: -360px -1870px; width: 17px; height: 17px; }
.icon1265 { background-position: 0px -1894px; width: 17px; height: 17px; }
.icon1266 { background-position: -24px -1894px; width: 17px; height: 17px; }
.icon1267 { background-position: -48px -1894px; width: 17px; height: 17px; }
.icon1268 { background-position: -72px -1894px; width: 17px; height: 17px; }
.icon1269 { background-position: -96px -1894px; width: 17px; height: 17px; }
.icon1270 { background-position: -120px -1894px; width: 17px; height: 17px; }
.icon1271 { background-position: -144px -1894px; width: 17px; height: 17px; }
.icon1272 { background-position: -168px -1894px; width: 17px; height: 17px; }
.icon1273 { background-position: -192px -1894px; width: 17px; height: 17px; }
.icon1274 { background-position: -216px -1894px; width: 17px; height: 17px; }
.icon1275 { background-position: -240px -1894px; width: 17px; height: 17px; }
.icon1276 { background-position: -264px -1894px; width: 17px; height: 17px; }
.icon1277 { background-position: -288px -1894px; width: 17px; height: 17px; }
.icon1278 { background-position: -312px -1894px; width: 17px; height: 17px; }
.icon1279 { background-position: -336px -1894px; width: 17px; height: 17px; }
.icon1280 { background-position: -360px -1894px; width: 17px; height: 17px; }
.icon1281 { background-position: 0px -1918px; width: 17px; height: 17px; }
.icon1282 { background-position: -24px -1918px; width: 17px; height: 17px; }
.icon1283 { background-position: -48px -1918px; width: 17px; height: 17px; }
.icon1284 { background-position: -72px -1918px; width: 17px; height: 17px; }
.icon1285 { background-position: -96px -1918px; width: 17px; height: 17px; }
.icon1286 { background-position: -120px -1918px; width: 17px; height: 17px; }
.icon1287 { background-position: -144px -1918px; width: 17px; height: 17px; }
.icon1288 { background-position: -168px -1918px; width: 17px; height: 17px; }
.icon1289 { background-position: -192px -1918px; width: 17px; height: 17px; }
.icon1290 { background-position: -216px -1918px; width: 17px; height: 17px; }
.icon1291 { background-position: -240px -1918px; width: 17px; height: 17px; }
.icon1292 { background-position: -264px -1918px; width: 17px; height: 17px; }
.icon1293 { background-position: -288px -1918px; width: 17px; height: 17px; }
.icon1294 { background-position: -312px -1918px; width: 17px; height: 17px; }
.icon1295 { background-position: -336px -1918px; width: 17px; height: 17px; }
.icon1296 { background-position: -360px -1918px; width: 17px; height: 17px; }
.icon1297 { background-position: 0px -1942px; width: 17px; height: 17px; }
.icon1298 { background-position: -24px -1942px; width: 17px; height: 17px; }
.icon1299 { background-position: -48px -1942px; width: 17px; height: 17px; }
.icon1300 { background-position: -72px -1942px; width: 17px; height: 17px; }
.icon1301 { background-position: -96px -1942px; width: 17px; height: 17px; }
.icon1302 { background-position: -120px -1942px; width: 17px; height: 17px; }
.icon1303 { background-position: -144px -1942px; width: 17px; height: 17px; }
.icon1304 { background-position: -168px -1942px; width: 17px; height: 17px; }
.icon1305 { background-position: -192px -1942px; width: 17px; height: 17px; }
.icon1306 { background-position: -216px -1942px; width: 17px; height: 17px; }
.icon1307 { background-position: -240px -1942px; width: 17px; height: 17px; }
.icon1308 { background-position: -264px -1942px; width: 17px; height: 17px; }
.icon1309 { background-position: -288px -1942px; width: 17px; height: 17px; }
.icon1310 { background-position: -312px -1942px; width: 17px; height: 17px; }
.icon1311 { background-position: -336px -1942px; width: 17px; height: 17px; }
.icon1312 { background-position: -360px -1942px; width: 17px; height: 17px; }
.icon1313 { background-position: 0px -1966px; width: 17px; height: 17px; }
.icon1314 { background-position: -24px -1966px; width: 17px; height: 17px; }
.icon1315 { background-position: -48px -1966px; width: 17px; height: 17px; }
.icon1316 { background-position: -72px -1966px; width: 17px; height: 17px; }
.icon1317 { background-position: -96px -1966px; width: 17px; height: 17px; }
.icon1318 { background-position: -120px -1966px; width: 17px; height: 17px; }
.icon1319 { background-position: -144px -1966px; width: 17px; height: 17px; }
.icon1320 { background-position: -168px -1966px; width: 17px; height: 17px; }
.icon1321 { background-position: -192px -1966px; width: 17px; height: 17px; }
.icon1322 { background-position: -216px -1966px; width: 17px; height: 17px; }
.icon1323 { background-position: -240px -1966px; width: 17px; height: 17px; }
.icon1324 { background-position: -264px -1966px; width: 17px; height: 17px; }
.icon1325 { background-position: -288px -1966px; width: 17px; height: 17px; }
.icon1326 { background-position: -312px -1966px; width: 17px; height: 17px; }
.icon1327 { background-position: -336px -1966px; width: 17px; height: 17px; }
.icon1328 { background-position: -360px -1966px; width: 17px; height: 17px; }
.icon1329 { background-position: 0px -1990px; width: 17px; height: 17px; }
.icon1330 { background-position: -24px -1990px; width: 17px; height: 17px; }
.icon1331 { background-position: -48px -1990px; width: 17px; height: 17px; }
.icon1332 { background-position: -72px -1990px; width: 17px; height: 17px; }
.icon1333 { background-position: -96px -1990px; width: 17px; height: 17px; }
.icon1334 { background-position: -120px -1990px; width: 17px; height: 17px; }
.icon1335 { background-position: -144px -1990px; width: 17px; height: 17px; }
.icon1336 { background-position: -168px -1990px; width: 17px; height: 17px; }
.icon1337 { background-position: -192px -1990px; width: 17px; height: 17px; }
.icon1338 { background-position: -216px -1990px; width: 17px; height: 17px; }
.icon1339 { background-position: -240px -1990px; width: 17px; height: 17px; }
.icon1340 { background-position: -264px -1990px; width: 17px; height: 17px; }
.icon1341 { background-position: -288px -1990px; width: 17px; height: 17px; }
.icon1342 { background-position: -312px -1990px; width: 17px; height: 17px; }
.icon1343 { background-position: -336px -1990px; width: 17px; height: 17px; }
.icon1344 { background-position: -360px -1990px; width: 17px; height: 17px; }
.icon1345 { background-position: 0px -2014px; width: 17px; height: 17px; }
.icon1346 { background-position: -24px -2014px; width: 17px; height: 17px; }
.icon1347 { background-position: -48px -2014px; width: 17px; height: 17px; }
.icon1348 { background-position: -72px -2014px; width: 17px; height: 17px; }
.icon1349 { background-position: -96px -2014px; width: 17px; height: 17px; }
.icon1350 { background-position: -120px -2014px; width: 17px; height: 17px; }
.icon1351 { background-position: -144px -2014px; width: 17px; height: 17px; }
.icon1352 { background-position: -168px -2014px; width: 17px; height: 17px; }
.icon1353 { background-position: -192px -2014px; width: 17px; height: 17px; }
.icon1354 { background-position: -216px -2014px; width: 17px; height: 17px; }
.icon1355 { background-position: -240px -2014px; width: 17px; height: 17px; }
.icon1356 { background-position: -264px -2014px; width: 17px; height: 17px; }
.icon1357 { background-position: -288px -2014px; width: 17px; height: 17px; }
.icon1358 { background-position: -312px -2014px; width: 17px; height: 17px; }
.icon1359 { background-position: -336px -2014px; width: 17px; height: 17px; }
.icon1360 { background-position: -360px -2014px; width: 17px; height: 17px; }
.icon1361 { background-position: 0px -2038px; width: 17px; height: 17px; }
.icon1362 { background-position: -24px -2038px; width: 17px; height: 17px; }
.icon1363 { background-position: -48px -2038px; width: 17px; height: 17px; }
.icon1364 { background-position: -72px -2038px; width: 17px; height: 17px; }
.icon1365 { background-position: -96px -2038px; width: 17px; height: 17px; }
.icon1366 { background-position: -120px -2038px; width: 17px; height: 17px; }
.icon1367 { background-position: -144px -2038px; width: 17px; height: 17px; }
.icon1368 { background-position: -168px -2038px; width: 17px; height: 17px; }
.icon1369 { background-position: -192px -2038px; width: 17px; height: 17px; }
.icon1370 { background-position: -216px -2038px; width: 17px; height: 17px; }
.icon1371 { background-position: -240px -2038px; width: 17px; height: 17px; }
.icon1372 { background-position: -264px -2038px; width: 17px; height: 17px; }
.icon1373 { background-position: -288px -2038px; width: 17px; height: 17px; }
.icon1374 { background-position: -312px -2038px; width: 17px; height: 17px; }
.icon1375 { background-position: -336px -2038px; width: 17px; height: 17px; }
.icon1376 { background-position: -360px -2038px; width: 17px; height: 17px; }
.icon1377 { background-position: 0px -2062px; width: 17px; height: 17px; }
.icon1378 { background-position: -24px -2062px; width: 17px; height: 17px; }
.icon1379 { background-position: -48px -2062px; width: 17px; height: 17px; }
.icon1380 { background-position: -72px -2062px; width: 17px; height: 17px; }
.icon1381 { background-position: -96px -2062px; width: 17px; height: 17px; }
.icon1382 { background-position: -120px -2062px; width: 17px; height: 17px; }
.icon1383 { background-position: -144px -2062px; width: 17px; height: 17px; }
.icon1384 { background-position: -168px -2062px; width: 17px; height: 17px; }
.icon1385 { background-position: -192px -2062px; width: 17px; height: 17px; }
.icon1386 { background-position: -216px -2062px; width: 17px; height: 17px; }
.icon1387 { background-position: -240px -2062px; width: 17px; height: 17px; }
.icon1388 { background-position: -264px -2062px; width: 17px; height: 17px; }
.icon1389 { background-position: -288px -2062px; width: 17px; height: 17px; }
.icon1390 { background-position: -312px -2062px; width: 17px; height: 17px; }
.icon1391 { background-position: -336px -2062px; width: 17px; height: 17px; }
.icon1392 { background-position: -360px -2062px; width: 17px; height: 17px; }
.icon1393 { background-position: 0px -2086px; width: 17px; height: 17px; }
.icon1394 { background-position: -24px -2086px; width: 17px; height: 17px; }
.icon1395 { background-position: -48px -2086px; width: 17px; height: 17px; }
.icon1396 { background-position: -72px -2086px; width: 17px; height: 17px; }
.icon1397 { background-position: -96px -2086px; width: 17px; height: 17px; }
.icon1398 { background-position: -120px -2086px; width: 17px; height: 17px; }
.icon1399 { background-position: -144px -2086px; width: 17px; height: 17px; }
.icon1400 { background-position: -168px -2086px; width: 17px; height: 17px; }
.icon1401 { background-position: -192px -2086px; width: 17px; height: 17px; }
.icon1402 { background-position: -216px -2086px; width: 17px; height: 17px; }
.icon1403 { background-position: -240px -2086px; width: 17px; height: 17px; }
.icon1404 { background-position: -264px -2086px; width: 17px; height: 17px; }
.icon1405 { background-position: -288px -2086px; width: 17px; height: 17px; }
.icon1406 { background-position: -312px -2086px; width: 17px; height: 17px; }
.icon1407 { background-position: -336px -2086px; width: 17px; height: 17px; }
.icon1408 { background-position: -360px -2086px; width: 17px; height: 17px; }
.icon1409 { background-position: 0px -2110px; width: 17px; height: 17px; }
.icon1410 { background-position: -24px -2110px; width: 17px; height: 17px; }
.icon1411 { background-position: -48px -2110px; width: 17px; height: 17px; }
.icon1412 { background-position: -72px -2110px; width: 17px; height: 17px; }
.icon1413 { background-position: -96px -2110px; width: 17px; height: 17px; }
.icon1414 { background-position: -120px -2110px; width: 17px; height: 17px; }
.icon1415 { background-position: -144px -2110px; width: 17px; height: 17px; }
.icon1416 { background-position: -168px -2110px; width: 17px; height: 17px; }
.icon1417 { background-position: -192px -2110px; width: 17px; height: 17px; }
.icon1418 { background-position: -216px -2110px; width: 17px; height: 17px; }
.icon1419 { background-position: -240px -2110px; width: 17px; height: 17px; }
.icon1420 { background-position: -264px -2110px; width: 17px; height: 17px; }
.icon1421 { background-position: -288px -2110px; width: 17px; height: 17px; }
.icon1422 { background-position: -312px -2110px; width: 17px; height: 17px; }
.icon1423 { background-position: -336px -2110px; width: 17px; height: 17px; }
.icon1424 { background-position: -360px -2110px; width: 17px; height: 17px; }
.icon1425 { background-position: 0px -2134px; width: 17px; height: 17px; }
.icon1426 { background-position: -24px -2134px; width: 17px; height: 17px; }
.icon1427 { background-position: -48px -2134px; width: 17px; height: 17px; }
.icon1428 { background-position: -72px -2134px; width: 17px; height: 17px; }
.icon1429 { background-position: -96px -2134px; width: 17px; height: 17px; }
.icon1430 { background-position: -120px -2134px; width: 17px; height: 17px; }
.icon1431 { background-position: -144px -2134px; width: 17px; height: 17px; }
.icon1432 { background-position: -168px -2134px; width: 17px; height: 17px; }
.icon1433 { background-position: -192px -2134px; width: 17px; height: 17px; }
.icon1434 { background-position: -216px -2134px; width: 17px; height: 17px; }
.icon1435 { background-position: -240px -2134px; width: 17px; height: 17px; }
.icon1436 { background-position: -264px -2134px; width: 17px; height: 17px; }
.icon1437 { background-position: -288px -2134px; width: 17px; height: 17px; }
.icon1438 { background-position: -312px -2134px; width: 17px; height: 17px; }
.icon1439 { background-position: -336px -2134px; width: 17px; height: 17px; }
.icon1440 { background-position: -360px -2134px; width: 17px; height: 17px; }
.icon1441 { background-position: 0px -2158px; width: 17px; height: 17px; }
.icon1442 { background-position: -24px -2158px; width: 17px; height: 17px; }
.icon1443 { background-position: -48px -2158px; width: 17px; height: 17px; }
.icon1444 { background-position: -72px -2158px; width: 17px; height: 17px; }
.icon1445 { background-position: -96px -2158px; width: 17px; height: 17px; }
.icon1446 { background-position: -120px -2158px; width: 17px; height: 17px; }
.icon1447 { background-position: -144px -2158px; width: 17px; height: 17px; }
.icon1448 { background-position: -168px -2158px; width: 17px; height: 17px; }
.icon1449 { background-position: -192px -2158px; width: 17px; height: 17px; }
.icon1450 { background-position: -216px -2158px; width: 17px; height: 17px; }
.icon1451 { background-position: -240px -2158px; width: 17px; height: 17px; }
.icon1452 { background-position: -264px -2158px; width: 17px; height: 17px; }
.icon1453 { background-position: -288px -2158px; width: 17px; height: 17px; }
.icon1454 { background-position: -312px -2158px; width: 17px; height: 17px; }
.icon1455 { background-position: -336px -2158px; width: 17px; height: 17px; }
.icon1456 { background-position: -360px -2158px; width: 17px; height: 17px; }
.icon1457 { background-position: 0px -2182px; width: 17px; height: 17px; }
.icon1458 { background-position: -24px -2182px; width: 17px; height: 17px; }
.icon1459 { background-position: -48px -2182px; width: 17px; height: 17px; }
.icon1460 { background-position: -72px -2182px; width: 17px; height: 17px; }
.icon1461 { background-position: -96px -2182px; width: 17px; height: 17px; }
.icon1462 { background-position: -120px -2182px; width: 17px; height: 17px; }
.icon1463 { background-position: -144px -2182px; width: 17px; height: 17px; }
.icon1464 { background-position: -168px -2182px; width: 17px; height: 17px; }
.icon1465 { background-position: -192px -2182px; width: 17px; height: 17px; }
.icon1466 { background-position: -216px -2182px; width: 17px; height: 17px; }
.icon1467 { background-position: -240px -2182px; width: 17px; height: 17px; }
.icon1468 { background-position: -264px -2182px; width: 17px; height: 17px; }
.icon1469 { background-position: -288px -2182px; width: 17px; height: 17px; }
.icon1470 { background-position: -312px -2182px; width: 17px; height: 17px; }
.icon1471 { background-position: -336px -2182px; width: 17px; height: 17px; }
.icon1472 { background-position: -360px -2182px; width: 17px; height: 17px; }
.icon1473 { background-position: 0px -2206px; width: 17px; height: 17px; }
.icon1474 { background-position: -24px -2206px; width: 17px; height: 17px; }
.icon1475 { background-position: -48px -2206px; width: 17px; height: 17px; }
.icon1476 { background-position: -72px -2206px; width: 17px; height: 17px; }
.icon1477 { background-position: -96px -2206px; width: 17px; height: 17px; }
.icon1478 { background-position: -120px -2206px; width: 17px; height: 17px; }
.icon1479 { background-position: -144px -2206px; width: 17px; height: 17px; }
.icon1480 { background-position: -168px -2206px; width: 17px; height: 17px; }
.icon1481 { background-position: -192px -2206px; width: 17px; height: 17px; }
.icon1482 { background-position: -216px -2206px; width: 17px; height: 17px; }
.icon1483 { background-position: -240px -2206px; width: 17px; height: 17px; }
.icon1484 { background-position: -264px -2206px; width: 17px; height: 17px; }
.icon1485 { background-position: -288px -2206px; width: 17px; height: 17px; }
.icon1486 { background-position: -312px -2206px; width: 17px; height: 17px; }
.icon1487 { background-position: -336px -2206px; width: 17px; height: 17px; }
.icon1488 { background-position: -360px -2206px; width: 17px; height: 17px; }
.icon1489 { background-position: 0px -2230px; width: 17px; height: 17px; }
.icon1490 { background-position: -24px -2230px; width: 17px; height: 17px; }
.icon1491 { background-position: -48px -2230px; width: 17px; height: 17px; }
.icon1492 { background-position: -72px -2230px; width: 17px; height: 17px; }
.icon1493 { background-position: -96px -2230px; width: 17px; height: 17px; }
.icon1494 { background-position: -120px -2230px; width: 17px; height: 17px; }
.icon1495 { background-position: -144px -2230px; width: 17px; height: 17px; }
.icon1496 { background-position: -168px -2230px; width: 17px; height: 17px; }
.icon1497 { background-position: -192px -2230px; width: 17px; height: 17px; }
.icon1498 { background-position: -216px -2230px; width: 17px; height: 17px; }
.icon1499 { background-position: -240px -2230px; width: 17px; height: 17px; }
.icon1500 { background-position: -264px -2230px; width: 17px; height: 17px; }
.icon1501 { background-position: -288px -2230px; width: 17px; height: 17px; }
.icon1502 { background-position: -312px -2230px; width: 17px; height: 17px; }
.icon1503 { background-position: -336px -2230px; width: 17px; height: 17px; }
.icon1504 { background-position: -360px -2230px; width: 17px; height: 17px; }
.icon1505 { background-position: 0px -2254px; width: 17px; height: 17px; }
.icon1506 { background-position: -24px -2254px; width: 17px; height: 17px; }
.icon1507 { background-position: -48px -2254px; width: 17px; height: 17px; }
.icon1508 { background-position: -72px -2254px; width: 17px; height: 17px; }
.icon1509 { background-position: -96px -2254px; width: 17px; height: 17px; }
.icon1510 { background-position: -120px -2254px; width: 17px; height: 17px; }
.icon1511 { background-position: -144px -2254px; width: 17px; height: 17px; }
.icon1512 { background-position: -168px -2254px; width: 17px; height: 17px; }
.icon1513 { background-position: -192px -2254px; width: 17px; height: 17px; }
.icon1514 { background-position: -216px -2254px; width: 17px; height: 17px; }
.icon1515 { background-position: -240px -2254px; width: 17px; height: 17px; }
.icon1516 { background-position: -264px -2254px; width: 17px; height: 17px; }
.icon1517 { background-position: -288px -2254px; width: 17px; height: 17px; }
.icon1518 { background-position: -312px -2254px; width: 17px; height: 17px; }
.icon1519 { background-position: -336px -2254px; width: 17px; height: 17px; }
.icon1520 { background-position: -360px -2254px; width: 17px; height: 17px; }
.icon1521 { background-position: 0px -2278px; width: 17px; height: 17px; }
.icon1522 { background-position: -24px -2278px; width: 17px; height: 17px; }
.icon1523 { background-position: -48px -2278px; width: 17px; height: 17px; }
.icon1524 { background-position: -72px -2278px; width: 17px; height: 17px; }
.icon1525 { background-position: -96px -2278px; width: 17px; height: 17px; }
.icon1526 { background-position: -120px -2278px; width: 17px; height: 17px; }
.icon1527 { background-position: -144px -2278px; width: 17px; height: 17px; }
.icon1528 { background-position: -168px -2278px; width: 17px; height: 17px; }
.icon1529 { background-position: -192px -2278px; width: 17px; height: 17px; }
.icon1530 { background-position: -216px -2278px; width: 17px; height: 17px; }
.icon1531 { background-position: -240px -2278px; width: 17px; height: 17px; }
.icon1532 { background-position: -264px -2278px; width: 17px; height: 17px; }
.icon1533 { background-position: -288px -2278px; width: 17px; height: 17px; }
.icon1534 { background-position: -312px -2278px; width: 17px; height: 17px; }
.icon1535 { background-position: -336px -2278px; width: 17px; height: 17px; }
.icon1536 { background-position: -360px -2278px; width: 17px; height: 17px; }
.icon1537 { background-position: 0px -2302px; width: 17px; height: 17px; }
.icon1538 { background-position: -24px -2302px; width: 17px; height: 17px; }
.icon1539 { background-position: -48px -2302px; width: 17px; height: 17px; }
.icon1540 { background-position: -72px -2302px; width: 17px; height: 17px; }
.icon1541 { background-position: -96px -2302px; width: 17px; height: 17px; }
.icon1542 { background-position: -120px -2302px; width: 17px; height: 17px; }
.icon1543 { background-position: -144px -2302px; width: 17px; height: 17px; }
.icon1544 { background-position: -168px -2302px; width: 17px; height: 17px; }
.icon1545 { background-position: -192px -2302px; width: 17px; height: 17px; }
.icon1546 { background-position: -216px -2302px; width: 17px; height: 17px; }
.icon1547 { background-position: -240px -2302px; width: 17px; height: 17px; }
.icon1548 { background-position: -264px -2302px; width: 17px; height: 17px; }
.icon1549 { background-position: -288px -2302px; width: 17px; height: 17px; }
.icon1550 { background-position: -312px -2302px; width: 17px; height: 17px; }
.icon1551 { background-position: -336px -2302px; width: 17px; height: 17px; }
.icon1552 { background-position: -360px -2302px; width: 17px; height: 17px; }
.icon1553 { background-position: 0px -2326px; width: 17px; height: 17px; }
.icon1554 { background-position: -24px -2326px; width: 17px; height: 17px; }
.icon1555 { background-position: -48px -2326px; width: 17px; height: 17px; }
.icon1556 { background-position: -72px -2326px; width: 17px; height: 17px; }
.icon1557 { background-position: -96px -2326px; width: 17px; height: 17px; }
.icon1558 { background-position: -120px -2326px; width: 17px; height: 17px; }
.icon1559 { background-position: -144px -2326px; width: 17px; height: 17px; }
.icon1560 { background-position: -168px -2326px; width: 17px; height: 17px; }
.icon1561 { background-position: -192px -2326px; width: 17px; height: 17px; }
.icon1562 { background-position: -216px -2326px; width: 17px; height: 17px; }
.icon1563 { background-position: -240px -2326px; width: 17px; height: 17px; }
.icon1564 { background-position: -264px -2326px; width: 17px; height: 17px; }
.icon1565 { background-position: -288px -2326px; width: 17px; height: 17px; }
.icon1566 { background-position: -312px -2326px; width: 17px; height: 17px; }
.icon1567 { background-position: -336px -2326px; width: 17px; height: 17px; }
.icon1568 { background-position: -360px -2326px; width: 17px; height: 17px; }
.icon1569 { background-position: 0px -2350px; width: 17px; height: 17px; }
.icon1570 { background-position: -24px -2350px; width: 17px; height: 17px; }
.icon1571 { background-position: -48px -2350px; width: 17px; height: 17px; }
.icon1572 { background-position: -72px -2350px; width: 17px; height: 17px; }
.icon1573 { background-position: -96px -2350px; width: 17px; height: 17px; }
.icon1574 { background-position: -120px -2350px; width: 17px; height: 17px; }
.icon1575 { background-position: -144px -2350px; width: 17px; height: 17px; }
.icon1576 { background-position: -168px -2350px; width: 17px; height: 17px; }
.icon1577 { background-position: -192px -2350px; width: 17px; height: 17px; }
.icon1578 { background-position: -216px -2350px; width: 17px; height: 17px; }
.icon1579 { background-position: -240px -2350px; width: 17px; height: 17px; }
.icon1580 { background-position: -264px -2350px; width: 17px; height: 17px; }
.icon1581 { background-position: -288px -2350px; width: 17px; height: 17px; }
.icon1582 { background-position: -312px -2350px; width: 17px; height: 17px; }
.icon1583 { background-position: -336px -2350px; width: 17px; height: 17px; }
.icon1584 { background-position: -360px -2350px; width: 17px; height: 17px; }
.icon1585 { background-position: 0px -2374px; width: 17px; height: 17px; }
.icon1586 { background-position: -24px -2374px; width: 17px; height: 17px; }
.icon1587 { background-position: -48px -2374px; width: 17px; height: 17px; }
.icon1588 { background-position: -72px -2374px; width: 17px; height: 17px; }
.icon1589 { background-position: -96px -2374px; width: 17px; height: 17px; }
.icon1590 { background-position: -120px -2374px; width: 17px; height: 17px; }
.icon1591 { background-position: -144px -2374px; width: 17px; height: 17px; }
.icon1592 { background-position: -168px -2374px; width: 17px; height: 17px; }
.icon1593 { background-position: -192px -2374px; width: 17px; height: 17px; }
.icon1594 { background-position: -216px -2374px; width: 17px; height: 17px; }
.icon1595 { background-position: -240px -2374px; width: 17px; height: 17px; }
.icon1596 { background-position: -264px -2374px; width: 17px; height: 17px; }
.icon1597 { background-position: -288px -2374px; width: 17px; height: 17px; }
.icon1598 { background-position: -312px -2374px; width: 17px; height: 17px; }
.icon1599 { background-position: -336px -2374px; width: 17px; height: 17px; }
.icon1600 { background-position: -360px -2374px; width: 17px; height: 17px; }
.icon1601 { background-position: 0px -2398px; width: 17px; height: 17px; }
.icon1602 { background-position: -24px -2398px; width: 17px; height: 17px; }
.icon1603 { background-position: -48px -2398px; width: 17px; height: 17px; }
.icon1604 { background-position: -72px -2398px; width: 17px; height: 17px; }
.icon1605 { background-position: -96px -2398px; width: 17px; height: 17px; }
.icon1606 { background-position: -120px -2398px; width: 17px; height: 17px; }
.icon1607 { background-position: -144px -2398px; width: 17px; height: 17px; }
.icon1608 { background-position: -168px -2398px; width: 17px; height: 17px; }
.icon1609 { background-position: -192px -2398px; width: 17px; height: 17px; }
.icon1610 { background-position: -216px -2398px; width: 17px; height: 17px; }
.icon1611 { background-position: -240px -2398px; width: 17px; height: 17px; }
.icon1612 { background-position: -264px -2398px; width: 17px; height: 17px; }
.icon1613 { background-position: -288px -2398px; width: 17px; height: 17px; }
.icon1614 { background-position: -312px -2398px; width: 17px; height: 17px; }
.icon1615 { background-position: -336px -2398px; width: 17px; height: 17px; }
.icon1616 { background-position: -360px -2398px; width: 17px; height: 17px; }
