﻿body {
    font-family: 'Century Gothic', Arial, Verdana, Helvetica, Sans-Serif;
    color: #666666;
    background-color: #fff;
    background: url('images/bg-city.jpg') fixed no-repeat;
    background-size: cover;
}

.topMenu {
    border-bottom:1px solid #CCCCCC;
    box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
}
.submenu {
    position:relative;
    clear:both;
    border-radius:0px !important;
    padding:0px !important;

}
/*.open {
    display:block;
}*/
.closed {
    display:none;
}
.navbar {
    z-index:1000 !important;
}
    .navbar > nav {
        z-index: 1000 !important;
    }

.navbar-brand {
    padding:0px;
}
.nav > li > a {
    color: #666666 !important;
    letter-spacing: 5px !important;
    z-index: 1000 !important;
    /*margin:20px 20px 0px 0px;*/
}

    .nav > li > a:hover {
        /*font-size: 0.8em;*/
        color: #333333 !important;
        z-index: 1000 !important;
    }

    .nav > li > a.login-nav {
        /*font-size: 0.8em;*/
        color: #CC0000 !important;
        letter-spacing: 1px !important;
        z-index: 1000 !important;
        margin-right:10px;
    }

        .nav > li > a.login-nav:hover {
            /*font-size: 0.8em;*/
            color: #000000 !important;
            z-index: 1000 !important;
        }

    .nav > li > a.auth-nav {
        /*font-size: 0.8em;*/
        /*color: #6387D3 !important;*/
        letter-spacing: 0px !important;
        z-index: 1000 !important;
    }

        .nav > li > a.auth-nav:hover {
            /*font-size: 0.8em;*/
            /*color: #113A72 !important;*/
            z-index: 1000 !important;
        }

    .nav-tabs > li > a {
        border-radius:0px !important;
    }

.dropdown-menu > li > a {
    letter-spacing: 5px !important;
    z-index: 1000 !important;
}


.home-content {
    position: fixed;
    display: block;
    bottom: 20%;
    z-index: 900;
    padding: 20px;
    background-color: rgba(255,255,255,0.85);
    text-align: left;
}
    

.body-content {
    position:relative;
    display:block;
    z-index:5;
    padding:20px 50px 50px 20px;
    background-color: rgba(255,255,255,0.85);
}

.body-home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*background: url('images/bg.jpg') no-repeat fixed;
    background-size: cover;*/
    overflow: scroll;
    padding-bottom: 50px;
}
.body-page {
    /*background:url('images/bg_City.jpg') fixed no-repeat;*/
    background-size: cover;
    width:100%;
    height:100%;
    /*margin-top:100px;*/
}

.body-profile {
    padding-bottom:50px;
}

.zoomSliderCon {
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    min-height:40%;
    display:block;
    overflow:hidden;
    z-index:4;
}

		.zoomSlider-inner-content h1 {
			
			margin: 0;
		}
.zs-enabled {
    position:absolute;
}
.fill { 
    min-height: 100%;
    height: 100%;
}



/* website content*/


.shadewhite {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
}

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(0, 25%, 0)
}

.strapline {
    /*background-color:#ffffff;*/
    padding:20px;
    background-color: rgba(255,255,255,0.75);
    text-align:left;
}

.homestrap {
    position:relative;
    top:60%;
    left:20%;
    width:80%;
    padding:50px;
}

    
.homeStrapText {
    color:#000000;
    /*letter-spacing:2px;*/
}

.bodyText {
    padding:20px;
}

.text-md
{
    font-size:1.2em;
    font-weight:bold;
}

.bg-green {
    background-color:forestgreen;
    color:#fff;
}
.bg-red {
    background-color: firebrick;
    color: #fff;
}
.contentStrap {
    position:absolute;
    top:40%;
    width:100%;
    z-index:4;
}

.clientStrapText {
    position:relative;
    display:block;
    color:#000000;
    padding:20px;
}
.clientStrap {
    position:relative;
    margin-top:7%;    
    width:100%;
}


.altRow {
    background-color: rgba(240,240,240,0.75);
    padding:20px;  
    margin-top:20px;  
}
.alt {
    padding:20px;  
    margin-top:20px;  
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    .homestrap {
    position:absolute;
    top:70%;
    width:100%;
}

    
.strapText {
    color:#000000;
    /*letter-spacing:5px;*/
    font-size:1.6em;
}

.contentStrap {
    position:absolute;
    top:30%;
    width:100%;
}
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

label {
    font-weight:normal;
}

.validation-summary-errors li {
    font-weight:normal;
    color:#CC0000;
}

/* Override bootstrap checkbox style */
.checkbox input[type="checkbox"] {
    margin-left:0px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* styles */
h1 {
    font-size:1.4em;
    /*color: #6387D3;*/
    letter-spacing: 5px;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.home-content h1 {
    font-size: 2em;
    color: #333333;
    /*letter-spacing: 5px;
    border-bottom: 1px solid #113A72;
    padding-bottom: 15px;
    margin-bottom: 15px;*/
}

.panel-heading h1 {
    border-bottom:hidden;
    padding-bottom:0px;
    color:#666666;
    font-size:1.4em;
}

h2 {
    font-size: 1.2em;
    letter-spacing: 5px;
    border-bottom: 1px solid #113A72;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.clientStrapText h2 {
    padding-bottom:2px;
    margin-bottom:5px;
    margin-top:10px;
}

input {
    color: #666666 !important;
}

.table-sm {
    font-size: 0.8em !important;
}
/*.table-sm label {
    font-size: 0.8em !important;
}
    .table-sm.input-sm {
        font-size: 0.8em !important;
        padding: 0px !important;
    }*/

.underline {
    padding:0px 0px 2px 0px;
    margin-bottom:2px;
    border-bottom : 1px solid #CCCCCC;
    font-size:0.9em;
}

.highlight:hover{
    background-color:#FFFFFF;
}

.data {
    /*color: #5586ED;*/
}

.moneyRight {
    text-align: right;
}

a.btnProfile {
    width:100%;
    text-align:left;
    text-decoration:none;
}
.labelProfile {
    text-align:left;
}

.clientStrapText .row label {
    text-align:left;
}

.clientStrapText .form-group {
    margin-bottom:5px;
}

.form-group {
    margin-bottom:5px;
}


.transactionData {
    text-align:right;

}
#FinancialDetails .control-label {
    padding:0px 0px 0px 10px;
}
#cashDetails .control-label {
    padding:0px 0px 0px 10px;
}
#clientDetails .control-label {
    padding:0px 0px 0px 10px;
}

.successText {
	color:#66CC00;
}
.dangerText {
	color:#FF0000;
}

.bottom-space {
    margin-bottom:15px;
}

.frame-border-left {
    border-left: 4px solid #CCCCCC;
}

.frame-border-right {
    border-right: 4px solid #CCCCCC;
}

button.dt-button {
    font-size:0.6em !important;
}
/*.table-sm.form-control {
    padding:0px;
    font-size:0.6em;
}*/

.wellDT {
    margin-bottom:0px;
}

.footer {
    position:relative;
    display:block;
    z-index:5;
}
.copyright {
    font-size: 0.8em;
    color: #FFFFFF;
}

.home-content .copyright {
    color:#333333;
}

.dashboard-panel {
    height:250px;
    overflow:scroll;
    display:block;
    position:relative;
}
