/*
Template Name: MatiPay WebApp
Author: Sitael S.p.A.
Website: http://sitael.com
*/

/* @font-face { */
/*     font-family: 'Ruda';  */
/*     src: url(../fonts/Ruda/Ruda-Regular.ttf); */
/* 	font-weight:400; */
/* } */

/* @font-face { */
/*     font-family: 'Ruda';  */
/*     src: url(../fonts/Ruda/Ruda-Bold.ttf); */
/* 	font-weight:700; */
/* } */

/* @font-face { */
/*     font-family: 'Ruda'; */
/* 	src: url(../fonts/Ruda/Ruda-Black.ttf); */
/* 	font-weight:900; */
/* } */


@font-face {
    font-family: 'Titillium Web';
    font-style:normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf);
	font-weight:200;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Light.ttf);
	font-weight:300;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf);
	font-weight:400;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf);
	font-weight:600;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:normal; 
    src: url(../fonts/Titillium_Web/TitilliumWeb-Bold.ttf);
	font-weight:700;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:normal;
	src: url(../fonts/Titillium_Web/TitilliumWeb-Black.ttf);
	font-weight:900;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:italic;
    src: url(../fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf);
	font-weight:200;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:italic;
    src: url(../fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf);
	font-weight:300;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:italic;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Italic.ttf);
	font-weight:400;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:italic;
    src: url(../fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf);
	font-weight:600;
}

@font-face {
    font-family: 'Titillium Web';
    font-style:italic; 
    src: url(../fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf);
	font-weight:700;
}

/* BASIC THEME CONFIGURATION */
body {
    color: #797979;
	background: #f2f2f2;
	font-family: 'Titillium Web', sans-serif;
/*     font-family: 'Ruda', sans-serif; */
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #00a7fa;
    color: #fff;
}
::-moz-selection {
    background: #00a7fa;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/* Bootstrap Modifications */
.modal-header {
    background: #036683;
}

.modal-title {
	color: white;
}

.btn-round {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	border-top: 1px solid #F5F5F5;
	padding: 5px 0px;
	line-height: 28.75px;
	text-transform: uppercase;
	color: #1a1a1a;
	background-color: #ffffff;
	outline: none !important;
	text-decoration: none;
}	



/*Theme Backgrounds*/

.bg-theme {
    background-color: #FF5A0F !important;
}

.bg-theme02 {
	background-color: #ac92ec;
}

.bg-theme03 {
  background-color: #48cfad;
}

.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/

.btn-theme {
  margin-top:15px;
  color: #fff;
  background-color: #FF5A0F;
  border-color: #FF5A0F;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #d0521c;
  border-color: #d0521c;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
   color: #fff;
   background-color: #036683;
   border-color: #036683;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.logout:hover, .btn-theme03.logout:focus, .btn-theme03.logout:active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #3783b1;
  border-color: #3783b1;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-clear-g {
	color: #48bcb4;
	background: transparent;
	border-color: #48bcb4;
}

.btn-clear-g:hover {
	color: white;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}



/*Helpers*/

.centered {
	text-align: center;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}

.mt {
	margin-top: 15px;
}

.mb {
    margin-bottom: 13px;
    position: relative;
/*     left: 20px; */
}

.ml {
	margin-left: 5px;
	}

.mr {
	margin-right: 8px;
	}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
	background-color: #00a7fa;
}

.bg-theme {
	background-color: #00a7fa;
}

ul.top-menu > li > .logout {
    color: #ffffff;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    border: 1px solid #036683 !important;
	padding: 5px 15px;
    background: #036683;
	margin-right: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

ul.top-menu > li > .logout:hover,
ul.top-menu > li > .logout:focus,
ul.top-menu > li > .logout:active {
	border: 1px solid #3783b1 !important;
}

/*sidebar navigation*/

#sidebar {
    width: 230px;
    height: 100%;
    position: fixed;
    background: #6f7173;
	z-index:100;
}

#sidebar h5 {
	color: #f2f2f2;
	font-weight: 700;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

.dcjq-icon::before {
	content: "\f107";
}

.active .dcjq-icon::before {
	content: "\f106";
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    /*background: url("../img/nav-expand.png") no-repeat top;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
    font-family: 'FontAwesome';
}

.active .dcjq-icon {
    /*background: url("../img/nav-expand.png") no-repeat bottom;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #424a5d;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover {
	color: white;
	background: transparent;
}

ul.sidebar-menu li ul.sub li.active a {
    color: white;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
    text-transform: uppercase;
}

ul.sidebar-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #039BB5;
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
    position: relative;
    top: 1px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: #039BB5;
    border-bottom: 1px solid #039BB5;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
/* 	margin-bottom:60px; */
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

a.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #00a7fa;
}

/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #fff !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu > li > a:hover {
	cursor: pointer;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #02485C;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo {
    border-radius: 25px;
    float: left;
    height: 45px;
    margin-right: 8px;
    width: 45px;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #02485C;
    border-bottom-color: #02485C !important;
    border-top-color: #02485C !important;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
	background: #ffffff;
	padding-top: 20px;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: #ffffff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	margin: 0;
	background: #ec6e07;
	text-align: center;
}

.ds i {
	font-size: 12px;
	line-height: 16px;
}

.ds .desc {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
}

.ds .desc:hover {
	background: #f2f2f2;
}

.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: left;
}

.ds .details {
	float: left;
	padding-left:45px;
	font-size:12px;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 10px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #00a7fa;
}

/* LINE ICONS CONFIGURATION */

.mtbox {
	margin-top: 100px;
	margin-bottom: 100px;
}

.box1 {
	padding: 15px;
	text-align: center;
	color: #989898;
	border-bottom: 1px solid #989898;
}

.box1 span {
	font-size: 50px;

}

.box1 h3 {
	text-align: center;
}

.box0:hover .box1 {
	border-bottom: 1px solid #ffffff;
}

.box0 p {
	text-align: center;
	font-size: 14px;
	color: #f2f2f2;
}

.box0:hover p {
	color: #6f7173;
	font-size:14px;
}

.box0:hover {
	background: #ffffff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* MAIN CHART CONFIGURATION */
.main-chart {
	padding-top: 20px;
}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 15px;	
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    margin: 0px 4%;
    float: left;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #ec6e07;
    color: #00a7fa;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #2f2f2f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
	display: block;
	text-align: center;
}

