

#pageWrapper {   
    min-width: 320px;
    max-width: 1920px;
    min-height: 500px;
    max-height: 1000px;
    text-align: center;
    padding: 0px; 
    margin: auto;
}

.globalMessageError {
    font-size: 1.1em;
    color: #761c19;
    text-align: center;
    width: 100%;
}

/************** configurationWrapper **************/

.configurationWrapper{
    background-image: url("");
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 9%; 
    background-size: 140px 140px;
    width: 100%; 
    margin: auto; 
    text-align: center;
}

/************** ccButton **************/

.ccButtonWrapper {   
    height: 50px; 
}

.ccButton{
    width: 100%;
    height: 100%;
    font-size: 1.1em;
}

.tbutton{
    padding: 6px 11px !important;
}














/************** ccInputDate **************/

.ccInputDateWrapper { 
    text-align: left;
    margin: 0px 0px 0px 0px;
}

.ccInputDateWrapper input {
    font-size: 1em;
    padding: 2px 0px 2px 20px;
    border:none;
    border-bottom: 1px #ddd solid;
    display: inline-block;
    width: 100%;
    color: #014c8c;
    box-shadow: none;
    border-right: 0px;
}

.ccInputDateWrapper input:focus {
    outline:none;
    border-bottom:1px solid #5264AE;
}

.ccInputDateWrapper label {
    color: #337ab7;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    display: block;
    font-size:0.95em;
    pointer-events:none;
    background-color: white; 
}

.ccInputDateWrapper .icon-calendar{
    position: relative;
    top: -29px;
    left: -3px;
    font-size: 19px;
    color: #ccc;
    width: 20px;
    text-align: right;
    height: 25px;
    overflow: hidden;
}

/************** ccInputText **************/

.ccInputTextWrapper, .ccInputTextWExtensionWrapper { 
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.ccInputTextWrapper input {
    font-size: 1.05em;
    padding: 2px 15px;
    display:block;
    border:none;
    border-bottom: 1px #ddd solid;
    width: 100%;
    color: #014c8c;
}

.ccInputTextWExtensionWrapper input {
    font-size: 1.05em;
    padding: 2px 15px;
    display: inline-block;
    border:none;
    border-bottom: 1px #ddd solid;
    width: 91%;
    color: #014c8c;
}

.ccInputTextWExtensionWrapper span {
    font-size: 1.05em;
    padding: 2px 5px;
    display:inline-block;
    border:none;
    width: 8%;
    text-align: left;
    color: #014c8c;
}

.ccInputTextWrapper input:focus, .ccInputTextWExtensionWrapper input:focus {
    outline:none;
    border-bottom:1px solid #5264AE;
}


.ccInputTextWrapper .inputLabel label, .ccInputTextWExtensionWrapper .inputLabel label{
    color: #337ab7;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size:1em;
    pointer-events: none;
    background-color: white; 
    float: left;
}

.ccInputTextWrapper .inputLabel .inputDescription{
    font-size: 1.15em;
    color: #ccc;
    padding-left: 5px;
    float: right;
}

.popover{
    color: #204d74;
}

.ccInputTextWrapper .inputLabel .inputDescription:hover{
    color: #2B538A;
}

.inputErrorMessage{
    color: #ac2925;
    font-size: 0.95em;
}


.error{
    color: #ac2925;
    font-size: 0.95em;
}


/************** ccSelect **************/

.ccSelectWrapper { 
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.ccInlineSelectWrapper{
    text-align: left;
    margin: 6px 0px 6px 0px;
}

.ccSelectWrapper select { 
    border: none;
    border-bottom:1px solid #ddd;
    padding:0px;
    width:100%;
    color: #204d74;
    outline: none;
    background-color: white;
    padding: 5px 3px 2px 5px;
    font-size: 1.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/TotalPos-web/javax.faces.resource/img/dropdown_icon.png.xhtml?ln=themes&v=1_64") no-repeat right center;
}

.ccSelectWrapper label { 
    color: #337ab7;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    display: block;
    font-size:0.95em;
    pointer-events:none;
    background-color: white; 
}

.ccSelectWrapper select:focus{
    border-bottom:1px solid #5264AE;
}
 
.ccSelectWrapper select[multiple="true"] {
    border: none;
    width:100%;
    color: #204d74;
    outline: none;
    background-color: white;
    margin-top: 5px;
    padding: 5px 10px;
    border:1px solid #ddd;
}

.ccInlineSelectWrapper span { 
    overflow: hidden;
    display: block;
}

.ccInlineSelectWrapper select { 
    border: none;
    color: #204d74;
    outline: none;
    padding: 0px 0px;
    font-size: 1em;
    width: 100%;
    font-weight: bold;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/TotalPos-web/javax.faces.resource/img/dropdown_icon.png.xhtml?ln=themes&v=1_64") no-repeat right center;
}

.ccInlineSelectWrapper label { 
    color: #337ab7;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    font-size: 1.05em;
    pointer-events:none;
    float:left;
}


/************** alert **************/

.alert{
    font-size: 0.9em;
    padding: 7px 8px;
    margin: 20px 0px 0px 0px;
}

/************** modal **************/

.modal-header {
    padding: 10px 15px;
    color: #337ab7;
    font-weight: bold;
}

.modal-body {
    padding-top: 15px;
    padding-right: 17px;
    padding-left: 17px;    
    padding-bottom: 20px;
}

.modal-footer {
    padding: 10px 15px;
}

.modal-body .inputErrorMessageGlobal{
    color: #d43f3a;
    font-size: 1.3em;
    margin: 0px 0px 5px 0px;
}

/************** modal loader **************/

#globalProgressModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90000;
    background: rgba( 0,0, 0, 0.5 );
}

#globalProgressModal .progressModalWrapper{
    position: relative;
    top: 40%;
    margin-left:auto;
    margin-right:auto;
    width:260px;
    background-color: rgba( 255,255, 255, 0 );
    box-shadow: 0px 0px 0px #014c8c;
}

