/* 
 * Body  
 */
.body-admin {
    padding-top: 60px;
    font-size: 12px!important;
}
.body-admin .panel {
    background-color: #f9f9f9;
}
.body-admin .panel-title {
    font-size: 12px!important;
}
.body-admin .panel-heading {
    padding: 8px; 
}

@media (max-width: 768px) {    
    .body-admin {
        padding-top: 85px;
        /*font-size: 14px!important;*/
    }
}


/*
 * Main content
 */
.main {
  padding: 20px 15px;
}
.main .page-header {
  margin-top: 40px;
}

.body-admin .main .mssg{
    position: fixed;
    margin-top: 25px;
    z-index: 1;
    right: 3px; 
}

/*
 * Menu 
 * Top navigation
 */
.navbar-fixed-top {
    border: 0;
    z-index: 1035;
}
.navbar-xs { 
    min-height:25px; 
    /*height: 25px; */
    margin-bottom: 0px;
    z-index: 2000;
}
.navbar-xs .navbar-brand { 
    padding: 0px 12px; 
    line-height: 25px; 
    height: 25px; 
}
.navbar-xs .navbar-brand img { 
    margin-top:3px;
    height: 20px;
    max-height: 20px;
}
.navbar-xs .navbar-nav > li > a { 
    padding-top: 0px; 
    padding-bottom: 0px; 
    line-height: 25px; 
}
.navbar-xs .navbar-toggle {
    padding: 5px 5px; 
    margin-top: 2px; 
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .navbar-xs {
        min-height: 50px;
        height: 50px;
    }
    .navbar-xs .navbar-brand{ 
        line-height: 50px; 
        height: 50px; 
    }
    .navbar-xs .navbar-brand img {   
        margin-top:5px;
        height: 40px;
        max-height: 40px;       
    }
    .navbar-xs .navbar-nav > li > a { 
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .navbar-xs .navbar-toggle {
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

/* line tittle menu */
.line-title-navbar-admin{
    background-color: #428bca;
    width: 100%;
    height: 35px;
    position: fixed;
    margin-top: 25px;
    z-index: 1;
}
.line-title-navbar-admin h4{
    padding: 8px 15px;
    margin: 0;
    color: white;
}
.line-title-navbar-admin a{
    float: left;
    margin: 8px 15px;
    color: black;
}

@media (max-width: 768px) {    
    .line-title-navbar-admin {
        margin-top: 50px;
    }
}


/* Container-fluid menu */
.container-fluid>.navbar-collapse{
    background-color: #222;
}



/*
 * Menu-opciones
 */
.menu-opciones-admin{
    position: fixed;
    margin: -20px -15px;
    z-index: 1;
    width: 100%;
    padding: 10px 5px;
    background-color: #f5f5f5;
}



/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}
.sidebar-open {
    display: inline!important;
    top: 50;
    z-index: 1034;
}
.sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}
@media (max-width: 768px) {
    .sidebar {
      top: 85px;
    }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
}
.nav-sidebar > li > a {
  padding: 0px 20px; 
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
@media (max-width: 768px) {    
    .nav-sidebar > li > a{
        padding: 5px 15px!important;
    }
}


/*
 * Tabs
 */
.tabs-admin .nav>li>a {
    padding: 5px 10px;
}

.tabs-admin .tab-pane {
    padding: 5px 10px;
}






/*
 * Upload files
 */
.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

.glyphicon.glyphicon-upload:hover{
	color:#337ab7 !important;/*#5bc0de*/
	cursor:pointer;
	cursor:hand; /*para que aplique en todos los navegaroes*/
}

.upload_file_success {
	color: #3c763d !important;
	/*background-color: #dff0d8 !important;*/
	border-color: #d6e9c6 !important;
	border-left: 5px solid #5cb85c !important;
}

.upload_file_error {
	color: #d9534f !important;
	border-color: #d9534f !important;
	border-left: 5px solid #d9534f !important;
}

.btn-dell-item {
	color:#bbb;
	background-color:#eee;
	border:0px;
}
.btn-dell-item:hover{
	/*color:#d9534f;
	background-color:#ebccd1;*/
	color:#777;
	background-color:#ddd;
}
.main-item {
	display:block;
    padding:8px 10px; 
    border: 1px solid #ddd;
    border-left:5px solid #ddd;
}
.main-item:hover{
	background-color: #fff; 
	/*border-left-color: #faebcc;*/
}


.image-logotipo{
    margin: 0px;
    background-color: #222;
    padding: 0px;
    border-radius: 0px;
}





/*
 * tables
 */
.table > tbody > tr > td:last-of-type {
    text-align: right;
}






