/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-nov-2020, 23:03:08
    Author     : Pedro A. Arriondo <parriondo@gmail.com>
*/

            body {
                padding-top: 60px;
                padding-bottom: 40px;
                background-color: rgb(207,241,252)!important
            }
            .sidebar-nav {
                padding: 9px 0;
            }
            table{background-color: white}
            #logo{    width: 115px;       display: inline-block; /*float: left;*/}
            #txtImportante{    display: inline-block;    font-weight: normal;    font-size: 20px; line-height: 28px; background-color: white; padding:20px; text-align: left}
            #txtImportante p:first-child {text-align: center}
            #txtImportante p span {padding-left:10px}
            .glyphicon-alert{    color: orangered;}
            .container{background-color: white; margin-top: 10px;  margin-bottom: 10px;   padding-top: 20px;    padding-bottom: 20px;}                        
            .imgMembrete{display: inline-block;width: 30%; text-align: center}
            .txtMembrete{display: inline-block;    font-size: 26px;    font-weight: bold;    line-height: 36px;    color: #7b75b6;}
            form{    padding: 10px;}
            legend{color: #7b75b6;    border-bottom: 1px solid #7b75b6;}
            .form-actions input{ background-color: orange!important;     background-image: linear-gradient(to bottom,orange,orange);    color: white /*rgb(124,128,129)*/; opacity: 0.9;   text-shadow: unset !important;text-transform: uppercase;
            .form-actions input:hover{opacity:1!important}                     
                                 padding: 10px 20px;    border-radius: unset;     border: none;}
            
            select{width: auto}
            
            @media (max-width: 600px) {
                .txtMembrete{font-size: 18px;    line-height: 24px;    margin: 20px;
                             text-align: center;}
                .imgMembrete{width: 100%}
            }