/**
* HONEYINSTRUMENTS
* Author: Jérôme.Cerato
* Email: jcerato@symes.fr
* URL : honeyinstruments.com
*/

.widget-auto  {
    max-width:450px;
}

.first-widget {
    padding-right:0px;
}

.widget .loader-2 {
    top: 50%;
    right: 50%;
}

@media (max-width: 991px) {
    .widget-auto  {
        max-width:100%;
    }
    .first-widget {
        padding-right:10px;
    }
}

/* ************** */
/* WIDGET Weather */
/* ************** */

.widget-weather {
	margin-bottom: 15px;
	margin-top: 0px;
	/*padding-left: 10px;*/
	padding-right: 1px;
	display: inline-block;
	/*margin-bottom:-10px;*/
	/*margin-top:20px;*/
	position: relative;
    width: 100%;
    /*max-width: 534px;*/
    height:150px;
}

.modal .widget-weather {
    width:100%;
    max-width:100%;
    height:auto;
}

.widget-weather .weather-content {
	width: auto;
	/*min-width: 434px;*/
	display: block;
	position: relative;
}

.widget-weather .weather-content .btn-close-widget {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}

.widget-weather .weather-content .btn-settings-widget {
	position: absolute;
	top: 5px;
    right: 10px;
    font-size: 19px;
	z-index: 10;
}

.widget-weather .btn-forecast {
	border:0px;
    /*
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-radius:0px;


    font-size: 13px;
	z-index:20;
	color: #ffc706;
    padding: 2px 5px;*/
}


.widget-weather .weather-content.widget-border {
	/*border: 1px solid #eee;*/
	padding: 10px;
	padding-top:15px;
	padding-left: 0px;
	border-radius: 4px;
	background-color: #fff;
    
}

.widget-weather .weather-content .weather-temp {
	font-size: 24px;
	vertical-align: middle;
	margin-top: 0px;
    display: inline-block;
	margin-left:5px;
	line-height:30px;
}
.widget-weather .weather-content .weather-temp-one {
	font-size: 35px;
}
.widget-weather .weather-content .weather-main {
	font-size: 15px;
	display: block;
    line-height: 15px;
	margin-top: 5px;
    color: #999;
	max-width: 100px;
}


.widget-weather .weather-content .weather-title {
	color: #333;
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 7px;
	margin-top: 5px;
	margin-left:20px;
}

.widget-weather .weather-content .weather-left {
	border-right: 2px solid #ffd851;
	padding-bottom: 0px;
	padding-right: 15px;
	line-height: 90px;
    height: 90px;
	float: left;
}

.widget-weather .weather-content .weather-right {
	/*margin-left: 25px;*/
}

.widget-weather .weather-content .weather-left .weather-icon {
	color: #ffc706;
	/*margin-top: -15px;
	margin-bottom:-10px;*/
	margin-left:0px;
}


.widget-weather .weather-content .weather-list-one {
}

.widget-weather .weather-content .weather-list {
	padding-left: 20px;
	margin-top: 30px;
}

.widget-weather .weather-content .weather-list div {	
	width:75px;
	padding-right: 0px;
	padding-left: 3px;
	text-align: center;
}
.widget-weather .weather-content .weather-list div i {
	margin-right:10px;
	min-width:30px;
	font-size:30px;
	/*color: #d9d9d9;*/
}


/* weather widget day */
.weather-widget-day .weather-content .weather-list div {	
	width:75px;
	padding-right: 0px;
	padding-left: 3px;
	text-align: left;
	display:block;
	width: 100%;
}

.weather-widget-day .weather-content .weather-list {	
	margin-top:0px;
	width: 200px;
}
.weather-widget-day  .weather-content .weather-list div i {
	font-size:20px;
}

.weather-widget-day .weather-content .weather-left {
	line-height: 120px;
    height: 120px;
}

.weather-widget-day .weather-content {
	min-height:100%;
}





/* weather widget disabled */
.widget-weather.weather-disabled .weather-content {
	min-height: 100%;
}

.widget-weather.weather-disabled .widget-border {
	border: 2px dashed #eee !important;
}

.widget-weather.weather-disabled .weather-content .weather-left {
	opacity: 0.2;
}

.widget-weather.weather-disabled .weather-content .weather-left .weather-icon {
	color: #000;
}



.widget-weather.weather-disabled .btn-location {
	display: block;
	margin: auto;
	z-index: 10;
}

.tools-margin-top {
	margin-top: 10px;
	margin-bottom:5px;
}

.pac-container {
	z-index: 100000;
}

/* forecast-content */

.forecast-content,
.modal-dialog .widget-weather {
	width:100%;
	min-height: 200px;
}

.forecast-content .weather-content.firt-elem {
	border-top:0px;
	margin-top:0px;
}


.forecast-content .weather-content {
	border-top:1px solid #eee;
	padding-top:10px;
	margin-bottom:20px;
	min-height:100px;
	width:100%;
}

.forecast-content .weather-content .weather-left {
    line-height: 55px;
	border:0px;
	border-right: 1px solid #f5f5f5;
	width:240px;
}

.forecast-content .weather-content .weather-left .weather-icon img {
	height:60px;
}



