/*
 * css paginas
 */

 
 html {
    position: relative;
    min-height: 100%;
    background-color: #eaf0f7;
  }
  
  
  body {
    margin: 0;
    overflow-x: hidden;
    font-size: 13px;
    background-color: #eaf0f7;
    font-family: "Poppins", sans-serif;
    color: #0c0c0ccc;
  }
  

  .logintemplateContent {
    position: relative;
    min-height: 100%;
    /*background-color: #e3a636;*/
  }
  
 

   .logintemplateContent {
    margin: 0;
    overflow-x: hidden;
    font-size: 13px;
  /*  background-color: #e3a636;*/
    font-family: "Poppins", sans-serif;
    color: #0c0c0ccc;
  }

  
  
  
.wrap {
	width: 250px;
	height: auto;
	margin: auto;
	margin-top: 35%;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 65px;
	border-radius: 100px;
	height: 65px;
	background: #e3a636 ;
	position: relative;
	bottom: 15px; /*-15px; */
}
.avatar img {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	margin: auto;
	border:3px solid #e3a636;
	display: block;
}

.wrap .recuadro{		
	border-color: #e3a636 ;
    font-family:"Poppins", sans-serif;
    font-size: 15px;
	/*display: table;
	height: 40px;*/
	outline: none;
	/*width: 100 ;*/
	margin: auto;
	padding-bottom: 40;
    padding-top: 14px;
    padding-bottom: 14px;
    border: solid 1px;
    padding-left: 30%;
    background: #e3a636 ;

        font-weight: normal;
        text-shadow: none;

}
.wrap input {
	border: none;
	border-color: #e3a636 ;
	background: #fff;
    font-family:"Poppins", sans-serif;
    font-weight:700 ;
	display: block;
	height: 30px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
/*
.wrap input[type="text"] {
	/*border-radius: 7px 7px 0px 0px ;*/
/*}
.wrap input[type="password"] {
	/*border-radius: 0px 0px 7px 7px ;*/
/*}*/

.wrap button {
	width: 100%;
	/*border-radius: 7px;*/
	background: #49661e;
	/*text-decoration: center;*/
	border: solid;
	color:#fff;
	border-color: #49661e;
   /* margin-top:-5px;*/
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 15px;	
	/*border-bottom: 3px solid #243a04;*/
	cursor: pointer;
	height: 50px;
}

/*hasta aca es la pagina de login.. agrgara el resto.*/

#myBtnScroll {    
    display: none;
    position: fixed;
    bottom: 5px;
    right: 70px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #dddddd;
    color: white;
    cursor: pointer;
    padding: 0.8px;
    border-radius: 4px;      
    /*height: 3em;
    width: 5em;*/
  }
  
  #myBtnScroll:hover {
    background-color: #555;
  }

  .parpadea {
      animation-name: parpadeo;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;

      -webkit-animation-name: parpadeo;
      -webkit-animation-duration: 2s;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
  }

  @-moz-keyframes parpadeo {
      0% {
          opacity: 1.0;
      }

      50% {
          opacity: 0.0;
      }

      100% {
          opacity: 1.0;
      }
  }

  @-webkit-keyframes parpadeo {
      0% {
          opacity: 1.0;
      }

      50% {
          opacity: 0.0;
      }

      100% {
          opacity: 1.0;
      }
  }

  @keyframes parpadeo {
      0% {
          opacity: 1.0;
      }

      50% {
          opacity: 0.0;
      }

      100% {
          opacity: 1.0;
      }
  }

input {
    color: #787878 !important;
}

textarea {
    color: #787878 !important;
    width: 90%;
}


.app-filter {
  padding-left: 0.5em;
    padding-right: 0.5em;

}
.ui-widget-header {
    border: #f59a00 ;
 /* background-color: #f59a00 ;*/
    background: #f59a00;
}
.ui-checkbox .ui-btn, .ui-radio {z-index: 0;}
.ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all { z-index: 2; }