.donut-main h4 {
	font-weight: 700;
	font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn {
	height: 315px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.pn:hover {
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	
}

/*Grey Panel*/

.grey-panel {
	text-align: center;
	background: #dfdfe1;
}
.grey-panel .grey-header {
	background: #ccd1d9;
	padding: 3px;
	margin-bottom: 15px;
}
.grey-panel h5 {
	font-weight: 200;
	margin-top: 10px;
}
.grey-panel p {
	margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}
.donut-chart h2 {
	font-weight: 900;
	color: #FF6B6B;
	font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
	text-align: center;
	background: #444c57;
}
.darkblue-panel .darkblue-header {
	background: transparent;
	padding: 3px;
	margin-bottom: 15px;
}
.darkblue-panel h1 {
	color: #f2f2f2;
}
.darkblue-panel h5 {
	font-weight: 200;
	margin-top: 10px;
	color: white;
}
.darkblue-panel footer {
	color: white;
}
.darkblue-panel footer h5 {
	margin-left:10px; 
	margin-right: 10px;
	font-weight: 700;
}

/*Green Panel*/
.green-panel {
	text-align: center;
	background: #00a7fa;
}
.green-panel .green-header {
	background: #43b1a9;
	padding: 3px;
	margin-bottom: 15px;
}
.green-panel h5 {
	color: white;
	font-weight: 200;
	margin-top: 10px;
}
.green-panel h3 {
	color: white;
	font-weight: 100;
}
.green-panel p {
	color: white;
}

/*White Panel */
.white-panel {
	text-align: center;
	background: #ffffff;
	color: #989898;
}

.white-panel p {
	margin-top: 5px;
	font-weight: 700;
	margin-left: 15px;
}

.white-panel .white-header {
    background: #039BB5;
	padding: 3px;
	margin-bottom: 15px;
	color: #fff;
}

.white-panel .white-header h5, .white-panel .row p b {
	text-transform: uppercase;
}

.white-panel .small {
	font-size: 10px;
	color: #ccd1d9;
}

.white-panel i {
	color: #039bb5;
	padding-right: 4px;
	font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; 
  height: 250px;
}
.stock .stock-chart {
  background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat; 
}    
.stock .current-price {
  background: #1d2122;
  padding: 10px; 
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right; 
}
.stock .changes .up {
	color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700; 
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
	text-align: center;
}
.stock .summary strong {
	font-weight: 900;
	font-size: 14px;
}

/*Content Panel*/
.content-panel {
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	margin-bottom:5px;
}
.content-panel h4 {
	margin-left: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
	background: url(../img/weather.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.weather i {
	color: white;
	margin-top: 45px;
}
.weather h2 {
	color: white;
	font-weight: 900;
}
.weather h4 {
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
	background: #e9f0f4;
}
.weather-2 .weather-2-header {
	background: #54bae6;
	padding-top: 5px;
	margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
.weather-2 .weather-2-header p small {
	font-size: 10px;
}
.weather-2 .data {
	margin-right: 10px;
	margin-left: 10px;
	color: #272b34;
}
.weather-2 .data h5 {
	margin-top: 0px;
	font-weight: lighter;
}
.weather-2 .data h1{
	margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
	background: #ffcf00;
}

.weather-3 i {
	color: white;
	margin-top: 30px;
	font-size: 70px;
}
.weather-3 h1 {
	margin-top: 10px;
	color: white;
	font-weight: 900;
}
.weather-3 .info {
	background: #f2f2f2;
}
.weather-3 .info i {
	font-size: 15px;
	color: #c2c2c2;
	margin-bottom: 0px;
	margin-top: 10px;
}
.weather-3 .info h3 {
	font-weight: 900;
	margin-bottom: 0px;
}
.weather-3 .info p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 16px;
	color: #c2c2c2;
	font-size: 15px;
	font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
	background: #4fc1e9;
	text-align: center;
}
.twitter-panel i {
	color: white;
	margin-top: 40px;
}
.twitter-panel p {
	color: #f5f5f5;
	margin: 10px;
}
.twitter-panel .user {
	color: white;
	font-weight: 900;
}


/* Instagram Panel*/
.instagram-panel {
	background: url(../img/instagram.jpg) no-repeat center top;
	text-align: center;
	background-position: center center;
}
.instagram-panel i {
	color: white;
	margin-top: 35px;
}
.instagram-panel p {
	margin: 5px;
	color: white;
}

/* Product Panel */
.product-panel {
	background: #dadad2;
	text-align: center;
	padding-top: 50px;
	height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
	background: #dadad2;
	text-align: center;
}
.product-panel-2 .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-hot {
	background: #ed5565;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

/* Soptify Panel */
#spotify {
	background: url(../img/lorde.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 220px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
	top: 15%;
	right: 10px;
	position: absolute;
	margin-top: 5px;
}
#spotify .sp-title {
	bottom: 15%;
	left: 25px;
	position: absolute;
	color: #efefef;
}
#spotify .sp-title h3 {
	font-weight: 900;
}
#spotify .play{
	bottom: 18%;
	right: 25px;
	position: absolute;
	color: #efefef;
	font-size: 20px
}
.followers {
	margin-left: 5px;
	margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
	background: url(../img/blog-bg.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
	position: absolute;
	top: 20px;
	left: 35px;
}
.badge-popular {
	background: #3498db;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.blog-title {
	background: rgba(0,0,0,0.5);
	bottom: 100px;
	padding: 6px;
	color: white;
	font-weight: 700;
	position: absolute;
	display: block;
	width: 120px;
}
.blog-text {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 15px;
	font-size: 12px;
}

/* Calendar Configuration */
#calendar {
	color: white;
	padding: 0px !important;
}
.calendar-month-header {
	background: #43b1a9;
}

/* TODO PANEL */
.steps{
  display: block;
}
.steps input[type=checkbox] {
  display: none;
}
.steps input[type=submit]{
  background: #f1783c;
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.5s ease
}
.steps input[type=submit]:hover{
  background: #8fde9c;
}
.steps label{
  background: #393D40;
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #44494e;
  color: #889199;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 52px;
  cursor: pointer;
  transition: all 0.7s ease;
  margin: 0px;
}
.steps label:before{
  content:"";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 26px 0px 0px 18px;
  border-radius: 100%;
  transition: border 0.7s ease
}
.steps label:hover{
  background: #2B2E30;
  color: #46b7e5
}
.steps label:hover:before{
  border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
  border: 2px solid #96c93c;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
	background: url(../img/profile-01.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
	color: white;
	padding-top: 50px;
	margin: 0px;
	text-align: center;
}
#profile-01 h6 {
	color: white;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 900;
}
.profile-01 {
	background: #00a7fa;
	height: 50px;
}
.profile-01:hover {
	background: #2f2f2f;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  cursor: pointer;
}
.profile-01 p {
	color: white;
	padding-top: 15px;
	font-weight: 400;
	font-size: 15px;
}

/* Profile 02*/
#profile-02 {
	background: url(../img/profile-02.jpg) no-repeat center top;
	margin-top: -15px;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
	padding-top: 40px;
	text-align: center;
}
#profile-02 h4 {
	color: white;
	margin:0px;
	padding-top: 8px;
}
.pr2-social a {
	color: #cdcdcd;
}
.pr2-social a:hover {
	color: #00a7fa;
}
.pr2-social i {
	margin-top: 15px;
	margin-right: 12px;
	font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background: transparent;
    color: #797979;
}
.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #00a7fa;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
	cursor: move;
	display: inline-block !important;
	margin-bottom: 7px !important;
	margin-right: 7px !important;
	padding: 10px;
}

