body{
	margin: 0;
	font-family: 'Trebuchet MS', sans-serif;
	margin: none !important;
	padding: none !important;
	width: 100%;
	height: 100%;
}

.color_green{
	color: rgba(39, 174, 96,1.0);
}

.color_red{
	color: rgba(231, 76, 60,1.0);
}

.color_blue{
	color: rgba(41, 128, 185,1.0);
}

#bg{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../img/bg4.jpg");
	background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
}

#container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(150, 150, 150, 0.4);
}

#login-window{
	position: relative;
	width: 250px;
	height: 250px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(33, 33, 33, 0.90);
	padding: 10px;
	text-align: center;
	border-radius: 3px;
}

#login_message{
	color: red; 
	font-weight: bold;
}

.login_labels{
	height: 20px; 
	background: transparent;
	border: none;
	border-bottom: 1px white solid;
	color: white;
	outline: 0;
	margin-top: 10px; 
	text-align: center;
}

#login_button{
	border: none; 
	height: 35px; 
	width: 100px; 
	font-weight: bold; 
	background-color: #2ecc71; 
	color: #ecf0f1; 
	cursor: pointer; 
	border-radius: 3px;
}

#login-version-container{
	position: relative;
	width: 250px;
	height: 250px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(50, 50, 50, 0.80);
	padding: 10px;
	
	border-radius: 3px;
	color:#ecf0f1;
	padding: 10px;
	overflow: auto;
	font-size: 10px;
}

header{
	top: 0;
	background-color: rgb(44, 44, 44);
	height: 50px;
	width: 100%;
	color: white;
	position: fixed;
}

.transparent-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: transparent;
}

#main_menu_button{
	position: relative;
	float: left;
	height: 50px;
	margin-left: 0;
	width: 50px;
	background-color: #2980b9; 
	background-image: url("../img/menu_button_white.png");
	background-size: 130% 130%;
	background-position: center center;
	border-right: 1px rgb(150, 150, 150) solid;
	cursor: pointer;
}

#index_page_title{
	position: relative;
	float: left;
	height: 50px;
	width: 170px;
	line-height: 50px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 23px;
}

#header_user_username{
	position: relative;
	float: right;
	height: 50px;
	width: 80px;
	line-height: 50px;
	padding-right: 10px;
	font-size: 18px;
	text-align: right;
	cursor: pointer;
}

#logout_button{
	position: relative;
	float: right;
	height: 50px;
	margin-right: 0;
	width: 50px;
	background-color: #c0392b;
	background-image: url("../img/logout_button_grey.png");
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: 1px rgb(150, 150, 150) solid;
	cursor: pointer;
}

#main_container{
	position: absolute;
	top: 50px;
	width: 100%;
	bottom: 0px;
	overflow: auto;
	background-color: rgb(30, 30, 30);
}

.idx_sects{
	position: relative;
	width: 50%;
	height: 50%;
	margin: 0 0 0 0;
	background-size: 15vh 15vh;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	line-height: 15vh;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 2.4vh;
}

#index_section1{
	float: left;
	background-color: rgba(230, 126, 34,1.0);
	background-image: url("../img/movements_icon_colors.png");
}
	#addmovement_button{
		position: absolute;
		height: 10vh;
		width: 10vh;
		background-color: transparent;
		background-image: url("../img/plus.png");
		background-position: center center;
		background-size: 100% 100%;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		border-radius: 100%;
		-webkit-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
	}

#index_section2{
	float: right;
	background-color: rgba(41, 128, 185,1.0);
	background-image: url("../img/debscreds_icon_colors.png");

}
#index_section3{
	float: left;
	background-color: rgba(39, 174, 96,1.0);
	background-image: url("../img/report_icon_colors.png");

}
#index_section4{
	float: right;
	background-color: rgba(189, 195, 199,1.0);
	background-image: url("../img/settings_icon_colors.png");
}

#menu_modal_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(55, 55, 55, 0.5);
	display: none;
	z-index: 9;
}

#menu_modal{
	position: fixed;
	height: 100%;
	width: 75%;
	overflow: auto;
	background-color: rgba(30, 30, 30,1.0);
	color: white;
	display: block;
	z-index: 10;
	left: -80%;
	transition: 0.6s;
	max-width: 400px;
	/*-webkit-box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);*/
}

.menu_section{
	position: relative;
	width: 80%;
	margin-left: 10%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	border-bottom: 1px rgb(220, 220, 220) solid;
	text-transform: uppercase;
	cursor: pointer;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

#search_movements{
	position: relative;
	height: 50px;
	width: 100%;
	border-bottom: 1px #636363 solid;
	background-color: rgb(33, 33, 33);
}

