/*/
/*/
/*/
/*===========================================================================*/      
/*Nehilp FORMS===============================================================*/
/*===========================================================================*/
/*New form styles to overrride formoid.css and bootstrap.css*/
/*Modifications to styles from bootstrap.css, bootstrap-theme.css and formoid.css*/

/*______________COLOR PALETTE_______________*/
/**/
/**Blues with yellows pallete*/
:root {
   --base: #264d73;
   
   --light: #204060;
   --lighter: #336699;
   --lighter-lighter: #d9e6f2;
   
   --dark: #19334d;
   --darker: #132639;
   
   --dark-soft: #19334d;/*#2b3c4d*/
   
   --accent: #ff9933;
   --accent-lighter: #ffe066;
   --accent-lighter-lighter: #ffe680;
   --accent-superlight:#ffffb3;
   --accent-lighter-transp: #ffffe6;/*rgb(255, 224, 102, 0.7);*/
   
   --alert: #ff3333;
   --alert-soft: #ff9966;
   
   --offwhite:#e6e6e6;
   
   --green: #ccffcc;
   --green-soft: rgb(204, 255, 204, 0.5);
   --green-strong: #339966;/*#669999; #ccff99;*/
  
   
   --black-transp: rgb(0, 0, 0, 0.5);
   --white-transp: rgb(255, 255, 255, 0.5);
   }
/*______________COLOR PALETTE end_______________*/ 


/*================================================================*/
/*TO OVERRIDE busca.css=======================================*/

/*buscca.css 109*/
.supresultdireito {
    position: relative;
    display: block !important; /*inline-block;*/
    
    width: auto;
    margin-top: 2%;
    margin-left: 0 !important; /*70%;*/
    margin-right: 15px;
    margin-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    
    background-color: transparent !important; /*#FFF;*/
    border: 0 !important; /*1px solid black;*/
    
    text-align: right;
    color: #ffffff !important;
}


/*buscca.css 109*/

.main {
    color: var(--accent) !important; /*red;*/
    font-weight: normal !important; /*bold;*/
    font-size: 1rem !important; /*125%;*/
}
.main p {color: #666666 !important;}

.delete > button {
    color: #000000;/*#fff;*/
    background-color: var(--alert-soft);/*#428bca;*/
    border-color: var(--alert-soft);/*#357ebd;*/
    
    padding: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid var(--alert-soft);
    border-radius: 0px !important; /*4px;*/
    }
    
.delete > button:hover {
    color: #ffffff;/*#fff;*/
    background-color: var(--alert);/*#428bca;*/
    border-color: var(--alert);/*#357ebd;*/
    
    padding: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid var(--alert);
    border-radius: 0px !important; /*4px;*/
    }    

/*in insert_style.css 63*/
button.special.deleter {
    background-color: var(--alert-soft) !important; /*#E92F2F;*/
    border-color: var(--alert-soft) !important;
    background-image: none !important; /*-moz-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -ms-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF6767), to(#E92F2F));
    background-image: -webkit-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -o-linear-gradient(top, #EF6767, #E92F2F);
    background-image: linear-gradient(top, #EF6767, #E92F2F);*/
}
button.special.deleter:hover {
    background-color: var(--alert) !important; /*#E92F2F;*/
    border-color: var(--alert) !important;
    background-image: none !important; /*-moz-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -ms-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF6767), to(#E92F2F));
    background-image: -webkit-linear-gradient(top, #EF6767, #E92F2F);
    background-image: -o-linear-gradient(top, #EF6767, #E92F2F);
    background-image: linear-gradient(top, #EF6767, #E92F2F);*/
}


.delete {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    width: 60vw !important;
    background-color: transparent !important;

}


.subresult {
    width: 60vw !important;
    border-radius: 4px;
}

/*input {
 -webkit-tap-highlight-color: red !important;} rgba(0, 0, 0, 0)*/

.formoid-default-skyblue input[type=text]:focus,
.formoid-default-skyblue input[type=password]:focus,
.formoid-default-skyblue input[type=email]:focus,
.formoid-default-skyblue input[type=url]:focus,
.formoid-default-skyblue input[type=number]:focus,
.formoid-default-skyblue input[type=date]:focus,
.formoid-default-skyblue textarea:focus,
.formoid-default-skyblue .element-file .file_text:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #999999;/*#2FABE9;*/
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #999999;/*#2FABE9;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #999999;/*#2FABE9;*/
	border-color: #999999; /*#2FABE9;*/
	/*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6–IE9 */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */
	background-image: linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#answer {
    position: fixed !important;
    top: 200px !important;
    right: 0 !important;
    margin-right: 5px !important;
 
 
    width: 35vw !important; /*460px*/ 
    padding: 5px !important;
    border: 1px solid var(--green-strong) !important; /*blue;*/
    background-color: var(--green-soft) !important;/*#CCFFFF;*/
    /*position: absolute ;
    top: 30%;
    left: 55%;*/
    font-size: 90%;
    font-family: sans-serif;
    opacity: 0;
    transition: opacity 1s;

    z-index: 100;
}

