
.navbar-Title {
  font-size: 24px;
}
.small-text{
    font-size: 11px;
}
.normal-text{
    font-size: 14px;"
}
.normal-text-url
{
    font-style: italic;
}

.normal-text-bold{
    font-weight: bold;
}

.about-version-border
{
    margin: 1px; 
    border-top:1px solid #ddd; 
    margin-top: 15px;"
}

.button-topmargin
{
    margin-top: 10px;
}

.div-sidebar
{
    background: #EBEBEB; 
    position:absolute; 
    padding-left:15px; 
    bottom:0px; 
    padding-right:15px; 
    pointer-events: none;
}
.sidebar-image
{
	max-width:100%; 
	max-height:100%;
}

.center-sidebar-badge
{
	vertical-align:middle; 
	margin-top: 0.3em;
}

.slow-animation
{
	transition: opacity 1s;
}

.overview-button
{
	margin-top: 5px;
	margin-bottom: 2px;
}

.overview-group
{
	margin-bottom:10px;
}

.listbox-overview
{
	border: 0px; 
}


label:first-letter {
    text-transform: uppercase;
}

.btn-trackandtrace {
    min-width: 80px;
    max-width: 80px;
}


/* Bootstrap add mouse cursor */
.btn-primary{
	cursor:pointer;
}

.btn-danger{
	cursor:pointer;
}
.btn-warning{
	cursor:pointer;
}

.btn-success{
	cursor:pointer;
}

.panel-wics {
    border-color: #ff8d33;
}

.panel-wics>.panel-heading {
    color: #fff;
    background-color: #ff8d33;
    border-color: #ff8d33;
}

.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}

/* Round Style CSS Toggle Switch */

input.cmn-toggle-round + label {
	padding: 2px;
	width: 120px;
	height: 60px;
	background-color: #dddddd;
	border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	content: "";
}

input.cmn-toggle-round + label:before {
	right: 1px;
	background-color: #f1f1f1;
	border-radius: 60px;
	transition: background 0.4s;
}

input.cmn-toggle-round +label:after {
	width: 58px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input.cmn-toggle-round:checked + label:before {
	background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
	margin-left: 60px;
}


/* Round Style CSS Toggle Switch with Flat Finish*/

input.cmn-toggle-round-flat + label {
	padding: 2px;
	width: 120px;
	height: 60px;
	background-color: #dddddd;
	border-radius: 60px;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.cmn-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	border-radius: 60px;
	transition: 0.4s;
}

input.cmn-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 52px;
	background-color: #dddddd;
	border-radius: 52px;
	transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
	background-color: #8ce196;
}

input.cmn-toggle-round-flat:checked + label:after {
	margin-left: 60px;
	background-color: #8ce196;
}

/*
* Filter Messagebox style
*/
.z-messagebox-window .z-window-header {
   padding: 4px 15px;	
   color: rgb(255, 255, 255);
   background-color:  rgba(64, 142, 182, 0.9);
}

.z-popup-content {
	background: none;
}

/*
* Admin LTE addons.
*/


.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box-header > .box-tools {
	position: absolute;
	right: 10px;
	top: 5px;
}

.box-header .box-title {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	line-height: 1;
	font-weight: bold;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #ffffff;
}


.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box.box-warning {
	border-top-color: #f39c12;
}








