/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/

/* #################### LOGIN ##################### */

	/* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
      .inner {
        margin-left: auto;
        margin-right: auto; 
        width: 90%;
      }
    }

    /* Dispositivos ultra pequeños, Smartphones */
    @media only screen and (min-width : 480px) {
      .inner {
        margin-left: auto;
        margin-right: auto; 
        width: 90%;
      }
    }

    /* Dispositivos pequeños, Tablets */
    @media only screen and (min-width : 768px) {
       .inner {
        margin-left: auto;
        margin-right: auto; 
        width: 60%;
      }
    }

    /* Dispositivos medios, Escritorios medianos */
    @media only screen and (min-width : 992px) {
      .inner {
        margin-left: auto;
        margin-right: auto; 
        width: 500px;
      }
    }

    /* Dispositivos grandes, Pantalla ancha */
    @media only screen and (min-width : 1200px) {
      .inner {
        margin-left: auto;
        margin-right: auto; 
        width: 500px;
      }
    }

  .login-page input {
    border-radius: 4px;
    border: 2px solid #e2e6e8;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .login-page input:hover, .login-page input:active, .login-page input:focus {
    border-radius: 4px;
    border: 2px solid #b7c4ca;
  }

  .login-page input[type="submit"] {
    border-radius: 3px !important;
    border: 2px solid #00b6d4;
    background-color: #00b6d4;
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .login-page input[type="submit"]:hover {
    border: 2px solid #03879c;
    background-color: #03879c;
  }

  .login-page .main-footer {
    padding-left: 15px;
    background-color: transparent;
    border: 0px;
  }

  .outer {
    display: table;
    position: absolute !important;
    height: 100%;
    width: 100% !important;
    background-color: #f5faff;
  }

  .middle {
      display: table-cell;
      vertical-align: middle;
  }


/* #################### FIN LOGIN ##################### */


/* ##################### FRONT ###################### */

  html {
    min-height: 100%;
    height: 100%;
  }

   body.full {
    background-color: #f5faff !important;
    min-height: 100%;
    height: 100%;
  }

  body.home {
    background-color: #f5faff !important;
    min-height: 100%;
    height: 100%;
  }

  .divestado-grey {
    background-color: #3f4e62;
    width: 100% !important;
    min-height: 80px;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    margin: 0 5px 10px;
    max-height: 250px;
  }

  .divestado-blue {
    background-color: #428bca;
    width: 100% !important;
    min-height: 80px;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    margin: 0 5px 10px;
    max-height: 250px;
  }

  body .divestado {
      margin-bottom: 20px;
      max-height: 250px;
      display: inherit !important;
      border-radius: 3px !important;
      height: 55px;
      padding: 16px;
      font-size: 22px;
      margin-left: 9px;
  }

  .input-panel {
    border-radius: 3px;
    border: 2px solid #e1ecf1;
    width: 100%;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .input-panel:hover, .input-panel:active, .input-panel:focus  {
    border: 2px solid #b7c4ca;
  }

  .box__index .box__content{
      margin-top: 10%;
      margin-bottom: 2%;

  }

  .box__index h1{
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.1;

  }

  .box__index p{
      text-align: center;
  }

  .box__index label{
      font-weight: normal;
      font-size: 14px;
      padding-top: 5px;
  }

  .box__index button {
    margin-top: 10px;
    background-color: #2fb5d2;
    color: white;
    border-radius: 3px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .box__index button:hover{
      background-color: #2592a9;
      color: white;
  }

  .box-dashboard{
	  margin: 0;
	  width: 100%;
  }

/* ##################### FIN FRONT ###################### */


/* ###################### AJUSTES TAMAÑOS TO-DO ORDER LIST ##################### */

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
      .task-list li {  
        width: 94%;
      }

      .order-list li { 
        width: 94%;
      }
    }

    /* Dispositivos ultra pequeños, Smartphones */
    @media only screen and (min-width : 480px) {
      .task-list li {  
        width: 94%;
      }

      .order-list li { 
        width: 94%;
      }
    }

    /* Dispositivos pequeños, Tablets */
    @media only screen and (min-width : 768px) {
      .task-list li {  
        width: 45%;
      }

      .order-list li { 
        width: 45%;
      }
    }

    /* Dispositivos medios, Escritorios medianos */
    @media only screen and (min-width : 992px) and (orientation:landscape) {

      .task-list li {  
        width: 44%;
      }

      .order-list li { 
        width: 44%;
      }
    }

    @media only screen and (min-width : 992px) and (orientation:portrait) {

      .task-list li {  
        width: 45%;
      }

      .order-list li { 
        width: 45%;
      }
    }

    /* Dispositivos grandes, Pantalla ancha */
    @media only screen and (min-width : 1200px) {

      .task-list li {  
        width: 45%;
      }

      .order-list li { 
        width: 45%;
      }

    }

  /* ESTILOS TO DO LIST */


      .bg-pink {
        background-color: #c54f5f;
        padding: 1px 20px 20px 20px;
        border-radius: 2px;
        margin-bottom: 20px;
      }

      .task-list {
        width: 100%;
        min-height: 30px;
      }

      .task-list h3 {
        text-decoration: none;
        text-align: left;
        font-size: 18px;
        color: white;
        padding: 4px 15px 0px;
        border-radius: 2px;
      }

      .task-list ul{
        margin-top: 20px;
        padding: 0px;
      }

      .task-list li{
        display: inline-block;
        font-size: 1.2em;
        padding: 8px 0;
        margin-right: 10px;
        overflow: hidden;
        min-height: 40px;
        max-height: 114px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 10px;
        float: left;
        margin-left: 10px;
      }

      .text-container {
        position: relative;
        display: block;
        color: #838485;
        width: 100%;
        height: auto; 
        overflow: hidden;
        white-space: normal;
      }

      .text-content {
        word-break: break-all;
        position: relative;
        display: block;
        max-height: 69px;  
        color: #333;     
      }

      .task-list .ellipsis {
        position: absolute;
        right: -1px;
        top: 46px; 
        text-align: left;
        background: #fff;
      }

      .task-list .fecha {
        font-size: 12px; 
        color: #3a3a3a;
      }

      .task-list li .delete-button-task {
        width: 10px;
        height: auto;
        float: right;
        vertical-align: top;
        opacity: 0.5;
        cursor: pointer;
      }

      .task-list li .delete-button-task:hover {
        opacity: 0.85;
      }

      .task-list li .edit-button-task{
        color: gray;
        font-size: 15px;
        margin-left: 5px;
        padding-top: 5px;
        padding-right: 20px;
        width: 10px;
        height: auto;
        vertical-align: top;
        opacity: 0.5;
        cursor: pointer;
      }

      .task-list li .edit-button-task:hover {
        opacity: 0.85;
      }

      .task-list li .check-button-task,
      .order-list li .check-button-order {
        color: #615c5c;
        font-size: 16px;
        padding-top: 5px;
        padding-right: 20px;
        width: 10px;
        height: auto;
        vertical-align: top;
        opacity: 0.5;
        cursor: pointer;
      }

      .task-list li .check-button-task:hover,
      .order-list li .check-button-order:hover {
        opacity: 0.85;
      }

      .add-new-task {
        margin-top: 20px;
      }

      .add-new-task input[type='text'] {
        width: 100%;
        font: normal 1.2em 'Open Sans', Arial, sans-serif;
        color: #999;
        border: 3px solid #e1ecf1;
        border-radius: 3px;
        display: block;
        padding: 12px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }

      .add-new-task input:focus, .task-list .add-new-task input:hover{
        border: 3px solid #e05d6f;
      }

      .confirm-edit, .cancel-edit{
        color: gray;
      }
      .confirm-edit:hover, .cancel-edit:hover{
        color: black;
      }

  /*  FIN ESTILOS TO DO LIST  */



  /*  ESTILOS ORDER LIST  */

		.fa.fa-times{
			color: #333;
		}

      .bg-yellow {
        padding: 1px 20px 20px 20px;
        border-radius: 2px;
        margin-bottom: 20px;
      }

      .order-list {
        width: 100%;
        min-height: 30px;
      }

      .order-list h3{
        text-decoration: none;
        text-align: left;
        font-size: 18px;
        color: white;
        padding: 4px 15px 0px;
        border-radius: 2px;
      }


      .order-list ul{
        margin-top: 20px;
        padding: 0px;
      }

      .order-list li{
        display: inline-block;
        font-size: 1.2em;
        padding: 8px 0;
        margin-right: 10px;
        overflow: hidden;
        min-height: 40px;
        max-height: 114px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 10px;
        float: left;
        margin-left: 10px;
        z-index: 99999;
      }

      .order-list .ellipsis {
        position: absolute;
        right: -1px;
        top: 46px; 
        text-align: left;
        background: #fff;
      }

      .order-list .fecha {
        font-size: 12px; 
        color: #3a3a3a;
      } 

      .order-list li .delete-button-order {
        width: 10px;
        height: auto;
        float: right;
        vertical-align: top;
        opacity: 0.5;
        cursor: pointer;
      }

      .order-list li .delete-button-order:hover {
        opacity: 0.85;
      }

      .order-list li .edit-button-order{
        color: gray;
        font-size: 15px;
        margin-left: 5px;
        padding-top: 5px;
        padding-right: 20px;
        width: 10px;
        height: auto;
        vertical-align: top;
        opacity: 0.5;
        cursor: pointer;
      }

      .order-list li .edit-button-order:hover {
        opacity: 0.85;
      }

      .add-new-order, .add-new-order-components{
        margin-top: 20px;
      }

      .add-new-order input[type='text'], .add-new-order-components input[type='text'] {
        width: 100%;
        font: normal 1.2em 'Open Sans', Arial, sans-serif;
        color: #999;
        border: 3px solid #e1ecf1;
        border-radius: 3px;
        display: block;
        padding: 12px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }

      .add-new-order input:focus, .add-new-order-components input:focus{
        border: 3px solid #e2ac04;
      }


  /*  FIN ESTILOS ORDER LIST  */

/* ########################## ESTILOS COLORES ESTADOS ########################### */

  /* Negro */
  #color-est-add option[value="1"] {
    background-color: #777 !important;
    padding: 10px 5px;
    color: #fff;
  }

  #color-est-add option[value="1"]:hover {
    background-color: #000 !important;
  }

  /* Azul */
  #color-est-add option[value="2"] {
    background-color: #337ab7 !important;
    padding: 5px;
    color: #fff;
  }

  #color-est-add option[value="2"]:hover {
    background-color: #16466f !important;
  }
  
  /* Verde */
  #color-est-add option[value="3"] {
    background-color: #5cb85c !important;
    padding: 5px;
    color: #fff;
  }

  #color-est-add option[value="3"]:hover {
    background-color: #3b8c3b !important;
  }

  /* Cyan */
  #color-est-add option[value="4"] {
    background-color: #5bc0de !important;
    padding: 5px;
    color: #fff;
  }

  #color-est-add option[value="4"]:hover {
    background-color: #4390a7 !important;
  }

  /* Amarillo */
  #color-est-add option[value="5"] {
    background-color: #f0ad4e !important;
    padding: 5px;
    color: #fff;
  }

  #color-est-add option[value="5"]:hover {
    background-color: #c78f3e !important;
  }

  /* Rojo */
  #color-est-add option[value="6"] {
    background-color: #d9534f !important;
    padding: 5px;
    color: #fff;
  }

  #color-est-add option[value="6"]:hover {
    background-color: #a9413e !important;
  }


