div.ui-panel-wrapper {
    background: white!important;
}

#d_window {
    font-size: .8rem;
}

.c_separador {
  padding: 5px;
  border: 1px solid gray;
  margin-bottom: 20px;
}

#f_servicio ul.fields textarea,
#f_servicio ul.fields input:not(#search) 
{
  font-size: .7rem;
  border-bottom: 1px solid black;
  /*text-transform: uppercase;*/
}

#d_filtros ul.fields,
#tabs ul.fields {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.fields label,
.c_separador p span {
  font-family: 'OpenSansBold';
}

#f_servicio ul.fields li:not(#li_search) {
  display: inline-block;
  min-width: 310px;
  width: 100%;
  max-width: 350px;
}

#d_filtros ul.fields li#li_descripcion,
#tabs ul.fields li#li_descripcion {
  max-width: 700px;
}

#f_servicio ul.fields li label {
  display: inline-block;
  font-size: .7rem;
  width: 80px;
  margin: 0px;
  text-align: right;
}

#f_servicio ul.fields div.ui-input-text,
ul.fields textarea {
  display: inline-flex;
  min-width: 150px;
  width: calc(100% - 10px);
  margin-left: 5px;
}

#f_servicio ul.fields #cantidad {
  text-align: right;
}

#f_servicio ul.fields li#li_descripcion div.ui-input-text {
  min-width: 350px;
}

#f_servicio ul.fields div.c_separador #li_proveedor_clave div.ui-input-text {
	min-width: 80px;
	width: 80px;
}

#f_servicio ul.fields div.c_separador #li_proveedor_clave {
	width: 100px;
	min-width: 200px;
}

#f_servicio ul.fields #proveedor_clave {
	text-align: right;
}

#d_proveedor {
	display: inline-block;
	min-width: 560px;
}

#tb_proveedor tbody tr {
	cursor: pointer;
}

#d_error, #d_message {
	margin-bottom: 15px;
}

#tb_servicio {
  width: calc(100% - 10px);
}

#tb_servicio thead th {
  text-align: center;
}

#tb_servicio tbody tr,
#tb_servicio thead tr {
  cursor: pointer;
}

#tb_servicio tbody td div.c_estatus_1 {
  width: 15px;
  background: orange;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

#tb_servicio tbody td div.c_estatus_2  {
  width: 15px;
  background: yellow;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

#tb_servicio tbody td div.c_estatus_3  {
  width: 15px;
  background: green;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

#tb_servicio tbody td div.c_estatus_4  {
  width: 15px;
  background: gray;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

#tb_servicio tbody td div.c_estatus_5  {
  width: 15px;
  background: red;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

#tb_servicio tbody td div.c_estatus_6  {
  width: 15px;
  background: blue;
  display: inline-block;
  height: 15px;
  border-radius: 45px;
  vertical-align: middle;
}

.ui-mini {
  margin: 0px;
  margin-bottom: 5px;
}

ul.fields #li_warning {
  width: 600px;
  max-width: 700px!important;
  font-size: .8rem;
}

/*ul.ui-selectmenu-list.ui-listview {
  margin-top: 10px;
}*/

div.c_separador.c_top li {
  vertical-align: top;
}

#f_servicio ul.fields li#li_buttons {
  display: block;
}

#art_success p {
  margin: 20px;
}

#art_success p span {
  font-weight: bold;
}

@media all and (min-width: 440px) {

	#f_servicio ul.fields #li_descripcion div.ui-input-text {
		margin-left: 5px;
		width: calc(100% - 100px);  
	}

}

@media all and (min-width: 240px) {
	
	#f_servicio ul.fields li:not(#li_descripcion) div.ui-input-text {
		width: calc(100% - 100px);  
	}

}

.a_modulos {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  padding: 25px 80px;
  display: inline-block;
  
  margin: 0px 30px;
  margin-bottom: 30px;

  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  /*min-width: 2rem;*/
  
  background-color: #FF9B29;
  color: #fff!important;
  
  padding: 1.5em 3.5em 1.5em 7em;
  
  -moz-border-radius: 0.5em 0.3em 0.3em 0.5em;
    -webkit-border-radius: 0.5em 0.3em 0.3em 0.5em;
    border-radius: 0.5em 0.3em 0.3em 0.5em;

    min-width: 250px;
}

