

*{
  margin:0;
  font-family: 'Questrial', sans-serif;

}

body{
  background: #F5F5F5;
}

hr{
  border: none;
  border-top: .5px solid #2782E8;
  padding: 10px;
}

h4{
  font-size:25px;
  padding: 10px;
  font-weight: normal;
}

h5{
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
}

.normal{
  text-decoration: none;
}

label{
  font-size: 14px;
  color: #2782E8;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.img-thumbail{
  width: 300px;

}

.jetfire-checkbox{
  border: 1px solid red;
}

.tab-header{
  background: none;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
}

.tab-header-active{
  background: #2782E8;
  color: white;
  border-radius: 5px 0px 5px 0px;
}



.btn{
  background: #2782E8;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  transition: 1s;
  white-space: nowrap;
}

.btn i{
  margin: 0px 10px;
}

.btn:hover{
  background: #F30B0B;
  text-decoration: none;
  color: white;
}

.btn-icon{
  background: #2782E8;
  text-decoration: none;
  border: none;
  padding: 10px;
  color: white;
  border-radius: 20%;
  cursor: pointer;
  margin: 5px;
  transition: 1s;
}

.btn-icon:hover{
  background: #F30B0B;
  color: white;
}

.btn-invert{
  background: #F30B0B;
  color: white;
}


.btn-invert:hover{
  background: #2782E8;
  color: white;
}

.btn-big{
  padding: 10px;
  width: 80%;
  margin: 10px;
  font-size: 14px;
  text-align: center;
  transition: 1s;
}
.btn-big:hover{
  width: 90%;
}

.btn-green-color{
  background: green;
  color: white;
  border: 1px solid green;
  transition: 1s;
}

.btn-green-color:hover{
  background: white;
  color: green;
}

.btn-orange-color{
  background: orange;
  color: black;
}

.btn-orange-color:hover{
  background: black;
  color: orange;
}


.jetfire-card{
  background: white;
  width: 100%;
}

.jetfire-card-header{
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-bottom: .25px solid #2782E8;

}

.jetfire-card-body{

  padding: 20px;

}

.jetfire-card-footer{
  padding: 20px;
  border-top: .25px solid #2782E8;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;

}

.jetfire-card-footer button{
  font-size: 16px;
}

.jetfire-form{
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  white-space: nowrap;

}