#globalProgressModal .progressModalWrapper .loader {
    border: 18px solid #fff;
    border-top: 18px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: modal-loader-spin 2s linear infinite;
    margin: auto;
}

#globalProgressModal .progressModalWrapper .text {
    font-size: 1.4em;
    color: #337ab7;
    color: white;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    margin-top: 25px;
    letter-spacing: 2px;
}

#pageLoaderModal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba( 255,255, 255 , 1 );
}

#pageLoaderModal .progressWrapper{
    position: relative;
    top: 35%;
    margin-left:auto;
    margin-right:auto;
    width:200px;
    background-color: rgba( 255,255, 255, 1 );;
    box-shadow: 0px 0px 0px #014c8c;
}

#pageLoaderModal .progressWrapper .loader {
    border: 18px solid #eee;
    border-top: 18px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: modal-loader-spin 2s linear infinite;
    margin: auto;
}

#pageLoaderModal .progressWrapper .text {
    font-size: 1.5em;
    color: #337ab7;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    margin-top: 25px;
    letter-spacing: 1px;
}

#pageLoaderModal .browserNotSupportedWrapper{
    display: none;
    position: relative;
    top: 20%;
    margin-left:auto;
    margin-right:auto;
    min-width:300px;
    max-width:800px;
    background-color: rgba( 255,255, 255, 0 );;
    box-shadow: 0px 0px 0px #014c8c;
}

#pageLoaderModal .browserNotSupportedWrapper .headerWrapper {
    padding: 20px 0px 50px 0px; 
    color: #0053a5; 
    font-size: 2em;
    text-align: center;
}

#pageLoaderModal .browserNotSupportedWrapper .text {
    font-size: 1.3em;
    color: #337ab7;
    text-align: center;
    width: 100%;
    margin: 10px 0px;
    margin-top: 25px;
    letter-spacing: 1px;
}

