h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

html, body{
  	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
  	overflow-x: hidden;
	background: #f9f9f9;
    
    height: 100%;
    -ms-touch-action: auto; touch-action: auto;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
a:focus, a:active, a:hover, a.hover_effect {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #353F4F;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.icons {
    margin: 2em 2em;
    background: #fff;
    padding: 2em;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.hint-message {
	font-size:12px;	
	text-align:right;
    height:18px;
}
.error{
	color:red;
}
.success {
	color:green;
}

/*start-checkbox*/
.checkbox {
	padding-left: 25px;
	color:#222;
	cursor: pointer;
	position:relative;
	font-size:15px;
}
 .checkbox:last-child {
	margin-bottom: 0;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox i {
	position: absolute;
	bottom:0px;
	left: 0;
	display: block;
	width: 16px;
	height:16px;
	outline: none;
	border:1px solid #DDDDDD;
	background:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/mark2.png") no-repeat center;
	top:0px;
	left:0px;
	width:17px;
	height:16px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.form-bottom .checkbox {
	float:none;
}
.forget{
	float:right;
}
.form-bottom{
	margin-top:20px;
	text-align:center;
}
.form-bottom p{
	font-size:12px;
}

.radios input[type="radio"]{
  margin:4px 0 0 0;
  vertical-align:top;	
  cursor:pointer;
}
.radios label:first-child{
	margin-left:0;
}
.radios label{
	margin-left:15px;
}
.radios{
	margin-bottom:15px;
}
.registration-form p{
	font-size:15px;
	color:#575757;
}

footer {
    background: #fff;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align:center;
    position: fixed;
    bottom: 0;
	height: 100px;
}
footer  p {
	color: #7A7676;
    font-size: 14px;
}
footer  p a{
	color:#F44336;
}
footer  p a:hover, footer  p a.hover_effect{
	text-decoration:underline;
}

.left-panel {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-left-panel {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
	/*background: #000;*/
}

.fixed-left-panel .custom-nav {
    margin-top: 59px;
	background: #000;
}

.left-panel-collapsed .fixed-left-panel {
    overflow-y: visible;
}

div#page-wrapper {
    padding:2em 2em;
}

.left-panel-inner {
    padding: 0px;
    margin-bottom: 50px;
}


@media (max-width:767px){
	.hidden-xs{display:none!important}
	.visible-xs {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-sm{display:none!important}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}
@media (min-width:1200px){
	.hidden-lg{display:none!important}
}

/*----------------------------
        HEADER SECTION
-----------------------------*/

.header-section {
    background:#FFF;
    box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
    -o-box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.toggle-btn {
    font-size: 15px;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #fff;
    background: #39718C;
    border: none;
    border-radius: 5%;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover, .toggle-btn.hover_effect  {
    background:#C3C3C3;
    color: #fff;
}

.fixed-header .header-section {
    position: fixed;
    top: 0;
    left: 200px;
    width: 100%;
    z-index: 100;
}

.fixed-header .main-content {
    padding-top: 50px;
}
.fixed-header .menu-right {
    margin-right: 0;
}
.fixed-header.left-panel-collapsed .header-section {
    /*left: 52px;*/
    left: 0px;
}
.fixed-header.left-panel-collapsed .menu-right {
    margin-right: 0;
}

.col-md-6.col_1_of_2.span_1_of_2 {
    margin-bottom: 0.6em;
}
.main-content {
    margin-left: 200px;
    background:#F8F8F8;
    /*min-height: 1000px;*/
}
.main-content2{
	/*min-height: 1250px !important;*/
}
.main-content5{
	min-height: 1030px !important;
}
.main-content6{
	min-height: 1700px !important;
}
.main-content3{
	min-height:2580px !important;
}
.main-content4{
	min-height: 2275px !important;
}
/*-- switches1 --*/
.switches1 {
    margin:2.3em 1em 0;
}
/*-- //switches1 --*/
/*-- switches --*/
.widget3 {
    margin-bottom: 1em;
}
.widget3 {
    padding: 0 2em;
}
.widget4 {
    padding: 0 2em;
}
.widget4 p{
	font-size:1.3em;
	background:#999;
	padding:1.5em 0;
	text-align:center;
	color:#fff;
	margin:0;
}
.widgt5{
	padding:0 1em !important;
}

.switches {
    margin:1.5em 0 0;
}
.r3_counter_box1 {
  min-height: 100px;
  background: #ffffff;  
}
.r3_counter_box1.for {
  min-height: 100px;
  border: 2px solid #EAEAEA;
  padding: 15px;
  border-radius:6px;
  margin:0;
}
.icon-rounded1{
	background-color: #b8c9f1 !important;
}
i.pull-left.fa.fa-bolt.icon-rounded {
    background: #bdc3c7;
    font-size: 33px;
}
.r3_counter_box1.for .stats span {
    font-weight: 400 !important;
    padding-left: 0.5em !important;
    font-size: 18px !important;
}
.r3_counter_box1.for h5 {
    font-size: 40px;
}
.stats {
	overflow: hidden;
    border-top: 1px solid #DDD;
    background: #f9f9f9;
    padding: 1.5em;
}
.grow{
	position: absolute;
    top:47%;
    left:35%;
    background:#8BC34A;
    width: 95px;
    height: 30px;
    padding: .4em 0 0;
}
.grow1 {
    background: #00BCD4;
}
.grow2 {
    background:#FFCA28;
}
.grow3 {
    background: #F44336;
}
.grow1,.grow3,.grow2 {
    left: 36%;
}
.switch-right-grid h3{
	color:#000;
	margin:0;
	font-size:1em;
}
.switch-right-grid ul{
	padding:2em 0 1em;
}
canvas#line{
    background-color:#fff !important;
	-ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}
canvas#bar{
    background-color:#fff !important;
	-ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}
canvas.overlay {
    -ms-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.switch-right-grid{
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	background:#fff;
}
.switch-right {
    padding: 0;
    width:32.33%;
    margin-right: 1.5%;
}
.switch-right:nth-child(3) {
	margin-right:0%;
}
.switch-right-grid1{
	padding:2em 2em 0;
}
.switch-right-grid ul li{
	list-style-type:none;
	color:#777;
	margin:0 0 .5em;
	font-size:14px;
}
.switch-right-grid ul li span{
	
}
.switch-right-grid p{
	color:#999;
	font-size:13px;
	margin:.3em 0 0;
}
.grow p{
    color: #fff;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.spar-10 {
    margin-top: 2em;
}
.r3_counter_box1 .fa {
  margin-right: 0px;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 65px;
}
.stats span{
	color:#999;
	font-size:15px;
}
.fa.pull-left {
  margin-right: 10% !important;
}
.icon-rounded{
  background-color:#a88add;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 25px;
}
.r3_counter_box1.stats {
  padding-left: 85px;
}
.r3_counter_box1 h5 {
  margin: 10px 0 5px 0;
  color:#000;
  font-weight:600;
  font-size: 25px;
}
.r3_counter_box2 h5 {
  margin: 23px 0 5px 0;
}
i.user1{
	background:#27cce4;
}
i.user2{
	background:#b8c9f1;
}
i.dollar1{
	background:#bdc3c7;
}
.widget1 {
  
  display: inline-block;
}
.dollar6.icon-rounded {
    color: #bdc3c7;
    background: #fff;
}
i.pull-left.fa.fa-money.icon-rounded {
    background: #27cce4;
}
tspan {
    font-weight: 700;
}
.spark {
    margin: 1em 0;
}
i.fa.fa-search {
    /*color: #27cce4;*/
}
i.fa.fa-search1 {
    color: #fff;
	line-height:1.5;
}
/*-- switches --*/
.span_3{
  padding:0;
}
.col_1{
	margin:1em 0 2em;
}
.one{
	width:150px;
}
.profile_img1 {
  float: left;
  margin-right: 10px;
  width: 83%;
  margin-bottom:2em;
}
.user-name1 {
  float:left;
}
.user-name1 p {
  font-size: 13px;
  color: #65cea7;
  line-height: 1em;
}
.tiles_info{
  color: #fff!important;
}
a.tiles_info:hover, a.tiles_info.hover_effect{
  text-decoration:none;
}
a.tiles_info, a.shortcut-tiles {
  background: 0 0;
}
.tiles-body{
	text-align:center;
}
.tiles_info, .shortcut-tiles {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.red1{
  background: #A88ADD;
}
.tiles_info .tiles-head {
  letter-spacing: normal;
  padding: 10px 10px;
  font-weight: 500;
  box-shadow: inset 0 -50px 0 0 rgba(255,255,255,.1);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size:0.85em;
}
.red{
  background: #A88ADD;
}
.tiles_info .tiles-body-alt, .info-tiles .tiles-body {
  padding: 15px;
  font-weight: 300;
}
.tiles_info .tiles-body {
    font-size: 32px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
    padding: 19px 15px;
}
.tiles_info .tiles-body-alt .text-center, .info-tiles .tiles-body .text-center {
  margin-top: -5px;
}
.tiles_info.tiles_blue1 .tiles-body {
  background: #9358ac;
}
.tiles_blue1{
  background: #27CCE4;
}
.blue1{
  background: #27CCE4;
}
.fb1{
   background: #B8C9F1;
}
.fb2{
	background: #b8c9f1;
}
.tw1{
  background: #BDC3C7;
}
.tw2{
  background: #bdc3c7;
}
.content_bottom{
	margin-bottom:1em;
}
.grid-date {
  background:#A88ADD;
  padding: 1.5em;
}
p.date-in {
  float: left;
  font-size: 1.2em;
  color: #fff;
}
span.date-on {
  float: right;
  font-size: 1.2em;
  color: #fff;
}
.grid-date h4 {
  color: #fff;
  font-size: 3.5em;
  text-align: center;
  padding: 48px 0 15px 0;
}
.grid-date h4 i {
  display: inline-block;
  vertical-align: middle;
}
p.monday {
  background: #fff;
  font-size: 1.1em;
  color: #000;
  padding: 1em;
  text-align: center;
}
h4.pull-left{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
}
.copy{
	background:#fff;
	text-align:center;
	padding:1.5em 0;
}
.copy p, .copy_layout p{
	font-size:0.85em;
	color:#555;
}
.copy p a, .copy_layout p a{
	color:#000;
}
/*-- circular progress --*/
.span_7 {
  padding-left: 0;
}
.span_8{
	text-align:center;
	padding: 0;
	width: 32.33%;
    margin-right: 1.5%;
}
.span_8:nth-child(3){
	margin-right:0%;
}
.activity_box h3 {
    text-align: left;
    padding: 1em;
    margin: 0;
	background: #F44336;
    color: #fff;
	text-transform:uppercase;
	font-size:1em;
	font-weight:600;
}
.activity-desc1{
	padding:0;
}
.activity-row{
	border-bottom:1px solid #999;
}
.activity_box1 h3 {
    background: #00BCD4;
}
.activity_box2 h3 {
    background:#FFCA28;
}
.col_2 {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
.grid-1, .grid-2, .grid-3, .grid-4{
    display: inline-block;
}
.grid-1 {
  margin-bottom: 2em;
}
.grid-1, .grid-3{
	margin-right:10%;
	width: 27%;
}
.activity-row, .activity-row1{
  text-align: left;
}
i.text-info{
  float: left;
  line-height: 60px;
  font-size: 1.2em;
}
i.icon_13{
  color:#a88add;
}
.text-info {
    color: #b8c9f1;
}
.activity-img{
  text-align:center;
}
.activity-img img{
  display:inline-block;
}
.activity-desc h5{
	color:#00BCD4;
    font-size: 1em;
    font-weight: 400;
	margin-bottom: 5px;
}
.activity-desc h5 a{
	color:#00BCD4;
}
.activity-desc h5 a:hover, .activity-desc h5 a.hover_effect{
	color:#000;
	text-decoration:none;
}
.activity-desc p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
}
.activity-img span{
	display: block;
    font-size: 12px;
    margin: .5em 0 0;
    color: #999;
}
.activity-desc-sub,.activity-desc-sub1{
	padding:.7em;
	background:#E7E7E7;
	position:relative;
}
.activity-desc-sub1{
	text-align: right;
}
.activity-img1{
	padding:0 !important;
	width: 25%;
}
.activity-img2{
	padding:0 !important;
}
.activity-desc-sub:before{
	left: -14%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-right-color:#E7E7E7;
    border-width: 8px;
    margin-top: -5px;
}
.activity-row1{
	border-bottom:none !important;
}
.activity_box form{
	padding:0 2em;
}
.activity_box input[type="text"]{
	outline: none;
    border: 1px solid #DBDBDB;
    padding: 10px;
    color: #999;
    font-size: 13px;
    width: 70%;
    background: #EFEFEF;
}
.activity_box input[type="submit"]{
	outline: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    background:#C4C4C4;
    border: none;
    padding: 8px 0;
    margin-left: 0.5em;
}
.activity_box input[type="submit"]:hover,.activity_box input[type="submit"].hover_effect{
	background:#999;
}
.activity-desc-sub1:after{
	right:-6%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-left-color:#E7E7E7;
    border-width: 8px;
    margin-top: -5px;
}
.activity-desc-sub h5,.activity-desc-sub1 h5{
	font-size:14px;
	color:#000;
	margin:0 0 .5em;
}
.activity-desc-sub p,.activity-desc-sub1 p{
	font-size:13px;
	color:#999;
	margin:0;
	line-height:1.8em;
}
.activity-desc1 h6{
  color:#BDBDBD;
  font-size:13px;
  margin: 1em 0 0 0;
}
.activity-row{
	margin-bottom: 1.5em;
    padding-bottom:1.5em;
	border-bottom: 1px solid #EEE;
}
.scrollbar{
	height:380px;
	background:#fff;
	overflow-y: scroll;
    padding:2em 1em 0;
}
.scrollbar1 {
    height: 436px;
}
.single-bottom ul {
    padding: 0;
}
.single-bottom ul li{
	list-style:none;
	padding:0px 20px 18px;
}
.single-bottom ul li input[type="checkbox"] {
  display: none;
}
.single-bottom ul li input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size:14px;
    color: #9a9a9a;
	cursor: pointer;
}
.single-bottom ul li input[type="checkbox"]+label span:first-child {
	width: 17px;
    height: 17px;
    display: inline-block;
    border:2px solid #C8C8C8;
    position: absolute;
    left: 0;
    bottom: 4px;
}
.single-bottom ul li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
    background: url(../images/2.png)no-repeat;
    position: absolute;
    left: 1px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.activity_box{
  background: #fff;
  min-height: 485px;
}
.icon_11{
  color: #27cce4;
}
.icon_12{
  color:#bdc3c7;
}
#style-2::-webkit-scrollbar-track
{
	
	background-color:#f0f0f0;
}

#style-2::-webkit-scrollbar
{
	width:5px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb
{
	
	background-color:#00ACED;
}
/*-- spark --*/
.spark-left {
    padding-left: 0;
}
.spark-right {
    padding: 0;
}
text.highcharts-yaxis-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #000 ! important;
}
.spar-bottom {
    margin: 1em 0;
}
.spar-left {
    padding-left: 0;
}
.spar-right {
    padding: 0;
}
/*-- spark --*/
/*-- General stats --*/
.stats-info{
  background-color: #fff;
}
.panel .panel-heading {
  padding: 20px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0!important;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
}
.panel .panel-heading .panel-title {
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
h4.asd label {
    font-size: 1em;
    padding-left: 1em;
    color: #000;
	cursor: pointer;
}
.panel-heading {
  padding:32px 2em 0px;
  border-top-left-radius:0 !important;
  border-top-right-radius: 0 !important;
}
.stats-info ul {
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.stats-info ul li {
  border-bottom: 1px solid #eee;
  padding:14.35px 0;
  font-size: 0.85em;
  color: #999;
}
.panel-title {
  font-size: 20px;
  color: #000;
}
.stats-info ul li.last{
	border-bottom:0;
	padding-bottom:4px;
}
.text-success {
  color:#00ACED;
}
.text-danger {
  color: #f25656;
}
/*-- col_3 --*/
.widget{
	padding:0;
}
.col-md-3.widget.widget1 {
  width: 23.5%;
}
.r3_counter_box {
  /*min-height: 100px;*/
  width: 160px;
  height: 126px;
  background: #ffffff;
  text-align: left;
  position: relative;
  /*margin-bottom: 10px;*/
  padding-left: 5px;
  padding-right: 5px;
}
.r3_counter_box .fa {
	margin-right: 0px;
    width: 66px;
    height: 130px;
    text-align: center;
    line-height: 105px;
    font-size: 3.5em;
}

.r3_counter_box img {
	max-width: 100%;
	max-height: 100%;
}



.r3_counter_box .fa-mail-forward{
	color:#8BC34A;
}
.r3_counter_box .fa-users {
	color:#00BCD4;
}
.r3_counter_box .fa-usd {
	color:#FFCA28;
}
.r3_counter_box .fa-eye {
	color:#F44336;
}
.stats span{
	color:#999;
	font-size:14px;
}
.fa.pull-left {
  margin-right: 10% !important;
}
.pull-left1 {
    margin: 5.3% 5% 0 5.3% !important;
}
.icon-rounded{
  background-color:#a88add;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 25px;
}
.r3_counter_box.stats {
  padding-left: 85px;
}
.r3_counter_box h5 {
	margin:10px 0;
    color: #575757;
    font-size: 2.5em;
}
i.user1{
	background:#27cce4;
}
i.user2{
	background:#b8c9f1;
}
i.dollar1{
	background:#bdc3c7;;
}

.widget{}
.world-map {
  width: 64%;
  float: left;
  background: #4597a8;
  position: relative;
  padding: 2em 2em 0 2em;
}
.world-map h3 {
  float: left;
  font-size: 1.9em;
  color: #fff;
  font-weight: 600;
  padding: 0em 0 0.5em 0;
}
.world-map p {
  float: right;
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
}
/*-- map --*/
#vmap {
  background-color: #fff !important;
}
.col_4, .col_5{
	padding-left:0;
}
.category_box,.map_container,.bs-example5,.panel_2,.content-box-wrapper,.grid_1,.grid_3,.no-padding,.bs-example4,.panel-body1,.editor,.banner-bottom-video-grid-left, #chart,.online,.widget_middle_left_slider,.grd_tble, .span_6, .col_2, .weather_list, .cal1, .skills-info, .stats-info, .r3_counter_box, .activity_box, .bs-example1, .cloud, .copy{
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.com-mail input[type="submit"]{
	border: none;
    background-color:#8BC34A;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    padding: 8.5px 12px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.com-mail input[type="submit"]:hover{
	background: #F44336;
}
.panel-body-com-m{
	padding:2em !important;
}
.input-group-ind{
	margin: 0em auto !important;
    width:100% !important;
    float: none !important;
}
.span_11 {
  margin-bottom: 1em;
}
/*-- graphs --*/
canvas#doughnut, canvas#line, canvas#polarArea, #bar, #pie, #radar{
  background-color: rgb(255, 255, 255);
}
.graph_box{
	margin-bottom:1.5em;
}
.legend {
    float: left;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    width: 176px;
    margin: 7em 0 0 6em;
}
.legend div {
	margin:3px 0;
}
.legend span {
	float:right;
	padding-left:.5em;
}
#os-Win-lbl {
    border-left:#8BC34A solid 1em;
    padding-left: .5em;
	font-size: 1em;
    color: #777F8C;
}
#os-Mac-lbl {
    border-left:#EF553A solid 1em;
    padding-left: .5em;
	font-size: 1em;
    color: #777F8C;
}
#os-Other-lbl {
    border-left:#00ACED solid 1em;
    padding-left: .5em;
	font-size: 1em;
    color: #777F8C;
}
.grid_1{
	background:#fff;
}
.grid_2{
	padding:0 12px;
}
.line-bottom-grid{
	padding:1.5em 0 0;
}
.grid_1 h4 {
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-weight: 300;
  padding:1em 0;
}
/* --  grids  -- */
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.95em !important;
  font-weight: 500;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover, .btn-warning.hover_effect{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover, .btn-success.hover_effect{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
/*-- Typography --*/
.grid_4{
	background:#fff;
	padding:2em 2em 1em 2em;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:#fff;
	padding:2em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}

.table tr td:last-child{
    width:1%;
    white-space:nowrap;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
    overflow: hidden;
    height: 16px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color:#b8c9f1;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.page_1{
	
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgb(139, 195, 74) !important;
    border-color: rgb(139, 195, 74) !important;
}
.breadcrumb li{
	font-size:0.85em;
}
.breadcrumb li a{
	color:rgb(15, 176, 238);
}
span.badge1 {
	background-color: #777;
}
.badge-primary {
  background-color: #03a9f4 !important;
}
.badge-success {
  background-color: #8bc34a !important;
}
.badge-warning {
  background-color: #ffc107 !important;
}
.badge-danger {
  background-color: #e51c23 !important;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.well {
  padding: 9px;
  font-size: 0.85em;
  color: #555;
  line-height: 1.8em;
}
.bs-example-modal {
  background-color: #fff !important;
  border-color:#fff !important;
}
.modal {
  overflow-y:auto !important;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5 {
    margin-bottom: 0.7em;
}
.btn-primary{
	background-color: #00ACED !important;
    border-color: #00ACED !important;
	color: #fff;
	padding: 6px 10px;
}
.btn-primary:hover, .btn-primary.hover_effect{
	background-color: #8BC34A !important;
    border-color: #8BC34A !important;
    color: #fff !important;
}
.caret {
    padding-left: 0 !important;
}
h2.modal-title {
  font-size: 1.3em;
  color:#999;
  font-weight: 300;
}
.modal-content {
  -ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border: 0px solid #e0e0e0;
}
.modal-body h2{
  color:#555;
  font-size:1.5em;
  font-weight:300;
}
.modal-body p{
  color: #888;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.8em;
}
.modal-body p img{
	margin:1em 0;
}
.form-horizontal .control-label {
  text-align: right;
  color: #616161;
  font-weight: 300;
  font-size: 1em !important;
}
.checkbox-inline1{
  position: relative;
  display:block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.help-block {
  color: #999;
  font-size: 0.85em;
}
.radio label, .checkbox label, label{
  font-size: 0.85em;
  font-weight:300;
  vertical-align: middle;
}
.checkbox1{
  font-size: 0.85em;
  font-weight: 300;
}
select[multiple] {
  padding: 7px 9px !important;
}
.has-success .form-control1{
  background-color: #f1f8e9;
  border-color: #c5e1a5 !important;
}
.has-error .form-control1{
  background-color: #fde0dc;
  border-color: #f69988 !important;
}
.input-icon.right > i, .input-icon.right .icon {
  right:12px;
  float: right;
}
.input-icon > i, .input-icon .icon {
  position: absolute;
  display: block;
  margin: 10px 8px;
  line-height: 14px;
  color: #999;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #7cb342;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #dd191d;
}
/* -- validation --*/
.well1{
	background:#fff;
	padding:2em;
}
/*-- Basic_tables --*/
.bs-example1{
  background:#fff;
  padding:2em;
}
.panel-body1{
  background: #fff;
  /*padding:2em;
  margin: 2em 0 0 0;*/
}
.panel-warning {
  margin-top: 2em;
}
.panel.panel-midnightblue {
  border-color: #263238;
}
.panel.panel-midnightblue .panel-heading {
  color: #eceff1;
  background-color: #37474f;
  border-color: #263238;
}
.panel.panel-warning {
  border-color: #fdd835;
}
.panel.panel-warning .panel-heading {
	color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}
.panel .panel-heading .panel-ctrls {
  margin-right: -8px;
}
.panel .panel-heading .panel-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.panel .panel-heading h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
/*-- inbox --*/
.mail-header {
  padding: 15px;
}
.mail-title {
  font-size: 20px;
  line-height: 32px;
  display: block;
  float: left;
  height: 34px;
  margin: 0 10px 0 0;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.float-right, .pull-right {
  float: right!important;
}
.pad0A {
  padding: 0!important;
}
.input-group {
	position: relative;
    display: table;
    width: 45%;
    float: left;
    margin: 0 0 0 10em;
    border-collapse: separate;
}
.has-success .input-group-addon {
  border-color:#A4E7A5 !important;
}
.has-feedback label~.form-control-feedback {
  top: 28px !important;
}
div[id^=uniform-] input {
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  opacity: 0;
  border: none;
  background: 0 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.email-list1{
  padding: 0; 
}
ul.collection {
  margin: 0;
  list-style: none;
  background:#fff;
  padding:2em;
}
ul.collection li{
	margin-bottom:2em;
}
ul.collection li.email_last{
	margin-bottom:0;
}
#email-list .collection .collection-item.avatar {
  height: auto;
  
  position: relative;
}
#email-list .collection .collection-item.avatar .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  top: 20px;
}
.email-unread a{
	text-decoration:none;
}
.email-unread a span.email-title {
  font-weight: 500;
  color: #000;
}
.ultra-small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  color: #999;
}
span.badge {
	font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background:#8BC34A;
    line-height: 15px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -10px;
	padding: 2px 0 0;
}
span.blue{
	background-color:#00aced;
}
span.red{
	background-color:#ef553a;
}
span.blue1{
	background-color:#9358ac;
}
i.icon_1{
  float: left;
  color: #00aced;
  line-height: 2em;
  margin-right: 1em;
}
i.icon_2{
  float: left;
  color:#ef553a;
  line-height: 2em;
  margin-right: 1em;
  font-size: 20px;
}
i.icon_3{
  float: left;
  color:#9358ac;
  line-height: 2em;
  margin-right: 1em;
  font-size: 20px;
}
.avatar_left {
  float: left;
}
i.icon_4{
  width: 45px;
  height: 45px;
  background: #F44336;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 44px;
  font-style: normal;
  margin-right: 1em;
}
i.icon_5{
  background-color: #3949ab;
}
i.icon_6{
  background-color: #03a9f4;
}
.blue-text {
  color: #2196F3 !important;
  float:right;
}
.content-box-wrapper{
	background:#fff;
	padding:2em;
	margin:1.5em 0 0;
}
.status-badge {
  position: relative;
  display: inline-block;
}
.mrg10A {
  margin:10px 18px !important;
}
.small-badge {
  overflow: hidden;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff!important;
  border-radius: 20px;
  background-color: red;
}
.status-badge .small-badge {
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.badge-danger{
  color: #fff;
  border-color: #e73629;
  background: #F44336;
}
.badge-success{
  color: #fff;
  border-color: #3fa243;
  background: #4CAF50;
}
.bg-green1{
  color: #fff;
  border-color: #3fa243;
  background: #4CAF50;
}
h4.content-box-header{
  color: #000; 
  font-size: 1.3em; 
  font-weight: 300; 
  margin-bottom: 1em; 
  text-align:left;
}
.editor{
  background:#fff;
  padding: 1em 2em 2.5em 2em;
}
.icon-ser{
	color:#fff !important;
}
.mailbox-content, .request{
	margin:1.5em 0em 0em;
}
.mailbox-content, .request,ul.collection,.Compose-Message {
    -ms-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.inbox_right {
    background:#F8F8F8;
    padding-left: 1.5em;
}
.fo-rm {
    margin-bottom: 1em;
}
.map {
    margin: 2em 0;
}
.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.btn-block {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
}
.mailbox-content h2,.request h2{
	text-align: center;
    color:#fff;
    font-size: 1.5em;
    margin: 0;
    background: #b8c9f1;
    padding: 0.7em 0;
    text-transform: uppercase;
    border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;
}
.panel {
    border: none !important; 
    border-radius:none !important;
    -webkit-box-shadow: none !important;
     box-shadow:none !important; 
}
.widget-footer.clearfix {
  margin: 1em 0 0 0;
}
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background: #fff;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #CDCDCD;
}
div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
}
.m-r-sm {
  margin-right: 15px;
  font-weight:400;
  font-size: 14px;
}
.form-control:focus {
    border-color:#ccc;
    outline: 0;
    -webkit-box-shadow:none ! important;
    box-shadow:none ! important;
}
.icon-state-warning {
  color:#b8c9f1;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.85em;
  color:#4F606E;
} 

.table > tfoot > tr > th {
    font-size: 2em;
  color:#4F606E;
}

.mailbox-content table tbody tr:hover, .mailbox-content table tbody tr.hover_effect {
  background: #EFF0F4;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding:5px !important;
}
.table > thead > tr > th {
  border-bottom:1px solid #ACACAC !important;
}
.badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
	border: none;
    background:#27cce4;
    padding: 9.5px 12px;
	outline:none;
}
.btn-success:hover,.btn-success.hover_effect, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color:#b8c9f1;
  border-color:#b8c9f1;
  outline:none;
}
.btn-toolbar {
  margin-left: 0 !important;
}
.note-editor {
  border: 1px solid #DCE1E4;
  border-radius: 0;
}
.note-editor .note-toolbar {
  border-bottom: 0;
  background: #fff;
  padding: 10px;
}
.note-editor .note-editable {
  padding: 10px 15px 15px;
  overflow: auto;
  outline: 0;
}
.note-editor .note-statusbar .note-resizebar {
  border: 0;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9;
}
.col-md-8.inbox_right {
  padding-right: 0;
}
.editor1 {
  margin: 2em 0 0 0;
}
.mail-toolbar.clearfix {
	padding: 2.55em 1em;
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
}
.table-fhr{
	background:#fff;
	margin-bottom: 0.5em;
}
.compose-message {
  overflow: hidden;
  padding: 0 0 10px;
}
.note-editor .note-statusbar {
  background: 0 0;
}
.note-editor .note-statusbar .note-resizebar {
  border: 0;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor {
  border: 1px solid #DCE1E4;
  border-radius: 0;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
i.icon_8{
  font-size: 13px;
  color: #555;
}
.btn_1{
	float:left;
}
a.btn.btn-default.mrg5R {
  float: left;
}
.pull-left {
  float: left!important;
  width: 50%;
  cursor: pointer;
}
ul.float-right {
    min-width: 180px;
    left: 31%;
}
.float-left{
  float: left!important;
  width: 15%;
  cursor: pointer;
}
.mrg5R {
  margin-right: 5px!important;
}
.dropdown-menu > li > a {
  font-size:13px;
}
.font-red, .has-error .help-block, .parsley-required, .text-danger {
  color:#F44336 !important;
}
i.icon_9{
  margin-right:10px;
}
.checkbox {
  position: relative;
  top:-3px;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .55rem;
  border-color: #27cce4;
  border-top-style: none;
  border-right-style: none;
}
blockquote {
  margin: 0 !important;
  border-left: 5px solid #eee;
}
.copy_layout{
  padding:1.5em 0;
  background:#fff;
  text-align:center;
  margin: 4em 0 0em 0;
}
.login{
	background:none;
	padding:0;
	margin:11em 0 0 0;
}
.register{
	margin:2em 0 0 0;
}
/* -- widgets --*/
.bg-info {
  background:#78cd51;
  padding: 3px 8px;
  color: #ffffff;
}
.tile-progress {
  padding: 30px;
  margin-bottom:1em;;
}
.col-sm-3.widget_1_box {
  padding: 0 5px;
}
.col-md-4.widget_1_box1 {
  padding: 0 0px 0 5px;
}
.tile-progress h4 {
  color: #ffffff;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
  font-weight:300;
}
.tile-progress .progress {
  margin: 15px 0 10px 0;
  height: 7px;
  background: rgba(50, 50, 58, 0.5);
}
.progress {
  background: #f5f5f5;
  background-image: none;
  -webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  -moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.tile-progress span {
  color: #fff;
  display: block;
  text-align: center;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
}
.bg-success {
  background:#eae874;
  color: #ffffff;
}
.bg-danger {
  background:rgba(80, 204, 240, 1);
  color: #ffffff;
}
.bg-secondary {
  background:#fabb3d;
  color: #555555;
}
.tile-progress .progress .progress-bar {
  background: #ffffff;
}
.wid-social {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 15px;
  margin: 0px 0 1em 0;
}
.facebook {
  background-color:#3b5998 !important;
  color: #ffffff !important;
}
.icon-xlg {
  font-size: 70px;
}
.social-info h3 {
  display: inline-block;
}
.wid-social .social-info h3, .wid-social .social-info h4 {
  margin: 0px 0 15px 0;
  font-size: 15px;
}
span.percent {
  font-size: 13px;
  font-weight: 300;
}
h3.count.text-light {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
}
.twitter {
  background-color:#00aced !important;
  color: #ffffff !important;
}
.google-plus {
  background-color: #313131 !important;
  color: #ffffff !important;
}
.dribbble {
  background-color:#ea4c89 !important;
  color: #ffffff !important;
}
.linkedin {
  background-color: #007bb5 !important;
  color: #ffffff !important;
}
.youtube {
  background-color: #e02f2f !important;
  color: #ffffff !important;
}
.skype {
  background-color: #00aaf1 !important;
  color: #ffffff !important;
}
.flickr {
  background-color: #ed1983 !important;
  color: #ffffff !important;
}
.coffee-top {
  position: relative;
  text-align: center;
}
.doe {
  position: absolute;
  top: 37%;
  text-align: center;
  width: 100%;
}
.doe h6 {
  color: #fff;
  font-size: 1em;
}
.doe p {
  color: #DC483A;
  font-size: 1em;
}
.coffee-top i {
  position: absolute;
  top: 84%;
  background: url(../images/1.png)no-repeat center;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100px;
  left: 39%;
}
.follow {
  padding: 3em 1em 1em;
  background: #fff;
}
.two p {
  font-size: 0.875em;
  color: #2d2d2d;
}
.two span {
  font-size: 1.5em;
  color: #DC483A;
}
.online-top {
  background: #fff;
  padding:30px;
  border-bottom: 1px solid #E1E1E1;
}
.panel-body2 {
  padding: 21px;
}
.widget_1_box2{
	padding:0 5px;
}
.top-at {
  float: left;
  width: 20%;
}
.top-on {
  float: right;
  width: 71%;
  margin-top: 0px;
}
.top-on1 {
  float: left;
}
label.round {
  background:#8BC34A;
  width: 10px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 100px;
  margin-top: 7%;
}
.online-top:hover, .online-top.hover_effect {
  background:#EFEFEF;
}
.top-on1 span {
  font-size: 0.9em;
  color: #dc483a;
}
.top-on1 p {
  font-size: 1em;
  color: #000;
  font-weight:500;
}
.online-top1{
	border-bottom:none;
}
.widget_5{
	margin:1em 0 0 0;
}
.wid_blog{
	background:rgb(6, 217, 149);
	padding:3em 2em;
}
.wid_blog h1{
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}
.wid_blog-desc{
	background:#fff;
	padding:2.6em 2em;
}
.wid_blog-left{
  float: left;
  width: 20%;
  margin-right: 5%;
}
.wid_blog-right{
  float: left;
  width:75%;
}
.wid_blog-right h2{
  color:#000;
  font-size:1.3em;
  font-weight:300;
}
.wid_blog-right p{
  color:#999;
  font-size:0.85em;
  font-weight:300;
  line-height:1.5em;
}
.list-inline {
  margin:1em 0 0 0;
}
.text-muted {
  color: #999999;
}
.text-orange {
  color:#DC483A;
}
.link1{
	padding:5px 8px;
	color:#000;
}
.editor-input.ng-scope p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.list-inline>li a{
   font-size:0.85em;	
}
/*-- media --*/
.bs-example5{
   background:#fff;
   padding:2em;
}
.media-heading {
  color: #000;
}
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size:14px;
  color:#999;
}
.example_6{
	margin:1.5em 0;
}
.demolayout {
  background:rgb(6, 217, 149);
  width: 60px;
  overflow: hidden;
}
.padding-5 {
  padding: 5px;
}
.demobox {
  background:#f0f0f0;
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height:30px;
  display: block;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-b-5 {
  padding-bottom: 5px;
}
code {
  background:rgb(246, 255, 252);
  padding: 2px 2px;
  color: #000;
  border: 1px solid rgb(198, 255, 236);
}
.media_1-left{
  padding-left:0;
}
.table-hover {
    margin-bottom: 0;
}
.media_1-right{
  padding-right:0;
}
.media_box{
	margin-bottom:2em;
}
.media_box1{
	margin-top:2em;
}
.media {
  margin-top:40px !important;
}
.media:first-child {
  margin-top: 0 !important;
}
.panel_2{
	padding:2em 2em 0;
	background:#fff;
}
.panel_3{
	padding-bottom:1px;
}
.panel_2 h3{
	color:#000;
	font-size:1.1em;
}
.panel_2 p{
	color:#555;
	font-size:0.85em;
	margin-bottom:1em;
}
td.head {
  color: #000 !important;
  font-size: 1.2em !important;
}
/*-- login --*/
.login-logo {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
h2.form-heading {
  margin: 0;
  text-align: center;
  color:#000;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
body#login{
  background: url(../images/bg.jpg)no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  min-height:850px;
}
.app-cam {
  width:22%;
  margin:3em auto auto auto;
}
.app-cam input[type="text"] {
  width: 100%;
  padding: 15px;
  color: #999;
  font-size: 0.85em;
  outline: none;
  font-weight: 300;
  border: none;
  background:#222224;
  margin:0 0 1em 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.app-cam input[type="password"] {
  width: 100%;
  padding: 15px;
  color:#999;
  font-size: 0.85em;
  outline: none;
  font-weight: 300;
  border: none;
  background:#222224;
  margin:0 0 1em 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.app-cam input[type="submit"], .btn-success1{
  font-size: 14px;
  font-weight: 300 !important;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  border: none;
  background: rgb(6, 217, 149);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: uppercase;
}
.app-cam input[type="submit"]:hover, .app-cam input[type="submit"].hover_effect, .btn-success1:hover, .btn-success1.hover_effect{
  background:rgb(1, 200, 136);
  color:#fff !important;
}
.login-social-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.login-social-link a {
  color: #fff;
  padding: 13px 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 46.5%;
  text-align: center;
}
.login-social-link a.facebook {
  background: #3b5999;
  margin-right: 22px;
  float: left;
}
.login-social-link a:hover.facebook{
  background:#2B4886 !important;
  text-decoration:none;
}
.login-social-link a.twitter {
  background: #63c6ff;
  float: left;
}
.login-social-link a:hover.twitter{
  background:#46ACE7 !important;
  text-decoration:none;
}
ul.new {
  margin:2em 0 0 0;
  list-style:none;
  padding:0;
}
ul.new li.new_left{
  float: left;
}
ul.new li.new_left p, p.sign{
  font-weight:300;
} 
p.sign a, ul.new li.new_left p a{
  color:#000;
}
ul.new li.new_right{
  float: right;
}
.app-cam p {
  color:#000;
  font-size: 14px;
  margin: 1em 0;
}
.form-signin a, .registration, .login-body label {
  margin: 1em 0 0 0;
  font-weight: 300;
  font-size: 0.85em;
  text-align:center;
}
.radios input[type="radio"] {
  margin: 4px 0 0 0;
  vertical-align: top;
  cursor: pointer;
  color:#fff;
}
.radios label:first-child {
  margin-left: 0;
}
.radios label{
  margin-left: 15px;
}
div#char {
    height: 300px !important;
}
div#char1 {
    height: 240px !important;
}
.tab {
    background: #fff;
    margin: 0 0 4em;
}
div#container-speed1 {
    margin:0 0.9em !important;
}
div#container-rpm1{
	margin:0 1.07em !important;
}
.lamps_rate{
	background:#fff;
	padding:1em;
	margin:2em 1em 0;
	width: 96%;
}
.lamps_rate ul{
	padding:0;
	margin:0;
}
.lamps_rate ul li{
	font-size:14px;
	color:#999;
	margin:0 0 1em;
	list-style-type:none;
}
.switch-right iframe{
	width:100%;
	min-height:500px;
	margin:2em 0 0;
}
.position-center {
    width: 65%;
    margin: 0 auto;
}
.panel-body {
    padding:1em 2em;
}
button.rew:hover {
	border-color: #ccc !important;
    color: #999 !important;
}
.asd{
	outline:none;
	box-shadow:none;
}
/*-- login-form --*/
.login-form-info {
    width: 55%;
    margin: 0 auto;
    border: 1px solid #A3B4DC;
}
.login-header-left{
	float:left;
	}
.login-header-left h3{
	color: #E1F2ED;
    margin: 0;
    font-size: 1.5em;
	}
.login-header-right{
	float:right;
	}
.login-header-right p{
	color:#7B8BB3;
	margin:0;
	font-size: 15px;
	}
.login-header-right p a {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
    padding-left: 8px;
}
.login-header-right p a:hover, .login-header-right p a.hover_effect{
	color:#a88add;
	}
.login-form1 {
	padding: 6em 0;
	background:#b8c9f1;
	}
.login-header {
	padding: 2em;
	}
.login-form-info input[type="text"],.login-form-info input[type="password"]{
	outline:none;
	border: 1px solid #f5f5f5;
	font-size:14px;
	padding:15px 10px 15px 45px;
	width:90%;
	margin: 0 auto;
	color:#E8E8E8;
	}
.login-form-info input[type="text"].men{
	background:url(../images/n.png) no-repeat 10px 11px;
	display:block;
	}
.login-form-info input[type="password"].lock{
	background:url(../images/i.png) no-repeat 10px 11px;
	display:block;
	}
.login-form-info input[type="password"]{
	margin:1.5em 0 1.5em 2.3em;
	}
.login-form-info input[type="submit"]{
	outline:none;
	border:1px solid #f5f5f5;
	background:none;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:90%;
	margin-left: 1.6em;
    margin-bottom: 1.5em;
	padding:10px 0;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.login-form-info input[type="submit"]:hover, .login-form-info input[type="submit"].hover_effect{
	background:#a88add;
	color:#fff;
	border:1px solid #a88add;
	}
.login-form-info p.for{
	margin:0 0 2em;
	text-align:center;
	}
.login-form-info p.for a{
	color:#555;
	font-weight:300;
	font-size:14px;
	font-style: normal;
	}
.login-form-info p.for a:hover, .login-form-info p.for a.hover_effect{
	text-decoration:none;
	}
.new-people{
	margin:5em 0 0;
	text-align: center;
	}
.new-people h3{
	color: #fff;
    font-size: 1.5em;
    margin: 0;
	}
.new-people p{
	color: #666;
    font-size: 14px;
    margin: .5em 0 3em;
	}
.reg a{
	padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    background: #a88add;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	}
.reg a:hover{
	color:#a88add;
	background:#f5f5f5;
	text-decoration:none;
	}
.lgo{
	text-align:center;
	margin: 0 0 2em;
}
.lgo a{
	font-size:2em;
	color:#fff;
	text-decoration:none;
}
/*-- //login-form --*/
/*-- sign-up --*/
.sign-up-form{
	padding:6em 0;
	background:#b8c9f1;
	}
.sign-up{
	width: 60%;
	padding: 2em 1em;
	margin: 0 auto;
	}
.sign-up-form h3{
	color: #EEEEEE;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
	}
.sign-up-form p{
	color:#90A2CC;
	font-size:16px;
	margin:.5em 0 3em;
	text-align:center;
	}
.sign-up1{
	float:left;
	width:27%;
	}
.sign-up1 h4{
	color:#fff;
	margin:1.6em 0 1em;
	font-size:18px;
	}
.sign-up2{
	float:right;
	width:70%;
	}
.sign-up2 input[type="text"],.sign-up2 input[type="password"]{
	outline:none;
	border: 1px solid #eee;
    background: none;
    font-size: 14px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;
	}
.sign-up h5,.sign-up h6{
	margin: 0 0 1em;
    color:#8698C1;
    font-size: 1.5em;
	}
.sign-up h6{
	margin: 2em 0 1em !important;
	}
.sub-login-left{
	float:left;
	width:30%;
}
.sub-login-right{
	float:right;
}
.sub-login{
	margin:5em 0 0;
}
.sub-login-right p{
	font-size: 16px;
    color: #fff;
    margin: 0.8em 0 0;
}
.sub-login-right p a {
    color: #a88add;
    padding-left: 8px;
}
.sub-login-right p a:hover{
	color:#fff;
}
.sub-login-left input[type="submit"]{
	outline: none;
    border: none;
    background: #a88add;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	}
.sub-login-left input[type="submit"]:hover{
	background:#fff;
	color:#a88add;
	}
/*-- //sign-up --*/
/*-- blank_page --*/
h1.blank,h3.blank1 {
	font-size:2em;
	color:#999;
	margin:0 0 1em;
}
/*-- //blank_page --*/
/*-- grid_page --*/
.grid_table {
    padding: 0;
}
.grids_bottom{
	padding:0;
	margin:1em 0 0;
}
.grd_tble {
    margin-bottom: 0px;
}
.main-content1 {
    min-height: 1080px !important;
}
/*-- //grid_page --*/
/*-- widget_page --*/
.flexi_bottom {
    background-color: rgb(244, 67, 54);
    padding: 0em 1em;
}
.main-grid1-grids{
	background:url(../images/2.jpg) no-repeat 0px 0px;
	min-height:300px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:3em 2em 0;
}
.friday{
	text-align:center;
}
.friday h4{
	font-size:3em;
	color:#fff;
	margin:0;
}
.friday-bottom{
	text-align:right;
	margin:3em 0 0;
}
.friday-bottom h5{
	font-size:2em;
	color:#fff;
	margin:0;
}
.friday-bottom p{
	font-size:14px;
	color:#fff;
	margin:0;
}
.friday h4 span{
	display:block;
	font-size:14px;
}
.widget_middle_left,.widget_bottom_left {
    padding-left: 0;
	padding-right: 1.5em;
}
.widget_middle_left:nth-child(3),.widget_bottom_left:nth-child(2){
	padding-right: 0em;
}
.widget_middle {
    margin: 1.5em 0;
}
a.lightbox i{
	margin: 0.5em 0;
    font-size: 2em;
    color: #fff;
    display: block;
}
a.lightbox:hover{
	text-decoration:none;
}
.degree {
	font-size:.5em;
	vertical-align:top;
}
.feets {
    padding: 4em 0;
	background: #F1DE92;
}
 #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0;
    padding: 1.8em 0;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
li.nbs-flexisel-item{
border-left:1px solid #fff!important;
}
li.nbs-flexisel-item:nth-child(1){
 border:none!important;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
	
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.biseller-info {
	margin:1em 0 0 0; 
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 20px;
    height:25px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top:2em;
}
.nbs-flexisel-nav-left {
    right: 0;
    background: none;
}
.nbs-flexisel-nav-right {
 left: 0;
  background: none;
}
li.nbs-flexisel-item {
 width:370px;
}
.biseller-column  p {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-align:center;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color:#000;
    text-decoration: none;
}
.panel-title {
    font-size: 1.1em;
}
.panel-default > .panel-heading {
    background: #EFEFEF;
    border: none;
	cursor: pointer;
}
.panel-default {
    border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}
.asd {
    padding: 1em 0;
	text-transform:capitalize;
}
.panel_text {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}
.panel{
	box-shadow:none;
}
.pa_italic span{
	display:none;
}
.pa_italic i{
	left: -1em;
}
.collapsed span{
	display: inline-block;
    left: -1em;
}
.collapsed i{
	display:none;
}
.panel_text {
    background:#fff;
}
/*-- //widget_page --*/
/*-- forms --*/
.input-group1{
	float:none;
	width:100% !important;
	margin:0 !important;
}
/*-- //forms --*/
/*-- typo --*/
span.badge1 {
    min-width: 3rem;
    padding: 2px 9px;
    text-align: center;
    font-size: 0.85;
    line-height: inherit;
    color: #fff;
    position: absolute;
    right: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
/*-- //typo --*/
/*-- sign-in --*/
.sign-in-up{
	background:#f9f9f9 !important;
	min-height: 830px;
}
.sign-in-form{
	margin:2em auto 4em;
	width:35%;
}
.sign-in-wrapper{
	background:#f9f9f9;
}
.new_people{
	padding:3em 0 0;
	text-align:center;
}
.new_people h4{
	font-size:2em;
	color:#00ACED;
	margin:0;
}
.new_people p{
	color:#999;
	margin:1em 0 2em;
	font-size:14px;
	line-height:1.8em;
}
.new_people a{
	padding:12px 30px;
	border:1px solid #00ACED;
	color:#00ACED;
	text-decoration:none;
	font-size:1em;
}
.new_people a:hover{
	color:#F44336;
	border:1px solid #F44336;
}
.sign-in-form-top{
	background:url(../images/3.jpg) no-repeat 0px -55px;
	display:block;
	min-height:150px;
	padding:3em 0 0;
	text-align: center;
}
.sign-in-form-top p{
	color:#fff;
	margin:0;
	font-size:2em;
	font-weight:300;
	text-decoration:none;
}
.sign-in-form-top p a{
	color:#fff;
}
.sign-in-form-top p a:hover{
	text-decoration:none;
}
.sign-in-form-top p span{
	color:#8BC34A;
}
.signin {
    padding: 2em;
	position:relative;
	background: #fff;
}
.signin:after {
    content: '';
    background: url(../images/6.png) no-repeat 0px 0px;
    display: block;
    width: 595px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: -7%;
    background-size: 100%;
}
.signin-rit {
  padding: 0.3em 0em 0em 0em;
}
.log-input input[type="text"],.log-input input[type="password"] {
  font-size: 0.95em;
  padding: 10px 15px 10px 37px;
  width: 98%;
  color: #A8A8A8;
  outline: none;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background: #FFFFFF;
  margin: 0em 0em 1.5em 0em;
  border-style: solid;
}
.log-input input.user {
  background: url(../images/user.png)no-repeat 8px 10px #fff;
}
.log-input input.lock {
  background: url(../images/lock.png)no-repeat 8px 10px #fff;
}
.log-input-left {
  float: left;
  width: 90%;
}
span.checkbox1 {
  float: left;
  width: 43%;
}
.signin .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.signin .checkbox {
	position: relative;
    font-size: 1em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 2em;
}
.signin .checkbox input {
	position: absolute;
    left: 0px;
    margin-left: 0;
    top: 3px;
}
/*--input check box--*/
span.checkbox2 {
  float: right;
  width: 8%;
  margin: 0.5em 0em 0em 0em;
}
.log-input .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.log-input .checkbox {
  position: relative;
  font-size: 0.95em;
  font-weight: normal;
  color: #999;
  padding: 0em 0.5em 0em 1.6em;
}
.log-input .checkbox i {
  position: absolute;
  bottom: -26px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  background: #fff;
  border-radius: 17px;
}
.log-input:nth-child(1) {
    margin: 2em 0 0;
}
.log-input .checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.log-input .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.log-input .checkbox input {
	position: absolute;
	left: -9999px;
}
.log-input .checkbox input:checked + i:after {
	opacity: 1;
}
.sign-in-form input[type="submit"] {
	font-size: 1.1em;
    color: #fff;
    background: #00ACED;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
    width: 88.5%;
	margin-top: 0.5em;
	display: block;
	outline: none;
	border-radius: 4px;
	cursor:pointer;
}
.sign-in-form input[type="submit"]:hover {
	 background:#8BC34A;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.signin-rit p {
	float: right;
    width: 30%;
	font-size: 1em;
}
.signin-rit p a{
  color: #999;
}
.clear{
	clear:both;
}
/*-- sign-up --*/
.sign-up{
	width: 40%;
    padding:2em 0 4em;
    margin: 0 auto;
	}
.sign-up h3 {
    text-align: center;
    font-size: 2em;
    color:#000;
    margin: 0 0 0.5em;
}
p.creating{
	color:#999;
	font-size:14px;
	margin:.5em 0 3em;
	line-height:1.8em;
	text-align:center;
	}
.sign-up1{
	float:left;
	width:27%;
	}
.sign-up1 h4{
	color:#3C4348;
	margin:1.6em 0 1em;
	font-size:18px;
	}
.sign-up2{
	float:right;
	width:70%;
	}
.sign-up2 input[type="text"]{
	outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;
	}
.sign-up2 input[type="password"]{
	outline:none;
	border:1px solid #BEBEBE;
	background:none;
	font-size:15px;
	padding:10px 10px;
	width:100%;
	margin:1em 0;
	}
.sign-up h5{
	margin: 0 0 2em;
	color:#F44336;
	font-size: 20px;
	}
.sign-up h6{
	margin: 2em 0 1em;
	color:#F44336;
	font-size: 20px;
	}
.sign-up input[type="submit"]{
	outline: none;
    border: none;
    background: #F44336;
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	}
.sign-up input[type="submit"]:hover{
	background:#27cce4;
	color:#fff;
	}
.sub_home {
    margin: 3em 0 0;
}
.sub_home_left{
	float:left;
	width:30%;
}
.sub_home_right{
	float:right;
}
.sub_home_right p{
	font-size:1em;
	color:#999;
	margin:.5em 0 0;
}
.sub_home_right p a{
	text-decoration:underline;
	color:#27cce4;
}
.sub_home_right p a:hover{
	color:#999;
}
/*-- //sign-up --*/
/*--404-starts-here--*/
.error {
  padding: 9em 0px 7em 0;
}
.error-main{
	text-align:center;
	margin: 2em 0 0;
}
.error-main h3{
    margin: 0;
    font-size: 7em;
    color: #F44336;
    font-weight: 100;
}
.error-main h3 span{
    display:block;
	color: #F44336;
}
.error-main span {
  color: #7b7b7b;
  font-size: 2em;
  font-weight: 400;
}
.error-main-left{
	text-align:right;
	margin:4em 0 0;
}
.error-main p {
  color: #7b7b7b;
  font-size: 1.6em;
  margin-top: 10px;
}
.error-btn {
	margin-top:4%;
}
.error-btn a {
  color:#00ACED;
  font-size: 25px;
}
.error-btn a:hover, .error-btn a.hover_effect{
	color:#8BC34A;
	text-decoration:underline;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.error-main h3 i {
    color: #8BC34A;
}
/*--404-ends-here--*/
.dropdown-menu-right {
    min-width: 170px !important;
}
 /*-- responsive design --*/
@media (max-width:1680px){
	canvas#line {
		width: 507px !important;
	}
	canvas#bar {
		width: 507px !important;
	}
}
@media (max-width:1591px){
	.social_icons {
		width: 26%;
	}
}
@media (max-width:1529px){
	.social_icons {
		width: 27%;
	}
}
@media (max-width:1600px){
	canvas#line {
		width:480px !important;
	}
	canvas#bar {
		width: 480px !important;
	}
}
@media (max-width:1473px){
	.social_icons {
		width: 28%;
	}
}
@media (max-width:1440px){
.widget3 {
    padding: 0 1em;
}
div#container-speed{
	width:270px !important;
	height:190px !important;
}
div#container-rpm{
	width:270px !important;
	height:190px !important;
}
div#container-speed1{
	width:270px !important;
	height:190px !important;
}
div#container-rpm1{
	width:270px !important;
	height:190px !important;
}
.widget4 {
    padding: 0 1em;
}
.social_icons {
    width: 28%;
}
canvas#line {
    width: 428px !important;
}
canvas#bar {
    width: 428px !important;
}
.panel .panel-heading {
    padding: 17px 20px;
    height: 48px;
}
canvas#radar {
    width: 409px !important;
    height: 256px !important;
}
canvas#polarArea {
    width: 390px !important;
    height: 256px !important;
}
.legend {
    margin: 7em 0 0 2em;
}
canvas#pie {
    width: 415px !important;
    height: 267px !important;
}
canvas#line1 {
    height: 76px !important;
}
canvas#bar1 {
    height: 75px !important;
}
.sign-in-form {
    width: 39%;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 590px;
    background-size: 100%;
}
.sign-up {
    width: 45%;
}
canvas#doughnut {
    width: 417px !important;
    height: 255px !important;
}
}
@media (max-width:1420px){
	.social_icons {
		width: 29%;
	}
}
@media (max-width:1371px){
	.social_icons {
		width: 30%;
	}
}
 /*-- responsive design --*/