.drop-after {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
	background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
	background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #00a7fa;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #00a7fa;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
	margin-right: 5px;
}

.ez-checkbox, .ez-radio {
	height: 20px;
	width: 20px;
}

.brand-highlight {
background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
	background: #ffffff;
/* 	margin: 10px; */
	padding: 10px;
	box-shadow: 0px 3px 2px #aab2bd;
	text-align: left;
}

label {
	font-weight: 400;
}

.form-horizontal.style-form .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.round-form {
	border-radius: 500px;
	-webkit-border-radius: 500px;
}

@media (min-width: 768px) {
		.form-horizontal .control-label {
		text-align: left;
	}
}

#focusedInput {
	border: 1px solid #ed5565;
	box-shadow: none;
}

.add-on {
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}

.add-on .btn {
	height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}

/*APP ERROR PAGE*/

.errorbox {
     position: absolute;
     left: 50%;
     top: 30%;
     margin-left: -15em;
     margin-top: -9em;
     width: 30em;
}

.form-error {
	max-width: 340px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-error h2.form-error-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #039BB5;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}

.error-wrap {
	padding: 20px;
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 340px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #039BB5;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}


/*LOCK SCREEN CONF*/
#showtime {
	width: 100%;
	color: #fff;
	font-size: 90px;
	margin-bottom: 30px;
	margin-top: 250px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.lock-screen {
	text-align: center;
}

.lock-screen a {
	color: white;
}

.lock-screen a:hover {
	color: #48cfad
}

.lock-screen i {
	font-size: 60px;
}

.lock-screen .modal-content {
	position: relative;
	background-color: #f2f2f2;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
}


.btn-facebook {
  color: #fff;
  background-color: #5193ea;
  border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2775e2;
  border-color: #2775e2;
}

.btn-twitter {
  color: #fff;
  background-color: #44ccfe;
  border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2bb4e8;
  border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #02485C;
    color: #fff;
    padding: 10px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 80;
}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}

/* //////////// MODIFICHE SITAEL \\\\\\\\\\\\\ */ 

.blankdiv {
	height:91px;
}

.inactivemenu {
	pointer-events: none;
	cursor: default;
	color: #9a9c9d !important;
}

.ticket-message {
	font-weight:bold;
	color: #c85e07;
}

.activesort {
	font-size:16px;
	color: #ffffff !important;
}

.maincolor01,
.icontitle {
	color: #039BB5 !important;
}

.ared {
	color: #f2514b !important;
}

.maincolor02,
.asky {
    color: #036683 !important;
}

.acyan {
	color: #036683 !important;
}

.amatisky {
    color: #00a7fa !important;
}

.maincolor03 {
    color: #FF5A0F !important;
}

.aorange {
    color: #FF5A0F !important;
}

.aorangelight {
	color: #e67e22 !important;
}

.agrey {
	font-size:16px;
	color: #6f7173 !important;
}

.asilver {
	font-size:16px;
	color: #bdc3c7 !important;
}

.aviolet {
	font-size:16px;
	color: #8e44ad !important;
}

.adarkgrey {
	font-size:16px;
	color: #34495e !important;
}

.agreen {
	font-size:16px;
	color: #1abc9c !important;
}

.alightgreen {
	font-size:16px;
	color: #2be8ce !important;
}

.emptytd {
	background:none !important;
	border:none !important;
	text-align:center;
}

#no-more-tables {
	padding: 25px 20px;
/* 	margin-bottom:50px; */
}

.btn-right {
	float:right;
}

.btn-arrow {
	background-color: #00a7fa;
	color: #ffffff;
}

.num-active {
	font-weight:bold;
	color: #039BB5 !important;
}

.graphcontainer {
	width:75%;
	margin-left:15px;
}

.graphcontainer100 {
	width:100%;
	margin-left:15px;
}

