.disabled a,
a.disabled {
    pointer-events: none;
}
/* FIRMAS */
.signature{
    border: 2px dotted black;
}
#signatureparent {
  color:darkblue;
  background-color:white;
  width:100%;   
}
.radio_hidden {
    position: absolute;
    left: -9999px;
  }
  
  input[type=radio]:checked + img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #090;
  }
  
  /* Stuff after this is only to make things more pretty */
  input[type=radio] + img {
    width: 64.3px;  
    transition: 500ms all;
    display: inline;
    margin: 1%;
  }
  
  input[type=radio]:checked + img {
    transform: 
      rotateZ(-10deg) 
      rotateX(10deg);
      opacity: .2;
  }

/*This is the div within which the signature canvas is fitted*/
.signature {
  border: 2px dotted black;
  background-color:lightgrey;
}

/* Drawing the 'gripper' for touch-enabled devices */ 
html.touch #jsignaturecontent {
  float:left;
  width:92%;
}
/* FIRMAS */
.button label.buttonLabel{
    color: #e2e2e2; 
    font-size: xx-small;
}


.docDetails tbody tr {
	border: none ;
}

.docDetails tbody tr td{
	font-size: smaller;
    padding: 1px;
}

.docDetails{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Modal */
.certificationModal {
	display: none; 
	position: fixed; 
	z-index: 150; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
  
/* Modal Contenido */
.certificationModal-content {
    background-color: #fefefe;
	margin: 15% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 80%; 
}

.tooltipSign {
    margin-left: auto;
    margin-right: auto;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltipSign .tooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #579cf2;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	/*left: 30%;*/
	margin-left: -60px;
}

.tooltipSign .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #579cf2 transparent transparent transparent;
}

.tooltipSign:hover .tooltiptext {
	visibility: visible;
}

/* Plantillas */
.tableControlFormato td{
	border: 2px solid #c0c0c0;

}

h2{
	font-size: 0.9rem;
    font-weight: bold;
}

/** Css para las validaciones en registros **/

.floatActionButton{
    z-index: 100;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #ffffffb8;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 6px 6px 2px #bbbbbb;
    grid-area: auto;
    border-radius: 10px; 
}
.floatActionButton .button{
    margin: 0px 5px !important;
}
.floatActionButton div{
    width: auto;
}

.saveButton{
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #008CBA;
}
.saveButton:hover{
    background: #eeeeee;
    color: #008CBA;
    border: 1px solid #cecece;
}
.discardButton{
    background: #ffffff;
    outline-offset: -2px;
    color: #008CBA;
}
.discardButton:hover{
    color: #008CBA;
    background: #eeeeee;
}
.jkrgObjectsSignature{
    min-height: 275px;
}
  input:invalid{
    border-left: 3px solid red;
  }
  
  input[type=email]:valid{
    border-left: 3px solid green;
    /*
      border: none;
    border-bottom: 1px solid green;
    */
  }

  /*select:required:invalid {
    border-left: 3px solid red;
}*/
  
  input:required:invalid,
  textarea:required:invalid,
  select[multiple=multiple]:required:invalid,
  select:required:invalid
  {
    border-left: 3px solid red !important;
  }
  
  input:required:valid, 
  textarea:required:valid,
  select[multiple=multiple]:required:valid,
  select:required:valid
  {
    border-left: 3px solid green;
  }
  
  input[type=radio]:required:invalid,
  input[type=checkbox]:required:invalid,
  input[type=checkbox]:required:invalid
  {
    outline: 1px dashed red;
  }
  
  input[type=radio]:required:valid,
  input[type=checkbox]:required:valid, 
  input[type=checkbox]:required:valid
  {
    outline: 1px dashed green;
  }

  input[required=required]:invalid,
  textarea[required=required]:invalid,
  select[multiple=multiple]:required:invalid,
  select:required:invalid
  {
    border-left: 3px solid red !important;
    /*
      border: none;
    border-bottom: 1px solid red;
    */
}
  
  .guardandoDiv {
    background-color: #000;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    filter:alpha(opacity=25); /* Para IE */
    -moz-opacity:.25; /* Para Firefox */
    opacity:.25; /* Browsers que soporten CSS3 */
    z-index: 110;
  }
  .inputHora{
    width: 15%;
  }
  /** Fin de css para validaciones en registros **/

/* Estilos para inputs de tipo radio */
.radioLabel{
    display: inline !important;
    margin-left: 2%;
}
.radioLabel input{
    margin: 0px !important;
}

/**
*
* Multiselect
*
**/

.ms-parent {
	width : 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice, .ms-choice:hover {
    width: 100%;
    padding: 6px;
    height: 29px;
    border-bottom: 1px solid #c0c0c0;
    font-size: small;
    text-align: left;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    -webkit-appearance: textfield;
    background-color: rgba(0,0,0,0);
    -webkit-rtl-ordering: logical;
    margin: 0;
    cursor: pointer;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: flex;
    font: 400 13.3333px Arial;
    justify-content: center;
    align-items: center;
}

.ms-choice:hover, .ms-choice:focus{
    background-color: rgba(0,0,0,0) !important;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex: 0%;
    padding-left: 8px;
    align-self: left;
}

.ms-choice > span.placeholder {
    color: #999;
    text-align: left;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}

.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: inline-block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

.ui-datepicker-calendar{
    table-layout: initial !important;
}
.ui-widget{
    font-size: 0.7em !important;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.ref_title {
    color: #000;
}

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

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

/* v-6.8 : Se comenta ya que afecta la visualización del label en el constructor */
/* header {
    background-color: #D33C44;
    color: #666;
    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;
}

.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";
}

.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);
}

.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: #000000;
}

dl{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    line-height: 24px;
    border-bottom: 1px solid rgb(203, 218, 230);
    border-top: 2px solid rgb(78, 140, 207);
}
dl dt{
    margin-bottom: 0px;
    padding-left: 10px;
    flex: 0 0 20%;
    font-size: 12px;
    border-top: 1px solid rgb(203, 218, 230);
    background: rgb(244, 244, 244);
}
dl dd{
    margin-bottom: 0px;
    padding-left: 10px;
    flex: 0 0 80%;
    font-size: 12px;
    border-top: 1px solid rgb(203, 218, 230);
    background: rgb(255, 255, 255);
}

.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;
}

.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);
}

.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: #151414;
}

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

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

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

#actions-sidebar {
    background: #579cf2;
}

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

.borders{
    border-left: 1px solid #cbdae6;
    border-right: 1px solid #cbdae6;
}

.borders td{
    border-bottom: 1px solid #cbdae6;
}

table {
    /*border-right:0;*/
    clear: both;
    /*color: #333;*/
    margin-bottom: 10px;
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
    table-layout: fixed;
  }



table thead {
    background: none;
}

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

table thead tr {
    border-top: 1px solid rgb(171, 195, 215);
}

table tr th {
    padding: 4px;
    font-size: 0.76rem;
    /*color: #1798A5;*/
    text-align: left;
    border-top: 2px solid #abc3d7;
    border-bottom: 2px solid #CCC;
    background-color: rgb(235, 235, 237);
    word-break: break-word;
}

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

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
    border-top: 3px solid rgb(78, 140, 207);
    background-color: rgb(246, 246, 246);
}

fieldset table{
    background-color: rgb(246, 246, 246);
}
fieldset table tr{
    border: none;
}

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

/* Createrg styles */

fieldset#createrg, fieldset#edit_campos {

    background-color: white;
    min-width: auto;
}

