/* Para ser executado em qualquer tela do sistema */

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        /* New width for default modal */
    }
    .modal-sm {
        width: 350px;
        /* New width for small modal */
    }
}

@media screen and (min-width: 992px) {
    .modal-lg {
        width: 950px;
        /* New width for large modal */
    }
}

.modal {}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.clock {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 18px;
}

#Date {}

.clock ul,
.clock ul li {
    display: inline;
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
}

@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

.table>tbody>tr>td.success .table>tbody>tr>td.info .table>tbody>tr>td.warning .table>tbody>tr>td.danger {
    padding: 8px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
}

.th1-icon-success {
    background-image: url("../images/th1-icon-success.png");
}

.th1-icon-info {
    background-image: url("../images/th1-icon-info.png");
}

.th1-icon-warning {
    background-image: url("../images/th1-icon-warning.png");
}

.th1-icon-danger {
    background-image: url("../images/th1-icon-danger.png");
}

.th1-icon-success,
.th1-icon-info,
.th1-icon-warning,
.th1-icon-danger {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.modal-header .prev {
    margin-top: -2px;
    margin-right: 20px;
    float: left;
}

.modal-header .next {
    margin-top: -2px;
    margin-right: 20px;
    float: right;
    [data-icon] {
        float: right;
        padding-left: 10px;
        &:before {
            content: attr(data-icon);
        }
    }
}

#alerta-agenda h4 {
    width: 80%;
}

.btn-alerta {
    float: right;
    padding: 5px;
    margin-top: -20px;
}

input[type=checkbox].form-control-chkrad,
input[type=radio].form-control-chkrad {
    margin: 0px 0 0;
    width: 20px;
    height: 20px;
}

label.form-control-chkrad {
    display: inline;
}


/*
#alerta-agenda .btn {
  float: right;
  margin-top: -37px;
  margin-right: 30px;
  width: 20%;
}

@media only screen and (max-width: 560px) {

  .alerta-agenda-btn-label span {
    content: '!!!';
  }

  #alerta-agenda .btn {
    float: right;
    margin-top: -37px;
    margin-right: 30px;
    width: 20%;
  }
}
*/