.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 3px;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #f4f4f4;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	border-top: 1px solid #f4f4f4
}

table.dataTable thead th, table.dataTable tfoot th {
	text-align: center;
}

#nuevoRPT24 .form-control {
	padding: 6px;
	font-size: 12px;
}

.upper {
	text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-size: 12px;
}

#editarCliente span, #nuevoCliente span {
	font-weight: 400;
	font-size: 13px;
}



/****** LOGIN MODAL ******/
.modal-content-admin {
    background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    height:inherit;
    margin: 0 auto;
    max-width: 600px;
    /*overflow: hidden;*/
    padding: 0 30px 15px;
    pointer-events: all;
    width:auto;
}

#booking-payment-modal .modal-content-admin {
    max-width: 1024px;
    background-color: #FFF;
    font-size: 13px;
}

#booking-payment-modal .modal-header {
    border-bottom: none;
}

#cambiar-contrasena .modal-content-admin {
    max-width: 500px;
}

.modal-content-admin {
    max-width: 800px;
    background-color: #FFF;
    font-size: 13px;
}

.modal-content-admin h1 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px;
}

.modal-submit {
    background-color: #4d90fe;
    border: 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 auto;
    text-shadow: 0 1px rgba(0,0,0,0.1);
}

.modal-submit:hover {
    background-color: #357ae8;
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}

.payment-help{
    font-size: 12px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    pointer-events:none;
    vertical-align: middle;
}

.modal-content-admin .btn-default {
    background-color: #FFF;
    color: #555 !important;
}

.modal-content-admin .form-row {
    margin-bottom: 15px;
}

#cambiar-contrasena .modal-content-admin .modal-header {
    border-bottom: none;
}
.modal-content-admin .modal-header {
    position: relative;
}

.modal-header-logoWrap {
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.modal-header-logo {
    position: relative;
    margin-bottom: 6px;
    height: 35px;
}

.modal-header-logoBevel {
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.1);
    position: absolute;
    top: 3px;
    left: 3px;
}

.modal-header-logoBorder {
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.18), 0 2px 2px 0 rgba(0,0,0,.08);
    position: absolute;
    top: 0;
    left: 0;
}

.modal-header-logoImage {
    width: 64px;
    height: 64px;
    margin: 3px;
    border-radius: 100%;
    /*background: #fff;*/
    background: #3c8dbc;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    background-image: url(/assets/images/LogoMini.png);
    background-size: 70%;
    background-repeat: no-repeat;
}

.modal-content-admin textarea {
   resize: none;
}

.nopaddingleft {
    padding-left: 0px !important;
}

.modal-content-admin h2 {
    font-size: 18px;
    margin: 5px;
}

.modal-content-admin .form-group.has-error label,
.modal-content-admin .form-group.has-success label {
    color: #333;
}

.modal-content-admin .has-error .input-group-addon,
.modal-content-admin .has-success .input-group-addon {
    color: #555;
}

.modal-content-admin h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}
.modal-content-admin p {
    margin-bottom: 0;
}
.modal-content-admin .cc-icon {
    font-size: 30px;
}

.modal-content-admin li {
    float: none !important;
}

.loader {
    background: url(../img/ajax-loader.gif) 50% 50% no-repeat rgba(255,255,255,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
}

.alert .list-group-item {
    padding: 2px 10px;
}



@media (min-width: 768px){
    .surveys-info .circle-tile {
        margin-bottom: 30px;
    }
}

.surveys-info .circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.surveys-info .circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
    line-height: 80px;
    font-size: 25px;
    font-weight: 100;
}

/* -- Background Helper Classes */

/* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */

.surveys-info .dark-blue {
    background-color: #34495e;
}

.surveys-info .green {
    background-color: #16a085;
}

.surveys-info .blue {
    background-color: #2980b9;
}

.surveys-info .orange {
    background-color: #f39c12;
}

.surveys-info .red {
    background-color: #e74c3c;
}

.surveys-info .purple {
    background-color: #8e44ad;
}

.surveys-info .dark-gray {
    background-color: #7f8c8d;
}

.surveys-info .gray {
    background-color: #95a5a6;
}

.surveys-info .light-gray {
    background-color: #bdc3c7;
}

.surveys-info .yellow {
    background-color: #f1c40f;
}

/* -- Text Color Helper Classes */

.surveys-info .text-dark-blue {
    color: #34495e;
}

.surveys-info .text-green {
    color: #16a085;
}

.surveys-info .text-blue {
    color: #2980b9;
}

.surveys-info .text-orange {
    color: #f39c12;
}

.surveys-info .text-red {
    color: #e74c3c;
}

.surveys-info .text-purple {
    color: #8e44ad;
}

.surveys-info .text-faded {
    color: rgba(255,255,255,0.7);
}



.surveys-info .circle-tile-heading .fa {
    line-height: 80px;
}

.surveys-info .circle-tile-content {
    padding-top: 50px;
}
.surveys-info .circle-tile-description {
    text-transform: uppercase;
}

.surveys-info .text-faded {
    color: rgba(255,255,255,0.7);
}

.surveys-info .circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.surveys-info .circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.surveys-info .circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}


.surveys-info .morning {
    background: url(https://lh3.googleusercontent.com/-1YbV7nsVnX8/WMugaq-6BEI/AAAAAAAADSg/0wPfQ84vMUcCle_SkgiUDOumUKscMaA8QCL0B/w530-d-h353-p-rw/widget-bg-morning.jpg) center bottom no-repeat;
    background-size: cover;
}

.surveys-info .time-widget {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 1.75em;
}

.surveys-info .time-widget-heading {
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 400;
    color: #fff;
}

.surveys-info #datetime{color:#fff;}
.surveys-info .tile-img {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.surveys-info .tile {
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

textarea.form-control {
    resize: vertical;
    overflow: auto;
}

#nuevaEncuesta .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}


.table>tbody>tr>td {
    padding: 8px;
    line-height: 1rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: solid 1px rgba(0,0,0,0.1);
    font-size: 1rem;
}

#notificar-cliente .modal-content-admin {
    max-width: 600px;
    background-color: #FFF;
    font-size: 13px;
}

#notificar-cliente h4 {
    padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_processing {
    top: 0;
    z-index: 1;
    height: 100%;
    margin-left: -50%;
    margin-top: 0;
    padding-top: 100%;
}

.obs_rpt {
    cursor: pointer;
    font-size: 16px;
}
#obs-rpt24-modal .modal-body {
    overflow: auto;
    max-height: 450px;
}

#observaciones-wrapper .message-item {
    margin-bottom: 15px;
    /*margin-left: 40px;*/
    position: relative;
}
#observaciones-wrapper .message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
#observaciones-wrapper .message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#observaciones-wrapper .message-item .message-head .user-detail {
    overflow: hidden;
}
#observaciones-wrapper .message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
#observaciones-wrapper .message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}
#observaciones-wrapper .message-item .message-head .post-estado {
    font-weight: 600;
}
#observaciones-wrapper .post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.dataTable .obs_rpt {
    font-size: 14px;
}

.pending_file,
.downloaded_file {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    float: right;
  }


  .pending_file {
      background-color: rgb(102, 255, 153);
    }

    .downloaded_file {
        background-color: #f1c40f;
    }
    .pulse {
      animation: pulse-animation 2s infinite;
    }

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(102, 255, 153, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(102, 255, 153, 0);
    }
  }
