----------------------------------------------------*/
/*---------- Universal -------------------------------*/
/*----------------------------------------------------*/
.hidden {
  display: none;
}
.shown {
  display: block;
}
.noMargin {
  margin: 0;
}
#content {
  background-color: #ccc;
  padding-bottom: 50px;
}
div.contentWrapper {
    max-width: 1080px;
    margin: 0 auto;
}
div.bgHeli {  
  background: url('../images/bg-body.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 59px;
}
div.center-btn {
  text-align: center;
  padding-top: 2px;
}
div.center-btn > a.wide {
  width: 100%;
  max-width: 400px;
  margin-top: 0.8em;
}
a.button-gold {
  background: linear-gradient(to bottom, #f9eab3 0%, #bfb06f 100%);
  color: #000;
  font-weight: 600;
}
.refuel-flexWrap .inputWrap {
  background-color: rgba(255,255,255,0.1);
  border-bottom: 1px solid #cacaca;
  width: 100%;
}
.inputWrap label {
  height: 1.5em;
}
.inputWrap select,
.inputWrap input {
  text-indent: 5px;
}
/*-----------------------------------*/
/*------ Universal Typography -------*/
/*-----------------------------------*/
.text-field, body, div.toggle > a.toggle-title, p, p strong, input, select, strong, span, h1, h2, h3, h4, h5, h6{
  color: #fff;
  font-family: 'Muli', sans-serif;
}
option, optgroup {
  color: #000;
}
/*--- End of Universal Typography ---*/
/*--------------- End of universal -------------------*/

/*----------------------------------------------------*/
/*---------- Header ----------------------------------*/
/*----------------------------------------------------*/
.header-logo-swedfuel {
  background-image:url(../images/swedfuel_text-only.png);
    background-size:227px 35px;
    margin-left:auto;
    margin-right:auto;
    margin-top:12px;
    width:227px;
    height:35px;
    z-index:12;
}
/*--------------- End of Header ----------------------*/

/*----------------------------------------------------*/
/*---------- Sidebar ---------------------------------*/
/*----------------------------------------------------*/
#snap-drawer a > em,
#snap-drawer p {
  color: #fff;
  font-family: 'Muli', sans-serif;
}
.sidebar-logo-heliair {
  background-image:url(../images/heliairlogo.png); 
  background-repeat:no-repeat;
  background-size:175px 77px;
  width:175px; 
  height:77px;
  margin-left:40px;
  margin-top:20px;
  margin-bottom:20px;
}
div.snap-drawer > div.sidebar-menu {
  margin-bottom: 5px;
}
div.sidebar-menu a em {
  color: #cacaca;
  font-size: 19px;
}
p.userInfo {
  color: #fff;
  font-size: 1.1em;
  margin: 5px 1em;
}
div.checkboxSetting {
  margin: 15px 5px 20px;
  padding: 0px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  width: 252px;
}
label.cbShowAllLabel {
  padding-top: 2px;
  font-size: 14px;
}
input[type="checkbox"].cbShowAll {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  padding: 0;
  margin-top: 4px;
}
/*---------- End of Sidebar --------------------------*/


/*----------------------------------------------------*/
/*---------- Login Page ------------------------------*/
/*----------------------------------------------------*/
.loginLogo {
  width:231px;
  height:130px;
  background-image:url(../images/swedfuel_transparent_logo.png);
  background-size:231px 130px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}
#loginMessage > p{
  color: #FC6805;
  font-weight: 600;
  font-size: 1.2em;
}

/*---------- End of Login Page -----------------------*/

/*----------------------------------------------------*/
/*---------- Home/Status Page ------------------------*/
/*----------------------------------------------------*/
div.statusItem {
  z-index: 999;
  cursor: pointer;
}
h2#topMessage {
  color: green;
  text-align: center;
  margin: 0.5em 0 0;
}
div#content div.helpBar {
  background: rgba(0,0,0,0.60);
  width: 90%;
  max-width: 500px;
  height: 32px;
  margin: 10px auto 0;
  padding: 0;
  border: 1px solid white;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