#search_movements_icon{
	position: absolute;
	top: 5px;
	height: 30px;
	width: 30px;
	left: 10%;
	background-image: url(../img/search_icon.png);
	background-size: 30px 30px;
}

#search_movements_input{
	position: relative;
	top: 0;
	height: 80%; 
	background: transparent;
	border: none;
	color: white;
	outline: 0; 
	text-align: center;
	text-align-last: center;
	width: 80%;
	left: 10%;
	float:left;
	margin-right: 15%;
	border-bottom: 1px rgb(220, 220, 220) solid;
}

.list_element{
	position: relative;
	background-color: rgb(50, 50, 50);
	border-bottom: 1px #636363 solid;
	height: 100px;
	width: 100%;
	cursor: pointer;
	display: block;
}

.list_element_total{
	position: relative;
	background-color: rgb(190, 190, 190);
	border-bottom: 1px #636363 solid;
	height: 75px;
	width: 100%;
	cursor: pointer;
}

.list_element_grand_total{
	position: relative;
	border-bottom: 1px #636363 solid;
	height: 50px;
	width: 100%;
	cursor: pointer;
	color: white;
}

	.grand_total_positive{
		background-color: rgba(2, 154, 53,1.0) !important;

	}

	.grand_total_negative{
		background-color: rgba(231, 76, 60,1.0) !important;
	}

.grand_total_total_div{
	height: 50px;
    line-height: 50px;
    width: 50%;
    text-align: left;
    display: inline;
    float: left;
    color: white;
    font-size: 21px;
    padding-left: 10px;
    overflow: hidden;
    font-weight: bold;
}

.grand_total_space_div{
	height: 50px;
    line-height: 50px;
    width: 5%;
    text-align: left;
    display: inline;
    float: left;
    color: white;
    font-size: 20px;
    padding-left: 10px;
    overflow: hidden;
    font-weight: bold;
}