#answer .example {
    color: #333333 !important;
    padding-left: 30px;
    font-style: italic;
    }

/*================================================================*/
/*TO STYLE lost buttons that are not styled anywhere==============*/

button {
    background-color: var(--accent-lighter);
    border-color: var(--accent-lighter);
    
    width: auto;
    height: auto;
    padding: 12px;

    background-image: none;
    border: 1px solid var(--accent-lighter);
    border-radius: 0px;
    
    color: #000000;
    text-shadow: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
    }
    
button:hover {
    background-color: var(--accent);
    border-color: var(--accent);

    background-image: none;
    border: 1px solid var(--accent);
    
    color: #ffffff;
    }  

input[type="button"],
input[value="OK"] {
    background-color: var(--accent-lighter);
    border-color: var(--accent-lighter);
    
    width: auto;
    height: auto;
    padding: 12px;

    background-image: none;
    border: 1px solid var(--accent-lighter);
    border-radius: 0px;
    
    color: #000000;
    text-shadow: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
    }
    
input[type="button"]:hover,
input[value="OK"]:hover {
    background-color: var(--accent);
    border-color: var(--accent);

    background-image: none;
    border: 1px solid var(--accent);
    
    color: #ffffff;
    }  

/*================================================================*/
/*TO OVERRIDE formoid.css=======================================*/

/*To fix formoid-default-skyblue styles defined in the files*/


.formoid-default-skyblue {
    width: 60vw !important;
    min-width: 60vw !important; /*this is to override element style in some of the pages*/
    max-width: 60vw !important; /*this is to override element style in some of the pages*/
    
    
    margin-bottom: 5px !important;
    
    background-color: #ffffff !important;
    font-size: 1rem !important;
    font-family: 'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
    color: #666666 !important;
}

       /*//////////////////////////////////*/
        @media screen and (max-width: 800px) {
       .formoid-default-skyblue {
           width: 80vw !important;
           
           margin-bottom: 5px !important;
           
           background-color: #ffffff !important;
           font-size: 1rem !important;
           font-family: 'Open Sans','Helvetica Neue','Helvetica',Arial,Verdana,sans-serif;
           color: #666666 !important;
         }
        }
        /*//////////////////////////////////*/

/*makes .formoid-default-skyblue fit below header,
 *when there is no .conteudo before it*/
body > .formoid-default-skyblue {
 margin-top: 200px;
 margin-bottom: 100px;
 padding-left: 50px;
 }
 



/*Override formoid.css submit button*/
/*COLORS*/

.formoid-default-skyblue input[type=submit],
.formoid-default-skyblue .element-file .button {
    background-color: var(--accent-lighter);/*#2FABE9;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none;/*-moz-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-ms-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));*/
    background-image: none;/*-webkit-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-o-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*linear-gradient(top, #67c2ef, #2FABE9);*/
    background-repeat: none;/*repeat-x;*/
    filter: none;/*progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c2ef', endColorstr='#2FABE9', GradientType=0);*/
    border-color: var(--accent-lighter);/*#1598d9 #1598d9 #007bb8 #1598d9;*/
}

.formoid-default-skyblue input[type=submit]:hover,
.formoid-default-skyblue .element-file .button:hover {
    background-color: var(--accent);/*#2FABE9;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none;/*-moz-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-ms-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));*/
    background-image: none;/*-webkit-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*-o-linear-gradient(top, #67c2ef, #2FABE9);*/
    background-image: none;/*linear-gradient(top, #67c2ef, #2FABE9);*/
    background-repeat: none;/*repeat-x;*/
    filter: none;/*progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c2ef', endColorstr='#2FABE9', GradientType=0);*/
    border-color: var(--accent);/*#1598d9 #1598d9 #007bb8 #1598d9;*/
}