.ui-body {
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
}

.ui-loading .ui-loader-background {
    display:block;
}

.ui-loader-background {
    width:100%;
    height:100%;
    left:0;
    top:0;
    margin: 0;
    /* Ghost White Backgroud */
    background: rgba(248,248,255, 0.3);
    display:none;
    position: fixed;
    z-index:100;
}

.ui-header .ui-title {
    margin: 0;
  /*  font-weight: normal;
    text-shadow: none;*/
}

.ui-popup {
    min-width: 230px;
}

.ui-popup {
    border-color: #88888c !important;
}

.ui-listview > li h1 {
    font-size: 0.95em !important;
    color: black;
}

/* Muestra el contenido del list view en varias líneas si es necesario */
.ui-listview > li h1,
.ui-listview > li p {
    white-space: normal;
}

.ui-listview>.ui-li-has-thumb>.ui-btn,
        .ui-listview>.ui-li-static.ui-li-has-thumb {
    padding-left: 5.5em;
}

.ui-checkbox {
    margin: 0px;
    margin-bottom: 1em;
}

.ui-btn {
    font-weight: normal !important;
}

.ui-collapsible-set .ui-collapsible {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/*
 * Material Components for the Web
 *
 */

.app-fab--absolute {
  position: fixed !important;
  bottom: 1rem;
  right: 1rem;
}

@media(min-width: 1024px) {
    .app-fab--absolute {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

.ui-icon-carat-r:after {
    /*background-image: none;*/
    display: none;
}

.ui-listview .ui-li-aside {
    right: 1em;
}


.ui-btn.ui-btn-active {
    font-weight: normal !important;
    color: white !important;
}


.img-button:active{
  background: rgba(255, 255, 255, 0.25);
}


/*
#menu-panel {
   /* z-index: 1; */
/*}*/

#menu-panel h2, #menu-panel h3 {
    text-shadow: none;
    color: white;
}

#menu-panel p {
    text-shadow: none;
    color: white;
}

#menu-panel > .ui-panel-inner {
  /*  padding-top: 0px !important;*/
    background-color: #3a7431 /*#49d65c;*/;
}

.menu-separator {
    background-color: #d47f60;
    color: white;
    text-shadow: none;
    font-weight: normal !important;
    padding-left: 1em !important;
    padding-bottom: 0.3em !important;
    padding-top: 0.3em !important;
}

#usuarioPerfil {
    font-size: 0.85em;
    width: 100%;
    padding-top: em;
    color: #d47f60;
    display: none;
}

#usuarioNombreCompleto {
    margin-bottom: 0.25em;
}

#usuarioUsername {
    margin-top: 0px;
}

#menuActions {
    margin-top: 1em;
}

#menuActions > li > a {
    color: #787878;
}

.multiline {
    white-space: normal;
}

#confirmationDialog {
    width: 75vw;
}

#confirmationDialog > .ui-content > .ui-btn {
    width: 2em;
}

#confirmationDialog > .ui-content > p {
    color: #787878;
}


.label-error {
    /*color: #EF5350 !important;*/
}

.field-error {
    border-left-color: #E57373 !important;
    border-left-width: 3px;
}

.message-error {
    color: #E57373 !important;
    font-size: 0.75em !important;
}

#section-body {
    padding: 0px;
}


.app-header-login {
    height: 10em;    
    background-color: #f59a00a1;
    border-color: #f59a00a1;
}

.app-header {
    height: 3.5em;    
}

.app-header h1 {
    font-size: 1.2em !important;
    text-align: left !important;
    padding-top: 1em !important;
    padding-left: 1em !important;
    white-space: normal;
    font-weight: normal;
    width: 70%;
}

.app-header .actions {
    position: absolute;
    top: 0.75em;
    right: 0.9em;
}

.app-header .actions img {
    width: 1.5em;
    height: 1.5em;
    padding: 0.3em;
}    

.ui-btn-icon-notext.ui-btn-right {
    top: .75em;
    right: .75em;
}

