
*,
*:before,
*:after {
  box-sizing: inherit;
}

.floating-right-bottom-btn
{
  position : fixed;
  z-index: 3000;
  bottom: 20;
  right: 20;
}

html {
  box-sizing: border-box;
}

.autocontainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.autocontent {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  bottom: 0; //or top: 0;
}

body {
    font-family: roboto,'Noto Sans Myanmar UI',arial,sans-serif;
    //line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 20px;
}

.center {
    text-align:center;
}

// a:hover{text-decoration: underline !important}

a{text-decoration: none !important}

.footer-link:hover, .footer-link:focus {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

.footer-link {
    display: inline;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-decoration: none;
}

div.bg {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 1200px;
    height: 700px;
}

header, footer {
    text-align: center;
}

.copyright {
    font-size: 0.7rem;
}

.down-button {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

    .down-button i {
        color: white;
        font-size: 36px;
    }

.btn-group-xs > .btn, .btn-xs {
  font-size: .675rem;
  line-height: .85;
  border-radius: .2rem;
}


.overlay4 {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-color: black;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.card-arb {
    width: 270px;
    margin: 5px;
    padding-right:5px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
}

.card-body-arb {
    padding-right:5px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:0px;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.newsCard {
    width: 200px;
    height:250px;
    margin: 5px;
}

/* Header Logo */

.site-beta {
    font-size: 0.7rem;
}

.site-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 0.75;
    letter-spacing: 0.0em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-description {
    font-size: 0.70rem;
    font-weight: 400;
    margin-bottom: 0;
}

/* Main Logo */

.main-beta {
    font-size: 1rem;
}

.main-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 0.75;
    letter-spacing: 0.0em;
    margin: 0;
    padding: 0;
    padding-top: 120px;
    text-align: center;
}

.main-description {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* Detailed Sections */

.image-banner-text {
    position: absolute;
    color: #fccc51;
    z-index: 4;
    opacity: 1;
    width: 100%;
    bottom: 10%;
    left:10%;
}

.sectionBlue {
    color: white;
    background-color: royalblue;
    font-size: 20px;
    padding: 60px 0px;
}

.sectionWhite {
    color: black;
    font-size: 20px;
    padding: 60px 0px;
}

.ItemFrame {
    border-width: 1pc;
    border: solid;
    border-color: #99CCFF;
    margin: 2px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.ItemTitle {
    background-color: #99CCFF;
    text-align: center;
}

.ItemBody {
    padding: 5px;
    display: inline-block;
}

.itempic {
    float: left;
    margin-right: 12px;
}

.picsize {
    width: 154px;
    margin-right: 5px;
    float: left;
}

.piccat {
    width: 75px;
    margin-right: 5px;
    float: left;
}

.itemblock {
    display: inline;
    vertical-align: top;
}

.DateSpacer {
    margin-top: 3px;
}

.hdrDate {
    padding: 0px 10px 1px 10px;
    border: solid 1px gray;
    border-bottom: 0px;
    background-color: silver;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.bizLineCo {
    background-color: lightblue;
    border: solid 1px gray;
    padding: 5px;
    float: left;
    width: 98%;
}

    .bizLineCo::after {
        clear: both;
        display: block;
    }

.bizLineWh {
    border: solid 1px gray;
    padding: 5px;
    float: left;
    width: 98%;
}

    .bizLineWh::after {
        clear: both;
        display: block;
    }

.fieldset {
    //background-color: #f1f1f1;
    border: none;
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 .625em;
}

.fields {
    //background-color: #fff;
    //border: 1px solid #eaeaea;
    margin: .75em;
    padding: .75em;
}

    .fields .row {
        margin: 0.5em;
    }

    .row {
        margin-right:0;
        margin-left:0;
    }

.fieldlabel {
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    text-align: right;
    vertical-align: top;
}

.label150 {
    width: 150px;
}

input, select, button {
    font-size: inherit;
}

h2 {
    background-color: #dedede;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ccc;
    color: #fff;
    font-size: 1.1em;
    margin: 12px;
    padding: 0.3em 1em;
    text-shadow: #9fbeb9;
    text-transform: uppercase;
}

h4 {
    font-size: 1.25em;
    text-decoration:underline;
}

/* Form labels in border */

        .form-group {
            position: relative;
        }
        .form-group label {
            position: absolute;
            top: -1px;
            left: 20px;
            padding: 2px;
            font-size:small;
            z-index: 1;
        }
        .form-group label:after {
            content: " ";
            background-color: #fff;
            width: 100%;
            height: 13px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }
/*        label {
//            font-size: 16px;
//            font-weight: 500;
//            display: inline-block;
//            margin-bottom: .5rem;
//        }
//        .form-control {
//            box-shadow: none !important;
//
        }

.form-group {
  padding:1px;
  border:0px solid;
  margin-bottom : 0px !important;
  margin:5px;
  position:relative;
}

.form-group>label {
  position:absolute;
  top:-1.1px;
  left:20px;
  font-size:small;
  background-color:white;
}*/

.form-group>input {
    box-shadow: none !important;
  // border:none;
}

/* Individual */

.hdr-info {
    background-color: #0b5586;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ccc;
    font-size: 1.1em;
    margin: 12px;
    padding: 0.3em 1em;
    text-shadow: #9fbeb9; 1px 1px 1px;
    text-transform: uppercase;
}

.hdr-address {
    background-color: #4494c9;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ccc;
    font-size: 1.1em;
    margin: 12px;
    padding: 0.3em 1em;
    text-shadow: #9fbeb9; 1px 1px 1px;
    text-transform: uppercase;
}

.hdr-contact {
    background-color: #377d87;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ccc;
    font-size: 1.1em;
    margin: 12px;
    padding: 0.3em 1em;
    text-shadow: #9fbeb9; 1px 1px 1px;
    text-transform: uppercase;
}

.hdr-social {
    background-color: #717f88;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ccc;
    font-size: 1.1em;
    margin: 12px;
    padding: 0.3em 1em;
    text-shadow: #9fbeb9; 1px 1px 1px;
    text-transform: uppercase;
}

.field-small {
    width: 75px;
}

.field-medium {
    width: 150px;
}

.field-large {
    width: 250px;
}
.error-template {
    padding: 40px 15px;
    text-align: center;
}


/* Register */

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  /* position: relative; */
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* */

.site-logo {
    text-align:center;
}

.top {
    margin-bottom: 3cm;
}

.site-top {
    margin-top: 1cm;
}

.bottom {
    margin-bottom: 6cm;
}

/* Arbiter */

.arbiter-left {
    margin-left:10px;
    width:600px;
    display:inline-block;
    vertical-align:top;
}

.arbiter-name-firm {
    font-size:small;
    display:inline-block;
    vertical-align:top;
}

.arbiter-photo-space {
    display:inline-block;
    margin: auto;
    vertical-align:top;
    width:169px;
    height:176px;
}


.arbiter-photo {
    display:inline-block;
    vertical-align:top;
    max-width:170px;
    height:166px;
}

.arbiter-ratings {
    margin-left:10px;
    margin-top:20px;
}

.arbiter-ratings-label {
    font-weight:bold;
    font-size:larger;
}

.arbiter-info {
    clear:both;
}

.arbiter-form {
    width:380px !important;
}

.arbiter-title-name {
    font-weight:700;
    font-size:larger;
    width:auto;
    vertical-align:middle;
}

.arbiter-socialmedia-first {
    margin-left:0px;
}

.arbiter-socialmedia {
    margin-left:10px;
}

.claimed-by {
    font-size:small;
}

.claimed-firm-by {
    font-size:small;
}

.firm-title-name {
    font-weight:700;
    font-size:larger;
    width:auto;
    vertical-align:middle;
}

.firm-photo-div {
    text-align:center;
}

.firm-photo {
    display:inline-block;
    vertical-align:top;
    max-width:258px;
    max-height:172px;
}

/* Ratings & Response */

.ratings {
}

.ratings-values-table {
    float:left;
    max-width:74px;
}

.ratings-summary-table {
    display:inline-block;
    max-width:74px;
}

.ratings-table {
}

.rating-label {
}

.rating-title {
    margin-top:4px;
    font-weight:bold;
    font-style: italic;
}

.rating-name {
    font-style: italic;
}

.rating-detail {
}

.response-label {
    position: relative;
    margin-right:20px;
    clear:both;
}

.response-name {
    font-style: italic;
}

.response-detail {
    position: relative;
    margin-left:20px;
    margin-right:20px;
}

.factor-inner {
    margin-left:40px;
    clear:both;
}

.factor-label {
    text-align: center;
}

.factor-icon {
}

.factor-value {
    width:100%;
    text-align: right;
}

.claimed-icon {
    width: 14px;
    height: 14px;
}

/* Form Validation */

input.Email {
  -webkit-appearance: none;

  width: 100%;
  border: 1px solid #333;
  margin: 0;

  font-family: inherit;
  font-size: 90%;

  box-sizing: border-box;
}

/* This is our style for the invalid fields */
input.invalid{
  border-color: #900;
  background-color: #FDD;
}

input:focus.invalid {
  outline: none;
}

/* This is the style of our error messages */
.error {
  width  : 100%;
  padding: 0;

  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

.error.active {
  padding: 0.3em;
}

// Autocomplete

.clear{
 clear:both;
 margin-top: 20px;
}

#searchResult{
 list-style: none;
 padding: 0px;
 width: 250px;
 position: absolute;
 margin: 0;
}

#searchResult li{
 background: #f1f1f1;
 padding: 4px;
 margin-bottom: 1px;
}

#searchResult li:nth-child(even){
// background: cadetblue;
 padding: 4px;
 margin-bottom: 1px;
 background: #f1f1f1;
// color: white;
}

#searchResult li:hover{
 cursor: pointer;
 background: #A9A9A9;
}

/* input[type=text]{
 padding: 5px;
 width: 250px;
 letter-spacing: 1px;
} */