/*Dashboard*/
body{
  font-family: 'GEDinarTwoMedium';
}
.ion-search:before{padding-top:7px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: rgba(255,255,225,0.1);
}
.dropdown-item{
  color:#04626C;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: rgba(255,255,225,0.1);
  color:#04626C;
}
.navbar{
  padding:15px 0;
  margin-bottom:0;}
  .navbar-nav{
    margin: -13px 0;}
nav .row{
  width:100%;
  margin:0;}
.expanding-search-form{
  padding-top:0;}
.expanding-search-form .search-label {
  border: 1px solid #999;
  z-index: 2;
  cursor: pointer;
  border-radius: 3px;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .search-input {
  position: relative;
  padding:0 5px;
  top: 0;
  outline:0;
  display: inline-block;
  height: 45px;
  width: 60%;
  float: left;
  border:1px solid #ececec;
  font-size: 16px;
  z-index: 2;
  box-shadow: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .search-input:focus + .search-label {
  border-color: #2299ff;
}
.expanding-search-form .button {
  position: relative;
    top: 0;
    display: inline-block;
    float: left;
    padding: 0 10px;
    color: #a5a5a5;
    border: 1px solid #ececec;
    background-color: #fff;
    text-align: center;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .search-dropdown {
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
  padding: 0;
  border-radius:0;
}
.expanding-search-form .search-dropdown.open .dropdown-menu {
  display: block;
}
.expanding-search-form .dropdown-toggle::after{
  content: "";
  position: absolute;
  left: 15px;
  z-index: 11;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #04626C;
  border-left: 2px solid #04626C;
  top: 13px;
  transform: rotate(225deg);
  border-right: none;
}
.expanding-search-form .dropdown-toggle {
  height: 45px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 2px;
  z-index: 3;
  width: 125px;
  text-align: right;
  color: #04626C;
  font-family: 'GEDinarTwoMedium';
  -webkit-appearance: none;
  -moz-appearance: window;
}
.expanding-search-form .search-input::placeholder{
  color: #b9b9b9;  
  font-family: 'GEDinarTwoMedium';
}
.expanding-search-form .dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  display: none;
  margin: 0;
  padding: 5px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ececec;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 3;
  transition: 250ms all ease-in-out;
}
button:focus{outline:0;}
.expanding-search-form .dropdown-menu > li > a {
  display: block;
  padding: 4px 12px;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 2px;
  transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #ececec;
}
.expanding-search-form .dropdown-menu > .menu-active {
  display: none;
}
.expanding-search-form .search-input:focus,.expanding-search-form .open{
  border:1px solid #04626C;
}
.expanding-search-form .open{height:45px;}
.expanding-search-form .search-input:focus::placeholder{
  color:#04626C;
}
.expanding-search-form .search-button {
  height: 45px;
  width: 55px;
  z-index: 3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #04626C;
  border: 1px solid #04626C;
  color: #fff;
  padding: 0;
  margin: 0;
}
.expanding-search-form .search-button .icon {
  font-size: 20px;
}

/*login page */
.login-page{
     background-color:#F8F5F5;
   }
   .padding-right{
     padding-right: 0;
     padding-left:0;
   }
   .login-img{
     background:linear-gradient(-40deg, #04626C 18%,#67844f 48%,#67844f 59%,#F2B227 100%);
     height: 530px;
     padding: 146px 35px;
     border-bottom-right-radius: 30px;
     border-top-right-radius: 30px;
   }
   .loginbox{
     height: 530px;
     margin: 122px auto 146px;
     box-shadow:0 0 30px rgba(4,98,108,0.12);
     border-radius:30px;
     background: #fff;
     width: 100%;
   }
   .login-form{
     padding: 60px 98px 77px 98px;
     direction: rtl;
     text-align: right;}
    form{padding-top: 25px;}
    form p{
     font-family: 'HelveticaNeueW23forSKY-Reg';
     font-size:14px;
     line-height:25px;
     color:#A7A7A7;
     margin-bottom:55px;
     text-align: right;
   }
    form p span{
     border-bottom:2px solid #F2B227;
     padding-bottom:10px;
     font-size:14px;
     font-family: 'HelveticaNeueW23forSKY-Reg';
     top:0;
   }
    .input-group{
     width:100%;
   }
    form .form-group .input-group input{
     height: 45px;
     border-radius:23px !important;
     border:1px solid #D8E7E8;
     color:#A7A7A7;
     font-family: 'HelveticaNeueW23forSKY-Reg';
     font-size:16px;
     padding: 7px 42px 5px 0;
     font-weight:bold;
   }
   .login-form form .form-group .input-group.name input{
     background: url(../img/user.png);
     background-repeat: no-repeat;
     background-position: 97.5% 52%;
     text-align: right;
   }
 .login-form form .form-group .input-group.password input{
     background: url(../img/key.png);
     background-repeat: no-repeat;
     background-position: 98% 52%;
   }
   .login-form form .name .form-control:focus{
     background: url(../img/user-hover.png) !important;
     background-position: 97.5% 52% !important;
     background-repeat: no-repeat !important;
     outline-width: 0;
     transition: All 0.5s ease-in;
     -webkit-transition: All 0.5s ease-in;
     -moz-transition: All 0.5s ease-in;
     -o-transition: All 0.5s ease-in;
   }
   .login-form form .password .form-control:focus{
     background: url(../img/key-hover.png) !important;
     background-position: 98% 52% !important;
     background-repeat: no-repeat !important;
     outline-width: 0;
     transition: All 0.5s ease-in;
     -webkit-transition: All 0.5s ease-in;
     -moz-transition: All 0.5s ease-in;
     -o-transition: All 0.5s ease-in;
   }
    form .form-control:focus{
     box-shadow: none;
     border: 1px solid #04626C !important;
     color: #04626c !important;
     outline-width: 0;
     transition: All 0.5s ease-in;
     -webkit-transition: All 0.5s ease-in;
     -moz-transition: All 0.5s ease-in;
     -o-transition: All 0.5s ease-in;
   }
   form .form-control:focus::placeholder {
     color: #04626C;
   }
   /* The container */
   .customcheckbox {
     display: block;
     position: relative;
     padding-right: 40px;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 16px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     color:#F2B227;
     padding-top:17px;
     font-family: 'HelveticaNeueW23forSKY-Reg';
   }
   /* Hide the browser's default checkbox */
   .customcheckbox input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
   }
   /* Create a custom checkbox */
   .checkmark {
     position: absolute;
       top: 16px;
       right: 8px;
       height: 25px;
       width: 25px;
       border: 1px solid #F2B227;
       border-radius: 6px;
   }
   .login-form button{
     margin: 21px auto 0;
       display: table;
       height: 45px;
       width: 78%;
       background:#04626C;
       color:#fff;
       font-weight:bold;
       border:1px solid #04626C;
       border-radius: 25px;
       font-size:16px;
       font-family: 'HelveticaNeueW23forSKY-Reg';
   }
   /* When the checkbox is checked, add a blue background */
   .customcheckbox input:checked ~ .checkmark {
     border:1px solid #F2B227;
     border-radius:6px;
   }
   /* Create the checkmark/indicator (hidden when not checked) */
   .checkmark:after {
     content: "";
     position: absolute;
     display: none;
   }
   /* Show the checkmark when checked */
   .customcheckbox input:checked ~ .checkmark:after {
     display: block;
   }
   
   /* Style the checkmark/indicator */
   .customcheckbox .checkmark:after {
     left: 9px;
     top: 3px;
     width: 7px;
     height: 15px;
     border: solid #F2B227;
     border-width: 0 1px 1px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   @media only screen and (max-width:992px){
     .login-form{padding:20px;}
   }
   @media  (min-width:992px) and (max-width:1025px){
     .login-img{padding:146px 20px;}
   }
   /*Register Page*/
   .home-demo .item {
     background: #ff3f4d;
   }
   .home-demo .item.purple {
     background: purple;
   }
   .home-demo h2 {
     color: #fff;
     text-align: center;
     padding: 5rem 0;
     margin: 0;
     font-style: italic;
     font-weight: 300;
   }
 .owl-nav{display:none;}
   
   .owl-dots {
     z-index: 99999;
     position: absolute;
     bottom: 0;
     left: 46%;
   }
   .owl-dots button.owl-dot {
     width: 15px;
     height: 15px;
     border-radius: 50%;
     display: inline-block;
     background: #ccc;
     margin: 0 3px;
   }
   .owl-dots button.owl-dot.active {
     background-color: #000;
   }
   .owl-dots button.owl-dot:focus {
     outline: none;
   }
   
  .owl-dots span {
       font-size: 70px;    
       position: relative;
       top: -5px;
   }
   .owl-nav button:focus {
       outline: none;
   }
   .register{width:100%;}
/*form styles*/
#msform{
     width: 50%;
     margin: 0 auto;
}
#msform h1{    
     display: table;
     margin: 123px auto 50px;
     font-family: 'HelveticaNeueW23forSKY-Reg';
     color:#A7A7A7;
}
 #msform fieldset {
     background: white;
     border: 0 none;
     border-radius: 0px;
     box-sizing: border-box;
     width: 100%;
     /*stacking fieldsets above each other*/
     position: relative;
 }
 .register img.logo{
      padding:50px 50px 0 50px;
 }
 #msform input{
      text-align: right;
      padding:0 20px;
 }
 /*Hide all except first fieldset*/
 #msform fieldset:not(:first-of-type) {
     display: none;
 }
 .owl-carousel .owl-item img.owl-lazy{height:100vh;}
 
 /*buttons*/
 #msform .action-button {
     width: 100px;
     background: #04626C;
     font-weight: bold;
     color: white;
     font-family: 'HelveticaNeueW23forSKY-Reg';
     border: 0 none;
     border-radius: 25px;
     cursor: pointer;
     padding: 10px 5px;
     margin: 10px 5px;
     margin: 15px auto;
     text-align: center;
     display: table;
     width: 60%;
 }
 
 #msform .action-button:hover, #msform .action-button:focus ,.login-form button:hover ,.login-form button:focus {
     box-shadow: 0 0 0 2px white, 0 0 0 3px #04626C;
 }
 
 #msform .action-button-previous {
     width: 100px;
     background: #C5C5F1;
     font-weight: bold;
     color: white;
     border: 0 none;
     border-radius: 25px;
     cursor: pointer;
     padding: 10px 5px;
     margin: 10px 5px;
 }
 #msform a{
      color:#F2B227;
 }
 #msform .action-button-previous:hover, #msform .action-button-previous:focus {
     box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
 }
 
 /*headings*/
 .fs-title {
     font-size: 18px;
     text-transform: uppercase;
     color: #2C3E50;
     margin-bottom: 10px;
     letter-spacing: 2px;
     font-weight: bold;
 }
 
 .fs-subtitle {
     font-weight: normal;
     font-size: 13px;
     color: #666;
     margin-bottom: 20px;
 }

 
 
 /* Not relevant to this form */
 .dme_link {
     margin-top: 30px;
     text-align: center;
 }
 .dme_link a {
     background: #FFF;
     font-weight: bold;
     color: #ee0979;
     border: 0 none;
     border-radius: 25px;
     cursor: pointer;
     padding: 5px 25px;
     font-size: 12px;
 }
 
 .dme_link a:hover, .dme_link a:focus {
     background: #C5C5F1;
     text-decoration: none;
 }
