.contact-state {
    background-color: #ccc;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.list-link {
    color: #1f87e5;
    font-weight: 500;
    text-decoration: underline;
}
.right-col {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .right-col {
        max-width: calc(100% - 335px);
    }
}
.progress {
    height: 6px;
    background-color: #efefef;
    border-radius: 3px;
    overflow: auto;
}
.overview-header {
    color: #000;
    padding-top: 15px;
    padding-bottom: 30px;
}
.widget-box {
    /*height: calc(100% - 15px);*/
    align-items: stretch;
}
.collapse-title {
    position: relative;
    padding-left: 20px !important;
}
.collapse-title::after {
    content: "\f107";
    color: #333;
    top: 10px;
    left: 0;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.collapse-title[aria-expanded="true"]::after {
    content: "\f106";
}

.box-title .collapse-title::after {
    top: 2px;
}

.thead-gray-dark th {
    background-color: #f8f9fa !important;
    color: #1c1c1c;
    font-weight: bold !important;
}
.avatar-placeholder {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #1f87e5;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}
.avatar-placeholder-lg {
    height: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
}
.avatar-placeholder-xl {
    height: 60px;
    width: 60px;
    font-size: 22px;
    line-height: 60px;
}
.avatar-item {
    display: flex;
}
.avatar-item-text {
    display: flex;
    height: 30px;
    justify-content: center;
    padding-left: 15px;
    flex-direction: column;
}
.avatar-item-name-name {
    font-weight: bold;
    line-height: 1;
    padding-bottom: 3px;
}
.avatar-item-name-additional {
    font-size: 12px;
    line-height: 1;
    color: #74788d;
}
.avatar-item-text-lg {
    height: 36px;
}
.avatar-item-text-lg .avatar-item-name-name {
    font-size: 12px;
    padding-bottom: 5px;
}
.avatar-item-text-lg .avatar-item-name-additional {
    font-size: 12px;
}

.table td {
    line-height: 30px;
}
.media.active{
  color:#26c6da
}
.btn-xs {
    font-size: 12px;
    padding: 4px 12px;
    line-height: 20px;
}
.badge-light {
    border: 1px solid #b3b3b3;
    color: #000;
}
.btn-transparent-dark,
.btn-transparent-warning,
.btn-transparent-danger,
.btn-transparent-success,
.btn-transparent-info {
    background: transparent;
    border: none;
}
.btn-transparent-success {
    color: #28a745;
}
.btn-transparent-danger {
    color: #fc4b6c;
}
.btn-transparent-warning {
    color: #ffb22b;
}
.btn-transparent-info {
    color: #1e88e5;
}
.btn-transparent-dark {
    color: #404040;
}
.btn-transparent-warning:hover,
.btn-transparent-danger:hover,
.btn-transparent-success:hover,
.btn-transparent-info:hover {
    background: transparent;
    color: #000;
    border: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f9fa !important;
}
table.dataTable {
    /*border-collapse: collapse !important;*/
    width: 100% !important;
}
.table thead th {
    border-bottom: 1px solid #b6b7b7;
}
table.dataTable td {
    vertical-align: middle;
    white-space: nowrap;
}
.left-bar {
    width: 100%;
    min-width: 100%;
    margin-right: 0
}
@media (min-width: 1200px) {
    .left-bar {
        width: 320px;
        min-width: 320px;
        margin-right: 20px;
    }
}

.box-sm .box-header {
    color: #495057;
    font-weight: 500;
    padding: 15px 15px 5px 10px;
    border: none;
    /*padding: 10px 15px 10px 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgb(222 226 230);*/
}
.box-dashboard .box-title,
.box-sm .box-title {
    font-size: 14px;
    font-weight: bold;
    color: #495057;
}
.box-dashboard .box-body,
.box-sm .box-body {
    padding: 0 15px 15px 15px;
}
.box-dashboard .box-header  {
    color: #495057;
    font-weight: 500;
    padding: 15px 15px 5px 15px;
    border: none;
}


.box-title-with-value {
    display: flex !important;
    justify-content: space-between;
}
.box-title-value {
    font-size: 12px;
    color: #747474;
}
.list-sm {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-sm-item {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.list-sm-item.active {
    font-weight: 500;
    background-color: #f2f6f8;
    margin: 0 -15px 0 -15px;
    padding: 5px 15px 5px 12px;
    border-left: 3px solid #1f87e5;
}
.list-sm-item.lg-padding {
    padding: 10px 0;
}
.list-sm-item.active.lg-padding {
    padding: 10px 15px 10px 12px;
}
.contact-overview {
    margin: -20px -10px 0 -10px;
}
.contact-overview-row:nth-child(odd) {
    background-color: #f8f9fa;
}
.contact-overview-value,
.contact-overview-label {
    padding: 5px 15px;
    border-bottom: 1px solid #dee2e6;
}
.contact-overview-value {
    font-weight: bold;
}
#data-table-container {
    opacity: 0;
    transition: all .2s ease-in-out .2s;
}
#data-table-container.loaded {
    opacity: 1;
}
#preloader {
    opacity: 1;
}
#preloader.hide {
    transition: all .2s ease-in-out;
    opacity: 0;
}
.map-box {
    margin: 0 -15px;
}
.profile-name {
    font-size: 14px;
}
.profile-data-label {
    font-size: 11px;
}
.profile-data-value {
    font-size: 13px;
    font-weight: 500;
}
.profile-avatar {
    width: 68px;
    height: 68px;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -34px;
}
.profile-name-container {
    margin-top: 40px;
}
.profile-data {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
.profile-data:first-child {
    border-top: 1px solid #ccc;
    padding-top: 7px;
}
.profile-data-icon {
    display: flex;
}
.profile-data-icon .profile-data-label {
    width: 20px;
}
.profile-data-icon .profile-data-value {
    flow-from: 1;
}

.table-xs td, .table-xs th {
    padding: 6px;
    line-height: 1.6;
    font-size: 12px;
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1900px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.dropzone {
    min-height: 150px;
    border: 5px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.dz-message {
    font-size: 22px;
    margin: 0;
    color: rgba(0, 0, 0, 0.3);
}
.custom-control-label::after,
.custom-control-label::before {
    width: 16px;
    height: 16px;
}
.custom-control-label {
    line-height: 24px;
}
.fc-daygrid-event {
    padding: 5px;
}

/*.list-sm-item-number {
    font-size: 14px;
}*/

.navbar-nav>.messages-menu>.notifications__menu, .navbar-nav>.notifications__menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu{
  width: 480px;
  padding: 0;
  margin: 0;
  top: 100%;
  max-height: 600px;
  box-shadow: 0 0 0 1px rgba(42,59,77,.24);
  border-radius: 4px;
  background-color: #fff;
  overflow: auto
}

.navbar-nav>.notifications__menu>.dropdown-menu>li.header {
  background-color: #fff;
  border-radius: 4px;
  line-height: 24px;
  border-bottom: 1px solid #ddd
}
.new__notification{
  background-color: #a7d7ef
}
.notification__counter {
  position: absolute;
  top: 5px;
  color: #fff;
  background-color: #e84b17;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  text-align: center;
  box-shadow: 0 0 0 1px #fff;
}

.skin-blue .main-header .logo {
    background-color: #fff;
}
.modal-header * {
    color: #fff;
}
.modal-header {
    background-color: #2a3143;
    color:#fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.profile-user-info .map-box {
    margin-top: 0;
    margin-bottom: 0;
}
.skin-blue .sidebar-menu>li:hover>a {
    color:#fff;
}
.bg-pale-secondary {
    background-color: #fff !important;
}
.profile-user-info {
    padding: 15px 15px;
}
.nav-tabs-custom>.nav-tabs>li a.active {
  border-top-color: #97be0d;
}
.nav-tabs-custom>.nav-tabs>li>a.active:hover, .nav-tabs-custom>.nav-tabs>li>a.active {
  background-color: #465161;
  color: #ffffff;
}
.user-profile {
  background-color: #3e485c;
  background-image: none;
}
.btn-social-icon.btn-sm {
  height: 25px;
  width: 25px;
}
.btn-social-icon.btn-sm>:first-child {
  line-height: 23px;
  width: 23px;
  font-size: 1em;
}

.border-custom:first-child { border-top: none!important; }
.carousel-caption {
  text-align: left;
  top: 10%;
  font-size: 32px;
  left: 10%;
}
.carousel-caption p {
  margin-bottom: 0.5rem;
}
.invisibile{
  display: none;
}
.no-padding{
  padding:0
}
.alert{
  right: 10px;
  bottom: 0;
  position: fixed;
  z-index: 3000;
  width: 500px;
  box-shadow: 10px 10px 20px rgba(145, 145, 145, 0.3);
  margin-left: 20px;
}
.modal{
	z-index: 9999;
}
.errore{
	border-color:#f33155;
}
.consoleLatenza{
  height: 200px;
  overflow-y: auto;
  border: 1px solid #000;
  background-color: #000;
  color: lime;
  padding: 20px;
}
.grigioBarche{
	background: #2c2c2c;
	color:#fff;
}
.NoGrassetto{
	font-weight:normal;
}
.prenotato{
	background-color: #ff8c00;
	color: #fff;
	transition: all 1s;
	cursor: help;
}
.noGrassetto{
  font-weight: normal!important;
}
.prenotato:hover{
	background-color: #ffa07a;
}
.confermato{
	background-color: #228b22;
	color: #fff;
	transition: all 1s;
	cursor: help;
}
.confermato:hover{
	background-color: #00fa9a;
}
.scaduto{
	background-color: #ff0000;
	color: #fff;
	transition: all 1s;
	cursor: help;
}
.scaduto:hover{
	background-color: #ff6347;
}
.normale{
	cursor:pointer;
}
.periodi{
	border: 1px solid #dedede;

	padding: 10px;
}
.alert-verde{
  background-color: #33ab09;
  color: #fff;
}
.alert-rosso{
  background-color: #f40606;
  color: #fff;
}
.alert-blu{
  background-color: #069ef4;
  color: #fff;
}
.alert-arancio{
  background-color: #faa604;
  color: #fff;
}
.dietro{
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.80);
  align-items:center;
}
.barra{
  height: 30px;
  width: 100%;
}
.spinner{
    width: 150px;
    height: 150px;
    border-right: 15px solid #00f919;
    border-top:15px solid #f25a41;
    border-bottom:15px solid rgb(10, 43, 219);
    border-left: 15px solid #00ffc9;
    border-radius: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    animation: spin 0.8s infinite linear;
}
input[type="checkbox"]{
  display: none;
}
.marco{
  background-color: rgb(223, 74, 235)!important;
  height: auto;
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
.maiuscolo{
	text-transform: uppercase;
}


#dropZone {
	border: 3px dashed #0088cc;
	padding: 50px;
	width: 500px;
	margin-top: 20px;
}

#files {
	border: 1px dotted #0088cc;
	padding: 20px;
	width: 200px;
	display: none;
}

			#error {
					color: red;
			}
