/* CSS Document */
/* Screen Only */
@media screen {
  .noprint {display:block !important;}
  .noshow {display:none !important;}
}

/* Print Only */
@media print {
   .noprint {display:none !important;}
   .noshow {display:block !important;}
        }
.text-title{
		font-size: 1.2em;
	}
.text-erp{
		font-size: 1.0em;
	}
.text-desc{
		font-size: 0.8em;
		color: lightslategray;
		line-height: 1.3em;
	}
.btn-block-login {
  display: block;
  width: 100%;
/*	margin-left: 10px;*/
}
.contain-title {
    width: 100%;
}
.ellipsed {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.btn.btn-xs,
.btn-group-sm>.btn,
.btn-group-sm .btn {
  padding: 0.20625rem 0.3rem;
/*	 padding: 0.40625rem 1.25rem;*/
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.hr-dashed {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.box {
/*  background-color: blueviolet;*/
  width: 100%;
/*  border: 1px solid green;*/
/*  padding: 20px 5px 7px 5px;*/
/*	margin-bottom: 30px;*/
/*	color: #FFF;*/
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
/* CSS Document */

a:hover div.box {
	opacity: 0.9;
	color: lightgray;
}
.btn{
	padding: 10px 15px;
}

.bg-violet{
	background-color: #7F4BA8;
}
.bg-blueviolet{
	background-color: #6367AA;
}
.bg-blue{
	background-color: #107FAD;
}
.bg-green{
	background-color: #149887;
}
.bg-greentea{
	background-color: #86B422;
}
.bg-yellow{
	background-color: #fdc91b;
}
.bg-pink{
	background-color: #ca50b3;
}
.bg-redtro{
	background-color: #c94d72;
}

.bg-1{
	background-color: #0C5A6F;
}
.bg-2{
	background-color: MidnightBlue;
}
.bg-3{
	background-color: #DE3E03;
}
.bg-4{
	background-color: #1F7E1F;
}
.bg-5{
	background-color: #461970;
}
.bg-6{
	background-color: #4F8384;
}
.bg-7{
	background-color: #EEE;
}
.bg-8{
	background-color: #8C0839;
}
.bg-9{
	background-color: #E94C05;
}
.bg-10{
	background-color: mediumblue;
}
.bg-11{
	background-color: seagreen;
}
.bg-12{
	background-color: mediumvioletred;
}
.bg-13{
	background-color: #D29404;
}
.bg-red{
	background-color: #FF0000;
}
/*
.bg-6{
	background-color: white;
}
*/
.bg-7{
	background-color: #EEE;
}
.text-green{
	color: darkgreen;
}
.text-gray{
	color: antiquewhite;
}
.cursor{
	cursor: pointer;
}
.t1{
	font-size: 1.4em;
	font-weight: 800;
}
.media .modal-body .img {
        width: 100%;
  		height: auto;
    }
.media .modal-body .img2 {
        width: 240px;
		height: 160px;
		display: block;
	  	margin-left: auto;
		margin-right: auto;
    }

.media img {
        width: 80px;
		height: 80px;
    }

.container-img {
  position: relative;
  width: 250px;
}
.container-img-modal {
  position: relative;
  width: 500px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-img:hover .image {
  opacity: 0.3;
}

.container-img:hover .middle {
  opacity: 1;
}
.container-img-modal:hover .image {
  opacity: 0.3;
}

.container-img-modal:hover .middle {
  opacity: 1;
}

.text {
/*
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
*/
}


@media (max-width:700px){
    .media .image_section {
        display:none;
    }
	.box{
		font-size: 0.8em;
	}
	.media .media-body{
		font-size: 0.8em;
	}
	.media img {
        width: 80px;
		height: 80px;
    }
	.text-title{
		font-size: 1.0em;
	}
	.text-erp{
		font-size: 0.8em;
	}
/*
	.form-inline input {
  }
*/
  

	
}
@media (max-width:576px){
.form-inline {
    flex-direction: column;
    align-items: stretch;
  }
.media img {
    width: 70px;
	height: 70px;
    }
.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
}
