body, p, div, a, span, option, select{
	margin: 0px;
	padding: 0px;
	color: #323232;
}

td, option, select{
	color: darkslategray;
}

*{
	font-family: 'Ubuntu', Tahoma, sans-serif;
}

input, select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a{
	cursor: pointer;
}

body .big-wrapper .nav{
	min-height:  40px;
	background: #002764;
	/* background: green; */
	text-align: center;
	width: 100%;

}

body .big-wrapper .nav div:nth-child(2){
	color: white;
	padding: 5px 0px;
}

body .big-wrapper .nav > span:hover{
	/* color: darkcyan; */
	color: #0381bd;
}

body .big-wrapper .nav > .nav-corner{
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px;
	font-size: 120%;
}

body .big-wrapper .nav .nav-corner > *{
	color: white;
	cursor: pointer;
	padding: 0px 5px;
}

body .big-wrapper .nav .nav-left{

	min-width:  100px;
}

body .big-wrapper .nav .nav-left img{
	width: auto;
	height: 45px;
	padding-top: 10px;
	/*border: 1px solid red;*/
}

body > .big-wrapper > .main-content{

	margin-top: 20px;
}

body > .big-wrapper > .main-content .top-operations{
	/*padding: 20px;*/
}

.login-wrapper{
	background: #366082;
	/* background: green; */
	margin: 0px;
	padding:  0px;
	width:  100vw;
	height:  100vh;
	overflow: auto;
}

.big-wrapper .login-form{
	border: 1px solid white;
	width: 40%;
	min-width: 200px;
	min-height: 200px;
	margin: 0 auto;
	border-radius: 5px;
	background: white;
}

.center-form > div{
	display: flex;
	align-items: center;
}

.logo img{
	height:  100px;
}

.logo{
	margin:  20px 0px;
}

.logo p span{
	color:  #366082;
	/* color:  green; */
}

.logo p{
	font-weight: 700;
	text-align: center;
	color:  #366082;
	/* color:  green; */
}

.big-wrapper .login-form .form-data > div{

	margin-bottom: 10px;
	text-align: center;
}

.login-error-message{
	color: red;
	font-size: 90%;
	margin-bottom: 20px;
	text-align: center;
}

.big-wrapper .login-form .form-data > div input{
	width: 80%;
	min-width: 150px;
	height: 30px;
}

.big-wrapper .login-form .form-data > .submit-form-div{
	text-align: center;
	margin: auto;
	width:  30%;
	min-width: 150px;
	margin-bottom: 20px;
}

.submit-form-div > input{
	background: #366082;
	/* background: green; */
	color: white;
	border: none;
	padding: 0px 10px;
	border-radius: 3px;
	cursor:  pointer;
}

.submit-form-div > input:hover{
	/* background: darkgreen; */
	background: #002764;
}

.big-wrapper .login-form .form-data > div .submit-button{
	min-width: 150px;
	background: #366082;
	/* background: green; */
	border: none;
	border-radius: 3px;
	color: white;
	height: 40px;
	cursor: pointer;
}

.big-wrapper .login-form .form-data > div .submit-button:hover{
	background: #002764;
	/* background: darkgreen; */
}

.big-wrapper .login-form .form-data > div .link{
	font-size: 80%;
	color: #2095c3;
	margin-bottom: 20px;
}

.big-wrapper .login-form .form-data > div .link:hover{
	text-decoration: underline;
	cursor: pointer;
}

.data-table{
	max-width: 100%;
	overflow: auto;
	/*margin-top: 20px;*/
}

.data-table table, .operational-section table{
	width: 100%;
	/*height: 100%;*/
	border-collapse: collapse;
}

.data-table table span{
	color: #07b0f2;
}


.data-table thead, .data-table tbody, .data-table tfoot .data-table th, .data-table td, .data-table tr{
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

.data-table tfoot, .data-table thead{
	/* background: darkcyan; */
	background: #0381bd;
	/* background: seagreen; */
}

.data-table tfoot{
	font-weight: bolder;
}

.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: 1;
}

.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, .data-table tbody .action .fa-stop-circle-o{
	color: red;
}

.big-wrapper .main-content .table-operations > div{
	/* display: inline-block;
	width: 50%;
	vertical-align: middle; */
}

