body{
	background-color: #607D8B;
}	
#image_preview{
    /*position: absolute;*/
    font-size: 30px;
    top: 0px;
    left: 100px;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 180px;
    font-weight: bold;
    color: #C0C0C0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: auto;
}
#selectImage{
    padding: 19px 21px 14px 15px;
    position: absolute;
    bottom: 0px;
    width: 414px;
    background-color: #FEFFED;
    border-radius: 10px;
}
.submit{
    font-size: 16px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 300px;
    border-radius: 5px;
    padding: 10px 0;
    outline: none;
    margin-top: 20px;
    margin-left: 15%;
}
.submit:hover{
    background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
/*#file {
    color: red;
    padding: 5px;
    border: 5px solid #8BF1B0;
    background-color: #8BF1B0;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px #626F7E;
    margin-left: 15%;
    width: 72%;
}*/
#message{
    position:absolute;
    top:120px;
    left:815px;
}
#success
{
    color:green;
}
#invalid
{
    color:red;
}
#line
{
    margin-top: 274px;
}
#error
{
    color:red;
}
#error_message
{
    color:blue;
}
#loading
{
    display:none;
    position:absolute;
    top:50px;
    left:850px;
    font-size:25px;
}
.google-map {
    width: 100%;
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.mbr-white {
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
}
.cid-qAVbAvH29U table.table {
    background: hsla(0, 0%, 100%, 0.5);
}
.cid-qAVbAvH29U table td {
    border-top: 1px solid rgba(96, 125, 139, 0.5);
}
.cid-qAPYKdktk7{
    padding-bottom: 100px;
}
.cid-qAVbAvH29U table {
    border: 1px solid rgba(96, 125, 139, 0.5);
    margin-top: 0px;
}
.mbr-arrow {
    bottom: 20px;
}
.mbr-arrow-up {
    left: 10px;
    right: 15px;
}
.dataTables_info{
    color: #999;
}
label{
    color: #fff;
}
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#scrollToTop a {
    border-radius: 100px;
}
.mbr-form .input-group-btn button[type="button"] {
    border-radius: 100px;
    padding: 1rem 3rem;
}
.mbr-section-btn{
    padding-bottom:30px;
}
input[type="button" i], input[type="submit" i], input[type="reset" i]{
    border-radius: 100px !important;
}
#map {
    height: 400px;
    width: 100%;
}
/* The container */
.containerRdo {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerRdo input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #E55451;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.page-link{
    border-radius: 50%;
    color: #4CAF50;
    margin-left: 2px;
    background-color: rgba(76, 175, 80, 0);
    border: 0px;
}
.page-link:focus, .page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(139, 195, 74, 0.6);
    border: 0px;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: rgba(158, 158, 158, 0.2);
    border-color: #ddd;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #8BC34A;
    border: 0px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: .5rem;
    background-color: rgba(76, 175, 80, 0);
}
.page-item:last-child .page-link {
    border-radius: .5rem;
    background-color: rgba(76, 175, 80, 0);
}
.page-item:first-child .page-link:hover {
    border-radius: .5rem;
    background-color: rgba(139, 195, 74, 0.6);
}
.page-item:last-child .page-link:hover {
    border-radius: .5rem;
    background-color: rgba(139, 195, 74, 0.6);
}
.pagination{
    float: right;
}
.alert {
    border-radius: 4px;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    padding: 5px;
    position: relative;
}
.alert-danger {
    color: #420500;
    background-color: rgba(244, 67, 54, 0.2);
}
.alert-warning {
    color: #6b5f05;
    background-color: rgba(255, 235, 59, 0.2);
}
.alert-success {
    color: #006704;
    background-color: rgba(76, 175, 80, 0.2);
}
.progress {
    position: fixed;
    /*bottom: 0;*/
    width: 100%;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 1rem;
	height: 45px;
	width: 80%;
    left: 10%;
    top: 45%;
}
.progress{
    display:none;
	line-height: unset;
	border-radius: .5rem;
	border: 3px solid rgba(139, 195, 74, 0.8);
}
.progress-bar {
    height: 100%;
    line-height: 1rem;
    color: #fff;
    background-color: rgba(23, 180, 21, 0.9);
    transition: width .6s ease;
	line-height: unset;
	font-size: 2em;
}
.buttonload {
    /*background-color: #4CAF50; /* Green background */
    /*border: none; /* Remove borders */
    /*color: white; /* White text */
    /*padding: 12px 16px; /* Some padding */
    /*font-size: 16px /* Set a font size */
	margin-right: 4px;
}