﻿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;*/
}

body.login {
    background-color: #065529;
}

    body.login div.fixlogin {
        background-image: url(images/green-car.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.login div.fixCloud {
        background-image: url(images/cloud.png);
        background-repeat: no-repeat;
        background-position: top left;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.login div.loginfx {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        
        padding: 35px;
        color: #000;
    }

    body.login div.fxheader {
        background: #227e4b;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
        border-bottom: 5px solid #106435;
        -webkit-font-smoothing: antialiased;
    }

.bottomMargin {
    margin-bottom: 10px;
}

.wide {
    width: 100%;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.hide {
    display: none;
}

.table .thead-primary th {
    background: #008d78;
    color: #fff;
}
