/* Visibile States */
.is-hidden {
	display: none;
	transition: all 0.5s ease-in-out;
}

.is-visibile {
	display: block;
	transition: all 0.5s ease-in-out;
}

/* States for Sidebar */
.is-active {
	color: #5489c7 !important;
}

.is-inactive {
	color: #c8c8c8 !important;
	cursor: default !important;
}

.icon-radiobutton-is-active:before {
    color: #5489c7;
    content: "o";
    font-family: 'FTZ_CMS';
    font-size: 3rem;
    transition: all 0.25s ease-in-out 0s;
    display: inline;
}

/* States for Sidebar Expander ( .simple-menu)*/
.is-expanded:before,
.is-minimized:before {
	transition: all 0.25s ease-in-out;
	font-family: 'FTZ_CMS';
	font-size: 2rem;
	font-weight: 300;
	color: #AAAAAA;
	text-align: center;
}

.is-expanded:before {
	content: "t";
}

.is-minimized:before {
	content: "s";
}

/* Checked Status for Selectfields */
.selectfield.checked {
	color: #5489c7;
	box-shadow: 0 -0.0625rem 0 0 #5489c7 inset, 0 1px 0 0 #5489c7 inset !important;
}

.selectfield.checked:hover {
    box-shadow: 0 -0.25rem 0 0 #5489C7 inset, 0 0.0625rem 0 0 #5489C7 inset !important;
    color: #5489C7;
}

/* Effects */
	/* Embossed and Raised for small and larger sizes */
	.is-embossed-s {
		text-shadow: 0 -0.03125rem 0 rgb(0,0,0), 0 0.03125rem 0 rgb(255,255,255);
	}
	
	.is-raised-s {
		text-shadow: 0 0.03125rem 0 #000000, 0 -0.03125rem 0 #FFFFFF;
	}
	
	.is-embossed-m {
		text-shadow: 0 -0.0625rem 0 rgb(0,0,0), 0 0.0625rem 0 rgb(255,255,255);
	}
	
	.is-raised-m {
		text-shadow: 0 0.0625rem 0 #000000, 0 -0.0625rem 0 #FFFFFF;
	}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
 
 
#datetime-wrapper {
	margin: 1rem 0 2rem; 
} 
 
 .clearfix {
}

.clearfix:before, 
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}

.input-block-level {
    -moz-box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}

.bootstrap-datetimepicker-widget {
    border-radius: 4px 4px 4px 4px;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
    width: 250px;
    z-index: 3000;
}

.bootstrap-datetimepicker-widget:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}

.bootstrap-datetimepicker-widget:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    margin: 0;
    padding: 0;
    width: 4px;
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table {
    margin: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget td, 
.bootstrap-datetimepicker-widget th {
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover, 
.bootstrap-datetimepicker-widget td.second:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #999999;
}

.bootstrap-datetimepicker-widget td.active, 
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active:hover, 
.bootstrap-datetimepicker-widget td.active:hover:hover, 
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active.active:hover, 
.bootstrap-datetimepicker-widget td.active.disabled, 
.bootstrap-datetimepicker-widget td.active.disabled:hover,
.bootstrap-datetimepicker-widget td.active[disabled], 
.bootstrap-datetimepicker-widget td.active[disabled]:hover {
    background-color: #0044CC;
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget td.active:active, 
.bootstrap-datetimepicker-widget td.active:hover:active, 
.bootstrap-datetimepicker-widget td.active.active, 
.bootstrap-datetimepicker-widget td.active.active:hover {
}

.bootstrap-datetimepicker-widget td.disabled, 
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: none repeat scroll 0 center transparent;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 2px;
    width: 47px;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.active:hover,
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active, 
.bootstrap-datetimepicker-widget td span.active.disabled, 
.bootstrap-datetimepicker-widget td span.active[disabled] {
    background-color: #0044CC;
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
}

.bootstrap-datetimepicker-widget td span.old {
    color: #999999;
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none repeat scroll 0 center transparent;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: none repeat scroll 0 center transparent;
    color: #999999;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}
.img1
{
    border: 1px solid #000;
    display: block;
    position: absolute;
    z-index: 1;
    top: -0px;
    left: 0px;
}

.img2
{
    border: 1px solid #000;
    display: block;
    position: absulute;
    z-index: 2;
    top: -1400px;
    left: 0px;
}