/**
* 2007-2021
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#header .header-nav .cetasko-top {
    background: none;
    padding: .75rem 0px;
    margin-left: .9375rem;
    min-width: 100px;
    text-align: right;
}

/*list.tpl*/

.cetasko-panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.cetasko-panel-header {
    display: flex;
    justify-content: space-between;
    height: 32px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    height: 2.2em;
    margin: -20px -16px 15px;
    padding: 5px 7px;
}

.cetasko-panel-header h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.cetasko-panel-header .header-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
}

.cetasko-panel-header .header-buttons a {
    margin-right: 5px;
}

.cetasko-panel-header .header-buttons a:last-child {
    margin-right: 0px;
}

.cetasko-panel-header h2 span.filtered {
    text-transform: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.cetasko-panel-header a {
    color: #ccc;
}

.cetasko-panel-header a:hover {
    color: #2fb5d2;
}

.cetasko-panel-header i,
.cetasko-panel-header svg {
    font-size: 1.5rem;
}

.cetasko-panel h2 .badge {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #555;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: .4em;
    padding: 0 10px;
}

.cetasko-panel .help-block {
    font-size: 12px;
    margin-top: 3px;
}

.tickets-menu ul {
    padding:0px;
    margin:0 0 15px 0;
}

.tickets-menu ul li a {
    border: 1px solid #f6f6f6;
    padding: 13px 15px;
    display: block;
    width: 100%;
}

table#tickets thead tr th {
    border-bottom: 1px solid #a0d0eb;
}

table#tickets thead tr th a span.material-icons {
    font-size: 18px;
}

table#tickets thead tr th a span.active {
    color: #000000;
}

table#tickets thead tr.filter-container th {
    background-color: #ecf6fb;
    border-bottom: 1px solid #a0d0eb;
    font-size: 11px;
}

table#tickets thead th input.filter {
    max-width: 60px;
    padding: 4px;
}

table#tickets thead th input[name="ticketFilter_reference"] {
    min-width: 130px;
}

table#tickets thead th input[name="ticketFilter_subject"] {
    min-width: 180px;
}

table#tickets thead th select[name="ticketFilter_state"] {
    height: 32px;
    background-image: none;
}

table#tickets thead th input[name="ticketFilter_date_upd"] {
    min-width: 140px;
}

#search_tickets {
    min-width: 100%;
    margin-bottom: 25px;
}

table#tickets tbody tr.waiting-response td,
table#tickets tbody tr.waiting-response td a {
    font-weight: bold;
}

#module-cetasko-list .pagination {
    width: auto;
}

#module-cetasko-list .pagination li {
    float: left !important;
}

#module-cetasko-list .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px;
  border-radius: 0px; 
  float: right;
  margin-bottom: 15px;
}

#module-cetasko-list .pagination > li {
    display: inline; 
}

#module-cetasko-list .pagination > li > a, 
#module-cetasko-list .pagination > li > span {
      position: relative;
      float: left;
      padding: 0px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; 
}

#module-cetasko-list .pagination > li:first-child > a,
#module-cetasko-list .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; 
}

#module-cetasko-list .pagination > li:last-child > a,
#module-cetasko-list .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; 
}

#module-cetasko-list .pagination > li > a:hover, .pagination > li > a:focus,
#module-cetasko-list .pagination > li > span:hover,
#module-cetasko-list .pagination > li > span:focus {
    background-color: #f6f6f6; 
}

#module-cetasko-list .pagination > .active > a, 
#module-cetasko-list .pagination > .active > a:hover, 
#module-cetasko-list .pagination > .active > a:focus,
#module-cetasko-list .pagination > .active > span,
#module-cetasko-list .pagination > .active > span:hover,
#module-cetasko-list .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; 
}

#module-cetasko-list .pagination > .disabled > span,
#module-cetasko-list .pagination > .disabled > a,
#module-cetasko-list .pagination > .disabled > a:hover,
#module-cetasko-list .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; 
}

#module-cetasko-list .pagination-lg > li > a,
#module-cetasko-list .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; 
}

#module-cetasko-list .pagination-lg > li:first-child > a,
#module-cetasko-list .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; 
}

#module-cetasko-list .pagination-lg > li:last-child > a,
#module-cetasko-list .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; 
}

#module-cetasko-list .pagination-sm > li > a,
#module-cetasko-list .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; 
}

#module-cetasko-list .pagination-sm > li:first-child > a,
#module-cetasko-list .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; 
}

#module-cetasko-list .pagination-sm > li:last-child > a,
#module-cetasko-list .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; 
}

#module-cetasko-list .list-group-item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#module-cetasko-list .list-group-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#module-cetasko-list .list-group-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#module-cetasko-list .list-group-item.active, 
#module-cetasko-list .list-group-item.active:focus, 
#module-cetasko-list .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
}

#tickets .btn-list {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

#tickets .state_name span,
.ticket-header .color4 .value
{
    padding: 4px 5px;
    border-radius: .25em;
    display: inline-block;
}

