body{ background-image:url(../walls/wall_auto4.png);
background-size: cover;
}

.row {padding-top:5%}

/*XMALL*/
@media (max-width: 768px){	.row {padding:0}	}

/*LOGIN*/
.login{color: #5d5d5d;background: #f2f2f2;padding: 20px;border-radius: 10px;
-moz-border-radius: 10px;-webkit-border-radius: 10px;margin: 10px 0}

.login .input-group{margin:10px 0}


.img-responsive{margin:0 auto; border-radius:10px}

.shadow {
-moz-box-shadow: 3px 3px 4px #595959;
-webkit-box-shadow: 3px 3px 4px #595959;
box-shadow: 3px 3px 4px #595959;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#595959')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#595959');
}



/*COLORES MENU*/
.navbar{border-radius:0}
.theme-blue .navbar-default{background:#368ee0; border:0;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus{color:#f1f1f1}
.theme-blue .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#1b67af}
.theme-blue .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#1b67af;}
.theme-blue .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#1b67af;color:#f1f1f1}

.theme-brown .navbar-default{background:#a05000; border:0;}
.theme-brown .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#532a00}
.theme-brown .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#532a00;}
.theme-brown .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#532a00;color:#f1f1f1}

.theme-orange .navbar-default{background:#f8a31f; border:0;}
.theme-orange .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#c47a06}
.theme-orange .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#c47a06;}
.theme-orange .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#c47a06;color:#f1f1f1}
        
.theme-red .navbar-default{background:#e51400; border:0;}
.theme-red .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#990d00}
.theme-red .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#990d00;}
.theme-red .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#990d00;color:#f1f1f1}
 
.theme-green .navbar-default{background:#393; border:0;}
.theme-green .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#206020}
.theme-green .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#206020;}
.theme-green .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#206020;color:#f1f1f1}

.theme-lime .navbar-default{background:#811717; border:0;}
.theme-lime .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#BD3535}
.theme-lime .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#BD3535;}
.theme-lime .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#BD3535;color:#f1f1f1}

.theme-teal .navbar-default{background:#00aba9; border:0;}
.theme-teal .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#005e5d}
.theme-teal .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#005e5d;}
.theme-teal .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#005e5d;color:#f1f1f1}

.theme-purple .navbar-default{background:#ff0097; border:0;}
.theme-purple .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#b3006a}
.theme-purple .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#b3006a;}
.theme-purple .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#b3006a;color:#f1f1f1}

.theme-pink .navbar-default{background:#e671b8; border:0;}
.theme-pink .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#b7207c}
.theme-pink .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#b7207c;}
.theme-pink .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#b7207c;color:#f1f1f1}

.theme-magenta .navbar-default{background:#a200ff; border:0;}
.theme-magenta .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#7100b3}
.theme-magenta .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#7100b3;}
.theme-magenta .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#7100b3;color:#f1f1f1}

.theme-grey .navbar-default{background:#333; border:0;}
.theme-grey .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#0d0d0d}
.theme-grey .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#0d0d0d;}
.theme-grey .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#0d0d0d;color:#f1f1f1}

.theme-darkblue .navbar-default{background:#204e81; border:0;}
.theme-darkblue .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#112944}
.theme-darkblue .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#112944;}
.theme-darkblue .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#112944;color:#f1f1f1}

.theme-lightred .navbar-default{background:#e63a3a; border:0;}
.theme-lightred .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#bc1818}
.theme-lightred .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#bc1818;}
.theme-lightred .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#bc1818;color:#f1f1f1}

.theme-lightgrey .navbar-default{background:#666; border:0;}
.theme-lightgrey .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#404040}
.theme-lightgrey .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#404040;}
.theme-lightgrey .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#404040;color:#f1f1f1}

.theme-satblue .navbar-default{background:#2c5e7b; border:0;}
.theme-satblue .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#183343}
.theme-satblue .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#183343;}
.theme-satblue .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#183343;color:#f1f1f1}

.theme-satgreen .navbar-default{background:#56af45; border:0;}
.theme-satgreen .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#3b782f;}
.theme-satgreen .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#3b782f;}
.theme-satgreen .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#3b782f;color:#f1f1f1}

.theme-grey-4 .navbar-default{background:#999; border:0;}
.theme-grey-4 .navbar-default .navbar-nav>li a:hover{color:#f1f1f1; background:#737373}
.theme-grey-4 .navbar-default .navbar-nav>.active>a{color:#f1f1f1; background:#737373;}
.theme-grey-4 .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#737373;color:#f1f1f1}

.theme-grey-3 .navbar-default{background:#eee; border:0;}
.theme-grey-3 .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus{color:#231e1e}
.theme-grey-3 .navbar-default .navbar-nav>li a:hover{color:#231e1e; background:#c8c8c8}
.theme-grey-3 .navbar-default .navbar-nav>.active>a{color:#231e1e; background:#c8c8c8;}
.theme-grey-3 .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active a:focus{background:#c8c8c8;color:#231e1e}




/*menu responsive*/
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse{border:none}
.navbar-default .navbar-toggle:hover{ background:rgba(241, 241, 241, 0.23)}
.navbar-default .navbar-toggle:focus{ background:rgba(241, 241, 241, 0.23)}
.navbar-default .navbar-toggle .icon-bar{background-color: #f1f1f1;}


/*TAMAÑO IMAGENES LOGOS*/
.logo{width:65%}

.logincol{padding-bottom:20px}


#ticket .box.box-color .box-title {
    background: #368ee0;
}

   

#ticket .box.box-bordered .table {
    margin-bottom: 0;
}

   
    #ticket .box.box-bordered .table.table-bordered {
        border-right: 0;
    }

        #ticket .box.box-bordered .table.table-bordered th:first-child, .box.box-bordered .table.table-bordered td:first-child {
            border-left: 0;
        }

        #ticket .box.box-bordered .table.table-bordered th:last-child, .box.box-bordered .table.table-bordered td:last-child {
            border-right: 0;
        }

#ticket .box.box-bordered .form-bordered {
    margin-bottom: 0;
}


#ticket .box .box-content {
    *zoom: 1;
    padding: 20px;
    background: #fff;
}

    #ticket .box .box-content:after {
        content: "";
        display: table;
        clear: both;
    }


.nopadding {
    padding: 0 !important;
}



