/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html, body {
	width: 100%;
}

.ui-jqgrid tr.ui-row-ltr td {
	text-overflow: ellipsis;
	white-space: nowrap!important;
	overflow: hidden;
}

body {
	/*color: #8b91a0;*/
	direction: ltr;
	font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Helvetica, Arial,
	'Lucida Grande', sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	min-width: 375px;
}
.modal-open .modal{
	z-index: 1400;
}
::-moz-selection {
	background: #5f8295;
	text-shadow: none;
	color: white;
}

::selection {
	background: #5f8295;
	text-shadow: none;
	color: white;
}

a, a:focus, a:hover, a:active {
	outline: 0 !important;
}

a {
	color: #5aaffe;
}

a:hover, a:focus, a:active {
	color: #4a8fa0;
}

h1, h2, h3, h4 {
	font-weight: 300;
}

.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold,
h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4,
h4.text-bold, h4 .text-bold {
	font-weight: 600;
}

.main-wrapper {
	position: relative;
}
.main-wrapper.narrow-wrapper{
	max-width: 1300px;
	margin: auto;
}
.main-wrapper.narrow-wrapper .topbar{
	width: 100%;
	margin: auto;
}
.main-wrapper.narrow-wrapper .main-container{
	margin-left: 0px;
}
.main-wrapper>.inner-transform {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.slider-close .topbar .container .topbar-left {
	width: 70px;
}

body.slider-close  #pageslide-left {
	width: 70px;
}

body.slider-close .slider-close-hidden {
	display: none;
}

/* ---------------------------------------------------------------------- */
/*  Page Header and Page Header elements
/* ---------------------------------------------------------------------- */
.topbar {
	margin: 0;
	padding: 0 !important;
	min-height: 50px !important;
	height: 85px;
	line-height: 85px;
	border: none !important;
	/*z-index: 1330;*/
}

.header-default .topbar {
	position: relative !important;
}

.right-sidebar-open .topbar {
	left: -260px;
	right: 260px;
}

.topbar .container {
	max-width: none !important;
	width: auto !important;
	height: 100%;
	padding: 0px;
}

.topbar .container .topbar-left {
	height: 100%;
	text-align: center;
	position: relative;
	width: 224.5px;
	float: left;
}

.topbar .container  .topbar-left .topbar-logo {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

body.slider-close .topbar .container  .topbar-left .topbar-logo {
	background-position: left;
}

.topbar .container  .topbar-left .topbar-logo img {
	height: 100%;
	position: relative;
	top: -5px;
}

.topbar .container .topbar-right {
	margin-left: 224.5px;
	height: 100%;
}

.topbar .container .topbar-tool {
	float: right;
	color: #ffffff;
	font-size: 14px;
	height: 100%;
	position: relative;
}

.topbar .container .topbar-tool .separator-line {
	float: left;
	width: 1px;
	height: 100%;
	padding: 20px 0px;
	margin: 0px 20px;
}

.topbar .container .topbar-tool .separator-line .background {
	background: #0083b8;
	width: 100%;
	height: 100%;
}

.topbar .container .topbar-tool .nav-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 100%;

}

.topbar .container .topbar-tool .nav-list>li {
	float: left;
	padding: 0px 5px;
	font-size: 16px;
	color: #0083b8;
	line-height: normal;
	height: 100%;
	text-align:center;

}
.topbar .container .topbar-tool .nav-list>li>a{
	padding: 0px;
	color: #0083b8;
	background: transparent;

}
.topbar .container .topbar-tool .nav-list>li i {
	margin-top: 30px;

}

.topbar .container .topbar-tool .nav-list>li .num {
	margin-top: 5px;
	text-align: center;
	display: none;

}

.topbar .container .topbar-tool .nav-list>li.selected{
	color: #ffffff;
	background: #59cdfe  ;
}
.topbar .container .topbar-tool .nav-list>li.remind{
	color: #ffffff;
	background: #ff6867;
	height: 100px;
}
.topbar .container .topbar-tool .nav-list>li:hover{
	color: #ffffff;

}

.topbar .container .topbar-tool .nav-list>li i:hover {
	color: #ffffff;

}
.topbar .container .topbar-tool .nav-list>li.remind .num{
	display: block;
}

.topbar .topbar-tool  .auth-box {
	float: left;
	height: 100%;
	margin-right: 10px;
	width:205px\0;  /* ie 8/9*/
}

.topbar .topbar-tool  .auth-box .auth-icon {
	width: 45px;
	height: 100%;
	float: left;
}

.topbar .topbar-tool  .auth-box .auth-icon img {
	width: 45px;
	height: 45px;
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -22.5px;
}

.topbar .topbar-tool  .auth-box .auth-info {
	margin-left: 55px;
	height: 100%;
	line-height: normal;
	padding-top: 20px;
}

.topbar .topbar-tool .auth-box .auth-info .auth-name {
	font-size: 14px;
}

.topbar .topbar-tool .auth-box .auth-info .auth-btn>* {
	float: left;
	position: relative;
	padding: 5px 0;
}

.topbar .topbar-tool .auth-box .auth-info .auth-btn>*>.btn {
	padding: 0px;
	color: #090a0a;
	margin-right: 10px;
}

.topbar .topbar-tool .auth-box .auth-info .auth-btn>*>.btn i {
	margin-right: 5px;
}

.topbar .topbar-tool .auth-box .auth-info .auth-btn .btn:HOVER {
	color: #59cdfe;
}

/*
.topbar .container .topbar-tool .nav.nav-sign{
  margin-right: 20px;
}
.topbar .container .topbar-tool .nav.nav-sign>li{
  color: #0083b8;
  display: inline-block;
  float: none;
  padding: 10px;
  line-height: normal;
}
.topbar .container .topbar-tool .nav.nav-sign>li:hover>a{
  color: #ffffff;
  background-color:#59CDFE;
}
.topbar .container .topbar-tool .nav.nav-sign>li>a{
	padding: 0px;
	color:#0083b8;
  	background-color:transparent;
}
*/
.topbar .container .sb-toggle-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -18px;
	height: 36px;
	width: 36px;
	text-align: center;
	background: none;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 36px;
	padding: 0;
}
/* ---------------------------------------------------------------------- */
/*  PageSlide Left
/* ---------------------------------------------------------------------- */
.left-scroll{
	z-index: 1050;
}
#pageslide-left {
	z-index: 31;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#pageslide-left.slide-default {
	padding-top: 0 !important;
	position: absolute !important;
	bottom: 0;
}

