﻿#loading-indicator
{
    position: absolute;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.trasback
{
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: -10 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.thumbnail
{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background-color: White;
}

.carousel
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background-color: rgba(200,200,200,0.5);
    border: 1px solid rgba(100,100,100,0.1);
    padding: 20px;
}

@media (min-width: 980px)
{
    .carousel
    {
        margin-top: 60px;
    }
}

.carousel-caption
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.4);
}

body
{
    background: url("../img/bg.gif");
    background-repeat: repeat;
}



footer
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: rgba(200,200,200,0.5);
    border: 1px solid rgba(100,100,100,0.1);
}

.logoemp
{
    top: 10px;
    width: 300px;
    float: right;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.textemp
{
    position: absolute;
    top: 150px;
    width: 300px;
    left: 320px;
    font-size: 3em;
    text-shadow: 1px 1px 3px rgba(100,100,100,0.3);
}

.centerthumbnail
{
    margin: 0 auto;
}

.btnGestion
{
    border: 1px solid #BBB;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#sidebar-wrapper
{
    margin-right: -300px;
    right: 0;
    width: 300px;
    background: rgb(70,70,70);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    -webkit-box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
    box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav
{
    position: absolute;
    top: 0;
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li
{
    line-height: 50px;
    text-indent: 20px;
}

.sidebar-nav label
{
    color: #ffffff;
}

.sidebar-nav li a
{
    color: #000000;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover
{
    color: #ffffff;
    background: rgba(0,136,204);
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus
{
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand
{
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a
{
    color: #ffffff;
}

.sidebar-nav > .sidebar-brand a:hover
{
    color: #ffffff;
    background: none;
}

#menu-toggle
{
    top: 61px;
    right: -8px;
    position: fixed;
    z-index: 1;
}

#sidebar-wrapper.active
{
    right: 300px;
    width: 300px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle
{
    margin: 5px 5px 0 0;
}

.sidebarFiltros
{
    margin-left: -27px;
}

.checkbox .chckClients
{
    width: 15px;
    height: 15px;
}

.carousel .item img
{
    margin: auto !important; /*important */
    height: 350px !important; /*important */
}

.colorcircle
{
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    line-height: 1.6em;
    margin-left: 5px;
    text-align: center;
    width: 1.6em;
    /*opacity: 0.8;*/
    border: 1px solid #AAA;
}