@media (max-width:1366px){
.col-xs-8.activity-desc {
  width: 64.666667%;
  padding: 0;
}	
.activity-desc h5 {
  font-size: 0.85em;
}  
.svg{
  width: 600px !important;
  height: 400px;
}
canvas#line{
    width: 404px !important;
}
canvas#bar {
    width: 404px !important;
}
.panel .panel-heading {
    padding: 21px 20px;
    height: 55px;
}
.avatar_left {
  width: 65%;
}
.pull-left {
  width: 47%;
}
.login-social-link a.facebook {
  margin-right: 20px;
}
.widget3 {
    padding: 0 0em;
}
.widget4 {
    padding: 0 0em;
}
div#container-speed{
	width:250px !important;
	height:170px !important;
}
div#container-rpm{
	width:250px !important;
	height:170px !important;
}
div#container-speed1{
	width:250px !important;
	height:170px !important;
}
div#container-rpm1{
	width:250px !important;
	height:170px !important;
}
text.highcharts-yaxis-title {
    margin-top: 0 !important;
}
.social_icons {
    width: 30%;
}
canvas#doughnut {
    width: 390px !important;
    height: 240px !important;
}
canvas#radar {
    width: 392px !important;
    height: 242px !important;
}
canvas#polarArea {
    width: 375px !important;
    height: 242px !important;
}
canvas#pie {
    width:393px !important;
    height: 266px !important;
}
.error-main h3 {
    font-size: 5em;
}
.activity_box input[type="submit"] {
    width: 26%;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 563px;
    background-size: 100%;
}
}
@media (max-width:1325px){
	.social_icons {
		width: 31%;
	}
}
@media (max-width:1280px){
.col-xs-8.activity-desc {
  width: 63.666667%;
}	
.activity-desc p {
  font-size: 12px;
}
.activity-desc h6 {
  font-size: 11px;
}
i.text-info {
  line-height: 39px;
  font-size: 1em;
}
.pull-left {
  width: 42%;
}
.login-social-link a {
  padding: 13px 25px;
  width: 45.5%;
}
div#container-speed{
	width:220px !important;
	height:160px !important;
}
div#container-rpm{
	width:220px !important;
	height:160px !important;
}
div#container-speed1{
	width:220px !important;
	height:160px !important;
}
div#container-rpm1{
	width:220px !important;
	height:160px !important;
}
.social_icons {
    width: 32%;
}
.r3_counter_box .fa {
    font-size: 3em;
}
.grow {
    left:32%;
}
.r3_counter_box h5 {
    font-size: 2.2em;
}
canvas#line {
    width: 376px !important;
    height: 100px !important;
}
canvas#bar {
    width: 376px !important;
    height: 100px !important;
}
canvas.overlay,canvas.base  {
    height: 100px;
}
.activity-img1 {
    width: 40%;
}
.activity-desc-sub:before {
    left: -11%;
}
.activity-desc-sub1:after {
    right: -8%;
}
.activity-row {
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.scrollbar1 {
    height: 400px;
}
canvas#doughnut {
    width: 364px !important;
}
canvas#radar {
    width: 364px !important;
}
canvas#polarArea {
    width: 364px !important;
}
canvas#line1 {
    width: 530px !important;
	height: 63px !important;
}
canvas#bar1 {
    width: 540px !important;
	height: 50px !important;
}
canvas#pie {
    width: 340px !important;
    height: 225px !important;
}
.editor {
    padding: 1em 1.2em 2.5em 1.2em;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px !important;
}
.control2 {
    height: 272px;
}
.main-content6 {
    min-height: 1735px !important;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 520px;
    background-size: 100%;
}
.sign-up {
    width: 50%;
}
.main-content4 {
    min-height: 2360px !important;
}
}
@media (max-width:1283px){
	.social_icons {
		width: 32%;
	}
}
@media (max-width:1243px){
	.social_icons {
		width: 33%;
	}
}
@media (max-width:1205px){
	.social_icons {
		width: 38%;
	}
}
@media (max-width:1169px){
	.social_icons {
		width: 35%;
	}
}
@media (max-width: 1136px){
	.social_icons {
		width: 36%;
	}
}
@media (max-width: 1104px){
	.social_icons {
		width: 37%;
	}
}
@media (max-width: 1075px){
	.social_icons {
		width: 38%;
	}
}
@media (max-width: 1046px){
	.social_icons {
		width: 40%;
	}
}
@media (max-width:1024px){	
.control2 {
    height: 205px;
}
.float-left {
    width:20%;
}
ul.collection li {
    margin-bottom: 1em;
}
ul.float-right {
    min-width: 140px;
}
.r3_counter_box .fa {
	line-height: 80px;
    font-size: 2em;
	height: 85px;
}
.r3_counter_box1 .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.r3_counter_box h5 {
	margin: 0;
	font-size: 2em;
}
.r3_counter_box1 h5 {
  font-size: 20px;
}
.fa.pull-left {
    margin-right: 7% !important;
}
.stats span {
  font-size: 13px;
}
.activity-img {
  padding: 0 10px;
}
.col-xs-8.activity-desc {
  width: 58.666667%;
}
.scrollbar {
  padding: 10px;
}
.col-xs-1 {
  padding: 0;
}
.activity-row {
  margin-bottom: 1em;
}
.activity_box {
  min-height: 355px;
}
.single-bottom ul li input[type="checkbox"]+label,.switch-right-grid ul li {
    font-size: 13px;
}
.single-bottom ul li {
    padding: 0px 20px 12px;
}
.scrollbar {
  height: 278px;
}
.panel-title {
	font-size: 15px;
    padding-left: 2em;
}
.panel-heading {
  padding: 20px 0px 0px;
}
.stats-info ul li {
  padding: 7.4px 0;
  font-size: 12px;
}
div#vmap {
  height: 300px !important;
}
.bs-example1 {
  padding: 10px;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 12px;
}
.col_2 {
  padding: 5px;
}  
.tiles_info .tiles-head {
  padding: 5px 5px;
  font-size: 11px;
}
.tiles_info .tiles-body {
  font-size: 22px;
  padding: 15px 15px;
}
.grid-date {
  padding: 10px;
}
p.date-in, span.date-on{
  font-size: 1em;
}  
.grid-date h4 {
  font-size: 3.5em;
  padding: 44px 0 15px 0;
}
.activity-desc h5 {
  font-size: 13px;
}
.pull-left {
  width: 35%;
}
.m-r-sm {
  margin-right: 0px;
}
.mrg10A {
  margin:1px!important;
}  
.tile-progress {
  padding: 15px;
}
i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-google-plus, i.fa.fa-dribbble, i.fa.fa-linkedin, i.fa.fa-youtube, i.fa.fa-skype, i.fa.fa-flickr{
  font-size: 30px;
}
h3.count.text-light {
  font-size: 30px;
}
.coffee-top i {
  top: 70%;
  background: url(../images/1.png)no-repeat center;
  left: 31%;
  background-size: 70%;
}
.follow {
  padding: 3em 0px 2em;
}
.two p {
  font-size: 12px;
}
.two span {
  font-size: 1.3em;
}
.top-on1 p {
  font-size: 0.85em;
}
.wid_blog h1 {
  font-size: 1.3em;
}
.wid_blog {
  padding: 2em;
}
.editor {
  padding: 1em 1em 1.5em 1em;
}
.link1 {
  padding: 5px 5px;
}
.wid_blog-desc {
  padding:2.4em 1em;
}
.panel_2 {
  padding: 2em 1em 0;
}
.online-top {
  padding: 13.9px;
}
.friday h4 {
    font-size: 1.5em;
}
.friday-bottom h5 {
    font-size: 1.5em;
}
.main-grid1-grids {
    min-height: 180px;
	padding: 1em 2em 0;
}
.app-cam {
  width: 27%;
}
.navbar-right {
  margin-right: -10px;
}
.content-box-wrapper {
  padding: 1em;
}
i.icon_4 {
  margin-right: 10px;
}
span.badge {
	right: 17px;
	font-size: 9px;
    line-height: 11px;
    width: 15px;
    height: 15px;
}
.r3_counter_box1.for h5 {
    font-size: 32px;
}
.r3_counter_box1.for .stats span {
    font-size: 16px !important;
}
div#container-speed{
	width:165px !important;
	height:130px !important;
}
div#container-rpm{
	width:165px !important;
	height:130px !important;
}
div#container-speed1{
	width:165px !important;
	height:130px !important;
}
div#container-rpm1{
	width:165px !important;
	height:130px !important;
}
.spark-left span {
    left: 5px;
    top: 25px!important;
}
.login-form-info input[type="password"] {
    margin: 1.5em auto;
}
.login-form-info input[type="submit"] {
    margin-left: 1.2em;
}
.sign-up {
    width: 70%;
}
.sb-search.sb-search-open, .no-js .sb-search {
    min-width: 187px;
}
.social_icons {
    width: 39%;
}
.profile_details {
    margin: 0 3.1em 0 1em;
}
.sb-search {
    left: 80px;
}
.user-panel-top li {
    margin-left: 6px;
}
.grow {
    left: 28%;
    top: 41%;
}
.switch-right-grid ul {
    padding: 1em 0 1em;
}
canvas#line {
    width: 294px !important;
    height: 75px !important;
}
canvas#bar {
    width: 294px !important;
    height: 76px !important;
}
canvas.overlay, canvas.base {
    height: 76px;
}
.activity-img span {
    font-size: 10px;
}
.activity-desc-sub h5, .activity-desc-sub1 h5 {
    font-size: 13px;
    margin: 0 0 .1em;
}
.activity-desc-sub p, .activity-desc-sub1 p {
    font-size: 12px;
}
.activity-desc-sub:before {
    left: -14%;
}
.activity-desc1 {
    width: 10%;
}
.activity-desc-sub1:after {
    right: -10%;
}
.activity_box form {
    padding: 0 1em;
}
.activity_box input[type="text"] {
    padding: 6px 8px;
    font-size: 13px;
    width: 69%;
}
.activity_box input[type="submit"] {
    font-size: 14px;
    padding: 6px 0;
}
.single-bottom ul li input[type="checkbox"]+label span:first-child {
    width: 13px;
    height: 13px;
    border: 1px solid #C8C8C8;
    bottom: 3px;
}
.activity_box h3 {
    padding: .7em;
    font-size: 14px;
}
h1.blank, h3.blank1 {
    font-size: 1.7em;
}
.biseller-column p {
    font-size: 14px;
}
a.lightbox i {
    margin: 0.7em 0;
    font-size: 1.5em;
}
h4.asd label {
    font-size: 14px;
}
.panel .panel-heading {
    padding: 20px 20px;
    height: 53px;
}
.panel_text {
    font-size: 13px;
}
.editor {
    padding: 1em 1em 1em 1em;
}
.main-content2 {
    min-height: 1065px !important;
}
.main-content {
    min-height: 975px;
}
.input-group {
    width: 80%;
}
.main-content4 {
    min-height: 1995px !important;
}
ul.collection {
    padding: 1em;
}
span.badge1 {
    min-width: 2rem;
    right: 25px;
}
canvas#doughnut {
    width: 272px !important;
    height: 180px !important;
}
canvas#radar {
    width: 274px !important;
    height: 182px !important;
}
canvas#polarArea {
    width: 273px !important;
    height: 183px !important;
}
canvas#line1 {
    width: 405px !important;
	height: 127px !important;
}
.sign-in-form {
    width: 49%;
}
.error-main h3 {
    font-size: 4em;
}
.error-main p {
    font-size: 1.2em;
}
.legend {
    margin: 1em auto 2em;
    float: none;
}
canvas#pie {
    width: 410px !important;
    height: 270px !important;
}
canvas#bar1 {
    width: 410px !important;
    height: 140px !important;
}
.input-group.in-grp1 {
    margin: 0;
}
}
@media (max-width:1019px){
	.social_icons {
		width: 41%;
	}
}
@media (max-width:991px){
	.social_icons {
		width: 41%;
	}
	.social_icons-left {
		float: left;
	}
	.profile_details {
		margin: 0 3.1em 0 0em;
	}
	.user-panel-top li a {
		padding: 5px 1px;
	}
	.sb-search {
		left: 65px;
	}
	.widget1 {
		margin-right: 2%;
	}
	.widget {
		width: 23.5%;
		float: left;
	}
	.switch-right {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	canvas#line {
		width: 275px !important;
	}
	canvas#bar {
		width: 275px !important;
	}
	.span_8 {
		float: left;
	}
	.switches {
		margin: 1em 0 0;
	}
	.grid_box1 {
		margin-bottom: 1em;
	}
	.widget_1_box2 {
		padding: 0;
	}
	.widget_middle_left, .widget_bottom_left {
		padding-right: 0;
	}
	.main-content2 {
		min-height: 2020px !important;
	}
	.main-content3 {
		min-height: 3200px !important;
	}
	.inbox_right {
		padding-left: 0;
		margin: 1.5em 0 0;
	}
	.grid_2 {
		float: left;
		width: 33.33%;
		padding:0 10px;
	}
	canvas#doughnut {
		width: 266px !important;
		height: 170px !important;
	}
	canvas#radar {
		width: 265px !important;
		height: 170px !important;
	}
	canvas#polarArea {
		width: 265px !important;
		height: 170px !important;
	}
	.grid_2_bot {
		float: none;
		width: 100%;
	}
	.grid_2_bot:nth-child(2) {
		margin:1.5em 0 0;
	}
	.media_1-left {
		padding-right: 0;
	}
	.media_1-right {
		padding-left: 0;
		margin-top: 1.5em;
	}
	.main-content6 {
		min-height: 2200px !important;
	}
	.sign-in-form {
		width: 52%;
	}
	.error-main-right img {
		width: 50%;
	}
	
}
@media (max-width:966px){
.float-left {
    width: 14%;
}
.input-group {
    margin: 0 0 0 1em;
	width:40%;
}	
.navbar-right {
  margin-right:3px !important;
}
.col-md-3.widget {
  width:100%;
  float:none;
}
.span_7, .span_8, .col_4{
  padding:0;
}
.span_8, .stats-info, .col_4{
  margin-bottom:1em;
}
.span_4 {
  padding: 0;
  margin:1em 0;
}
.col_1_of_2.span_1_of_2 {
  width: 50%;
  float: left;
}
.graph_box {
  text-align: center;
}
.grid_2 {
  padding: 0;
  margin-bottom: 1em;
}
.graph_box1 {
  text-align: center;
}
.col-md-8.inbox_right {
  padding: 0;
  margin-top:1em;
}
.col-md-4.widget_1_box1 {
  margin-bottom: 1em;
}
.follow {
  padding: 1em;
}
.coffee-top{
	text-align:center;
}
.coffee-top img{
  display:inline-block;
}
.stats-info3{ 
  padding:0;
  margin-bottom:1em;
}
.widget_1_box2 {
  padding: 0;
  margin-top: 1em;
}
.wid_blog-desc {
  padding: 1em;
}
.copy_layout {
  margin: 1em 0 0em 0;
}
.login-social-link a.facebook {
  margin-right: 10px;
}
.app-cam {
  width: 30%;
}
.login-social-link a {
  padding: 10px 15px;
  width: 47.5%;
}
ul.new li.new_left, ul.new li.new_right {
  float: none;
}
.coffee-top i {
  top: 88%;
  background: url(../images/1.png)no-repeat center;
  left: 44%;
  background-size: 70%;
}
.logo-element {
  padding: 17px 0;
}
.col-md-3.widget.widget1 {
  width:100%;
}
.grid_box1 {
  margin-bottom: 5px;
}
.grid_4, .grid_5{
  padding: 20px 10px;
}
.modal-dialog {
  width: 400px !important;
}
.bs-example4, .bs-example5{
  padding: 1em;
}
ul.new {
  margin: 1em 0 0 0;
  text-align: center;
}
.spark-left {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}
.sparks-left {
    margin: 1em 0;
}
.spar-left {
    padding-right: 0;
    background: #fff;
}
.spar-right {
    margin-top: 1em;
}
.spark-right {
    margin-top: 1em;
}
.switches-right {
    padding-right: 1em;
}
div#container-speed{
	width:225px !important;
	height:170px !important;
}
div#container-rpm{
	width:225px !important;
	height:170px !important;
}
div#container-speed1{
	width:225px !important;
	height:170px !important;
}
div#container-rpm1{
	width:225px !important;
	height:170px !important;
}
div#char {
    height: 202px !important;
}
.map {
    margin:2em 0;
}
.login-form-info input[type="submit"] {
    margin-left: 0.9em;
}
.sign-up {
    width: 90%;
}
}
@media (max-width:960px){
	.social_icons {
		width: 42%;
	}
}
@media (max-width:937px){
	.social_icons {
		width: 44%;
	}
}
@media (max-width:894px){
	.social_icons {
		width: 45%;
	}
}
@media (max-width:875px){
	.social_icons {
		width: 50%;
	}
}
@media (max-width:800px){
	.profile_details_left {
		float: none;
	}
	.social_icons {
		float: left;
		width: 60%;
		margin-left: 1em;
		margin: 1em 0 1em 1em;
	}
	.fixed-header .main-content {
		padding-top: 100px;
	}
	.grow {
		left: 43%;
	}
	.switch-right {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	canvas#line,canvas#bar {
		width: 100% !important;
		height: auto !important;
	}
	.span_8 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.left-panel-collapsed .logo-icon {
		height: 100px;
	}
	.logo-icon a i {
		padding-top: 30px;
	}
	.activity-img1 {
		width: 17%;
	}
	.activity-desc-sub1:after {
		right: -4%;
	}
	.main-content2 {
		min-height: 2565px !important;
	}
	.panel-body.panel-body-inputin {
		padding: 1em 0;
	}
	.form-horizontal .control-label {
		float: left;
		width: 13%;
		padding: 0;
	}
	.input-group {
		width: 55%;
		float: left;
	}
	.main-content3 {
		min-height: 2815px !important;
	}
	.panel-body1 {
		padding: 1em;
		margin: 1em 0 0 0;
	}
	.panel-warning {
		margin-top: 1em;
	}
	.main-content4 {
		min-height: 1910px !important;
	}
	.main-content3copy {
		min-height: 1475px !important;
	}
	.grid_2 {
		float: none;
		width: 100%;
	}
	.main-content5 {
		min-height: 2080px !important;
	}
	.sign-in-form {
		width: 64%;
	}
	.new_people h4 {
		font-size: 1.7em;
	}
	.error-main-right {
		margin-top: 3em;
	}
	.main-content2copy {
		min-height: 1100px !important;
	}
}
@media (max-width:768px){
	.user-panel-top li a {
		padding: 10px 10px 0;
	}
	.sb-search {
		left: 105px;
		top: 5px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		min-width: 300px;
	}
	span.badge {
		top: 4px;
		right: 22px;
	}
	.main-content1 {
		min-height: 1855px !important;
	}
	.panel .panel-heading {
		padding: 15px 20px;
		height: 45px;
	}
	.widget_middle {
		margin: 1.5em 0 0.5em;
	}
	.main-content2 {
		min-height: 2505px !important;
	}
	.main-content3 {
		min-height: 2850px !important;
	}
	.float-left {
		width: 20%;
	}
	.main-content3copy{
		min-height: 1465px !important;
	}
	.graph_box {
		margin-bottom: 0em;
	}
	.label {
		padding: .2em .3em .3em;
	}
	.main-content6 {
		min-height: 2285px !important;
	}
	.sign-in-form-top {
		background: url(../images/3.jpg) no-repeat 0px -80px;
		min-height: 115px;
	}
	.sign-in-form {
		width: 66%;
	}
	.new_people a {
		padding: 10px 30px;
		font-size: 14px;
	}
	.error-main h3 {
		font-size: 3.5em;
	}
	.error-main-right img {
		width: 60%;
	}
	.main-content2copy {
		min-height: 800px !important;
	}
	.jlkdfj1 {
		padding: 0;
	}
	.input-group.in-grp1 {
		margin: 0 1em;
		width: 65%;
	}
	.form-horizontal .control-label {
		width: 16%;
		margin: 0 0 1em;
	}
	.input-icon > i, .input-icon .icon {
		margin: 47px 8px;
	}
}
@media (max-width: 739px){
	.float-left {
		width: 15%;
	}
}
@media (max-width:736px){
.navbar-right~.navbar-right {
  display: block;
}
.navbar-right {
  display: none;
}
p.monday {
  font-size: 1em;
}
.grid-date h4 {
  font-size:2.5em;
  padding:20px 0 0px 0;
}
.copy {
  padding: 1em 0;
}
ul.new {
  text-align: center;
}
.grid_box1{
  margin-bottom:5px;
}
.navbar-default .navbar-toggle {
  border-color:#000;
  background-color:#000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgb(189, 195, 199);
}
form.navbar-form.navbar-right {
  margin: 0;
}
.sidebar-nav.navbar-collapse {
  margin: 0;
}
.media_1-right {
  padding:0;
}
div#container-speed{
	width:320px !important;
	height:220px !important;
}
div#container-rpm{
	width:320px !important;
	height:220px !important;
}
div#container-speed1{
	width:320px !important;
	height:200px !important;
}
div#container-rpm1{
	width:320px !important;
	height:200px !important;
}
.navbar-brand {
    padding: 4px 14px !important;
}
.main-content3 {
    min-height: 3005px !important;
}
}
@media (max-width:667px){
div#container-speed{
	width:300px !important;
	height:210px !important;
}
div#container-rpm{
	width:300px !important;
	height:210px !important;
}
div#container-speed1{
	width:300px !important;
	height:200px !important;
}
div#container-rpm1{
	width:300px !important;
	height:200px !important;
}
.grow {
    left: 41%;
}
}
@media (max-width:655px){
	.social_icons {
		width: 64%;
	}
}
@media (max-width:642px){
	.social_icons {
		width: 63%;
	}
}
@media (max-width:640px){
div#container-speed{
	width:280px !important;
	height:200px !important;
}
div#container-rpm{
	width:280px !important;
	height:200px !important;
}
div#container-speed1{
	width:280px !important;
	height:200px !important;
}
div#container-rpm1{
	width:280px !important;
	height:200px !important;
}
.float-left {
    width: 30%;
}
.input-group {
    margin: 0 0 1em;
    width: 70%;
}
.login-form-info input[type="submit"] {
    margin-left: 1.05em;
}
.login-form-info {
    width: 70%;
}
.social_icons {
    width: 63%;
}
.widget1 {
    margin-bottom: 1em;
}
.user-panel-top li:first-child {
    margin: .2em 0 0;
}
h1.blank, h3.blank1 {
    font-size: 1.5em;
}
.grid_box1 {
    margin-bottom: 1em;
}
.main-content1 {
    min-height: 2085px !important;
}
.main-content2 {
    min-height: 2595px !important;
}
.main-content3 {
    min-height: 3315px !important;
}
footer {
    position: inherit;
}
.main-content3copy {
    min-height: 1465px !important;
}
.sign-in-form {
    width: 81%;
}
.sign-in-form-top {
    padding: 2em 0 0;
}
.sign-up1 h4 {
    font-size: 16px;
}
.main-content2copy {
    min-height: 700px !important;
}
.error-main {
    margin: 2em 0 5em;
}
body.fixed-header {
    background: #000;
}
.fixed-left-panel {
    position: absolute;
}
.fixed-header .logo {
    position: absolute;
}
.form-horizontal .control-label {
    margin: 1em 0 1em 1em;
    width: 100%;
    text-align: left;
}
.jlkdfj1 {
    padding-left: 1em;
}
.input-icon > i, .input-icon .icon {
    margin: 66px 8px;
}
}
@media (max-width: 625px){
	.social_icons {
		float: none;
		width: 100%;
	}
	.profile_details {
		float: none;
		width:94%;
	}
	.user-panel-top li:first-child {
		margin: 0.5em 0 0.5em 2em;
	}
	.user-name p span {
		display: block;
		float: none;
		width: 100%;
	}
	.user-name {
		width:14%;
	}
	.user-panel-top li:first-child {
		margin: 0.5em 0 0.5em 0em;
	}
	.user-panel-top li a i {
		float: left;
	}
	.profile_details_drop a {
		padding: 0px 0px 8px !important;
	}
	li.dropdown.profile_details_drop{
		margin-left: 2em;
	}
	ul.dropdown-menu.drp-mnu {
		left: 7%;
	}
	.fixed-header .main-content {
		padding-top: 163px;
	}
	.left-panel-collapsed .logo-icon {
		height: 159px;
	}
	.logo-icon a i {
		padding-top: 60px;
	}
	.user-panel-top li {
		margin-top: 8px;
	}
}
@media (max-width:600px){
	.main-content {
		position: relative;
	}
div#container-speed{
	width:260px !important;
	height:190px !important;
}
div#container-rpm{
	width:260px !important;
	height:190px !important;
}
div#container-speed {
    margin: 0 !important;
}
div#container-speed1{
	width:260px !important;
	height:190px !important;
}
div#container-rpm1{
	width:260px !important;
	height:190px !important;
}
.fixed-header.left-panel-collapsed .header-section {
    left: 0;
}
.fixed-header .header-section {
    position: absolute;
	left: 0;
    z-index: 200;
}
.menu-right {
    margin: 6px 0px 0px 0;
}
div#page-wrapper {
    padding: 2em 2em 0.1em;
}
.activity-img1 {
    width: 25%;
}
.activity-desc-sub1:after {
    right: -6%;
}
.main-content3 {
    min-height: 3415px !important;
}
.main-content4 {
    min-height: 1935px !important;
}
.main-content3copy {
    min-height: 1465px !important;
}
.main-content6 {
    min-height: 2560px !important;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 482px;
    background-size: 100%;
}
.error-btn a {
    font-size: 1em;
}
.error-main p {
    font-size: 1em;
}
.error-main-left {
    margin: 1em 0 0;
}
.error-main-right {
    margin-top: 1em;
}
}
@media (max-width:568px){
div#container-speed{
	width:256px !important;
	height:180px !important;
}
div#container-rpm{
	width:256px !important;
	height:180px !important;
}
div#container-speed1{
	width:256px !important;
	height:180px !important;
}
div#container-rpm1{
	width:256px !important;
	height:180px !important;
}
div#page-wrapper {
    padding: 2em 1em;
}
.sb-search.sb-search-open, .no-js .sb-search {
    min-width: 260px;
}
div#page-wrapper {
    padding: 1em 1em .1em;
}
}
@media (max-width:480px){
	.user-panel-top li {
		margin-top: 0px;
	}
	.tab {
		margin: 0;
	}
	.pagination {
	  margin: 6px 0;
	}
	.main-content {
		min-height: 855px;
	}
span.label.label-default{
  line-height: 2em;
}
button.btn.btn-lg, button.btn{
  margin-bottom:3px;
}
.modal-dialog {
  width: 370px !important;
}
.coffee-top i {
  top: 82%;
  left: 39%;
}
.well1 {
  padding: 1em;
}
.panel-body1 {
  margin: 1em 0 0 0;
}
.panel-warning {
  margin-top: 1em;
}
.app-cam {
  width: 50%;
  margin: 2em auto auto auto;
}
.app-cam input[type="text"], .app-cam input[type="password"]{
  padding: 10px;
}  
.login-logo {
  padding: 40px 0;
}
.pull-left {
  width: 50%;
}
.mail-toolbar.clearfix {
  padding: 1em 0;
}
.copy_layout {
  padding: 10px;
}
button.btn.btn-success {
  padding:9px 12px;
}
.xs h3, .widget_head {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.follow {
  padding: 1em 0;
}
.widget_1_box2 {
  margin-top: 0;
}
.wid_blog h1 {
  font-size: 1em;
}
.wid_blog {
  padding: 1em;
}
.widget_5 {
  margin: 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px !important;
}
td.head {
  font-size:1em !important;
}
div#container-speed{
	width:210px !important;
	height:150px !important;
}
div#container-rpm{
	width:210px !important;
	height:150px !important;
}
div#container-speed1{
	width:210px !important;
	height:150px !important;
}
div#container-rpm1{
	width:210px !important;
	height:150px !important;
}
.switches-right1 {
    padding:0;
}
ul.collection, .mailbox-content {
    padding: 1em 1em;
    background: #fff;
}
.float-left {
    float: none !important;
    width: 100%;
	margin:0 0 .5em;
}
.float-right, .pull-right {
    float: none !important;
}
.position-center {
    width: 100%;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 0.5em !important;
}
.btn-block {
    display: block !important;
    width: 94% !important;
    margin: 0 auto !important;
}
.login-form-info {
    width: 90%;
}
.login-form-info input[type="submit"] {
    margin-left: 0.9em;
}
.sign-up1 {
    float: left;
    width: 38%;
}
.sign-up2 {
    float: left;
    width: 62%;
}
ul.dropdown-menu {
    min-width: 215px;
}
.toggle-btn {
    margin: .4em 1em 0 1em;
}
.sb-search.sb-search-open, .no-js .sb-search {
    min-width: 185px;
}
li.dropdown.profile_details_drop {
    margin-left: 1em;
}
.social_icons {
    margin: 0;
}
.user-panel-top li:first-child {
    margin: 0;
}
ul.dropdown-menu li {
    margin: 0;
}
.profile_details {
    margin: .5em 0 0 1em;
}
ul.dropdown-menu.drp-mnu {
    left: 0;
}
.menu-right {
    margin: .2em 0px 1em 0;
}
.fixed-header .main-content {
    padding-top: 145px;
}
.grow {
    left: 38%;
}
.left-panel-collapsed .logo-icon {
    height: 140px;
}
.logo-icon a i {
    padding-top: 50px;
}
.grid_box1 {
    margin-bottom: .5em;
}
.main-content1 {
    min-height: 1680px !important;
}
.main-content2 {
    min-height: 2770px !important;
}
.main-content3 {
    min-height: 3005px !important;
}
.main-content4 {
    min-height: 1470px !important;
}
.panel-body-com-m {
    padding: 1em !important;
}
.main-content3copy {
    min-height: 1390px !important;
}
canvas#line1 {
    width: 380px !important;
}
canvas#pie {
    width: 380px !important;
    height: 245px !important;
}
canvas#bar1 {
    width: 380px !important;
}
.main-content5 {
    min-height: 1995px !important;
}
.grid_3 {
    margin-bottom: 1em;
}
.media_1-right {
    margin-top: 1em;
}
.main-content6 {
    min-height: 2605px !important;
}
.sign-in-form-top p {
    font-size: 1.7em;
}
.sign-in-form-top {
    min-height: 95px;
}
span.checkbox1 {
    width: 55%;
}
.log-input:nth-child(1) {
    margin: 1em 0 0;
}
.sign-in-form input[type="submit"] {
    font-size: 1em;
    padding: 0.5em 1em 0.5em 1em;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 405px;
    background-size: 100%;
}
.error-main h3 {
    font-size: 2.5em;
}
.main-content2copy {
    min-height: 700px !important;
}
}
@media (max-width:445px){
	.social_icons-left {
		padding-left: .5em;
	}
}
@media (max-width:424px){
	.social_icons-left a {
		padding: .6em 0.5em .5em;
	}
	.user-name {
		width: 25%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		min-width: 145px;
	}
}
@media (max-width:414px){
div#container-speed{
	width:180px !important;
	height:125px !important;
}
div#container-rpm{
	width:180px !important;
	height:125px !important;
}
div#container-speed1{
	width:200px !important;
	height:150px !important;
}
div#container-rpm1{
	width:200px !important;
	height:150px !important;
}
div#char {
    height: 150px !important;
}
ul.float-right {
    left: 15%;
}
.alert {
    padding: 10px;
    font-size: 14px;
}
i.icon_4 {
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 34px;
}
span.email-title {
    font-size: 14px;
}
.grid_1 h4 {
    font-size: 1.2em;
    padding: 1em 0 0.5em;
}
.request {
    padding: 0;
    margin: 5em 1em;
}
.form-horizontal .form-group {
    padding: 0 !important;
}
.btn-block {
    width: 100% !important;
}
.login-form1 {
    padding: 2em 0;
}
.new-people {
    margin: 3em 0 0;
}
.new-people p {
    font-size: 13px;
    margin: 1em 0 2em;
    line-height: 1.7em;
}
.new-people h3 {
    font-size: 1.3em;
}
.login-form-info input[type="submit"] {
    margin-left: 0.6em;
}
.sign-up-form {
    padding: 2em 0;
    background: #b8c9f1;
}
.sign-up-form p {
    font-size: 14px;
    margin: 1em 0 2em;
    line-height: 1.7em;
}
.sign-up {
    width: 100%;
}
.sign-up {
    padding: 1em 0em;
}
.sign-up1 h4 {
    margin: 1.6em 0 1em;
    font-size: 15px;
}
.sign-up1 {
    float: left;
    width: 42%;
}
.sign-up2 {
    float: left;
    width: 58%;
}
.sub-login {
    margin: 2em 0 0;
}
.sign-up-form p {
   margin: 0.4em 0 2em;

}
#loginBox {
    right: -58px;
}
.r3_counter_box h5 {
    font-size: 1.5em;
}
.r3_counter_box .fa {
    font-size: 1.5em;
	line-height: 60px;
	height: 70px;
}
.stats {
    padding: 1.2em;
}
.grow {
    left: 35%;
	top: 37%;
}
.activity-img1 {
    width: 39%;
}
.activity-desc-sub1:after {
    right: -9%;
}
.left-panel-collapsed .custom-nav li a span {
    padding: 9px;
    min-width: 110px;
	top: 6px;
}
.left-panel-collapsed .custom-nav li.nav-hover ul {
    min-width: 110px;
}
.grid_box1 {
    margin-bottom: 0.1em;
}
.main-content2 {
    min-height: 2655px !important;
}
.main-content4 {
    min-height: 1490px !important;
}
canvas#pie {
    width: 325px !important;
    height: 210px !important;
}
canvas#line1 {
    width: 308px !important;
}
canvas#bar1 {
    width: 310px !important;
}
.main-content5 {
    min-height: 1810px !important;
}
.main-content6 {
    min-height: 3140px !important;
}
.sign-in-form {
    width: 95%;
}
.error-main-right img {
    width: 100%;
}
.user-panel-top li {
    margin-top: 0px;
}
ul.dropdown-menu {
    min-width: 175px;
}
.notification_desc p {
    white-space: initial;
}
}
@media (max-width:384px){
div#container-speed{
	width:160px !important;
	height:120px !important;
}
div#container-rpm{
	width:160px !important;
	height:120px !important;
}
div#container-speed1{
	width:200px !important;
	height:150px !important;
}
div#container-rpm1{
	width:200px !important;
	height:150px !important;
}
.switches1 {
    margin: 5.3em 0em 0;
}
.login-form-info {
    width: 100%;
}
.login-header {
    padding: 1.5em 1em;
}
#loginBox {
    right: -100px;
}
.dropdown-menu2 {
    right: -12px;
}
.social_icons-left a {
    font-size: .7em;
}
.user-panel-top li a {
    padding: 10px 5px 0;
}
.sb-search {
    left: 80px;
}
h4.asd label {
    font-size: 13px;
    padding-left: .5em;
}
.main-content2 {
    min-height: 2680px !important;
}
footer p {
    font-size: 13px;
}
.main-content3 {
    min-height: 3080px !important;
}
.main-content4 {
    min-height: 1640px !important;
}
.mailbox-content, .request {
    margin: 0.5em 0em 0em;
}
.main-content3copy {
    min-height: 1390px !important;
}
canvas#pie {
    width: 295px !important;
    height: 190px !important;
}
canvas#line1 {
    width: 290px !important;
}
canvas#bar1 {
    width: 285px !important;
}
.main-content6 {
    min-height: 3485px !important;
}
}
@media (max-width:375px){
	ul.dropdown-menu {
		min-width: 167px;
	}
}
@media (max-width:320px){
	.main-content {
		min-height: 1180px;
	}
	.form-control1, .form-control_2.input-sm {
		padding: 5px 10px;
		font-size: 13px;
		height: 28px;
	}
	button.btn.btn-success {
		padding: 4px 12px;
	}
	.mailbox-content h2 {
    font-size: 1em;
    padding: 1em 0;
}
.login-logo {
  padding:20px 0;
}
.login-logo img{
  width:40%;
}
.app-cam {
  width: 70%;
  margin: 1em auto auto auto;
}
h2.form-heading {
  font-size: 16px;
}  
.login-social-link a {
  padding: 8px 15px;
}
.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 6px 13px;
  font-size: 16px;
}
.modal-dialog {
  width:240px !important;
}
.grid_3 {
  margin-bottom: 1em;
}
ul.collection li {
  margin-bottom: 1em;
}
.m-r-sm {
  font-size: 13px;
}
a.btn.btn-default.dropdown-toggle {
  padding: 3px 6px;
  font-size: 13px;
}
a.btn.btn-default {
  padding: 3px 9px;
}
.btn.btn_1.btn-default.mrg5R {
  padding: 3px 10px;
}
a#home-tab {
  padding: 7px 5px;
}
.btn-warng1{
  padding:5px;
}
.coffee-top i {
  top: 73%;
  left: 37%;
}
body#login {
  min-height: 500px;
}
h1#h1{
  font-size:17px !important;
}
h2#h2{
  font-size:16px !important;
}
h3#h3{
  font-size:15px !important;
}
h4#h4{
  font-size:14px !important;
}
button.btn.btn_5 {
  font-size: 13px;
  padding: 8px 10px;
}
button.btn.btn-lg, button.btn {
  margin-bottom: 3px;
}
span.btn_6{
  font-size: 55%;
}
span.btn_7{
  font-size: 64%;
}
div#container-speed{
	width:140px !important;
	height:110px !important;
}
div#container-rpm{
	width:140px !important;
	height:110px !important;
}
div#container-speed1{
	width:160px !important;
	height:130px !important;
}
div#container-rpm1{
	width:160px !important;
	height:130px !important;
}
.r3_counter_box1 {
	min-height:0px;
    background: #ffffff;
}
.r3_counter_box1.for h5 {
    font-size: 23px;
}
.r3_counter_box1.for .stats span {
    font-size: 14px !important;
}
.r3_counter_box1.for {
    min-height: 79px;
    padding: 12px;
}
div#char {
    height: 140px !important;
}
.dropdown-menu2 {
    right: -73px;
}
#loginBox {
    right: -150px;
}
.user-panel-top li a i {
    font-size: 0.8em;
    width: 17px;
    height: 20px;
}
span.badge {
    right: 13px;
}
.toggle-btn {
    font-size: 12px;
    padding: 0;
    width: 30px;
    height: 30px;
}
.sb-search {
    left: 65px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    min-width: 115px;
}
.profile_img span {
    width: 30px;
    height: 30px;
}
.user-name {
    width: 55%;
    margin-top: 2px;
    margin-left: 9px;
}
.user-name p {
    font-size: 13px;
}
.profile_details ul li {
    width: 50%;
}
a.yui {
    padding: .6em .7em .5em !important;
}
.social_icons {
    margin-left: 0.5em;
    width: 97%;
}
.social_icons-left a {
    font-size: .6em;
	padding: .6em 0.5em .5em;
}
.left-panel-collapsed .logo-icon {
    height: 123px;
}
.fixed-header .main-content {
    padding-top: 128px;
}
.left-panel-collapsed .custom-nav li a i {
    font-size: 1em;
}
.left-panel-collapsed .custom-nav li a {
    padding: 6px;
}
.left-panel-collapsed .custom-nav li a span {
    padding: 8px;
    min-width: 105px;
    top: 2px;
    font-size: 13px;
}
.custom-nav .sub-menu-list > li > a {
    font-size: 12px;
}
.left-panel-collapsed .custom-nav li.nav-hover ul {
    min-width: 105px;
	top: 36px;
}
.grow p {
    font-size: 10px;
}
.grow {
    width: 75px;
    height: 24px;
    padding: .3em 0 0;
	top: 42%;
}
.switch-right-grid1 {
    padding: 1em 1em 0;
}
.switch-right-grid h3 {
    font-size: 14px;
}
.switch-right-grid ul {
    padding: 0.5em 0 1em;
}
.activity-desc h5 {
    font-size: 14px;
}
.activity-desc p,.grid_3 p,span.badge1,.list-group-item,.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
    font-size: 13px;
}
.bs-example5.example_6 {
    display: none;
}
.panel_2 {
    padding: 1em 1em 0;
    margin-top: 1em;
}
.main-content6 {
    min-height: 3220px !important;
}
span.checkbox1 {
    width: 70%;
}
.signin-rit p {
    font-size: 14px;
}
.log-input input[type="text"], .log-input input[type="password"] {
    margin: 0em 0em 1em 0em;
}
.signin {
    padding: 1em;
}
.sign-in-form-top p {
    font-size: 1.5em;
}
.sign-in-form input[type="submit"] {
    margin-top: 0;
}
.alert {
    font-size: 13px;
    margin-bottom: 10px;
}
.signin:after {
    background: url(../images/6.png) no-repeat 0px 0px;
    width: 305px;
    background-size: 100%;
}
.new_people h4 {
    font-size: 1.3em;
}
.new_people p {
    margin: 0.5em 0 2em;
    font-size: 13px;
}
.sign-up h3 {
    font-size: 1.5em;
}
p.creating {
    font-size: 13px;
    margin: 0 0 2em;
}
.sign-up h5 {
    margin: 0 0 1em;
    font-size: 18px;
}
.sign-up2 input[type="text"],.sign-up2 input[type="password"] {
    font-size: 13px;
    padding: 8px 10px;
    margin: 0.5em 0;
}
.sub_home {
    margin: 1em 0 0;
}
.sign-up input[type="submit"] {
    font-size: 14px;
    padding: 6px 0;
}
.sub_home_right p {
    font-size: 14px;
}
.error-main span {
    font-size: 1.5em;
}
.error-main p {
    font-size: 13px;
}
.error-main-right img {
    width: 55%;
    margin: 1em auto 0;
}
.error-main-left,.error-main-right {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
}
.new_people a {
    padding: 7px 20px;
}
.new_people {
    padding: 2em 0 0;
}
.activity_box {
    min-height: 320px;
}
.activity_box1,.activity_box2 {
    min-height: 345px;
}
.activity-row {
    margin-bottom: 0.5em;
	padding-bottom: .5em;
}
.activity-img1 {
    width: 50%;
}
.activity-desc-sub1:after {
    right: -12%;
}
.activity_box input[type="submit"] {
    font-size: 13px;
    padding: 4px 0;
    width: 25%;
    margin-left: 0em;
}
.activity_box form {
    padding: 0;
}
.activity_box input[type="text"] {
    padding: 3px 8px;
    font-size: 12px;
}
h1.blank, h3.blank1 {
    font-size: 1.3em;
    margin: 0 0 0.7em;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px !important;
    display: block;
}
.main-content1 {
    min-height: 1480px !important;
}
label.round {
    float: none;
    margin-top: 45%;
}
.panel .panel-heading {
    padding: 5px 15px 0;
    height: 73px;
}
.main-content2 {
    min-height: 3050px !important;
}
.collapsed span {
    padding-left: 7em;
}
.pa_italic i {
    padding-left: 7em;
}
.main-content3 {
    min-height: 2785px !important;
}
.input-group {
    width: 100%;
}
.panel-body.no-padding {
    padding: 1em;
}
.main-content4 {
    min-height: 4545px !important;
}
.com-mail input[type="submit"] {
    padding: 5px 25px;
}
.main-content3copy {
    min-height: 1390px !important;
}
canvas#doughnut {
    width: 230px !important;
    height: 150px !important;
}
canvas#radar {
    width: 225px !important;
    height: 150px !important;
}
canvas#polarArea {
    width: 225px !important;
    height: 150px !important;
}
canvas#pie {
    width: 230px !important;
    height: 150px !important;
}
canvas#line1,canvas#bar1 {
    width: 230px !important;
    height: auto !important;
}
.main-content5 {
    min-height: 1470px !important;
}
.well {
    font-size: 13px;
	margin-bottom: 10px;
}
.main-content2copy {
    min-height: 700px !important;
}
.logo a {
    font-size: 0.6em;
}
.nav>li>a {
    font-size: 14px;
}
.left-panel {
    width: 160px;
}
.fixed-header .logo {
    width: 160px;
}
.main-content {
    margin-left: 160px;
}
ul.dropdown-menu {
    min-width: 130px;
}
.progress {
    height: 4px;
    margin-bottom: 0px;
}
.notification_bottom a {
    padding: 0.2em 0 !important;
    font-size: 13px;
}
.notification_bottom {
    margin-top: .5em;
}
.notification_header h3 {
    line-height: 1.5em;
}
.notification_desc p {
    white-space: initial;
}
.input-icon > i, .input-icon .icon {
    margin: 54px 8px;
}
.has-feedback label~.form-control-feedback {
    top: 22px !important;
}
.panel.panel-warning .panel-heading {
    height: 25px;
}
textarea.form-control1.control2 {
    height: 100px;
}
.form-group {
    margin-bottom: 0.2em !important;
}
.input-group.in-grp1 {
    margin: 0 1em 0 0;
    width: 100%;
}
}
.category_box {
  /*min-height: 100px;*/
  width: 160px;  
  background: #ffffff;
  text-align: left;
  position: relative;
  /*margin-bottom: 10px;*/
  border-left: 3px solid orange;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
}
.pos-category {
	
	white-space: nowrap;
	overflow: hidden;	
    color: #4F606E;
}

