/* Gridview */

.summary {
    width: 100%;
    text-align: right;
    font-size: 14px;
}




/* CSS PAGINACION GRIDVIEW */

.gridview-pagination {
    height: 36px;
    margin: 18px 0;
    width: 100%;
}
.gridview-pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
}
.gridview-pagination li {
    display: inline;
}
.gridview-pagination a,
.gridview-pagination span {
    float: left;
    padding: 0 14px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.gridview-pagination a:hover,
.gridview-pagination .active a,
.gridview-pagination .active span {
    background-color: #f5f5f5;
}
.gridview-pagination .selected a,
.gridview-pagination .selected span {
    color: #5d6368;
    cursor: default;
    background-color: #EFEFEF;
}
.gridview-pagination .hidden span,
.gridview-pagination .hidden a,
.gridview-pagination .hidden a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.gridview-pagination li:first-child a,
.gridview-pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.gridview-pagination li:last-child a,
.gridview-pagination li:last-child span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.gridview-pagination-centered ul {
    text-align: center;
}
.gridview-pagination-right ul {
    text-align: right;
}
/*


/* Form */

.required span {
    color: #E20F0F;
}
.errorMessage {
    color: #E20F0F;
}


/* CSS zii.widgets.CMenu  */

.cmenuhorizontal {
    list-style: none;
    width: auto;
}

.cmenuhorizontal li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
}   

.cmenuhorizontal {    
    list-style: none;
    width: auto;
    margin-top: 5px;
}

.cmenuhorizontal li.bottom {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 5px;
}  



.menu-tool {
    float: right; 
    position: absolute; 
    top: 8px; 
    right: 100px;
    display: inline-block;
}

.menu-tool .menu-items {
    float: right;
}

.menu-tool .pagesize {
    float: right;

}

.menu-tool-all {
    float: right; 
    position: absolute; 
    top: 8px; 
    right: 20px;
    display: inline-block;  
}



#login-wrapper input {
    padding-left: 32px;
}


.hidden-loading{

    display: none;
}

/*.hidden_fields{

    display: none;

}*/

.title_{
    font-weight: bolder !important;
}

.position_2{
    float: left;


}

.position_1{

    margin-top: 16px;
}

#owl-demo .item{
    margin: 3px;
}
/*#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}*/

* { box-sizing: border-box; }

body { font-family: arial; }

.carousel {
    /*background: #EEE;*/
}

.carousel-cell {
    width: 28%;
    text-align: center;
    height: 100%;
    /*margin-right: 10px;*/
    margin-left: 8%;
    background: #ddd;
    /*    border-radius: 5px;*/
    counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
    background: #777;
}

/* cell number */
.carousel-cell:before {
    display:block;
    text-align: center;
    /*content: counter(carousel-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: #ddd;
}

.flickity-viewport{

    background-color: #ddd !important; 
    height: 250px !important;
}

.imagen_carousel{

    width: 90%;
    height: 90%;
    /* height: 100%;*/
    /*    padding-top: 3%;
        padding-bottom: 3%;*/
    margin-top: 10px;
    /*margin-right: 10px;*/
    /*background: #f5f5f5;*/
    /*border-radius: 5px;*/
    /*    margin-top: 4%;
        margin-left: 5%;*/
}



.btn_right{
    position: fixed;
    right: 5%;
    top: 50%;
}

.btn_left{
    position: fixed;
    top: 50%;
    margin-left: 5%;
    z-index: 9999999999;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#Modalimagen,.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content (Image) */
.ctn_ .modal-content {
    margin: auto;
    display: block;
    width: 30%;

    margin-top: 11%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 8%;
    right: 4%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.boton_back_ .edit{

    font-size: 15px !important; 
    float: right;
    margin-right: 10px;


}
/*
#registra_orden_{

    display: none;
}*/

.accordion_historia h3{
    border: none;
    border-bottom: 2px solid #eff2f7 !important;
    border-radius: 0px !important;
    border-color: #eff2f7;
    padding-bottom: 3px;
    background-color: white !important;
    background: white;
    margin-top: 2px; 
    font-size: 15px !important;

}

.accordion_historia div{

    border: none;
    font-size: 15px !important;



}


#table_info_ th{
   
    border-top: 0px;  
    line-height: 0.428571;
}

#table_info_ td{
    border-top: 0px;  
    line-height: 0.428571;
}



#table_ordenserv_ th{

    max-width: 17px !important;
    border-top: 0px;  
    line-height: 0.428571;

}

#table_ordenserv_ td{

    border-top: 0px;  
    line-height: 0.428571;

}

.principal_{
    height: 35px;
    padding-top: 15px !important;  

}

.secundarios_{
    padding-left: 32px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    
}

.inicial_{
 max-width: 93px !important;
 min-width: 93px !important;
    
}


/*input, button, select, textarea {
  
    height: 41px;
}*/