.formoid-default-skyblue button
 {color: #000000; }

.formoid-default-skyblue input[type=submit],
.formoid-default-skyblue .element-file .button {
    font-size: 1em;
    font-family: inherit;
    color: #000000;
    
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
}

/*in formoid.css 237*/
/*formoid.css 1342*/

.formoid-default-skyblue select,
.formoid-default-skyblue input[type=button],
.formoid-default-skyblue .btn,
.formoid-default-skyblue input[type=submit],
.formoid-default-skyblue .element-file .button {
    display: -moz-inline-box;
    display: inline-block;
    padding: 10px; /*4px 12px;*/
    margin-bottom: 1px;
    text-align: center;
    font-size: 1em;
    /*padding: 6px 2%;*/
    font-family: inherit;
    text-shadow: none; /*0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--accent-lighter);/*#bbbbbb;*/
    border-color: var(--accent-lighter);/*#e6e6e6 #e6e6e6 #bfbfbf;*/
    border-color: var(--accent-lighter); /*rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    border-bottom-color: var(--accent-lighter); /*#a2a2a2;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
    -webkit-box-shadow: box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    -moz-box-shadow: box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    box-shadow: box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    outline: 0 none;
    
    
}

.formoid-default-skyblue select:hover,
.formoid-default-skyblue input[type=button]:hover,
.formoid-default-skyblue .btn:hover,
.formoid-default-skyblue input[type=submit]:hover,
.formoid-default-skyblue .element-file .button:hover {
    display: -moz-inline-box;
    display: inline-block;
    padding: 10px; /*4px 12px;*/
    margin-bottom: 1px;
    text-align: center;
    font-size: 1em;
    /*padding: 6px 2%;*/
    font-family: inherit;
    text-shadow: none; /*0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--accent-lighter);/*#bbbbbb;*/
    border-color: var(--accent);/*#e6e6e6 #e6e6e6 #bfbfbf;*/
    border-color: var(--accent); /*rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    border-bottom-color: var(--accent); /*#a2a2a2;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
    -webkit-box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    -moz-box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);/*inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    outline: 0 none;
}

/*formoid.css 342*/

.formoid-default-skyblue input[type=submit]:hover,
.formoid-default-skyblue .element-file .button:hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: none;/*background-position 0.1s linear;*/
    -moz-transition: none;/*background-position 0.1s linear;*/
    -o-transition: none;/*background-position 0.1s linear;*/
    transition: none;/*background-position 0.1s linear;*/
}

/**bootstrap.css 2305*/
label {font-weight: normal;}



/*formoid.css 469*/
.formoid-default-skyblue input[type=text],
.formoid-default-skyblue input[type=password],
.formoid-default-skyblue input[type=email],
.formoid-default-skyblue input[type=url],
.formoid-default-skyblue input[type=number],
.formoid-default-skyblue input[type=date],
.formoid-default-skyblue
.element-file .file_text,
.formoid-default-skyblue textarea {
    padding: 10px;/*6px 2%;*/
    /* margin-left: -1px; commented out in original*/ 
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    /* padding: 6px; commented out in original*/
    background-image:  none;/*-moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) );*/
    background-image:  none;/*-webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) );*/
    background-image:  none;/*-o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) );*/
    background-image:  none;/*linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );*/
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-border-radius: 0;/*3px;*/
    -moz-border-radius: 0;/*3px;*/
    border-radius: 0;/*3px;*/
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*forum2.css 32*/
/*aspects that affect the button in sugestao_textos.php*/
.button {
    width: auto; /*90px;*/
    height: auto; /*30px;*/

    line-height: normal; /*30px;*/
    /*color: white;*/
    /*text-decoration: none;*/
    /*font-size: 12px;*/
    font-family: inherit;/*helvetica, arial;*/
    font-weight: normal;/*bold;*/
    /*display: block;
    text-align: center;
    position: relative;
     background: #014464;*/
     /*background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);*/
    background: none;/*-webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));*/
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #368DBE;
    border-top: 1px solid #c3d6df;
    text-shadow: 1px 1px 1px black;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;*/
}

/*formoid.css 592*/
.formoid-default-skyblue .element-file .file_input {
  z-index: 0;
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;*/
}
/*formoid.css 571*/
.formoid-default-skyblue .element-file label {
     z-index: 0;
    /*position: relative;*/
}

.formoid-default-skyblue {z-index: 0;}


/*form is not defined in original css*/
form {
  width: 90%;
}

.title h1,
.title h2 {color: #666666;}
.title {color: #666666;}

/*formoid.css 971*/
.bootstrap-select > .btn {
    width: 98%;
}

/*formoid.css 272*/
.formoid-default-skyblue select,
.formoid-default-skyblue .btn,
.formoid-default-skyblue
.element-file .button {
    background-color: var(--accent-lighter);/*#f5f5f5;*/
    background-image: none;/*-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
    /*background-repeat: repeat-x;*/
}

.formoid-default-skyblue select:hover,
.formoid-default-skyblue .btn:hover,
.element-file .button:hover {
    background-color: var(--accent-superlight);/*#f5f5f5;*/
    border-color: var(--accent-superlight);
    background-image: none;/*-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
    /*background-repeat: repeat-x;*/
}


.btn.dropdown-toggle.btn-default {
    background-color: var(--accent-superlight);
    border-color: var(--accent-superlight);
    background-image: none;}
    
.btn.dropdown-toggle.btn-default:hover {
    background-color: var(--accent-lighter);
    border-color: var(--accent-lighter);
    background-image: none;}

/*formoid.css 1409*/
.dropdown-menu li.selected > a {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--accent-lighter);/*#2FABE9;*/
}

/*formoid.css 750*/
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--accent-lighter);/*#0081c2;*/
  background-image: none; /*-moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

/*formoid.css 1394*/
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a{
	background-color: var(--accent-lighter);/*#2FABE9;*/
	background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
	background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
	background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
	background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
	background-image: linear-gradient(top, #67c2ef, #2FABE9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c2ef', endColorstr='#2FABE9', GradientType=0);*/
	border-color: var(--accent-lighter);/*#1598d9 #1598d9 #007bb8 #1598d9;*/
}


/*insert-style 39*/
button.special, .special {
    padding: 10px;
    background-color:  var(--accent-lighter);/*#2FABE9;*/
    height: auto; /*35px;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    font-size: 1em;
    font-family: inherit;
    color: #000000 !important;
    border: 1px solid var(--accent-lighter);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

button.special:hover, .special:hover {
    padding: 10px;
    background-color:  var(--accent);/*#2FABE9;*/
    height: auto; /*35px;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    font-size: 1em;
    font-family: inherit;
    color: #000000 !important;
    border: 1px solid var(--accent);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

/*insert_style.css 39*/
button#botao_obra.special {
    padding: 10px;
    background-color:  var(--accent-lighter);/*#2FABE9;*/
    height: auto; /*35px;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    font-size: 1em;
    font-family: inherit;
    color: #000000 !important;
    border: 1px solid var(--accent-lighter);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

button#botao_obra.special:hover {
    padding: 10px;
    background-color: var(--accent);/*#2FABE9;*/
    height: auto; /*35px;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    font-size: 1em;
    font-family: inherit;
    color: #000000 !important;
    border: 1px solid var(--accent);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

/*homestyle.css 51*/
.little {
    width: 35px;
    
    padding: 5px;
    background-color: var(--accent-superlight);/*#2FABE9;*/
    height: 35px;
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    color: #000000 !important;
    border: 1px solid var(--accent-superlight);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

/*homestyle.css 127*/
.special:hover
{
	color: #FFF !important;
	background-color: var(--accent);/*#2FABE9;*/
	text-decoration: none;
	background-position: none; /*0px -15px;*/
	transition: none; /*background-position 0.1s linear 0s;*/
	-moz-transition: none; /*background-position 0.1s linear 0s;; Firefox 4 */
    -webkit-transition: none; /*background-position 0.1s linear 0s;; /* Safari and Chrome */
    -o-transition: none; /*background-position 0.1s linear 0s;; /* Opera */
}

.little:hover {
    background-color: var(--accent-lighter-lighter);/*#2FABE9;*/
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-image: none; /*-moz-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -ms-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67c2ef), to(#2FABE9));
    background-image: -webkit-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: -o-linear-gradient(top, #67c2ef, #2FABE9);
    background-image: linear-gradient(top, #67c2ef, #2FABE9);
    background-repeat: repeat-x;*/
    color: #000000 !important;
    border: 1px solid var(--accent-lighter-lighter);/*gray;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3); /*0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px;*/
    -webkit-border-radius: 0;/*4px;*/
    -moz-border-radius: 0;/*4px;*/
    border-radius: 0;/*4px;*/
}

/*skin-min.css 1*/
.mce-primary {
    color: #000000 !important;
    border: 1px solid transparent;
    border-color: transparent;
    background-color: var(--accent-lighter) !important;/*#2d8ac7;*/
}

.mce-primary:hover {
    color: #000000 !important;
    border: 1px solid transparent;
    border-color: transparent;
    background-color: var(--accent) !important;/*#2d8ac7;*/
    background-image: none !important;
}


/*panel in metaplasmador.php*/

/*bootstrap.css 5192*/
.panel-primary {
    border-color: #cccccc; /*#428bca;*/
    margin-top: 30px;
}
/*panels-less.css 46*/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7rem;/*16px;*/
    color: #666666;/*inherit;*/
}

/*panels-less.css 16*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: transparent; /*#428bca;*/
    border-color: transparent; /*#428bca*/
}
/*panels-less.css 26*/
.panel-primary > .panel-heading {
    background-image: none; /*-webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;*/
}
/*forms-less.css 66*/
.input-group .form-control {
    position: relative;
    z-index: 0;/*2;*/
    float: left;
    width: 97%;/*100%;*/
    margin-bottom: 0;
}
/*buttons-less.css 66*/
.btn-primary {
    color: #000000;/*#fff;*/
    background-color: var(--accent-lighter);/*#428bca;*/
    border-color: var(--accent-lighter);/*#357ebd;*/
    
    padding: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid var(--accent-lighter);
    border-radius: 0px !important; /*4px;*/
}

/*buttons-less.css 46*/
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/

.btn {
    font-weight: normal !important;
}

/*reset-filter-less.CSS 7*/
.btn-primary {
    background-image: none; /*-webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);*/
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;*/
    border-color: var(--accent-lighter);/*#2b669a;*/
}

.btn-primary:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);

    font-weight: normal;
    
    background-image: none;
    
    border: 1px solid var(--accent);

}

/*theme-less.css 7*/
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: none; /*0 -1px 0 rgba(0, 0, 0, .2);*/
    -webkit-box-shadow: none; /*inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.4);/*inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);*/
}

