@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/eInfostatyba-external/javax.faces.resource/glyphicons-halflings-regular.eot.xhtml?ln=fonts");
    src: url("/eInfostatyba-external/javax.faces.resource/glyphicons-halflings-regular.eot.xhtml?ln=fonts") format('embedded-opentype'),
    	 url("/eInfostatyba-external/javax.faces.resource/glyphicons-halflings-regular.ttf.xhtml?ln=fonts") format('truetype'),
    	 url("/eInfostatyba-external/javax.faces.resource/glyphicons-halflings-regular.woff.xhtml?ln=fonts") format('woff');
    font-weight: normal;
    font-style: normal;
}

@media ( min-width : 768px) {
	my-wizard div.row .col-sm-offset-3 {
		margin-left: 0;
	}
	.col-sm-3, .col-sm-9 {
		width: auto;
	}
}

.glyphicon {
	font-family: 'Glyphicons Halflings';
}

body {
    padding-bottom: 100px;
}

html {
    overflow-y: scroll;
}

.needs-some-more-space {
    margin-top: 30px;
}

.form-group .jsonify {
    margin-top: 0;
}

.my-wizard-page-slide, .my-wizard .control-label {
    transition: all 0s;
    opacity: 0;
}

.my-wizard-page-slide-left {
    margin-left: 200px;
}

.my-wizard .control-label {
    transform: translateX(-100px);
}

.my-wizard-page-slide-right {
    margin-left: -200px;
}

.my-wizard-page-active .my-wizard-page-slide, .my-wizard-page-active .control-label {
    transition: all 1s;
    opacity: 1;
}

.my-wizard-page-active .my-wizard-page-slide-left,
.my-wizard-page-active .my-wizard-page-slide-right {
    margin-left: 0px;
}

.my-wizard-page-active .control-label {
    transform: translateX(0px);
}

/*date*/
.my-wizard input[type="date"] {
    width: 200px;
    height: 14px;
    line-height: initial;
}

span.ng-binding {
    font-size: 14px;
    font-weight: bold;
}

input[fg-form-date][type="text"] ~ span:after {
    content: url("/eInfostatyba-external/javax.faces.resource/calendar-alt.svg.xhtml?ln=images");
    display: block;
    height: 25px;
    width: 25px;
	position: absolute;
    left: 90%;
    top: 11px;
}

/*buttoms*/
.my-wizard button[type=submit] {
    min-height: 20px;
    background: #415e72 !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 20px;
    border: 1px solid #415e72 !important;
    min-width: 150px;
    margin-left: 5px !important;
}

.my-wizard button[type=button] {
    text-align: center;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 20px;
    min-width: 150px;
    color: #fff !important;
    background: #27ae61 !important;
    border: 1px solid #27ae61 !important;
}

/*.my-wizard :before{
	font-family: am;
}*/

.my-wizard button[type=button]:before {
    color: white;
    margin: 0 5px 0 0;
    content: "\e809";
    float: left;
    transform: rotate(180deg);
    font-family: am;
} 

.my-wizard button[type=submit]:before {
	color: white;
    margin: 0 5px 0 0;
    content: "\e809";
    float: right;
    font-family: am;
}

.my-wizard .btn:focus {
    outline: none;
}

div.col-sm-offset-3.col-sm-3 {
    width: 300px;
    display: flex;
	margin: 0;
}

div.modal__container[role=dialog] {
    width: 100%;
    background: white;
    height: 100%;
}