.graphcontainer95 {
	width:95%;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.graphdim {
	max-height:230px !important;
	max-width:400px !important;
}

.graphdim2 {
	max-height:230px !important;
	max-width:450px !important;
	padding-right:30px;
}

.infocharts {
	float:right;
	margin-right:15px;
	color:#333;
	text-align: left;
	font-size:11px;
}

.ricavanzata {
	padding: 10px 20px 25px 20px;
}

.formtitle {
	margin-right:5px;
	font-weight:bold;
}

.form-group {
	margin-right:30px;
	margin-top:15px;
}

.form-group-hover {	
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.form-group-hover:hover {	
	background: #f2f2f2;
}

.btn-search {
	margin-left:10px;
	margin-right:30px;
}

.btn-reset {
	background-color: #039BB5 !important;
	border-color: #039BB5 !important;
}

.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active,
.open .dropdown-toggle.btn-reset {
  color: #fff;
  background-color: #036683 !important;
  border-color: #036683 !important;
}

.btn-login {
	background-color: #FF5A0F !important;
	border-color: #FF5A0F !important;
	margin-top:25px;
	margin-bottom:25px;
	height:48px;
}

.minifont {
	font-size:11px;
}

.logologin {
	font-size:140px;
	color:#fff;
	text-align:center;
	/*margin-top:60px;*/
	margin-bottom:33px;
}

.loginbox {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -15em;
    margin-top: -9em;
    width: 30em;
}

.campilogin {
	background-color:#fff;
	border: none !important;
}

/* Non rimuovere: css elemento paginazione */

.pagination {
    margin: 0px 0px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 6px 12px;
    font-size: 13px;
}

.pagination > li > a, .pagination > li > span {
	color: #333;
	border-color: #ccc;
}

.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #039BB5;
    border-color: #039BB5;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #ccc;
}

.pagination > li.pagination-prev a,
.pagination > li.pagination-first a,
.pagination > li.pagination-next a,
.pagination > li.pagination-last a {
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
}

/* Altre personalizzazioni */

.input-error {
	color: red;
}
.border-error {
	border: 1px solid red;
}

.btn-gritter {
    background: white;
	padding: 5px 10px;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #212121;
}

.imgseg {
	padding-top: 7px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}

.unread {
	width:70px;
	padding-top:1px;
	padding-bottom:1px;
    background-color: #039BB5;
	border-radius:25px 25px 25px 25px;
	color:#ffffff;
	text-align:center;
	position:relative;
	top:-16px;
	font-weight:400;
	margin-bottom: -20px;
}

.news-status-container {
    padding-bottom: 1px;
    border-radius: 25px 25px 25px 25px;
    color: #757575;
    text-align: center;
    margin-right: 1px;
    margin-top: 10px;
}

.modal-header-news-general {
    background: #f2514b !important;
}

.modal-header-news-release {
    background: #ec6e07 !important;
}

.modal-header-news-opapp {
    background: #8e44ad !important;
}

.modal-header-news-security {
    background: #036683 !important;
}

.modal-header-news-document{
	background: #ec6e07 !important;
}

.wrapper-news {
    display: inline-block;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

.ds .news-desc {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	width: 100%;
	height: 40px;
	padding-top: 2px;
}

.ds .news-desc:hover {
	background: #f2f2f2;
	cursor: pointer;
}

.newseg {
	background-color:aliceblue;
}

.news-title-unread{
	color: #00a7fa;
	font-weight: bold;
}

.news-title-read{
	color: #000000;
	font-weight: normal;
}


.modal-title-news {
	color: white;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 15px;
}

.margindiv {
	margin-right: 20px;
    margin-left: -6px;
	margin-bottom:30px;
}

@media screen and (max-width: 1198px) {
	.margindiv {
		margin-right: 20px;
   		margin-left: 20px;
		margin-bottom:30px;
	}
}

.iconaordinamento {
	float:right;
	padding-top:5px;
	padding-right:0;
}

.cta_segnalazioni {
	background:#8e44ad;
	color:#fff !important;
	font-weight:bold !important;
}

.cta_segnalazioni li a:hover {
	background:#8e44ad !important;
}

.clickable {
	cursor: pointer;
}

.dropdown-menu.inbox li a .subject {
    text-overflow: ellipsis !important;
    overflow:hidden !important;
    width:210px !important;
    display: block;
}

#main-content-solid-bg {
    background: #f2f2f2;
    border: thick;
    position: relative;
    margin-bottom: 50px;
    z-index: 90;
}

@media (min-width: 768px) {
  .milestones > .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .milestones > .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  
}

.tablewimg td {
	vertical-align: middle !important;
    /*text-align: center !important;*/
}

.tablewimg th {
	vertical-align: middle !important;
   /* text-align: center !important;*/
}

.table th {
	color: white;
    background-color: #039BB5;
}

.img-table {
	width: 50px;
    border: 3px solid #f2f2f2;
}

.img-table-fb {
	width: 50px;
    border: 2px solid #3a5795;
}

.img-table-nfc {
	width: 50px;
    border: 2px solid #9b59b6;
}

.imgtd {
	text-align: center !important;
	width: 120px;
}

/* fine tabelle con immagine */

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 3px solid #fff !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 {
  border-top: 3px solid #fff !important;
}

.fbicon {
	position: relative;
    top: -4px;
    left: 21px;
	margin-bottom:-50px;
	float:left;
}

.fbicon.details {
    top: 5px;
    left: 95px;
}

td.break-text {
	word-break: break-all;
}

td input.form-control,
td select.form-control,
td textarea.form-control {
    height: 39px;
}

.editable-table .emptytd span {
	padding-left: 10px;
}

.editable-table .emptytd span.fa-trash {
	font-size: 15px;
}

td.emptytd.boolean-icon img {
	margin-right: -17px;
}

@media (min-width: 800px) {

	table.table-clickable > tbody > tr > td {
		padding: 0px !important;
	}

	.editable-table th.emptytd {
		width: 85px !important;
		max-width: 85px !important;
		min-width: 85px !important;
	}

	.editable-table td.editable-td {
		padding: 0px 2px !important;
	}

	.emptytd {
		width: 80px !important;
	}

	th.emptytd.boolean-icon {
		width: 60px !important;
		max-width: 60px !important;
		min-width: 60px !important;
	}

	.table-condensed > thead > tr > th,
	.table-condensed > tbody > tr > th,
	.table-condensed > tfoot > tr > th,
	.table-condensed > thead > tr > td,
	.table-condensed > tbody > tr > td,
	.table-condensed > tfoot > tr > td {
	  padding: 9px !important;
	}
	
	.img-table {
		width: 50px;
	    margin-top: -10px;
		margin-bottom:-13px;
	    border: 2px solid #f2f2f2;
	}
	
	.img-table-fb {
		width: 50px;
	    margin-top: -10px;
	    border: 3px solid #3a5795;
		margin-bottom: -15px;
	}

	.img-table-nfc {
		width: 50px;
	    margin-top: -10px;
	    border: 3px solid #9b59b6;
		margin-bottom: -15px;
	}

	.tablewimg td {
		vertical-align: middle !important;
	    /*text-align: center !important;*/
	}
	
}

.settingsMhtParamsTable th:nth-of-type(1) {
	width: 12% !important;
}

.settingsWebUsersTable th { /*}:nth-of-type(1) {*/ 
	width: 15% !important;
}

.settingsWebUsersTable .form-control {
	width: 90%;
}

.settingsPinConfigurationRequestTable th { /*}:nth-of-type(1) {*/ 
	width: 15% !important;
}

.settingsPinConfigurationRequestTable .form-control {
	width: 90%;
}

/* grafici homepage */

.graphinfocolor {
	margin-top:15px;
	margin-bottom:35px;
}

