:focus,
:active{
    outline: none !important;
}


body{
    font-family: 'Lato', sans-serif;
}


.banner img{
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    /* 18022021 */
    -webkit-object-fit: cover;
    object-fit: cover;
}

.no-padd{
    padding-left: 0;
    padding-right: 0;
}

.banner-wrapper{
    background-color: #3055a5;
}


.menu-left{
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
}
.menu-left p{
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
}
.menu-left h3{
    color: #000;
    font-size: 26px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
}

.menu-wrapper{
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
    padding-top: 25px;
    padding-bottom: 26px;
    position: relative;
    z-index: 2;
}



.dis-table{
    display: table;
    width: 100%;
}
.dis-cell{
    display: table-cell;
    vertical-align: middle;
}

.menu-right h3{
    color: #000;
    font-size: 26px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    text-align: right;
   
}

.copyright-info{
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: 1.1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.footer{
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.main-content{
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f2f4f8;
    min-height:320px;
}



.dash-item-wrapper .dash-item{
    background-color: #2d2d2d;
    padding: 50px 20px 50px 80px;
    border-bottom: 3px solid #d7d9dc;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 100%;
}
.dash-item-wrapper .col-sm-6{
    margin-bottom: 30px;
}
 




.dash-item-wrapper .dash-item .content-text{
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.1em;

}
.dash-item-wrapper .dash-item .media-body{
    vertical-align: middle;
}

.dash-item-wrapper a{
    display: block;
    height: 100%;
}

.dash-item-wrapper a:hover{
    text-decoration: none;
}


.dash-item-wrapper .dash-item.color-1{
    background-color: #0aa699;
   
}

.dash-item-wrapper .dash-item.color-2{
    background-color: #0090d9;
}

.dash-item-wrapper .dash-item.color-3{
    background-color: #735f87;
}

.dash-item-wrapper .dash-item.color-4{
    background-color: #e74958;
}

.dash-item-wrapper .dash-item.color-5{
    background-color: #da8e20;
}

.dash-item-wrapper .dash-item.color-6{
    background-color: #097a9c;
}

.dash-item-wrapper .dash-item.color-20{
    /*background-color: #0aa699;*/
    background: #3055a5 none repeat scroll 0 0;
    min-height: 140px;
    padding: 10px 20px;
}


.dash-item-wrapper .dash-item:hover{
    /*background-color: #999;*/
    background-color: #0aa699;
    box-shadow: 0px 4px 4px rgba(0,0,0,.1);
}
.media-body h5{
   color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.media-body p{
 /* color: #8aafff;*/
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}


.cust-navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #000;
    margin-bottom: 6px;
}
.cust-navbar-toggle .icon-bar:last-of-type{
    margin-bottom: 0;
}

.cust-dropdown-menu{
    width: 40px;
    height: 35px;
    float: right;
    background-color: transparent;
    margin-left: 20px;
}

.cust-dropdown-menu .btn{
    background-color: transparent;
    padding-left: 8px;
    padding-right: 8px;
}
.cust-dropdown-menu .btn:active{
    box-shadow: none;
}

.cust-dropdown-menu .dropdown-menu{
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #3055a5;
    
}

.cust-dropdown-menu .dropdown-menu a{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cust-dropdown-menu .dropdown-menu li{
    position: relative;
}
.cust-dropdown-menu .dropdown-menu li.active a{
    color: #262626 !important;
text-decoration: none;
background-color: #f5f5f5 !important;
}
.cust-dropdown-menu .dropdown-menu li.active a:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #3055a5;
    display: block;
    border-radius: 50%;
    position: absolute;
    top:19px;
    left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cust-dropdown-menu .dropdown-menu li a:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top:19px;
    left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cust-dropdown-menu .dropdown-menu li a:hover:before{
    background-color: #3055a5;
    
}


.form-control{
    height: 45px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #000;
    box-shadow: none;
}

.form-control:focus{
    box-shadow: none;
    border-color: #178fe7;
}
textarea.form-control{
    height: 120px;
    resize: vertical;
}


.btn.btn-default{
    background-color: #3055a5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #3055a5;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-left: 35px;
    padding-right: 35px;
    
}
.btn.btn-default:hover{
    opacity: .8;
    
}


.cust-btn{
    background-color: #3055a5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #3055a5;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    border:none;
    padding-top: 8px;
    padding-bottom: 8px;
    
}

.cust-btn:hover{
    opacity: .8;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: .5;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: .5;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: .5;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: .5;
}
.val-error{
    color:red;
    display: none;
    margin-top: 4px;
    margin-bottom: 0;
}


.alert{
    border-style: dashed;
}

.alert.alert-success{
    border-color: #1a9a48;
    color: #1a9a48;
    
}
.alert.alert-danger{
    border-color: #d50005;
    color: #d50005;
}
.btnrewardcontainer{padding: 0px 0px 10px 0px; display: table; width: 100%;}
.btnrewardcontainer .btnprimary{background: #4075e6; color: #fff; font-size: 14px; text-align: center; border-radius: 2px; outline: none; border: none; padding: 7px 15px; float: left; margin-right: 10px; margin-bottom: 5px;}

.headernav{display: table; margin: 12px 0px 0px 0px; float: left;}
.headernav li{list-style: none; float: left; line-height: 12px;}
.headernav li + li{border-left: 1px solid #3055a5;}
.headernav li a{float: left; text-decoration: none; color: #3055a5; font-size: 15px; font-weight: 600; padding: 0px 15px; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.headernav li a:hover{color: #333;}

@media(max-width:767px){
    
    .menu-left p{
       font-size: 14px;
    }
    .menu-left h3{
        font-size: 18px;

    }
    
    .menu-right p{
       font-size: 14px;
    }
    .menu-right h3{
        font-size: 18px;

    }
    .btnrewardcontainer .btnprimary{font-size: 12px; padding: 5px 8px;}
}





/*

font-family: 'Lato', sans-serif;

*/


/*-----------------03-05-2017 staff login--------------------*/


.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.login-form form{
    margin-top: 20%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    background-color: #fff;
}


body{
    background:none;
    background-color: #eee;
}


.login-form form h2{
    text-align: center;
    font-size: 24px;
}


.login-form .btn.btn-link{
    color: #424242;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.login-form .btn.btn-link:hover{
    color: #669AE1;
    text-decoration: none;
}

.copy_site{
    color: #424242;
}

.login-form  .form-control{
    border: 1px solid #999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 40px;
    font-size: 14px;
}

.login-form  .form-control:focus{
    border-color: #669AE1;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}



.login-form .btn-success{
    padding: 6px 30px 6px 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;

}


	

.panel-table .panel-body{
  padding:0;
}

.panel-table .panel-body .table-bordered{
  border-style: none;
  margin:0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align:center;
    width: 150px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
  border-right: 0px;
    width: 100px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
  border-left: 0px;
}

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td{
  border-bottom: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th{
  border-top: 0px;
}

.panel-table .panel-footer .pagination{
  margin:0; 
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col{
 line-height: 34px;
 height: 34px;
}

.panel-table .panel-heading .col h3{
 line-height: 30px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td{
  line-height: 34px;
}


.panel-table .btn.btn-icon{
    padding: 5px 8px;
    border: 1px solid #ddd;
    color: #3055A5;
    line-height: 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.panel-table .btn.btn-icon:hover{
    background-color: #3055A5;
    color: #fff;
    border-color: #3055A5;
    
}

.panel-table .panel-body th .fa{
    margin-right: 10px;
}

.panel-table .panel-body th{
    background-color: #4075e6;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.panel-table .btn.btn-default{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}
.pagination > li > a, 
.pagination > li > span{
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #3055A5;
}



.modal-header {
    background: rgb(135,224,253); 
    background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); 
    background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
    color: #fff;
    border-bottom: 3px solid rgba(5,171,224,1);
    color: #fff;
    padding-bottom: 16px;
    padding-top: 16px;
}

.modal-header .modal-title {}

.modal-content {
    border: 1px solid #222;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
}

.modal-header .close {
    color: #fff;
    font-size: 28px;
    margin-top: 2px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #000;
    top: 10px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.modal-header .close:hover {
    opacity: 0.6;
}

.modal-body {
    background-image: url("../images/noisy.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid rgba(5,171,224,1);
}

.modal-backdrop {
    opacity: 0.7 !important;
}

.modal-inner-box {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
}


.validatorError {
    color: #ff4444;
    font-weight: normal;
    padding: 5px 0 0 0;
    margin:0;
    line-height:16px;

}

.error {
    color: #ff4444;
    font-weight: normal;
    padding: 5px 0 0 0;
    margin:0;
    line-height:16px;

}

.pri-message {
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.pri-message.success {
    color: #00b62b;
}

.pri-message.faild {
    color: #b50000;
}

.reg-form .form-group{
    position: relative;
}


.reg-form .form-group label .md-mark{
    color: red;
}

.reg-form .form-group .note-label{
    color: red;
    font-size: 11px;
    position: absolute;
    top: 4px;
    right: 0;
}



/* Pen Title */
.pen-title {
  padding: 30px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 0px;
  font-size: 30px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #3055A5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #3055A5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #3055A5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 0px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #3055A5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #3055A5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #4276e7;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.login-form-flat{
    padding-top: 0px;
    padding-bottom: 80px;
}
.login-form-error{
    color: red;
    font-size: 12px;
}
.alert{
    padding: 6px 30px 6px 6px;
    font-size: 13px;
}
/* 06072020 */
.customererrorcontainer{padding: 50px 0px 120px 0px;}
.customererrorcontainer .customererrorbox{float: left; width: 100%; padding: 50px 40px; background: #fff;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);}
.customererrorcontainer .customererrorbox p{color: #333; font-size: 30px; margin: 0px; text-align: center; font-weight: 500;}
.customererrorcontainer .customererrorbox p a{color: #4733b7; text-decoration: none;}
.customererrorcontainer .customererrorbox p a:hover{text-decoration: underline;}

/* 28042021 */
.thankyoucontainer{padding-bottom: 60px;}
.thankyoubox{float: left; width: 100%; margin-bottom: 0px; background: #fff; overflow: hidden; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);}
.thankyoubox .thankyouheading{float: left; width: 100%; background: #a3ce71; padding: 20px 20px; text-align: center;}
.thankyoubox .thankyouheading i{display: inline-block; width: 80px; height: 80px; text-align: center; line-height: 80px; background: #fff; color: #8bc34a; font-size: 2.6em; -webkit-border-radius: 50%; border-radius: 50%;}
.thankyoubox .thankyoubody{float: left; width: 100%; text-align: center; background: #fff; padding: 40px 40px;}
.thankyoubox .thankyoubody h3{text-align: center; color: #8bc34a; font-size: 28px; font-weight: 600; margin: 0px 0px 15px 0px;}
.thankyoubox .thankyoubody p{text-align: center; color: #666666; font-size: 16px; line-height: 26px; font-weight: 400; margin-bottom: 8px;}
.thankyoubox .thankyoubody p a{color: #3055a5; text-decoration: underline;}
.thankyoubox .thankyoubody p a:hover{color: #000;}

/* 01052021 */
.hloginco{min-height: 540px;}
.hloginbox{margin-top: 60px; background: #fff; box-shadow: 0px 0px 0px #333; padding: 40px 40px;}
.hloginbox p{color: #333; font-size: 18px; text-align: center; line-height: 30px;}
.hloginbox p a{color: #000; text-decoration: none;}
.hloginbox p a:hover{text-decoration: underline; color: #2196f3;}
.hloginbox .hloginbtn{display: inline-block; background: #2196f3; color: #fff; font-size: 15px; padding: 2px 20px; text-decoration: none; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.hloginbox .hloginbtn:hover{background: #000; color: #fff; text-decoration: none;}

@media (max-width: 767px){
  .customererrorcontainer .customererrorbox p{font-size: 18px;}
  
  /* 28042021 */
  .thankyoucontainer{padding: 30px 0px;}
  
  /* 01052021 */
  .hloginco{min-height: 0px;}
  .hloginbox{margin-top: 25px; background: #fff; padding: 20px 20px;}
  .hloginbox p{color: #333; font-size: 15px; line-height: 22px;}
}

@media (max-width: 575px){
  .thankyoubox .thankyouheading i{width: 55px; height: 55px; line-height: 55px; font-size: 2em;}
  .thankyoubox .thankyoubody{padding: 25px;}
  .thankyoubox .thankyoubody h3{font-size: 22px;}
  .thankyoubox .thankyoubody p{text-align: center; color: #666666; font-size: 14px; line-height: 22px;}
}

