.desktop-only {
  display:inline-block;
}
input {
	.rounded;
}
.login-container {
    background: #fff;
    width: 75%;
	left: 25%;
	padding: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.login-container label {
    float: none;
    width: 95px;
    margin-top: 5px;
}
.login-container input {
    border: 1px solid #222;
    border-radius: 3px;
    padding: 4px;
    width: 90%; 
	margin: auto;
}
.text-field {
    margin-bottom: 10px;
}
.link {
    clear: both;
    overflow: hidden;
}
.link a {
    color: #121212;
	text-decoration: underline;
}
.link a:hover{
    color: blue;
}
.checkbox-container {
    float: left;
    max-width: 95%;
}
input.checkbox {
    float: left;
    width: 20px;
}
.right-section {
    float: right;
}

.login-container.dropdown-menu.right-zero:after {
    height: 15px;
    width: 15px;
    content: "";
    background: #fff;
    display: block;
    right: 30px;
    position: absolute;
    top: -8px;
    z-index: 99;
    transform: rotate(-46deg);
    border: solid rgba(0,0,0,.125);
    border-width: 1px 1px 0px 0px;
}
.login-container a.round-btn {
    position: relative;
    text-align: center;
    margin-top: 20px;
    background: #cdcdcd;
    color: #222;
    box-shadow: 2px 2px 4px rgba(0,0,0,.175);
}
.login-container.dropdown-menu.right-zero {
    left: -220px;
    padding: 20px;
    border: 0px;
    top: 33px;
}
.sign-button:hover, .sign-button:focus{
  color:#fff;
}
.offer-btn:hover, .round-btn:hover, .round-btn:focus, .offer-btn:focus{
  color:blue;
}
span.right-section {
    float: right;
}
.nav-item .nav-link.active {
    color: #44B051;
}
.offer-btn, .round-btn {
    padding: 8px 15px;
    border-radius: 5px;
    /*margin-right: 7px;*/
}
.round-btn {
	border: solid 1px #121212;
    color: #121212;
    background-image:url('/Images/w_button_white.png'); 
	background-color:white;
}
.offer-btn {
	background: linear-gradient(135deg,#3d7aef,#2b4be4) !important;
	box-shadow: 0 5px 40px rgba(150,160,173,.3); 
	color: #fff;
}
li.nav-item.mobile-view {
display: none;
}

.w-zoom:hover{
transition: all 2s ease-in-out;
transform: translate(-200%, 100px) scale(7,7);
transform-origin: right;
cursor: pointer;
z-index:1100;
position:relative;
}

.slider-container .carousel-caption {
bottom: 10%;
}
.slider-container h3, .slider-container p {
color: #fff;
font-weight: bold;
}
.carousel-indicators li.active {
background-color: #000 !important;
border: 2px solid #000 !important;
}
.slider-container .carousel-indicators li {
border: 2px solid #fff;
box-shadow: 0 0 25px rgba(0,0,0,.15); 
margin: 0 5px !important;
background-color: #fff;
}
.nav .nav-link {
color: #000;
font-weight: 600;
}
button.navbar-toggler {
display: none;
}
.header-top-container {
border-bottom: 1px solid #ddd;
max-width:95%;
}
.header-logo {
text-align: center;
position: relative;
}
.sign-in-container {
position: absolute;
right: 10px;
padding: 5px;
}
.sign-out-button {
height:25px;
width:25px;
}
.iForecast-button {
background: #44B051;
color: #fff!important;
padding: 8px 15px;
border-radius: 5px;
}
.sign-button {
background: #44B051;
color: #fff!important;
padding: 8px 15px;
border-radius: 5px;
}
.container-fluid.slider-container {
padding: 0;
width: 80%;
margin:auto;
}
.image-container img {
width: 100%;
}
.container.banner-container {
padding: 20px 0;
text-align: center;
position: relative;
width: 70%;
}
.banner-container h3 {
font-size: 16px;
font-weight: bold;
}
.banner-container .col-sm-3 {
padding-bottom: 40px;
}
/*
a.round-btn {
background: #44B051;
color: #fff;
padding: 6px 20px;
border-radius: 5px;
max-width: 120px;
width: 100%;
display: block;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
*/
.container-fluid.footer-section {
background: #cccc;
padding-top:10px;
}
.footer-section ul, .footer-section li {
padding: 0;
list-style: none;
text-align: left;
}
.footer-link, .footer-link:hover {
color: #222;
line-height: 25px;
}
.footer h3 {
text-align: left;
font-size: 18px;
font-weight: bold;
color: #000;
}
.row.text-center.inner-footer {
max-width: 900px;
margin: 0 auto;
}
small.copyright {
display: block;
text-align: center;
box-shadow: 0 0 25px rgba(0,0,0,.15);
padding: 10px;
color: #000;
font-size: 13px;
background: #cccc;
}
.slider-container p {
margin-bottom: 0;
}
/*.offer-btn:after {
background: gold;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
display: inline-block;
height: 15px;
width: 15px;
content: "";
position: absolute;
top: 2px;
}*/

header .navbar{
padding:0px!important;
}

.footer-link.twitter {
color: #1DA1F2;
font-weight: 600;
}
.footer-link.facebook {
color: #3578E5;
font-weight: 600;
}
.container.chart-container {
padding: 0;
width: 100%;
margin:0px !important;
min-height:260px;
/* height: calc(100vw * 56.25% * 90%); */
}
@media screen and (max-width: 575px){
header .navbar{
padding:0px;
background:none;
}
.container.chart-container {
max-width: 275px;
}

.container-fluid.slider-container {
padding: 0;
width: 100%;
margin:auto;
}
.slider-container .carousel-caption {
bottom: 12%;
}
li.nav-item.mobile-view {
display: block;
}
.desktop-only {
display:none;
}
.offer-btn.desktop-view {
display: none;
}
.offer-btn {
max-width: 150px;
text-align: center;
margin: 0 0 15px 0;
}
.footer h3, .footer-section ul, .footer-section li{
text-align: center;
}
.banner-container .col-sm-3 {
margin-bottom: 20px;
}
.navbar button.navbar-toggler, button.navbar-toggler-admin {
display: block;
position: fixed;
top: 15px;
left: 10px;
z-index: 99;
} 
.navbar button.navbar-toggler-admin {
left: 60px;
background: red;
}

.header-top-container.container-fluid.p-2 {
position: fixed;
top: 0;
z-index: 99;
background: #fff;
}
.navbar div#mobile-dropup {
margin: 0;
max-width:200px;
position: absolute;
top: 5px;
z-index: 99;
background: #fff;
box-shadow: 0 0 25px rgba(0,0,0,.15);
} 
span.bar {
display: block;
border-top: 3px solid #44B051;
width: 30px;
height: 2px;
margin-bottom: 4px;
}
.navbar div#mobile-dropup .nav-item{
width: 100%;
}
.banner-container .row {
margin: 0px;
}
.navbar button.navbar-toggler:focus {
outline: 0px;
}
.header-logo img {
/* width: 50%;
height: calc(100vw * 22.36%); */
}
.sign-out-button.dropdown-toggle:after {
display: none;
}
.sign-button.dropdown-toggle:after {
display: none;
}
.login-container.dropdown-menu.right-zero {
left: -225px;
}
.container-fluid.slider-container {
/* padding: 54px 0 0 0; */
}
.container.dashbord-container.mb-4 {
margin-top: 10px;
}
#w_header .container-fluid {
/* padding-top: 10px; */
}
}


