html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: "Roboto Condensed", Roboto Cn, Arial, sans-serif;
}

body {
    background: #f2f2f2;
}

.container {
    width: auto;
    max-width: 90%;
    min-width: 768px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #441C9B;
}

h2 > a {
    color: #3A156A;
}

h2 > a:hover, h2 > a:focus {
    color: #462C7C;
    text-decoration: none;
}

/*
.label-warning-task {
    padding: .2em 2.30em .3em;
    background-color: #A37DCB;
}
.label-info-task  {
    padding: .2em 1.6em .3em;
}
.label-primary-task  {
    ! padding: .2em 2.3em .3em; 
}
.label-success-task  {
    padding: .2em 1.7em .3em;
}

.btn-info-task  {
    padding-left: 1.75em;
    padding-right: 1.8em;
}
.btn-primary-task  {
    padding-left: 2.2em;
    padding-right: 2.2em;
}
.btn-success-task  {
    padding-left: 1.85em;
    padding-right: 1.85em;
}
*/
.chrome_ext > a > img {
    max-block-size: 30px
}

th > span:hover {
    cursor: pointer;
    text-decoration: underline;
}

td > .btn-default-task {
    padding-left: 0.8em;
    padding-right: 0.7em;
}

.danger-limit {
    color: rgb(255, 0, 0)
}

.label-success-inbox {
    padding-left: 1.1em;
    padding-right: 1.1em;
}

.label-danger-inbox {
    padding-left: 0.9em;
    padding-right: 1em;
}

.btn-default-inbox {
    padding-left: 1em;
    padding-right: 1em;
}

.base-font-color {
    color: #3A157F;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto Condensed", Roboto Cn, Arial, sans-serif;
}

.remark {
    display: block;
    height: 25px;
}

.header {
    border-top: 1px solid #a19cac;
    border-bottom: 1px solid #a19cac;
    background-color: #e7dff7;
    height: 90px;
}

.logo {
    border-left: 1px solid #a19cac;
    padding-left: 0px;
}

.navbar-brand {
    padding: 0px 10px;
    line-height: 0px;
}

.head {
    border-right: 1px solid #a19cac;
}

.header-center {
    padding: 0px 0px;
}

.zend_form {
    color: rgb(68, 28, 155);
}

#addPhone {
    padding: 4px 10px;
    vertical-align: unset;
}

#phone2 {
    padding-left: 10px;
    display: none;
}

.error {
    color: rgb(68, 28, 155);
}

.title {
    font-size: 28px;
    color: #3A157F;
    font-weight: bold;
    margin-top: 2px;
}

.head.glyphicon {
    top: 0px;
}

.exit {
    font-size: 20px;
    color: rgb(68, 28, 155);
    text-align: right;
    font-weight: bold;
    padding: 10px 0px;
}

.exit > div > a {
    color: rgb(68, 28, 155);
    padding: 5px;
    border: 1px dotted #E7DFF7;
    margin-right: 5%;
}

