
body {
	color: #566787;
	background: #f5f5f5;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
    background: url('/imagenes/bg.jpg') no-repeat center center fixed;
    min-height:100vh;

}


@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1750px;
  }
}

h1{
   
    margin: auto;
     margin-top: 30px;
     text-align: center;
}



.mainmenu{
    
    	background: #278ab3;
        margin: auto;
        border-radius: 5px;
        padding: 10px;
        width: 90%;
        top:0;
        position: -webkit-sticky;
        position: sticky;
        z-index: 1000;
        height:35px;
       
    
}

.mainmenu-fluid header nav ul li a{
    text-decoration:none;
    color: orange !important;
}




.navbar{
    
     	background: #278ab3;
        margin: auto;
        border-radius: 5px;
        padding: 5px;
        width: 90%;
        top:0;
        position: -webkit-sticky;
        position: sticky;
        z-index: 1000;
        height:50px;
        font-size: 14px;
    
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    
    
}

.navbar-toogler{
    
   
    
}

.dropdown-menu{
    
    background:#79AB3A;

    
}

.dropdown-toggle{
   
     color: #C5DDE0;
     font-size: 16px;
     border-radius: 5px;
     
    
}

.dropdown-item{
    color:white;
}


.dropdown-submenu {
    position:relative;
   
}

.dropdown-item {
    

 
}



.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    background: #278ab3;
    
}

.dropdown-submenu > .dropdown-menu > .dropdown-item{
    top: 0;
    left: 100%;
    margin-top:-6px;
    background: black;
    
}




/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.footer{
    
        
        background: #278ab3;
        margin: auto;
        border-radius: 5px;
        padding: 5px;
        width: 80%;
        height:35px;
        position: -webkit-sticky;
        position: sticky;
        z-index: 1000;
        
       
        
        bottom: 0;
        text-align: center;
    
}



.container{
    
    	background: #f5f5f5;
        margin: auto;
        border-radius: 5px;
        padding: 10px;
        width: 90%;
        
    
}

container-in{
    
    	background: #f5f5f5;
        margin: auto;
        border-radius: 5px;
        padding: 20px;
        width: 100%;
        border-style: groove; 
        margin-bottom: 20px;
    
}



.input-group{
    
    margin-bottom: 0px !important;
    
}

.container-form{
    
    	background: #f5f5f5;
        margin: auto;
        margin-top: 60px;
        border-radius: 5px;
        padding: 10px;
    
}

.container-fluid header nav ul li a{
    text-decoration:none;
    color: orange !important;
}

.submenu{
    
    font-size: 12px;
}

.table-responsive {
   
    margin: auto;
    width: 100%;
    margin-bottom:35px;
    word-break: normal;
   
    
}
.table-wrapper {
	background: #fff;
	padding: 15px 10px;
	border-radius: 5px;
	width: revert;
    margin:auto;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	word-break: normal;
}



.table-title {        
	padding-bottom: 15px;
	background: #278ab3;
	color: #fff;
	padding: 16px 30px;
	min-width: 100%;
	margin: -15px -10px 10px;
	border-radius: 5px 5px 0px 0px;
}
.table-title h2 {
	margin: 5px 0 0;
	font-size: 24px;
}
.table-title .btn-group {
	float: right;

}
.table-title .btn {

	float: right;
	font-size: 13px;
	border: none;

	min-width: 50px;
	border-radius: 5px;
	border: none;
	outline: none !important;
	margin-left: 10px;
	background: #79AB3A;
}
.table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.table-title .btn span {
	float: left;
	margin-top: 2px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 10px 10px;
	vertical-align: middle;
	width:auto;
}

table.table tr th:first-child {

	width: auto;
}
table.table tr th:last-child {
	width: auto;
}


table.table-striped tbody tr:nth-of-type(odd) {
    
    background-color: #fcfcfc;
  	width:auto;
}

table .dataTable tbody td {
     padding: 0px; */
     background: red;
}

table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
	width:auto;
	word-break: break-;
}


table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;

}	
table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;

}
table.table td a {
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
table.table td a:hover {
	color: #2196F3;
}
table.table td a.edit {
	color: #FFC107;
}
table.table td a.delete {
	color: #F44336;
}
table.table td i {
	font-size: 19px;
}

td-num {
   text-align: right;
   background: #f5f5f5;
    
}

table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.pagination li a:hover {
	color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.pagination li.active a:hover {        
	background: #0397d6;
}
.pagination li.disabled i {
	color: #ccc;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px
}
.hint-text {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}    
/* Custom checkbox */
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}

/* Modal styles */

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}

.form-header{
    background:#278ab3 ;
	color:#f5f5f5;
	border-radius: 5px;
	padding:5px;
    
}
.modal .modal-header {
	background:#278ab3 ;
	color:#f5f5f5;
}

.modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.modal .modal-title {
	display: inline-block;
}
.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}
.modal textarea.form-control {
	resize: vertical;
}

.modal select {
    font-weight: normal;
    font-size: .9rem;
    padding: 2px 5px;
}
.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}	
.modal form label {
	font-weight: normal;
}	