#pageslide-left.slide-default .navbar-content, #pageslide-left.slide-default .main-navigation
{
	height: auto !important;
}

#pageslide-left .navbar-content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 85px;
}

#pageslide-left .navbar-header {
	height: 85px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #15222b;
}

#pageslide-left .navbar-header .topbar-logo {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left;
}

#pageslide-left .navbar-content #menu {
	height: 100%;
	padding-bottom: 60px;
}

#pageslide-left .navbar-content .left-wrapper {
	padding: 0;
	max-height: none !important;
	overflow: hidden;
	position: relative;
	left: 0;
	width: 100%;
}

#pageslide-left .navbar-tool {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
	background: #e5e5e5;
	color: #666666;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#pageslide-left .navbar-tool>a{
	color: inherit;
}
body.slider-close #pageslide-left .navbar-tool>a .text{
	display: none;
}
body.slider-close #pageslide-left .navbar-footer .btn.btn-menu-toggle,
body.slider-close #pageslide-left .navbar-footer .btn.btn-menu-toggle i{
	margin: 0px;
}

#pageslide-left .navbar-footer .btn.btn-menu-toggle {
	font-size: 14px;
	padding: 0px;
	color: #666666;
	margin-left: -20px;
}

#pageslide-left .navbar-footer .btn.btn-menu-toggle .text {
	vertical-align: middle;
}

#pageslide-left .navbar-footer .btn.btn-menu-toggle i {
	font-size: 24px;
	margin-right: 0.5em;
	vertical-align: middle;
}

#pageslide-left .navigation-toggler {
	cursor: pointer;
	height: 30px;
	margin-left: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 16px;
	line-height: 30px;
	text-align: center;
}

#pageslide-left.slide-default .navbar-content, #pageslide-left.slide-default .main-navigation
{
	height: auto !important;
}

.header-default #pageslide-left .navbar-content {
	top: 0 !important;
}

/* ---------------------------------------------------------------------- */
/*  Main Container
/* ---------------------------------------------------------------------- */
body.slider-close .main-container {
	margin-left: 70px !important;
}

