@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,300,300italic,500,500italic,700,700italic);
::selection {
	background: #4f5362;
	/* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
 background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
	font-size: 14px;
}

@media only screen and (min-width: 480px) {
html {
	font-size: 17px;
}
}

@media only screen and (min-width: 768px) {
html {
	font-size: 14px;
}
}

@media only screen and (min-width: 1024px) {
p {
	font-size: 1em;
	margin-bottom: 1.8em;
}
}
/****************************
*      LOGIN PAGE START        *
****************************/

.cover_bg {
	background: url(../img/login_bg.png)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login_cont {
	margin: 30% auto;
	background: rgba(234, 240, 244, 0.8) none repeat scroll 0 0;
}
.login_logo_box {
	/*	background: rgba(234, 240, 244, 0.4) none repeat scroll 0 0;*/
	height: 195px;
	margin-bottom: 1px;
}
.login_logo {
	padding-top: 18px;
	text-align: center;
}
.login_logo img {
	width: 60%;
}
.login_logo_box h1 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
}
.login_white_box {
	/*	background: rgba(234, 240, 244, 0.7) none repeat scroll 0 0;*/
	padding: 0 35px 35px
}
.input-group {
	margin-bottom: 15px;
	width: 100%;
}
.input-group-addon {
	padding: 10px 16px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #878787;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #FFF;
}
.input-group-addon {
	width: 55px;
}
.btn-link {
	float: right;
}
.log-btn-f-width {
	width: 100%;
	padding: 10px;
	border-radius: 3rem;
}
.login__input {
	background: transparent none repeat scroll 0 0;
	color: #000000;
	display: inline-block;
	font-size: 1.1rem;
	height: 100%;
	width: 90%;
	border: medium none;
	outline: medium none;
}
.login__row {
	border-bottom: 1px solid rgba(0,0,0, 0.4);
	height: 2rem;
	padding-top: 1rem;
}
.login__icon {
	float: left;
	color: #696868;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	height: 2rem;
	overflow: visible;
	width: 1.4rem;
}
/****************************
*      LOGIN PAGE END        *
****************************/


/****************************
*      BODY DEFAULTS        *
****************************/
body {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #37a6c4;
}
a:hover {
	text-decoration: none;
	color: #5db9d1;
}
/****************************
*      Buttons        *
****************************/
.btn {
	font-family: 'Oswald', sans-serif;
}
.btn i {
	position: relative;
	top: -2px;
}
.btn.text-left {
	text-align: left;
}
.btn-brand {
	background: #37a6c4;
	color: #fff;
}
.btn-brand:hover {
	color: #fff;
	background: #2c849c;
}
.btn-dark {
	background: #272727;
	color: #fff;
}
.btn-dark:hover {
	color: #fff;
	background: #2c849c;
}
.btn-red {
	background: #4f5362;
	color: #fff;
}
.btn-red:hover {
	color: #fff;
	background: #383b46;
}
.btn-alt {
	background: #f0f0f0;
	color: #222;
}
.btn-alt:hover {
	color: #fff;
	background: #2c849c;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
	background: #325d88;
}
.bk-success {
	background: #93c54b;
}
.bk-warning {
	background: #f47c3c;
}
.bk-danger {
	background: #d9534f;
}
.bk-info {
	background: #29abe0;
}
.bk-white, .bk-light {
	background: #fff;
}
.bk-brand {
	background: #37a6c4;
}
.bk-dark {
	background: #222;
}
.bk-blue {
	background: #0010ce;
}
.bk-alt {
	background: #f7f7f7;
}
.bk-ghost {
	background: transparent;
}
.bk-img {
	position: relative;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../img/login-bg.jpg);
}
.bk-fixed {
	background-attachment: fixed;
}
.hr-green {
	height: 2px;
	background: #37a6c4;
}
.hr-grey {
	height: 2px;
	background: #f0f0f0;
}
.hr-dashed {
	background-color: transparent;
	border-top: 1px dotted #edf0f5;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
.panel {
	overflow: hidden;
}
/****************************
*      Border        *
****************************/
.brdr {
	border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
	font-family: 'Oswald', sans-serif;
}
.text-bold {
	font-weight: bold;
}
.text-normal {
	font-weight: normal;
}
.text-thin {
	font-weight: 100;
}
.text-lowercase {
	text-transform: none;
}
.text-sm {
	font-size: 13px;
}
.text-lg {
	font-size: 18px;
}
.text-xl {
	font-size: 1.6em;
}
.text-2x {
	font-size: 2em;
}
.text-3x {
	font-size: 2.4em;
}
.text-4x {
	font-size: 3em;
}
.text-white, .text-light {
	color: #fff !important;
}
.link-white a {
	color: #fff;
}
.text-grey {
	color: #ccc;
}
.text-dgrey {
	color: #818181;
}
.text-brand {
	color: #37a6c4;
}
.text-yellow {
	color: #ffff00;
}
.title .line {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #222;
}
/****************************
*       Margins         *
****************************/
.mt {
	margin-top: 18px;
}
.mt-0x {
	margin-top: 0 !important;
}
.mt-2x {
	margin-top: 36px;
}
.mt-3x {
	margin-top: 54px;
}
.mt-4x {
	margin-top: 90px;
}
.mt-5x {
	margin-top: 144px;
}
.mb {
	margin-bottom: 18px;
}
.mb-0x {
	margin-bottom: 0 !important;
}
.mb-2x {
	margin-bottom: 36px;
}
.mb-3x {
	margin-bottom: 54px;
}
.mb-4x {
	margin-bottom: 90px;
}
.mb-5x {
	margin-bottom: 144px;
}
.pt {
	padding-top: 18px;
}
.pt-2x {
	padding-top: 36px;
}
.pt-3x {
	padding-top: 54px;
}
.pt-4x {
	padding-top: 90px;
}
.pt-5x {
	padding-top: 144px;
}
.pb {
	padding-bottom: 18px;
}
.pb-2x {
	padding-bottom: 36px;
}
.pb-3x {
	padding-bottom: 54px;
}
.pb-4x {
	padding-bottom: 90px;
}
.pb-5x {
	padding-bottom: 144px;
}
/* Content boxes */
.content-box {
	padding: 15px;
}
.block-anchor {
	display: block;
}
/****************************
*       Content Typography         *
****************************/
.content-format {
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: .01em;
	font-style: normal;
	word-wrap: break-word;
}
.content-format .h1, .content-format .h2, .content-format .h3, .content-format .h4, .content-format .h5, .content-format .h6, .content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-weight: bold;
	font-style: normal;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 40px;
}
.content-format .h1 a, .content-format .h2 a, .content-format .h3 a, .content-format .h4 a, .content-format .h5 a, .content-format .h6 a, .content-format h1 a, .content-format h2 a, .content-format h3 a, .content-format h4 a, .content-format h5 a, .content-format h6 a {
	font-size: inherit;
}
.content-format .h2, .content-format h2 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 4px solid #f0f0f0;
}
.content-format .h3, .content-format h3 {
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 4px;
	margin: 1em 0 0.5em;
}
.content-format .h4, .content-format h4 {
	font-size: 1.7em;
	line-height: 1.4;
	margin-bottom: 6px;
}
.content-format .h5, .content-format h5 {
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 8px;
}
.content-format .h6, .content-format h6 {
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 10px;
}
.content-format strong {
	font-weight: bold;
}
.content-format ul:not(.social-awesome) {
	list-style: disc outside;
	margin: 1.714285714rem 0 1.714285714rem;
	line-height: 1.714285714;
}
.content-format ul:not(.social-awesome) li {
	margin: 0 0 0 36px;
	margin: 0 1rem 0 2.571428571rem;
}
.content-format ul:not(.social-awesome).list-unstyled {
	list-style: none;
}
.content-format ul:not(.social-awesome).list-unstyled li {
	margin: 0 0 0 24px;
}
.content-format em {
	font-style: italic;
}
.content-format p {
	margin-bottom: 1.8em;
}
.content-format figure {
	margin-bottom: 42px;
}
.content-format figure .caption {
	color: #999;
	font-size: 14px;
}
.content-format img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.content-format .fa {
	color: #37a6c4;
	margin-right: 10px;
}
.content-format blockquote {
	border-left: 4px solid #c3c3c3;
	border-left: 4px solid rgba(51, 51, 51, 0.17);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1em;
	padding-left: 0.7778em;
}
.content-format blockquote.double-quote {
	border-left: none;
	padding-left: 1em;
}
.content-format pre {
	background: #fff;
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: .9em;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
}
.content-format ol {
	margin: 24px 0 24px;
	margin: 1.714285714rem 0 1.714285714rem;
	line-height: 1.714285714;
	list-style: decimal outside;
}
.content-format img.wp-smiley, .content-format img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
/*
 * Theme Struck - Harmony - Free responsive Bootstrap admin template by Themestruck.com (http://themestruck.com)
 * Code licensed under the MIT
 * For details, see #
 */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Social Button Modifications */
