body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica !important;
    color: #222;
    background: #f8f9fa;
    padding: 0 0.7em;
    margin: 1em auto;
    max-width: 720px;
}

a {
    text-decoration: none;
}

.section {
    text-align: justify;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c8c8c8;
}

.noMarginH1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.alignItemsCenter {
    align-items: center;
}

.justifyCenter {
    justify-content: center;
}

.justifySpaceBetween {
    justify-content: space-between !important;
}

.fixHeightBtnFull {
    height: 39px !important;
}

.fixBtn {
    width: 95px !important;
    height: 45px;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.marginRight0 {
    margin-right: 0 !important;
}

.marginRight20 {
    margin-right: 20px !important;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft5 {
     margin-left: 5px;
}

.flex {
    display: flex;
}

.flex * {
    margin-right: 5px;
}

.flex *:last-child {
    margin-right: 0;
}

.row {
    text-align: left;
    display: flex;
    margin-bottom: 20px;
}

.row > * {
    margin-right: 5px;
}

.row > *:last-child {
    margin-right: 0;
}

.choose-buttons {
    display: flex;
    justify-content: flex-end;
}body {
     font-family: 'Open Sans', sans-serif, Arial, Helvetica !important;
     color: #222;
     background: #f8f9fa;
     padding: 0 0.7em;
     margin: 1em auto;
     max-width: 720px;
 }

a {
    text-decoration: none;
}

.section {
    text-align: justify;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c8c8c8;
}

.noMarginH1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.alignItemsCenter {
    align-items: center;
}

.justifyCenter {
    justify-content: center;
}

.justifySpaceBetween {
    justify-content: space-between !important;
}

.fixHeightBtnFull {
    height: 39px !important;
}

.fixBtn {
    width: 95px !important;
    height: 45px;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.marginRight0 {
    margin-right: 0 !important;
}

.marginRight20 {
    margin-right: 20px !important;
}

.flex {
    display: flex;
}

.flex * {
    margin-right: 5px;
}

.flex *:last-child {
    margin-right: 0;
}

.choose-buttons {
    display: flex;
    justify-content: flex-end;
}

.choose-buttons .btn {
    margin-right: 5px;
}

#btn_sign {
    width: 100%;
    border-radius: 4px;
    height: 45px;
}

.none, [hidden] {
    display: none !important;
}

.top-btn {
    max-width: 100px;
    max-height: 40px;
}

.btn {
    position: relative;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 13px 10px;
    background-color: #87b7ff;
    color: black;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: middle;
    min-width: 75px;
    transition: all 0.1s linear;
}

.btn:hover, .choose-buttons .selected {
    background-color: #3a89ff;
    color: white;
    font-weight: bold;
}

.btnImg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.inputImg {
    position: absolute;
    right: 5px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.title-sign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.title-sign h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.field {
    background-color: #fff;
    color: #666666;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #A7A7A7;
    width: 100%;
}

.relative {
    position: relative;
}

.eye {
    position: absolute;
    right: 0;
    top: 0;
}

.file-eye {
    width: 95% !important;
}

.full-size {
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #A7A7A7;
    width: 100%;
}

.width100 {
    width: 100%;
}

.width50 {
    width: 50% !important;
}

.file {
    height: 28px;
    width: 97%;
}

.file-img {
    width: 95% !important;
}

.selection {
    height: 40px !important;
}

.center {
    text-align: center;
}

.alerts {
    margin-bottom: 10px;
}

.id-internally-detached {
    color: red;
}

.orange-bg {
    background-color: orange !important;
}

.orange-bg:hover {
    background-color: darkorange !important;
}

.pointer {
    cursor: pointer;
}

.button {
    border: none;
    box-sizing: border-box;
    padding: 13px 10px;
    background-color: #2c66ce;
    color: #FFF;
    vertical-align: middle;
    display: block;
    margin: 10px auto;
}

.button:hover {
    background-color: #00004d;
}

.move-buttons {
    display: flex;
    justify-content: center;
    position: relative;
    border: none;
    text-align: center;
    padding: 13px 10px;
    background-color: #87b7ff;
    color: black;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: middle;
    transition: all 0.1s linear;
    margin: 30px auto;
}

.move-buttons:hover {
    background-color: #3a89ff;
    color: white;
    font-weight: bold;
}

.row-selectors {
    display: flex;
    text-align: justify;
    justify-content: space-around;
    align-items: center;
}

.multi-selectors {
    overflow: auto;
    width: 210px;
    height: 200px;
    padding: 4px 0 0 4px;
}

.choose-buttons1 > * {
    width: -webkit-fill-available;
    align-content: center;
}

.choose-buttons1 > *:not(:last-child) {
    margin-right: 5px;
}

.btn-selected {
    background-color: #3a89ff;
    color: white;
    font-weight: bold;
}

.choose-buttons1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.bold {
    font-weight: bold !important;
}

.bg-red {
    background-color: #8b002a !important;
    color: white !important;
}

.bg-red:hover {
    background-color: #400013 !important;
}

.disabled, [disabled] {
    background-color: #cccccc;
    color: #666666;
}

.disabled:hover {
    background-color: #cccccc; !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media screen and (max-width: 680px) {
    .title-sign {
        justify-content: center;
    }
}