@keyframes modal-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/************** Table Loader **************/

.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #5264AE;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/**************Dropdown*************/

.fixed-table-toolbar .columns label{
    padding: 3px 7px;
}




/************** Table **************/

th {
    padding: 5px 3px !important;
    font-size: 0.85em;
    border-right: 1px solid rgba(0,51,102,0.4) !important;
    border-left: 1px solid rgba(0,51,102,0.4) !important;
    border-bottom: 1px solid rgba(0,51,102,0.4) !important;
}

td {
    padding: 9px 5px !important;
    font-size: 0.85em;
}

th.detail {
    width: 22px !important;
}

a.detail-icon{
    padding-left: 1px;
}

.pagination-info {
    margin-left: 10px;
}

.pagination {
    margin-right: 10px;
}

.detail-view td{
    padding: 10px 15px !important;
}

a.edit-link-table, a.delete-link-table {
    margin: 0px 8px 0px 0px;
    text-decoration: none;
}

.delete-link-table {
    margin: 0px 10px 0px 0px;
    color: #b92c28;
}

a.edit-link-table:hover, a.delete-link-table:hover {
    text-decoration: none;
}

div.search {
    width: 150px;
}

.fixed-table-toolbar{
    padding: 0px 6px;
}

.fixed-table-container {
   margin: 0px 6px;
}

.actionCrudTableLink {
    background:none!important;
    color: #014c8c;
    border:none; 
    padding:0!important;
    font: inherit;
    cursor: pointer;
}