/*forms-less.css 125*/
.form-control  {

    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 5px;/*10px; 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;/*4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

   }

.form-control  {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
    
   
/*navs-less.css 17*/

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 3px;/*-1px;*/
}
   
/*resert-filter-less.css 7*/

.btn-default {
    text-shadow: none; /*0 1px 0 #fff;*/
    background-image: none; /*-webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);*/
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
    background-repeat: repeat-x;
    border-color: inherit; /*#dbdbdb;*/
    border-color: inherit; /*#ccc;*/
}

/*button-less.css 16*/
.btn-default {
    color: #333;
    background-color: var(--accent-lighter);/*##fff;*/
    border-color: var(--accent-superlight);/*##ccc;*/
    }

    .btn-default:hover {
    color: #333;
    background-color: var(--accent-superlight); /*##fff;*/
    border-color: var(--accent-superlight);/*##ccc;*/
    }


/*metaplasmador.css*/

/*this is to substitute the image in background*/
.btn-circle:after {content: "?";}

.btn-circle {
    background: none; /*url(../img/help.png);*/
    background-color: var(--green-strong);
    
    font-size: 1.7rem;
    font-weight: bold;
    color: #ffffff;
    
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-width: 0;
    
    padding: 6px 8px 10px 8px;
    
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3);
}

