.main-content{
	width: 50%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
	font-family: bai jamjuree, sans-serif;
}
.company__info{
	background-color: rgba(243,112,33,0.16);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.fa-android{
	font-size:3em;
}
.row > .company_img{
	display: none;
}

@media screen and (max-width: 640px) {
	.main-content{width: 95%;margin: 2em auto;}
	.company__info{
		display: none;
	}
	.row > .company_img{
		display: block;
		margin: 1em auto;
	}
	.login_form{
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
	}
}
@media screen and (min-width: 642px) and (max-width:800px){
	.main-content{width: 70%;}
}
.row > .col-12 > h2{
	color:#f37021;
}
.login_form{
	background-color: #fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;
}
form{
	padding: 0 2em;
}
@media screen and (max-width: 640px) {
	form{
		padding: 0;
	}
}
.form__input{
	width: 100%;
	border:0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em .5em .5em;
	padding-left: 2em;
	outline:none;
	margin:1.5em auto;
	transition: all .5s ease;
}
.form__input:focus{
	border-bottom-color: #f37021;
	box-shadow: 0 0 5px rgba(0,80,80,.4); 
	border-radius: 4px;
}
.btnlogin{
	transition: all .5s ease;
	width: 70%;
	border-radius: 30px;
	color:#f37021;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #f37021;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.btnlogin:hover, .btnlogin:focus{
	background-color: #f37021;
	color:#fff;
}

@font-face {
    font-family: 'bai jamjuree';    
    src: url('../font/BaiJamjuree-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.navbarfooter .btn{
	font-size: 14px;
}

.main{
	font-family: bai jamjuree, sans-serif;
}

body {
  margin: 0;
  font-family: bai jamjuree, sans-serif;
}

.navbarfooter {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem .5rem;
}

.navbarfooter a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbarfooter a:hover {
  background: #f1f1f1;
  color: black;
}

.navbarfooter a.active {
  background-color: #4CAF50;
  color: white;
}

.main {
  padding: 16px;
  margin-bottom: 30px;
}



/*--------button ADD---------*/
/*.add{
	position: absolute;
    right: 20px;
    bottom: 75px;
    color: #fff;
    background-color: #b8c685;
    font-size: 30px;
}*/

.round-button {
    display:block;
    width:80px;
    height:80px;
    line-height:80px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #b8c685;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
    position: fixed;
    right: 20px;
    bottom: 75px;
    z-index: 2;
}
.round-button:hover {
    background: rgb(151 162 109);
}

#calendar {
	max-width: 1100px;
	margin: 0 auto;
}



/*modal image*/

/*#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}*/
/*.green{
  background-color:#6fb936;
}*/
.thumb{
    margin-bottom: 30px;
}		        
/*.page-top{
    margin-top:85px;
}*/				   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}			        
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*.modal-header {				   
     border-bottom: none;
}*/
/*.modal-title {
    color:#000;
}*/
/*.modal-footer{
  display:none;  
}*/




.light-success,
.light-success a {
  color: #000;
  background-color: #b8c685;
  border: 3px solid #b8c685;
}
.light-success:active,
.light-success.active,
.light-success:focus,
.light-success.focus {
  background-color: #fff;
  border: 3px solid #a5b178;
}
.light-success:hover,
.light-success a:hover {
  background-color: #a4b177;
    border: 3px solid #a4b177;
}


.light-warning,
.light-warning a {
    color: #000;
    background-color: #e1bc81;
    border: 3px solid #e1bc81;
}
.light-warning:active,
.light-warning.active,
.light-warning:focus,
.light-warning.focus {
    background-color: #fff;
    border: 3px solid #e1bc81;
}
.light-warning:hover,
.light-warning a:hover {
  background-color: #ccaa75;
    border: 3px solid #ccaa75;
}

.light-info,
.light-info a {
    color: #000;
    background-color: #accdc3;
    border: 3px solid #accdc3;
}
.light-info:active,
.light-info.active,
.light-info:focus,
.light-info.focus {
    background-color: #fff;
    border: 3px solid #588388;
}
.light-info:hover,
.light-info a:hover {
  background-color: #97bdb2;
    border: 3px solid #97bdb2;
}

.light-purple,
.light-purple a {
    color: #000;
    background-color: #aeb4d4;
    border: 3px solid #aeb4d4;
}
.light-purple:active,
.light-purple.active,
.light-purple:focus,
.light-purple.focus {
    background-color: #fff;
    border: 3px solid #aeb4d4;
}
.light-purple:hover,
.light-purple a:hover {
  background-color: #a0a6c3;
    border: 3px solid #a0a6c3;
}

.light-yellow,
.light-yellow a {
    color: #000;
    background-color: #f5f9a6;
    border: 3px solid #f5f9a6;
}
.light-yellow:active,
.light-yellow.active,
.light-yellow:focus,
.light-yellow.focus {
    background-color: #fff;
    border: 3px solid #ae7e49;
}
.light-yellow:hover,
.light-yellow a:hover {
  background-color: #e6ea92;
    border: 3px solid #e6ea92;
}
      



.page-item.active .page-link {
    z-index: 1 !important;
}



/*
a.paginate {
  font-size: 14px;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
  background: #c9c3ba;
  color: #000000;
  border-radius: 2px;
}
a.paginate:hover {
  background-color: #e2b978;
  color: #000000;
  text-decoration: none;
}
a.current {
  font-size: 14px;
  width: 20px;
  height: 20px;
  padding: 3px 6px 3px 6px;
  background-color: #e1bc81;
  line-height: 20px;  
  color: #000000;
  text-decoration: none;
  border-radius: 2px;
}*/


.close_textbox{
  background-color: #e9ecef;
}


/*page leave*/
.progress-group .progress-text {
    font-weight: 600;
    font-size: 14px;
}
.progress-group .progress-number {
    float: right;
    font-size: 14px;
}
.progress.sm {
    height: 8px;
}
.progress {
  margin-bottom: 5px;
    overflow: hidden;
}

input[name="afile"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 2px 8px;
  cursor: pointer;
  border-radius: 5px;
}