﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}
.mainMenuEff .nav-item {
    min-width: 120px;
    width: auto;
    text-align: center;
    
}

.jqte_tool {
    display: none;
}
/*
.jqte_tool_7 {
    display: inline;
}

.jqte_tool_8 {
    display: inline;
}
    .jqte_tool_21 {
    display: inline;
}

.jqte_tool_17 {
    display: inline;
}

.jqte_tool_18 {
    display: inline;
}
*/



.loadT {
    height: 10px;
    padding: 0px;
    margin: 0px;
    text-align: center;

}
    .loadT img {
        margin-top: -30px;
        height: 50px;
        
    }


    .mainMenuEff .nav-item a:hover {
        border-bottom: 2px solid #5AAD3E;
        color: #5AAD3E !important;
         
    }
    .mainMenuEff .nav-item a {
        border: 2px solid #F8F9FA;
        font-size: 1.0em;
        color: #3797C5 !important;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.formatBold{
    font-weight:bold;
}
.formatAlertMark {
    font-weight: bold;
    cursor: pointer;
}
.ActiveStatus {
    cursor: pointer;
}
.InActiveStatus {
    cursor: pointer;
}


.searchBox {
    border: 1px solid #808080;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.custon-card {
    background-color: #BEE5EB;
    padding: 5px;
}

    .custon-card th {
        width: 50%;
    }

.custom-table {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}


.custom-list {
    height: 30px;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}


.stepsTicket {
    height: 40px;
    width: 40px;
    padding: 10px;
    font-size: 1em
}
.stepsTicketDone {
 
    background-color: #599a36;
}
.stepsTicketNoDone {
    background-color: #808080;
}

    .spaceLine {
       
        padding-bottom: 10px;
        padding-top: 10px;
        border: 0px solid red;
    }
.jumbotron {
    padding: 0px;
    margin-top: 10px;
    background-color: white;
}
.ccvalues span {
    border: 1px solid blue;
    margin: 2px;
    border-radius: 5px;
    display: table;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.textareaSeaCC{

    float:left;
   
    display:table;
    min-width:240px;
     
}

.oculta{
    display:none;
}
.identificadorGroup{ display:none;}

.border-info {
    cursor: pointer;
}
.border-info:hover {
   border:1px solid green !important;
}

.ticketFaseA, .ticketFaseB label {
    font-weight: bold;
}

.mainBox a {
    text-decoration: none;
}
    .mainBox a:hover {
        text-decoration: none;
    }
    .mainBox a:visited {
        text-decoration: none;
    }


.ticketFaseA .text-danger{
    font-size:9px;
}