/*text field*/
.my-wizard input[type=text] {
    display: block;
    width: 100%;
    background: #fff;
    min-height: 40px;
    font-size: 14px;
    padding: 5px 15px;
    color: #373a3c;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

div.ng-scope input[type=text]:hover {
    border: 1px solid #d9d9d9;
}

div.ng-scope input[type=text],input[type=password]:focus {
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

/*checkbox*/
div.ng-scope label > input[type=checkbox] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*outline: 1px solid #ddd;*/
    border: 1px solid #ddd;
}

div.ng-scope label > input[type=checkbox]:checked {
    background: white url("/eInfostatyba-external/javax.faces.resource/check.svg.xhtml?ln=images") no-repeat;
    background-size: 16px 16px;
    border: 1px solid #ddd;
}

.my-wizard input[type="checkbox"] {
    margin-left: -20px;
    background: white;
}

.my-wizard input[type=checkbox]:focus {
   outline: none;
}

/*radio buuton*/
div.ng-scope label > input[type=radio] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*outline: 1px solid #ddd;*/
    border: 1px solid #ddd;
    top: 0;
    left: 0;
    background: white;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
div.ng-scope label > input[type=radio]:hover {
    background-color: white;
}

div.ng-scope label > input[type=radio]:checked:after {
    position: absolute;
    left: 4.5px;
    top: 5.5px;
    height: 10px;
    width: 10px;
    background: #373a3c;
    content: "";
    border-radius: 100%;
    display: block;
}

.my-wizard input[type="radio"] {
    margin-top: 6px!important;
}

.my-wizard input[type="radio"]:focus {
    outline: none;
}

/*text area*/
.my-wizard textarea.form-control {
    border: 1px solid #d9d9d9!important;
    box-shadow: none!important;
}

/*select*/
.my-wizard select.form-control {
    width: 300px;
    padding: 5px;
    font-size: 16px;
    color: #525252;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 40px;
    background: white url("/eInfostatyba-external/javax.faces.resource/triangledown.svg.xhtml?ln=images") no-repeat right;
    background-size: 16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 270px;
    border: 1px solid #ddd;
    border: 1px solid #d9d9d9!important;
    box-shadow: none!important;
}

.my-wizard option{
    font-size:14px;
    background-color:whitesmoke;
}

/*papraukimas zalias*/
.my-wizard legend {
    border-bottom: 3px solid #27ae61!important;
}

.my-wizard-page-slide.my-wizard-page-slide-left.ng-binding {
    font-size: 16px;
    font-weight: bold;
}

/*label*/
.my-wizard span.ng-binding {
    margin-left: 20px;
}

.form-horizontal .control-label {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

/*dialogo isvaziavimas*/
.modal__overlay {
    justify-content: right;
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation-name: anim-close!important;
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    /*animation: none;*/
    animation-name: anim-open!important;
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: none!important;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: none!important;
}

@keyframes anim-open {
    0% { opacity: 0; transform: translate3d(100%, 0, 0); }
    100% { opacity: 1; transform: translate3d(0%, 0, 0); }
}

@keyframes anim-close {
    0% { opacity: 1;  transform: translate3d(0%, 0, 0);}
    100% { opacity: 0; transform: translate3d(100%, 0, 0); }
}

#styledBox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: auto;
}

/*mygtuko wizardo stiliai*/
button#wizardOpener:focus {
	outline: none;
}
button#wizardOpener {
    height: 34px;
    font-size: 15px;
    padding-top: 0px;
    color: white;
    line-height: 34px;
    text-align: center;
    text-decoration: none!important;
    background: #27ae61;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 27%);
    position: absolute;
    top: 140px;
    font-weight: bold;
    right: 0px;
    z-index: 100000;
}
#wizardOpener i.fa.fa-question {
	color: #23527c;
	border: 2px solid #23527c;
    padding: 2px 5px 2px 5px;
    border-radius: 50%;
}

button#wizardOpener:hover {
	color: #fff;
	border: 2px solid #27ae61;
    text-decoration: none;
    background: #27ae61;
}
#wizardOpener i.fa.fa-question:hover {
	color:inherit;
	background: inherit;
	border: 2px solid #fff;
}
.btn.open {
	color: #fff;
	border: 2px solid #27ae61;
    background: #27ae61!important;
}
button.btn.open i.fa.fa-question {
    color: white!important;
    border: 2px solid #fff!important;
}
.modal.micromodal-slide.is-open {
	width: 100%;
    opacity: 1;
    visibility: visible;
    background: rgba(0,0,0,.27);
}
header.modal__header{
	margin-top: 0;
	background: #edf1f4;
	padding: 20px 40px 20px 20px;
}
div.modal__container {
	padding: 0;
	max-width: 133%;
}
.modal__header .modal__title {
	color: #000;
}
my-wizard div.row {
	margin-right: 0;
    margin-left: 0;
}
my-wizard .btn.btn-default.btn-xs {
	text-align: inherit;
    border-radius: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: inherit;
    min-width: inherit;
    color: #415e72!important;
    background: inherit!important;
    border: none!important;
}
my-wizard .btn.btn-default.btn-xs::before {
	content: none;
}
my-wizard .btn.btn-default.btn-xs.active {
	color: #27ae61!important;
}
div.ng-scope {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
span.my-wizard-page-slide.my-wizard-page-slide-left.ng-binding {
    margin-left: 0px;
}
.modal__overlay {
	width: 33%;
} 
my-wizard div.ng-binding.ng-scope {
	white-space: break-spaces;
}
.width90 {
     width: 90%;
}