/* Global Styles */

/* ------------------------------- */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);*/


*{
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
body {
    background-color: #691C32;
    padding-top: 3px;
}
.tbtn{
        line-height:25px!important;
text-align: center;

}

.popover.error-popover {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    box-shadow: none;
    color: #B94A48;
    cursor: pointer;
    max-width: none;
    margin-left: 1.2em;
    z-index: 1099;
}
.popover.error-popover .popover-content {
    padding: 6px 14px;

}
.popover.error-popover.right .arrow {
    border-right-color: #EED3D7;
}
.popover.error-popover.right .arrow:after {
    border-right-color: #F2DEDE;
}

.popover.error-popover.top .arrow {
    border-top-color: #EED3D7;
    left: 30px;
}
.popover.error-popover.top .arrow:after {
    border-top-color: #F2DEDE;
}

.btn-toolBtns
{
  margin:26px 0 0 0;
}


/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}


#page-wrapper {
position: inherit;
margin: 0 0 0 0px;
padding: 20px 20px;
height: 100%;
border-left: 1px solid #17306D ;
}


#divFormulario
{
     position :relative !important; 
    left: 0% !important;
}


/*tamaño sm*/
@media(min-width:768px) {
    #divFormulario
    {
         position :relative !important; 
        left: 0% !important;
    }
}

/*tamaño md*/
@media (min-width: 992px)
{
    #divFormulario
    {
         position :relative !important; 
        left: 5% !important;
    }
}

/*tamaño xs*/
@media (max-width: 480px)
{
    #divFormulario
    {
         position :relative !important; 
        left: 0% !important;
    }
}

/*tamaño lg*/
@media (min-width: 1200px)
{

     #divFormulario
    {
         position :relative !important; 
        left: 25% !important;
    }

}

@media(max-height:600px) and (max-width:767px) {


    .navbar-header{
        height: auto !important;
        /*border-right: 1px solid #E7E3D8;*/
    }
}

@media(max-height:400px) and (max-width:767px) {
  
  


}



input[type=radio].css-checkbox {
                            display:none;
                        }

                        input[type=radio].css-checkbox + label.css-label {
                            padding-left:27px;
                            height:22px; 
                            display:inline-block;
                            line-height:22px;
                            background-repeat:no-repeat;
                            background-position: 0 0;
                            font-size:22px;
                            vertical-align:middle;
                            cursor:pointer;

                        }

                        input[type=radio].css-checkbox:checked + label.css-label {
                            background-position: 0 -22px;
                        }
                        label.css-label {
                background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b4ebf4b7a8c2e032653f1ecd5fbf197d.png);
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                list-style: none;
            }

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */
.navbar-brand{
    margin: 0; padding: 0 0.65em;
}
.navbar{
    background-color: white;
}
.navbar-header{
    height: 100px;
    /*border-right: 1px solid #E7E3D8;*/
}
.navbar-top-links li {
    display: inline-block;
    cursor: pointer;
 
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    /*line-height: 70px;*/
    color: #168039;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */
.navbar-static-side ul li {
    background-color: #007d15;
        
}
.navbar-static-side ul li a{
   color: white;
   font-size: 14px;
   border-bottom: 1px dotted #74b944;
}

.navbar-static-side ul li a:hover{
   background-color: #74b944;
}


.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}




/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}



.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}



/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}


/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

/*BOTON INSIDE*/

.btnBuscar {
    position:absolute;
    right:0;
    height:34px;
    width:34px;
    cursor:hand;
}

.panel-body {
    background-image: url("../img/fondo-registro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
}

.logo-encuentro {
    max-height: 8rem;
    margin-top: 28rem;
}

.logo-header {
    max-height: 6rem;
}

.divAsistencia {
    max-width: 60rem;
    margin: auto;
}

.mensaje-bienvenida {
    padding: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .panel-body {
        background-image: url("../img/fondo-registro.jpg");
        min-height: 800px;
    }

    .logo-encuentro {
        max-height: 16rem;
        margin-top: 4rem;
    }

    .logo-header {
        max-height: 12rem;
    }

    .footer {
        margin-top: 4rem;
    }

    h1 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}