/*
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 : 30-mar-2016, 1:30:22
    Author     : deiner
*/

body {
    margin: 0;
    overflow-x: hidden;
}

.header{
    /*
      background: #f1e767;  
    background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); 
    background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%);  
    background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%);  
    background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); 
    background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); 
    */
    /*
    border-bottom:2px solid #067338 !important;
    */
    border-top:0px solid #3D5EB4;
    border-bottom:2px solid #3D5EB4 !important;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
    background: #a7cfdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

}

.header-white-bg {

    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    background-color: white;
}

.header-bar-x {
    background-color: #EFE410;
    top:80px;
    position: fixed;

    height: 4px;
    left:0;
    right: 0;
    z-index: 100000; 
}


.header-bar {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
    /*         
    background: #ffd65e;  
    background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); 
    background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); 
    background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); align-content: 
        
    */
    background-color: #EFE410;
    top:70px;
    position: fixed;
    border-bottom:1px solid #EFE410 !important;
    border-top:1px solid #EFE410 !important;
    height: 4px;
    left:0;
    right: 0;
    z-index: 100000;
} 

.logo-cabezote {
    height: 60px;
    margin:4px 5px;

    /*   float:left;  */

}

@media (max-width: 680px) { 
    .logo-mintic {
        display: none;
    }
}

.pie {
    border:1px solid silver;
}


.texto-cabezote {
    font-size:18pt; 
    line-height: 22pt;
    text-align:center; 
    width:290px; 
    /*
        float:left;  
    */
    display: inline-block;
    border-radius:10px; 
    height:70px; 
    box-sizing:border-box;
    color:white;
    font-family:'Century Gothic';
    font-weight:bold; 
    padding-top:6px;

    margin: 4px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9db80+0,96c56f+100;Green+3D+%232 */
    background: #a9db80; /* Old browsers */
    background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */


}

.icon-bar{
    background-color: #888
}

.ubicacion{
    font-family:  Roboto, sans-serif;/*
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    */
    height: 50px;
    padding: 3px 20px;
    left:300px;

    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    top:70px; 
    overflow: hidden;
    z-index: 10;
    /*
    box-shadow: 0 3px 3px rgba(0,0,0,0.19);
    */
}

.ubicacion-table {
    display: table; 
    height: 100%;  
    width: 100%;
}

.ubicacion-row {
    display: table-row;
}

.ubicacion-cell {
    display: table-cell; 
    vertical-align: middle;
}

.ubicacion-cell-icon{
    display: none;
    width: 40px;

}
.ubicacion-cell-icon button{
    background-color: transparent;
    padding: 12px;;
    border-radius: 3px;
}

.ubicacion-cell-icon button:hover{
    background-color: rgba(0,0,0,0.1);

}
.ubicacion-cell-titulos{

}

.ubicacion-cell-usuario {
    width: 200px; 
    text-align: right;
}

.ubicacion-cell-relleno{
    width: 300px
}

.ubicacion-titulo {
    font-size: 16px;
    color: rgb(60, 60, 60);
}

.ubicacion-subtitulo{
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.body{
    padding-top:30px;
}

.contenido-pagina{
    /*
    padding-top: 15px;
    */
}




a.panel{
    display: block;
    text-decoration: none;
}

a .panel-body {
    color:black;
}

@media (max-width:359px) {


    .texto-cabezote {
        width: 225px !important;

    }
}

@media (max-width: 480px) { 
    .header {
        height: 46px;
    }
    .logo-cabezote {
        height: 40px;
        margin:2px;
        float:left; 
    }

    .escudo-colombia{
        height: 40px;
        margin:2px;
        float:right; 
    }


    .texto-cabezote {
        font-size:12pt; 
        width:250px;
        height:40px;
        margin: 2px;
    } 

    .ubicacion {
        top:46px;
        display: block;
        z-index: 1001;
        left:0;
        padding: 0;
        height: 36px;
    }

    .ubicacion-cell-icon{
        display: table-cell;
        width: 40px !important;
    }


    .ubicacion-cell-icon button{
        padding: 8px;
    }
    .ubicacion-cell-usuario {
        display: none;
    }

    .ubicacion-cell-relleno{
        display: none;
    }


    .ubicacion-titulo {
        font-size: 15px;
        line-height: 15px;
    }

    .ubicacion-subtitulo{
        font-size: 13px;
        line-height: 13px;
    }

    /*
       .body{
           padding-top:76px;
       }
      
       .navbar-default{
           left:-10000px;
       }
       .navbar-nav  {
           top:68px !important;
       }
   
       .side-body{
           margin-top: 5px !important;
       }
    */
}


@media (min-width: 481px) and (max-width: 768px) { 

    .ubicacion {
        top:70px;
        left:0;
        padding-left: 0;


    }
    .ubicacion-cell-icon{
        display: table-cell;
    }
    .body {
        padding-top:110px;
    }
    /*
    .navbar-default{
        left:-10000px;
    }

    .navbar-nav  {
        top:102px !important;
    }
    */
    .ubicacion-cell-relleno{
        display: none;
    }

    .ubicacion-cell-usuario {
        display: none;
    }
}