.circle-div {
  position: relative;
  margin: 0px auto;
  border-radius: 50%;
  width: 36px;
  height: 37px;
  top: -12px;
  margin-bottom: -25px;
/*   float: left; */
  right: 10px;
}

.circle-div.details {
  width: 100px;
  height: 101px;
  margin-bottom: 0;
  top: 0;
}

.dashboard-circle-div {
  margin: 30px auto 15px auto;
  border-radius: 50%;
  width: 120px;
  height: 122px;
  border: 2px solid #f2f2f2;
}

.statistics .white-panel p {
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (max-width: 800px) {
  .circle-div {
    margin: 0px !important;
    padding: 0px;
    top: 0px !important;
  }
  
  .mop-div {
    margin: 0px !important;
    padding: 0px;
    top: 0px !important;
    left: -15px;
  }

  .control-label .mop-div {
    top: -7px !important;
    left: 0px !important;
    margin-bottom: -25px !important;
  }

}

@media screen and (max-width: 767px) {
  .control-label .mop-div {
    top: 0px !important;
    left: 0px !important;
    margin-bottom: -10px !important;
  }

}

.tickets-group > .row {
	/*position: absolute;*/
    bottom: 20px;
    /*width: 95%;*/
    margin-top: 20px;
}

.tickets-group {
	padding-bottom: 20px;
	/*height: 800px;*/
}

.news-group > .row {
	position: absolute;
    width: 95%;
}

.news-group {
	padding-bottom: 40px;
	/*height: 100%;*/
	height: 350px;
}

.btn-group-news{
	padding-right: 20px;
    padding-bottom: 20px;
}

.newsTableEmpty{
	text-align: center;
	display: block;
	margin-top: 50px;
    margin-bottom: 10px;
}

.news-content-panel{
	background: #ffffff;
	box-shadow: 0px 3px 2px #aab2bd;
	margin-bottom:5px;
	margin-top: 20px;
}

.news-tab-bold{
	font-weight: bold;
}

.tickets-group div.details {
	width: 70%;
}

.tickets-group div.details span.message font {
	max-width: 130%;
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    line-height: 15px;
    position: relative;
}

.tickets-group-1-bgcolor {
	background-color: #f2514b !important;
}

.tickets-group-2-bgcolor {
	background-color: #e67e22 !important;
}

.tickets-group-3-bgcolor {
	background-color: #8e44ad !important;
}

.tickets-group-4-bgcolor {
    background-color: #036683 !important;
}

.news-group-1-bgcolor {
	background-color: #f2514b !important;
}

.news-group-2-bgcolor {
	background-color: #e67e22 !important;
}

.news-group-3-bgcolor {
	background-color: #8e44ad !important;
}

.news-group-4-bgcolor {
    background-color: #036683 !important;
}

.tickets-group h3 {
	text-transform: uppercase;
}

.currency-icon {
    margin-left: 2px;
    margin-right: 3px;
    font-weight: bold;
}

.newfwrow input, .webuser-profile-cmd-icon input {
    display: none !important;
}

.newfwrow label {
    cursor: pointer !important;
}

@media screen and (min-width: 800px) {
	.newfwrow label {
	    padding-top: 9px;
	}

	.for-add-element .td-type {
		padding: 6px 12px !important;
	}

	.for-add-element .td-type input,
	.for-add-element .td-type select {
		height: 36px;
	}
}

.error-field,
.error-field .multiselect-parent button {
	border-color: red;
}

input.acheckbox {
	margin: 0px !important;
	padding: 0px !important;
	height: 13px !important;
	width: 13px !important;
}

.webuser-profile-cmd-icon .profile-img {
	border: 2px solid #f2f2f2;
    border-radius: 5%;
    height: 128px;
    width: 128px;
}

.webuser-profile-cmd-icon .control-label span {
	vertical-align: bottom;
	margin-left: 10px;
	padding-bottom: 10px;
}

.cropme-custom-icon, .cropme-or, cropme .cropme-button {
	display: none;
}

#cropme-cancel, #cropme-ok {
	display: none; 
}

.img-profile-container {
	width: 128px;
}

.img-profile-internal-container {
	min-height: 130px;
}

.img-profile-container div.text-right {
	margin-top: 5px;
	padding-right: 5px;
}

.img-16x16 {
	width: 16px;
	height: 16px;
}

@media (min-width: 800px) {
	.icon-right {
		float: right;
	}
}

.icon-mop {
	width: 70px;
	position: relative;
    top: -25px;
}

.mop-div {
    position: relative;
    margin: 0px auto;
/*     width: 60px; */
    height: 28px;
    top: -12px;
    margin-bottom: -25px;
    margin-right: 5px;
}

.control-label .mop-div {
    margin: 0px;
    width: 60px;
    top: -7px;
    margin-bottom: -25px;
    background-position-x: 0px !important;
}

.infotitle {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
}

.infotitle h2 {
	text-transform: uppercase;
}

.blockform {
	padding: 1px 25px !important;
}

.blockform .form-group input,
.blockform .form-group select,
.blockform .form-group textarea {
	margin-top: -8px;
	margin-bottom: -9px;
	height: 44px;
    padding-top: 4px;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
.blockform .form-group .col-sm-1.control-label span {
	margin-top: 20px;
}
}

.blockform .form-group .input-group {
	margin-top: -8px;
	margin-bottom: -9px;
}

.blockform .form-group .input-group input,
.blockform .form-group .input-group select,
.blockform .form-group .input-group textarea {
	margin-top: 0px;
	margin-bottom: 0px;
}

.blockform .form-group .input-group .input-group-addon {
    padding-top: 4px;
    padding-bottom: 0px;
}

table.sim-table td {
	width: 17%;
}

@media only screen and (max-width: 800px) {
	table.sim-table td {
		width: 100%;
	}
}

.backdrop-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0.5;
}

.custom-spinner {
	z-index: 1500 !important;
	position: fixed;
	margin: 0;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    min-height: 100%;
    height: 100%;
}

.tablemodalnicescroll {
	z-index: 1400 !important;
	max-height: calc(80vh - 210px);
	overflow-y: auto;
}

.tablemodalnicescroll table {
	padding: 0px !important;
	margin: 0px !important;
	border-width: 0px !important;
}

.less-margin-bottom {
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
}

.top-pagination {
	margin-bottom: 15px;
}

.top-pagination .form-group {
	margin-top: 0px;
	margin-left: 18px;
}

.top-pagination.detail-page .form-group {
	margin-left: 3px;
}