.big-wrapper .main-content .table-operations{
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.big-wrapper .main-content .table-operations .table-search .search-area > div{
	display: inline-block;
	text-align: right;
	width: 100%;
	/*border: 1px solid red;*/
}

.big-wrapper .main-content .table-operations .table-search .search-area > div > div{
	padding-bottom: 2px;
}

.big-wrapper .main-content .table-operations .table-search .search-area input[type="search"]{

	font-size: 85%;
}

.big-wrapper .main-content .table-operations .table-search .search-area input[type="search"]{
	height: 30px;
	width: 72%;
	min-width: 100px;
	margin-right: 10px;
	font-size: 85%;
	padding-left: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.big-wrapper .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 .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;

}

.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 .main-content .table-operations .table-search .search-area > div > span:hover{
	color: #0599d3; 
}

.big-wrapper .main-content .table-operations .table-search .search-area > div > span{
	color: #07b0f2;
	padding: 2px;
	cursor: pointer;
}

.big-wrapper .main-content .table-operations .table-search .search-area > div section{
	display: none;
	padding: 10px 20px;
	z-index: 3;
	right: 0;
	margin-right: 10px;
}

.big-wrapper .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 .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 .main-content .table-operations .table-search .search-area > div section .apply-button:hover{
	background-color: #013549;
	/* background-color: #034747; */
	/* background-color: darkgreen; */
	cursor: pointer;
}

.big-wrapper .main-content .table-operations .table-search .search-area > div section .apply-button{
	border: none;
	color: white;
	/* background: #07b0f2; */
	background: #0381bd;
	/* background: darkcyan; */
	/* background: green; */
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	font-size: 90%;
}

.big-wrapper .main-content .table-buttons{
	text-align: left;

	/*border: 1px solid red;*/
}

.big-wrapper .main-content .table-buttons a:nth-child(2):hover{
	background-color: #055691;
}

.big-wrapper .main-content .table-buttons a:nth-child(2){
	background-color: #2a78b0; 
}

.big-wrapper .main-content .table-buttons a{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #035743;
	color: white;
	border-radius: 3px;
	font-size: 95%;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.big-wrapper .main-content .table-buttons a:hover{
	/* background-color: darkcyan; */
	background-color: #0381bd;
}

.big-wrapper .main-content .table-buttons span{
	color: white;
}

.create-campaign-form, .form-input{
	text-align: center;
}

.form-body{
	margin: 0px auto;
	text-align: center;
}

.create-campaign{
	margin-top: 0px;
	margin-bottom: 20px;	
}

.create-campaign .heading{
	width:100%;
	background-color: #f5f5f5;
	padding: 20px 0px;
	text-align: center;
}

.input-formatted-data div{
	display: none;
}

.input-formatted-data{
	padding: 20px;
	width: 90%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-radius: 3px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 60px;
	height: 20vh;
	overflow-y: auto;
}

.input-formatted-data input{
	margin: 5px;
	border-radius: 3px;
	padding: 5px;
	height: 25px;
	border: 1px solid #ccc;
}

.time-frame{
	text-align: center;
	margin:  0 auto;
}

.time-frame input{
	height:  35px;
	min-width: 80px;
}

.submission-section{
	margin-top: 20px;
}

.submission-section input{
	border: none;
	/* background: darkcyan; */
	background: #0381bd;
	height:  40px;
	color: white;
	border-radius: 3px;
	padding:  10px 20px;
}

.submission-section input:hover{
	background-color: #035a5a;
	cursor: pointer;
}

/*#inputfile{
	display: none;
}*/

input.cancel-button:hover{
	background: red;
}

input.cancel-button{
	background: #d50303;
}

.form-body .form-input{
	margin: 20px 0px;
}

.form-body .form-input label, .label{
	display: block;
	font-size: 80%;
}

.form-body .form-input input{
	width:  50%;
	height: 30px;
	text-align: center;
}

.form-body .form-input select{
	/*width:  50%;*/
	height: 30px;
	text-align: center;
	background-color: white;
	border:  1px solid #ccc;
}

.form-input textarea{
	width: calc(100% - 10px);
	padding: 5px;
	border-radius: 4px;
	background-color: white;
	border:  1px solid #ccc;
}

.big-wrapper .main-content .table-operations .table-buttons a.inactive{
	background-color: #5b605b;
}

.big-wrapper .main-content .table-operations .table-buttons a.export{
	background-color: purple;
}

.big-wrapper .main-content .table-operations .table-buttons  a.active{
	background-color: darkorange;
}

.big-wrapper .main-content .table-operations .table-buttons  a.loading{
	background-color: gold;
}

.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: 3;
}

#popup-wrapper{
	width:70%;
	min-width: 300px;
	margin: auto;
	text-align: center;
	display: flex;
}

#popup-container{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	overflow: auto;
	min-width: 80%;
}

#popup-container > p{
	text-align: right;
	text-decoration: none;	
}

#popup-container p a span{
	color: #488AC7;
}

#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 .body{
	width: 80%;
	padding: 10px;
	margin: auto;
	padding-bottom: 25px;
}

.create-form .form-input{
	margin: 10px 0px;
	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="number"], .create-form .form-input input[type="text"], .create-form .form-input input[type="date"], .create-form .form-input input[type="time"], .create-form .form-input select{
	padding: 0% 1%;
	width: 100%;
	height: 35px;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}
 

.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: #1170a9;
	color: white;
	border: none;
	border-radius: 3px;
}

.create-form .body .form-button input:hover{
	background: #1890d8;
}

div.upload{
	border:  1px solid #ccc;
	border-radius: 3px;
	padding: 10px 5px;
}
input[type="file"]{
	/*display: block;*/
	/*border:  1px solid #ccc;*/
	cursor: pointer;
	min-width: 240px;
}

.form-input .data-input{
	width: 100px;
}

td.currency, th.currency{
	text-align: right;
}

label span{
	color: red;
}

.table-caption{
	text-align: left;
	margin: 15px 10px;
}

.table-caption-title{
	font-size: 150%;
	font-weight: bolder;
}

.table-caption-details > div{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 0px 5px;
	font-size: 90%;
	font-weight: 600;
}

.table-caption-details div:first-child{
	padding-left: 0px;
}

.table-caption-details span{
	padding: 2px;
}

.table-caption-details > div:nth-child(2){
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.table-caption-details .caption-head{
	font-size: 80%;
	font-weight: bold;
	color: black;
}

.hide{
	display:none;
}

.operator_selector{
	padding: 10px 15px;
	background-color: white;
	border: none;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
}