.right-align{
	text-align: right;
}

.pos-price {	
	font-size: small;
	font-weight: 600;
	background-color: #EA7752;
    border-radius: 2px;
    padding: 1px;
    color: white;
    top: 5px;
    position: relative;    
    float: right;
}
.pos-description {	
    font-weight: 600;
	font-size: small;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;	
    background-color: #29AE9B;
    border-radius: 2px;
    padding: 1px;
    color: white;
    
    
}
.pos-price2 {	
	font-size: small;
	font-weight: 600;
	background-color: #EA7752;
    border-radius: 3px;
    padding: 1px;
    color: white;
    top: 5px;
    position: relative;    
    float: right;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
}
.pos-description2 {	
    font-weight: 600;
	font-size: small;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;	
    background-color: #29AE9B;
    border-radius: 3px;
    padding: 1px;
    color: white;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
box-shadow: 0px 0px 4px 3px rgba(255,255,255,1);
}

.pos-button{
    margin: 1px 1px 11px 1px;
    padding: 0px;
    border: none;
    
}

.pos-button:hover, .pos-button.hover_effect{
   
    margin: 0 0 10px 0;
    border: thin solid #5C9CCC;
}

.pos-button:active {
	position:relative;
	top:1px;
}



.icon-button {
    padding: 10px;
    color: #39718C;
    /*font-size: 16px !important;*/
}
.icon-button:disabled,.icon-button:disabled p {
    color: #ccc;
}
.icon-button:disabled:hover, .icon-button:disabled.hover_effect{
    margin: 1px 1px 1px 1px;
    border: none;
}