.scoller{
	overflow-y: auto;
}
.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
	z-index: 9999;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 80px;
  box-sizing: border-box;
}
.loader .loader-item {
  position: relative;
  float: left;
  height: 40px;
  width: 4px;
  margin: 0 2px;
  background-color: #ffffff;
}
.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
          animation: loader-item-1 2s linear infinite;
}
.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
          animation: loader-item-2 2s linear infinite;
}
.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
          animation: loader-item-3 2s linear infinite;
}
.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
          animation: loader-item-4 2s linear infinite;
}
.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
          animation: loader-item-5 2s linear infinite;
}
.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
          animation: loader-item-6 2s linear infinite;
}
.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
          animation: loader-item-7 2s linear infinite;
}
.loader .loader-item:nth-child(8) {
  -webkit-animation: loader-item-8 2s linear infinite;
          animation: loader-item-8 2s linear infinite;
}
.loader .loader-item:nth-child(9) {
  -webkit-animation: loader-item-9 2s linear infinite;
          animation: loader-item-9 2s linear infinite;
}
.loader .loader-item:nth-child(10) {
  -webkit-animation: loader-item-10 2s linear infinite;
          animation: loader-item-10 2s linear infinite;
}
.loader:after {
  content: 'Caricamento...';
  font-size: 16px;
  font-family: "Arial";
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
}
@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .carousel {
    height: 100%;
  }
  .carousel-inner {
    height: 100%;
  }
  .carousel-item {
    height: 100%;
  }
  .carousel-item .img-fluid {
    height: 100%;
  }
  .footer-login {
    text-align:center;
    margin-left: 0px;
  }
  .carousel-caption {
    font-size: 20px
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 991px) {
  .navbar-nav>.notifications__menu>.dropdown-menu {
        width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .login-box {
    height: 100%;
  }
  .login-slider {
    display: none;
  }
  .footer-login {
    text-align:center;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .login-box {
    height: auto;
  }
  .login-slider {
    display: none;
  }
  .footer-login {
    text-align:center;
  }
}