.btn {
	text-transform: none;
}
.btn-social > :first-child {
	width: 42px;
	line-height: 46px;
}
.btn-social {
	padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}
/* Chart design */
/* Charts */
.chart-dot-list {
	display: block;
	margin-top: 60px;
	margin-left: 20px;
}
.chart-dot-list li {
	margin-bottom: 4px;
}
.chart-dot-list li:before {
	content: '';
	height: 12px;
	width: 12px;
	margin-right: 6px;
	display: inline-block;
	background: #222;
	border-radius: 50%;
}
.chart-dot-list li.a1:before {
	background: #F7464A;
}
.chart-dot-list li.a2:before {
	background: #46BFBD;
}
.chart-dot-list li.a3:before {
	background: #FDB45C;
}
.chart-doughnut {
	padding: 41px 0;
}
/* component */
.page-title {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-family: "Raleway", sans-serif;
	text-transform: capitalize;
}
.brand {
	background: #424a55;
	position: relative;
	z-index: 3;
	position: fixed;
	width: 100%;
	top: 0;
}
.brand .logo {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #FFF;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	text-align: center;
	display: block;
	width: 200px;
	text-decoration: none;
}
.ts-sidebar::-webkit-scrollbar-track {
 background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar {
 width: 5px;
 background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar-thumb {
 background-color: #b4b4b4;
}
.ts-sidebar {
	background: #ffffff;
	max-height: 0;
	transition: max-height 0.3s;
	overflow: hidden;
	position: fixed;
	z-index: 2;
	width: 100%;
	bottom: 0;
	top: 60px;
	overflow-y: auto;
}
.ts-sidebar .hidden-side {
	display: none;
}
.ts-sidebar .ts-sidebar-search {
	width: 100%;
	background: #FFF;
	border: none;
	padding: 10px 15px;
	color: #4d606f;
	border-bottom: 1px solid #efefef;
}
.ts-sidebar-search-button {
	background: none;
	border: none;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 3px;
	color: #cccccc;
	-webkit-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.ts-sidebar-search-button:hover {
	color: #777;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.ts-sidebar-menu .ts-label {
	color: #585c64;
	font-weight: bold;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	margin-top: 10px;
}
.ts-sidebar-menu a {
	display: block;
	padding: 12px 15px;
	color: #555555;
	text-transform: capitalize !important;
	border-left: 3px solid #FFF;
	text-decoration:none;
}
.ts-sidebar-menu li {
	position: relative;
}
.ts-sidebar-menu li i {
	color: #585c64;
	margin-right: 10px;
}
.ts-sidebar-menu li ul {
	display: block;
	background: rgba(255, 0, 0, 0.12);
	background: rgba(0, 0, 0, 0.32);
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.menu-open, .ts-sidebar-menu .open > ul {
	max-height: 2000px;
}
.ts-sidebar-menu .open > a {
	/*	background: rgba(51, 56, 62, 0.35);*/
	background: #FFF;
	color: #555555;
}
.ts-sidebar-menu > .open > a {
	background: #7eccad;
	border-left: 3px solid #56a787;
	color: #fff;
	text-decoration:none;
}
.ts-sidebar-menu > .open > a i {
	color: #FFFFFF;
}
.ts-sidebar-menu a:hover {
	background: #7eccad;
	color: #fff;
	border-left: 3px solid #56a787;
}

.ts-sidebar-menu .open > .more i {
	transform: rotate(180deg);
}
.more i {
	color: #fff;
	padding: 15px;
	transition: transform 0.3s;
}
.more {
	float: right;
	min-width: 10%;
	cursor: pointer;
}
.ts-main-content .content-wrapper {
	padding-top: 15px;
	margin-top: 60px;
	padding-bottom: 50px;
}
.profile-info {
	padding: 0px;
	margin: 15px auto 0;
	padding: 0;
	width: 50%;
}
.rounded-image {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	padding: 5px;
}
.rounded-image img {
	width: 100%;
}
.profile-image {
	border: 2px solid rgba(0,0,0,0.1);
}
.profile-text {
	color: #4a525f;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}
.widget {
	position: relative;
	background: #fff;
	color: #5b5b5b;
	margin-bottom: 20px;
}
.widget-header, .widget-content {
	display: block;
	width: 100%;
	clear: both;
}
.maindata {
	margin-bottom: 0;
	text-transform: uppercase;
}
.widget.lightblue-1 {
	background-color: #abb7b7;
	color: #fff;
}
.widget.lightblue-1 .widget-header h2 {
	color: #fff;
}
.widget.green-1 {
	background-color: #68c39f;
	color: #fff;
}
.widget.green-1 .widget-header h2 {
	color: #fff;
}
.widget.orange-4 {
	background-color: #edce8c;
	color: #FFF;
}
.widget.orange-4 .widget-header h2 {
	color: #FFF;
}
.widget.darkblue-2 {
	background-color: #4a525f;
	color: #fff;
}
.widget.darkblue-2 .widget-header h2 {
	color: #fff;
}
.widget-footer {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
}
.widget-header.transparent {
	background: transparent;
	border: none;
}
.widget-header.centered {
	text-align: center;
}
.widget-header .left-btn {
	position: absolute;
	left: 10px;
	top: 6px;
}
.widget-content {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.widget-content.padding {
	padding: 15px;
}
.widget-content.padding-sm {
	padding: 10px;
}
.widget-content.padding-xs {
	padding: 1%;
}
.widget.maximized {
	position: fixed;
	-webkit-border-radius: 0;
	border-radius: 0;
	top: 50px;
	left: 240px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	margin: 0px;
}
.top-summary .widget .progress {
	margin: 0px;
	background: rgba(0,0,0,0.2);
}
.top-summary .widget .widget-footer {
	background: rgba(0,0,0,0.1);
	padding: 4px 15px;
	font-size: 12px;
	color: rgba(255,255,255,0.9);
}
.widget .widget-header {
	height: 43px;
	display: block;
}
.widget .widget-header h2 {
	padding: 15px 13px 15px 13px;
	margin: 0px;
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #5b5b5b;
}
.widget .additional-btn {
	position: absolute;
	top: 10px;
	right: 13px;
	z-index: 2;
}
.widget .additional-btn > a, .widget .widget-header .additional-btn .btn-group > a {
	color: #ccc;
	margin-left: 7px;
	margin-right: 0px;
	cursor: pointer;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.widget .additional-btn > a:hover {
	text-decoration: none;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.widget .widget-close, .widget .widget-toggle {
	font-size: 15px;
}
.todo-cont {
	height: 632px;
	overflow-x: auto;
}
.todo-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.todo-list li {
	list-style: none;
	padding: 10px;
	text-overflow: ellipsis;
	width: 100%;
	position: relative;
	white-space: nowrap;
	margin-bottom: 4px;
	border-left: 4px solid rgba(0,0,0,0.04);
	background: #f8f8f8;
}
.todo-list li.done {
	opacity: 0.5;
}
.todo-list li.done .todo-item {
	text-decoration: line-through;
}
.todo-list li > span {
	line-height: 24px;
	height: 25px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 70%;
	vertical-align: middle;
}
.todo-list .check-icon {
	width: 30px;
	margin-top: -2px;
	display: inline-block;
}
.todo-list .todo-item {
	font-size: 12px;
	border-bottom: 1px dashed rgba(0,0,0,0) !important;
}
.todo-list .todo-item:hover {
	border-bottom: 1px dashed rgba(0,0,0,0.2) !important;
}
.todo-list .todo-options {
	font-size: 16px;
	display: none;
}
.todo-list .editable-buttons {
	display: inline-block;
}
.todo-list .todo-tags {
	display: inline;
	line-height: auto;
	position: absolute;
	top: 9px;
	right: 9px;
	font-family: "Open Sans";
}
.todo-list .todo-options a {
	color: #888;
}
.todo-list li:hover .todo-tags {
	display: none;
}
.todo-list li:hover .todo-options {
	display: inline;
	position: absolute;
	top: 9px;
	right: 9px;
}
.todo-list li.done .todo-tags {
	display: inline !important;
}
.todo-list li.done .todo-options {
	display: none !important;
}
.todo-list li .editable-container.editable-inline {
	margin-top: -4px;
	overflow: visible;
}
.todo-list li.high {
	border-left: 4px solid #EB5055;
}
.todo-list li.medium {
	border-left: 4px solid #E27A3F;
}
.todo-list li.low {
	border-left: 4px solid #FFC052;
}
.btn-default {
	background-color: #ABB7B7;
	border-color: #ABB7B7;
	color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #98A3A3;
	border-color: #98A3A3;
	color: #fff;
}
.text-box > h2 {
	float: left;
	margin-top: 10px;
}
.f-r {
	float: right;
}
.f-l {
	float: left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}
.block {
	margin-bottom: 30px;
}
.carousel-caption h3 {
	color: #FFF;
	margin-top: 5px;
	font-family: "Raleway", sans-serif;
}
.carousel-caption p {
	color: #FFF;
	font-size: 13px;
}
/* aero */
.icheckbox_square-aero, .iradio_square-aero {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(../img/aero.png) no-repeat;
	border: none;
	cursor: pointer;
	position: absolute;
}
.icheckbox_square-aero {
	background-position: 0 0;
}
.icheckbox_square-aero.hover {
	background-position: -24px 0;
}
.icheckbox_square-aero.checked {
	background-position: -48px 0;
}
.icheckbox_square-aero.disabled {
	background-position: -72px 0;
	cursor: default;
}
.icheckbox_square-aero.checked.disabled {
	background-position: -96px 0;
}
.iradio_square-aero {
	background-position: -120px 0;
}
.iradio_square-aero.hover {
	background-position: -144px 0;
}
.iradio_square-aero.checked {
	background-position: -168px 0;
}
.iradio_square-aero.disabled {
	background-position: -192px 0;
	cursor: default;
}
.iradio_square-aero.checked.disabled {
	background-position: -216px 0;
}
/* aero */
.todo-check {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 0 none;
	display: block;
	height: 140%;
	left: -20%;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: -20%;
	width: 140%;
}
.iCheck-helper {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 0 none;
	display: block;
	height: 140%;
	left: -20%;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: -20%;
	width: 140%;
}
.top_nav_icon {
	float: left;
	line-height: 19px;
	margin-right: 10px;
}
#notes-app {
	background: #FFF;
	overflow: hidden;
}
#note-data {
	width: 100%;
	position: absolute;
	left: -100%;
	padding-left: 55px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#notes-app.new-item #notes-list {
	left: -100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#notes-list {
	left: 0%;
	padding-left: 60px;
	width: 100%;
	height: 340px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#notes-list a {
	color: #555;
}
#notes-list ul li {
	line-height: 31px;
}
#note-text {
	min-height: 300px;
	height: 100%;
	background: none !important;
	border: none !important;
	line-height: 31px;
	resize: none;
}
#notes-app .status-indicator {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	padding: 1px 6px 2px;
}
#notes-app.saved .status-indicator {
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	opacity: 1;
}
#notes-app .widget-content {
	background: repeating-linear-gradient(0deg, transparent, transparent 30px, #f3f3f3 30px, #f3f3f3 31px);
	height: 302px;
	padding-top: 0px;
}
#notes-app .notes-line {
	border-left: 3px double rgba(238,150,122,0.55);
	position: absolute;
	z-index: 0;
	display: block;
	height: 100%;
	left: 50px;
}
#notes-app.new-item #note-data {
	left: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel > .panel-header {
	margin-bottom: 0;
	padding: 8px 15px;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.panel > .panel-header {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}
.panel > .panel-header:before {
	content: "";
	display: table;
	line-height: 0;
}
.panel > .panel-header:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}
.panel > .panel-header .caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
}
.panel > .panel-header .caption i {
	float: left;
	margin-top: 4px;
	display: inline-block !important;
	margin-right: 5px;
	color: #777777;
}
.progress-text span {
	line-height: 28px;
}
.progress-bar-drgreen {
	background-color: #3c989e;
}
.progress-bar-green {
	background-color: #6eb866;
}
.progress-bar-rose {
	background-color: #f57a82;
}
.progress-bar-drblue {
	background-color: #337ab7;
}
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.w-50 {
	width: 50%;
}
.w-60 {
	width: 60%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.w-90 {
	width: 90%;
}
.w-100 {
	width: 100%;
}
.brand .logo img {
	height: 20px;
}
.brand .menu-btn {
	float: right;
	background: #232d3b;
	text-align: center;
	cursor: pointer;
	color: #fff;
	padding: 20px 20px;
}
.brand .ts-profile-nav {
	float: right;
	display: none;
}
.brand .ts-profile-nav li {
	float: left;
	position: relative;
}
.brand .ts-profile-nav li a {
	display: block;
	padding: 20px;
	color: #fff;
}
.brand .ts-profile-nav li ul {
	visibility: hidden;
	opacity: 0;
	right: 0;
	position: absolute;
}
.brand .ts-profile-nav li ul li {
	float: none;
	width: 180px;
}
.brand .ts-profile-nav li ul li a {
	padding: 10px 20px;
	background: #222;
}
.brand .ts-profile-nav li ul li a:hover {
	background: #3d3d3d;
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
	float: right;
}
.brand .ts-profile-nav .ts-account > a {
	width: 180px;
	background: #2c3136;
}
.brand .ts-profile-nav .ts-account .ts-avatar {
	border-radius: 50%;
	height: 28px;
	margin: -10px 0;
	margin-right: 10px;
}
.brand .ts-profile-nav .ts-account:hover ul {
	visibility: visible;
	opacity: 1;
}
ul.nav.nav-tabs.ul-edit li.active a {
	background: #7eccad none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	border-radius: 0px;
}
ul.nav.nav-tabs.ul-edit li > a {
	border-radius: 0px;
}
ul.nav.nav-tabs.ul-edit {
	border-bottom: 5px solid #7eccad !important;
}
#tab-edit .nav-pills li.active a {
	background: #5cb85c;
	border-color: #5cb85c;
	color: #FFF;
	border-radius: 0px;
}
#tab-edit .nav-pills li a {
	border-radius: 0px;
}
#tab-edit .nav-pills li a {
	background-color: #f8f8f8;
}
label {
	font-weight: normal;
}
#tab-edit .tab-content {
	background: #f8f8f8 none repeat scroll 0 0;
	padding: 20px;
}
.btn_radious {
	border-radius: 0 !important;
	outline: medium none !important;
}
.tab-content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #e5e5e5 !important;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	margin-bottom: 20px;
	padding: 20px 15px;
	display: inline-block;
	width: 100%;
}
.t-place {
	width: 100%;
}
.t-place > img {
	width: 100%;
}
.bottom-footer {
	background:#d0d3da;
	height: 59px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.bottom-footer p {
	color: #777777;
	font-size: 12px;
	padding-top: 1.7em;
	text-align: center;
	text-transform: uppercase;
}
.profile-image-cont {
	margin: 15px auto;
	padding: 0;
	width: 40%;
}
.profile-image {
	border-radius: 100px;
	display: inline-block;
	overflow: hidden;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.pagination li.active a {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.recent_scroll {
    height: 588px;
    overflow-x: auto;
}
.inside-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 15px;
    width: 100%;
}
@media only screen and (min-width: 992px) {
.brand .logo {
	width: 250px;
}
}

@media only screen and (min-width: 992px) {
.brand .menu-btn {
	display: none;
}
}

@media only screen and (min-width: 992px) {
.brand .ts-profile-nav {
	display: block;
}
}

@media only screen and (min-width: 992px) {
.ts-sidebar .ts-profile-nav {
	display: none;
}
}

@media only screen and (min-width: 992px) {
.ts-sidebar {
	max-height: 100%;
	bottom: 0;
}
}

@media only screen and (min-width: 992px) {
.ts-main-content .ts-sidebar {
	width: 250px;
	float: left;
}
.ts-main-content .content-wrapper {
	margin-left: 250px;
}
}

/*games details page css*/
.PLR0{
	padding-left: 0;
	padding-right: 0;
}
#datatables-2_length select{
	width:100px;
}
.top-list-item{
	text-align: center;
}
.top-list-item .top-list{
	    background: #2c3136;
    color: white;
    font-size: 23px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 24px
}
.top-points{
	margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.top-head h4{
	font-weight: bold;
}
.top-head h3{
	font-weight: bold;
}
/*modal css*/
.modal1 {
  text-align: center;
  padding: 0!important;
}

.modal1:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal1 .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal1 .modal-content {
  border: none;
}
.modal1 .modal-header {
    background: #424a55;
    color: white;
    text-align: center;
    border: none;
}
.modal1 .modal-header h4{
  font-size: 25px;
}
.modal1 .modal-header button{
  color: white;
    font-size: 26px;
}
.modal1 .modal-body {
      text-align: center;
    font-size: 18px;
}
.modal1 .modal-body p{
  margin-bottom: 15px;
}
.main-notifiaction {
  margin-bottom: 0 !important;
}
.notification-footer {
      text-align: center;
}
.notification-footer button,.notification-footer a {
  background: #424a55;
  font-family: 'Open Sans', sans-serif;
}
.notification-footer button a{
      color: white;
}
#popup-container .widget {
      margin-top: 20px;
}
.user-options{
	cursor: pointer;
}