div.helpBar h2 {
  padding: 0;
  
  line-height: 30px;
  font-size: 1em;
}
div.helpOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 60px;
  overflow-y: scroll;
  background: rgba(0,0,0,0.85);
  z-index: 9;
  display: none;
}
div.helpOuterOverlay {
  /*Flex Properties*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
div.helpClose {
  width: 95%;
  height: 45px;
  margin: 10px auto 0;
  padding: 10px 0 0;
  border: 1px solid #b20000;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
div.helpReg {
  cursor: pointer;
  border: 1px solid white;
  height: 50px;
  width: auto;
  max-width: 200px;
  min-width: 120px;
  margin: 2em 1em;
  padding: 12px 10px 0;
}
div.helpInfo {
  display: none;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
div.helpInfo div.infoBox {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 650px;
  text-align: left;
}
div.helpInfo div.adminInfo {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 10px 0;
}
div.helpInfo p.infoCloseText {
  position: fixed;
  top: 3px;
  right: 5px;
  color: #b20000;
  font-size: 10px;
  font-weight: 600;
}
h3.tankStatus {
	padding: 1px 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 1.5em;
}

p.tankStatus {
	margin: 0;
}

div.statusDivide {
	width: 100%;
	margin: 1em 0 0 0;
	text-align: center;
}
div.statusDivide > em {
	font-size: 2em;
	font-weight: 600;
}

div.statusContainer {
	margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

div.statusItem {
  padding-bottom: 10px; 
  flex-grow: 1;
  width: 160px;
}
div.statusItem.orange h3.tankStatus {
  color: orange;
}
div.statusItem.red h3.tankStatus {
  color: red;
}
div.statusItemOverlay {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 0 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  border-radius: 1.5em;
}
h3.tankStatus.titleOverlay {
  margin-bottom: 0.5em;
}
div.statusItemOverlay > p.tankStatus {
  font-weight: 600;
  height: 25px;
}
div.statusItemOverlay p.tankStatus span {
  font-weight: 300;
}
div.statusItemOverlay a.statusItemOverlayRefuelBtn {
  position: absolute;
  bottom: 0px;
  left: 10%;
  height: 30px;
  width: 80%;
  padding: 0;
}
div.statusItemOverlay p.tankStatus.orange,
div.statusItemOverlay p.tankStatus.orange > span {
  color: orange;
  font-weight: 600;
}
div.statusItemOverlay p.tankStatus.red,
div.statusItemOverlay p.tankStatus.red > span {
  color: red;
  font-weight: 600;
}
/*---------- End of Home/Status Page -----------------*/

/*----------------------------------------------------*/
/*---------- Refuel Page -----------------------------*/
/*----------------------------------------------------*/
::-webkit-scrollbar {
  display: none;
}
.stepBtns {
  padding: 7px 9px;
}
/*-------------- Overlay Styling -------------*/
body.noscroll {
  overflow: hidden;
}
#instructionsOverlay {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  display: none;
  overflow-y: hidden;
}
#instructionsInnerOverlay {
  position: static;
  background: rgba(0,0,0,0.9);
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /*Parent Properties*/
  display: flex;
  justify-content: center;
}
#instructionsOverlayBox {
  background: rgba(0,0,0,0.9);
  border-radius: 20px;
  padding: 2em;
  width: 100%;
  min-height: 80%;
  max-width: 800px;
  /*Parent Properties*/
  display: flex;
  justify-content: center;
  /*Child Properties*/
  align-self: flex-start;
}
#instructionsContent {
  display: none;
}
#instructionsOverlay p {
  font-size: 1.1em;
  margin: 5px 5px 10px;
}
p#seeDaily {
  font-size: 1.15em;
  margin: 15px 15px 20px;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.overlayRecInputs {
  margin-top: 10px;
}
div#overlay-Manualreg.hidden {
  display: none;
}
div#overlay-ManualSign {
  display: none;
}

