body,
html {
overflow-x: hidden;
}

.arquivo-box {
background-color: #ffffff;
border: 1px solid #ECECEC;
border-bottom: 1px solid #33b5e5;
padding: 12px 12px 8px 12px;
width: 100%;
max-width: 338px;
};

.arquivo-box span,
.arquivo-box a {
color: #231f20;
font-weight: bold;
}

.arquivo-box a i {
margin-right: 10px;
color: #33b5e5;
}

.camposfull input.span4,
.camposfull select {
    width: 100%;
}

.controls-flex,
.actions-flex {
display: flex;
}

.controls-flex input {
width: 100%;
}

.controls-flex span {
display: block; 
padding: 5px 10px 3px 10px;
}

.table th, 
.table td {
vertical-align: middle;
}

.table-actions {
min-width: 120px;
}

.table-actions .btn {
display: inline-block;
margin: auto;
width: 48%;
padding: 6px 0 5px 0;
}

.actions-flex .btn {
margin: auto 2px;
}

.option_father {
font-weight: bold;
}

.modal {

}

.modal .close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
width: 40px;
height: 40px;
background: #0099cc;
color: #fff;
opacity: 1;
margin-top: 0;
}

.modal .modal-header,
.modal .modal-body {
margin: 0;
padding: 0;
border: 0;
box-shadow: 0 0 0 transparent;
}

.modal .modal-body {
padding: 20px 20px;
}

.modal img {
display: block;
margin: auto;
max-width: 100%;
height: auto;
}

.panel-diario {
margin: 0 0 19px 0;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
}

.panel-diario .panel-heading a {
display: block;
background: rgba(0,0,0,.05);
padding: 10px 16px 10px 16px;
font-size: 16px;
line-height: 16px;
color: #333;
font-weight: bold;
text-decoration: none;
}

.panel-diario .panel-heading a i {
margin: 0 5px 0 0;
transform: translateY(2px);
}

.panel-diario .panel-body {
padding: 30px 20px 10px 20px;
}

.diario-editor {
/* max-width: 560px; */
}

.clear {
clear: both;
}

.control-label-diario {
margin-bottom: 10px;
}

.diario-editor-select {
margin: 0 0 20px 0;
border-radius: 6px;
background: rgba(0,0,0,.05);
transition: 0.3s;
}

.diario-editor-select:hover {
background: rgba(0,0,0,.1);
transition: 0.3s;
}

.diario-editor-select span {
display: block;
text-align: center;
font-weight: 400;
font-size: 18px;
text-transform: uppercase;
color: rgba(0,0,0,.4);
padding: 24px 20px 20px 20px;
}

.diario-editor-select span i {
margin: 0 5px 0 0;
transform: translateY(3px);
display: inline-block;
width: 16px;
color: #51a351;
}

.diario-editor-select input {
display: block;
margin: auto;
width: 97%;
height: 65px;
position: absolute;
z-index: 3;
opacity: 0;
cursor: pointer;
}

.diario-editor-files {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}

.diario-editor-files li {
display: inline-block;
margin: 0 1% 1% 0;
width: 32.5%;
padding: 0;
border-radius: 6px;
background: #fff;
overflow: hidden;
}

.diario-editor-files .actions {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
background: #0099cc;
}

.adicionado .actions {
background: #51a351;
}

.removido .actions {
background: #f03131;
}

.diario-editor-files .actions .item {
width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
}

.diario-editor-files .actions .item:last-child {
border-right: 0;
}

.diario-editor-files .actions span,
.diario-editor-files .actions i {
display: block;
text-align: center;
margin: auto;
padding: 16px 12px 14px 12px;
font-size: 16px;
line-height: 16px;
color: #fff;
user-select: none;
}

.diario-editor-files .actions i { 
cursor: pointer;
}

.diario-editor-files .actions i.move { 
cursor: move;
}

.diario-editor-files .content {
margin: 0;
padding: 20px;
border: 1px solid rgba(0,0,0,.2);
border-top: 0;
border-radius: 0 0 6px 6px;
}