fieldset#createrg .createObject, fieldset#edit_campos .createObject{
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 1px solid #c0c0c0;*/
    border-radius: 10px;
    padding: 10px;
    /*background-color: rgb(246, 246, 246);*/
}

fieldset#createrg .createObject .objectContent, fieldset#edit_campos .createObject .objectContent{

    margin-top: 10px;

}

.createObject input[type=email], .createObject input[type=text], .createObject select,
.createObject textarea{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
    border-radius: 5px;
    background: #F9F9F9;
}

.createObject input[type=email]:optional, .createObject input[type=text]:optional, .createObject textarea:optional, 
.createObject select:optional{
    height: 40px;
    border-radius: 5px;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.44);
    border-bottom: 1px solid #c0c0c0;
}

/* /Createrg styles */

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

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

button {
    background: #579cf2;
}

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;
}

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;
}

.container.clearfix {
    margin-left: auto;
    margin-right: auto;
}

/* 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;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #151414;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

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

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
}

.wordBreakTable {
    text-overflow: ellipsis;
}
.wordBreak{
    word-break: break-word;
}
.modal-container { 
    content: ""; 
    background-color: rgba(0,0,0,0.3); 
    display: block; 
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    width: 100%; 
    z-index: 999;
} 

.modal-container:closed {
    display: none; 
}
/* TBoton de cierre */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
 }
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal {
    border: 1px solid #94C1EB; 
    position: fixed; 
    top: 50px; 
    left: 0px; 
    right: 0px; 
    margin: 0 auto; 
    display: block; 
    background: white; 
    padding: 40px; 
    width: 600px; 
    max-width: 100%; 
    z-index: 1000; 
    color: #000; 
}

.buttonAlert {
    border: none; 
    background-color: transparent; 
    font-weight: bold; 
    color: #2971d4; 
    font-size: 14px; 
    padding: 15px; 
    cursor: pointer; 
    float: right; 
    outline: none; 
} 

.buttonAlert:hover {
    background-color: #e5e5e5; 
    color: #2971d4;
}

.adicionarFirmas{
    border-top: 2px #ebebeb solid;
    border-bottom: 2px #ebebeb solid;
    padding-top: 5px;
}

.tinyButton{
    padding:0.25rem 1rem;
}
.adicionarFirmas h2{
    color: #575757;
    font-weight: bold;
    margin: 5px;
}
.adicionarFirmas .alertaGeneral{
    color: #7b7979;
}

/* Formulario de creacion de firmas */
.formularioFirmas div{
    display: inline-grid;
    padding-right: 7px;
    margin-bottom: 3px;
    margin-top: 4px;
}
.tituloFormulario{
    text-align: center;
    padding: 5px;
}
.sinBordes{
    border: none !important;
}
.labelResaltado{
    font-size: large;
    font-weight: bold;
}