﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too 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: 280px;
}*/


#fm {
    margin: 0;
    padding: 10px 30px;
}

.ftitle {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.fitem {
    margin-bottom: 5px;
}

    .fitem label {
        display: inline-block;
        width: 150px;
    }

    .fitem input {
        width: 250px;
    }

/*.textbox .textbox-text {
    text-transform: uppercase;
}*/

.header {
    font-size: 14px;
    font-weight: bold;
    
}

.required-field:after {
    content: '*';
    font-weight: bold;
    font-size: 18px;
    margin-left: 3px;
    color: #ff3333;
}

.divspace {
    margin-bottom: 5px
}

.numfield {
    font-size: 18px !important;
    font-weight: bold!important;
}

.handpointer {
    cursor: pointer;
    margin-right: 10px;
}

.bordered-div {
    
    border-style: dashed;
    border-color: lightgray;
    padding: 10px;
}


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: white;
    /*background-color: white;*/
    /*background-color: #e91e63;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