.jetfire-form-right{
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.jetfire-form-group{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.jetfire-form-6{
  width: 50%;
}

.jetfire-form-3{
  width: 30%;
}


.jetfire-tab{
  width: 100%;
}

.jetfire-tab ul{
  list-style: none;
  padding: 20px 0px;
}


.jetfire-tab li{
  background:  #2782E8;
  padding: 20px;
  color:white;
  border: 1px solid white;
  cursor: pointer;
}

.jetfire-tab li:hover{
  color:  #2782E8;
  background:white;
  border: 1px solid #2782E8;

}

.jetfire-tab-content{
  background: #F5F5F5;
  width: 700px;
  margin-top: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.jetfire-tab-content-item{
    display: none;

}

.jetfire-tab-active{
  display: block;
}

.nowrap{
  white-space: nowrap;
}

.band-red
{
  padding: 5px 10px;
  background: red;
  color: white;
  border-radius: 5px;
}
.band-green
{
  padding: 5px 10px;
  background: green;
  color: white;
  border-radius: 5px;
}

.band-yellow
{
  padding: 5px 10px;
  background: yellow;
  color: black;
  border-radius: 5px;
}



.jetfire-table{
  width: 100%;
  border: none;

}
.jetfire-table th{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #2782E8;
  color: white;
}

.jetfire-table tr:hover{
  background: #F5F5F5;
}

.jetfire-table td{
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  padding: 15px 0px;
  border-bottom: .5px solid #2782E8;
}


.table-print{
  width: 100%;
  border: none;

}
.table-print th{
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  background: #F5F5F5;
  color: black;
}

.table-print tr:hover{
  background: #F5F5F5;
}

.table-print td{
  font-size: 8px;
  font-weight: lighter;
  text-align: center;
  padding: 10px 5px;
  border-bottom: .5px solid #2782E8;
}

.row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.text-white{
  color: white;
  z-index: 3;
}

.jetfire_textbox{
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #2782E8;
  margin: 5px;
  font-size: 14px;
}

.jetfire_textbox_noborder{
  padding: 10px;
  border-radius: 5px;
  width: 80%;
  margin: 5px;
  font-size: 14px;
  border: 1px solid #2782E8;
}

.jetfire_textbox-margin{
  margin: 10px;
}

.jetfire_date{
  padding: 7px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #2782E8;
  margin: 5px 0px;
  font-size: 14px;
}

.jetfire_textbox_right{
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #2782E8;
  margin: 5px 0px;
  font-size: 14px;
  text-align: right;
}

.jetfire_textbox_print{
  padding: 5px;
  width: 100%;
  border: .5px solid #2782E8;
  font-size: 10px;
}


.jetfire_select {
  padding: 0px 10px;
}

.jetfire_select select {
  width: 100%;
  border: 1px solid #2782E8;
  color: #2782E8;
  padding: 10px;
  margin: 5px 0px;
  font-size: 14px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  cursor: pointer
}

.jetfire_select select:hover {
  color: white;
  background-color: #2782E8;
}

.jetfire_select select option {
  padding: 30px;
}

.jetfire_button{
  padding: 10px 20px;
  background: #2782E8;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  color: white;
  cursor: pointer;
  width: 100%;
}

.jetfire_button:hover{
  background: #F30B0B;
  color: white;
}


/*---PRE-LOADER---*/

.loader-container{
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;

}

.loader{
  width: 200px;
  height: 200px;
  border: 5px solid;
  color:#2782E8;
  border-radius: 50%;
  border-top-color: transparent;
  animation: Loader 1.2s linear infinite;
  z-index: 2;
}

.loader-image{
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.loader-image img{
  width: 300px;
}

@keyframes Loader {

  to{
    transform: rotate(360deg);
  }

}


/*----END PRE-LOADER---*/





.login-bg{
  background: url("../images/jetfire_login_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.login-content{
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.login-content h3{
width: 100%;
text-align: center;
padding: 10px;
}

.login-logo
{
  padding: 10px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-form{
  padding: 20px;
}

.login-form{
  padding: 20px;
}

.login-form-section{
  padding: 5px;
}

.login-form-section a{
  font-size: 16px;
  text-decoration: none;
  padding: 20px 0px;
  margin-top: 20px;
  color: #2782E8;
}

.login-form-section a:hover{
  color: #F30B0B;
}


/*----- DASHBOARD ---- */

/*----- DASHBOARD TOP BAR ---- */
.app-header{
  position: fixed;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 5;
  margin-top: 0;
  height: 40px;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 2px 8px grey;


}

.app-header__logo{
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo-src
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

.logo-src img{
  width: 100px;
  height: 35px;
  object-fit: cover;
}

.logo-src a{
  text-decoration: none;
  white-space: nowrap;
}

.logo-src h4{
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.app-header__content{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.app-header-nav-button{
  display: block;
  padding: 10px 0px;
}

.app-header-nav-button i{
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background:white;
  color:#2782E8;
}

.app-header-nav-button i:hover{
  background: #2782E8;
  color:white;
}

.search-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;

}

.input-holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.app-header-right{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;

}

.app-header-left button{
    border: none;
    cursor: pointer;
    background: none;
    font-size: 15px;
    position: absolute;
}

.app-header-left input{
    padding: 5px;
    border: .25px solid #2782E8;
    border-radius: 5px;
    margin: 10px;
    font-size: 15px;
}


.widget-content-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

}

.notification-bar{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.notification-content{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
}

.notification-icon-content i{
  font-size: 20px;
  cursor: pointer;
  color: #2782E8;
}

.notification-icon-content i:hover{
  color: #F30B0B;
}

.notification-number{
  position: absolute;
  background: #2782E8;
  padding: 5px;
  top: 5px;
  margin-left: 10px;
  border-radius: 360px;
  cursor: pointer;
}

.notification-number h6{
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.notification-number:hover{
  background: #F30B0B;
}


.notification-menu{
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .5s;

}

.notification-menu-show{
  display: flex;
  opacity: 1;

}

.notification-menu-right{
  margin-top: 40px;
  background: white;

}


.notification-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


}

.notification-header{
  width: 100%;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  background:white;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;

}

.notification-card-content{
  width: 100%;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  background:white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.notification-card-content:hover
{
    transition: 1s;
    background: #F0F0F0;
}

.notification-left:hover{


}
.notification-left i{
  font-size: 40px;
  padding: 10px;
  border-radius: 360px;
  color: #2782E8;

}

.notification-right{
  text-align: left;
  padding-left: 10px;
}

.notification-right h6{
  opacity: .7;
  font-size: 16px;
  font-weight:lighter;
}

.notification-right p{
  padding-top: 10px;
  font-size: 14px;
  font-weight:lighter;
  opacity: .3;
}





.app-header__menu{
  padding: 10px;
  cursor: pointer;
}

.app-header__menu button{
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  border: .25px solid #2782E8;
  border-radius: 10px;
}




.dropdown-menu{
  top: 0;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 5px 20px 5px 5px;
  position: absolute;
  display: none;
  visibility: hidden;

}

.dropdown-menu-right{
  margin-top: 50px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.dropdown-item{
  border: none;
  width: 100%;
  cursor: pointer;
  background: white;
  color: #2782E8;
  text-align: left;
  font-size: 12px;
  padding: 5px 20px;
  text-decoration: none;

}

.dropdown-item:hover{
  color: #F30B0B;

}

.profile-heading{
  padding-right: 10px;
  font-size: 15px;

}

.profile-subheading{
  font-size: 12px;
  padding-right: 10px;
  color:black;
}

.btn-group{
  margin-right: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;

}

.topbar-profile-pic{
  width: 100%;

}

.profile-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

}

.profile-main i{
  padding: 10px;

}



.btn-group img{
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.rounded-circle{
  border-radius: 360px;
}


/*----- END DASHBOARD TOP BAR ---- */




/*----- DASHBOARD SIDE BAR ---- */

.app-sidebar{
display: block;
width: 260px;
height: 100%;
background: white;
z-index: 2;
position: fixed;
overflow: hidden;
overflow-y: scroll;
top: 0;
bottom:0;
margin-top:50px;
transition: .5s;

}

.size{
  width: 100px;
}

.hide{
  width: 0px;
}

.scrollbar-sidebar{
background: white;
}

.sidebar-shadow
{

}

.side-bar-seperation {
  margin: 30px 0px;
  border-bottom: .1px solid #2782E8;
}

.scrollbar-sidebar{

}

.app-sidebar__inner{
  padding-right: 10px;
  padding-top : 20px;
  padding-left: 0px;
}

.vertical-nav-menu{
  list-style: none;
}

.vertical-nav-menu li{
  list-style: none;
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.vertical-nav-menu a{
  width: 100%;
  text-decoration: none;
  color: #2782E8;
  width: 100%;
  padding: 5px 10px;
}

.side-heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.side-heading-right{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-button{
  border: none;
  background: none;
  color: #2782E8;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.menu-heading{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: lighter;
  text-align: left;
  -webkit-animation: fadeIn 1s;
  transition: .5s;

}

.menu-heading:hover{
  color: #F30B0B;
  padding-left: 10px;
}

.hide-heading{
  display: none;
  -webkit-animation: fadeIn 1s;
}

.left-icon{
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 10px;
  text-align: left;
}

.left-icon i{
    font-size: 22px;
}

.right-icon{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.right-hide{
  display: none;
}

#down-icon{
  display: flex;
}

#up-icon{
  visibility: hidden;
}
.vertical-nav-menu a:hover{
  text-decoration: none;
}

.app-sidebar__heading{
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.submenu
{
    margin-left: 10px;
    list-style: none;
    display: none;
    line-height: 15px;
    padding: 10px 0px;
    opacity: 0;
    -webkit-animation: fadeIn 1s;
}


.active{
    opacity: 1;
    display: block;
}

.right-submenu{
  position:absolute;
  background: white;
  width: 300px;
  left: 95;
}

.right-submenu li{
  padding: 0px;
  border-radius: 10px 0px 0px 10px;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.submenu li{
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
}

.submenu li a{
    color: #194FC3;
    text-align: left;
    padding-left: 0px;
    transition: .5s;
}

.submenu li a:hover{
    padding-left: 10px;
    color: #F30B0B;
}

.hide_menu{
  padding: 50px 10px;
  text-align: center;
}

.view{
  transform: rotate(180deg);
}

.hide_menu i{
  height: 20px;
  width: 20px;
  background: #194FC3;
  padding: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border-radius: 360px;
}

.hide_menu i:hover{
  background: #2782E8;
  color: white;
}

/*----- DASHBOARD END SIDE BAR ---- */

/*----- DASHBOARD PAGE ---- */

.main-page{
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
  z-index: 0;
}



.main-outer{
  margin-top: 70px;
  margin-left: 270px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: .5s;
}
.full-width{
  margin-left: 100px;
}

.full{
  margin-left: 10px;
}

.welcome-message{
  width: 100%;
}

.welcome-message h2{
  font-size: 30px;
  font-weight: lighter;
}

.main-inner{
  width: 100%;
}

.small-wid-blue{
  position: relative;
  width: 40%;
  background: #2782E8;
  padding: 20px;
  margin: 20px 10px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1;
  transition: 4s;
  overflow: hidden;
}

.small-wid-blue::before{
  background: #194FC3;
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  transition: 0.8s;

}

.small-wid-red{
  position: relative;
  width: 40%;
  background: #F30B0B;
  padding: 20px;
  margin: 20px 10px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1;
  transition: 4s;
  overflow: hidden
}

.small-wid-red::before{
  background: #BD1515;
  content: "";
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  border-radius: 0 0 50% 50% ;
  z-index: -1;
  transition: 0.8s;

}

.small-wid-blue:hover::before{
  height: 200%;
}

.small-wid-red:hover::before{
  height: 0%;
}

.widget-content-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:flex-start;
  text-align: left;
  z-index: 2;
}

.widget-heading{
  font-size: 15px;
  font-weight: bold;
  color: white;
  z-index: 3;
  padding-bottom: 5px;
}

.widget-subheading{
  font-size: 13px;
  font-weight: lighter;
  color: white;
  z-index: 3;
}

.widget-content-right{
  text-align: right;
  font-size: 35px;
  font-weight: bold;
  z-index: 3;
}


.chart-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.chart-left-content
{
  background: white;
  box-shadow: 1px 0px 10px #F5F5F5;
  padding: 20px;
  border-radius: 5px;
}

.chart-left-content h2{
  padding: 10px;
  font-size: 25px;
}

.chart-left-content hr{
  padding: 10px;
  border: none;
  border-top: 1px solid grey;
}




.chart-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.chart-right-content
{
  background: white;
  box-shadow: 1px 0px 10px #F5F5F5;
  padding: 20px;
  border-radius: 5px;
}

.chart-right-content h2{
  padding: 10px;
  font-size: 25px;
}

.chart-right-content hr{
  padding: 10px;
  border: none;
  border-top: 1px solid grey;
}


.recent-enquiries{
  padding: 20px 0px;
  width: 100%;
}

.recent-enquiries-table{
  background: white;
  box-shadow: 1px 0px 10px #F5F5F5;
  padding: 20px;
  border-radius: 5px;
  margin-left: 0;
}

/*----- END DASHBOARD PAGE ---- */



/*----- END DASHBOARD ---- */


/*----- FOOTER---- */

.dashboard_footer{
  position: fixed;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  height: 40px;
  z-index: 0;
  margin-bottom: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 2px 8px grey;

}

.footer-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-content marquee{
  width: 100%;
}

.footer-content marquee:hover{
  width: 100%;
}

/*----- END FOOTER ---- */

/*----- QUOTATIONS ---- */

.filter{
  width: 100%;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;

}

.filter-content{
padding: 20px;

}


/*----- END QUOTATIONS ---- */


.enquiry-table{
  padding: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}


/*----- PRINT ---- */

.print-document{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background:  white;
  height: 100%;
}


.print-header{
  width: 100%;
  position: relative;
    top: 0;
    left: 0;
    flex-direction:  column;
    align-items: center;
    justify-content: center;

}
.print-footer{
  width: 100%;
  position: relative;
  bottom: 0;
  flex-direction:  column;
  align-items: center;
  justify-content: center;

}

.print-document-content{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

}

/*----- END PRINT ---- */


.signature_main{
  padding: 20px;
}

.signature_content h1, p{
  padding-bottom: 10px;
}

.signature_content canvas{
  margin: 10px 0px;
}
