/* 
    Document   : jfarjona
    Created on : Jul 17, 2013, 11:10:57 AM
    Author     : jarjona
    Description:
        Purpose of the stylesheet follows.
*/

.tr-header {

    padding: 2px 4px;
    font-weight: bold;
    line-height: 14px;
    color: #000000;

    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

input[type="text"] {
    vertical-align: baseline;

    height: 26px;
}

input[type="checkbox"] {
    vertical-align: middle;
    height: 24px;
}

select {
    vertical-align: baseline;

    height: 26px;
}

.bg-image {
	display: block;
    background-image: url('../images/dove-of-peace.png');
	max-width: 100%;
	height: auto;
    background-color: #FFFFFF;
    vertical-align: middle;
	horizontal-align: right;
}

.picasso {
	display: block;
	max-width: 100%;
	height: auto;
    background-color: #FFFFFF;
    vertical-align: middle;
	horizontal-align: right;
}

.tr-text {
    padding: 2px 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #000000;

    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FFFFFF;
}


.navbar .brand, .brand {
    font-family: 'Cuprum', sans-serif;
    font-size: 32px;
    font-weight: 400;
    alignment-baseline: baseline;
    alignment-adjust: auto;
    padding-left: 0px;
    text-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}



.logo {
    padding: 0px;
    position: relative;
    z-index: 2;
    background: no-repeat scroll left bottom transparent;
    height: 30px;
}

.logo img {
    alignment-baseline: hanging; 
    position: relative; 
    overflow: visible;
}

#logo {
    width: 56px;
}

@media (max-width: 767px) {
    .navbar .brand, .brand {
        font-size: 14px;
        height: 16px;
    }
    #logo {
        width: 40px; 
    }
    .logo {
        height: 16px;
    }
    .jfheader {
        height: 16px;
    }
}

@media (max-width: 290px) {
    .navbar .brand, .brand {
        font-size: 8px;
        height: 10px;
    }
    #logo {
        width: 20px; 
    }
    .logo {
        height: 10px;
    }
    .jfheader {
        height: 10px;
    }
}


.round-unit-gray {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.round-unit {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    color: inherit;
    background-color: #FFFFFF;
    border: #999999;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.round-small {
    padding: 10px;
    margin-bottom: 10px;
    line-height: inherit;
    width: content-box;
    color: inherit;
    background-color: #FFFFFF;
    border: #999999;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



body {
    height: 100%;
}

html {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* height 100%; */
    /* Negative indent footer by it's height */
    margin: 0 auto -30px;
    padding: 0 0 30px;
    /* overflow: visible; */
    z-index: 10;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 30px;
    margin-top: auto;
    margin-left: 15px;
    vertical-align: middle;
}
#footer {
    background-color: #f5f5f5;
}

#wait {
    display: none; 
    hidden: true; 
    width:250px; 
    height:150px;
    background-color: #FFFFFF;
    background-position: top;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    border-width: 1px;
}


#configuring {
    display: block; 
    hidden: true; 
    width:350px; 
    height:150px;
    background-color: #FFFFFF;
    background-position: top;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    border: #000000;
    border-width: 5px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding-top: 60px;
}
.muted {
    alignment-baseline: middle;
    vertical-align: middle;
    
}

p.credit.muted {
    vertical-align: middle;
    padding-top: 5px;
}

code {
    font-size: 80%;
}


.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #DDDDDD;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.alert-info li {
   list-style-type:none; 
}

.h4-title {
  font-weight: normal;
  line-height: 1;
  font-size: 17.5px;
}

.menu {
   font-family: 'Oxygen', sans-serif;
}