/* TERRA GREEN LOGIN GATE */

html {
    background: #939905;
}

body.gate {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3d1a+0,939905+100 */
    background: #939905; /* Old browsers */
    /*
    background: -moz-linear-gradient(top, #939905 0%, #86a750 100%);
    background: -webkit-linear-gradient(top, #939905 0%, #86a750 100%);
    background: linear-gradient(to bottom, #939905 0%, #86a750 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939905', endColorstr='#86a750',GradientType=0 );
    */
    color: #f3f3ef;
}

body.gate .nav_menu {
    background:none;
    border:none;
    margin-top: 10%;
}

body.gate .fullpage_wrapper { 
    margin-top:5%;}

.gate .x_panel {
    background: none;
    border: none;
}

body.gate .x_title {
    border-bottom: 1px solid #939905;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

body.gate .ln_solid {
    border-top: 1px solid #939905;
}

.btn-primary {
    color: #fff;
    background-color: #b55400;
    border-color: #b55400;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #b55400;
        border-color: #b55400;
        opacity: .8;
    }

body.gate a { 
    color:#f3f3ef;
}
body.gate a:hover, .gate a:focus {
    color:#d6d6c3;
}
body.gate a:active { 
    color:#3c3d1a;
}

body.gate .form-control{ 
    background-color:#f3f3ef;
}

a:focus, a:hover {
    color: #4b6f11;
}


/* TERRA GREEN MAIN CHANGES */

body {
    color: #555;
    background: #939905;
}

.menu_section h3 {
    text-shadow: none;
}

.left_col {
    background: #939905;
}

.nav_menu {
    float: left;
    background: #f3f3ef;
    border-bottom: 1px solid #d6d6c3;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #b55400;
}

.nav li.current-page {
    background: rgba(132,137,4,1.0);
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: rgba(169,173,55,1.0);
}

.nav.toggle a {
    color: #b55400;
}

.nav-sm .nav_title { display:none;}


.nav_title { background:none; height:auto;}
.nav_title .site_title { height:auto; padding:10px;}

.nav_title .site_title img { width:100%;}



footer {
    background-color: #333;
    color: #999;
}

.profile_view {
    width: 100%;
}
td.highlight {
    background-color: whitesmoke !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.step.step-next {
     background-color:#34495E;
}
.step.step-done {
     background-color:#1ABB9C;
}
.step.step-todo {
     background-color:#CCC;
}
.step {
     width: 100%;
     color: white;
     background-color:#CCC;
     border-radius: 5px;
     margin-bottom: 5px;
}
.stepNumber {
    font-size: 24pt;
    padding: 0px 12px 0px 12px;
}
.stepTitle {
    font-size: 12pt;
}
.stepInfo {
    font-size: 8pt;
}

.homeNav {
    width: 180px !important;
}
.homeNav a {
    color: inherit;
}
.homeNav span.fa {
    padding-top: 10px;
    font-size: 46px;
}


.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    min-height:34px!important;
}

.col-blue { color: rgb(51,122,183) !important; }
.col-orange { color: rgba(227,117,10,.88) !important; }
.col-red {  color: rgba(255, 26, 26,.88) !important; }
.col-yellow { color: rgb(255, 216, 0) !important; }
.col-green { color: rgba(38,185,154,.88) !important; }
.col-black { color: rgba(255,255,255,.88) !important; }

.bg-blue { background: rgb(51,122,183) !important; }
.bg-orange { background: rgba(227,117,10,.88) !important;}
.bg-red { background: rgba(255, 26, 26,.88) !important; }
.bg-yellow { background: rgb(255, 216, 0) !important; }
.bg-green { background: rgba(38,185,154,.88) !important; }
.bg-black { background: rgba(255,255,255,.88) !important; }

.btn-blue, .pb-blue {
    background: rgb(51,122,183) !important;
    border: 1px solid rgba(18,43,64,.50) !important;
    color: #fff;
}
.btn-orange, .pb-orange {
    background: rgba(227,117,10,.88) !important;
    border: 1px solid rgba(243,156,18,.88) !important;
    color: #fff;
}
.btn-red, .pb-red {
    background: rgba(255, 26, 26,.88) !important;
    border: 1px solid rgba(231,76,60,.88) !important;
    color: #fff;
}
.btn-yellow, .pb-yellow {
    background: rgb(255, 216, 0) !important;
    border: 1px solid rgb(255, 216, 0) !important;
    color: #fff;
}
.btn-green, .pb-green {
    background: rgba(38,185,154,.88) !important;
    border: 1px solid rgba(38,185,154,.88) !important;
    color: #fff;
}
.btn-black, .pb-black {
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(255,255,255,.88) !important;
    color: #fff;
}


.btn-danger {
    background-color: #ff1a1a;
}