@font-face {

	font-family: 'AkzidenzGroteskLight';

	src: url('assets/css/icons/glyphicons/glyphicons-halflings-regular.eot');

	src: url('assets/css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('assets/css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype');

	font-weight: normal;

    font-style: normal;

}
/*shadow blinking*/
@-webkit-keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #ba8b00;}
    to {text-shadow : none;}
}

@-moz-keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #FF0000;}
    to {text-shadow : none;}
}
@keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #FF0000;}
    to {text-shadow : none;}
}

@-webkit-keyframes glowing {
      0% { -webkit-text-shadow: 0 0 3px #FF0000; }
      50% { -webkit-text-shadow: 0 0 15px #FF0000; }
      100% {  -webkit-text-shadow: 0 0 3px #FF0000; }
      }
@keyframes glowing {
      0% {  text-shadow: 0 0 3px #FF0000; }
      50% {  text-shadow: 0 0 15px #FF0000; }
      100% {  text-shadow: 0 0 3px #FF0000; }
      }

.red{
	 -webkit-animation: glowing 1000ms infinite;
      -moz-animation: glowing 1000ms infinite;
      -o-animation: glowing 1000ms infinite;
      animation: glowing 1000ms infinite;
}


*{ color-adjust: exact !important; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
body {
  -webkit-print-color-adjust: exact !important;
}
.disabled-tab a {
    pointer-events: none;
    color: gray; /* Optional: Indicate it's disabled */
    cursor: default;
  }
/* Date Picker */
.daterangepicker{z-index:1151 !important;}
/*Preloading*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*background: url("../images/loader-32x/ajax-loader.gif") center no-repeat rgba(255, 255, 255, 0);*/
	background: url("../frontend/images/ifpsmalllogo.png") center no-repeat rgba(255, 255, 255, 0);
	animation: heartbeat 1.5s ease-in-out infinite;
	
}
.loading{ opacity: 1; z-index: 9999999;}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

/*Preloading*/

.table tr {
    cursor: pointer;
}
.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}
.accordian-body span{
	color:#a2a2a2 !important;
}

.btnExport{
	transition-duration: 0.4s;
}

.btnExport:hover{
	background-color: #4CAF50;
	color: #FFFFFF;
}

.modal-header-color{
    background-color: #d4d4d4 !important; /* Using Hex code */
    color: #000 !important; /* Using keyword */   
}

/*Dashboard*/
/* Main card */
.dashboard-profile-card{
    background: linear-gradient(135deg, #0ea5b7, #0b6ea8);
    color:#fff;
    border-radius:12px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Profile photo */
.dashboard-media-left{
    width: 100px;
    height: 100px;
    max-width: none;
}
.dashboard-media-left img:not(.media-preview){
    width: 100px;
    height: 100px;
    max-width: none;
}



.dashboard-profile-img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #fff;
}

/* Info container */
.dashboard-info-box{
    background: rgba(255,255,255,0.15);
    padding:15px 20px;
    border-radius:10px;
}

/* Edit button */
.dashboard-edit-btn{
    background: rgba(255,255,255,0.2);
    border:none;
    padding: 6px 10px;
    border-radius:8px;
    color:#fff;
}

/* Stats */
.dashboard-smallbox{
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.dashboard-stat-box{
    background: rgba(255,255,255,0.12);
    border-radius:10px;
    padding:15px;
    text-align:center;
}

.dashboard-stat-number{
    font-size:26px;
    font-weight:bold;
}

.dashboard-stat-label{
    font-size:13px;
    opacity:0.9;
}
/*End of Dashboard CSS*/

.bg-head{background-color: #D0CCCC; color: #000;}
/*.navbar-collapse a{color: rgba(51,51,51,.85) !important;}
.navbar-header a{color: #FFFFFF;}*/
.nav > li > a.sidebar-mobile-main-toggle:hover, .nav > li > a.sidebar-mobile-main-toggle:focus {background-color: #AD1457;}
/*.page-container {
    position: relative;
    padding: 0px;
    padding-bottom: 0px;
}*/

.sidebar-mobile-main .sidebar-main, .sidebar-mobile-secondary .sidebar-secondary, .sidebar-mobile-opposite .sidebar-opposite {
    width: auto;
}
.sidebar {
   padding-right: 0px;
   width: 280px;	
background-color: #222834;
}

.sidebar .sidebar-content {
    border-radius: 0px;
	/*height: 100vh !important*/;
	margin-bottom: 0px;
	background-color: #2a3140;
	border-top-color: rgba(255,255,255,.1);
}
.navbar-light {
    color: rgba(51,51,51,.85);
    background-color: #fff;
	border-bottom-color: rgba(0,0,0,.125) !important;
}
#sortbl thead tr th.headerSortUp:after{ content: "\e155" !important; font-family: 'Glyphicons Halflings'; float: right; opacity:1 !important;}
#sortbl thead tr th.headerSortDown:after{content: "\e156" !important; font-family: 'Glyphicons Halflings'; float: right; opacity:1 !important;}
#sortbl thead tr th.sort_none:after, #sortbl thead tr th.sort_asc:after, #sortbl thead tr th.sort_desc:after{content: "\e150"; font-family: 'Glyphicons Halflings'; opacity: 0.2; float: right;}

.pay, .weeks, .totalpay{font-size: 11px; padding: 1px; text-align: center;}
a.my-tool-tip, a.my-tool-tip:hover, a.my-tool-tip:visited {color: #37474F;}

/*#sorTbl thead tr th.sort_none:after{content: "\e150"; font-family: 'Glyphicons Halflings'; opacity: 0.2; float: right;}
#sorTbl thead tr th.headerSortUp:after{ content: "\e155"; font-family: 'Glyphicons Halflings'; float: right; opacity:1;}
#sorTbl thead tr th.headerSortDown:after{content: "\e156"; font-family: 'Glyphicons Halflings'; float: right; opacity:1;}#24a07a
*/
.loginbody{background-color: #37474F !important; background-image: url(../frontend/images/login-bacground.jpg); background-repeat: no-repeat; background-size: cover; z-index: 1;}/*#37474F */

/*.footer{color: #999999; bottom: 0px;}*/

.erronotice{box-shadow: 0 0 5px rgba(255, 0, 0);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(255, 0, 0);}

.pagination > .active > a{background-color: #AD1457; border-color: #AD1457;}

/*Menu Top Left*/
/*.dropdown-menu > li > a{color: #000000;}
.dropdown-menu .divider{background-color:rgba(107, 108, 109, 0.19)}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{color: #000000; background-color: #FFFFFF;}
.dropdown-menu{background-color: #FFFFFF; color: #000000; border: 1px solid rgba(255,255,255,.1);}
.dropdown-menu > .dropdown-submenu > a:hover, .dropdown-menu > .dropdown-submenu > a:focus{background-color: #575757 !important;}
.dropdown > a:hover, .dropdown > a:focus{background-color: #000 !important;}
.dropdown-menu > .dropdown-submenu:hover > a,
.dropdown-menu > .dropdown-submenu:focus > a {
  background-color: #575757;
}*/
.form-group-custom{margin-bottom: 5px;}
.form-control-custom{height: 35px; padding: 0px 0px}
.inputcustom{padding: 2px 4px !important;}
.navigation {
    padding: 0px 0;
}
.navbar-header{
	background-color: #37474F;
	min-width: 280px !important;
	border-bottom-color: rgba(255,255,255,.1);
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.navigation > li.active > a, .navigation > li.active > a:focus{background-color: #AD1457;}
.navigation > li.active > a:hover{background-color: #C2185B;}
/*.panel {
    margin-bottom: 70px;
}*/
.textcenter{text-align: center;}


/*Second Menu*/
/*.navbar-inverse{background-color: #3E3E3E; border-color: #3E3E3E;}*/
/*.navbar{border-top: 0px; border-width: 0px 0; color:rgba(51,51,51,.85);}*/
/*.navbar-inverse{color: rgba(51,51,51,.85); background-color: #FFFFFF; border-bottom-color: rgba(0,0,0,.125);}*/
/*.navbar-default {background-color: #37474F; border-color: transparent; border: none;}*/
/*.navbar-nav > li > .dropdown-menu{margin-top: 0px;}
.navbar-default .navbar-nav > li > a{color: #B8B8B8;}*/
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{    background-color: rgba(0, 0, 0, 0.15); color: rgba(51,51,51,.85);}*/
/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color: rgba(0, 0, 0, 0.15); color: rgba(51,51,51,.85);}
.navbar-inverse .navbar-nav > li > a{color: #B8B8B8;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background-color: rgba(0, 0, 0, 0.15); color: #fff;}*/

.timesheettbl{padding: 5px;}
.tblreport{padding:2px 5px !important; font-size: 11px !important; color: #000000; font-weight: Bold;}
.tblreportcontent{padding:2px 5px !important; font-size: 12px !important; color: #000000;}
.tblpadding{padding:5px 5px !important;}
.noborder{border: 0px !important;}

.inputtextareaform.form-control{height: 140px; word-break:break-all}
.textareaform.form-control{height: 140px; resize: none;}
.required{color: #ff0000;}
.ferror{color: #ff0000; font-style: italic; font-size: 11px; display: inline-block;}
.ferror p{margin: 0;}
#settings .profile-avatar{min-height: 100px; text-align: center; padding: 15px 15px 25px;}
#settings .profile-avatar img{max-height: 100px; margin-top: -2.5px; border-radius: 50%; border: 1px solid #ccc;}
.profile-avatar img{max-height: 50px; margin-top: -2.5px; border-radius: 50%;}
a.backBtn{color: #fff;}
a.backBtn:hover{color: #fff;}
.addleadrow{top: 27px;}
.labelparameter{text-transform: none !important;}
.cursor{cursor: pointer;}
.purple-text{color: #920049;}
.bold-text{font-weight: 900}
.usdoutAmt{color: #fff; font-size: 16px; font-weight: bold;}
.select_weeks{font-size: 12px !important;}
.standardText{font-size: 12px;}
.weekText{font-size:35px;}
.largeText{font-size: 55px;}
.printweekText{font-size:20px;}
.printlargeText{font-size: 35px;}
/*.content-wrapper{border-top: 1px solid rgba(0,0,0,.125); padding: 5px}*/
/*.sort_desc a, .sort_asc a, .sort_none a, .sort_desc a:hover, .sort_asc a:hover, .sort_none a:hover{color: #333333;}
.sort_desc a div:after{content: "\e155"; font-family: 'Glyphicons Halflings'; float: right;}
.sort_asc a div:after{content: "\e156"; font-family: 'Glyphicons Halflings'; float: right;}
.sort_none a div:after{content: "\e150"; font-family: 'Glyphicons Halflings'; opacity: 0.2; float: right;}
*/
.text-right{text-align: right;}
.text-left{text-align: left;}
/*.text-center{text-align: center !important;}*/
.red-text{color: #ff0000;}
.popover-title{color: #333; background-color: #f5f5f5; border-color: #ddd; padding: 8px 15px 0 15px; height: 35px; text-transform: none; font-weight: 600;}
.panel .panel-footer{padding: 15px 0; display: inline-block; width: 100%;}
.btcPackPriceLabel{font-size: 16px; font-weight: bold; color: #ffff00;}
.panel .panel-footer.custom-panel-footer{padding: 10px 20px; color: #000; font-size: 18px;}
.htmlcode-content pre{
	background-color: #F4F4F4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, lightyellow), color-stop(50%, #FFFFC4));
    background-image: -webkit-linear-gradient(lightyellow 50%, #FFFFC4 50%);
    background-image: -moz-linear-gradient(lightyellow 50%, #FFFFC4 50%);
    background-image: -o-linear-gradient(lightyellow 50%, #FFFFC4 50%);
    background-image: linear-gradient(lightyellow 50%,#FFFFC4 50%);
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
    border: 1px solid #EAEA00;
    display: block;
    line-height: 20px;
    margin: 10px 0;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
	text-align: left;
}
.company-logo {padding: 8px;}
.company-logo img{max-width: 150px; max-height: 30px;}
.media-left{vertical-align: middle !important;}
.social-icon{font-size: 26px;}
.form-val{display: block; background: rgba(211, 211, 211, 0.3); padding: 15px; transition: all 0.5s ease; 	-webkit-transition: all 0.5s ease; 	-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.nopaddingleftright{padding-left: 0; padding-right: 0;}
.btcadd{font-size: 25px; word-wrap: break-word;}
.myBitcoinTitle{font-weight: bold;}
.btcBalAmt{font-size: 24px;}
.btcsmalltext{font-size: 24px; font-weight: bold;}
.btcContent{display: inline-block; width: 100%;}
.btcWithdrawCol{margin-top: 12px;}
.btcaddwallet{font-size: 14px; word-wrap: break-word;}
.ewalletqr{max-width: 100px;}
.smalltext{font-size: 12px;}
.interestText{font-size: 22px; font-weight: bold;}
.intestWithdrawBtn{font-size: 24px; font-weight: bold; width: 100%;}
.withdrawBtcAdds{width: 100% !important;}

.btn-group-vertical > a .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > a .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group-vertical > a > .btn:not(:first-child):not(:last-child){border-radius: 0;}
.btn-group-vertical >  a > .btn, a .btn-group-vertical > .btn-group, a .btn-group-vertical > .btn-group > .btn{
	display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

a > .btn-xs, .btn-group-xs > a .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*=============================
	E-Wallet
==============================*/
.form-group-nomargin{margin-bottom: 0px;}
.form-group-ewallet{margin-top: 15px;}
.form-ewallet{margin-top: 15px;}
.moneyAmount{padding-top: 8px;}
.ewalletBtnSection{display: inline-block; padding-bottom: 15px;}

.usdamt{
	display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ct_packageTitle{font-size: 16px; font-weight: bold;}
#btcPackaPrice, #btcPackbPrice, #btcPackcPrice, #btcPackdPrice{font-size: 18px;}
.btcPackBtn{width: 100%;}

@media(max-width:767px){
	.btcadd{font-size: 21px;}
}
@media(max-width: 580px){
	.btcadd{font-size: 18px;}
}
@media(max-width: 480px){
	.btcadd{font-size: 14px;}
	.reportSearchBtn{width: 100%;}
	.weekText{font-size:25px;}
	.largeText{font-size: 35px;}
}

.infoblink {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}
@keyframes blink {
    from {
        color:#00838F;
    }
    to {
        color:white;
    }
}
@-webkit-keyframes blink {
    from {
        color:#FF0000;
    }
    to {
        color:white;
    }
}

.reviseblinking {
    animation-duration: 1200ms;
    animation-name: revise;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}
@keyframes revise {
    from {
        color:#FF0000;
    }
    to {
        color:white;
    }
}
@-webkit-keyframes revise {
    from {
        color:#FF0000;
    }
    to {
        color:white;
    }
}

div#load_screen{
	background: #37474F;
	opacity: 1;
	position: fixed;
    z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
}
div#load_screen > div#loading{
	color:#FFF;
	width:200px;
	height:200px;
	margin: 150px auto;
	/* top: 50%;
  left: 50%;
	position: fixed;*/ 
	background-image: url('../frontend/images/preload.png');
	
}

.dtHorizontalVerticalExampleWrapper {
max-width: 600px;
margin: 0 auto;
}
#dtHorizontalVerticalExample th, td {
white-space: nowrap;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

/*Dashboard*/
.bg-info, .bg-info>a {
    color: #fff!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.bg-info {
    background-color: #17a2b8!important;
}

.small-box>.inner {
    padding: 10px;
}

.bg-info, .bg-info>a {
    color: #fff!important;
}

.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 4.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box:hover {
    text-decoration: none;
}
.small-box p {
    font-size: 1.5rem;
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.small-box .icon>i {
    font-size: 70px;
    position: absolute;
    right: 20px;
    top: 25px;	
	transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}
.small-box .icon>i {
	position: absolute;
    top: 20px;
}

.small-box:hover .icon > i  {
     transform: scale(1.1);
}

.ts-titlebg{background-color: #c8d5d7; color: #000000;}
.ts-totalbg{background-color: #02181c; color: #FFFFFF;}
.tsdate{width: 30%}
.tsday{width: 30%}
.tsnt, .tsot{width: 15%}
.ts-input{font-size: 12px; width: 100% !important; height: auto; padding: 1px !important; text-align: center;}
.ts-background{background-color: #f5f5f5;}
.dcc-form-group{margin-bottom: 10px;}
.dcc-form-control {margin-bottom: 0px !important; resize: none;}
.comment {margin-bottom: 10px; resize: none; width: 350px; height: 100px; display: none;}
.dcc-form-control{font-size: 11px;}
.dcc-modal-header{background-color: #f5f5f5; border-color: #ddd; color: #000; padding: 15px;}

.dcc-modal-title{font-size: 13px;}
.dcc-label-xs{font-size: 11px; white-space:nowrap; vertical-align: middle; padding-top:  10px; padding-bottom: 10px;}
.dcc-label-xs-tbl{font-size: 11px; padding: 10px; color: #FFFFFF !important; background-color: #5C6BC0 !important; text-transform: uppercase;}