/* modal coordinate */
.modal-coordinates .map-container {
	position:relative;
}
.modal-coordinates .coord-in-map {
    position: absolute;
    bottom: 0px;
    right: 0;
	width:140px;
}
.modal-coordinates .coord-in-map .latitude,
.modal-coordinates .coord-in-map .longitude {
	display:none;
	bottom:10px !important;
	position:relative;
}
.modal-coordinates .coord-in-map .latitude {
	
}
.modal-coordinates .coord-in-map  label {
    float: left;
    left: 2px;
    margin-left: 3px;
	font-weight:normal;
    position: absolute;
    top: 5px;
	margin-bottom: 0px;
    font-size: 12px;
	color:#000;
}

.modal-coordinates .coord-in-map .latitude input,
.modal-coordinates .coord-in-map .longitude input {
	float:right;
	width:130px;
	height:25px;
	padding-left:30px;
	margin-right:10px;
}


@media (max-width: 1200px) {
	.widget-weather {
		display:block;
	}
	.widget-weather .weather-content {
		width: 100%;
		padding: 10px 5px;
	}

	.widget-weather .weather-content .weather-title {
		margin-bottom: 0px;
	}

	.widget-weather .weather-content .weather-left .weather-icon {
		font-size: 30px;
	}

	.widget-weather .weather-content .weather-temp {
		font-size: 20px;
	}

	.widget-weather .weather-content .weather-right {
		margin-left: 15px;
		margin-bottom:5px;
	}
	
	.widget-weather .weather-content {
		width: auto;
		min-width: 0px;
		display: block;
		position: relative;
	}
    
}


@media (max-width: 768px) {
    .widget-empty {
        display:none;
    }
}


/********************/
/* WIDGET Variation */
/********************/

/* WIDGET empty */
.widget-empty {
	opacity:0;
	background-color:#fff;
	height:150px;
	border-radius:4px;
	margin-bottom:5px;
	width:100%;
	padding:10px;
}

/* WIDGET   */
.widget-stats .widget-col-right-row-1 {
	text-align:right !important;
	font-size:14px;
	height:23px;
	line-height:20px;
}
.widget-stats .widget-col-right-row-2 {
	text-align:right;
	margin-right:-4px;
	height:34px;
	line-height:30px;
}
.widget-stats .widget-col-right-row-2 span {
	cursor:pointer;
	vertical-align:bottom;
}
.widget-stats .widget-col-right-row-3 {
	color:#ccc;
	font-size:13px;
	text-align:right
}

.widget-stats  .tile-second-flex {
	height:75px
}

.widget-icon-weather {
	width:35px;
	height:35px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right: -3px;
	background-repeat: no-repeat;
	background-size: contain;
}


.widget-stats .status {
	margin-top: 0;
	padding: 0 20px 0 20px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-end;
}
.widget-stats .status div {
	line-height:10px;
	vertical-align: bottom;
}

/*satellite.svg*/
@media (max-width: 1200px) {
	.widget-stats .status {
		margin-top: 0px;
		padding: 0px 20px 10px 30px;
	}
}

.status-ab {
	position: absolute;
	right: 0;
}

.widget-stats .mini-stat {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.widget -stats.mini-stat-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	color: #fff;
}

.widget-stats  .mini-stat-info {
	font-size: 12px;
	padding-top: 2px;
}

.widget-stats .mini-stat-info span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}

.widget-stats .title {
	border-bottom:1px solid #fafafa;
}
.widget-stats .title .badge {
	margin-top:5px;
}

.widget-stats .tile-icon {
	float:left;
	margin-right:10px;
	margin-top:3px;
	width:25px;
	height:25px;
}
.widget-stats h3 {
	font-size: 16px;
	color:#000;
	font-weight:500;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	padding-top:5px;
	display:inline-block;
}
.widget-stats h3.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 210px;
	white-space: nowrap;
	padding-bottom:10px;
}
.widget-stats h3.text-overflow span{
	display:block;
	font-size:12px;
	color:#ccc;
	text-transform: uppercase;
}

.widget-stats .weight {
	position:relative;
	color:#000;
	/*min-width:230px;*/
}

/*weight */
.widget-stats .weight .flex-column {
	padding-bottom:6px;
}
.widget-stats .weight-value {
	font-size: 40px;
	line-height:40px;
	/*color:#000;*/
	font-weight:400;
	color:#000;
	margin-right:5px;
}
@media (max-width: 500px) {
	.widget-stats .weight-value {
		font-size: 30px;
	}
}
.widget-stats .weight-variation {
	font-weight: 500;
	font-size: 14px;
	margin-left:0;
	display:inline-block;
	margin-bottom: 4px;
}
.widget .tile-stats .weight-variation i {
	margin-left:-15px;
}

/* network */
.widget-stats .network-value {
	font-size: 18px;
	line-height:25px;
	margin-bottom:10px;
	/*color:#000;*/
	font-weight:400;
	color:#000;
	margin-right:5px;
}
@media (max-width: 500px) {
	.widget-stats .network-value {
		font-size: 15px;
	}
}
.widget-stats .network-value .name-network {
	font-size:12px;
}

/* WIDGET page details */

.widget-details  {
	background-color:#fff;
	height:150px;
	border-radius:4px;
	padding:10px 20px 10px 20px;
}

@media (max-width: 991px) {
	.widget-details {
		margin-bottom: 15px;
	}
}

.widget-details .tile-stats {
	padding: 0 0 0 0;
	position: relative;
}
.widget-details .status {
	margin-top: 0;
	padding: 0 20px 0 20px;
}

.widget-details .widget-col-right {
	padding-right:10px;
}