.top-pagination.detail-page .form-inline {
	margin-top: 20px;
}

.top-pagination.detail-page h4 {
    margin: 0px;
    padding: 0px;
    margin-top: -15px;
    margin-left: -20px;
}

.top-pagination button {
	margin-top: 0px;
}

/* @media (min-width: 768px) { */
/* 	.top-pagination .pagination-sm { */
/* 		margin-top: 8px; */
/* 	} */

/* } */

/* @media (max-width: 1160px) { */
/* 	.top-pagination button { */
/* 		margin-top: 8px; */
/* 	} */
/* } */

@media (max-width: 767px) {
	.top-pagination.detail-page h4 {
	    margin-bottom: 10px;
	}
	.top-pagination button {
		margin-top: 0px;
	}
}

button.btn-export {
	padding-right: 8px;
}

.btn span.btn-export {
	margin-left: 18px;
}

/*Usato per input type datetime-local per Firefox*/
.width-auto {
    width: auto !important;
}

.export-label {
	margin-left: 30px;
}

.selected-table-row {
	background-color: rgba(0, 167, 250, 0.19);
}

.form-control.inline {
	display: inline;
	width:  auto;
	margin-right: 30px;
}


.titlepage {
	margin-top: 5px;
    margin-bottom: 18px;
}

.icontitle {
    padding-right: 6px;
    position: relative;
    top: -1px;
    padding-left: 1px;
}

.table-bordered {
    border-top: 1px solid #ddd;
/*     text-transform: uppercase; */
/*     font-size: 13px; */
	font-size: 12px;
}

.inner-div-table-bordered {
    border-top: 1px solid rgb(238, 238, 238);;
    border-bottom: 1px solid rgb(238, 238, 238);;
}

.table > thead > tr > th {
	text-transform: uppercase !important;
	font-size: 11px;
}

.btn {
	text-transform: uppercase;
}

.paginazionetop {
	display: none !important;
}

.settingsections {
	padding-top: 5px !important;
    padding-left: 10px !important;
    padding-bottom: 5px;
    margin-bottom: 12px !important;
}

.margin25 {
	margin-bottom: 25px !important;
}

.left20 {
	padding-left: 20px !important;
}

.left15 {
	padding-left: 15px !important;
}

.left50 {
	padding-left: 50px !important;
}

.right20 {
	padding-right: 20px !important;
}

.right15 {
	padding-right: 15px !important;
}

div.ticket-status-icons {
    text-align: right;
    padding-right: 10px;
}

.matiloginlogo {
	width: 250px;
    margin-bottom: 50px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 1200px;
  }

  .modal-xxlg {
    width: 1400px;
  }
}

.table > thead > tr > th[rowspan="2"] {
	vertical-align: middle;
}

.icon-signal {
	position: relative;
    top: -3px;
    left: 4px;
}

th.fixed-row {
	width: 6%;
}

.fixed-iframe {
	width: 100%;
    height: 515px;
}

.border-thin {
	border-width: 1px;
}

.set-image-button {
	position: absolute;
    bottom: -5px;
    right: -13px;
    padding: 13px;
    border-radius: 100px;
    border: 2px solid white;
    font-size: 15px;
    margin-right: 10px;
}

.upper {
	text-transform: uppercase;
}

.version {
	margin-left: 10px;
}

.custom-modal-left-button {
	float: left;
}

.monitoring-download {
	float: left;
	margin-left: 10px;
	font-size: 13px;
}

.monitoring-close {
	float: right;
	margin-right: 10px;
	font-size: 13px;
}

.btn-radio {
	height: 13px !important;
}

.lbl-radio {
	margin-bottom: 0;
}

table.table-clickable > tbody > tr > td > a
	, table.table-clickable > tbody > tr > td > span {
	padding: 9px !important;
	display: block;
	width: 100%;
	height: 100%;
}

a.table-clickable-link:link
	, a.table-clickable-link:visited
	, a.table-clickable-link:hover
	, a.table-clickable-link:active {

	color: inherit;
}

/* NUOVI STILI PER IL 2022 BY GALLUZZI */

.infotitle {
    padding-bottom: 25px;
}

.form-group .infotitle {
    padding-bottom: initial;
}

.iconbox {
    min-height: 270px;
    height: 100%
}

.iconbox .bigicon {
    font-size: 70px !important;
    padding: 20px 0px !important;
}

.iconbox .bigimg {
    width: 70px !important;
    padding: 20px 0px !important;
}

.iconbox h2 {
    margin-top: 0 !important;
    color: #313131;
    font-weight: bold;
}

.iconbox p {
    padding: 0 2%;
    color: #515151;
    font-size: 15px;
    margin-top: 25px;
    margin-left: 0;
}

.color-white {
	color: white !important;
}

@media (min-width: 800px) {
	.same-height {
		display: flex;
		flex-direction: row;
	}
}

.samplegraph {
    height: 250px;
    width: auto;
}

@media only screen and (max-width: 992px) {
    .samplegraph {
        height: auto;
        width: 100%;
    }
}

.iconbox .graphinfocolor {
    text-align: left !important;
}

.white-panel {
    box-shadow: none !important;
    border-radius: 5px;
}

.content-panel {
    box-shadow: none !important;
    border-radius: 5px;
}

.box0:hover {
    box-shadow: none !important;
    border-radius: 5px;
}

