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


@font-face {    
    font-family: 'DIN Alternate Regular';
    font-style: normal;
    src: url(../fonts/DIN-Regular.otf);
}

@font-face {
    font-family: 'DIN Alternate Bold';
    font-style: bold;
    src: url(../fonts/DIN-Bold.otf);
}

.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; */
}


.scroll_table {    
    overflow: auto;    
}

.bg-image {
    background-image: url('../images/doblones-1.png');
    background-color: #FFFFFF;
    vertical-align: middle;
}

.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 {
    font-family: 'DIN Alternate Regular';
    font-size: 14px;
    font-weight: 400;    
}
    
.nvtest {

    alignment-baseline: baseline;
    alignment-adjust: auto;
    padding-left: 0px;
    text-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.brand {
	font-family: 'DIN Alternate Bold';
    font-size: 20px;
    font-weight: 300;
    alignment-baseline: baseline;
    alignment-adjust: auto;
    padding-left: 0px;
    color: #2D2926;
}



.logo {
    padding: 0px;
    position: relative;
    z-index: 2;
    background: no-repeat scroll left bottom transparent;
    height: 30px;
    font-family: 'DIN Alternate Bold';
    font-size: 26px;
    font-weight: 600;
}

.logo img { 
    position: relative; 
    overflow: visible;
    background-color: white;
}

#logo {
    height: 60px;
    display: block;
}


@media (max-width: 984px) {
    .navbar .brand, .brand {
        font-size: 14px;
        height: 16px;
    }
    #logo {
    	display: none;
    }
    .logo {
        height: 16px;
    }
    .dobloheader {
        height: 16px;
    }
}

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

.doblonav {
	background-color: #2D2926;
}

.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%;
}


/* 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;
}

.bg-dark {
  background-color: #2d2926 !important;
}

.btn-primary {
  color: #2d2926;
  background-color: #c69214;
  border-color: #c69214;
}
.btn-primary:hover {
  color: #eac78f;
  background-color: #c69214;
  border-color: #c69214;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #2d2926;
  background-color: #c69214;
  border-color:#c69214;
  box-shadow: 0 0 0 0.25rem rgba(198, 146, 20, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color:#4b4845;
  background-color: #c69214;
  border-color: #c69214;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 146, 20, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #4b4845;
  background-color: #faecd9;
  border-color: #faecd9;
}
