/*
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 : 18-dic-2017, 11:13:09
    Author     : root
*/

    .columna-busqueda {
        background-color: #f8f8f8;
        padding-top: 0px;
    }
    .columna-videos {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1380px;
    }

    .label
    {
        display: block;
        text-align: left;
        max-width: 100%;
        white-space: normal;
    }



    body, html {
        margin: 0;
        height:100%;
    }

    @media (min-width: 408px){

        #left {
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            overflow-y: no-content;

        }
    }

    #left {
        background-color: #F9F9F9;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;

    }


    .navbar {
        margin-bottom: 0px;
    }            

    .navbar-fixed-top {
        height: 30px; /* Whatever you want. */
    }
    .navbar-static-top {
        height: 30px; /* Whatever you want. */
    }

    .mix {
        min-height:370px;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        margin-top: -1px;
        padding: 6px 20px;
        margin: 5px;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 350px;
        border: 1px solid #1b5692;
    }

    .form-control{
        border: 1px solid #1b5692;
    }

    .input-group-btn .btn-group {
        display: flex !important;
        background: #1b5692;
    }
    .btn-group .btn {
        border-radius: 0;
        margin-left: -1px;
    }
    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .btn-group .form-horizontal .btn[type="submit"] {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;   
    }
    .form-group .form-control:last-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border: 1px solid #1b5692;
    }
    .footer {
        padding-top: 30px;
    }