.color-1
{
	border-color: #90C3D4;
}

.color-2
{
	border-color: #C390D4;
}

.color-3
{
	border-color: #D4A190;
}

.color-4
{
	border-color: #A1D490;
}

.color-5
{
	border-color: #FFFF80;
}

.color-6
{
	border-color: #80FFC0;
}

.color-7
{
	border-color: #8080FF;
}

.color-8
{
	border-color: #FF80C0;
}

.color-9
{
	border-color: #81D450;
}

.color-10
{
	border-color: #50C3D4;
}

.color-11
{
	border-color: #A350D4;
}





.button-left {
    float: left;
}

.button-right {
    float: right;
}

.table-button {
    padding: 5px;
    width: 30px;
    margin: 1px;
    border: none;
    
}

.table-button:hover, .table-button.hover_effect{
   
    margin: 0px 1px;
    border: thin solid #5C9CCC;
}

.table-button:active {
	position:relative;
	top:1px;
}

.keyboard-button {
    padding: 5px;
    width: 38px;
    height: 40px;
    margin: 0px;
    border: thin solid #F0F0F0;    
}

.keyboard-button:hover,.keyboard-button.hover_effect{
   
    border: thin solid #5C9CCC;
}

.keyboard-button:active {
	position:relative;
	top:1px;
}