.main-container {
	min-width: 600px;
	margin-top: 85px;
	margin-left: 224.5px;
	position: relative;
	padding-top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-container [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.footer-fixed .main-container {
	margin-bottom: 50px;
}

.right-sidebar-open .main-container {
	left: -224.5px;
}

.main-container .main-content {
	position: relative !important;
	left: 0 !important;
}

.main-container .container {
	max-width: none !important;
	width: auto !important;
}


.header-default .main-container {
	margin-top: 0 !important;
}

.main-container .btn:focus {
	outline: none;
}

.main-container .btn {
	outline: none;
}

footer.declaration {
	padding: 20px 0px;
	text-align: center;
}

/* ---------------------------------------------------------------------- */
/*  Buttons
/* ---------------------------------------------------------------------- */
.btn {
	transition: all 0.3s ease 0s !important;
	border-radius: 0px;
}
.btn-br3{border-radius: 3px}
.btn.btn-stand {
	width: 170px;
	height: 40px;
}
.btn>i.fa{
	/*margin: 0px 0.5em;*/
}

/* btn color */
.btn-white {
	background: #ffffff;
	border-color: #d2d2d2;
	color: #666666;
}

.btn-white:hover {
	background: #eeeeee;
	border-color: #d2d2d2;
	color: #444444;
}


.btn-blue {
	background-color: #59cdfe;
	border-color: #59cdfe;
	color: white;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
	background-color: #fff;
	border-color: #59cdfe;
	color: #59cdfe;
}


.btn-cyan {
	border-color: #20bdcb;
	background: #20bdcb;
	color: #ffffff;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active {
	background: #ffffff;
	border-color: #20bdcb;
	color: #20bdcb;
}
.btn-purple {
	border-color: #7090d7;
	background: #7090d7;
	color: #ffffff!important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active{
	background: #ffffff;
	border-color: #7090d7;
	color: #7090d7!important;
}
.btn-red{
	border-color: #ff6768;
	background: #ff6768;
	color: #ffffff!important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active{
	background: #ffffff;
	border-color: #ff6768;
	color: #ff6768!important;
}
.btn-yellow{
	border-color: #ffb400;
	background: #ffb400;
	color: #ffffff;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active{
	background: #ffffff;
	border-color: #ffb400;
	color: #ffb400;
}
.btn-lg{
	width: 180px;
}
.btn-md{
	width: 150px;
}
/* btn size */
/*
.btn-sm{
	width: 80px;
	padding: 0.5px 5px;
}
.btn-xs{
	width: 60px;
	padding: 0.5px 5px;
} */

/* btn type */

.btn-box .btn-save,.btn-next,.btn-prev,.btn-cancel{
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	border: 1px solid #59cdfe;
	color: #ffffff;
	margin-bottom: 10px;
}
.btn-box .btn-prev {
	border-color: #7090d7;
	background: #7090d7;
}
.btn-box .btn-save {
	border-color: #59cdfe;
	background: #59cdfe;
}
.btn-box .btn-next{
	border-color: #20bdcb;
	background: #20bdcb;
}
.btn-box .btn-cancel{
	border-color: #b5cbca;
	background: #b5cbca;
}
.btn-box .btn-prev:hover{
	background: #ffffff;
	color: #7090d7;

}.btn-box .btn-save:hover{
	 background: #ffffff;
	 color: #59cdfe;
 }

.btn-box .btn-next:hover{
	background: #ffffff;
	color: #20bdcb;
}

.btn-box .btn-cancel:hover{
	color: #b5cbca;
	background: #fff;
}


.btn-link{
	color: #59cdfe;
}
.btn-link:HOVER{
	color: #ff6768;
}
.btn-icon {
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top, #fafafa, #efefef);
	border: 1px solid #DDDDDD;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	cursor: pointer;
	height: 80px;
	display: block;
	font-size: 14px;
	padding: 5px 0 0;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	color: #333333;
}

.btn-icon:hover {
	border-color: #A5A5A5;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	color: #444444;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

.btn-icon .badge {
	border-radius: 12px 12px 12px 12px !important;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	color: #FFFFFF !important;
	font-size: 11px !important;
	font-weight: 300;
	padding: 3px 7px;
	position: absolute;
	right: -5px;
	text-shadow: none;
	top: -5px;
}

.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"] {
	clear: both;
	display: block;
}

.buttons-widget .btn, .buttons-widget .bootstrap-switch, .buttons-widget button
{
	margin-bottom: 5px;
}

.buttons-widget .btn-group button, .buttons-widget .btn-group-vertical button,
.buttons-widget .btn-group .btn, .buttons-widget .btn-group-vertical .btn
{
	margin-bottom: 0;
}


.form-control{
	border-radius: 0px;
	border: 1px solid #e4e9f1;
}
.form-control:FOCUS{
	border-color: #20bdcb;
}
.input-group .input-group-icon{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	color: #59cdfe;
	font-size: 18px;
	line-height: 1;
	z-index: 3;
	text-align: center;
	padding: 10px;
}
.input-group .input-group-icon.before{ left: 0px; }
.input-group .input-group-icon.before~.form-control{
	padding-left: 40px;
}
.input-group .input-group-icon.after{ right: 0px; }
.input-group .input-group-icon.after~.form-control{
	padding-right: 40px;
}

/* checkbox */
.checkbox {
	position: relative;
	display: inline-block;
	line-height: normal;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.checkbox input[type=radio], .checkbox input[type=checkbox] {
	visibility: hidden;
	position: absolute !important;
}

.checkbox input[type=checkbox]~.icon {
	cursor: pointer;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	padding: 0px;
	position: relative;
	margin: 0px 0.5em 0px 0px;
	background: #ffffff;
	min-height: 10px;
	top: 2px;
}

.checkbox input[type=checkbox]~.icon:after {
	opacity: 0;
	content: '\f00c';
	background: transparent;
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	line-height: 13px;
}


.checkbox input[type=radio]~.icon {
	cursor: pointer;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #cdcdcd;
	border-radius: 100%;
	padding: 0px;
	position: relative;
	margin: 0px 0.5em 0px 0px;
	background: #ffffff;
	min-height: 10px;
}

.checkbox input[type=radio]~.icon:after {
	opacity: 0;
	content: "";
	font-size: 10px;
	width: 60%;
	height: 60%;
	margin: 20%;
	border-radius: 100%;
	background: #ff6768;
	position: absolute;
	top: 0px;
	left: 0px;
}
.checkbox input[type=radio]:checked+.icon:after,
.checkbox input[type=checkbox]:checked+.icon:after{
	opacity: 1;
	color: #4cbf4a;
}
.checkbox>.text {
	display: inline-block;
	padding: 0px;
}


/* ---------------------------------------------------------------------- */
/*  Panels
/* ---------------------------------------------------------------------- */
.panel {
	background-color: #FFFFFF;
	/*color: #8b91a0;*/
	border: 1px solid #e4e9f1;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.panel-heading {
	position: relative;
}

.panel-title {
	font-size: 18px;
}

.panel-heading .panel-heading-tabs {
	list-style: none;
	top: 0;
	right: 0;
	position: absolute;
	margin: 0;
	padding: 0;
}

.panel-heading .panel-heading-tabs>li {
	float: left;
	padding: 0 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: inherit;
	height: 50px;
	line-height: 50px;
}

.panel-heading .panel-heading-tabs>li.panel-tools {
	position: relative;
	filter: alpha(opacity = 100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	right: auto;
	top: auto;
}

.panel-heading .panel-heading-tabs>li.panel-tools .tmp-tool {
	right: 20px;
	top: auto;
}

.panel-heading .panel-heading-tabs>li.panel-tools .dropdown {
	line-height: normal;
}

.panel-tools {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 14px;
	filter: alpha(opacity = 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.panel-tools.panel-tools-show, .panel:hover .panel-tools {
	filter: alpha(opacity = 100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.panel-tools .dropdown {
	display: inline-block;
}

.panel-tools .dropdown .dropdown-menu a>i {
	margin-right: 10px;
}

.panel-tools a {
	color: #8b91a0;
	background: none;
}

.panel-tools a:hover {
	color: #595e6c;
}

.panel-portfolio .portfolio-grid {
	padding: 0;
	text-align: center;
	overflow: hidden;
	max-height: 200px;
	position: relative;
}

.panel-portfolio .portfolio-grid .item {
	overflow: hidden !important;
}

.panel-portfolio .navigator {
	position: relative;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 10px;
	z-index: 101;
}

.panel-grey, .partition-grey {
	position: relative;
	background-color: #999eab;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999eab 0px),
	to(#8b91a0 100%));
	background-image: -webkit-linear-gradient(top, #999eab 0px, #8b91a0 100%);
	background-image: -moz-linear-gradient(top, #999eab 0px, #8b91a0 100%);
	background-image: -ms-linear-gradient(top, #999eab 0px, #8b91a0 100%);
	background-image: -o-linear-gradient(top, #999eab 0px, #8b91a0 100%);
	background-image: linear-gradient(top, #999eab 0px, #8b91a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#999eab 0px',
	endColorStr='#8b91a0 100%');
	color: #141518;
}

.panel-grey .panel-tools .btn, .panel-grey .panel-tools>a,
.partition-grey .panel-tools .btn, .partition-grey .panel-tools>a {
	color: rgba(20, 21, 24, 0.7) !important;
}

.panel-grey .panel-tools .btn:hover, .panel-grey .panel-tools>a:hover,
.partition-grey .panel-tools .btn:hover, .partition-grey .panel-tools>a:hover
{
	color: #141518 !important;
}

.panel-light-grey, .partition-light-grey {
	position: relative;
	background-color: #edeef0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edeef0 0px),
	to(#dfe1e5 100%));
	background-image: -webkit-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
	background-image: -moz-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
	background-image: -ms-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
	background-image: -o-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
	background-image: linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#edeef0 0px',
	endColorStr='#dfe1e5 100%');
	color: #8b91a0;
}

.panel-light-grey .panel-tools .btn, .panel-light-grey .panel-tools>a,
.partition-light-grey .panel-tools .btn, .partition-light-grey .panel-tools>a
{
	color: rgba(139, 145, 160, 0.7) !important;
}

.panel-light-grey .panel-tools .btn:hover, .panel-light-grey .panel-tools>a:hover,
.partition-light-grey .panel-tools .btn:hover, .partition-light-grey .panel-tools>a:hover
{
	color: #8b91a0 !important;
}

.panel-orange, .partition-orange {
	position: relative;
	background-color: #f69b74;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f69b74 0px),
	to(#f58a5c 100%));
	background-image: -webkit-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
	background-image: -moz-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
	background-image: -ms-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
	background-image: -o-linear-gradient(top, #f69b74 0px, #f58a5c 100%);
	background-image: linear-gradient(top, #f69b74 0px, #f58a5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f69b74 0px',
	endColorStr='#f58a5c 100%');
	color: white;
}

.panel-orange .panel-tools .btn, .panel-orange .panel-tools>a,
.partition-orange .panel-tools .btn, .partition-orange .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-orange .panel-tools .btn:hover, .panel-orange .panel-tools>a:hover,
.partition-orange .panel-tools .btn:hover, .partition-orange .panel-tools>a:hover
{
	color: white !important;
}

.panel-purple, .partition-purple {
	position: relative;
	background-color: #905684;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#905684 ),
	to(#804c75 100%));
	background-image: -webkit-linear-gradient(top, #905684 0px, #804c75 100%);
	background-image: -moz-linear-gradient(top, #905684 0px, #804c75 100%);
	background-image: -ms-linear-gradient(top, #905684 0px, #804c75 100%);
	background-image: -o-linear-gradient(top, #905684 0px, #804c75 100%);
	background-image: linear-gradient(top, #905684 0px, #804c75 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#905684 0px',
	endColorStr='#804c75 100%');
	color: white;
}

.panel-purple .panel-tools .btn, .panel-purple .panel-tools>a,
.partition-purple .panel-tools .btn, .partition-purple .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-purple .panel-tools .btn:hover, .panel-purple .panel-tools>a:hover,
.partition-purple .panel-tools .btn:hover, .partition-purple .panel-tools>a:hover
{
	color: white !important;
}

.panel-pink, .partition-pink {
	position: relative;
	background-color: #e16f92 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e16f92 ),
	to(#dd5a82 100%));
	background-image: -webkit-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
	background-image: -moz-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
	background-image: -ms-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
	background-image: -o-linear-gradient(top, #e16f92 0px, #dd5a82 100%);
	background-image: linear-gradient(top, #e16f92 0px, #dd5a82 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e16f92 0px',
	endColorStr='#dd5a82 100%');
	color: white;
}

.panel-pink .panel-tools .btn, .panel-pink .panel-tools>a,
.partition-pink .panel-tools .btn, .partition-pink .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-pink .panel-tools .btn:hover, .panel-pink .panel-tools>a:hover,
.partition-pink .panel-tools .btn:hover, .partition-pink .panel-tools>a:hover
{
	color: white !important;
}

.panel-azure, .partition-azure {
	position: relative;
	background-color: #00d5e6 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00d5e6 ),
	to(#00bdcc 100%));
	background-image: -webkit-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
	background-image: -moz-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
	background-image: -ms-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
	background-image: -o-linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
	background-image: linear-gradient(top, #00d5e6 0px, #00bdcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d5e6 0px',
	endColorStr='#00bdcc 100%');
	color: white;
}

.panel-azure .panel-tools .btn, .panel-azure .panel-tools>a,
.partition-azure .panel-tools .btn, .partition-azure .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-azure .panel-tools .btn:hover, .panel-azure .panel-tools>a:hover,
.partition-azure .panel-tools .btn:hover, .partition-azure .panel-tools>a:hover
{
	color: white !important;
}

.panel-bricky, .partition-bricky {
	position: relative;
	background-color: #9a4e5a ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9a4e5a ),
	to(#894550 100%));
	background-image: -webkit-linear-gradient(top, #9a4e5a 0px, #894550 100%);
	background-image: -moz-linear-gradient(top, #9a4e5a 0px, #894550 100%);
	background-image: -ms-linear-gradient(top, #9a4e5a 0px, #894550 100%);
	background-image: -o-linear-gradient(top, #9a4e5a 0px, #894550 100%);
	background-image: linear-gradient(top, #9a4e5a 0px, #894550 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a4e5a 0px',
	endColorStr='#894550 100%');
	color: white;
}

.panel-bricky .panel-tools .btn, .panel-bricky .panel-tools>a,
.partition-bricky .panel-tools .btn, .partition-bricky .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-bricky .panel-tools .btn:hover, .panel-bricky .panel-tools>a:hover,
.partition-bricky .panel-tools .btn:hover, .partition-bricky .panel-tools>a:hover
{
	color: white !important;
}

.panel-green, .partition-green {
	position: relative;
	background-color: #23d1b9 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23d1b9 ),
	to(#1fbba6 100%));
	background-image: -webkit-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
	background-image: -moz-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
	background-image: -ms-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
	background-image: -o-linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
	background-image: linear-gradient(top, #23d1b9 0px, #1fbba6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#23d1b9 0px',
	endColorStr='#1fbba6 100%');
	color: white;
}

.panel-green .panel-tools .btn, .panel-green .panel-tools>a,
.partition-green .panel-tools .btn, .partition-green .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-green .panel-tools .btn:hover, .panel-green .panel-tools>a:hover,
.partition-green .panel-tools .btn:hover, .partition-green .panel-tools>a:hover
{
	color: white !important;
}

.panel-red, .partition-red {
	position: relative;
	background-color: #ea8181 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8181 0px),
	to(#e66b6b 100%));
	background-image: -webkit-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
	background-image: -moz-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
	background-image: -ms-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
	background-image: -o-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
	background-image: linear-gradient(top, #ea8181 0px, #e66b6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea8181 0px',
	endColorStr='#e66b6b 100%');
	color: white;
}

.panel-red .panel-tools .btn, .panel-red .panel-tools>a, .partition-red .panel-tools .btn,
.partition-red .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-red .panel-tools .btn:hover, .panel-red .panel-tools>a:hover,
.partition-red .panel-tools .btn:hover, .partition-red .panel-tools>a:hover
{
	color: white !important;
}

.panel-blue, .partition-blue {
	position: relative;
	background-color: #6c8fa1 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6c8fa1 0px),
	to(#5f8295 100%));
	background-image: -webkit-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
	background-image: -moz-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
	background-image: -ms-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
	background-image: -o-linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
	background-image: linear-gradient(top, #6c8fa1 0px, #5f8295 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c8fa1 0px',
	endColorStr='#5f8295 100%');
	color: white;
}

.panel-blue .panel-tools .btn, .panel-blue .panel-tools>a,
.partition-blue .panel-tools .btn, .partition-blue .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-blue .panel-tools .btn:hover, .panel-blue .panel-tools>a:hover,
.partition-blue .panel-tools .btn:hover, .partition-blue .panel-tools>a:hover
{
	color: white !important;
}

.panel-yellow, .partition-yellow {
	position: relative;
	background-color: #ffc261 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc261 0px),
	to(#ffb848 100%));
	background-image: -webkit-linear-gradient(top, #ffc261 0px, #ffb848 100%);
	background-image: -moz-linear-gradient(top, #ffc261 0px, #ffb848 100%);
	background-image: -ms-linear-gradient(top, #ffc261 0px, #ffb848 100%);
	background-image: -o-linear-gradient(top, #ffc261 0px, #ffb848 100%);
	background-image: linear-gradient(top, #ffc261 0px, #ffb848 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc261 0px',
	endColorStr='#ffb848 100%');
	color: #2c2f3b;
}

.panel-yellow .panel-tools .btn, .panel-yellow .panel-tools>a,
.partition-yellow .panel-tools .btn, .partition-yellow .panel-tools>a {
	color: rgba(44, 47, 59, 0.7) !important;
}

.panel-yellow .panel-tools .btn:hover, .panel-yellow .panel-tools>a:hover,
.partition-yellow .panel-tools .btn:hover, .partition-yellow .panel-tools>a:hover
{
	color: #2c2f3b !important;
}

.panel-white, .partition-white {
	background-color: white;
	position: relative;
	color: #8b91a0;
}

.panel-dark, .partition-dark {
	position: relative;
	background-color: #373b4a ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#373b4a 0px),
	to(#2c2f3b 100%));
	background-image: -webkit-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
	background-image: -moz-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
	background-image: -ms-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
	background-image: -o-linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
	background-image: linear-gradient(top, #373b4a 0px, #2c2f3b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373b4a 0px',
	endColorStr='#2c2f3b 100%');
	color: white;
}

.panel-dark .panel-tools .btn, .panel-dark .panel-tools>a,
.partition-dark .panel-tools .btn, .partition-dark .panel-tools>a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.panel-dark .panel-tools .btn:hover, .panel-dark .panel-tools>a:hover,
.partition-dark .panel-tools .btn:hover, .partition-dark .panel-tools>a:hover
{
	color: white !important;
}

.panel-scroll {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: auto;
	padding-right: 10px !important;
}

.panel-note {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

.panel-note .panel-heading {
	background: url("../images/note_dot.png") repeat-x;
	border-bottom: 0 none;
	padding-top: 30px;
	padding-bottom: 10px;
	top: 0;
	z-index: 3;
	position: relative;
}

.panel-note .panel-heading h3 {
	margin: 0;
}

.panel-note .panel-body {
	background: url("../images/line.png") repeat;
	padding: 0;
	margin: 0 15px;
	line-height: 18px;
}

.panel-note .panel-footer {
	background: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: none;
	padding: 10px 15px;
	margin-bottom: 0;
}

.panel-note .panel-footer .avatar-note {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.panel-note .panel-footer .avatar-note img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.panel-note .panel-footer .author-note {
	display: block;
	line-height: 14px;
}

.panel-note .panel-footer .timestamp {
	color: #999999;
	display: inline-block;
	font-size: 11px;
}

.panel-note .note-options a {
	margin-left: 10px;
	font-size: 12px;
}

.panel-note .note-options a:hover {
	text-decoration: none;
}

[class^="partition-"]:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/* ---------------------------------------------------------------------- */
/*  Backdrop
/* ---------------------------------------------------------------------- */
.full-white-backdrop {
	background-color: #FFFFFF;
	display: none;
	bottom: 0;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1049;
}

.panel.panel-full-screen {
	bottom: 0;
	left: 10px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1048;
	background-color: #FFFFFF;
}

.tmp-tool {
	position: fixed;
	right: 40px;
	top: 20px;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.inline {
	display: inline;
}

.no-radius {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.no-border {
	border: none !important;
}

.border-right {
	border-right-style: solid;
	border-right-width: 1px;
	border-color: inherit;
}

.border-left {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: inherit;
}

.border-top {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: inherit;
}

.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: inherit;
}

.border-light {
	border-color: rgba(255, 255, 255, 0.2) !important;
}

.panel-white .border-light, .partition-white .border-light {
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-dark {
	border-color: rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark, .partition-white .border-dark {
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.no-display {
	display: none;
}

.example {
	margin: 15px 0;
	padding: 14px 19px;
}

.space5 {
	display: block;
	margin-bottom: 5px !important;
	clear: both;
}

.space7 {
	margin-bottom: 7px !important;
	clear: both;
}

.space10 {
	margin-bottom: 10px !important;
	clear: both;
}

.space12 {
	margin-bottom: 12px !important;
	clear: both;
}

.space15 {
	margin-bottom: 15px !important;
	clear: both;
}

.space20 {
	margin-bottom: 20px !important;
	clear: both;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-20 {
	padding: 20px !important;
}

.padding-horizontal-5 {
	padding: 0 5px !important;
}

.padding-horizontal-10 {
	padding: 0 10px !important;
}

.padding-horizontal-15 {
	padding: 0 15px !important;
}

.padding-horizontal-20 {
	padding: 0 20px !important;
}

.padding-vertical-10 {
	padding: 10px 0 !important;
}

.padding-vertical-15 {
	padding: 15px 0 !important;
}

.padding-vertical-20 {
	padding: 20px 0 !important;
}

.padding-bottom-5 {
	padding: 0 0 5px 0 !important;
}

.padding-bottom-10 {
	padding: 0 0 10px 0 !important;
}

.padding-bottom-15 {
	padding: 0 0 15px 0 !important;
}

.margin-bottom-5 {
	margin: 0 0 5px 0 !important;
}

.margin-bottom-10 {
	margin: 0 0 10px 0 !important;
}

.margin-bottom-15 {
	margin: 0 0 15px 0 !important;
}

.margin-bottom-30 {
	margin: 0 0 30px 0 !important;
}

.margin-right-5 {
	margin: 0 5px 0 0 !important;
}

.margin-right-10 {
	margin: 0 10px 0 0 !important;
}

.margin-right-15 {
	margin: 0 15px 0 0 !important;
}

.margin-right-30 {
	margin: 0 30px 0 0 !important;
}

.height-155 {
	height: 155px !important;
}

.height-180 {
	height: 180px !important;
}

.height-200 {
	height: 200px !important;
}

.height-230 {
	height: 230px !important;
}

.height-250 {
	height: 250px !important;
}

.height-300 {
	height: 300px !important;
}

.height-350 {
	height: 350px !important;
}

.width-200 {
	width: 200px !important;
}

.vertical-align-bottom {
	vertical-align: bottom;
}

.text-bold {
	font-weight: bold;
}

.text-extra-small {
	font-size: 11px !important;
}

.text-small {
	font-size: 12px !important;
}

.text-large {
	font-size: 16px !important;
}

.text-extra-large {
	font-size: 18px !important;
}

h1.text-extra-large {
	font-size: 50px !important;
}

.text-azure {
	color: #00bdcc;
}

.text-orange {
	color: #f58a5c;
}

.text-green {
	color: #1fbba6;
}

.text-blue {
	color: #5f8295;
}

.text-pink {
	color: #dd5a82;
}

.text-purple {
	color: #dd5a82;
}

.text-bricky {
	color: #894550;
}

.text-yellow {
	color: #ffb848;
}

.text-red {
	color: #e66b6b;
}

.text-white {
	color: white;
}

a.text-white {
	color: rgba(255, 255, 255, 0.6);
}

a.text-white:hover {
	color: white;
}

.text-dark {
	color: rgba(44, 47, 59, 0.4);
}

a.text-dark:hover {
	color: rgba(44, 47, 59, 0.6);
}

.center {
	text-align: center;
}

.text-light {
	color: rgba(255, 255, 255, 0.6);
}

a.text-light:hover {
	color: rgba(255, 255, 255, 0.8);
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.panel-white .text-light, .partition-white .text-light {
	color: rgba(0, 0, 0, 0.3) !important;
}

.panel-white a.text-light:hover, .partition-white a.text-light:hover {
	color: rgba(0, 0, 0, 0.5) !important;
}

.circle-100 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px #c3c3c3;
	-moz-box-shadow: 0 1px 2px #c3c3c3;
	box-shadow: 0 1px 2px #c3c3c3;
}

.circle-50 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px #c3c3c3;
	-moz-box-shadow: 0 1px 2px #c3c3c3;
	box-shadow: 0 1px 2px #c3c3c3;
}

.rate .value {
	font-size: 30px;
	font-weight: 600;
}

.rate i {
	vertical-align: middle;
	padding-bottom: 15px;
}

.rate .percentage {
	vertical-align: middle;
	font-size: 15px;
	padding-bottom: 15px;
}

.rate img {
	display: block;
	position: relative;
	width: 100%;
}

.overlayer {
	display: block;
	position: absolute;
	z-index: 101;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
	opacity: 1;
}

.overlayer.fullwidth {
	width: 100%;
}

.overlayer .overlayer-wrapper {
	display: block;
	position: relative;
	z-index: 100;
}

.bottom-left {
	bottom: 0;
	left: 0;
	position: absolute;
}

.tags {
	display: inline-block;
	background: #C2C6CD;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 10px 18px;
	padding: 2px 10px 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
	transition: all .25s linear;
	white-space: nowrap;
	line-height: 21px;
}

.tags:before {
	content: "";
	border-style: solid;
	border-color: transparent #c5c5c5 transparent transparent;
	border-width: 12px 13px 12px 0;
	position: absolute;
	left: -13px;
	top: 0;
	transition: all .25s linear;
}

.tags:hover {
	background-color: #8B91A0;
	color: #FFFFFF;
}

.tags:hover:before {
	border-color: transparent #8B91A0 transparent transparent;
}

.tags:after {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: 10px;
	width: 5px;
}

.tooltip-notification {
	cursor: pointer;
	right: 0;
	margin-top: 3px;
	padding: 5px 0;
	position: absolute;
	top: 25px;
	z-index: 10000;
}

.toolbar .tooltip-notification {
	top: 85px;
	right: 20px;
}

.tooltip-notification .tooltip-notification-arrow {
	border-width: 0 5px 5px;
	left: 80%;
	margin-left: -5px;
	top: 0;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #292B2E;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}

.tooltip-notification .tooltip-notification-inner {
	background-color: #292B2E;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	line-height: normal;
}

.tooltip-notification .tooltip-notification-inner .message {
	color: #BFC0C1;
	font-size: 11px;
	margin-top: -4px;
}

.tooltip-notification .tooltip-notification-inner>div {
	width: 100px;
}

.float-none {
	float: none;
}

.background-dark {
	background: rgba(0, 0, 0, 0.2);
}

.background-light {
	background: rgba(255, 255, 255, 0.6) !important;
}

.radius-3 {
	border-radius: 3px;
}

.radius-5 {
	border-radius: 5px;
}

.radius-10 {
	border-radius: 10px;
}
.radius-15 {
	border-radius: 15px;
}

.stack-right-bottom {
	left: auto !important;
	right: -0.5em !important;
	top: auto !important;
	bottom: -0.5em !important;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
	1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.noTransform {
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

/* ---------------------------------------------------------------------- */
/* Icon
/* ---------------------------------------------------------------------- */
.ryt-icon {
	background-image: url("../images/icon-2.png");
	background-repeat: no-repeat;
}

.ryt-icon-setting {
	background-position: 0px 0px;
}

a:hover i.ryt-icon-setting {
	background-position: -361px 0px;
}

.ryt-icon-process {
	background-position: -36px 0px;
}

a:hover i.ryt-icon-process {
	background-position: -397px 0px;
}

.ryt-icon-data {
	background-position: -72px 0px;
}

a:hover i.ryt-icon-data {
	background-position: -433px 0px;
}

.ryt-icon-mobile-phone {

}



/* ---------------------------------------------------------------------- */
/*  DropMenu
/* ---------------------------------------------------------------------- */
.dropdown-menu.bootstrap-dorpmenu {
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #59cdfe;
	min-width: 150px;
	margin-left: -25px;
	padding: 10px 15px;
}

.dropdown-menu.bootstrap-dorpmenu:BEFORE {
	content: " ";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #ffffff;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -8px;
}

.dropdown-menu.bootstrap-dorpmenu li {
	padding: 5px 0px;
	border-bottom: 1px solid #eeeeee;
}

.dropdown-menu.bootstrap-dorpmenu li a {
	width: 120px;
	height: 30px;;
	line-height: 30px;
	border-radius: 15px;
	background: transparent;
	padding: 0px 30px;
	color: #999999;
	position: relative;
}

.dropdown-menu.bootstrap-dorpmenu li:last-child, .dropdown-menu.bootstrap-dorpmenu li.active
{
	border: none;
}

.dropdown-menu.bootstrap-dorpmenu li.active a, .dropdown-menu.bootstrap-dorpmenu li:HOVER a
{
	background: #59cdfe;
	color: #ffffff;
}

.dropdown-menu.bootstrap-dorpmenu li.active a:BEFORE {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}

.dropdown-menu.bootstrap-dorpmenu-style1 {
	border-radius: 5px;
	background: #ffffff;
	color: #444444;
	border: none;
	min-width: 240px;
	margin-left: -50px;
	padding: 10px 15px;
	right: -20px;
	left: auto;
}

.dropdown-menu.bootstrap-dorpmenu-style1:BEFORE {
	content: " ";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid #ffffff;
	position: absolute;
	right: 50px;
	top: -5px;
	margin-left: -10px;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
	position: relative;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li>.name {
	display: inline-block;
	min-width: 120px;
	margin-right: 80px;
	vertical-align: middle;
	height: 30px;;
	line-height: 30px;
	border-radius: 15px;
	background: transparent;
	color: #999999;
	position: relative;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}
.dropdown-menu.bootstrap-dorpmenu-style1 li>.name>*{
	color: inherit;
}
.dropdown-menu.bootstrap-dorpmenu-style1 li>.name.active, .dropdown-menu.bootstrap-dorpmenu-style1 li>.name:HOVER
{
	background: #59cdfe;
	color: #ffffff;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li .name.active>:BEFORE {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li>.btn {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid #bbbbbb;
	background: transparent;
	height: 30px;
	line-height: 30px;
	color: #bbbbbb;
	margin: 10px 0px;
	padding: 0px 5px;
	font-size: 10px;
	border-radius: 3px;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li:last-child {
	border: none;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li .btn:HOVER {
	border: 1px solid #59cdfe;
	background: #ffffff;
	color: #59cdfe;
}

.dropdown-menu.bootstrap-dorpmenu-style1 li>.btn.active {
	border: 1px solid #59cdfe !important;
	background: #59cdfe !important;
	color: #ffffff !important;
}

/* 面包屑 路径导航 */
.breadcrumb {
	padding: 0px 15px;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
	background: transparent;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #999999;
	content: ">";
	font-weight: bold;
}

.breadcrumb>li.active {
	color: #999999;
}

.breadcrumb>li a {
	color: #999999;
}

.breadcrumb>li a:hover {
	color: #59cdfe;
}

.file-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/file-icon.png");
}

.file-icon.file-jpg {
	background-position: 0px 0px;
}

.file-icon.file-png {
	background-position: -22px 0px;
}
.file-icon.file-doc,
.file-icon.file-docx,
.file-icon.file-word {
	background-position: -44px 0px;
}

.file-icon.file-xls,
.file-icon.file-xlsx,
.file-icon.file-excel {
	background-position: -66px 0px;
}

.file-icon.file-ppt {
	background-position: -88px 0px;
}

.file-icon.file-pdf {
	background-position: -110px 0px;
}

.file-icon.file-txt {
	background-position: -132px 0px;
}

.file-preview-lists.file-style1 .file-preview-frame {
	width: 250px;
	margin: 0px;
	line-height: 40px;
	height: 40px;
	margin-right: 30px;
}


.file-preview-lists.file-style1 .file-preview-frame .file-caption-name {
	float: left;
	vertical-align: middle;
	max-height: none;
	max-width: 150px;
	width: auto;
}
.file-preview-lists.file-style1 .file-preview-frame .file-thumbnail-footer .file-actions{
	float: left;
	height: 40px;
}
.file-preview-lists.file-style1 .file-footer-buttons button.btn {
	border: none;
	color: #cccccc;
}

.file-preview-lists.file-style1 .file-footer-buttons button.btn:HOVER {
	background-color: transparent;
	color: #ff6768;
}

.file-preview-lists.file-style1 .file-footer-buttons button.btn i {
	color: inherit;
}
.file-preview-lists.file-style1 .file-preview-frame .file-thumbnail-footer{
	padding-left: 30px;
	float: left;
	position: relative;
}
.file-preview-lists.file-style1 .file-preview-frame.file-preview-initial .file-caption-name{
	display: inline-block;
}

.file-preview-lists.file-style1 .file-preview-frame .file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-content
~.file-thumbnail-footer:before {
	float: left;
	/* 	display: inline-block; */
	/* 	font: normal normal normal 14px/1 FontAwesome; */
	/* 	font-size: inherit; */
	/* 	text-rendering: auto; */
	/* 	line-height:20px; */
	/* 	-webkit-font-smoothing: antialiased; */
	/* 	content: "\f1c5"; */
	content: " ";
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url("../images/file-icon.png");
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0px;
}
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-jpg.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-jpg
~.file-thumbnail-footer:before {
	/* 	content:"\f1c2"; */
	background-position: 0px 0px;
}
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-doc.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-doc ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-docx.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-docx ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-word.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-word
~.file-thumbnail-footer:before {
	/* 	content:"\f1c2"; */
	background-position: -44px 0px;
}
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-xlsx .file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-xlsx,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-xls .file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-xls,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-excel .file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-excel
~.file-thumbnail-footer:before {
	/* 	content:"\f1c3"; */
	background-position: -66px 0px;
}
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-ppt.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-ppt
~.file-thumbnail-footer:before {
	/* 	content:"\f1c4"; */
	background-position: -88px 0px;
}
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-pdf.file-thumbnail-footer:before ,
.file-preview-lists.file-style1 .file-preview-frame .file-preview-type-pdf
~.file-thumbnail-footer:before {
	/* 	content: "\f1c1"; */
	background-position: -110px 0px;
}










.file-preview-lists.file-style2 .file-preview-frame {
	width: 100%;
	margin: 0px;
	line-height: 30px;
	height: 30px;
	margin-right: 30px;
	padding: 0px 15px
}
.file-preview-lists.file-style2 .file-preview-frame:HOVER{
	background: #eeeeee;
}

.file-preview-lists.file-style2 .file-preview-frame .file-caption-name {
	float: left;
	vertical-align: middle;
	max-height: none;
	width: auto;
	margin-right: 0.5em;
}
.file-preview-lists.file-style2 .file-preview-frame .file-thumbnail-footer{
	padding-left: 30px;
	float: left;
	position: relative;
	height: 100%;
}
.file-preview-lists.file-style2 .file-preview-frame .file-thumbnail-footer .file-actions{
	float: left;
	height: 100%;
}
.file-preview-lists.file-style2 .file-preview-frame .file-thumbnail-footer .file-actions .file-footer-buttons{
	line-height: normal;
}
.file-preview-lists.file-style2 .file-thumbnail-footer .file-actions .file-footer-buttons{
	height: 100%;
}
.file-preview-lists.file-style2 .file-thumbnail-footer .file-actions .file-footer-buttons button.btn {
	border: none;
	color: #cccccc;
	height: 30px;
	background-color: transparent;
}
.file-preview-lists.file-style2 .file-thumbnail-footer .file-actions .file-footer-buttons button.btn:HOVER{
	color: #ff6768;
}

.file-preview-lists.file-style2 .file-footer-buttons button.btn i {
	color: inherit;
}

.file-preview-lists.file-style2 .file-preview-frame.file-preview-initial .file-caption-name{
	display: inline-block;
}

.file-preview-lists.file-style2 .file-preview-frame .file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-content
~.file-thumbnail-footer:before {
	float: left;
	/* 	display: inline-block; */
	/* 	font: normal normal normal 14px/1 FontAwesome; */
	/* 	font-size: inherit; */
	/* 	text-rendering: auto; */
	/* 	line-height:20px; */
	/* 	-webkit-font-smoothing: antialiased; */
	/* 	content: "\f1c5"; */
	content: " ";
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url("../images/file-icon.png");
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0px;
}
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-jpg.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-jpg
~.file-thumbnail-footer:before {
	/* 	content:"\f1c2"; */
	background-position: 0px 0px;
}
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-doc.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-doc,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-docx.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-docx,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-word.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-word
~.file-thumbnail-footer:before {
	/* 	content:"\f1c2"; */
	background-position: -44px 0px;
}
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-xlsx .file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-xlsx,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-xls .file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-xls,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-excel .file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-excel
~.file-thumbnail-footer:before {
	/* 	content:"\f1c3"; */
	background-position: -66px 0px;
}
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-ppt.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-ppt
~.file-thumbnail-footer:before {
	/* 	content:"\f1c4"; */
	background-position: -88px 0px;
}
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-pdf.file-thumbnail-footer:before ,
.file-preview-lists.file-style2 .file-preview-frame .file-preview-type-pdf
~.file-thumbnail-footer:before {
	/* 	content: "\f1c1"; */
	background-position: -110px 0px;
}
.operate-box .btn:HOVER{
	color: #ff6867;
}

.img { height: 100px; }

.doc { background: url("../../static/images/file-type.png") no-repeat }

.ppt { background: url("../../static/images/file-type.png") no-repeat 0 -180px; }

.xls { background: url("../../static/images/file-type.png") no-repeat 0 -360px; }

.pdf { background: url("../../static/images/file-type.png") no-repeat 0 -540px; }
.preview-headerTable {line-height: 65px; padding: 0px 30px;}
.previewTable .panel-title {padding:10px 15px;background-color: #e4eaf9}
.panel-list .panel-title {padding:10px 15px}
.previewTable ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #444444;
}

.previewTable>ul>li {
	float: left;
	width: 100%;
	position: relative;
	line-height: 50px;
	padding-left: 30px;
	margin: 0;
}
.previewTable .control-label{
	font-weight: normal;
}

.previewTable>ul>li:nth-child(odd) {
	background: #f6f6f6;
}
.well{border-radius: 0}
.must{color:red}
.bt2{border-top: 2px solid #59cdfe;}
.mt5{margin-top: 5px;}
.mb10{margin-bottom: 10px!important;}
.wb-normal{word-break: normal!important;}
.bw-box{z-index: 9999;position: relative}
.w100{width: 100px!important;}
.w120{width: 120px!important;}
.w150{width: 150px!important;}
.h{display: none}
.pr20{ padding-right: 20px;}
.search-box {
	background: #eef1f8;
	color: #666;
	font-size: 12px;
	padding: 15px 20px;
}
.panel .ui-jqgrid {
	border-left: 0;
	border-right:0;
	border-bottom:0;
}
.panel .ui-jqgrid tr:last-child td{
	border-bottom:0;
}

.modal-header {
	cursor: move;
}
input, button, select, textarea{
	line-height:normal;
}