.btn-circle:hover {
    background: none; /*url(../img/help.png);*/
    background-color: var(--accent-lighter);
    
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--green-strong);
    
    background-size: 5px 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-width: 0;
    
    padding: 6px 8px 10px 8px;
}


    
/*buttons-less.css 46*/
.btn {
    /*display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;*/
    
    border-radius: 0; /*4px;*/
}    
  
  
/*gradients-less.css 26*/  
.well {
    background-image: none; /*-webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);*/
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;*/
    border-color: #cccccc;/*#dcdcdc;*/
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}  

/*wells-less.css 7*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;/*#f5f5f5;*/
    border: 1px solid #cccccc;/*#e3e3e3;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    
    font-family: inherit !important;
}

.detalhes {font-family: inherit !important;}

/*reset-filter-less.css 7*/

.btn-info {
    background-image: none; /*-webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);*/
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false*);*/
    background-repeat: repeat-x;
    border-color: transparent /*#28a4c9;*/
}

/*buttons-less.css 16*/
.btn-info {
    color: #000000;
    background-color: var(--accent-lighter); /*#5bc0de;*/
    border-color: var(--accent-lighter); /*#46b8da;*/
    box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.4);
}

.btn-info:hover {
    color: #ffffff;
    background-color: var(--accent); /*#5bc0de;*/
    border-color: var(--accent); /*#46b8da;*/
}

/*theme-less.css 48*/
.btn-info:hover, .btn-info:focus {
    background-color: var(--accent); /*#2aabd2;*/
    background-position: 0 -15px;
}
 
/*buttons-less.css 28*/
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: var(--accent); /*#31b0d5;*/
    border-color: var(--accent); /*#269abc;*/
}
 
    
/*THIS WOULD CHANGE TOO MANY BUTTONS
 *
 *.btn {
  display: inline-block;
  padding: 12px !important;6px 12px;
  margin-bottom: 0;
  
  margin-top: 3px !important; /*added
  min-width: 108px !important; /*added
  
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px !important;4px;*/

/*In concordanciador.php - not in original csss
and not in original php
.element-select {
  
  border: 3px solid transparent;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.element-input {

  border: 3px solid transparent;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submit {
  border: 3px solid transparent;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

/*in concordanciador.php (added)*/
.table_results {
 background-color: #ffffff;
}



.NH.Forms-title h2 {color: red;}


/*END modifications to bootstrap and formoid*/