.exit > div > a:hover, .exit > div > a:focus {
    color: #470D9D;
    text-decoration: none;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.worker {
    font-size: 14px;
    color: #000;
    position: absolute;
    bottom: 10px;
    right: 26px;
}

.table td {
    font-size: 12px;
}

.blackfont {
    color: black;
}

.table-hover > tbody > tr:hover > td {
    background-color: #E7DFF7;
}

.table_focus {
    background-color: #E7DFF7;
    outline: 1px solid #aaa;
}

.label {
    font-size: 100%;
}

.btn-group-do.btn-group > a.btn {
    color: #3A157F;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-left: 2px groove #D1D1D1;
    border-right: 2px ridge #D1D1D1;
    border-radius: 0px;
}

.btn-group-do.btn-group > a.btn:hover {
    background-color: #E7DFF7;
}

.btn-print {
    color: #3A157F;
    background-image: none;
    border: 1px solid #A19CAC;
    border-radius: 0;
    padding: 1px 4px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

/*
.btn-act, .btn-protocol{
    min-width: 80px;
}
.btn-part-protocol{
    display: none;
    float: left;
}*/
.btn-print:hover {
    background-color: #FFF;
}

/*.div-btn-protocol{
    min-width: 81px;
}
.div-btn-protocol:hover .btn-part-protocol{
    display: inline-block;
}
.div-btn-protocol:hover .btn-protocol{
    display: none;
}*/
.zend_form > dd > input,
.zend_form > dd > select,
.zend_form > dd > a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(133, 112, 184);
    border-radius: 3px;
    background-color: rgb(227, 217, 246);
    color: rgb(68, 28, 155);
}

.zend_form > dd > a {
    padding: 2px;
}

.zend_form > dd > input:focus,
.zend_form > dd > a:focus {
    border-width: 2px;
    margin: -0.9px 0px -0.9px;
}

.datetimepicker-widget {
    display: block;
    position: relative;
    top: -150px;
    bottom: auto;
    left: 250px;
    right: auto;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0px 1.4em 1.4em 1.4em !important;
    margin: -10 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

legend.scheduler-border {
    padding: 15px 10px 0px 10px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

.button {
    margin-top: 10px;
}

.button > input:hover, .button > a:hover {
    border-width: 2px;
    margin: -0.8px 0px -0.8px;
}

.pagination {
    font-size: 11px;
    margin: 0px
}

th {
    background-color: #e7dff7;
}

.table {
    color: #3a156a;
    border: 1px solid #A19CAC;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 10vh; /*Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ñ„ÑƒÑ‚ÐµÑ€Ð° Ð±ÑƒÐ´ÐµÑ‚ Ð·Ð°Ð²Ð¸ÑÐµÑ‚ÑŒ Ð¾Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñ‹ ÑÐºÑ€Ð°Ð½Ð°*/
}

.ui-autocomplete {
    z-index: 100000 !important;
    border: 1px solid #ddd;
    background: #fff;
}

.ui-menu .ui-menu-item a {
    color: #000;
}

.ui-menu .ui-menu-item a:hover {
    background: #ddd;
}

.delAddress {
    top: -1px;
    padding: 3px;
}

.deployListAddress {
    padding: 2px 2px;
    margin: -18px 10px;
    font-weight: bolder;
    color: #3A156A;
}

#delYes {
    padding: 2px 20px;
}

#choiceDoc .btn {
    text-align: left;
    float: right;
    cursor: default;
}

#choiceDoc input {
    min-width: 80px;
}

#choiceDoc form, #schedule form {
    margin: 10px 0px -10px 0px;
}

#loadImg {
    position: absolute;
    z-index: 10000;
    display: none
}

#loader {
    position: absolute;
    z-index: 10000;
    display: none;
    height: 30px;
    width: 40px;
}

#register div {
    font-size: 12px;
}

.tip {
    top: 2px;
    font-size: 12px;
    color: #1275EE;
}

.pagination > .active > span {

    border-color: #E8E8E8;
    background-color: #DFC6FF;
    color: #333;
}

.pagination > .active > span:hover {
    border-color: #E8E8E8;
    background-color: #DFC6FF;
    color: #333;
}

.pagination > .noactive > span,
.pagination > li > a {
    color: #3A157F;
}

.pagination > .noactive > span:hover,
.pagination > li > a:hover {
    cursor: pointer;
    color: #333;
    border-color: #E8E8E8;
    background-color: #DFC6FF;
}

.attach {
    padding: 10px 16px 10px 5px;
}

.edit-tr > td > span:hover,
.edit-tr > td > span:focus {
    text-decoration: underline;
}

.edit-tr > td > span {
    display: inline-block;
}

#tip-edit {
    font-size: 12px;
    position: absolute;
    border: 1px solid #333;
    padding: 1px;
    background-color: #fff;
}

.verifInputDate, .verifInputNum {
    background: none;
    border: none;
    color: #3A157F;
}

