/* 
main.css
LNXtrack project :)
(c) 2016 GM-xpkiller konzorcium


*/

a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.cursor {
	cursor: pointer; 
	cursor: hand;
}

html {
	position:relative;
	min-height: 100%;
}

body {

	overflow-x: hidden;
}

.tooltip-inner {
    max-width: 500px;
}

#footer {
	background-color: #222;
	text-align: center;
	color: #aaa;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.footerlink {
    text-decoration: none;
	color: #aaa;
}
.footerlink:hover{
    text-decoration: none;
	color: white;
}

#error_message, #message{
	position: fixed;
	top: 0; 
	left: calc(50% - 200px); 
	width: 400px; 
	z-index: 999999;
}


.navbar {
	margin-bottom: 0;
	border-radius: 0;
}


.filter-button {
	width: 100%;
}

.single-list-group{
	max-height: calc(100vh - 300px);
	overflow-y: scroll;
}


.small-list-panel {
	max-height: 174px;
	min-height: 80px;
	overflow-y: scroll;
	position: relative;
}

.single-full-list-panel {
	height: 174px;
	overflow-y: scroll;
}

.single-full-list-panel-one-button {
	height: 224px;
	overflow-y: scroll;
}

.list-group {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 0;
}

.userimage {
	object-fit: cover;
	height: 50px;
	width: 50px;
}

.portal .content{
	margin: 0;
	padding: 0;
}

#map_frame {
	width: 100%;
	height: 100%;
}

#maps-ui-widget-content {
	width: 100%;
	position: relative;
}

#icon_filter_arrow {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.icon_filter_arrow_rotated {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.page-content{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 200px;
	height: 100%; 
	overflow-y: auto;
}

.user-device-container {
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #eee;
	transition: 0.12s all;
	-webkit-transition: 0.12s all;
	-moz-transition: 0.12s all;
	-o-transition: 0.12s all;
	-ms-transition: 0.12s all;
	margin-top: 5px;
	margin-bottom: 10px;
}

.user-device-container:hover{
	background: #eeeeee;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.user-device-image {
	height: auto;
	max-height: 100px;
	max-width: 100px;
	float: left;
}

.user-device-info {

	margin-left: 120px;


}

.user-device-id {
	font-size: 21px;
}

.page-scrollspy-pills{
	position:fixed;

}

.glow-blue {
	text-shadow: 0px 0px 7px rgba(0, 200, 255, 0.8);
}

.glow-red {
	text-shadow: 0px 0px 7px rgba(255, 0, 0, 0.6);
}

.glow-green {
	text-shadow: 0px 0px 7px rgba(0, 255, 0, 0.6);
}