/* ########################## FIN ESTILOS COLORES ESTADOS  ########################### */

/* ########################## FOOTER ESTILOS ########################## */


  /* Custom, iPhone Retina */
  @media only screen and (min-width : 320px) {
    #delete-mult-button{
      bottom: 90px !important;
    }
  }

  /* Dispositivos grandes, Pantalla ancha */
  @media only screen and (min-width : 1200px) {
        #delete-mult-button{
      bottom: 70px !important;
    }
    
  }

/* ########################## FIN FOOTER ESTILOS ########################## */

:focus{
  outline: -webkit-focus-ring-color none 5px;
}
html, body{
  background-color: #ECF0F5;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
table{
  background-color: #ffffff !important;
}

.form-control,
.input-group-addon{
  border-radius: 0 !important;
}
.btn-success,
.btn-danger,
.btn-default,
.btn-primary{
  background-image: none !important;
  border: 1px black solid !important;
}
.btn-default{
  background-color: #e7e7e7 !important;
  color: #333 !important;
  border-color: #adadad !important;
}
.btn-default:hover, .btn-default:active{
  background-color: #ddd !important;
}
.btn-success{
  background-color: #00a65a !important;
  border-color: #008d4c !important;
}
.btn-success:hover{
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.btn-primary{
  background-color: #3c8dbc !important;
  border-color: #367fa9 !important;
}
.btn-primary:hover{
  background-color: #367fa9 !important;
  border-color: #204d74 !important;
}
.btn-add{
  background-color: transparent !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none !important;
}
.search:focus{
  color: white !important;
}
.oculto{
  display: none !important;
}
#delete-mult-button{
    position: fixed;
    bottom: 70px;
    z-index: 1000; /*Los modales tienen 1050*/
}
textarea {
  resize: none;
}
.select2-selection{
  border-radius: 0 !important;
}
.input-group-addon{
  background-color: #fff !important;
}
.col-lg-4{
  height: 68px !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
  border-radius: 0 !important;
}
.btn{
  border-radius: 0 !important;
}
/*.btn:focus{
  color: white !important;
}*/
.selected{
  background-color: rgba(128, 128, 128, 0.54) !important;
}
.alert{
  background-image: none !important;
  background-color: transparent !important;
}
.btn-group-xs>.btn, .btn-xs{
  border-radius: 0 !important;
}
.label{
  border-radius: 0 !important;
}
.select2-selection{
  height: 34px !important;
}
.select2-selection__arrow{
  height: 31px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0 !important;
}
    /* botones de los listados, separacion entre ellos*/
.btn__lists{
  margin-right: 4px;
}
.btn-rep{
  position: initial !important;
}
.btn-rep li{
  cursor: pointer;
}
.row_status{
  font-size: 13px !important;
}
.row_status_search{
  font-size: 20px !important;
}
.productos{
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

/* table (reparaciones.php) */
.prices>tfoot>tr>th{
    padding: 1px 1px !important;
}
.items{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.items>div>table>thead,
.items>div>table>tfoot{
  background-color: #E0F2F1;
}
.items>div>.table-bordered>tbody>tr>td, 
.items>div>.table-bordered>tbody>tr>th, 
.items>div>.table-bordered>tfoot>tr>td, 
.items>div>.table-bordered>tfoot>tr>th, 
.items>div>.table-bordered>thead>tr>td, 
.items>div>.table-bordered>thead>tr>th{
  border: 0 !important;
}

.items>div>.table>tfoot>tr{
  border-bottom: 2px solid #ddd !important;
}

@media (max-width: 767px) {

  .content__wrapper{
    padding-left: 15px !important;
    margin: 0 15px 0 15px !important;
  }
  body{
    background-color: #ECF0F5 !important;
  }
  .cod_referencia{
    margin-bottom: 10px;
  }

}

  body {
    margin: 0px;
    padding: 0px;
  }

  /* Content admin */

  .content__wrapper{
    padding: 0px 15px 0px 265px;
    margin-bottom: 70px !important;
    background-color: #ECF0F5;
    height: 100%;
  }

/* admin-reparación.php */
  div.add__header{
    margin-bottom: 15px;
  }
  .modal-footer .cod_referencia input{
    width: 30%;
    display: inline-block;
  }
  div.dataTables_wrapper div.dataTables_info{
    padding-bottom: 8px;
  }
  .search-input-text{
    width: 100%;
  }

/* DIALOGS */
.asterisk{
  color: red;
}
.modal-content{
  border-radius: 0 !important;
}

.underline-button-task{
	color:#939393;
}

.underline-background{
	background-color: #000000 !important;
}

.underline-background a i
{
  color: #ffffff !important;
}

.underline-background .fecha
{
  color: #ffffff !important;
}

.underline-background .text-content
{
  color: #ffffff !important;
}










/*######################## CALENDARIO ################################ */
.select-event-color
{
  padding: 15px 20px 15px 20px !important;
  border: 0px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 6px #ededed !important;
}

.input-event-custom
{
  margin-top: 20px;
  display: flex !important;
}

.draggable-calendar
{
  margin: 10px 0px 10px 0px;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  border: 1px solid #93939372;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #93939360;
}

.draggable-calendar[data-status="success"]
{
  background-color: rgb(39, 180, 24);
  color: #fff;
}

.draggable-calendar[data-status="information"]
{
  background-color: #3c8dbc;
  color: #fff;
}

.draggable-calendar[data-status="error"]
{
  background-color: #dd4b39;
  color: #fff;
}

#view-linesPedido .input-group
{
    width: 100% !important;
}