.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #7F7F7F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #1A1A1A
}

header {
    background-color: #15848F;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.index table {
    margin-top: 2rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

button {
    background: #8D6E65;
}

.form button:hover, .form button:focus {
    background: #7A6058;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
   float:left;
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.home header {
    width: 100%;
    height: 85%;
    position: relative;
    display: table;
}

.home h1 {
    font-family: "Gill Sans MT", Calibri, sans-serif;
}

.home header .header-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home header h1 {
    color: #fff;
}

#content {
    padding-top: 2em;
    margin: 0 auto;
    width: 95%;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home .checks.ctp-warning {
    color: #fff;
    background-color: #ff5555;
}

.home .checks.url-rewriting {
    background-color: #F0F0F0;
    display: none;
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #E5E5E5;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}
 

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
	text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
    
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

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

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-top: 25px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 5px;
    /*display: inline;*/
   
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}
.menulink {width:110px!important;
line-height:1.4rem!important;}
.activemenu{background:#E5E5E5;}
.top-bar-section ul li.activemainmenu a{color:white;text-decoration:underline;font-weight:bold;background:#308e97!important;background-color:#308e97!important;}
.main{text-decoration:uppercase;}
.new{margin:0 0 25px 0;display:block;}
.tarrifsideform{margin-top:30px;padding:15px;}

/*TABS*/
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.ui-state-active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.ui-state-active { font-weight: bold; }
  .panel-container { background: #fff; border: solid #15848f 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; overflow:auto;}
 
footer{background: #116d76;margin-top:15px;}
.input label, labelfletes{float:left;clear:left;width:40%;padding-top:10px;}
.input input, .input   select{float:left;width:60%;clear:right}
.input.date select{ width:10%; }
fieldset h5{clear:left;float:left;font-weight:bold;}
fieldset h6,.panel-container h6{clear:left;float:left;text-transform: uppercase;}
.input input.flete,.input input.fleteright {float:left;width:10%;}
.input input.flete{clear:none!important;}
.input label.fletelabel {
    clear: none;
    float: left;
    width: 5%;
     text-align:right;
     padding:3px;
}
.input input.fleteright {clear:right;}
.vertical-table th.alignright {
    text-align: right;
}
.input input.soivre{float: right;}

table.detailles th{width:25%;vertical-align: top;}
table tr td span.red a{color:#FF0000;}
table.vertical-table tr td.left{text-align: left;}
.top-bar-section ul li.addquotes  a { font-size: 1rem;}
table.resumen th{width:20%;vertical-align: top;text-align: left!important;}
table.resumen td.left{text-align: left!important;}
tr.blue td {color:#1E90FF;font-weight:bold;}
td span.green {color:#008000;}
form .hide{display:none;}
 .accordion-toggle {cursor: pointer;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}
   .accordion-toggle1,.accordion-toggle2 ,.accordion-toggle3 ,.accordion-toggle4  {cursor: pointer;color: #1798A5;}
     .accordion-toggle1:hover,.accordion-toggle2:hover ,.accordion-toggle3:hover ,.accordion-toggle4:hover  { color: #15848F;text-decoration:underline;}
   .accordion-content1,  .accordion-content2,  .accordion-content3,  .accordion-content4 {display: none;}
  .accordion-content1.default,.accordion-content2.default,.accordion-content3.default,.accordion-content4.default {display: block;}
  .pedidohide{display: none!important;}
 
 li.incomplete a {color:red!important;}
 li.red.inactivemenu  { background-color: #FFBFBF;}
 li.blue.inactivemenu{background-color:#CCCCFF}
 li.green.inactivemenu {background-color:#BFFFBF}
 li.yellow.inactivemenu {background-color:#FFFFBF}
 li.orange.inactivemenu {background-color:#FFE9BF}
  li.brown.inactivemenu {background-color: #BCA469;color:black!important;}

  
 li.red.activemenu a {background:#FF4343;color:white!important;font-weight:bold;}
 li.blue.activemenu  a {background:#3333FF;color:white!important;font-weight:bold;}
 li.green.activemenu a {background:#008000;color:white!important;font-weight:bold;}
 li.yellow.activemenu a {background:#FFFF00;color:black!important;font-weight:bold;}
 li.orange.activemenu a {background:#FFA500;color:white!important;font-weight:bold;}
  li.brown.activemenu a {background:#4F3900;color:white!important;font-weight:bold;}
 
 
 li.complete.red a {color: #333333; }
 li.complete.blue a{color: #333333; }
 li.complete.green a {color: #333333; }
 li.complete.yellow a {color: #333333; }
 li.complete.orange a {color: #333333!important; }
  li.brown a {color: #333333!important; }
 
 li.complete.orange a:hover,li.complete.yellow a:hover, li.complete.green a:hover, li.complete.red a :hover, li.complete.blue a:hover{color: #000000; }
 
  li.incomplete.red.inactivemenu  {color: #7F7F7F!important; }
  li.incomplete.orange.inactivemenu  {color: #7F7F7F!important; }
  li.incomplete.yellow.inactivemenu  {color: #7F7F7F!important; }
  li.incomplete.green.inactivemenu  {color: #7F7F7F!important; }
  li.incomplete.blue.inactivemenu  {color: #7F7F7F!important; }
 .cursv {
    font-style: italic;
}
span .blue{font-weight: bold;color:#1E90FF;}
form.datesearch  .input.date select{width:25%;}
label.fecharange{clear:both;float:left;display:block;width:100%;}
span.yellowbg{font-weight: bold;color:#FFFF00!important;}
li.borrador, span.borrador {font-weight: bold;color:#FF8B00!important;}
li.completado a, span.completado {font-weight: bold;color:#008000!important;}
li.cancelado, span.cancelado {font-weight: bold;color:white;background-color:#FF0000!important;}
div  .input label.selected{float:right!important; clear:none!important;}
.mes {float:left;clear:both;}
table.dateselect  .input.date select {
    width: 20%;
}
 
table.dateselect  .input.date label{ width: 20%;}
table.dateselect  .input.checkbox label{ width: 20%;}
span.red {background-color:#FFBFBF; padding:3px;}
span.blue {background-color:#CCCCFF; padding:3px;}
span.green {background-color:#BFFFBF; padding:3px;}
span.yellow {background-color:#FFFFBF; padding:3px;}
span.block{display:block;}
td.green {background-color: #BFFFBF}
td.red {background-color: #FFDEDE}
td.darkred {background-color: #FFB3B3}
span.fontred{color:#FF0000}