.panel {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gm-align-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Car listing */
.car-list-item-container{
	position: relative;
	min-height: 40px;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.checkmark-bgnd{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	bottom: 0;
	background-color: #fff;
}
.car-list-item-container:hover .checkmark-bgnd{
	background-color: #bbb;
}

.checkmark-selected {
    background-color: #2196f3;
}
.carlist-checkmark .icon-checkmark{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.carlist-checkmark .icon-checkmark2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ddd;
}
.car-list-item-detail-container{
	position: absolute;
	left: 40px;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding-left: 10px;
	top: 0;
}
.car-list-item-interval-container{
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 40px;
	right: 0;
	bottom: 0;
	color: white;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	padding-left: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
}

.car-list-item-interval-visibility-icon:hover ~ .car-list-item-interval-container{
	visibility: visible;
	opacity: 1;
}

.car-list-item-interval-visibility-icon{
	visibility: hidden;
	opacity: 0;
	height: 10px;
	width: 10px;
	right: 5px;
	bottom: 10px;
	position: absolute;
	z-index: 9;
}

.car-list-item-interval-visibility-icon:hover{
	color: #777;
}

.car-list-item-container:hover .car-list-item-interval-visibility-icon{
	visibility: visible;
	opacity: 1;
}

.map-legend-container{
	padding: 5px; 
	border-radius: 5px; 
	background-color: rgba(255,255,255,0.9); 
	width: 100%; 
	height: 100%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

.callcenter-panel {
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
}
.callcenter-panel-red {
	background-color:#f00000;
}
.callcenter-panel-blue {
	background-color:#00aeff;
}
.callcenter-panel-green {
	background-color:#00de00;
}
.callcenter-panel-brown {
	background-color: #d79000;
}
.color-panel-text {
	color: white; 
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

/* bootstrap hack: fix content width inside hidden tabs  google chartok miatt kellett (http://stackoverflow.com/questions/17206631/why-are-bootstrap-tabs-displaying-tab-pane-divs-with-incorrect-widths-when-using/23267110#23267110) */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
	display: block;
	height: 0;
	overflow-y: hidden;
} 
/* bootstrap hack end */


/* On small screens */
@media screen and (max-width: 767px) {

	.affix {
		position: static;
	}
	#error_message, #message{
		position: fixed;
		top: 5px; 
		left: 5px; 
		right: 60px; 
		width: auto;
		z-index: 9999;
	}

	.sidenav {
		height: auto;
		padding: 15px;
		margin-bottom: 0px;
	}

	.row.content {height:auto;} 

	.single-list-group{
		max-height: 150px;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 991px) {      	   /* On medium screens */
	.page-scrollspy-pills{
		display: none;
	}
	.page-content{
		padding-right: 20px;
	}

}


/* On larger screens than phone */
@media screen and (min-width: 768px) {


	.col-sm-6.content{
		margin-left: 340px;
		width: calc(100% - 340px);
		padding: 10px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.col-sm-6.content.full-map-view{
		margin-left: 0px;
		width: 100%;
	}

	.sidenav {
		width:340px;
		position: fixed;
		height: auto;
		padding: 10px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.sidenav-left-up {
		top: 50px;
		left: 0;
	}

	.sidenav-container {
		overflow-y: auto;
		/*max-height: calc(100vh - 150px);*/
	}

	.sidenav-container-map {
		overflow-y: auto;
		height: calc(100vh - 150px);
	}
	
	.sidenav-container-normal {
		overflow-y: auto;
		max-height: calc(100vh - 180px);
	}

	.sidenav-hidden{
		left: -320px;
		padding-right: 30px;
		z-index: 999;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}


	.sidenav-hidden-hovered{
		left:0;
		z-index: 999;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	} 


	.single-full-list-panel {
		height: calc(100vh - 200px);
	}

	.single-full-list-panel-one-button {
		height: calc(100vh - 240px);
	}
	
	.map-device-list {
		height: calc(100vh - 510px);
		overflow-y: scroll;
		position: relative;
		max-height: calc(100vh - 510px);
	}
    
	/***************  Map resize on large screens ************/

	.map-absolute{
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.map-fixed{
		position: fixed;
		top: 60px;
		right: 10px;

	}

	.map-25{
		height: calc(25vh - 100px);
	}
	.map-50{
		height: calc(50vh - 100px);
	}
	.map-75{
		height: calc(75vh - 100px);
	}
	.map-100{
		height: calc(100vh - 150px);
	}




}

/***************** Térképes keresésnél legördülő kártya *********************/

.pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      .pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
        z-index: 10000;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }
    .pac-item{
        z-index: 10000;
    }

/******************************  FAB ***********************/
    .fab {
      position: fixed;
      width: 56px;
      right: 20px;
      bottom: 45px;
      margin-left: -28px;
      z-index: 1100000;
    }

    .fab:hover .fab-buttons {
      opacity: 1;
      visibility: visible;
    }

    .fab:hover .fab-buttons__link {
      transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
    }

    .fab-action-button:hover + .fab-buttons .fab-buttons__link:before {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transform-origin: right center 0;
      transition-delay: 0.3s;
    }

    .fab-action-button {
      position: absolute;
      bottom: 0;
      display: block;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }

    .fab-buttons {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      list-style: none;
      margin: 0;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s;
    }

    .fab-action-button__icon {
      display: inline-block;
      width: 56px;
      height: 56px;
      background:'\ea0a' center no-repeat;
    }

    .fab-buttons__item {
      display: block;
      text-align: center;
      margin: 12px 0;
    }

    .fab-buttons__link {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-decoration: none;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
      -moz-transition: .3s;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
    }

    [data-tooltip]:before {
      top: 50%;
      margin-top: -11px;
      font-weight: 600;
      border-radius: 2px;
      background: #585858;
      color: #fff;
      content: attr(data-tooltip);
      font-size: 12px;
      text-decoration: none;
      visibility: hidden;
      opacity: 0;
      padding: 4px 7px;
      margin-right: 12px;
      position: absolute;
      transform: scale(0);
      right: 100%;
      white-space: nowrap;
      transform-origin: top right;
      transition: all .3s cubic-bezier(.25, .8, .25, 1);
    }

    [data-tooltip]:hover:before {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transform-origin: right center 0;
    }

    .icon-material {
      display: inline-block;
      width: 40px;
      height: 40px;
    }
/******************************  FAB END  *********************/



/******************************   Evenet list    ****************************/
.event-container{ vertical-align: middle;}
@media screen and (max-width: 767px) {
    .event-item{ position: relative; margin-left:15px;}


    .event-container{ text-align: center;}
}

@media screen and (min-width: 768px) {
    .event-item{ position: absolute; left: 50px; top: 50%; transform: translateY(-50%);}

    .event-container{ text-align: left;}
}


/******************************   Design elemek  ****************************/
.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}


.radioBtn .notActive{
	color: #3276b1;
	background-color: #fff;
}

.spacer{
	height: 10px;
}

.map-current-infos-box{
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.map-current-infos-box:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    
}

.map-current-infos-box .panel-heading {
     transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.map-current-infos-box:hover .panel-heading {
   background-color: #2196f3;
   color: #ffffff;
}


/********************************* SLIDER *****************/
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    outline: none;
    margin-top: 10px;
    background-color: #999;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
	border: 0;
}
.slider::-webkit-slider-thumb:hover {
	box-shadow: 0px 0px 7px #2196f3;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
	border: 0;
}
.slider::-moz-range-thumb:hover {
	box-shadow: 0px 0px 7px #2196f3;
}
/********************************* SPINNER *****************/

.loader {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border: 6px solid #f3f3f3; /* Light grey */
	border-top: 6px solid #2196f3; /* Blue */
	border-radius: 50%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* loader háttér mapnál */
#mapProgressBar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: lightgray; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Safari 5.1-6*/
	background: -o-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Opera 11.1-12*/
	background: -moz-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Fx 3.6-15*/
	background: radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Standard*/

}

/* css loader grid logoval */
.sk-cube-grid {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
	width: 30px;
	height: 30px;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
	background: url('../images/gsmpro_loader_logo.jpg') -30px 0;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
	background: url('../images/gsmpro_loader_logo.jpg') -60px 0;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 -30px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
	background: url("../images/gsmpro_loader_logo.jpg") -30px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
	background: url("../images/gsmpro_loader_logo.jpg") -60px -30px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 -60px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
	background: url("../images/gsmpro_loader_logo.jpg") -30px -60px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
	background: url("../images/gsmpro_loader_logo.jpg") -60px -60px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }

.sk-cube-grid .sk-cube1-gt {
	background: url("../images/gt_loader_logo.png") 0 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube2-gt {
	background: url('../images/gt_loader_logo.png') -30px 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube3-gt {
	background: url('../images/gt_loader_logo.png') -60px 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube4-gt {
	background: url("../images/gt_loader_logo.png") 0 -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube5-gt {
	background: url("../images/gt_loader_logo.png") -30px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6-gt {
	background: url("../images/gt_loader_logo.png") -60px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube7-gt {
	background: url("../images/gt_loader_logo.png") 0 -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube8-gt {
	background: url("../images/gt_loader_logo.png") -30px -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube9-gt {
	background: url("../images/gt_loader_logo.png") -60px -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	} 35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1); 
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	} 35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	} 
}


/******** angulr repeate animation ***********/

    .animate.ng-enter, 
    .animate.ng-leave { 
        -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        position: relative;
        display: block;
    } 
     
    .animate.ng-leave.ng-leave-active,
    .animate.ng-enter {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        height: 0;
        opacity: 0;
    }
     
    .animate.ng-enter.ng-enter-active,
    .animate.ng-leave {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        height: 30px;
        opacity: 1;
    }

.unpaid-invoice-list-container {
    display:flex;
    align-items:center;
    justify-content:space-around;
    flex-direction:row
}
@media only screen and (max-width:510px) {
    .unpaid-invoice-list-container {
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-direction:column
    }
}

.loader-pane {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .7);
    color: #ee5f5b;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    z-index:9999;
}

.list-item-checked {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: rgba(255, 255, 255, 1);
    background-color: #174ea6 !important;
}

.list-header-selected {
    background: #174ea6;
    padding: 5px 0 5px 5px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    margin: -5px 0;
}
.Pane--placeholder {
    position: absolute;
    top:0;left:0;bottom:0;right:0;
    display:flex;
    justify-content: center;
    align-items: center;
}