@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License.selectIntoDialog select 
 */

body
{
    /*    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #6a6c6f;
    background: #E8E8E8;
    /*background:  #F5F5F5;*/ 
    /*background:  #000 !important;*/ 
}

::selection {
    background: #FF4D4D; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #FF4D4D; /* Gecko Browsers */
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #E7E3E3;
}

/* Handle */
::-webkit-scrollbar-thumb:vertical {
    background-color: #868686;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background: #575757;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #868686;
    -webkit-border-radius: 6px;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


* {
    margin: 0;
    padding: 0;
}


a {
    color: #1BA1E2;
    text-decoration: none !important;
    line-height: normal;
}

/*#content a{
        font-weight: 600;

}*/

a:hover,
a:active,
a:focus{
    color:#95CDFF
}




a img {
    border: none;
}
/*h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom: 0.5em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}*/

/*h1 {
    font-size: 28px;
    font-weight: 500;
}
h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}
h4 {
    font-size: 13px;
}*/

ul, li {
    /*margin: 0 12px;*/
}
p {
    margin: 0 0 1em 0;
}

/** Layout **/
#container {
    text-align: left;
}


.cake-error ~ #header
{
    position: relative !important;
}


.panel.panel-danger h3>small{
    color: #fff;
}
/*css tablas*/
table {
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;
}
th {
    border: 0;
    color: #000;
    text-align: left;
    padding: 4px;
}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    color: #3B9BED;
    padding-right: 13px;
}

a.desc  {
    background: url('../img/sort_desc.png') no-repeat center right;
}

a.asc {
    background: url('../img/sort_asc.png') no-repeat center right;
}
table tr {
    background: #FFF;
}
table tr td {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border: 0px;
}
/*table tr:nth-child(even) {
    background: #f9f9f9;
}*/
td.actions {
    text-align: center;
    white-space: nowrap;
}

/*table td.actions a {
    margin: 0px 3px;
    padding: 5px 13px;
    padding-right: 0px;
    padding-right: 20px;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}*/
.actions a:hover {
    color:#fff;
}
dd.actions a{
    margin: 5px;
}

/*links para crear en las vistas */

.actions ul {
    margin: 0;
    padding: 0;
}
.actions li {
    margin: 0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
.related .actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
    width: 200px;
    background: #3A84C4;
    padding: 8px;
}

@media (max-width: 767px) {
    .related .actions ul li a {
        width: 100%;
        text-align: center;
    }

}
div.related {
    margin-top: 30px;
}

/**tabla cakephp SQL**/
.cake-sql-log {
    z-index:1;
    background: #fff;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
    color: #fff;
}

/** Paging **/
.pagination ul > li.myPagination{
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li.myPagination:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li.myPagination:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}


/** dl**/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 100%;
}
dl  dt {
    height: 30px;
    display: inline;
    margin-left: 8px;
}
dl dd {
    padding-left: 15px;
}

/** Forms **/
/*fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
    position:relative;
}*/
/*fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}*/


form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}
form  label {
    display: block;
    font-size: 9pt;
    margin-bottom: 3px;
}

textarea {
    clear: both;
    font-size: 140%;
    padding: 6px;
    width: 98%;
    max-width: 100%;
    border: 1px #BABABA solid;
}
input:focus, textarea:focus {
    outline-color: #55A4C4 !important;
}

div select {
    color:#333;
    clear: both;
    font-size: 100%;
    vertical-align: text-bottom;
    border: 0px;
}


/*select[multiple=multiple] {
    width: 400px;
    height: 400px !important;
    margin: auto;
}*/
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=radio] {
    float: left;
    width: auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}

input[type="checkbox"].regular-checkbox {
    border: 1px solid;
    height: 16px;
    display: inline;
    float: left;
    width: 16px;
    margin-right: 7px;
}

/*botones canbiar estado*/
dl input[type=radio] {
    display:none;
}

div.state label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}

dl input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}


/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    padding:5px;
    border: 1px solid #ffa7a7;
    border-radoius:5px;
}
form .error-message {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error, form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}




/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success, .message, .cake-error, .cake-debug, .notice, p.error, .error-message {
    background: #ffcc00;
    margin-bottom: 0px;
    padding: 7px 14px;
    color: #fff;
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 15pt;
    letter-spacing: 0.01em;
}
.success, .message, .cake-error, p.error, .error-message {
    clear: both;
    color: #fff;
    background: #c43c35;
}
.success {
    clear: both;
    color: #fff;
    background-color: #4CC435;
}
p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    color: #fff;
}

.activateMail {
    background: #ffcc00;
    color: #fff;
}


pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 8pt;
}
.cake-debug-output {
    padding: 0;
    position: relative;
}
.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug, .cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}
.cake-error > a {
    text-shadow: none;
}
.cake-error {
    white-space: normal;
}
.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-context {
    margin-bottom: 10px;
}
.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}
.cake-stack-trace li {
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre, .cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
    padding-left: 5px;
    display: block;
    margin-left: 10px;
}
.code-coverage-results div.uncovered span.content {
    background: #ecc;
}
.code-coverage-results div.covered span.content {
    background: #cec;
}
.code-coverage-results div.ignored span.content {
    color: #aaa;
}
.code-coverage-results span.line-num {
    color: #666;
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}
.code-coverage-results span.line-num strong {
    color: #666;
}
.code-coverage-results div.start {
    border: 1px solid #aaa;
    border-width: 1px 1px 0px 1px;
    margin-top: 30px;
    padding-top: 5px;
}
.code-coverage-results div.end {
    border: 1px solid #aaa;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.code-coverage-results div.realstart {
    margin-top: 0px;
}
.code-coverage-results p.note {
    color: #bbb;
    padding: 5px;
    margin: 5px 0 10px;
    font-size: 10px;
}
.code-coverage-results span.result-bad {
    color: #a00;
}
.code-coverage-results span.result-ok {
    color: #fa0;
}
.code-coverage-results span.result-good {
    color: #0a0;
}
/** Elements **/
#url-rewriting-warning {
    display: none;
}

/*texto*/
.bold {
    font-weight: bold;
}
.cursive,.italic {
    font-style: italic;
}
.break {
    display: block;
    clear: both;
}
.occult
{
    display: none;
}

.clear
{
    clear: both;
}

