﻿/*html *
{
   font-size: 1em !important;
   color: #000 !important;
   font-family: Arial !important;
}*/

body {
    /*padding-top: 68px;
    padding-bottom: 70px;*/
 
    /*font-family:Roboto;*/ 
    background: #f4f6fd  !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
   
}

#spinner{
    z-index: 999999 !important;
}

.intl-tel-input {
        width: 100%;
    }

.intlTelInput {
    width: -webkit-fill-available !important;
 }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are tsoo long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
 
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
    color:#653700;
}

  .upper{
        text-transform: uppercase;
    }