/*Outer wrap, Delpo*/  
.NH.Forms-outer-wrap {
   position: relative;
   float: left;
   
   width: 100%;
   
   padding: 0;
   }

/*Wrap*/    
.NH.Forms-wrap {
   position: relative;
   float: left;
   
   width: 80vw;
   
   padding: 0;
   margin: 0px 0px 5px 0px;
   }

         /*///////////////////////////////////*/
        @media screen and (max-width: 650px) {
            .NH.Forms-wrap
            { width: 90vw;}
        }
        /*///////////////////////////////////*/
   
/*Each form in the Wrap*/ 
.NH.Form-each {
   position: relative;
   float: left;
   
   
   
   width: 80vw;
   /*min-height: 30px;*/
   
   margin-bottom: 30px;
   }

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
            .NH.Form-each
            {width: 90vw; height: 150px; margin-top: 10px;}
        }
        /*///////////////////////////////////*/

/*Header in Form-each*/   
.NH.Forms.header.OLD {
   position: relative;
   float: left;
   
   display: inline-block;
   
   min-height: 30px;
   
   text-transform: uppercase;
   padding-bottom: 0;
   padding-right: 10px;
   }
   
/*OR*/
.NH.Form-each h4 {
   text-transform: uppercase;
   margin-bottom: 0;
   padding-bottom: 2px;
   padding-right: 10px;
   }

 
/*the Forms*/
.NH.Forms form {
   position: relative;
   float: left;
   
   min-height: 30px;
   
   margin-top: 0;

   }

.NH.Forms .input-group {
   position: relative;
   float: left;
   overflow: hidden;
   
   display: inline-block;
   
   height: 40px;

   }

NH.Forms-dropdown.col-xs-3 {
    width: 120px;
}

NH.Forms-dropdown.col-xs-3 .form-control {
    height: auto;
}


.NH.Forms .input-group.Metaplasmador {
   position: relative;
   float: left;
   overflow: hidden;
   
   display: inline-block;
   
   height: 30px;

   }
   
.NH.Forms-search {
   position: relative;
   float: left;
   
   display: inline-block;
   
   height: 30px;

   background-color: transparent;
   
   }
   

   
.form-control.Metaplasmador  {
   position: relative;
   float: left;
   display: inline-block;
   z-index: 0;
   
   width: 40vw;
   height: 32px;
   
   margin-right: 5px;
   margin-bottom: 0;
   
   background-color: #ffffff;
   border: 1px inset #666666;
   
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   border-top-left-radius: 0; /*to override bootstrap css*/  
   }   
   
.NH.Forms-dropdown {
   position: relative;
   float: left;
   
   display: inline-block;
   
   height: 40px;
   width: 120px;
   
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
   }   

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
            .NH.Forms-dropdown
            {margin-bottom: 5px;}
        }
        /*///////////////////////////////////*/

.NH.Form-each .input-group input {
   position: relative;
   float: left;   
   

   height: 42px;
   
   padding: 0px;
   
   background: #ffffff;
   border: 1px inset #cccccc;
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
      }
      
.NH.Form-each .input-group.nodropdown input {width: 355px;}        
.NH.Form-each .input-group.withdropdown input {width: 250px;}

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
            .NH.Form-each .input-group.nodropdown input,
            .NH.Form-each .input-group.withdropdown input
            {width: 250px;}
        }
        /*///////////////////////////////////*/

.NH.Form-each input, {
   height: 42px;
   
   padding: 0px;
   margin-bottom: 2px;
   
   background: #ffffff;
   border: 1px inset #666666;
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
      }         


        
/*Div that shows results in Metapalsmador*/
/*.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    
    font-family: 'Ubuntu', sans-serif;
    
    background-color: var(--offwhite);
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}*/
   
.NH.Form-each .input-group-addon  {
   position: relative;
   float: left;   
   
   width: auto;
   min-height: 42px;
   
   padding:0;
   
   background-color: transparent;
   border: 0;
   }
   
.NH.Form-each .input-group button {
   position: relative;
   float: left;   
   
   /*width: 60px;
   height: 43px;*/
   
   padding: 15px;
   
   color:  #000000;
   background-color: var(--accent-lighter);
   border: none;
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
}

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
            .NH.Form-each .input-group button 
            {margin-top: 5px; margin-bottom: 10px;}
        }
        /*///////////////////////////////////*/
        
.NH.Form-each .input-group button:hover {   
   color: #ffffff;
   background-color: var(--accent);
   border: none;
   /*box-shadow: inset 10px 10px 10px -10px rgba(0,0,0,0.5);*/
}