.keyboard-search {
    padding: 5px;
    width: 38px;
    height: 40px;
    margin: 0px;
    border: thin solid #F0F0F0;
    
    
}

.keyboard-search:hover{
   
    border: thin solid #5C9CCC;
}

.keyboard-search:active {
	/*position:relative;*/
	margin-top:1px;
}


.square-menu-btn {
    width: 120px;
    height: 72px;
    background-color: #5FB093;
    color: white;
}

.square-menu-btn:hover, .square-menu-btn.hover_effect{
   
    margin: 1px 1px 11px 1px;
    border: thin solid #000;
}


.products-section
{
    position: fixed;
    margin-top: 176px;
    padding-left: 32px;
    padding-bottom: 10px;
    /*overflow-y: scroll; */
    margin-left: 400px;
    box-sizing: border-box;
    width: auto;

    height: -moz-calc(100% - 266px);
    /* WebKit */
    height: -webkit-calc(100% - 266px);
    /* Opera */
    height: -o-calc(100% - 266px);
    /* Standard */
    height: calc(100% - 266px);
}

.header-selector {
    margin: 5px; 
    max-width: 200px; 
    font-weight: 600;
    /*line-height: 50px;*/
    height: 40px;
    text-transform: uppercase;
}

.header-selector option{
    
    padding: 5px 18px !important;
    text-transform: uppercase;
}