.form-panel {
    box-shadow: none !important;
    border-radius: 5px;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

.padding1 {
    padding: 1% !important;
}
.padding2 {
    padding: 2% !important;
}
.padding3 {
    padding: 3% !important;
}
.padding4 {
    padding: 4% !important;
}
.padding5 {
    padding: 5% !important;
}
.padding20 {
    padding: 20px !important;
}
.padding25 {
    padding: 25px !important;
}

.disabled {
    opacity: 30%;
}

.dangershadow {
    box-shadow: 0px 5px 20px 0px #e74c3c85 !important;
}

.adanger {
    color: #e74c3c !important;
}

.asuccess {
    color: #1abc9c !important;
}

.infotitle {
    color: #313131 !important;
}

.infotitle span {
    opacity: 70%;
}

ul.sidebar-menu li ul.sub li{
    background: 0;
}

p.info-text {
	font-size: 18px;
	line-height: 1.1;
}

/* MOD INSERIMENTO INSTALLAZIONI E MAGAZZINO */

.alignleft {
    text-align: left !important;
}

.blockvalue {
    display: flex;
    justify-content: space-between;
}

.typevalue {
    font-weight: 300 !important;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.blockvalue .col-md-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.numvalue {
    color: #313131;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.titlevalue {
    font-size: 20px;
}

.breakword {
	overflow-wrap: break-word;
}

.dropdown-menu-table-item:hover {
	cursor: pointer;
	background: #f1f1f1;	
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.blink-count-1{
	-webkit-animation-iteration-count: 1.8;
}
.blink-count-2{
	-webkit-animation-iteration-count: 3.6;
}
.blink-count-3{
	-webkit-animation-iteration-count: 5.4;
}
.blink-delay-1{
	-webkit-animation-delay: 0.5s;
}

.box-inside {
    padding: 10px 20px 10px 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box-inside-new {
    padding: 10px;
    border-radius: 5px;
    background: #f9f9f9;
	background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(196,196,196,0.2) 0%, rgba(198,198,198,0) 65%);
    margin-bottom: 10px;
}
.box-inside-transparent {
    background: transparent;
}

.box-inside>h4.titlebox {
    padding: 20px;
    background: #ecf0f1;
    border-radius: 5px;
    position: relative;
    color: #555555;
}
.box-inside-new>h4.titlebox-new {
    padding: 0px 8px 7px 8px;
    position: relative;
    /*left: -7px;*/
    color: #797979;
}

.box-inside-new>.box-tab{
    padding: 10px;
    border-bottom: none;
    margin-bottom: -1px;
    cursor: pointer;
}

.box-inside-new>.box-tab-selected{
	background: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -1px;
}

.box-inside-new>.contentbox-new {
	background: white;
	border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px
}

.box-inside-new>.contentbox-tab-new {
	background: white;
	border-radius: 5px;
    border: 1px solid #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px
}

.box-inside>h4.titlebox-clickable {
    cursor: pointer;
    border-radius: 0px;
    font-weight: normal;
}

.box-inside>h4.titlebox-clickable:hover {
	background-color: #e8ecee;
}

.box-inside>h4.titlebox-selected {
    border-radius: 0px;
    background: #dfe5e7;
}

.titlebox .titlebox-new{
    font-weight: bold;
    margin-left: 0 !important;
}

.statebox {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    padding: 20px 20px 15px 20px;
    border-left: 7px solid #bababa;
    /*margin-right: 3%;*/
    /*min-height: 105px;*/
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.stateboxalert {
    border-left: 7px solid #e74c3c !important;
}

.stateboxsuccess {
    border-left: 7px solid #1abc9c !important;
}

.stateboxok {
    border-left: 7px solid #039bb5 !important;
}

.statebox h2 {
    /*font-weight: 800;*/
}

.imgcampioni {
    width: 50px;
    margin: 2px;
    border: 2px solid #ecf0f1;
    border-radius: 100px;
}

.stateboxmini {
    background: linear-gradient(135deg, rgba(236,240,241,1) 0%,rgba(255,255,255,1) 100%);
    padding: 25px 20px;
    border-left: 7px solid #039bb5;
    min-height: 100px;
    border-radius: 4px;
}

.stateboximg {
    max-width: 70px;
    float: left;
}

.tab-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ddd;
	border-top: none;
	background: white;
}

.box-inside {
    padding: 10px 20px 10px 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box-inside-new {
    padding: 10px;
    border-radius: 5px;
    background: #f9f9f9;
	background: linear-gradient(180deg, rgba(193,193,193,1) 0%, rgba(196,196,196,0.2) 0%, rgba(198,198,198,0) 65%);
    margin-bottom: 10px;
}
.box-inside-transparent {
    background: transparent;
}

.box-inside>h4.titlebox {
    padding: 20px;
    background: #ecf0f1;
    border-radius: 5px;
    position: relative;
    color: #555555;
}
.box-inside-new>h4.titlebox-new {
    padding: 0px 8px 7px 8px;
    position: relative;
    /*left: -7px;*/
    color: #797979;
}

.box-inside-new>.box-tab{
    padding: 10px;
    border-bottom: none;
    margin-bottom: -1px;
    cursor: pointer;
}

.box-inside-new>.box-tab-selected{
	background: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -1px;
}

.box-inside-new>.contentbox-new {
	background: white;
	border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px
}

.box-inside-new>.contentbox-tab-new {
	background: white;
	border-radius: 5px;
    border: 1px solid #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px
}

.box-inside>h4.titlebox-clickable {
    cursor: pointer;
    border-radius: 0px;
    font-weight: normal;
}

.box-inside>h4.titlebox-clickable:hover {
	background-color: #e8ecee;
}

.box-inside>h4.titlebox-selected {
    border-radius: 0px;
    background: #dfe5e7;
}

.titlebox .titlebox-new{
    font-weight: bold;
    margin-left: 0 !important;
}

.statebox {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    padding: 20px 20px 15px 20px;
    border-left: 7px solid #bababa;
    /*margin-right: 3%;*/
    /*min-height: 105px;*/
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.stateboxalert {
    border-left: 7px solid #e74c3c !important;
}

.stateboxsuccess {
    border-left: 7px solid #1abc9c !important;
}

.stateboxok {
    border-left: 7px solid #039bb5 !important;
}

.statebox h2 {
    /*font-weight: 800;*/
}

.imgcampioni {
    width: 50px;
    margin: 2px;
    border: 2px solid #ecf0f1;
    border-radius: 100px;
}

.stateboxmini {
    background: linear-gradient(135deg, rgba(236,240,241,1) 0%,rgba(255,255,255,1) 100%);
    padding: 25px 20px;
    border-left: 7px solid #039bb5;
    min-height: 100px;
    border-radius: 4px;
}

.stateboximg {
    max-width: 70px;
    float: left;
}

.tab-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ddd;
	border-top: none;
	background: white;
}
div.scroll {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.dropdown-table-header div {
	width: 100%;
}
.dropdown-table-header button {
	height: auto;
	font-weight: normal;
	text-align: left;
	color: inherit;
}

/***** FILTER-HEADER (inizio) *****/
.filter-header {
	vertical-align: top !important;
	text-align: center;
}
.filter-header .iconaordinamento {
	float: none;
	padding-top: 0px;
}
.filter-header .filter-header-input{
	white-space: nowrap;
}
.filter-header-input-nowrap{
	white-space: nowrap;
	float: left;
	width: 90%;
}
.filter-header-span-nowrap{	
	white-space: nowrap;
	float: left;
    display: block;
    padding-top: 10px;
    text-align: left;
	width: 90%;
}
.filter-header input[type=text], .filter-header input[type=number], .filter-header button {
	height: auto;
	white-space: nowrap;
	min-width: 40px;
	padding: 6px 6px;
}
.filter-header select {
	height: auto;
	white-space: nowrap;
	min-width: 40px;
	padding: 5px 2px;
}
.filter-header input[type=date], .filter-header input[type=datetime-local] {
	height: 35px; 
	width: 48%;
	padding: 4px 2px;
}
.filter-header .filter-header-orderby{
	text-align: center;
	padding-top: 5px;
}
.filter-header-orderby-nowrap{
	padding-top: 5px;
	text-align: right;
	float: right;
	width: 10%;
}
.filter-header .dropdown-toggle, .filter-header .btn-group, .filter-header button{
	width: 100% !important;
	text-align: left; 
}
.filter-header .dropdown{
	width: 100%;
}
.filter-header .dropdown-menu{
	padding: 10px;
	min-width: 100%;
}
/***** FILTER-HEADER (fine) *****/

.bodycolor {
    color: #797979;
}

.header.black-bg .logo {
	filter: brightness(0) invert(1);
}

.dropdown-overflow-200 ul.dropdown-menu {
    height: 200px !important;
    overflow: auto !important;    
}


/* ENGINKO styles */
.scrollbar-verticale {
    max-height: 100%;
    overflow-y: auto;
}

.contenitore-pagine > div > div { 
    padding-top: 88px;
}

.navbar-brand{
    padding:6px;
}

.navbar-brand > img{
    height: 100%;
}

div.ipAddr > [class*="col-"] {
    margin-right: -15px;
}

div.ipAddr > [class*="col-"] > input.form-control:not(:only-child){
    width: 90%;
    display: inline-block;
}

div.ipAddr > [class*="col-"] > p{
    width: 5%;
    display: inline-block;
    text-align: center;
}

div.form-group div.form-group{
    margin-bottom: 0;
}

.borderedFieldset{
    border: 1px solid #e1e1e1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    padding: 1.5em;
    margin-bottom: 15px;
}

.borderedFieldset > legend{
    width: auto;
    border: none;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
    text-align: left;
    margin-left: -5px;
    font-size: large;
}

.borderedFieldset fieldset:not(.borderedFieldset) legend {
    font-size: medium;
}

fieldset[disabled=disabled] {
    cursor: not-allowed;
    color: #6f6f6f;
}

fieldset[disabled=disabled] legend.text-primary{
    color: #6f6f6f;
}

.disabled-style{
    background-color: #eeeeee;
    opacity: 1;
}

.notification-panel {
    width: 375px;
    height: auto;
    max-height: 400px;
}

.notification-badge{
    background-color: #E62600;
    position: relative;
    left: -10px;
    top: -10px;
}

.notification-media > .media-left {
    min-width: 116px;
}

.notification-image{
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin:auto;
}

.notification-not-visualized{
    background-color: #EEEEEE;
}

.badge-error {
    background-color: #f04124;
}

.clickable {
    cursor: pointer;
}

.btn-same-width {
    width: 100px;
}

.store_logo {
    max-width: 300px;
    width: 250px;
    min-height: 40px;
}

#deimosLogo {
    width: 300px;
}
#playStoreLogo {
    width: 250px;
}
.resources-list{
    height: 350px;
    overflow-y: auto;
}

.mcfImage {
    width:250px;
    height: 250px;
    max-height: 250px;
}

.li-icona {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

.li-icona .icona-grande {
    font-size: 39px;
}

.icona-login {
    color: #b4bcc2;
    font-size: 42px;
    padding: 0;
    text-align: right;
    margin-top: -5px;
}

.radio > .radio-inline {
    padding-top: 0px !important;
} 
.radio > .radio-inline-block {
    padding-top: 0px !important;
} 

@media (min-width: 768px){
    a.navbar-due-righe {
        padding-top: 19px !important;
        padding-bottom: 19px !important;
        text-align: left !important;
    }
}

.table-1 {
    width: 2%;
}

.table-2 {
    width: 8%;
}

.table-3 {
    width: 12%;
}

.vertical-middle {
    vertical-align: middle !important;
}

.badge-danger {
    background-color: #E74C3C;
}

.badge-warning {
    background-color: #F39C12;
}

.badge-success {
    background-color: #3FA087;
}

/* RANGE */
input[type=range] {
    width: 100%;
    margin: 1px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: #6dc5af;
    border: 0;
    border-radius: 6px;
    width: 100%;
    height: 12px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: -1px;
    width: 27px;
    height: 14px;
    background: rgba(63, 160, 135, 0.93);
    border: 2px solid #3fa087;
    border-radius: 20px;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #6dc5af;
}
input[type=range]::-moz-range-track {
    background: #6dc5af;
    border: 0;
    border-radius: 6px;
    width: 100%;
    height: 12px;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 27px;
    height: 14px;
    background: rgba(63, 160, 135, 0.93);
    border: 2px solid #3fa087;
    border-radius: 20px;
    cursor: pointer;
}
input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 2.8px 0;
    color: transparent;
    width: 100%;
    height: 12px;
    cursor: pointer;
}
input[type=range]::-ms-fill-lower {
    background: #6dc5af;
    border: 0;
    border-radius: 12px;
}
input[type=range]::-ms-fill-upper {
    background: #6dc5af;
    border: 0;
    border-radius: 12px;
}
input[type=range]::-ms-thumb {
    width: 27px;
    height: 14px;
    background: rgba(63, 160, 135, 0.93);
    border: 2px solid #3fa087;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 0px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #6dc5af;
}
input[type=range]:focus::-ms-fill-upper {
    background: #6dc5af;
}

.color-selector {
    width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.modal-xl {
    width: 80%;
}

.etichetta-tempo {
    font-size: 12px;
    text-align: right;
}

.opzione-prezzo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.spazio-flex {
    flex: 1 1 auto;
}

.input-xs {
    height: 28px;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.tabella-ricariche-bonus {
    height: 150px;
    overflow-y: auto;
}

.tabella-ricariche-bonus .indice {
    float: left;
    width: 10%;
    padding-top: 5px;
}

.tabella-ricariche-bonus .input-ricarica {
    float: left;
    width: 90%;
}
.checkbox-primary {
	/*background: red;*/
}