/* - to avoid floating elements reducing div size to zero */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}
/* - to avoid floating elements reducing div size to zero */
/********************Dashbord*********************/

.title-bg {
/*background: linear-gradient(#337ab7, #556495);;
color: #fff;*/
color: #333333;
background: transparent;
text-align: center;
font-size: 16px;
font-weight: bold;
padding: 8px 0;
box-shadow: 0 5px 40px rgba(150,160,173,.3); 
border-radius: 5px; 
}
ul{ padding:0px!important; } ul li{ list-style: none;}

.right-section img {
width: 40%;
display: block;
border: 1px solid #ccc;
margin: 0 auto;
}
.figarcaption {
display: block;
margin: 10px 0;
text-align: center;
}
.dashbord-container a {
color: #222;
}
.dashbord-container a:hover{
color:#0000FF;
}
.social-icon i {
background: blue;
color: #fff;
padding: 10px 14px;
border-radius: 17px;
font-weight: bold;
margin-right: 5px;
}
.social-icon {
    margin: 8px 0 15px 0;
}
.main-container{
	min-height:500px;
}
.center-section {
	min-height:400px;
}

.content-left li {line-height: normal; margin-bottom: 10px;}
h2 {
    text-align: center!important;
    font-size: 1.25rem!important;
    font-weight: normal!important;
}
/* 
.text-center {
    display: block;
    // max-width: 75%;
    margin: 0 auto;
}
*/
.title-background {
    margin: 20px auto;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(#337ab7, #556495);;
    color: #fff;
    padding: 5px;
	max-width:54%;
    border-radius: 5px;
	box-shadow: 0 5px 40px rgba(150,160,173,.3); 
}
.table-container h5 {
    font-weight: bold;
    margin: 0px;
}
.table-container {
    margin: 20px 0;
    text-align: center;
}
.table-container li {
    display: inline-block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 2px;
}

.note-text {
    color: red;
}
.col-md-6.center-section {
    border: 1px solid #ccc;
}
.share-link .facebook-link {
    background: #1877f2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    width: 90px;
    display: block;
    margin: auto;
}
.facebook-link .fa.fa-facebook-f {
    color: #1877f2;
    background: #fff;
    padding: 3px 6px;
    border-radius: 10px;
    margin-right: 5px;
}
.center-section .heading-bg {
    background: #f4f4f4;
    padding: 4px 4px;
	text-align:center;
	height:50px;
}
.mobile-view-sm{
  display: none;
}
.dashbord-container .title-bg a, .dashbord-container a.facebook-link {
    color: #333333;
}
@media screen and (min-width: 767px){
	.nav > li > a {
		padding-top:2px!important;
		padding-bottom:2px!important;
		font-size:14px;
	}
	.navbar {
		min-height:24px;
	}
}

@media screen and (max-width: 767px){
  .container.chart-container {
	max-width: 350px;
  }
  .mobile-view-sm{
    display: block!important;
  }
  .desktop-view-md{
    display: none!important;
  }
  .title-background, .text-center{
    max-width: 100%
  }
  .col-md-6.center-section {
      max-width: 94%;
      margin: 0 auto;
  }
  .right-section img {
    width:  100%;
  }
  .left-section.mobile-view-sm {
      margin-top: 15px;
  }
}
.w-col-12 {
	width: calc((100vw / 13 ) - 1vw); 
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}
/* CSS by Pravin */
.center-section .inprogress, .processing, .done-process{
}

.center-section .no-status, .inprogress, .processing, .done-process{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
	border: 1px dotted #ddd;
	background: transparent!important;
	height:70px;
	align-content: center!important;
}
.center-section .no-status{
    background: #fafafa;
}
.center-section .inprogress {
    background: #D3FDD6;
}
.center-section .processing {
    background: #ffffcc;
}
.center-section .done-process {
    background: #FDD7D3;
}
.table-container span {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}
.center-section span {
    display: inline-block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 2px; 
}
.center-section .table-container{
  margin-bottom: 2px !important;
}
.fa.fa-sign-out, .fa.fa-gear {
    font-size: 16px;
    font-weight: bold;
    }
    .logout-form, .setting {
    float: right;
    }
    .sign-out-button, .setting-icon {
    background: #44B051;
    color: #fff!important;
    padding: 5px 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 5px 10px 5px #eee;
	-moz-box-shadow: inset 0px 5px 10px 5px #eee;
	box-shadow: inset 0px 5px 10px 5px #eee;

    }
    .sign-out-button:hover, .setting-icon:hover{
        color:    #fff;
    }
    .logout-form {
    margin-right: 7px;
    }
    .logout-form a:after{
        display: none;
    }
  .submitBrn{
    margin-top: -8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

/* Other */

.google-chart {
  width: 100%; 
  height: 260px; 
}

.bg-navy {
background: navy !important;
color: #fff !important;
}
.bg-w {
	background-color: #556495!important;
	color: #fff !important;
}