.header-icon {
    margin-left: 5px; 
    border-left: 1px solid #4F606E; 
    padding-left: 5px; 
    font-weight: 600;
}

.header-label {
    padding-left: 5px; 
    font-weight: 600;
}

.header-label-value {
    margin-left: 5px;
}

.header-input {
    max-width: 170px; margin: 5px;
}

.doc-items-section1{
    width: 400px; 
    padding: 56px 10px; 
    height: 100%;
}

.doc-items-table1{
     width: 400px; 
     max-height: 400px; 
     background-color: white;
     height: 400px;
     border: thin solid grey;
     border-width: 1px 1px 0 1px;
}

.doc-items-btns {
    background-color: white; 
    margin-top: 400px; 
    width: 400px;
    padding: 5px; 
    text-align: center;
    border: thin solid grey;
    border-width: 0 1px 1px 1px;
}

.categories-section{
    position: fixed;
    height: 106px; 
    margin-top: 56px; 
    padding-left: 32px; 
    padding-bottom: 0px; 
    border-bottom: thin solid #c6c6c6; 
    margin-left: 400px;  
    box-sizing: border-box; 
    width: auto;
}

.totals-section{
    width: 400px; 
    display: inline-block; 
    float: left; 
    font-weight: bold; 
    text-align: right; 
    margin-top: -10px;

}