.grand_total_amount_div{
	height: 50px;
    line-height: 50px;
    width: 37%;
    text-align: right;
    display: inline;
    float: left;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.debscreds_list_element{
	position: relative;
	background-color: rgb(70, 70, 70);
	border-bottom: 1px #636363 solid;
	height: 100px;
	width: 100%;
	cursor: pointer;
	display: none;
}

.total_user_div{
	height: 75px;
    line-height: 75px;
    width: 50%;
    text-align: left;
    display: inline;
    float: left;
    color: black;
    font-size: 21px;
    padding-left: 10px;
    overflow: hidden;
    font-weight: bold;
}

.total_space_div{
	height: 75px;
    line-height: 75px;
    width: 8%;
    text-align: left;
    display: inline;
    float: left;
    color: black;
    font-size: 20px;
    padding-left: 10px;
    overflow: hidden;
    font-weight: bold;
}

.total_amount_div{
	height: 75px;
    line-height: 75px;
    width: 34%;
    text-align: right;
    display: inline;
    float: left;
    color: black;
    font-size: 20px;
    font-weight: bold;
}
	.total_positive{
		color: rgba(2, 154, 53,1.0) !important;

	}

	.total_negative{
		color: rgba(231, 76, 60,1.0) !important;
	}

.mov_expensedetails_div{
	height: 60px;
    line-height: 60px;
    width: 45%;
    text-align: left;
    display: inline;
    float: left;
    margin-left: 10%;
    color: white;
    font-size: 20px;
    padding-left: 10px;
    overflow: hidden;
}

.mov_exptype_div{
	position: absolute;
	top: 60px;
	height: 40px;
    width: 70%;
    text-align: left;
    display: inline;
    float: left;
    color: #c5c5c5;
    font-size: 16px;
    margin-left: 10%;
    left: 0;
    padding-left: 10px;
}

.mov_movdate_div{
	position: absolute;
	top: 15px;
	height: 70px;
    width: 10%;
    text-align: left;
    display: inline;
    float: left;
    color: #f1c40f;
    font-size: 12px;
    text-align: center;
    left: 0;
    font-weight: bold;
    line-height: 24px;
    border-right: solid 1px #f1c40f;
}

.mov_paytype_div{
	height: 60px;
    line-height: 60px;
    width: 13%;
    text-align: center;
    display: inline;
    float: left;
    color: white;
    font-size: 22px;
}

	.paytype_cash{
		background-image: url("../img/mov_cash.png");
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.paytype_credcard{
		background-image: url("../img/mov_credcard.png");
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.paytype_online{
		background-image: url("../img/mov_online.png");
		background-size: 30px 35px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.paytype_undefined{
		background-image: url("../img/mov_undefined.png");
		background-size: 30px 35px;
		background-repeat: no-repeat;
		background-position: center center;
	}

.mov_movtype_E{
	color: rgba(46, 204, 113,1.0) !important;
}

.mov_movtype_U{
	color: rgba(231, 76, 60,1.0) !important;
}

.mov_netamount_div{
	height: 60px;
    line-height: 60px;
    width: 25%;
    text-align: right;
    display: inline;
    float: left;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

	#mov_addmovement_button{
		position: fixed;
		height: 8vh;
		width: 8vh;
		background-color: transparent;
		background-image: url("../img/plus.png");
		background-position: center center;
		background-size: 100% 100%;
		bottom: 10px;
		right: 25px;
		cursor: pointer;
		z-index: 2;
		border-radius: 100%;
		-webkit-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.75);
	}

.debits_exptype_div{
	height: 70px;
    line-height: 70px;
    width: 50%;
    text-align: left;
    display: inline;
    float: left;
    color: white;
    font-size: 20px;
    padding-left: 10px;
    overflow: hidden;
}

.debits_user_div{
	height: 70px;
    line-height: 70px;
    width: 12%;
    text-align: left;
    display: inline;
    float: left;
    color: white;
    font-size: 20px;
    padding-left: 10px;
    overflow: hidden;
}

.debits_movdate_div{
	position: absolute;
	top: 70px;
	height: 25px;
    width: 23%;
    text-align: left;
    display: inline;
    float: left;
    color: #c5c5c5;
    font-size: 12px;
    left: 0;
    padding-left: 10px;
}

.debits_netamount_div{
	height: 70px;
    line-height: 70px;
    width: 30%;
    text-align: right;
    display: inline;
    float: left;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
	.mtype_debit{
		color: rgba(231, 76, 60,1.0) !important;
	}

	.mtype_credit{
		color: rgba(46, 204, 113,1.0) !important;
	}

.total_netamount_div{
	height: 75px;
    line-height: 75px;
    width: 22%;
    text-align: right;
    display: inline;
    float: left;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.addmov_form_label{
	position: relative;
	height: 30px;
	width: 100%;
	margin-top: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	color: white;
	font-weight: bold;
}

.addmov_form_input{
	position: relative;
	height: 20px; 
	background: transparent;
	border: none;
	border-bottom: 1px white solid;
	color: white;
	outline: 0;
	margin-top: 10px; 
	text-align: center;
	text-align-last: center;
	width: 50%;
	margin-left: 25%;
}

.addmov_form_input_users_list{
	position: relative;
	height: auto; 
	background: transparent;
	border: none;
	color: white;
	outline: 0;
	margin-top: 10px; 
	text-align: center;
	text-align-last: center;
	width: 100%;
	font-weight: bold;
	line-height: 30px;
}

input[type="checkbox" i]{
	height: 20px;
	width: 20px;
}

#addmov_submit_button{
	border: none; 
	height: 35px; 
	width: 100px; 
	font-weight: bold; 
	background-color: #2ecc71; 
	color: #ecf0f1; 
	cursor: pointer; 
	border-radius: 3px;
	width: 30%;
	margin-left: 35%;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 35px;
}

.addmov_user_amount_input{
	width: 60px;
	margin-left: 10px;
}

#modal_movdetails_container{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(55, 55, 55, 0.85);/*rgba(44, 62, 80,1.0);*/
	display: none;
	z-index: 11;
	top: 50px;
}

#modal_movdetails{
	position: fixed;
	width: 90%;
	top: 70px;
	max-height: 80%;
	left: 5%;
	overflow: auto;
	background-color: rgb(200, 200, 200);/*rgba(44, 62, 80,1.0);*/
	display: block;
	-webkit-box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 60px -5px rgba(0,0,0,0.75);
	border-radius: 3px;
}

#modal_movdetails_table {
    width: 100%;
    font-size: 20px;
    color: rgb(230, 228, 228);
	background-color: rgb(22, 22, 22);	
	border-collapse: collapse;
}

#modal_movdetails_table td, #modal_movdetails_table th {
	padding: 10px;
	border: 1px solid rgb(100, 100, 100);
}

#customers tr:hover {background-color: #ddd;}

#modal_movdetails_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
	color: white;
}

#modal_movdetails_table tr td:first-child {
    font-size: 22px;
    text-transform: uppercase;
}

#rpt_search_bar_container{
	height: 65px;
	width: 100%;
	border-bottom: 1px solid rgba(100, 100, 100, 1);
	background-color: rgb(90, 90, 90);
}