.user-name{
  display: inline-block;
  padding: 0 13px 0 5px;
  font-family: 'GEDinarTwoMedium';
  color: #A7A7A7;
  font-size: 16px;
}
.sidebar-mini .nav-sidebar .nav-link{padding-inline-start:20px;}
.nav-sidebar .nav-link i{
  color:#F2B227;
  padding-right:15px;}
.nav-sidebar .nav-link p,.breadcrumb-item+.breadcrumb-item,[class*=sidebar-dark-] .sidebar a{
  font-family: 'GEDinarTwoMedium';
  }
  .breadcrumb-item a{color:#04626C;}
  .help{
      background: #04626C;
    width: 100px;
    float: left;
    margin-left: 15px;
    text-align: center;
    padding: 7px 0;
    border-radius: 25px;
    color: #fff;
    font-family: 'GEDinarTwoMedium';
  }
  .help:hover{text-decoration: none;}
  .help span,.mb-2 .help i{vertical-align: middle;}
  .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
  margin-right: -250px;
}
.elevation-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}
.menu2{float: left;
  margin-left: -15px;}
.main-sidebar, .main-sidebar::before {
  transition: margin-right .3s ease-in-out,width .3s ease-in-out;
width:250px;
}
.layout-fixed .wrapper .sidebar {
  height:100%;
  background-color: #0C535B;
}
.nav-item .menuicon{
  background: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 25px;
}
.nav-item ul{
  list-style:none;
  color:#fff;
}
.nav-item ul li{
  padding-bottom:5px;
}
ul.navbar-nav .dropdown-toggle::after{
  content: "";
  position: absolute;
  right: 0;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #A7A7A7;
  border-left: 1px solid #A7A7A7;
  top: 58%;
  transform: rotate(225deg);
  border-right: none;
}
.products{
  background: #fff;
  border-radius:10px;
  text-align: center;
  height:100%;
}
.box-title{
  text-align: right;
  background-color: #04626C;
  color:#fff;
  padding-right: 15px;
  padding-top: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;

}
.box-title i{color:#F2B227;}
.box-title p{
  display: inline-block;
  padding-right: 10px;
  font-family: 'GEDinarTwoMedium';
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.box-title span{
  display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: left;
    margin-left: 15px;
    background: #F2B227;
    width: 45px;
    height: 20px;
    text-align: center;
    color: #04626C;
    border-radius: 6px;
    font-weight:bold;
}
.media{
  margin: 20px 13px;
  padding-bottom: 10px;
  border-bottom:1px solid rgba(4,98,108,0.10);
}
.media:last-of-type{
  border-bottom:none;
}
.more{
  float: left;
  padding-left: 30px;
  font-family: 'GEDinarTwoMedium';
  color: #04626C !important;
  font-weight:bold;
  padding-bottom:15px;
}
.media-body h4{
  color: #000;
  font-family: 'GEDinarTwoMedium';
  padding: 5px 5px 0 40px;
  font-size: 16px;
  line-height:1.3;
}
.media-body span{
 color: #F2B227;
}
.media-body p{
  margin: 0;
  font-family: 'GEDinarTwo-lightItalic';
  color: #A7A7A7;
  font-size: 13px;
  padding-right: 5px;
}
.media-heading,.media-body p{text-align: right;}
.profilemenu{
  position:absolute;
  left:10%;
  top:5px;
  direction: ltr;
}
.profilemenu img{
  border: 1px solid #D6D6D6;
    padding: 11px;
    width: 45px;
    height: 45px;
}
.menu2 img{
  padding:5px;
}
.no-info{
  font-size: 40px;
  margin: 30% auto;
  font-family: 'GEDinarTwo-lightItalic';
  color: #b6b6b6;
}
.small-box h3{
  font-family: 'GEDinarTwoMedium';
  color: #04626C;
  padding-top: 15px;
  font-size:20px !important;
}
.small-box p{
  font-size:12px;
  color:#F2B227;
  font-family: 'GEDinarTwo-LightItalic';
  font-weight: bold;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dash-menu{float:right;}
body:not(.sidebar-mini-md) .main-header{min-height:65px;}
   @media (max-width:768px){
     .hidden-xs{display:none!important}
     #msform{width:100%;}
     .expanding-search-form .dropdown-toggle{
       width:100px;
       font-size:12px;
     }
     body:not(.sidebar-mini-md) .main-header{padding:15px 0 66px 0;}
     .profilemenu{margin:0;}
     .dash-menu{padding-right:0;}
     .expanding-search-form .search-input{width:44%;}
     #navbar-list-4{
       display:table !important;
       margin:0 auto;}
       .content-wrapper>.content{padding:15px 0 0 0;}
       .loginbox{margin:50px auto;}
       .main-header .col-xs-1,.main-header .col-sm-1,.main-header .col-xs-11,
       .main-header .col-sm-11{padding:6px 8px 0 8px;}
       .content-header{padding:10px 0 3px 0;}
       .help{margin-left:0;}
       .content .col-xs-12{margin-bottom:50px;}
       .content .products .col-xs-12{margin-bottom:0;}
}
   @media (min-width:768px)and (max-width:991px){
     .hidden-sm{display:none!important}
     body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header{
       margin-right:0;
       padding: 15px 0 27px 0;
     }
     .expanding-search-form .search-input{width:47%;}
    }
   @media (min-width:992px)and (max-width:1199px){
     .hidden-md{display:none!important}
     .media{margin:0;}
     .content-wrapper>.content,.content-header
     {padding:15px 0;}
     .dash-menu{padding-right:0;}
     .expanding-search-form .search-input{width:56%;}
    }
   @media (min-width:1024px){
     .padding-left{padding-left:0;}
   }
   .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem .5rem;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width:320px) and (max-width:576px){
  .expanding-search-form .dropdown-toggle{font-size:12px;}
  .expanding-search-form .search-input::placeholder{font-size:14px;}
}