/*view.tpl*/
.ticket-header {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.ticket-header .item {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

.ticket-header .item i {
    font-size: 28px;
}

.ticket-header .item-content {
    display: flex;
    flex-direction: column;
}

.ticket-header .item-content .title {
    font-size: 0.8rem;
}

.ticket-header .item-content .value {
    font-size: 1rem;
}

.ticket-header .color1 .value,
.ticket-header .color1 i {
    color: #9e5ba1;
}

.ticket-header .color2 .value,
.ticket-header .color2 i {
    color: #95cc6b;
}

.ticket-header .color3 .value,
.ticket-header .color3 i {
    color: #ff5450;
}

/*.ticket-header .color4 .value,*/
.ticket-header .color4 i {
    color: #2ba8e3;
}

ul.messages {
    list-style: outside none none;
    padding: 0;
}

ul.messages li .message_wrapper {
    margin-left: 7px;
    width: 50%;
}

ul.messages li {
    background-color: #ffffff;
    border: 1px solid #d3d8db;
    padding: 0px;
    margin-bottom: 15px;
}

ul.messages li .card {
    box-shadow: none;
    border: none;
    margin: 0;
}

ul.messages li .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #d3d8db;
    display: flex;
    justify-content: start;
}

ul.messages li .card-header-admin {
    background-color: rgba(198, 204, 220,.3);
}

ul.messages li .card-header .star-content {
    width: 50%;
    text-align: right;
}

ul.messages li .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

ul.messages li .card-body li {
    border: none;
}

ul.messages li .card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #d3d8db;
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

img.avatar, ul.messages li img.avatar {
    border-radius: 2px;
    height: 32px;
    padding: 2px;
    width: 32px;
}

ul.messages li .message_wrapper h4.heading {
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    line-height: 100%;
    margin: 0px;
}

blockquote.message {
    margin: 10px 0 5px;
}

.reply-button-container {
    margin-top: 15px;
}

.reply-button-container a {
    display: block;
}

#replyForm .modal-header .close {
    margin-top: -25px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-bottom: 0px !important;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0085CF;
    transition: width .6s ease;
}

.to_do {
    padding-left: 18px;
    margin-top: 15px;
}

.to_do li {
    list-style: circle !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media only screen and (max-width:1079px) {
    h1 {
        text-align: center;
    }

    .ticket-information {
        box-shadow: none;
        top: 0;
        left: 0;
    }  
}

/*cetasko welcome*/
/* #module-cetasko-welcome #main {
    background-color: #bde2f1;
} */

#module-cetasko-welcome .welcome-container {
    background-color: #ffffff;
    padding: 40px;
}

/* .title-tab-welcome {
    position: relative;
    top: -90px;
    left: 25%;
    width: 50%;
    color: red;
    height: 0px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #ffffff;
} */

.support-primary-text {
    font-size: 16px;
    color: #0085cf;
    font-weight: bold;
    margin-bottom: 6px;
}

.support-secondary-text {
    font-size: 16px;
    color:#2fb5d2;
    margin-bottom: 10px;
    font-weight: bold;
}

.support-service a {
    text-decoration: none!important;
    color: #343a40!important;
    font-size: 12px;
}

.support-service {
    border: 1px solid #ccc;
    margin-top: 70px;
    padding: 20px;
}

.support-service img {
    padding-top: 6px;
    padding-bottom: 6px;
}

#what-offers > div > div.col-lg-5.technical-support > div.support-service > div > a > div.support-requirements-text > h4 > strong {
    color: #de0000;
}

.support-btn {
    text-align: center;
    margin-top: 10px;
    padding-top: 4px;
}

.support-btn span {
    text-transform: uppercase;
    color: #0085cf;
    font-size: 16px;
    margin-top: 2px;
}

.support-service:hover {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.welcome-btns-open-view {
    margin-top: 20px;
}

.jumbotron {
    background-color: transparent;
}

#module-cetasko-welcome #content {
    margin-top: 0px;
    margin-bottom: 0px!important;
}

.soporte-header h1 {
    font-size: 95px!important;
    font-weight: 600;
    color: #1f3062;
    margin-bottom: 10px;
    letter-spacing: -4px;
    line-height: 80px;
    padding: 0px 80px 0px 0px;
}

.soporte-header h4 {
    font-size: 80px!important;
    font-weight: 600;
    color: #1f3062;
    margin-bottom: 10px;
    letter-spacing: -4px;
    line-height: 50px;
    padding: 0px 80px 0px 0px;
}

.soporte-header h3 {
    font-size: 85px!important;
    font-weight: 600;
    color: #1f3062;
    margin-bottom: 10px;
    letter-spacing: -4px;
    line-height: 70px;
    padding: 0px 80px 0px 0px;
}

.text-center-subheader {
    font-size: 21px;
    color: #1f3062;
    margin-top: 45px;
    text-align: justify;
}

#module-cetasko-welcome .support-list li {
    list-style-type: disc!important;
    margin-left: 20px;
    color: #6376a4;
    line-height: 26px;
}

.support-paragraph {
    background-color: #58b3e0;
    padding: 30px;
    margin-top: 65px;
    border-radius: 4px;
}

#module-cetasko-welcome .support-paragraph img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 282px;
}

#module-cetasko-welcome .support-paragraph p {
    color: white;
}


#module-cetasko-welcome .breadcrumb {
    display:none !important;
}