div#refuelOverlay {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
div#refuelInnerOverlay {
  position: static;
  background: rgba(0,0,0,0.7);
  overflow-y: scroll;
  margin: 0;
  width: 100%;
  height: 100%;
  /*Parent Properties*/
  display: flex;
  justify-content: center;
}
div#refuelOverlayPromptBox {
  background: rgba(0,0,0,0.4);
  border-radius: 20px;
  padding: 2em;
  min-width: 80%;
  min-height: 80%;
  /*Parent Properties*/
  display: flex;
  justify-content: center;
  /*Child Properties*/
  align-self: flex-start;
}
div#refuelOverlayPromptBox > div.hidden {
  display: none;
}
div#refuelOverlayPromptBox div.rfo {
  /*Child Properties*/
  align-self: center;
}
div#refuelOverlay .overlay-inputField {
  background: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  height: 2em;
  padding: 2px;
  margin: 0 0 1em;
}
div#refuelOverlay textarea.overlay-inputField {
  border: 0px;
  color: #cacaca;
}
#refuelOverlay p {
  margin: 0;
}
#refuelOverlayPromptBox a.stepBtns {
  margin-top: 20px;
}
#refuelOverlayPromptBox a.stepNextBtn.unclickable {
  color: rgba(255,255,255,0.2);
  background-color: rgba(39,174,96,0.2);
}
div.refuelOverlaySummary p {
  font-size: 1.1em;
}
div.refuelOverlaySummary p span {
  font-weight: 600;
}
p#overlaySum-time {
  margin-top: 10px;
}
div.refuelOverlaySummary p.overlaySum-label {
  color: #bfb06f;
}
p#overlaySum-amount,
p#overlaySum-amount span {
  font-size: 1.15em;
  font-weight: 600;
}
div#overlaySign {
  margin-top: 20px;
}
div.refuelOverlaySource > div.refuel-inputDatetimeFlex {
  margin-bottom: 10px;
  flex-wrap: nowrap;
  max-width: 100%;
}
.refuel-inputDatetimeSubFlex1 {
  width: 60%;
}
.refuel-inputDatetimeSubFlex2 {
  width: 40%;
}
div#refuelOverlay .refuel-inputDatetimeFlex .overlay-inputField {
  width: 100%;
  border-bottom: 0;
  padding-top: 0;
}
div.rfo select.refuel-inputField {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 1.3em;
}
p#overlay-lockCode {
  font-size: 1.2em;
  font-weight: 600;

}
/*--------- End of Overlay Styling -----------*/
#refuelDailyInput.hidden {
  display: none;
}
#refuelAdminInfo > .hidden {
  display: none;
}
.reverseBtns {
  display: none;
}
.refuel-inputField {
  background: none;
  width: 100%;
  border: none;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  height: 2em;
  padding: 2px;
  margin: 0;
}
.refuel-textArea > a {
  padding-left: 20px;
}
/*-- Main Flex Parent --*/
.refuel-flexWrap {
  margin-top: 10px;
  max-width: 800px;
  /*Parent Properties*/
  display: flex;
  flex-wrap: wrap;
}
/*-- Flex Children/ Sub Parents --*/
.refuel-flexItem1 {
  /*Parent Properties*/
  display: flex;
  flex-wrap: wrap;
  /*Child Properties*/
  flex: 1 1 325px;
}
.refuel-flexItem2 {
  /*Parent Properties*/
  display: flex;
  flex-wrap: wrap;
  /*Child Properties*/
  flex: 2 0 325px;
}


/*-- Sub Flex Children --*/
.refuel-inputFlexItem1 {
  flex: 1 0 325px;
}
.refuel-inputFlexItem2 {
  flex: 1 0 325px; 
}
.refuel-inputDatetimeFlex {
  /*Parent Properties*/
  display: flex;
  flex-wrap: wrap;
}
.refuel-inputDatetimeSubFlex1 {
  /*Child Properties*/
  flex: 1 0 50%;
}
.refuel-inputDatetimeSubFlex2 {
  /*Child Properties*/
  flex: 1 0 50%;
}
@media (min-width:650px){
    .refuel-flexWrap {
        min-height: 510px;
        margin: 0 auto;
    }
    .refuel-flexItem1 {
        height: 112px;
        padding-right: 20px;
    }
    .refuel-flexItem2 {
        align-self: flex-start;
    }

  }