.a_modulos:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.a_modulos:before {
  
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 2.8em;
  
  background: #fff;
  z-index: 1;
  
  -moz-border-radius: 0.3em 0em 0em 0.3em;
    -webkit-border-radius: 0.3em 0em 0em 0.3em;
    border-radius: 0.3em 0em 0em 0.3em;

    content: " ";
}

form nav img {
  display: none;
}

form nav svg {
  position: absolute;
  left: 20px;
  z-index: 2;
  top: 20px;
  width: 1.6em;
  height: 1.6em;
  fill: #FF9B29;
}


.a_modulos:hover {
  background: #E18E20;
}

.a_modulos:active {
  background: #D76A15;
}

.a_modulos:hover svg {
  fill: #E18E20;
}

.a_modulos:active svg {
  fill: #D76A15;
}

.a_modulos:hover:before {
  color: #00ACF5;
}

.a_modulos:active:before {
  color: #277CA4;
}

.a_modulos:active:after {
  left: 60px;
}

#f_report nav {
  text-align: center;
  
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-top: 30px;
}

nav.nav_a .a_modulos {
  background: #0061A0;
}

nav.nav_a .a_modulos:hover {
  background: #164EA3;
}

nav.nav_a .a_modulos:active {
  background: #0B2B44;
}

nav.nav_a .a_modulos:hover svg {
  fill: #164EA3;
}

nav.nav_a .a_modulos:active svg {
  fill: #0B2B44;
}

nav.nav_a .a_modulos:hover:before {
  color: #164EA3;
}

nav.nav_a .a_modulos:active:before {
  color: #0B2B44;
}


nav.nav_b .a_modulos {
  background: #19A316;
}

nav.nav_b .a_modulos:hover {
  background: #068103;
}

nav.nav_b .a_modulos:active {
  background: #04521C;
}

nav.nav_b .a_modulos:hover svg {
  fill: #068103;
}

nav.nav_b .a_modulos:active svg {
  fill: #04521C;
}

nav.nav_b .a_modulos:hover:before {
  color: #068103;
}

nav.nav_b .a_modulos:active:before {
  color: #04521C;
}

nav.nav_d .a_modulos {
  background: #FF97E5;
}

nav.nav_d .a_modulos:hover {
  background: #B344B4;
}

nav.nav_d .a_modulos:active {
  background: #882B89;
}

nav.nav_d .a_modulos:hover svg {
  fill: #B344B4;
}

nav.nav_d .a_modulos:active svg {
  fill: #882B89;
}

nav.nav_d .a_modulos:hover:before {
  color: #B344B4;
}

nav.nav_d .a_modulos:active:before {
  color: #882B89;
}

nav.nav_e .a_modulos {
  background: #EB2B2B;
}

nav.nav_e .a_modulos:hover {
  background: #C02929;
}

nav.nav_e .a_modulos:active {
  background: #6F0D0D;
}

nav.nav_e .a_modulos:hover svg {
  fill: #C02929;
}

nav.nav_e .a_modulos:active svg {
  fill: #6F0D0D;
}

nav.nav_e .a_modulos:hover:before {
  color: #C02929;
}

nav.nav_e .a_modulos:active:before {
  color: #6F0D0D;
}

nav.nav_h .a_modulos {
  background: #000000;
}

nav.nav_h .a_modulos:hover {
  background: #4B4B4B;
}

nav.nav_h .a_modulos:active {
  background: #808080;
}

nav.nav_h .a_modulos:hover svg {
  fill: #4B4B4B;
}

nav.nav_h .a_modulos:active svg {
  fill: #808080;
}

nav.nav_h .a_modulos:hover:before {
  color: #4B4B4B;
}

nav.nav_h .a_modulos:active:before {
  color: #808080;
}

div#d_buttons button,
div#d_buttons a,
div#d_buttons input {
  margin-top: 10px;
}

.ui-mini {
  margin: 0px;
}

#tb_report tbody tr {
  cursor: pointer;
}

#tb_report.c_set {
  width: 100%;
}

#tb_report.c_set thead th {
  padding: 5px;
}

#tb_report.c_set tbody td input {
  text-align: right;
}

#tb_report.c_set_result tbody td {
  text-align: center;
}

article#art_success p {
  padding: 10px
}

article#art_success p span {
  font-family: "OpenSansBold";
}

ul.fields textarea {
  border-bottom: 1px solid #303036;
}

ul.fields label,
.c_separador p span {
  font-family: "OpenSansBold";
}