.verifInputDate:hover,
.verifInputDate:focus,
.verifInputNum:hover,
.verifInputNum:focus {
    text-decoration: underline;
}

.text-typing {
    width: 20em;
    color: #3A157F;
    font-size: 12px;
    font-family: 'Marck Script', cursive;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-animation: type 2s steps(50, end);
    animation: type 2s steps(50, end);
}

@keyframes type {
    from {
        width: 0;
    }
}

@-webkit-keyframes type {
    from {
        width: 0;
    }
}

hr {
    border: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñƒ Ð´Ð»Ñ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° Firefox */
    color: #A19CAC; /* Ð¦Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð»Ñ Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð² */
    background-color: #A19CAC; /* Ð¦Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð»Ñ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° Firefox Ð¸ Opera */
    height: 1px; /* Ð¢Ð¾Ð»Ñ‰Ð¸Ð½Ð° Ð»Ð¸Ð½Ð¸Ð¸ */
    margin: 0;
}

.listDocumInputs > label {
    margin-top: -4px;
    margin-bottom: 0px;
}

label {
    margin-left: 10px;
}

select {
    padding: 1px 0px 1px;
}

.hr-form {
    margin: 12px 0px 18px;
}

input:focus, select:focus, textarea:focus {
    border-color: #6200FF;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    font-style: italic;
}

::-moz-placeholder {
    color: #000;
    font-size: 10px;
    font-style: italic;
}

.badge {
    z-index: 2;
}

.badge-top-right {
    position: absolute;
    top: -9px;
    right: -10px;
}

.badge-bottom-right {
    position: absolute;
    top: 20px;
    right: -10px;
}

.badge-red {
    font-size: 14px;
    background-color: #D9534F;
}

.badge-blue {
    font-size: 14px;
    background-color: #428BCA;
}

.badge-chat {
    position: fixed;
    left: 20px;
    top: 28%;
}

.badge-fixed {
    padding: 0px 7px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}

textarea {
    height: 2em;
    width: 80%;
    resize: both !important;
}

@media screen and (max-width: 768px) {
    textarea {
        min-height: 8em;
    }
}

.border-top-tr {
    border-top: 2px solid #bbb;
}

.list-address > li, .list-address > li:hover {
    color: #000;
    text-decoration: none;
    cursor: default;
}

.underline {
    text-decoration: underline;
}

.arrow-stages {
    padding: 2px 2px;
    font-weight: bolder;
    color: #3A156A;
}

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

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: 0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}


/*Right*/
.modal.right.fade > .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;

}


/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.btn-schedule, .btn-chat {
    border-radius: 3px;
    font-size: 2em;
    background-color: #fff;
    position: fixed;
    padding: 0.5% 0.5%;
    outline: 1px solid #A19CAC;
    color: #441C9B;
}

.btn-chat {
    left: -1%;
    top: 30%;
}

.btn-schedule {
    right: -1%;
    top: 30%;
}

.fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow-y: auto;
}

.fc-body {
    cursor: pointer;
}

.fc-event, .fc-event:hover {
    color: #000;
}

.close-left-right-modal {
    margin: 0 0 0 2em;
    font-size: 2.5em;
}

.modal.right {
    overflow-y: auto;
}

.modal.left {
    overflow-y: auto;
}

.glyphicon-send {
    font-size: 1em;
    padding: 0.3em 0em;
}

.modal-footer > textarea {
    height: 2em;
}

.modal-footer > button:hover {
    background-color: #D6C6F7;
    color: #3B1886;
    border: 2px inset #441C9B;

}

.modal-footer > button {
    background-color: #E7DFF7;
    color: #441C9B;
    border: 2px outset #441C9B;
    height: 10%;
}

.modal-body {
    position: relative;
}

.chat > li:nth-child(odd) {
    background-color: #f1f1f1
}

.select-user-chat {
    font-size: 0.8em;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 50%;
    }
}

.arrow-deal {
    padding: 2px 2px;
    font-weight: bolder;
    color: #3A156A;
}