.refuel-subFlexItem1 {
  /*Parent Properties*/
  display: flex;
  flex-wrap: nowrap;
  /*Child Properties*/
  flex: 1 3 auto;
}
.refuel-subFlexItem2 {
  /*Parent Properties*/
  /*Child Properties*/
  flex: 4 1 auto;
}
.refuelSub-subFlexItem1 {
  /*Parent Properties*/
  display: flex;
  flex-direction: column;
  /*Child Properties*/
  flex: 1 1 auto;
}
.refuelSub-subFlexItem2 {
  /*Parent Properties*/
  display: flex;
  flex-direction: column;
  /*Child Properties*/
  flex: 1 1 auto;
}
.inputBtn-flexWrap {
  /*Parent Properties*/
  display: flex;
  justify-content: space-between;
}
.inputBtn-flexItem1 {
  /*Child Properties*/
  flex: 0 0 50%;
}
.inputBtn-flexItem2 {
  height: 28px;
  line-height: 27px;
  padding-top: 0px;
  margin-bottom: 0px;
  /*Child Properties*/
  flex: 0 0 auto;
}
/*---------- End of Refuel Page ----------------------*/

/*----------------------------------------------------*/
/*---------- Manage Page -----------------------------*/
/*----------------------------------------------------*/
ul.tabs{
    display: flex;
    margin: 1em 0em 2em;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    font-size: 1.2em;
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
    pointer-events:all;
    border-right: 1px solid #333;
    border-top: 1px solid #555;
    height: 50px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
}
ul.tabs li.active-tab{
    pointer: cursor;
    pointer-events: none;
    background: rgba(0,0,0,0);
    color: #fff;
}
.manageListFlexWrap {
    margin-top: 10px;
    max-width: 800px;
    /*Parent Properties*/
    display: flex;
    flex-wrap: wrap;
}
.manageListFlexWrap > div.listToggle {
    /*Child Properties*/
    flex: 1 0 50%;
}
.manageUnitTankReleaseFlexWrap {
    /*Parent Properties*/
    display: flex;
    flex-wrap: nowrap;
}
.manageUnitTankReleaseFlexWrap > .tankRelease-flexItem1 {
    /*Child Properties*/
    flex: 4 1 100px;
}
.manageUnitTankReleaseFlexWrap > .tankRelease-flexItem2 {
    /*Child Properties*/
    flex: 2 1 100px;
}
.manageUnitTankReleaseFlexWrap > .tankRelease-flexItem3 {
    /*Child Properties*/
    flex: 0 1 124px;
    padding-top: 5px;
}
.manageUnitTankReleaseFlexWrap > .tankRelease-flexItem3 > a {
    width: 100%;
    margin: 0 10px 0 0;
}
span.manageListToggle {
  margin-top: 18px;
}
div.divEdit {
  min-height: 50px;
  padding: 5px;
  margin: 5px;
  border: 1px solid white;
  background: none;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
.listOperatorWrap textarea {
  margin-top: 20px;
  height: 150px;
  padding: 10px;
  background: rgba(0,0,0,0.5);
}
.listOperatorWrap a.opTaxBtn {
  margin: 20px auto 10px;
  width: 50%;
  min-width: 200px;
}
@media (min-width:650px) and (max-width:733px) { 
    .manageUnitTankReleaseFlexWrap > .tankerFlex > a {
        margin: 0 10px 0 0;
        padding: 0 10px;
        line-height: 1.3em;
    }
}
@media (min-width:733px) and (max-width:780px) { 
    .manageUnitTankReleaseFlexWrap > .tankerFlex > a {
        padding: 8px 10px;
    }
}

/* --- Reminders --- */

div.remindUnitWrap {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 20px auto 10px;
  padding: 10px; 
}
div.remindUnitWrap h2 {
  text-align: center;
}
div.remindItemWrap {
  width: 100%;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  margin-top: 5px;
  padding: 5px;
}
div.remindItemWrap.red input{
  color: #FF3232;
}
div.remindItemWrap.orange input{
  color: #FFB732;
}
div.remindInputWrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
div.remindInputWrap input {
  width: 50%;
  height: 40px;
  flex: 1 1 100px;
}
div.remindBtnsWrap {
  display: none;
  text-align: center;
}
div.remindBtnsWrap a {
  margin: 10px 20px;
  padding: 4px 20px;
}
/* --- End of Reminders --- */
/*---------- End of Manage Page ----------------------*/

/*----------------------------------------------------*/
/*---------- View Refuels Page -----------------------*/
/*----------------------------------------------------*/
.lists-flexWrap {
  margin-top: 10px;
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
}
/*-- Flex Children/ Sub Parents --*/
.lists-flexItem1 {
  /*Parent Properties*/
  
  /*Child Properties*/
  flex: 1 1 300px;
}
.lists-flexItem2 {
  /*Parent Properties*/
  /*Child Properties*/
  flex: 1 1 300px;
}
#refuelList {
  min-width: 290px;
}
/*-- Sub Flex Children --*/