.crudTableAddButton{
  position: fixed;
  bottom: 27px;
  right: 20px;
  width: 52px;
  height: 52px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  box-shadow: 2px 2px 8px #888;
  border-radius: 35px;
  z-index: 900;
  background-color: rgba(0,102,102,0.5);
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.no-records-found td{
    text-align: left !important;
    padding: 10px 20px !important;
}

.crudTableAddButton i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 12px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.crudTableAddButton:hover i {
    color: #fff;
    font-size: 21px;
    left: 16px;
}

.crudTableAddButton:hover{
    color: white;
    background-color: rgba(0,102,102,0.9);
}

.crudTableAddButton:focus{
    outline: none;
}

.crudTableUploadButton{
  position: fixed;
  bottom: 27px;
  right: 85px;
  width: 52px;
  height: 52px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  box-shadow: 2px 2px 8px #888;
  border-radius: 35px;
  z-index: 900;
  background-color: rgba(0,102,102,0.5);
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.crudTableUploadButton i{
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 12px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.crudTableUploadButton:hover i{
    color: #fff;
    font-size: 21px;
    left: 16px;
}

.crudTableUploadButton:hover{
    color: white;
    background-color: rgba(0,102,102,0.9);
}

.crudTableUploadButton:focus{
    outline: none;
}


.crudTableDeleteButton{
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 1.4em;
  border-radius: 50%;
  box-shadow: 0px 2px 5px #666;
  z-index: 900;
  color: white;
  background-color: rgba(102, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.crudTableDeleteButton:hover{
    color: white;
    background-color: rgba(102, 0 , 0 , 1);
}

.table{
    border-radius: 0px; 
}

.table thead {
    background-color: #2B538A;
    color: white;
    font-size: 1em;
} 

.table .th-inner{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
} 

.bootstrap-table .table{
    border-radius: 0px !important;
}

.fixed-table-container { 
    border-radius: 0px !important;
}

.fixed-table-container thead th:first-child{
    border-radius: 0px !important;
}

.export button, .keep-open button, button[name='toggle'], button[name='paginationSwitch'], button[name='print'], button[name='refresh'], .addcrudTableAddButton {
    color: #014c8c;
}

.tableexport-format-currency{
    mso-number-format:"\0022$\0022\#\,\#\#0\.00";
}

.tableexport-format-text{
    mso-number-format:"\@";
}




@media(min-width:320px) {
    div.search {
        width: 145px;
    }
}


@media(min-width:375px) {
    div.search {
        width: 170px;
    }
}


@media(min-width:940px) {
    div.search {
        width: 200px;
    }
}

@media(min-width:1000px) {
    div.search {
        width: 250px;
    }
}

@media(min-width:1200px) {
    div.search {
        width: 300px;
    }
}

/*************panel******************/

.ui-panelgrid .ui-panelgrid-cell{
    border: none !important;
}



/************** Notify **************/

[data-notify="container"] {
    padding: 15px 15px;
    font-size: 1.10em;
    text-align: left;
}

[data-notify="icon"] {
    padding: 0px 5px;
}


/************** Ad **************/

.alert-ad {
	background-color: rgb(255, 255, 255);
	border-color: rgba(149, 149, 149, 0.3);
	color: rgb(149, 149, 149);
	padding: 5px 30px 0px 5px;
}

.alert-ad > [data-notify="message"] {
	background-color: rgb(255, 255, 255);
        border-color: rgba(149, 149, 149, 0.3);
}


/**************** wave *********************/

.aboutWave {
  position: relative;
  height: 180px;
  width: 100%;
  background: #2B538A;
  border-bottom: #337ab7 solid 0px;
  border-top: #337ab7 solid 0px;
}


/******************modalMessage**************/

.modalAuthorizationMessage {
  text-align: center;
  padding: 0!important;
}

.modalAuthorizationMessage:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modalAuthorizationMessage .modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.modalAuthorizationMessage .modal-body{
    padding: 30px 15px;
}

.modalAuthorizationMessage .message {
    font-size: 1.5em;
    font-weight: bold;
    color: #204d74;   
    text-align: center;
}

.modalAuthorizationMessage .message .approved {
    color: #255625;
    font-size: 1.9em;
}

.modalAuthorizationMessage .message .rejected {
    color: #ac2925;
    font-size: 1.9em;
}

/*****************Message Dailog**********/

.messageDialog {
  text-align: center;
  padding: 0!important;
}

.messageDialog:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.messageDialog .modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.messageDialog .modal-body{
    padding: 30px 15px;
}

.messageDialog .message {
    font-size: 1.2em;
    font-weight: bold;
    color: #204d74;   
    text-align: center;
}

/***************Checkbox*****************/

input[type=checkbox].amex { display:none; } /* to hide the checkbox itself */
input[type=checkbox].amex + label:before {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align:middle;
  
}

input[type=checkbox].amex + label:before { content: "\f096"; } 
input[type=checkbox].amex + label:before { letter-spacing: 10px; } 

input[type=checkbox].amex:checked + label:before { content: "\f046";  } 
input[type=checkbox].amex:checked + label:before { letter-spacing: 10px;  } 


/******************panel**************/


.ui-panelgrid .ui-panelgrid-cell{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}



/****************AdIndicator**************/

#pluginStatus {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  font-size: 1.0em;
  box-shadow: 0px 2px 5px #666;
  z-index: 900;
  color: white;
  text-align: center;
  background-color: rgba(102,5,20,0.5);
}

#pluginStatus:hover {
  text-decoration: none;
}

/******************Panel Grid **************/

.ui-grid-row{
  border : none !important;  
}


/******************MonitorInforContainer********/

.monitorInfoContainer{
    color: #337ab7;
    padding-top: 9px;
    padding-bottom: 20px;
    margin: 10px 0px;
    box-shadow: 0px 0px 8px 0px rgba(46,61,73,0.15);
}

.monitorInfoContainer .page-header, .monitorInfoContainer .page-header h3{
    margin-top: 7px !important;
    margin-bottom: 0px !important;
}

.monitorInfoContainer .page-body{
    color: #aaa;
    text-align: center;
    font-size: 4em;
}

.monitorInfoContainer .page-footer{
    font-size: 1.2em;
    text-align: center;
}


.affiliationDetailsInfo{
    font-size: 1.2em; 
    color: #0053a5; 
    margin-bottom: 25px;
}

.affiliationDetailsInfo span{
    color: #666; 
    font-size: 1.3em;
}


/*********************return to top****************/

#returnTop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: rgba(50, 50, 50, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 2px 2px 8px #888;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

#returnTop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 1.6em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#returnTop:hover {
    background: rgba(50, 50, 50, 0.9);
}

#returnTop:hover i {
    color: #fff;
    top: 9px;
}


/*****************Filter**********************/

.filter{
    padding: 15px 15px 15px 15px;
}

.filter .description{
    margin-bottom: 10px;
    color: #666;
}

.filter .header {
    color: #444;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.95em;
    padding: 12px 0px 3px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.filter .header a {
    width: 100%;
}


.filter .body {
    padding: 15px 5px 10px 25px;
    background-color: white;
}

.filter .body .form-group{
    padding: 5px 5px 0px 5px;
}




/*************Validation****************/

.requiredFieldsAlert{
    padding: 10px 0px;
}

label.error {
    color: #ac2925;
    font-size: 0.95em;
    margin-top: 3px;
}



/************Console*******************/
.console{
    resize: vertical;
    overflow: auto;
    height: 400px;
    border: 1px #eee solid;
    min-height: 100px;
}

.console p{
    border-top: 1px #fff solid;
    padding: 0px 15px;
    font-size: 0.85em;
}

.console p.info{
    color: #333;
}

.console p.error{
    color: #761c19;
}

.console p.warn{
    color: #444;
}


/***********Bancomer Font*****************/

.bancomerFont{
    font-family:Georgia, serif;
}

.appNameFont{
    font-family:Georgia, serif;
}



/**********Choose File ******************/

.inputFileWrapper{
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    color: #2B538A;
    font-size: 1.2em;
}
   
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #2B538A;
    font-size: 1.2em;
}

.inputfile + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ddd;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
    cursor: pointer;
}