#main-content{
        min-height: 400px;
}

/* report buttons */
#date_renge {
    top:-3px; 
     margin-right: auto;
     height: 35px;
 }

 #rg_dates {
     height: 43px;
     width: 200px;
 }

 @media (max-width: 1250px) {
     #btn_create {
         float: left !important;
     }
 }
/*preloaderr----------------------*/
.holder {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.7);
  z-index: 9999;
}

.preloaderr {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
animation: rotatepreloaderr 2s infinite ease-in;
}

@keyframes rotatepreloaderr {
0% {
  transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
}
100% {
  transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
}
}
.preloaderr div {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}

.preloaderr div:before {
content: "";
position: absolute;
left: 50%;
top: 0%;
width: 10%;
height: 10%;
background-color: #ffffff;
transform: translateX(-50%);
border-radius: 50%;
}

.preloaderr div:nth-child(1) {
transform: rotateZ(0deg);
animation: rotateCircle1 2s infinite linear;
z-index: 9;
}

@keyframes rotateCircle1 {
0% {
  opacity: 0;
}
0% {
  opacity: 1;
  transform: rotateZ(36deg);
}
7% {
  transform: rotateZ(0deg);
}
57% {
  transform: rotateZ(0deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(2) {
transform: rotateZ(36deg);
animation: rotateCircle2 2s infinite linear;
z-index: 8;
}

@keyframes rotateCircle2 {
5% {
  opacity: 0;
}
5.0001% {
  opacity: 1;
  transform: rotateZ(0deg);
}
12% {
  transform: rotateZ(-36deg);
}
62% {
  transform: rotateZ(-36deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(3) {
transform: rotateZ(72deg);
animation: rotateCircle3 2s infinite linear;
z-index: 7;
}

@keyframes rotateCircle3 {
10% {
  opacity: 0;
}
10.0002% {
  opacity: 1;
  transform: rotateZ(-36deg);
}
17% {
  transform: rotateZ(-72deg);
}
67% {
  transform: rotateZ(-72deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(4) {
transform: rotateZ(108deg);
animation: rotateCircle4 2s infinite linear;
z-index: 6;
}

@keyframes rotateCircle4 {
15% {
  opacity: 0;
}
15.0003% {
  opacity: 1;
  transform: rotateZ(-72deg);
}
22% {
  transform: rotateZ(-108deg);
}
72% {
  transform: rotateZ(-108deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(5) {
transform: rotateZ(144deg);
animation: rotateCircle5 2s infinite linear;
z-index: 5;
}

@keyframes rotateCircle5 {
20% {
  opacity: 0;
}
20.0004% {
  opacity: 1;
  transform: rotateZ(-108deg);
}
27% {
  transform: rotateZ(-144deg);
}
77% {
  transform: rotateZ(-144deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(6) {
transform: rotateZ(180deg);
animation: rotateCircle6 2s infinite linear;
z-index: 4;
}

@keyframes rotateCircle6 {
25% {
  opacity: 0;
}
25.0005% {
  opacity: 1;
  transform: rotateZ(-144deg);
}
32% {
  transform: rotateZ(-180deg);
}
82% {
  transform: rotateZ(-180deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(7) {
transform: rotateZ(216deg);
animation: rotateCircle7 2s infinite linear;
z-index: 3;
}

@keyframes rotateCircle7 {
30% {
  opacity: 0;
}
30.0006% {
  opacity: 1;
  transform: rotateZ(-180deg);
}
37% {
  transform: rotateZ(-216deg);
}
87% {
  transform: rotateZ(-216deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(8) {
transform: rotateZ(252deg);
animation: rotateCircle8 2s infinite linear;
z-index: 2;
}

@keyframes rotateCircle8 {
35% {
  opacity: 0;
}
35.0007% {
  opacity: 1;
  transform: rotateZ(-216deg);
}
42% {
  transform: rotateZ(-252deg);
}
92% {
  transform: rotateZ(-252deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(9) {
transform: rotateZ(288deg);
animation: rotateCircle9 2s infinite linear;
z-index: 1;
}

@keyframes rotateCircle9 {
40% {
  opacity: 0;
}
40.0008% {
  opacity: 1;
  transform: rotateZ(-252deg);
}
47% {
  transform: rotateZ(-288deg);
}
97% {
  transform: rotateZ(-288deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}
.preloaderr div:nth-child(10) {
transform: rotateZ(324deg);
animation: rotateCircle10 2s infinite linear;
z-index: 0;
}

@keyframes rotateCircle10 {
45% {
  opacity: 0;
}
45.0009% {
  opacity: 1;
  transform: rotateZ(-288deg);
}
52% {
  transform: rotateZ(-324deg);
}
102% {
  transform: rotateZ(-324deg);
}
100% {
  transform: rotateZ(-324deg);
  opacity: 1;
}
}

