/* CSS Document */
::selection {
  background: #D1DBFD; 
}
::-moz-selection {
  background: #D1DBFD; 
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #479ee4;
}
body {
	background-color: #F7F7F7;
}
.topbar {
	background-color: #479ee4;
	margin-left: -25px !important;
	margin-right: -15px !important;	
	border-bottom: 1px solid #e7e7e7;
	height: 81px;
	padding-top: 9px;
	
}
.topbar a{
	color:#fff;
}
h1.underline {
	margin-bottom:20px; padding:10px; border-bottom:1px solid #C6C6C6;  padding-left:0; 
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#bigLogo {
		display:none;
	}
	#littleLogo {
		display:block !important;
	}
	
	
}
@media (max-width: 768px){
.navbar-toggle {
	display: block !important;
	
}
.navbar-nav {
	float: none; 
	margin: 7.5px -15px;
}
}
@media (max-width: 1200px){
	.tableresponsive td{
		display:block;
		width:100%;
		padding:30px;
	}
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
a.dashbutton {
	color:#333;
	text-decoration:none !important;
}
a.dashbutton:hover {
	text-decoration:none !important;
}
.dashbutton {
	background-color:#FFF;
	padding:0;
	display:block;
	width:100%;
}
.dashicon {
	padding:15px;
	box-sizing:border-box;
}
.row-xs-flex-center {
    display:flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
        align-items:center;
    }
}
html,body {
	height:100%;
}
      
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.row-flex-wrap {
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
.dashbox {
	  min-width: 145px;
}
.chartHold {
	width: auto;
	margin:15px;	
}
.legend ul {
	list-style:none;
	margin:0;
	padding:0;
}
.legend li{
	margin:0;
	padding:10px 0px;
	list-style:none;
	display:inline-block;
	margin-left:20px;
}
.legend span {
	width:15px;
	height:15px;
	display:inline-block;
	margin-right:10px;
}
.accountdetails div {
	padding-top:15px;
	padding-bottom:15px;
}
label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    display: block;
}
div.error {
	padding:5px 10px;
	color:white;
	background-color:#E0295A;
	border-radius:5px;
	margin-top:6px;
	margin:6px;
	position:relative;
	background: linear-gradient(180deg, #e0295a, #9f0f36);
	background-size: 400% 400%;
	-o-animation: ErrorBackground 4s ease infinite;
	-webkit-animation: ErrorBackground 4s ease infinite;
	-moz-animation: ErrorBackground 4s ease infinite;
	animation: ErrorBackground 4s ease infinite;
}
div.error:before {
	  border-width: 7px;
	  border-style: solid;
	  border-color: transparent;
	  border-bottom-color: #D7194B;
	  content: "";
	  position: absolute;
	  top: -14px;
	  left: 20px;
}



@-webkit-keyframes ErrorBackground {
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
@-moz-keyframes ErrorBackground {
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
@keyframes ErrorBackground { 
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
@-o-keyframes ErrorBackground {
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.dataTable tbody th, table.dataTable tbody td {
	vertical-align: middle;
}

.ajaxloader {
	position: fixed;
	background-color:rgba(0,0,0,0.5);
	top:0; bottom:0; left:0; right:0;
	height:100%;
	overflow:hidden;
	display:none;
	z-index:10000;
}
.loader-inner {
	top: 50%;
  	left: 50%;
	transform: translateY(-50%);
}
.btn-fuelogic { 
  color: #ffffff; 
  background-color: #479EE4; 
  border-color: #62A9E3; 
} 
 
.btn-fuelogic:hover, 
.btn-fuelogic:focus, 
.btn-fuelogic:active, 
.btn-fuelogic.active, 
.open .dropdown-toggle.btn-fuelogic { 
  color: #ffffff; 
  background-color: #398CD1; 
  border-color: #62A9E3; 
} 
 
.btn-fuelogic:active, 
.btn-fuelogic.active, 
.open .dropdown-toggle.btn-fuelogic { 
  background-image: none; 
} 
 
.btn-fuelogic.disabled, 
.btn-fuelogic[disabled], 
fieldset[disabled] .btn-fuelogic, 
.btn-fuelogic.disabled:hover, 
.btn-fuelogic[disabled]:hover, 
fieldset[disabled] .btn-fuelogic:hover, 
.btn-fuelogic.disabled:focus, 
.btn-fuelogic[disabled]:focus, 
fieldset[disabled] .btn-fuelogic:focus, 
.btn-fuelogic.disabled:active, 
.btn-fuelogic[disabled]:active, 
fieldset[disabled] .btn-fuelogic:active, 
.btn-fuelogic.disabled.active, 
.btn-fuelogic[disabled].active, 
fieldset[disabled] .btn-fuelogic.active { 
  background-color: #479EE4; 
  border-color: #62A9E3; 
} 
 
.btn-fuelogic .badge { 
  color: #479EE4; 
  background-color: #ffffff; 
}

.date {
	cursor:pointer !important;
	background-color:#FFFFFF !important;
}
.footer-credit {
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
}
.footer-credit a {
	color:#404040;
	text-decoration:none;
}

@font-face {
  font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-btklqs');
	src:url('/fonts/icomoon.eot?#iefix-btklqs') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?-btklqs') format('truetype'),
		url('/fonts/icomoon.woff?-btklqs') format('woff'),
		url('/fonts/icomoon.svg?-btklqs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.newBanner{
  position: absolute;
  right: -21px;
  top: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 5px 26px;
  background-color: rgb(4, 178, 0);
  color: #FFF;
}
hr {
	    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    color: #333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;	
}
.picker__input {
	cursor:pointer !important;
	background-color:#FFF !important;	
}

.admincheckbox input[type=checkbox] {
  display: none;
}

.admincheckbox label,
.admincheckbox p {
  padding-left: 50px;
}

.admincheckbox .check-awesome {
  position: relative;
}
/* checkbox css */

.admincheckbox label {
  cursor: pointer;
}

.admincheckbox label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.admincheckbox label .circle {
  background: #FFF;
  left: -15px;
  top: -15px;
  height: 30px;
  width: 30px;
  z-index: -1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.admincheckbox label .box {
  border: none;
  height: 26px;
  width: 26px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  
}
.admincheckbox label .box:before,.admincheckbox label .box:after{
    content:'';
    position:absolute;
    width:26px;
    height:2px;
    background-color:#E53336;
    border-radius:2px;
    top:0px;
}

.admincheckbox label .box:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    left:0;
}
.admincheckbox label .box:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:0;
}

.admincheckbox label .check {
  top: -3px;
  left: 9px;
  width: 12px;
  height: 24px;
  border: 2px solid #0f9d58;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* handling click events */
/* when checkbox is checked */

.admincheckbox label .circle {
  -webkit-animation: growCircle 0.3s ease;
  -moz-animation: growCircle 0.3s ease;
  animation: growCircle 0.3s ease;
}

.admincheckbox input[type=checkbox]:checked ~ label .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

.admincheckbox input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
/* bubble animation */

@-webkit-keyframes growCircle {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  70% {
    background: #DDD;
    -webkit-transform: scale(1.25);
  }
}

@-moz-keyframes growCircle {
  0%, 100% {
    -moz-transform: scale(0);
  }
  70% {
    background: #DDD;
    -moz-transform: scale(1.25);
  }
}

@keyframes growCircle {
  0%, 100% {
    transform: scale(0);
  }
  70% {
    background: #DDD;
    transform: scale(1.25);
  }
}
.cke_bottom {
	    background: #398CD1 !important;
}
.cke {
	    border: 1px solid #398CD1 !important;
}