.inputfile:focus + label figure,
.inputfile.has-focus + label figure,
.inputfile + label:hover figure {
    background-color: #ccc;
}

.inputfile + label i {
    color:#999;
    font-size: 57px;
}


/************************page description******************/

.pageDescription{
    font-size: 1.1em; 
    color: #2B538A; 
    text-align: justify; 
    margin-top: 10px;
}



/************************points resume********************/

.currentPointsResume{
    max-width: 400px;
    min-width: 250px;
    margin: auto;
    font-size: 1.2em;
}

.currentPointsResume td { 
    padding: 5px 5px !important;
}

.currentPointsResume td:nth-child(1) { 
    font-weight: bold;
    text-align: left;
}

.currentPointsResume td:nth-child(2) { 
    text-align: right;
}



/************************alert dialog**********************/

.jconfirm.jconfirm-alert-theme .jconfirm-bg{
        background-color: rgba(0,0,0,0.4);
}

.jconfirm.jconfirm-alert-theme .jconfirm-box{
        border: 1px solid #ccc;
}

.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-title-c{
        padding-bottom: 5px;
}

.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-title-c .jconfirm-title{
        color: #777;
        font-size: 0.75em;
}

.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-content-pane{
        margin: 10px;
}

.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-content{
        padding: 0px 0px 25px 0px;
        font-size: 0.95em;
        border-bottom: 1px #ddd solid;
        color: black;
}
.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-buttons{
        text-align: right;
}

.jconfirm.jconfirm-alert-theme .jconfirm-box .jconfirm-icon-c{
        padding: 0px 5px;
        color: #777;
        font-size: 0.75em;
}