@media (min-width:650px){
    .lists-flexWrap {
      margin: 0 auto;
    }
    .lists-flexItem1 {
        height: 112px;
        padding-right: 20px;
    }

  }
.lists-subFlexItem1 {
  /*Parent Properties*/
  /*Child Properties*/
  flex: 1 1 auto;
}
.lists-subFlexItem2 {
  /*Parent Properties*/
  /*Child Properties*/
  flex: 1 1 auto;
}
div.refuellist-changeInput.hidden {
  display: none;
}
div.lists-flexWrap div.content select#refuelUnitSelector {
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 5px;
  height: 40px;
}
/*---------- End of View Refuels Page ----------------*/

/*----------------------------------------------------*/
/*---------- Temporary Styling -----------------------*/
/*----------------------------------------------------*/
.text-field {
  background: none;
  border: none;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  height: 2em;
  padding: 2px;
  margin: 0;
}
a.button {
  font-size: 1.3em;
}
textarea.text-remarks {
  height: 4em;
  line-height: 1em;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border: 1px solid #cacaca;
  text-align: left;
}
a.listToggleWrap > span.listToggleReg.activeUnit {
  color: grey;
}

/*---------------------------------- Lists Styling ---------------------------------*/
.listOperatorWrap input {
  font-size: 26px;
  text-indent: 0px;
  text-align: center;
}
.listOperatorWrap label {
  padding: 20px 20px 10px;
  font-size: 20px;
  text-align: left;
}

.listFlexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.listFlexItem {
  flex: 1 1 300px;
  position: relative;
}
.lists-flexItem1 > div.content {
  max-width: 440px;
}
div.listToggle {
  margin: 0 auto;
  width: 100%;  
  min-width: 320px;
  flex-basis: 320px;
  overflow: hidden;
}
div.listToggleAdd {
  max-width: 500px;
}
div.listToggleAdd div.inputWrap {
  border-bottom: 1px solid #cacaca;
}
div.listToggleAdd div.inputWrap input,
div.listToggleAdd div.inputWrap select {
  background: rgba(82, 89, 107, 0.3);
}
div.listToggleAdd a.toggle-title {
  padding-top: 15px;
  font-size: 1.5em;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #cacaca;
}
div.listToggleAdd.listToggleUnitAdd a.toggle-title {
  margin-top: 10px;
}
div.listOperatorWrap input {
  border-bottom: 1px solid #cacaca;
}
a.listToggleWrap {
  background: rgba(82, 89, 107, 0.4);
  border-top: #878e9e solid 1px;
}
div.toggle-content {
  background-color: rgba(82, 89, 107, 0.2);
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #cacaca;
  overflow: scroll;
}
div.toggle-content .inputWrap {
  background-color: rgba(82, 89, 107, 0);
}
.listToggleItemLeft {
  position: relative;
  float: left;
  width: 35%;
  height: 100%;
  padding: 5px 0 0;
  text-align: center;  
}
.listToggleItemRight {
  position: relative;
  float: left;
  width: 60%;
  text-align: center;
  margin-right: 5%;
  padding-top: 5px;
}
@media (max-width:370px) {
    .listToggleItemLeft {
      font-size: 0.8em;
    }
    .listToggleItemRight {
      font-size: 0.8em;
    }
  }
