@font-face {
    font-family: "Open Sans";
    src: url("../font/open-sans.regular.ttf");
}

@font-face {
    font-family: "Overlock";
    src: url("../font/overlock.regular.ttf");
}

/* Resetar Margin e Padding de todos os elementos */
* {
    margin: 0;
    padding: 0;
}

.layout-container .main-conteudo {
    padding: 0px 20px;
}

/* Definindo fonte padrão de todos os textos */
h1, h2, h3, h4, h5, h6, p, a {
    font-family: Arial, Helvetica;
}

/* Retirando os estilos da lista */
ul {
    list-style: none;
}

/* Retirando coloração padrão do navegador e estilização dos Links */
a {
    color: #178AD2;
    text-decoration: none;
}

a:hover {
    color: #449BD3;
}


p {
    font-size: 0.9rem;
    font-family: 'Open Sans';
    color: #333333;
    line-height: 1.4;
    letter-spacing: -0.3px;
    word-spacing: 3.3px;
}

h2 {
    margin-bottom: 6px;
    line-height: 125%;
}

.jt-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1130px;
}

footer li {
    display: block;
    padding: 0;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.display-none {
    display: none;
}

body {
    color: #666;
}

label {
    display: block;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    /* Use a background image to prevent screen readers from announcing the text. */
    background-image: url(/themes/trt8_d10/images/icons/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

button,input[type="submit"],input[type="reset"],input[type="button"] {
    background-image: -ms-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
    background-image: -moz-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
    background-image: -o-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1,#E3E3E3));
    background-image: -webkit-linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
    background-image: linear-gradient(top,#FFFFFF 0%,#E3E3E3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E3E3E3');
    border: 1px solid #dbdbdb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 0 white;
    -webkit-box-shadow: inset 0 1px 0 0 white;
    -o-box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 white;
    color: #777;
    text-shadow: 0 1px 0 white;
    position: relative;
    font-weight: bold;
    padding: 5px 1em 6px 1em;
}

button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
    background-image: -ms-linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%);
    background-image: -moz-linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%);
    background-image: -o-linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#DBDBDB),color-stop(1,#F2F2F2));
    background-image: -webkit-linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%);
    background-image: linear-gradient(top,#DBDBDB 0%,#F2F2F2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB',endColorstr='#F2F2F2');
    -moz-box-shadow: inset 0 1px 0 0 white;
    -webkit-box-shadow: inset 0 1px 0 0 white;
    -o-box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
}

.breadcrumb {
    margin: 10px 0px;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
    padding-bottom: 0.5em;
}

.breadcrumb li {
    list-style-type: none;
}

.breadcrumb a {
    font-family: "Open sans";
    font-size: 0.8rem;
}


.field .field__label {
    font-weight: bold;
}

.field .field__item {
    margin: 5px auto;
}

.profile {
    margin: 1.5385em 0;
}

dt {
    font-weight: bold;
    margin-bottom: 24px;
}

dd {
    margin-left: 30px;
    margin-bottom: 24px;
}

input.form-text, 
input.form-date,
input.form-number,
select.form-select,
textarea.form-textarea {
    border: 1px solid #ccc;
    padding: 4px;
}

input.form-date {
    width: auto;
}

.submitted-by {
    font-size: 13px;
    color: #666;
    font-family: 'Open Sans';
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 3px;
    display: block;
    padding: 3px 0 3px 10px;
    margin: 30px 0 0;
    clear: both;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #bbbbbb;
    width: 100%;
}

th, tr, td {
    vertical-align: middle;
}

td {
    padding: 6px;
    color: #747474;
    text-align: left;
    border: 1px solid #DBDBDB;
    font-size: 12px;
}

th {
    background: #2E3D4A;
    border-right: 1px solid #c8c7c7;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

.ck-powered-by-balloon .ck-powered-by {
    display: none;
}