body, p, div, a, span, option, select{
	margin: 0px;
	padding: 0px;
	color: #323232;
}

*{
	font-family: 'Ubuntu', Tahoma, sans-serif;
}

a{
	cursor: pointer;
}

body .big-wrapper{
	width: 100vw;
}

.main-logo{
	max-height: 50px;
	padding: 5px 0px;
}

.main-logo img{
	width: auto;
	height: 40px;
	max-height: 100%;
}

.user-profile-summary:hover{
	background-color: #9f9f9f57;
	color: white;
}

.user-profile-summary{
	text-align: left;
	display: flex;
	cursor: pointer;
	margin-top: 3px;
}

.user-profile-summary > .profile-icon{
	font-size: 350%;
}

.big-wrapper .nav .user-profile-summary .profile-icon span{
	color: white;
}

.user-profile-summary > div{
	margin: 20px 5px;
	align-items: center;
}

.user-profile-summary div.user-profile-name > div{
	display: block;
	width: 100%;
	color: white;
}

.user-profile-summary div.user-profile-name > div div{
	text-overflow: hidden;
	color: white;
	font-weight: bold;
}

.user-profile-summary .user-status{
	font-size: 80%;
	font-weight: 400;
}

.mobile-nav{
	width: 100vw;
	padding: 10px 0px;
	/*background-color: black;*/
	background-color: #FFCC08;
	color: white;
	text-align: center;
	display: none;
}

.mobile-nav > div{
	display: inline-block;
}

.mobile-nav .mobile-nav-left{
	min-width: 50px;
	max-width: 20vw;
	text-align: left;
	position: fixed;
	left: 0;
	z-index: 10;
}

.mobile-nav-head{
	text-align: center;
}

.mobile-nav .mobile-nav-left .mobile-nav-head img{
	max-width: 150px;
	width: 17vw;
	height: auto;
	max-height: 50px;
}

.mobile-nav .mobile-nav-center > div:hover,.mobile-nav .mobile-nav-right > div:hover {
	/*background: #4a4a4a;*/
	background: #0b300b;
}

.mobile-nav .mobile-nav-center span{
	color: white;
	font-size: 120%;
	cursor: pointer;
}

.mobile-nav .mobile-nav-center > div, .mobile-nav .mobile-nav-right > div{
	display: inline-block;
	border-radius: 2px;
	padding: 7px;
	margin: 0px 10px;
}

.mobile-nav .mobile-nav-right{
	min-width: 50px;
	max-width: 20vw;
	text-align: right;
	position: fixed;
	right: 0;
}

.mobile-nav .mobile-nav-right span{
	color: white;
	font-size: 130%;
	cursor: pointer;
}