.jconfirm.jconfirm-authorization-theme .jconfirm-bg{
        background-color: rgba(0,0,0,0.4);
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box{
        border: 1px solid #ccc;
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-title-c{
        padding-bottom: 0px;
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-title-c .jconfirm-title{
        color: #777;
        font-size: 0.75em;
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-content-pane{
        margin: 0px;
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-content{
        padding: 0px 0px 25px 0px;
        font-size: 0.95em;
        border-bottom: 1px #ddd solid;
        color: black;
}
.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-buttons{
        text-align: right;
}

.jconfirm.jconfirm-authorization-theme .jconfirm-box .jconfirm-icon-c{
        padding: 0px 5px;
        color: #777;
        font-size: 0.75em;
}



/************************Line tabs *****************************/

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}



/********************Callout*********************/

.bs-callout {
    padding: 20px;
    margin: 20px 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}



/********************Report category*********************/


.gicReportCategory{
    padding: 15px 15px 15px 15px;
}

.gicReportCategory .description{
    margin-bottom: 10px;
    color: #666;
}

.gicReportCategory .header {
    color: #444;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
    padding: 12px 0px 5px 0px;
    border-bottom: 1px solid #eee;
}

.gicReportCategory .header a {
    width: 100%;
    color: black;
}


.gicReportCategory .body {
    padding: 15px 5px 10px 25px;
    background-color: white;
}

.gicReportCategory .body .form-group{
    padding: 5px 5px 0px 5px;
}



/******************larger modal *********************/

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1200px;
    }
}


/*****************bootbox***************************/

.bootbox-confirmation-dialog {
    z-index: 9995 !important; 
}

.bootbox-input-dialog {
    z-index: 99999 !important; 
}

.bootbox-input-dialog {
    z-index: 99999 !important; 
}

.bootbox-input-dialog .modal-dialog {
    z-index: 10000 !important; 
}

/******************directory list*******************************/

.directory-list ul {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dashed #ddd;
    font-family: "times new roman", serif;
    line-height: 30px;
  }

  .directory-list li {
    list-style: none;
    color: #888;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    font-family: "times new roman", serif;
    line-height: 30px;
  }

  .directory-list a {
    border-bottom: 1px solid transparent;
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .directory-list a:hover {
    border-color: #eee;
    color: #000;
  }

  .directory-list .folder,
  .directory-list .folder > a {
    color: #777;
    font-weight: bold;
  }

  .directory-list li:before {
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
    background-position: center 2px;
    background-size: 60% auto;
  }

  .directory-list li.folder:before {
    /* folder icon if folder class is specified */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
    background-position: center top;
    background-size: 75% auto;
  }
  
  
  /******************wrimagecard*******************************/
  
.wrimagecard {
    margin-top: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
    position: relative;
    font-size: 30px;
}
.wrimagecard-topimage_header{
    padding: 10px;
}

a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 0px 0px 16px 0px rgba(46,61,73,0.2);
}

.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.wrimagecard-topimage_title {
    padding: 10px 24px;
    height: 50px;
    padding-bottom: 0.75rem;
    position: relative;
}

.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

/****** Carga masiva **********/

.cargaMasivaAfiliaciones{
    text-align: center;
}

.bordesTabla{
    table-layout: fixed;
    word-wrap: break-word;
}

 .bordesTabla tbody tr,.bordesTabla tbody tr td
{
    max-width: 200px !important;
    overflow: auto !important;
    width: 200px !important;
    min-width: 200px !important;
}

.tdTabla{
    max-height: 85px;
    overflow-y: auto;
}


  
  .operaciones {
    text-align: start;
    background-color: #34515e;
    color: white;
    overflow: scroll;
    max-height: 75vh;
  }
  
  .ocultarAF {
    display: none;
  }
  
  .mostrarAF {
    display: inline;
  }

  .tdRespuesta{
      max-width: 200px;
      overflow: auto;
      max-height: 100px;
      overflow-y: auto;
  }

  .inputXLSX{
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }

  .boton_descargar{
    margin-top: 10px;
    color: #014c8c;
  }

  .sombreado tbody tr:nth-child(4n-3),
  .sombreado tbody tr:nth-child(4n-2)  {
    background-color: #ecf2f9;
  }