.NH.Form-each .btnLogin,
.NH.Form-each .btnSignIn,
.NH.Form-each .btn.btn-primary {
   position: absolute;
   float: left;   
   
   width: 70px;
   height: 32px;
   
   padding: 3px;
   margin-left: 10px;
   
   color:  #000000;
   background-color: var(--accent-lighter);
   border: none;
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
}

.NH.Form-each .btn.btn-primary {
   display: block;
   box-sizing: content-box;
   width: 90px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   border-top-left-radius: 0;}  /*to override bootstrap css*/

.btn-circle.smallbutton {
    
    background-color: var(--green-strong);
    /*background: rgb(204, 255, 204, 0.5);*/
    
    font-size: 1rem;
    color: #ffffff;
    
    
    background-size: 5px 5px;
    width: 11px;
    height: 9px;
    
    padding: 6px 8px 10px 8px;
    
    margin-left: 5px;
}

.btn-circle.smallbutton:hover {
    
    background-color: var(--accent-lighter);
    
    font-size: 1rem;
    color: var(--green-strong);
    
    background-size: 5px 5px;
    width: 11px;
    height: 9px;
    
    padding: 6px 8px 10px 8px;
    
    margin-left: 5px;
}

.btn-circle.smallbutton.indiv {
    
    background-color: var(--green-strong);
    /*background: rgb(204, 255, 204, 0.5);*/
    
    font-size: 1.2rem;
    color: #ffffff;
    
    

    width: 14px;
    height: 12px;
    
    padding: 5px 5px 8px 5px;
    
    margin-left: 5px;
    
    text-align: center;
    line-height: 1.2rem;
}

.btn-circle.smallbutton.indiv:hover {
    
    background-color: var(--accent-lighter);
    
    font-size: 1.2rem;
    color: var(--green-strong);
    

    width: 14px;
    height: 12px;
    
    padding: 5px 5px 8px 5px;
    
    margin-left: 5px;
    
    text-align: center;
    line-height: 1.2rem;
} 

/*TO OVERIDE BOOTSTRAP-THEME.CSS - INACTIVE NOW*/
/*
.btn-info.btn-xs {
   color:  #000000;
   background-color: var(--accent-lighter);
   border: none;
   
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   border-top-left-radius: 0;
   
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
   
   box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.5);
   }

,
.btn-info.btn-xs:hover {
   color: #ffffff;
   background-color: var(--accent);
   border: none;
   background-image: none;
   background-position: center;
       padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;

}

/*to override bootstrap css for an originally round button:
.btn-circle {
    background: none;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    color: var(--accent-llighter);
}

.btn-circle:hover {color: var(--accent); background: transparent;}

.NH.Form-each .btnLogin:hover,
.NH.Form-each .btnSignIn:hover,
.NH.Form-each .btn.btn-primary:hover {   
   color: #ffffff;
   background-color: var(--accent);
   border: none;
   /*box-shadow: inset 10px 10px 10px -10px rgba(0,0,0,0.5);
}*/

.NH.Form-each .input-group-btn {
      border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   border-top-left-radius: 0;}  /*to override bootstrap css*/
}

/* The question-mark*/

.question-mark {
   position: relative;
   float: left;   
   
   width: 20px;
   height: auto;
   
   margin-left: 3px;
   padding: 3px;
   
   font-size: 20px;
   }
   
.question-mark {
   position: relative;
   float: right;   
   
   width: 20px;
   height: auto;
   
   margin-left: 3px;
   padding: 3px;
   
   font-size: 20px;
   }   

.question-mark a:link {color: var(--lighter); background: transparent;}
.question-mark a:visited {color: var(--lighter); background: transparent;}
.question-mark a:hover {color: var(--accent); background: transparent;}

   
/*Font awesome styles*/
/*Now not in use*/
  .fa .fa-search {
    color: #000000;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 5em;
   
   background: #cccccc;}

/*Comments after the Wrap*/

/*Div around the circle button to toggle comments
 *hide each depending on screen size
 *active in Metaplasmador*/

.HelpToggle-largescreen {
   position: relative;
   float: right;
   }

.HelpToggle-smallscreen {
   display: none;
   position: relative;
   float: left;
   }   

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
         
         .HelpToggle-smallscreen {display: block;}
         .HelpToggle-largescreen {display: none;}
        }
        /*///////////////////////////////////*/

.NH.Forms-comments {
   position: relative;
   float: left;
   
   width: 30vw;
   
   padding: 2px;
   border: 1px dotted #999999;

   text-align: center;
   }

.NH.Forms-comments.noborder {
   width: 100%;
   border: none; 
   }