.app-content {
    padding: 1em;
    padding-top: 0.75em;
}

.app-content > h2 {
    color: black;
}


.app-filter > form {
    margin-bottom: 0px;
}

.about-content img {
    text-align: center;
}

#app-menu {
    padding-top: 0px;
}

.ui-field-contain2 {
    border-bottom: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
}
.ui-field-contain {
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0.25em;
    width: max-content;
}

.field-label {
    font-weight: bold !important;
    margin-bottom: 0.2em !important;
    font-size: 0.85em !important;
    color: black;
}

.field-value {
    color: #787878;
}


.dtpicker-buttonCont .dtpicker-button {
    background: #d47f60 !important;
    border: #d47f60 !important;
    font-weight: normal;
}

.dtpicker-header .dtpicker-close {
    color: #d47f60 !important;
}


.row-loader {
    position: absolute;
    right: 3em;
    margin: 0;
    text-align: right;
    bottom: 0.5em;
}

.row-loader img {
    width: 1.5em;
}

.row-line {
    color: #787878;
}


/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-btn {
	text-decoration: none !important;
}
.ui-btn-active {
	cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
	-webkit-border-radius: .25em /*{global-radii-blocks}*/;
	border-radius: .25em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
	-webkit-border-radius: .25em /*{global-radii-buttons}*/;
	border-radius: .25em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: .25em /*{global-radii-blocks}*/;
	right: .25em /*{global-radii-blocks}*/;
	top: .25em /*{global-radii-blocks}*/;
	bottom: .25em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
	box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	background-color: #000000 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,0.15) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
	background-color: #000000 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,0.15) /*{global-icon-disc}*/;
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
	background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
	-webkit-border-radius: .1875em;
	border-radius: .1875em;
}
.ui-btn.ui-checkbox-off:after {
	background-color: #666;
	background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-btn.ui-radio-on:after {
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
	background-color: #000;
}
/* Loader */
.ui-icon-loading {
	background: url("images/ajax-loader.gif");
	background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #f59a00 /* #5600f5cb  /*{a-bar-background-color}*/;
	border-color: #3a7431  /* #f59a00 /*#5600f5cb  /*{a-bar-border}*/;
	color: #FFFFFF /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eeeeee /*{a-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-a {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #FFFFFF /*{a-page-background-color}*/;
	border-color: #F8F8FF /*{a-page-border}*/;
	color: #474747 /*{a-page-color}*/;
	text-shadow: 0 /*{a-page-shadow-x}*/ 0px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
	background-color: #FFFFFF /*{a-body-background-color}*/;
	border-color: #F8F8FF /*{a-body-border}*/;
	color: #474747 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 0px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-a {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	color: #3388cc /*{a-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #3388cc /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
	color: #005599 /*{a-link-hover}*/;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
	color: #005599 /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
	background-color: #ffffff /*{a-bup-background-color}*/;
	border-color: #88888c /*{a-bup-border}*/;
	color: #474747 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 0px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
	background-color: #F8F8FF /*{a-bhover-background-color}*/;
	border-color: #88888c /*{a-bhover-border}*/;
	color: #474747 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 0px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
	background-color: #F8F8FF /*{a-bdown-background-color}*/;
	border-color: #88888c /*{a-bdown-border}*/;
	color: #474747 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 0px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
	background-color: #3a7431 /*#d47f60 /*{a-active-background-color}*/;
	border-color: black /*{a-active-border}*/;
	color: #FFFFFF /*{a-active-color}*/;
	text-shadow: 0 /*{a-active-shadow-x}*/ 0px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
	border-color: #d47f60 /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow: 0 0 12px #d47f60 /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #d47f60 /*{a-active-background-color}*/;
	box-shadow: 0 0 12px #d47f60 /*{a-active-background-color}*/;
}


/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	cursor: default !important;
	pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
	outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
	outline-width: 1px;
	outline-style: auto;
}