#rpt_month_input{
	position: relative;
	height: 100%; 
	background: transparent;
	border: none;
	color: white;
	outline: 0; 
	text-align: center;
	text-align-last: center;
	width: 30%;
	float:left;
	margin-right: 15%;
	font-weight: bold;
}

#rpt_year_input{
	position: relative;
	height: 100%; 
	background: transparent;
	border: none;
	color: white;
	outline: 0;
	text-align: center;
	text-align-last: center;
	width: 20%;
	float:left;
	font-weight: bold;
}

#rpt_ok_input{
	position: relative;
	height: 100%; 
	background: transparent;
	border: none;
	color: white;
	outline: 0;
	text-align: center;
	line-height: 65px;
	text-align-last: center;
	width: 27%;
	float:right;
	font-weight: bold;
	cursor: pointer;
}

#rpt_list_container{
	position: absolute;
	top: 66px;
	bottom: 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.rpt_list_element{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid rgba(100, 100, 100, 1);
	color: white;
	line-height: 40px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}

#rpt_charts_container{
	height: 120px;
	width: 100%;
	border-bottom: 1px solid rgba(100, 100, 100, 1);
	color: white;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
}

#rpt_selection{
	font-weight: normal;
}

#rpt_canvas_chart1{
	position: absolute;
	width: 240px; 
	height: 120px;
	top: 0;
	right: -30px;
}


.info_list_element{
	cursor: pointer;
	display: block;
}

.info_element_title{
	display: inline;
    float: left;
    color: white;
    font-size: 18px;
    padding-left: 10px;
	overflow: auto;
	line-height: 50px;
	font-weight: bold;
	width: auto;
	min-width: 250px;
}

.info_element_text{
	display: inline;
    float: left;
    color: white;
    font-size: 16px;
    padding-left: 10px;
	overflow: auto;
	word-wrap: break-word;
	line-height: 30px;
	width: 96%;
	border-bottom: 1px #636363 solid;
}

.profile_list_element{
	display: block;
	color: white;
}

.profile_element_title{
	display: inline;
    float: left;
    font-size: 16px;
    padding-left: 10px;
	overflow: auto;
	line-height: 50px;
	font-weight: bold;
	width: auto;
	min-width: 140px;
}

.profile_element_text{
	display: inline;
    font-size: 15px;
    padding-left: 10px;
	overflow: auto;
	line-height: 50px;
	width: auto;
	min-width: 180px;
	font-weight: normal;
}

#modal_wait{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(55, 55, 55, 0.85);/*rgba(44, 62, 80,1.0);*/
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
	display: none;
	z-index: 11;
	top: 50px;
}

#modal_toast{
	position: absolute;
	height: 50px;
	width: 80%;
	margin-left: 10%;
	background-color: #2ecc71;
	color: white;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	z-index: 12;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(150,150,150,1);
	-moz-box-shadow: 0px 0px 16px -2px rgba(150,150,150,1);
	box-shadow: 0px 0px 16px -2px rgba(150,150,150,1);
	top: -100px;
	transition-duration: 0.5s;
}

.button_delete{
	background-color: rgba(231, 76, 60,1.0);
	color: rgb(255, 255, 255);
	cursor: pointer;
	text-align: center;
	height: 75px;
}

#feature_news_container{
	position: fixed;
	height: 0px;
	min-width: 100%;
	bottom: 0;
	background-color: rgb(10, 10, 10);
	transition: 1s;
	overflow: hidden;
	color: white;
}

#feature_news_wrap{
	position: absolute;
	height: 100%;
	overflow: hidden;
	transition: 500s;
	width: 10000px;
	left: 0px;
	transition-timing-function: linear;
}

.feature_news_item{
	display: inline-block;
	height: 70px;
	width: 160px;
	padding-top: 10px;
	margin-left: 30px;
}

.feature_news_ticker{
	display: inline-block;
	width: 80px;
	text-align: center;
	line-height: 25px;
	top: 0;
	font-weight: bold;
}

.feature_news_info{
	display: inline-block;
	width: 80px;
	text-align: left;
	line-height: 20px;
	top: 0;
	font-size: 11px;
}

#feature_adv_rep_container1{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 45%;
	margin-left: 5%;
}

#feature_adv_rep_container2{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 45%;
	margin-left: 5%;
}

.feature_adv_rep_chart_title{
	left: 0;
	right: 0;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: white;
	margin-top: 30px;
	font-weight: bold;
	font-size: 20px;
}

.feature_adv_rep_chart_container{
	height: 250px;
	margin-bottom: 20px;
}


@media only screen and (max-width: 900px) {
	#feature_adv_rep_container1,#feature_adv_rep_container2 {
	  width: 90%;
	}

	.feature_adv_rep_chart_container{
		height: 175px;
	}
  }