.Forms-comments .menudelpo:link {color: #ffffff; background: transparent; font-weight: normal;}
.Forms-comments .menudelpo:visited {color: #ffffff; background: transparent; font-weight: normal;}
.Forms-comments .menudelpo:hover {color: var(--accent-lighter); background: transparent; font-weight: normal;}
   
.DelpoHidden   {
   display: none;
   float: left;
   
   width: 20vw;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 4vw;
   padding: 15px;
   
   text-align: left;

   color: #000000;
   background-color: var(--accent-lighter-lighter);
   }

.DelpoHidden.wider   {
   z-index: 2;
   width: 85%;
   margin-top: -30px;
   margin-bottom: 10px;
   margin-left: 5vw;
   margin-right: 1px;
   
   padding: 25px;

   color: #000000;
   background-color: var(--green);
   background: var(--green-soft);
   font-size: 0.9rem;
   }
   
.DelpoHidden.wider.moremargin   {
   /*z-index: 5000;*/
   width: 80%;
   margin-top: -30px;
   margin-bottom: 10px;
   margin-left: 8vw;
   margin-right: 1px;
   
   padding: 25px;

   color: #000000;
   background-color: var(--green);
   background: var(--green-soft);
   font-size: 0.9rem;
   }

         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
         
         .NH.Forms-comments {
               width: 78vw;
               padding: 2px;
               margin-top: 15px;
               margin-bottom: 10px;
               }
               
         .DelpoHidden   {
               width: 65vw;
               margin-top: 5px;
               margin-bottom: 5px;
               margin-left: 3vw;
               padding: 15px;
               }
               
         .DelpoHidden.wider   {
               width: 90%;
               margin-top: 5px;
               margin-bottom: 10px;
               margin-left: 5px;
               
               font-size: 0.9rem;
               }
         }
        /*///////////////////////////////////*/

.DelpoHidden a:link {color: var(--lighter); background: transparent;}
.DelpoHidden a:visited {color: var(--lighter); background: transparent;}
.DelpoHidden a:hover {color: var(--accent); background: transparent;}
        
/*.esqueci a:link {color: var(--lighterlighter); background: transparent;}
.esqueci a:visited {color: var(--lighterlighter); background: transparent;}
.esqueci a:hover {color: var(--accent); background: transparent;}*/


/*METAPLASMADOR*/

.NH.metaplasmador-regra,
.col-md-2.col-sm-4,
.col-md-4 {
   z-index: 0;
   position: relative;
   float: left;
   
   width: auto;
   margin-right: 5px;
   
   border: 2px solid transparent;
   background-color: transparent;
   }

.col-md-2.col-sm-4 .panel.panel-default,
.col-md-4 .panel.panel-default {
 border-color: transparent;
}
.col-md-2.col-sm-4 .panel,
.col-md-4 .panel {
 background-color: transparent;
}
.col-md-2.col-sm-4 .panel-heading,
.col-md-4 .panel-heading {
 border-color: transparent;
 background-image: none;
}

/*panels.less 16*/
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;/*#f5f5f5;*/
    border-color: transparent;/*#ddd;*/
}

.panel-title {
 font-family: 'Ubuntu', sans-serif !important;
 font-size: 1.2rem;
 padding-bottom: 1px;}

.title-regra,
.col-md-2.col-sm-4 .panel-title,
.col-md-4 .panel-title {
   display: block;
   position: relative;
   float: left;
   
   height: 20px;
   width: 100%;
   
   padding-bottom: 2px;
   
   color: #ffffff;
   background-color: transparent;
   }
   
.NH.metaplasmador-form-control.form-control {
   width: 110px;
   height: 100px;   
}

.NH.metaplasmador-form-control.form-control.wider {
   width: 250px;
   height: 100px;   
}




.MetaplasmadorFullOutput {
      z-index: 0;
      float: left;
      
      min-width: 50px;
      
      font-size: 0.9rem;
      line-height: normal;
      
      margin: 0;
      
      padding: 15px;
      
      color: #000000;
      background-color: #ffffff;
}

.MetaplasmadorOutput {
      z-index: 0;
      float: left;
      font-weight: bold;
      
      min-width: 10px;
      
      font-size: 0.9rem;
      line-height: normal;
      
      margin: 0;
      
      padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      
      color: #000000;
      background-color: #ffffff;
}


         /*///////////////////////////////////*/
        @media screen and (max-width: 800px) {
            .MetaplasmadorFullOutput {
                  min-width: 50px;
                  max-width: 120px;
                  
                  font-size: 0.8rem;
                  line-height: normal;
            }
            
            .MetaplasmadorOutput {
                  min-width: 10px;
                  
                  font-size: 0.9rem;
                  line-height: normal;
            }         
         
         }
        /*///////////////////////////////////*/

/*.collapse {
    display: none;
}*/






/*===============================================================================*/      
/*Nehilp FORMS END===============================================================*/