.pos-button2{
    margin: 2px;
    
    border: thin solid transparent;
}

.pos-button2:hover, .pos-button2.hover_effect{
   
    margin: 2px;
    border: thin solid #5C9CCC;
}

.pos-button2:active {
	
}

.key-max-width {
    min-width: 3em !important; 
    max-width: 3em !important;
    width: 3em !important;
}

.key-max-width .ui-keyboard-text
{
    left: 0 !important;
}

.field-validation-error {
    color: #F44336;
    display: block;
    width: 100%;
    text-align: left;
}

.field-validation-valid {
    display: none;
}


input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #F44336;
}


.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control.hover_effect input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control.hover_effect input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select.hover_effect,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select.hover_effect ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

    .saldos-table table {
  
}

.saldos-table caption {
  text-align: left;
  color: silver;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}

.saldos-table thead{
    border-bottom: thin solid black;
}

.saldos-table th {
  /*background: SteelBlue;*/
  color: #39718c;
  
}

.saldos-table th,
.saldos-table td {
  padding: 5px 10px;
  /*border: 2px solid white;*/
}

.saldos-table tbody tr:nth-child(even) {
  background: WhiteSmoke;
}

.saldos-table tbody tr td {
  text-align: right;
  font-family: monospace;
}

.saldos-table tfoot {
  background: #5fb093;
  color: white;
  text-align: right;
}

.saldos-table tfoot tr td {
  font-family: monospace;
}
.saldos-table tfoot tr th {
  background: #5fb093;
  color: white;
  text-align: right;
}

.saldos-table tbody tr td {
  text-align: right;
  font-family: monospace;
}

.saldos-table tfoot {
  background: #5fb093;
  color: white;
  text-align: right;
}


.movs-table tbody tr td {  
  text-align: left;
}
.movs-table tfoot tr td {  
  text-align: left;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;

    display: block;
    
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

textarea {
    font-family: monospace;
    border-color: rgb(169, 169, 169);
}

textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
    border-color: rgb(169, 169, 169);
}

.doc-items-btns .icon-button {
    font-size: 16px !important; 
}

.doc-items-btns .table-button {
    width: 40px !important;
}

.doc-items-section1 table {
    font-size: 16px !important;
}

.doc-items-section1 table td {
    font-weight: 600 !important;
}

.ui-keyboard-preview {
    font-size: 1.4em !important;
    font-weight: 500 !important;

}