.btn-add-deal {
    font-size: 0.7em;
    padding: 2px 10px;
    font-weight: bold;
}

.msg-btn-deal {
    position: absolute;
    top: -20px
}

.defect > div > textarea, .defect > div > input {
    height: 24px;
    padding-left: 2px;
    padding-right: 2px;
}

.defect .nav-tabs {
    margin-top: 10px;
}

.defect .list-defect-container {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    border-top-color: #fff;
    display: flex;
    flex-direction: column;
}

.menu-defect > table > tbody > tr {
    outline: 1px solid #ccc;
    color: #000;
    vertical-align: top;
}

.menu-defect > table > tbody > tr > td {
    padding: 0 0.5em;
}

.list-defect {
    margin-bottom: 1em;
}

.delDefect {
    font-size: 1.5em;
}

.list-defect > table > tbody > tr {
    outline: 1px solid #ccc;
    color: #000;
}

.list-defect > table > tbody > tr:hover {
    text-decoration: none;
    color: #000;
}

.list-defect > table > tbody > tr > td > .delDefect:hover {
    text-decoration: none;
    color: #3276b1;
}

.menu-defect > table > tbody > tr > td > .btn:hover {
    background-color: #ddd;
    color: red;
}

.form-defect {
    display: flex;
    margin: 0 0 20px;
    width: 100%;
    flex-direction: column;
}

.form-defect > div {
    display: flex;
    justify-content: center;
}

.form-defect > .msg {
    min-height: 1.5em;
}

#list_attached_defect > div > div > div > table > tbody > tr {
    outline: 1px solid #ccc;
}

#searchAddress {
    z-index: 1041;
    overflow: auto;
    overflow-y: auto;
}

#table tbody > tr {
    cursor: pointer;
}

.del-file {
    top: -1px;
    padding: 3px 3px;
}

.legend-task-doc {
    width: auto;
    border: none;
    padding: 15px 2px 0px;
    border-bottom: none;
    font-size: 1em;
    font-weight: bold;
}

#search a {
    margin-top: 1px;
}

#list_attached_defect tr {
    cursor: auto;
}

#list_attached_defect th {
    text-align: center;
}

#list-resistance, #list-ground {
    background-color: #E7DFF7;
    outline: 1px solid #ccc;
    margin-top: 1.5em;
}

#list-resistance, #list-ground {
    background-color: #E7DFF7;
}

#list-resistance > li, #list-ground > li {
    border-bottom: 1px dotted #000;
}

.delResist, .delGround {
    top: -1px;
    line-height: 0;
}

.delResist:hover, .delGround:hover {
    color: red
}

#isolation-resistance > select, #ground > select {
    height: 1.7em
}

.form-measure-specifications-container {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

#protection_property td, #protection_measure td {
    border: 1px solid #000;
}

#protection_property input, #protection_measure input {
    border: none;
    height: 40px;
    width: 100%;
    padding: 10px;
}

#protection_property textarea {
    border: none;
    height: 40px;
    width: 100%;
    resize: none;
    overflow: hidden !important;
    padding: 10px 10px 0;
    display: flex;
}

.list-device > li {
    margin-bottom: 1em;
}

.td-file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.glyphicon.glyphicon-paperclip {
    margin-right: 10px;
}

.td-file-name {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.attach:before {
    margin-right: 5px;
}

.maker-fieldset .chosen-container.chosen-container-multi {
    width: 400px !important; /* or any value that fits your needs */
}

.chosen-container-multi .chosen-choices {
    min-height: 20px;
}

.form_field_error {
    border: 1px solid red;
}

.form_error {
    color: red;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.num-act{
    white-space: nowrap;
}

.disable{
    pointer-events:none;
    background: #D8D8D8;
    opacity: 0.7;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row-space-between {
    display: flex;
    justify-content: space-between;
}

.mt-2 {
    margin-top: 10px;
}

#sign_form {
    border-left: 1px solid #A19CAC;
}