.profile-menu{
	display: none;
	position: fixed;
	right: 0;
	width: 20vw;
	min-width: 50px;
	z-index: 5;
	background-color: white;
	border-radius: 0px 0px 0px 5px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.profile-menu div{
	padding: 10px 20px;
	font-size: 	85%;
	font-weight: 600;
	cursor: pointer;
	border-top: 1px solid #ececec;
}

.profile-menu div:hover{
	background-color: #ececec;
}

.cover{
	margin:0px;
	padding: 0px;
	position: fixed;
	z-index: 4;
	width: 100vw;
	height: 100vh;
	background: transparent;
	display: none;
}

body .big-wrapper .nav{
	position: fixed;
	left: 0;
	height: 100vh;
	width: 20vw;
	min-width: 180px;
	/*background: black;*/
	background: #FFCC08;
	overflow: auto;
}

body .big-wrapper .nav p, body .big-wrapper .nav span{
	color: #cdcdcd;
}

body .big-wrapper .nav .nav-head{
	height: 160px;
}

body .big-wrapper .nav .nav-head .user-score{
	text-align: left;
	color: white;
	font-size: 90%;
	font-weight: bold;
}

body .big-wrapper .nav .nav-items{
	/*border-top: 1px solid #444;*/
	border-top: 1px solid #ffffff57;
}

body .big-wrapper .nav .nav-items p {
	padding: 20px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #ffffff57;
}

body .big-wrapper .nav .nav-items p:hover{
	cursor: pointer;
	/*background: #4a4a4a;*/
	/*background: #329d48;*/
	background: #9f9f9f57;
}

body .big-wrapper .nav .nav-items p > *{
	color: white;
}

body .big-wrapper .nav .nav-items p span:nth-child(2){
	padding-left: 15px;
}

body .big-wrapper .main-title-section{
	margin: 0px;
	text-align: center;
	padding: 20px 0px;
	background: #FFCC08;
	color: white;
	position: sticky;
	top: 0;
	z-index: 3;
	width: 100%;
	font-weight: bold;
	font-size: 90%;
}

body .big-wrapper .content{
	position: fixed;
	display: table-row;
	right: 0;
	width: 80vw;
	height: calc(100%);
	/*height: 90vh;*/
	min-width: 240px;
	overflow: auto;
}

body .big-wrapper .content .main-content{
	/*margin: 20px;*/
}

body .big-wrapper .content .main-content .greetings p.greet{
	font-size: 90%;
	font-weight: bold;
	/*border: 1px solid red;*/
	margin: 0px 20px;
	margin-top: 10px;
	display: none;
}

body .big-wrapper .content .main-content .user-referral-link{
	text-align: center;
	font-size: 80%;
	box-shadow: 0 1px 10px rgb(0 0 0 / 0.1);
	padding: 20px 8px;
	margin: 20px;
	border-radius: 4px;
	/*background-color: #006800;*/
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	justify-items: center;
	/*border: 1px solid #dfdfdf;*/
}

body .big-wrapper .content .main-content .user-referral-link div{
	color: #FFCC08;
	
	width: 83%;
	display: inline-block;
	vertical-align: middle;
	padding:  0px 2px;
}

body .big-wrapper .content .main-content .user-referral-link div:nth-child(2){
	width: 13%;
	min-width: 10px;
	cursor: pointer;
	border-left: 1px solid #ccc;
}

body .big-wrapper .content .main-content .user-referral-link div > span{
	
	/*position: absolute;
	right: 0;*/
	/*border: 1px solid red;*/
}

body .big-wrapper .content .main-content .user-referral-link div:nth-child(2):hover{
	color: #07b0f2;
}


body .big-wrapper .content .main-content .user-referral-link a{
	text-decoration: none;
	color: #07b0f2;
	font-weight: bold;
}

body .big-wrapper .content .main-content .user-referral-link a:hover{
	text-decoration: underline;
	text-underline-position: under;
}

.new-link{
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}
body .big-wrapper .content .main-content .top-section{
	margin: auto;
	text-align: center;
}

.data-table, .report-body{
	overflow: auto;
	scrollbar-color: #FFCC08 transparent;
	scrollbar-width: thin;
	margin: 10px;
}

.data-table table, .operational-section table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.data-table table span{
	color: #07b0f2;
}

.data-table tfoot, .data-table thead{
	/*background: #3c3c3f;*/
	background: #FFCC08;
}

.data-table tfoot{
	font-weight: bolder;
}

td.upper{
	text-transform: uppercase;
}

.data-table table, .data-table th, .data-table td, .operational-section table th, .operational-section table td{
	text-align:left;
}

.data-table tbody tr:hover, .operational-section table tbody tr:hover{
	background-color:#f5f5f5;
	cursor: pointer;
}

.data-table tbody tr:nth-child(even), .operational-section table tr:nth-child(even){
	background-color:#f2f2f2;
}

.data-table th, .data-table td, .operational-section table th, .operational-section table td{
	padding:1px 10px;
	/*border-bottom: 1px solid #ddd;*/
}

.data-table thead{
	position: sticky;
	top: 0;
	z-index: 2;
}

.data-table th{
	border-bottom: 1px solid #ddd;
	height: 50px;
	border-top: 1px solid #ddd;
	color: white;
	white-space: nowrap;
}

.data-table th a{
	text-decoration: none;
	color: gray;
	padding-left:230px;
	padding-right: 230px;
	padding-top:20px;
	padding-bottom:20px;
}

.data-table th a:hover{
	text-decoration: underline;
}

.data-table td{
	height: 50px;
	vertical-align:middle;
}

.data-table td a{
	text-decoration: none;
	color: #488AC7;
}

.data-table td img{
	width: 50px;
	height: 50px;
}

.data-table td a:hover{
	text-decoration: underline;
}

.data-table thead .action, .data-table tbody .action, .data-table tfoot .pagination{
	text-align: center;
}

.data-table tbody .action .fa-trash{
	color: red;
}

.big-wrapper .content .main-content .table-operations > div{
	display: inline-block;
	width: 50%;
}

.big-wrapper .content .main-content .table-operations, .year-search-section{
	margin: 10px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div{
	display: inline-block;
	text-align: right;
	width: 100%;
	/*border: 1px solid red;*/
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div > div{
	padding-bottom: 2px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area input[type="search"]{

	font-size: 85%;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area input[type="search"]{
	height: 30px;
	width: 72%;
	min-width: 100px;
	margin-right: 0px;
	font-size: 85%;
	padding-left: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area input[type="date"]{
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px 5px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div > label{
	font-size: 80%;
	font-weight: 700;
	display: none;
}

.search-area button{

	margin-left: 0px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
	background: transparent;
	cursor: pointer;
	height: 30px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

}

.big-wrapper .content .main-content .table-operations .table-search .search-area input[type="search"]{
	
}

.search-area input[type="search"]:hover, .search-area input[type="text"]:hover, .search-area select:hover, .search-area input[type="date"]:hover{
	/*box-shadow: 1px 1px 1px 1px #ddd;*/
}

.search-area input[type="search"]:focus, .search-area input[type="text"]:focus, .search-area select:focus, .search-area input[type="date"]:focus, .pagination select:focus{
	/*box-shadow: 1px 1px 1px 1px #edecec;*/
	outline: none;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div > span:hover{
	color: #0599d3; 
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div > span{
	color: #07b0f2;
	padding: 2px;
	cursor: pointer;
}


.big-wrapper .content .main-content .table-operations .table-search .search-area > div section{
	display: none;
	padding: 10px 20px;
	z-index: 3;
	right: 0;
	margin-right: 20px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div:hover section{
	display: block;
	position: absolute;
	background: white;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div section > div{
	display: block;
}

section label, section input, section select{
	text-align: left;
	width: 100%;
	display: block;
}

section label{
	font-size: 12px;
	font-weight: bold;
}

section > div{
	margin-bottom: 10px;
}

section select, section input{
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.big-wrapper .content .main-content .table-operations .table-search .search-area > div section .apply-button:hover{
	/*background-color: #0599d3;*/
	background-color: #0a8629;
	cursor: pointer;
}


.big-wrapper .content .main-content .table-operations .table-search .search-area > div section .apply-button{
	border: none;
	color: white;
	/*background: #07b0f2;*/
	background: #FFCC08;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	font-size: 90%;
}

.big-wrapper .content .main-content .table-buttons{
	text-align: left;
}

.big-wrapper .content .main-content .table-buttons a:nth-child(2):hover{
	background-color: #055691;
}

.big-wrapper .content .main-content .table-buttons a:nth-child(2){
	background-color: #2a78b0; 
}

.big-wrapper .content .main-content .table-buttons a{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #FFCC08;
	color: white;
	border-radius: 3px;
	font-size: 95%;
	display: inline-block;
	margin-bottom: 10px;
}

.big-wrapper .content .main-content .table-buttons a:hover{
	background-color: black;
}

.popup-position{
	display: none;
	position: fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height: 100%;
	overflow: auto;
	z-index: 99;
}

#popup-wrapper{
	width:60%;
	min-width: 300px;
	margin: auto;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#popup-container{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	/*overflow: auto;*/
	width: 100%;
	min-width: 200px;
	min-width: 80%;
}

#popup-container > p{
	text-align: right;
	text-decoration: none;	
}

#popup-container p a span{
	color: #FFCC08;
}

#popup-container p a span:hover{
	color: red;
}

.create-form .heading{
	width: 80%;
	padding: 20px;
	margin: auto;
	font-size: 120%;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 3px;
	background: #f3f3f3;
}

.create-form .heading .heading-sub{
	font-size: 60%;
	font-weight: bold;
}

.create-form .heading .heading-sub span{
	color: #FFCC08;
}

.create-form .body{
	width: 80%;
	padding: 10px;
	margin: auto;
	padding-bottom: 25px;
}

.create-form .form-input{
	margin: 10;
	margin-bottom: 20px;
}

.create-form .form-input label, .create-form .form-input input, .create-form .form-input select{
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

.create-form .form-input label{
	font-weight: 700;
	font-size: 90%;
}

.create-form .form-input input[type="text"], .create-form .form-input input[type="date"], .create-form .form-input input[type="password"], .create-form .form-input input[type="email"], .create-form .form-input select{
	padding: 0% 1%;
	width: 100%;
	height: 35px;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.create-form .form-input-check{
	margin-bottom: 20px;
}

input, select{

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-form .body .form-button{
	width: 100%;

}

.create-form .body .form-button input{
	cursor: pointer;
	width: 100%;
	/*text-align: center;*/
	margin: auto;
	height: 45px;
	background: #FFCC08;
	color: white;
	border: none;
	border-radius: 3px;
}

.create-form .body .form-button input:hover, .pay-form-button input:hover{
	background: #FFCC08b3;
}

.create-form .form-sub-heading{
	/*margin: 0px 0px;*/
	font-weight: bold;
	font-size: 120%;
	color: white;
	/*padding-top: 20px 0px;*/
	/*border: 1px solid red;*/
	margin-bottom: 20px;
	min-height: 30px;
}

.create-form .form-sub-heading span{
	color: #FFCC08;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: 2px solid #FFCC08;
}

.create-epg-show{
	background: black;
	width: 100%;
	height: 100vh;
	overflow: auto;
	display: flex;
}

.create-epg-show .content{
	width: 90%;
	margin: auto;
	background: white;
	padding: 20px 0px;
	border-radius: 3px;
}

.create-epg-show .content .create-epg-form{
	text-align: center;
}

.create-epg-show .content .create-epg-form .day-show-block input, .create-epg-show .content .create-epg-form select{
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
}


.show-input-date{
	margin-bottom: 20px;
}

.show-input-date select{
	width: 100px;
}

.show-input-date label{
	font-weight: bold;
	font-size: 90%;
}

.show-input > div{
	display: inline-block;
	margin: 3px;
}

.show-input div label{
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 75%;
}

.show-input div .delete-input{
	color: red;
	padding: 0px 4px;
	cursor: pointer;
}

.create-epg-show .content .create-epg-table td{
	border: 1px solid black;
}

label span{
	color: red;
}

.create-epg-show .content .main-content .back-button{
	padding: 10px 20px;
	margin-bottom: 20px;
	height: 22px;
}

.create-epg-show .content .main-content .back-button span{
	color: #488ac7;
}


.create-epg-show .content .main-content .back-button .span-title{
	font-weight: 600;
	color: #3c4044;
	text-overflow: ellipsis;
	max-width: 90%;
}

.create-epg-show .content .main-content .back-button .left{
	text-align: left;
	float: left;
}


.create-epg-show .content .main-content .back-button .right{
	text-align: right;
	max-width: 10px;
	color: #488ac7;
	cursor: pointer;
	float: right;
	max-width: 20px;
}



.create-epg-show .content .select-channel .search-field{
	clear: both;
	text-align: center;
	margin: 10px 0px;
}

.create-epg-show .content .select-channel .search-field input{
	width: 90%;
	min-width: 200px;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: bold;
}

.create-epg-show .content .select-channel .search-table{
	width: 95%;
	resize: both;
	overflow: auto;
	min-height: 50px;
	margin: auto;
}

.create-epg-show .content .select-channel .search-table table{
	width: 100%;
	border-collapse: collapse;
}

.create-epg-show .content .select-channel .search-table table thead{
	background-color: #c9c9c9;
	position: sticky;
	top: 0;
}

.create-epg-show .content .select-channel .search-table table thead tr th, .create-epg-show .content .select-channel .search-table table tbody tr td{
	padding: 10px;
	text-align: left;
}

.create-epg-show .content .select-channel .search-table table tbody tr:hover{
	background-color:#f5f5f5;
	cursor: pointer;
}

.create-epg-show .content .select-channel .search-table table tbody tr:nth-child(even){
	background-color:#f2f2f2;
}

.create-epg-show .content .select-channel .search-table table tbody tr td img {
	max-width: 80px;
	height: auto;
}

.submission-section{
	text-align: center;
	margin: 20px 0px;
	width: 90%;
}

.create-epg-show .content .create-epg-options{
	/*width: 95%;*/
	margin: auto;
	text-align: center;
}

.create-epg-show .content .create-epg-options .section-title{
	margin: 20px 0px;
	font-weight: bold;
	font-size: 200%;

}

.create-epg-show .content .create-epg-options .span-title{
	text-align: left;
}

.create-epg-show .content .create-epg-options .section-body div{
	width: 40%;
	background: #488ac7;
	height: 50px;
	color: white;
	border-radius: 3px;
	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
}

.create-epg-show .content .create-epg-options .top-body{
	margin: 20px 0px;
}

.create-epg-show .content .create-epg-options .section-body div:hover{
	background: #FFCC08;
}

.create-epg-show .content .create-epg-options .section-body div a {
	text-decoration: none;
	width: 80%;
	color: white;
}

.submission-section{
	margin: auto;
}

.submission-section .next-button{
	height: 40px;
	border-radius: 3px;
	width: 50%;
	background-color: #FFCC08;
	border: none;
	color: white;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}

.upload-epg{
	margin: auto;
	text-align: center;
}

.epg-input .epg-input-row{
	display: inline-block;
	overflow-x: auto;
	margin: 10px 0px;
}

.download-button a:hover{
	background: #b77806;
}

.download-button a{
	text-decoration: none;
	padding: 15px;
	border-radius: 3px;
	color: white;
	background: orange;
	font-size: 105%;
	margin-top: 20px;
}

.upload-file-div{
	display: block;
	margin: auto;
	margin-top: 35px;
	width: 60%;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0px 10px;
}

.upload-file-div input{
	width: 100%;
	padding: 10px 0px;
}

.upload-file-div label{
	font-size: 85%;
	font-weight: bold;
	text-align: left;
}

input[type="number"]{
	max-width: 80px;
}

.submission-options{
	margin-top: 20px;
	font-size: 80%;
}

.submission-options label{
	padding: 5px 0px;
}

.submission-options input{
	width: 20px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}

#update-form .body{
	margin-top: 0px;
}

.form-input .subheading{
	text-align: center;
	font-size: 80%;
	font-weight: 700;
	text-overflow: ellipsis;
}

.form-input .subheading label{
	display: block;
	text-align: center;
}

.form-input > div{
	display: flex;
	/*border: 1px solid red;*/
}

.form-input > div input{
	width:  90%;
	/*padding: 15px 20px;*/
	/*margin-right: 5px;*/
	border:  1px solid #ccc;
	/*text-align: right;*/
}

.form-input > div > span{
	cursor:  pointer;
	padding: 5px;
	color: #FFCC08;
}

.more-button{
	text-align: right;
	margin: 20px 0px;
}

.more-button a{
	text-decoration: none;
	font-size: 80%;
	color: #1890d8;
}

.more-button a:hover{
	text-decoration: underline;
}

#table-body tr{
	cursor: pointer;
}

.epg-upload-for-time-zone-section{
	margin-top: 20px;
}

.epg-upload-for-time-zone-section label{
	font-weight: bold;
	font-size: 90%;
}

.epg-upload-for-time-zone-section select{
	height: 30px;
	width: 100px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.epg-input input, .epg-input select{
	height: 30px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0px 5px;
}

.epg-input select{
	max-width: 80px;
}

.epg-table{
	overflow-x: auto;

	margin: 0px;
	padding: 0px;
}

.epg-table table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.epg-table table th{
	border: 1px solid #ccc;
	text-align: center;
}

.epg-table table tr th, .epg-table table tr td{
	padding: 5px;
}

.epg-table table tr td{
	border: 1px solid #ddd;
	text-align: center;
}

.epg-table .channel-name, .epg-table .showtime{
	white-space: nowrap;
}

.epg-table .showtitle{
	font-size: 80%;
	font-weight: 700;
}

.epg-table .showtime{
	font-size: 85%;
}

/*.epg-table tr th.column-head, .epg-table tr td.column-head{*/
.epg-table tr .column-head{
	max-width: 200px;
	width: 150px;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #fafafa;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: 0px 5px 8px #c6c6c6;
	/*-moz-box-shadow: 0px 5px 8px #c6c6c6; */
	/*-webkit-box-shadow: 0px 5px 8px #c6c6c6;*/
	
}

.rowcover{
	background: white;
	height: 100vh;
	max-width: 1px;
	position: fixed;
	border-left: 1px solid #ddd;
	z-index: 1;
}

.big-wrapper .content .main-content .top-operational-menu::-webkit-scrollbar{
	width: 1px;
}

.big-wrapper .content .main-content .top-operational-menu{
	text-align: center;
	overflow: auto;
	width: 100%;
	margin: auto;
	/*scrollbar-color: #FFCC08 transparent;*/
	scrollbar-width: thin;
}

.big-wrapper .content .main-content .top-operational-menu > div{
	display: table-cell;
	padding: 2px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}

.big-wrapper .content .main-content .top-operational-menu > div span{
	padding: 20px;
	border-radius: 50%;
	border: 1px solid #FFCC08;
	margin: 10px;
	cursor: pointer;
	/* background: #e3e3e3; */
	/*color: #07b0f2;*/
	color: #FFCC08;
	font-size: 40px;
	overflow-x: auto;
}

.big-wrapper .content .main-content .top-operational-menu > div span:hover{
	/*background-color: #07b0f2;*/
	background-color: #FFCC08;
	color: white;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.big-wrapper .content .main-content .top-operational-menu > div div{
	color: #FFCC08;
}

.big-wrapper .content .main-content .top-operational-menu > div:hover div{
	cursor: pointer;
	font-weight: bolder;
	color: #FFCC08;
}

.big-wrapper .content .main-content .new-operational-menu{
	text-align: center;
	/*margin-top: 10px;*/
}

.big-wrapper .content .main-content .new-operational-menu > div{
	/*border: 1px solid red;*/
	width: 49%;
	display: inline-block;
	margin-top: 20px;
}

.big-wrapper .content .main-content .new-operational-menu > div:nth-child(3){
	padding-top: 20px;
}

.big-wrapper .content .main-content .new-operational-menu > div span{
	/*color: #FFCC08;*/
}

.big-wrapper .content .main-content .new-operational-menu > div > div > div{
	display: inline-block;
	/*border: 1px solid #FFCC08;*/
	vertical-align: top;
	text-align: left;
}

.big-wrapper .content .main-content .new-operational-menu > div > div > div:nth-child(3){
	width: 50%;
}

.operation-details-message span{
	cursor: pointer;
}

.operation-number span{
	padding: 4px 8px;
	background-color: #FFCC08;
	color: white;
	font-size: 115%;
	border-radius: 50%;
}

.operation-icon span{
	background-color: #ccc;
	padding: 20px;
	color: #FFCC08;
	border-radius: 50%;
}

.operation-details{
	padding-top: 10px;
}

.operation-details .operation-details-title{
	color: #FFCC08;
	font-size: 115%;
}

.operation-details .operation-details-message{
	font-size: 80%;
}

.operation-details .operation-details-message .fa{
	padding: 3px;
	background-color: #ccc;
	border-radius: 50%;
}

.operation-details .operation-details-message span{
	color: #FFCC08;
	cursor: pointer;
}

.big-wrapper .content .main-content .operational-section{
	border-spacing: 15px;
	border-radius: 3px;
	overflow-x: auto;
}

.big-wrapper .content .main-content .operational-section > div{
	display: table-cell;
	width: 1%;
	text-align: center;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.big-wrapper .content .main-content .operational-section > div > div table caption{
	padding: 10px;
	background: #ececec;
	font-weight: bold;
	font-size: 90%;
	border-radius: 5px 5px 0px 0px;
}

.big-wrapper .content .main-content .operational-section > div > div table thead th{
	padding: 10px;
	background: #FFCC08;
	color: white;
}

.big-wrapper .content .main-content .operational-section > div > div table tr td{
	font-size: 85%;
	height: 30px;
}

.big-wrapper .content .main-content .page-title > div{
	margin: 0px 20px;
	font-size: 130%;
	font-weight: bolder;
}

a span{
	color: white;
}

thead .sortable:hover, thead .sortable:hover > span span{
	cursor: pointer;
	color: #2a78b0;
}

thead .sortable > span span{
	color: white;
	padding-left: 3px;
}

tfoot tr th select{
	max-width: 80%;
	font-size: 70%;
	padding: 5px 2px;
	border-radius: 5px;
	border: none;
	text-align: right;
}

.data-table tfoot .pagination span{
	font-size: 150%;
	margin: 10px;
	cursor: pointer;
	color: #FFCC08;
}

.data-table tfoot .pagination select option{
	text-align: left;
}

.showtimezone{
	font-weight: 600;
	font-size: 13px;
}

.banned{
	background: black;
}

.banned div{
	color: red;
}

.big-wrapper .content .main-content .top-operational-menu > .pending, .big-wrapper .content .main-content .top-operational-menu > .pending > span{
	color: red;
}

.big-wrapper .content .main-content .table-operations .table-buttons > a.inactive{
	background-color: #5b605b;
}

.big-wrapper .content .main-content .table-operations .table-buttons > a.export{
	background-color: #0599d3;
}

.big-wrapper .content .main-content .table-operations .table-buttons > a.active{
	background-color: orange;
}

.big-wrapper .content .main-content .table-operations .table-buttons > a.loading{
	background-color: gold;
}

.big-wrapper .content .main-content .user-profile{
	text-align: center;
}

.big-wrapper .content .main-content .user-profile .profile-heading .profile-photo > span{
	font-size: 500%;
	/*color: #66c13c;*/
	color: #FFCC08;
}

.big-wrapper .content .main-content .user-profile .profile-heading{
	padding: 20px 5px;
}

.big-wrapper .content .main-content .user-profile .profile-heading .profile-name{
	font-weight: bolder;
	font-size: 120%;
}

.big-wrapper .content .main-content .user-profile .profile-heading .profile-username{
	font-size: 95%;
}

.big-wrapper .content .main-content .user-profile hr{
	border: 1px solid #dddddd6e;
	width: 90%;
	min-width: 150px;
}

.main-content .profile-app-info .app-info-title{
	background-color: white;
	padding:  10px;
	color: white;
	border-bottom: none;
}

.main-content .profile-app-info{
	display: block;
	justify-content: center;
	align-items: center;
	padding: 20px;
	/*margin-bottom: 20px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-top: 0px;*/
}

.main-content .profile-app-info p{
	border-bottom: 1px solid #e3e3e342;
	padding-bottom: 10px;
	/*height: 50px;
	text-overflow: ellipsis;*/
}

.main-content .profile-app-info > div:nth-child(2){
	
	/*border-left: 1px solid #cccccc78;*/
	/*width: 30%;*/
}


.big-wrapper .content .main-content .user-profile .profile-activities, .main-content .profile-activities{
	text-align: center;
	display: flex;
	/*border:  1px solid red;*/
	min-width: 100%;
	overflow-x: auto;
	
	justify-content: safe center;
	/*align-items: center;*/
}


.big-wrapper .content .main-content .user-profile .profile-activities > div, .main-content .profile-activities > div{
	display: inline-block;
	padding: 20px;
	margin: 20px 5px;
	text-align: center;
	/*width: 1%;*/
	/*width: 33%;*/
	/*max-width: 100px;*/
	/*border: 1px solid red;*/
}

.main-content .profile-activities > div{
	/*display: table-cell;*/
	/*display: inline-block;*/
	/*justify-content: center;
	align-items: center;
	justify-items: center;*/
	border-radius: 3px;
	/*display: inline-block;*/
	/*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
	/*border:  1px solid red;*/
	/*width: 33%;*/
	/*min-width: 100px;*/
}

.main-content .profile-activities.homepage .activity{
	/*border: 2px solid #5b605b17;*/
	border-radius: 5%;
	/*width: 33%;*/
	min-width: 100px;
	box-shadow: 0 1px 10px rgb(0 0 0 / 0.1);
}

.big-wrapper .content .main-content .user-profile .profile-activities .activity .activity-heading, .main-content .profile-activities .activity .activity-heading{
	font-weight: bold;
	font-size: 200%;
	color: #0599d3;
}

.big-wrapper .content .main-content .user-profile .profile-activities .activity .activity-name, .main-content .profile-activities .activity .activity-name{
	font-size: 90%;
	font-weight: bold;
	/*color: #0599d3;*/
}

.big-wrapper .content .main-content .profile-management{
	text-align: right;
	padding: 10px;
}

.big-wrapper .content .main-content .profile-management span{
	color: #FFCC08;
	cursor: pointer;
	font-size: 150%;
}

.big-wrapper .content .main-content .user-profile .profile-contact{
	padding: 20px 5px;
}

.big-wrapper .content .main-content .user-profile .profile-contact > div{
	display: inline-block;
	margin: 0px 10px;
}

.big-wrapper .content .profile-extra a:hover{
	text-decoration:  underline;
}

.big-wrapper .content .profile-extra a{

	text-decoration: none;
	font-size: 80%;
	color: #07b0f2;

}

.big-wrapper .content .main-content .user-profile .profile-contact > div > span, .profile-score span{
	color: #FFCC08;
}

.profile-contact.bank-details > div > span{
	font-size: 80%;
	font-weight: bold;
}

.profile-contact.bank-details{
	overflow-x: auto;
	font-weight: bold;
	/*border:  1px solid red;*/

}

.profile-contact.bank-details > div{
	display: inline-block;
	/*border:  1px solid red;*/
	margin: 10px;
}

.big-wrapper .content .main-content .user-profile .profile-referral-link a{
	color: #07b0f2;
	text-decoration: none;
}

.big-wrapper .content .main-content .user-profile .profile-referral-link a:hover{
	text-decoration: underline;
	text-underline-position: under;
}

.big-wrapper .content .main-content .user-profile .profile-referral-link{
	padding: 20px 5px;
}

.welcome-page > div:nth-child(2){

	/*border: 1px solid red;*/
	text-align: center;
	height: calc(100vh - 130px);
	align-items: center;
	display: flex;
	justify-content: center;

}

.welcome-page .welcome-message-body{
	/*border: 1px solid red;*/
	padding: 20px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.welcome-page .welcome-message-body .message-icon{
	font-size: 700%;
}

.welcome-page .welcome-message-body .message-icon span{
	color: #FFCC08;
}

.welcome-page .welcome-message-body .message-heading{
	font-size: 200%;
	font-weight: 700;
}

.welcome-page .welcome-message-body .message-body{
	font-size: 120%;
	max-width: 90%;
	display: inline-block;
	padding: 0px 20px;
}

.welcome-page .welcome-message-body .action-button{
	font-size: 120%;
	width: 90%;
	display: inline-block;
	border-top: 1px solid #FFCC084d;
	font-weight: 900;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 15px;
}

.welcome-page .welcome-message-body .action-button > div{
	width: 20%;
	color: white;
	background-color: #FFCC08;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}

.welcome-page .welcome-message-body .action-button > div:hover{
	background-color: black;
}

.welcome-page .logo{
	max-height: 70px;
	text-align: left;
	margin: 10px 0px;
}

.welcome-page .logo img{
	text-align: left;
	height: 50px;
	width: auto;
}

.create-form .generator{
	margin-bottom: 50px;
}

.create-form .generator input{
	border: 1px solid #ddd;
	padding: 5px;
	height: 30px;
	border-radius: 3px;
	min-width: 140px;
	width:  40%;
}

.create-form .generator span{
	margin: 5px;
	cursor: pointer;
	color: #FFCC08;
	font-size: 170%;
	vertical-align: middle;
}

.create-form .generator span:hover{
	color: #FFCC08;
}

.all-data{
	/*margin-top: 100px;*/
	padding:  10px 0px;
	border-bottom: 1px solid #FFCC08;
	text-align: left;
	margin-bottom: 20px;
}

.all-data > div{
	border: 1px solid #ccc;
	padding: 5px;
	/*margin: 5px;*/
	min-width: 20px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
}

.all-data > div > span{
	font-size: 80%;
}

.all-data > div > span:nth-child(2):hover{
	color: darkred;
}

.all-data > div > span:nth-child(2){
	color: red;
	cursor: pointer;
}

.create-form .form-button{
	margin-bottom: 20px;
}

.create-form .form-button input{
	background-color: #FFCC08;
	color: white;
	border: none;
	width:  30%;
	min-width: 80px;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
}

.create-form .form-button input:hover{
	background-color: dark#FFCC08;
}

.create-form .textarea{
	margin: auto;
	color:  black;
	width:  80%;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	border:  none;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-radius: 5px;
	padding:  20px 10px;
}

.create-form .textarea p{
	color: #FFCC08;
}

.generator .data-input-notice{
	color: orange;
	font-size: 70%;}

.generator .data-input-error{
	font-size: 80%;
	color: red;
	margin-top: 5px;
}

.data-element{
	margin: 2px;
}

.create-form .input-error, .create-form .input-success-message{
	font-size: 70%;
	color: red;
	padding-left: 5px;
	display: none;
}

.fa-eye-slash{
	display: none;
}

.year-search-section{
	
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.year-search-section > div:first-of-type{
	max-width: 100px;
	vertical-align: middle;
}

.year-search-section > div:nth-child(2){
	text-align: right;
	width: calc(100% - 100px);
}

.year-search-section > div{
	display: inline-block;
	vertical-align: middle;
}

.year-search-section > div > div, .report-tabs > div{
	display: inline-block;
	margin: 0px 5px;
}

.year-search-section > div > div > select{
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0px 5px;
	cursor: pointer;
	width: 100px;
	min-width: 80px;
}

.year-search-section > div > div > select:hover{
	/*border:  1px solid #ddd;*/
}

.report-tabs{
	text-align: center;
	overflow-x: auto;
	scrollbar-width: thin;
}

.report-tabs > div{
	padding: 10px;
	cursor: pointer;
	font-size: 90%;
	font-weight: bold;
	margin: 20px 0px;
	color: #009abd;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.report-tabs > div:hover{
	background-color: #ccc;
}

.report-tabs .active-tab{
	background-color: #b5b5b5;
}

.inactive-tab{
	background-color: #f2f2f2;
}

.report-body{
	overflow-x: auto;
	scrollbar-width: thin;
}

.report-body table{
	width: 100%;
	text-align: right;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #ddd;
}

.report-body table tr{
	height: 40px;
	/*border: 1px solid #ddd;*/
}

.report-body table tr:nth-child(even){
	background-color: #f2f2f2;
}

.report-body table td, .report-body table th{
	padding: 0px 5px;
}

.report-body table thead, .report-body table tr{
	border-bottom: 1px solid #ddd;
}

.report-body .table-heading{
	text-align: left;
	font-weight: bold;
}

.table-caption p{
	text-align: center;
	margin: 10px 0px 20px 0px;
	font-size: 120%;
	color: #FFCC08;
	font-weight: bold;
}

.report-body tfoot tr th{
	white-space: nowrap;
}

div.homepage thead, div.homepage tfoot, div.homepage th, div.homepage th{
	background-color: transparent;
	color: #FFCC08;
	border-top: none;
}

div.app-info::-webkit-scrollbar{
	width: 1px;
}

div.app-info{
	border-radius: 3px;
	color: white;
	padding-bottom: 0px;
	overflow-x: auto;
	width: 100%;
	scrollbar-width: thin;
	padding: 20px 0px;
	display: none;
}

div.app-info > div:nth-child(3){
	border-left:  1px solid #ccc;
}

div.app-info > div:nth-child(2){
	border-left:  1px solid #ccc;

}

div.app-info > div{
	width: 1%;
	display: table-cell;
	min-width: 250px;
	padding: 0px 5px;
}

div.app-info > div > div{
	display: table-cell;
	vertical-align: middle;
	background-color: white;
}

div.app-info .app-info-title{
	width: 20%;
	text-align: center;
	background-color: white;
}

div.app-info .app-info-title > span{
	padding: 10px;
	border-radius: 50%;
	color: white;
	background-color: #FFCC08;
	font-weight: bolder;
	font-size: 100%;
}

.app-info-body{
	width: 70%;
}

.app-info-body-title{
	color: #FFCC08;
	margin-bottom: 2px;
	font-size: 80%;
}

.app-info-body-message{
	font-size: 70%;
}

/*div.app-info p{
	font-size: 80%;
	margin-bottom: 10px;
	text-align: left;
	padding: 0px 10px;
	color: white;
}*/

.mid-title{
	text-align: center;
	font-size: 130%;
	font-weight: bolder;
	color: #FFCC08;
	margin: 10px 0px;
	display: none;
}

.mid-title1{
	background-color: #FFCC08;
	color: white;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0px;
}

.form-search-area, .form-formula{
	margin-bottom: 20px;
}

.form-formula{
	font-size: 85%;
	font-weight: bold;
	/*border:  1px solid #bbb;*/
}

.formula-details{
	border-top: 1px solid #ccc;
	width: 60%;
	min-width: 150px;
	margin: auto;
	padding-top: 10px;

}

.formula-heading{
	margin: auto;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	width: 60%;
	min-width: 150px;
	color: #0599d3;
}

.formula-details input:focus{
	outline: none;
	/*outline-width: 0;*/
	border-bottom: 2px solid #FFCC08;

}

.formula-details input{
	width:  60px;
	border: none;
	border-bottom: 2px solid transparent;
	/*border-radius: 3px;*/
	height: 35px;
	padding: 0px 2px;
	/*text-align: center;*/
}

.form-search-area > div{
	display: inline-block;
	width: 50%;
	/*border: 1px solid red;*/
	text-align: right;
	
}

.form-search-area > div > span:hover{
	color: #8d5d06;
}

.form-search-area > div > span{
	color: orange;
	cursor: pointer;
}

.form-search-area > div:nth-child(2){
	text-align: left;
}

.form-search-area > div select{
	height: 40px;
	width: 70%;
	min-width:  60px;
	max-width: 150px;
	border-radius: 3px;
	padding: 0px 4px;
	margin:  0px 5px;
	border: 1px solid #ccc;
	background-color: white;
}

.create-form .data-table{

	margin-bottom: 20px;

}

.create-form .data-table tr td{
	white-space: nowrap;
}

.pay-form-button input{
	border:  none;
	border-radius: 4px;
	width: 80px;
	height: 30px;
	color: white;
	background-color: #FFCC08;
	cursor: pointer	;
}

.payable-heading{
	color: #0599d3;
	font-size: 80%;
	margin-bottom: 20px;
	font-weight: bolder;
}

.payable-heading a:hover{
	background-color: #8d5d06;
}

.payable-heading a{
	padding: 10px 20px;
	border-radius: 3px;
	text-decoration: none;
	color: white;
	background-color: orange;

}

.form-footer{
	margin: 10px 0px;
	position: relative;
	bottom: 0;
}

.form-footer > div{
	text-align: left;
	display: inline-block;
	width: 50%;

}

.form-footer .form-footer-right{
	text-align: right;
}

#data-table-form-body tr td{
	font-size: 80%;
}

td button:hover{
	background-color: #FFCC08;
	color: white;
	border: 1px solid #FFCC08;

}

td button{
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: white;
	cursor: pointer;
	padding: 5px;
}

input.username, input.usernameformat{
	text-transform: lowercase;
}

.profile-review{
	text-align: right;
}

.profile-review span{
	cursor:  pointer;
	color: #FFCC08;
	font-size: 90%;
}

.profile-review span:hover, .profile-review span:hover span{
	color: black;
	font-weight: bold;
}

#popup-container.transparent{
	background-color: transparent;
}

.profile-image img{
	height: auto;
	width: 70%;
}

div.approve-buttons{
	margin-top: 20px;
}

div.approve-buttons a{
	color: white;
	text-decoration: none;
	font-size: 	105%;
	padding: 10px;
	margin: 5px;
	border: 1px solid white;
	border-radius: 4px;
}

div.approve-buttons a:hover{
	background-color: #FFCC08;
	border: 1px solid #FFCC08;
}

div a.red:hover{
	background-color: red;
	border: 1px solid red;
}

div a.close:hover{
	background-color: indianred	;
	border: 1px solid indianred;
}

span.fa-diamond{
	color: #07b0f2;
}

th span.fa-diamond{
	color: #76c8e1;
}

.profile-notice{
	font-size: 80%;
	color: #607d8b;
}

@media screen and (max-width: 960px){

	.big-wrapper .content .main-content .operational-section > div{
		display: table-cell;
	}

	.big-wrapper .content .main-content .operational-section > div:nth-child(3){
		display: block;
		min-width: 1%;
		width: auto;
		max-width: 100%;
	}

	.big-wrapper .content .main-content .profile-app-info{
		display: block;
		/*border: 1px solid red;*/
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.big-wrapper .content .main-content .profile-app-info > div.profile-activities::-webkit-scrollbar{
		width: 1px;
	}

}

@media screen and (max-width: 750px){

	body .big-wrapper .nav{
		width: 25vw;
	}
	body .big-wrapper .content{
		width: 75vw;
	}

}

@media screen and (max-width: 630px){

	body .big-wrapper .nav{
		display: none;
	}

	.mobile-nav{
		display: block;
	}

	body .big-wrapper .content{
		width: 100vw;
		max-height: 100vh;
		height: calc(100% - 50px);
	}

	.big-wrapper .content .main-content .profile-app-info > div.profile-activities{
		justify-content: safe start;
	}

	.big-wrapper .content .main-content .new-operational-menu > div{
		display: block;
		width: calc(100% - 40px);
		text-align: left;
		padding: 0px 20px;

	}

	.big-wrapper .content .main-content .new-operational-menu > div:nth-child(3){
		padding-top: 0px;
	}

	.big-wrapper .content .main-content .new-operational-menu .operation-number{
		margin-top: 10px;
	}

	.big-wrapper .content .main-content .new-operational-menu > div > div > div:nth-child(3){
		/*border: 1px solid red;*/
		width: 90%;
	}

	.big-wrapper .content .main-content .new-operational-menu .operation-icon{
		display: none;
	}

}

@media screen and (max-width: 430px){

	.big-wrapper .content .main-content .operational-section > div{
		display: block;
		width: auto;
	}

	.big-wrapper .content .main-content .operational-section > div:nth-child(3){
		overflow-x: auto;
	}

	.big-wrapper .content .main-content .new-operational-menu > div > div > div:nth-child(3){
		/*border: 1px solid red;*/
		width: 80%;
	}
}