/* .bg-login {
    background-image: url("../../../images/bg-md.jpg");
    width: 100%;
} */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
}

label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}

.btn-default {
    background-color: #fff;
    border-color: #d2d6de;
    color: #444;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #f5f5f5 !important;
    border-color: #d2d6de;
    color: #444;
}

.btn-social *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-size: 1em !important;
    left: 0;
    line-height: 32px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px !important;
}

.content-header {
    padding: 15px 18px 0;
    position: relative;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d2d6de;
    border-color: #d2d6de;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.timeline > li > .timeline-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.center {
    text-align:center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.img-user {
    border: 1px solid #fff;
    border-radius: 100%;
}

.btn-submit {
    width: 100px;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 15px;
}

.btn-reset{
    width: 100px;
    margin-top: 7px;
    font-size: 15px;
}

.icon-title {
    margin-right: 5px;
}

.bg-btn-action {
    background: #f7f7f7;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.42857;
}


/*Personal style*/
.trtiempo-primary{
    color: #fff;
    /*background-color: #337ab7;*/
    background-color: #00c0ef;
    border-color: #337ab7;
}
.trtiempo-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.text-error{
    color: #ff0000;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0px;
}
.input-text-error{
    border: 1px solid #ff0000;
    /*color: #0e0e0e;*/
}

label.error:first-letter{
    text-transform: capitalize;
}

.select2-search--inline{
    list-style: none;
    /* margin-left: -40px; */
}

.acepps{
    background: #bcddff;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.form-horizontal .checkbox{
    padding-top: 0px;
    margin-top: 4px;
    margin-bottom: 0;
}
.content-epps{
    padding-top: 10px;
}

.table-responsive{
    padding: 15px;

}
.popover-body{
    width: 265px;
    height: 158px;
    overflow-x: auto;
}

.modal-doc .modal-content{
    background: transparent;
}
.modal-doc .modal-body{
    padding: 0;
}
.modal-doc .modal-footer{
    padding: 0;
    border: 0;
}
.file-group-p .input-group[class*="col-"], 
.file-group-u .input-group[class*="col-"]{
    padding-right: 15px;
    padding-left:  15px;
}
.file-group-p .input-group-addon, 
.file-group-u .input-group-addon{
    /*background-color: #eee;*/
    background-color: #c3e3fc;
    cursor: pointer;
}

.file-group-p input:read-only, 
.fg-readonly input:read-only, 
.file-group-u input:read-only {
    background-color: #fff;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 16px;
    /*color : transparent;*/
    /*text-shadow : 0 0 0 #000;*/
}
/* For Firefox */
.file-group-p input:-moz-read-only,
.fg-readonly input:-moz-read-only,
.file-group-u input:-moz-read-only{ 
    background-color: #fff;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 16px;
/*    color : transparent;
    text-shadow : 0 0 0 #000;*/
}


.file-group-p .control-label {
    text-align: left;
    line-height: 20px;
}
@media (max-width: 768px){
    .file-group-p .control-label {
        text-align: right;
    }
}

.help-block {
    margin-bottom: 0;
}

/*.btn-primary {
  background-color: #fe6500;
  border-color: #e45b00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #e45b00;
  border-color: #e45b00;
}
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #e45b00;
  border-color: #e45b00;
}*/

