@import url("../fonts/roboto/stylesheet.css");

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body.login{
    background:#ddd;
    padding:0px;
}
body{
	padding-top:90px;
	background: #fff;
    font-family: tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9pt;
}

a{
	color:#0000FF;
	text-decoration: underline;
}
a:hover{
	background: #222;
	color:#fff;
}
.loginbox{
    background:#fff;
    margin-top:50px;
    padding:30px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    overflow: hidden;
	opacity: 0;
    position: relative;
    animation: slideBottom 600ms ease both;
	-webkit-animation: slideBottom 600ms ease both;
    animation-play-state: running;
	-webkit-animation-play-state: running;
}
.login-heading{
	height: 150px;
	position: relative;
	overflow: hidden;
	margin:-30px -30px 30px;
}
.login-heading img{
	min-height: 150px;
	width: 100%;
}
.login-heading .title{
	position: absolute;
	bottom:15px;left:15px;
	color:#fff;
	text-shadow:0px 3px 5px rgba(0,0,0,0.2);
	font-size: 20px;
	text-align: center;
}

header{
	position: fixed;
	top:0px;left:0px;right:0px;
	z-index: 999;
	height:30px;
	overflow:hidden;
}
header #currentTrxTime{
	display:none!important;
	position:fixed;
	top:-9999px;
	left:-9999px;
}
header a,nav a{
	text-decoration: none!important;
}
header .navbar{
	background: #666E73;
	min-height: 30px!important;
	height: 30px!important;
	border-radius: 0;
	color:#fff;
	border:none!important;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	margin:0px;
}
header .navbar-nav{
	position:absolute;
	top:0;
	right:15px;
	z-index:9999;
	margin:0;
	padding:0;
}
header .navbar-nav > li > a{
	color:#fff!important;
	padding:0px 10px;
	line-height: 30px;
}
header .navbar-header{
	height: 30px!important;
}
header .navbar-brand{
	font-size: 12px;
	padding:0px 10px;line-height: 30px;
	height: 30px;
}
.navbar .dropdown-menu{
	margin-top:10px!important;
	border-radius: 3px;
	border:none;
}
.navbar .dropdown-menu::before{
	content: "";
	border:8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top:-16px;left:16px;
}
.navbar-right .dropdown-menu::before{
	left:auto;right:8px;
}
.dropdown-menu a{
	text-decoration: none!important
}
header .navbar-brand{
	color:#fff!important;
}
header .avatar{
	width: 30px;
	height: 30px;
	border-radius: 50em;
	overflow: hidden;
	padding:0px!important;
}
header .avatar img{
	width: 100%;
}
header .btn-icon a{
	font-size: 1.5em;
}
#navigation{
	background: #484F52;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	position: fixed;
	top:30px!important;left:0px!important;right:0px!important;
	z-index: 99;
}
#navigation .nav-tabs li a{
	border:none!important;
	border-radius: 0;
	color:#fff;
	text-transform: uppercase;
	font-size: 11px;
	padding:0 10px;
	height: 30px;line-height: 30px;
	display: block;
}
#navigation .nav-tabs li a:hover{
	background: rgba(25,255,255,0.1);
}
#navigation .nav-tabs li.active a{
	color:#222;
	font-weight: bold;
	background: #fff!important;
}
#navigation .tab-content{
	background: #fff;
	padding:2px 0px;
	height: 30px;
	position:fixed;
	top:60px;
	left:0;
	right:0;
}
.nav-submenu li{
	border-right:1px dashed #ccc;
	padding:0 2px;
}
.nav-submenu li:last-child{
	border:none;
}
.nav-submenu li a{
	font-size: 12px;
	color:#888;
	padding:0px 10px;
	height: 25px;line-height: 25px;
}
.nav-submenu li.active a{
	background: #FA8F29!important;
}
#wrapper{
	padding:5px;
	position: relative;
}
#wrapper.active{
    animation: slideBottom 600ms ease both;
    animation-play-state: running;
	-webkit-animation: slideBottom 600ms ease both;
    -webkit-animation-play-state: running;
}
.panel{
	margin-bottom: 5px;
}
.md-panel{
	border-radius: 2px;
	border:1px solid #ddd;
	margin-bottom: 5px;
}
.md-panel .panel-heading{
	background: linear-gradient(#eee, #e0e0e0)!important;
	background: -webkit-linear-gradient(#eee, #e0e0e0)!important;
	padding:2px 10px;
	color:#333;
	border:none;
	font-size: 11px;
	font-weight: bold;
}
.panel-body{
	padding:5px;
}
.table-responsive{
	margin:0px;
}
.table-center td{
	vertical-align: middle!important;
}
.table-img{
	position: relative;
	border-radius: 50em;
	width: 50px;height: 50px;
	overflow: hidden;
}
.page-header{
	margin:0px;
	padding:15px 0;
}
.page-header h4{
	margin:0px;
	font-weight: normal;
}
fieldset{
	border:1px dashed #ddd!important;
	padding: 10px;
}
fieldset legend{
	margin:0px;
	padding:2px 10px;
	font-size: 12px;
	display: inline-block;
	background: linear-gradient(#f5f5f5, #eee)!important;
	background: -webkit-linear-gradient(#f5f5f5, #eee)!important;
	border-radius: 2px;
	color:#333;
	border:1px solid #ddd;
	width: auto!important;
}
fieldset hr{
	margin:5px 0px;
}
table.form{
	border-collapse: collapse;
	width: 100%;
}
table.form td{
	padding:1px;
	vertical-align: top;
	font-size: 11px;
}
table.form td strong{
	margin-top:5px!important;
	display: inline-block;
}
table.table thead{
	background: linear-gradient(#3270b3, #26589b)!important;
	background: -webkit-linear-gradient(#3270b3, #26589b)!important;
    height: 35px !important;
	color:#fff;
}
table.table th{
	text-align: center!important;
	vertical-align: middle!important;
	border:1px solid rgba(255,255,255,0.1)!important;
	padding:2px!important;
	font-size: 11px;
}
table.table > tfoot > tr >td{
    background: linear-gradient(#3270b3, #26589b)!important;
	background: -webkit-linear-gradient(#3270b3, #26589b)!important;
    color:#fff;
}
table.table > tfoot > tr >th{
    background: linear-gradient(#3270b3, #26589b)!important;
	background: -webkit-linear-gradient(#3270b3, #26589b)!important;
    color:#fff;
}
table.table th a{
	display: block;
	color:inherit!important;
	text-decoration: none!important
}
table.table th a i.fa-sort{
	display: inline-block;
	margin-top:4px;
}
table.table td{
	font: 9pt tahoma;
	padding:1px!important;
	border:1px solid #aaa;
}
table.table tbody tr:hover{
	background: #eee;
}
.table-email{
	border:none;
}
.table-email tr{
	border:none;
	border-bottom: 1px solid #e5e5e5;
	background:none;
}
.table-email tr:last-child{
	border-bottom: none;
}
.table-email tr:hover{
	background: none!important;
}
.table-email tr td{
	border:none!important;
	padding:5px 0!important;
	font-weight: bold;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.table-email tr td .sub{
	font-weight: normal;
	color:#aaa;
}
.table-email tr.read{
	background:#f5f5f5!important;
}
.table-email tr.read td{
	font-weight: normal;
}
.table-email td.action{
	white-space: nowrap;
	width: 100px;
	text-align: right;
}
.table-email td.action a{
	font-size:14px;
	margin:0 5px;
	color:#aaa!important;
}
.table-email td.action a:hover{
	background: none;
	color:#333!important;
}
.table-email a{
	color:inherit!important;
	text-decoration: none!important;
	background: none!important;
}
ul.email-list{
	list-style: none;
	margin:0;padding:0;
}
.email-list > li{
	border-bottom: 1px solid #e6e6e6;
	padding:10px;
	cursor:pointer;
}
.email-list > li:last-child{
	border-bottom: none;
}
.email-head{
	display: table;
	width: 100%;
}
.email-head > div{
	display: table-cell;
}
.email-head .email-pre{
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.email-pre span{
	font-weight: normal;
}
.email-pre span.email-address{
	display: none;
}
.email-pre span.email-preview{
	color:#aaa;
	margin-left: 10px;
}
.email-head .email-time{
	text-align: right;
}
.email-head .email-button{
	text-align: right;
	width: 100px;
	display: none;
}
.email-button .dropdown-menu{
	left:auto;right:0;
}
.email-content{
	border-top:1px solid #e6e6e6;
	padding:10px 0;
	margin-top:10px;
	display: none;
}
.open .email-pre span.email-address{
	display: inline-block;
}
.open .email-pre span.email-preview{
	display: none;
}
.open .email-content{
	display: block;
}
.open .email-button{
	display: table-cell;
}
.form-control{
	border-radius: 0px;
	padding:2px;
	height: 20px;line-height: auto;
	font-size: 11px!important;
	font-family: tahoma!important;
}
.md-input{
    border:none;
    box-shadow: none!important;
	-webkit-box-shadow: none!important;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 40px !important;
    font-size: 15px !important;
}

.btn{
	padding:5px 10px!important;
	font-size: 11px;
	text-decoration: none!important;
	color:inherit;
}
.btn input{
	margin:0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.btn .fa{
	margin:2px;
}
.btn-flat{
	background: rgba(0,0,0,0)!important;
	box-shadow: none!important;
	color:#333;
}
.btn-flat:hover{
	background: rgba(0,0,0,0.1)!important;
}
.btn-raised{
	border-radius: 3px;
	padding:4px 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-raised.btn-default{
	border:none;
	background: #eee;
}
.btn-primary,.btn-success,.btn-info,.btn-danger,.btn-warning{
	color:#fff;
}
.btn-submit{
	background:#FD9F46!important;
	color:#fff!important;
	border-color:#FD9F46!important;
}
.btn-google-default{
    background-image: -webkit-linear-gradient(#f5f5f5, #f1f1f1);
    background-image: linear-gradient(#f5f5f5, #f1f1f1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border:1px solid #c6c6c6;
}
.btn-google-default:hover{
	border:1px solid #bbb;
}
.btn-floating{
	padding:0px;
	width: 50px;height: 50px;line-height: 50px;
	text-align: center;
	border-radius: 50em;
	display: inline-block;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	font-size: 1.5em;
}
.fixed-action-button{
	position: fixed;
	bottom:30px;right:30px;
	padding-top:15px;
	z-index: 998;
	opacity: 0;
    animation: zoomIn 600ms 300ms ease both;
    animation-play-state: running;
	-webkit-animation: zoomIn 600ms 300ms ease both;
    -webkit-animation-play-state: running;
}
.checkbox-inline, .radio-inline{
	padding:0px;
	margin:0px;
	display: inline-block;
	white-space: nowrap;
}
.checkbox-inline label{
	margin:0px;
	padding:0px;
}
.checkbox-inline label input{
	vertical-align: middle;
	margin:0px!important;
	position: relative!important;
}
select.form-control{
	padding:0px;
}
textarea.form-control{
	height: auto!important;
}
.form-control.datepicker{
	background: url(../plugins/datepicker/calendar.png) no-repeat center right;
	padding-right: 30px;
	width: 120px;
}
.sweet-alert{
	border-radius: 2px!important;
	padding:15px!important;
	font-family: 'Roboto', sans-serif!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
.sweet-alert h2{
	font-size: 16px!important;
	margin:0px!important;
}
.sweet-alert button{
	height: 25px;line-height: 25px;
	padding:0px 10px!important;
	font-size: 11px!important;
	border-radius: 2px!important;
}
.sweet-alert button.confirm{
	background:#FD9F46!important;
	color:#fff!important;
}
.sweet-alert fieldset{
	border:none!important;
	padding:0px;
}
.error-container{
    padding:15px;
    border-radius: 5px;
    position: relative;
    animation: bounceInDown 600ms ease both;
    animation-play-state: running;
	-webkit-animation: bounceInDown 600ms ease both;
    -webkit-animation-play-state: running;
}
.error-container .error-number{
    font-size:10em;
    color:#c0392b;
}
.pagination li a{
	padding: 5px;
	border-radius: 0!important;
	color:#333;
	font-size: 11px;
}
.pagination li.active a{
	background: #FD9F46!important;
	border-color:#FD9F46!important;
	color:#fff;
}
.dataTable td{
	padding:2px!important;
}
.dataTables_info{
	font-size: 11px!important;
}
.text-middle{
	vertical-align: middle!important;
}
.text-bottom{
	vertical-align: bottom!important;
}
.form-group{
	margin:0px;
}
.form-control-feedback{
	height: auto;
	width: auto;
	top:3px!important;
	right:3px!important;
	line-height: normal;
}
.modal{
    z-index: 9999!important;
    text-align: center;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border:none!important;
    overflow: visible!important;
}
.modal-content{
	border:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.modal-header{
	background:#666E73;
	color:#fff;
	border:none;
	padding:5px 15px;
}
.modal-title{
	font-size:14px;
	text-transform: uppercase;
	margin:0;padding:0;
}
.modal-footer{
	background: #e5e5e5;
	border:none;
	padding:5px 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.2);
}
@keyframes slideBottom {
    0% { opacity: 0;top:100px; }
    100% { opacity: 1; top:0px; }
}
@-webkit-keyframes slideBottom {
    0% { opacity: 0;top:100px; }
    100% { opacity: 1; top:0px; }
}
@keyframes zoomIn {
    0% { opacity: 0; transform:translateY(100px); }
    100% { opacity: 1; transform:translateY(0px); }
}
@-webkit-keyframes zoomIn {
    0% { opacity: 0; -webkit-transform:translateY(100px); }
    100% { opacity: 1; -webkit-transform:translateY(0px); }
}
#email-list th{
	text-align: left !important;
    font-size: 14px;
	border-bottom: 1px solid #333333 !important;
    padding-bottom: 10px !important;
}
.sub-menu-btn:hover, .sub-menu-btn:active, .sub-menu-btn:link, .sub-menu-btn:focus {
	background: #cb07402!important;
	border-color: #cb07402!important;
}
.sub-menu-active {
	background: #666666!important;
	border-color: #666666!important;
	border-color: #666666 !important;
}
.btn-custom-height{
	height: 20px!important;
	padding: 0px 5px!important;
}
.financial-table .pull-left{
    margin-left: 2px ;
}
.financial-table tbody>tr>td>{
	border: 2px solid grey;
    padding: 2px;
}
.financial-table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 2px solid grey !important;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;

}
.table > thead > tr > th{
    height: 30px !important;
}
    /*HOVER TABLE*/
#tablelist tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#list_report tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#list_member_aff tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#list_report_aff_wrapper tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#list_trx_records tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#incentive-setting-list tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#table_member_of_sms tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#table_data_of_sms tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
#table-list tbody tr:hover{
    background-color:  	rgb(250,255,189);
}
.light-on, .light-off{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
}
.light-on{
  border: 2px #8BC34A solid;
  background: -webkit-linear-gradient(left, #CDDC39 , #8BC34A);
  background: -o-linear-gradient(right, #CDDC39 , #8BC34A);
  background: -moz-linear-gradient(right, #CDDC39 , #8BC34A);
  background: linear-gradient(to right, #CDDC39 , #8BC34A);
}
.light-off{
  border: 2px #FF5722 solid;
  background: -webkit-linear-gradient(left, #E91E63 , #FF5722);
  background: -o-linear-gradient(right, #E91E63 , #FF5722);
  background: -moz-linear-gradient(right, #E91E63 , #FF5722);
  background: linear-gradient(to right, #E91E63 , #FF5722);
}
