﻿#main { width: auto; margin: auto;}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#0A407C;
}



.btnfileupload
{ 
    background-color: transparent;
    background-image: url('../Impresion/Images/fileupload.png');
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    cursor: pointer;
    height:29px;
    width:104px;
    border:none;
}

.logout { width: 120px; height: 40px; float: right; cursor:pointer; background-repeat: no-repeat; background-position: right bottom;}

.displayNone { display: none; }

h2 {color:#0A3F7B }

.rbl input[type="radio"] {
            margin-left:10px;
            margin-right:10px;
        }

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

b.fileicon { display: inline-block; width: 16px; height: 16px; background-image: url(icons/other.png); margin: 0 5px; vertical-align: text-bottom; }
b.fileicon.doc, b.fileicon.docx { background-image: url(icons/doc.png); }
b.fileicon.xls, b.fileicon.xlsx { background-image: url(icons/xls.png); }
b.fileicon.ppt, b.fileicon.pptx { background-image: url(icons/ppt.png); }
b.fileicon.pdf { background-image: url(icons/pdf.png); }
b.fileicon.txt { background-image: url(icons/txt.png); }
b.fileicon.imagen { background-image: url(icons/imagen.png); }


.file_input_button
{
	top: 0px;
	background-color: #0A407C;
	color: #ffffff;
	border-style: solid;
}