/*
#######################################################################################################
##############################  General Configuration  ###############################################
#######################################################################################################
*/

body{
	position: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	overflow: hidden;
	font-family: 'Oswald', sans-serif; /* "Helvetica Neue", Helvetica, Arial, sans-serif */
    font-size: 12;
    line-height: 1.42857143;
    color: #706F6F;
    /* background-color: #fff; */
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-style: inset;
    border-width: 1px;
	border-top: 1px solid #706F6F;
} 

.userview{
	width: 150;
}

.editable {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
}


[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.ng-hide-add,
.ng-hide-remove {
  display: none !important;
}

.panel {
	width: 800px;
}

/* .chart {
	margin-right: 50px;
} */

.small_chart {
	width: 350px;
	margin-right: 50px;
}

.detailed_chart {
	width: 1100px;
	height: 570px;
}

/* .panel-heading {
	background-color:
	border-color:
} */

.verticalLine {
	border-left: solid #706F6F;
	height:720px;
	width: 1px;
}
/*
#######################################################################################################
##################################  Page Configuration  ###############################################
#######################################################################################################
*/

.xml, .log, .user_controll,
.image_view{
	position: absolute;
	top: 0; 
	left: 60px; /*Set left value to WidthOfFrameDiv*/
	bottom: 0;
	/* background: #fff; */	
	font-size: 10pt;
	padding-right: 9%
}

.pagination > .active > a {
	background-color: #706F6F;
	border-color: #706F6F;
	
}

hover {
	background-color: #706F6F;
	border-color: #706F6F;
}

/*
#######################################################################################################
###############################  Forms,Tables,Controls CSS  ###########################################
#######################################################################################################
*/

.label_date {
	padding-top: 4px;
	padding-right: 1px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	font-size: 16;
}

.control-label,
.form-control,
.navigation,
.user_login {
	font-size: 10pt;
}

.form-control {
	padding: 6px 1px;
    font-weight: normal;
    font-size: 9pt;
}

/* .btn{
	width: 100px;
}  */

.prep-btn{
	width: 90px;
}

.perPage-dropdown{
	width: 80px;
}

.statistic_selection {
	width: 160px;
}

.maintain_selection {
	width: 107px;
}

.general-filter {
	width: 505px;
	height: 31px;
	text-align: center;
}

/* .columns-filter{
	width: 100%;
	/* min-width: 100px; 
} */

.topline{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	display:flex;
	width: 100%;
	/* display:-webkit-box; */
}

/* .navigation {
	position: absolute;
	top: 0;
	bottom: 0; 
	left: -40;
	width: 100px;
	height: 100%;
	background: white;
	color: white;
} */

.user_login {
	position: fixed;
	top: 0; 
	left: 190px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	background: #fff;
	font-size: 10pt;
}

.user_login  {
	left: 0px; /*Set left value to WidthOfFrameDiv*/
}


.table{
	white-space: nowrap;
	/* overflow: auto; */
	font-size: 10pt;
	max-width: 500px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.td.th{
	white-space: nowrap;
	color: #706F6F;
}

.col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
	/* display:-webkit-inline-box; */
}

.log_td {
	height: 50px;
	min-width: 600px;
	white-space: normal;
}

a {
	color: #706F6F;	
}

.transparent_input {
	width: 100px;
	height: 30px;
	background: transparent;
	border: none;
	box-shadow: none;
	outline: 0;
}

.xml_startpage {
	position: initial;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: initial;
	min-width: 110%;
}

#Test {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.xml_view {
	height:95%;
	width:100%;
	overflow:auto
}

.xml_main {
	font-family: 'Consolas', monospace;
	font-size: 11pt;
	padding: 6px 1px;
	font-weight: normal;
}

.xml_filter {
	font-family: 'Consolas', monospace;
	font-size: 10.8pt;
}

input[type="checkbox"] {
	cursor: pointer;
}

.checkbox_div {
	padding-bottom: 5px;
}

.checkbox_label {
    position: absolute;
	padding-top: 2px;
	margin-left: 10px;
}

.radio_input {
	cursor: pointer;
}

.radio_label {
	margin-top: 8px; 
	padding: 0 5px 0 5px;
}

.error_label {
	color: red;
	margin-left: 50px;
}
/*
#######################################################################################################
###################################  Dialog CSS  ######################################################
#######################################################################################################
*/

.modalmessage .modal-dialog {
	width: 320px;
	height: 90px;
	text-align: center;
	margin-left: 40%;
	margin-top: 30%;
	/* line-height: 50px; */
	
	/* To Center an Object Exactly In The Center */
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}


.modalconfirmpwd .modal-dialog {
	width: 320px;
	height: 100px;
	text-align: center;
	margin-left: 40%;
	margin-top: 30%;
	line-height: 50px;
	
	/* To Center an Object Exactly In The Center */
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

.modalsmall .modal-dialog{
	width: 200px;
	height:60px;
	text-align: center;
	margin-left: 40%;
	margin-top: 30%;
	line-height: 50px;
	
	/* To Center an Object Exactly In The Center */
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

.modalmedium .modal-dialog{
	width:80%;
	height:60%;
}

.modal-content{
	height:100%;
	padding: 1% 1% 1% 1%;
}

.modallarge .modal-dialog{
	width:85%;
	height:95%;
}

.modalDialog{
	width:100%;
	max-width:100%;
	height:100%;
	max-height:100%;
	overflow: auto;
	position: absolute;

}