.diario-editor-files li:nth-child(3n+3) {
margin-right: 0;
}

.diario-editor-files li .image {
display: flex;
margin: 0 0 10px 0;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 6px;
height: 160px;
background-color: rgba(0,0,0,.05) !important;
background-size: cover;
overflow: hidden;
}

.diario-editor-files li .image a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none;
height: 160px;
}

.diario-editor-files li .image .zoom {
display: flex;
cursor: pointer;
justify-content: center;
align-items: center;
width: 100%;
height: 160px;
background: rgba(0,153,204,.75);
color: #fff;
font-size: 42px;
opacity: 0;
transition: 0.3s;
}

.diario-editor-files li .image:hover .zoom {
opacity: 1;
transition: 0.3s;
}

.diario-editor-files li .image i {
display: block;
margin: 0 0 16px 0;
text-align: center;
font-size: 44px;
line-height: 44px;
color: #0099cc;
}

.diario-editor-files li .image .zoom i {
transform: translateY(10px);
color: #fff;
}

.diario-editor-files li .image span {
display: block;
padding: 0 20px 0 20px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: rgba(0,0,0,.45);
}

.diario-editor-files li .field {
margin: 0 0 10px 0;
width: 100%;
}

.diario-editor-files li .field label {
display: block;
font-weight: bold;
font-size: 12px;
}

.diario-editor-files li .field input {
display: block;
margin: 0;
width: 96%;
height: auto;
}

.diario-editor-files li .field select {
display: block;
margin: 0;
width: 100%;
height: auto;
}

.diario-editor-files li .field textarea {
display: block;
margin: 0;
width: 96%;
height: 80px;
}

.diario-editor-files li input[type=file] {
position: absolute;
width: 0;
height: 0;
opacity: 0;
}

.diario-acao {
float: right;
display: flex;
justify-content: center;
align-items: center;
}

.diario-acao a {
min-width: 185px;
margin: 0 5px 0 0 !important;
padding: 12px 12px 10px 12px;
}

.diario-acao a:last-child {
margin-right: 0;
}

.acesso-center {
display: block;
text-align: center;
width: 100%;
}

.acesso-center p {
display: block;
text-align: center;
}

.acesso-radio {
display: flex;
cursor: pointer;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
}

.acesso-radio input[type=radio] {
transform: translateY(1px);
margin: 0 10px 0 0;
width: auto;
}

.acesso-radio span {
width: auto;
}

label.error {
margin: 0 0 -10px 0;
color: red;
font-weight: bold;
font-size: 10px;
}

.printable {
margin: auto auto 20px auto;
width: 90%;
max-width: 700px;
border: 1px solid rgba(0,0,0,.15);
padding: 20px 20px 0 20px;
}

.printable label {
display: block;
margin: 0;
padding: 10px;
background: #014080; 
color: #fff;
text-align: left;
font-weight: 700;
}

.printable .fakeinput {
margin: 0 0 10px 0;
padding: 10px; 
border: 0;
text-align: left;
background: rgba(0,0,0,.1);
word-wrap: break-word;
}

.printable-actions {
display: flex;
margin: 0 0 20px 0;
justify-content: center;
}

.printable-actions button {
display: block;
background: #014080; 
color: #fff;
padding: 12px 20px 10px 20px;
border: 0;
margin: 0 4px;
}

.printable-actions button i {
margin-right: 8px;
transform: translateY(1px);
}

.printable span {
display: block;
text-align: center;
padding: 12px 0 20px 0;
text-transform: uppercase;
font-weight: 700;
color: rgba(0,0,0,.75);
font-size: 12px;
line-height: 12px;
}

.printable-logo {
display: flex;
justify-content: center;
margin: 0 0 20px 0;
}

.printable-logo img {
display: block;
margin: auto;
width: 90%;
max-width: 150px;
}

/* Mobile */

@media(max-width: 980px) {
    
    .sic-content {
    padding: 15px 5px;
    }

    .printable {
    padding: 10px 10px 0 10px;
    }

    .printable label,
    .printable .fakeinput {
    text-align: center;
    }

}