@media (max-width:740px) and (min-width:620px){
    .listToggleItemLeft {
      font-size: 0.8em;
    }
    .listToggleItemRight {
      font-size: 0.8em;
    }
  }
@media (max-width:810px) and (min-width:740px){
    .listToggleItemLeft {
      font-size: 0.9em;
    }
    .listToggleItemRight {
      font-size: 0.9em;
    }
  }
span.listToggleDate {
  line-height: 1em;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  height: 50%;
  padding-top: 0.1em;
}
span.listToggleInfo {
  line-height: 1em;
  font-size: 1.2em;
  display: block;
  height: 50%;
  padding-top: 0.2em;
}
span.listToggleReg {
  line-height: 1em;
  font-size: 1.4em;
  display: block;
  font-weight: 600;
}
@media (max-width:415px){
  span.listToggleReg {
    font-size: 1.25em;
  }
}
@media (max-width:350px){
  span.listToggleReg {
    font-size: 1.1em;
  }
}
span.listToggleBuyer {
  line-height: 1em;
  font-size: 1.2em;
  display: block;
  height: 50%;
  padding-top: 0.2em;
}
div.toggle-content label {
  font-size: 1.1em;
  margin-left: 10px;
}
div.toggle-content .listBtns {
  margin: 15px 0 0;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.listBtns .button {
  margin: 0 auto;
}

/*---------- End of Temporary Styling ----------------*/

/*----------------------------------------------------*/
/*---------- JQuery Confirm Box ----------------------*/
/*----------------------------------------------------*/
.jconfirm {
  text-align: center;
}
.jconfirm-confirm-delete .jconfirm-bg {
  background: rgba(0,0,0,0.8);
}
.jconfirm-confirm-delete .jconfirm-box-container {

}
.jconfirm-confirm-delete .jconfirm-box {
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
  border-radius: 20px;
  padding: 25px;
  min-width: 200px;
  max-width: 500px;
}
.jconfirm-confirm-delete button {
  width: 150px;
}
.jconfirm .content input {
  text-align: center;
}
.jconfirm-box span,
.jconfirm-box input {
  font-weight: 600;
}
.jconfirm p {
  margin: 0;
}
p#seeDaily {
  font-weight: 600;
}
p#seeDaily:hover {
  cursor: pointer;
}
/*---------- End of jQuery Confirm box --------------*/

/*----------------------------------------------------*/
/*---------- Styling for the loader ------------------*/
/*----------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto);

.loadingAjax {
  width: 100%;
  height: 100%;
  background: #16171d;
  opacity: 0.9;
  position: fixed;
  z-index:99999999;
  display: none;
}

.loadingAjax > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}


.loadingAjax > div > div {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ff8c00;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loadingAjax > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loadingAjax > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loadingAjax > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0%   { transform: rotate(90deg); }
  0%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-b {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  25%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-c {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  50%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-d {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}


.loadingAjax > span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  color: #ff8c00;
  font-size: 12px;
  text-align: center;
}
/*---------- End of Styling for the loader -----------*/
/*---------- Styling for the preloader -----------*/

/*---------- End of Styling for the preloader --------*/

/*----------------------------------------------------*/
/*---------- Styling for On/Off Switch ---------------*/
/*----------------------------------------------------*/


/*---------- End of Styling for On/Off Switch -------*/