@charset "UTF-8";
/* CSS Document */

/*
DEMO 4
*/

.a_demo_four:active {
	top:3px;
	/*
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	*/

	background-image: linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -o-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(37, 180, 40)),
	color-stop(1, rgb(28, 149, 30))
	);
	/*
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	*/
	
	-webkit-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}


.a_demo_four {
	/*background-color:#3bb3e0;*/
        background-color:#25b428;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
        
        /*
        #1c951e rgb(28, 149, 30)
        #25b428 rgb(37, 180, 40)
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
        */
        
	background-image: linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -o-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(37, 180, 40) 0%, rgb(28, 149, 30) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(37, 180, 40)),
	color-stop(1, rgb(28, 149, 30))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
        /*
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
        */
        
	-webkit-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #139e17, 0px 5px 0px 0px #117a14, 0px 10px 5px #999;
}


/* Media Queries */
@media screen and (min-width: 700px) {
	.dis_non {
            display:none;
        }
	
}
@media screen and (max-width: 600px) {
	.lgo_2 {
            width:100%;
        }
}

@media screen and (max-width:770px) {
     
        .sml_si_lyr {
            text-align: center;
            font-size: 24px;
        }
        .sml_nmr_u {
            margin-left:initial!important;
        }
        .brder_table {
            border:1px solid #999;
            margin:2px;
        }
}
@media screen and (max-width:700px) {
        
        .lgo_3 {
            display:none;
	}
        .lgo_1 .lgo_2 {
            display:block;
        }  
}
@media screen and (max-width:570px) {

    .antr {
        display:none;
    }

}
@media screen and (max-width:350px) {
    .ghref {
        display:inherit;
        margin-top:10px;
    }
    
    .btn_size {
        font-size:15.6px!important;
    }
}

.brder_table {
    margin-top:5px;
}




/*
.md-form > input {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: 1px solid #ced4da;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
background-color: transparent;
}

.md-form .form-control {
    margin: 0 0 .5rem 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .6rem 0 .4rem 0;
    background-color: transparent;
    height: auto;
}
*/

.obje_emb {
    /*height:102em!important;*/
    /*height:49em;*/
    height:33em;
}

.obje_emb_result {
    /*height:102em!important;*/
    /*height:50em;*/
    height:33em;
}
@media screen and (min-width:1214px) {
    .datepicker-dropdown {
        top:41%!important;
    }
}
@media screen and (max-width:1213px) and (min-width:769px) {
    
    .datepicker-dropdown {
        top:40%!important;
    }
}
@media screen and (max-width:768px) and (min-width:701px) {
    
    .datepicker-dropdown {
        top:60%!important;
    }
}

@media screen and (max-width:703px) and (min-width:701px) {
    
    .datepicker-dropdown {
        top:60%!important;
    }
}

@media screen and (max-width:700px) and (min-width:300px) {
    
    .datepicker-dropdown {
        top:79%!important;
    }
}

@media screen and (max-width:470px) {
    
    .datepicker-dropdown {
        top:62%!important;
    }
}
@media screen and (max-width:1213px) and (min-width:431px) {
    .obje_emb {
        /*height:102em!important;*/
        /*height:125em!important;*/
        height:70em!important;
    }
    .obje_emb_result {
        /*height:102em!important;*/
        /*height:125em!important;*/
        height:70em!important;
    }
    
}
@media screen and (max-width:430px) {
    .obje_emb {
        /*height:108em!important;*/
        /*height:131em!important;*/
        height:80em!important;
    }
    .obje_emb_result {
        /*height:108em!important;*/
        /*height:131em!important;*/
        height:80em!important;
    }
}
