﻿.control-login {
  max-width:370px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.close_modal {
        width: 17px;
        height: 17px;
        font-size: 1em;
        font-weight: bold;
        color: #ffffff;
        float: right;
        line-height: 1em;
        padding-left: 5px;
        cursor: pointer;
        background: -moz-linear-gradient(50% 0% -90deg, #514535 30.72%, #483b2e 47.24%, #3c2f24 75%, #38281e 100%);
        background: -webkit-linear-gradient(-90deg, #514535 30.72%, #483b2e 47.24%, #3c2f24 75%, #38281e 100%);
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0.3072, #514535), color-stop(0.4724, #483b2e), color-stop(0.75, #3c2f24), color-stop(1, #38281e));
        background: -o-linear-gradient(-90deg, #514535 30.72%, #483b2e 47.24%, #3c2f24 75%, #38281e 100%);
        background: -ms-linear-gradient(-90deg, #514535 30.72%, #483b2e 47.24%, #3c2f24 75%, #38281e 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#514535', endColorstr='#38281E' ,GradientType=0)";
        background: linear-gradient(180deg, #514535 30.72%, #483b2e 47.24%, #3c2f24 75%, #38281e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#514535', endColorstr='#38281E', GradientType=0);
        margin-top: 2px;
        margin-right: 10px;
    }

body {
    font-size:13px;
}
#page-alert{
    width:100%;
    box-sizing:border-box;
    display:block;
}
#body-alert{
    width:80%;
    margin:0 auto;
    text-align:center;
}

.form-alert{
    width:80%;
    margin:0 auto;
}

.divcomment-alert{
    width:80%;
    margin:0 auto;
}

.title-1{
    font-size:2em;
    color:#000;
}
.title-2{
    font-size:1.5em;
    color:#000;
}
.title-3{
    font-size:1.5em;
    color:#919191;
}
.title-4{
    font-size:1em;
    color:#919191;
}
.text-1{
    font-size:1em;
    color:#000;
}
.text-2{
    font-size:1em;
    color:#919191;
}
.clear{
    clear:both;
    display:block;
    text-align:center;
}
input {
    border:1px solid #aaa;

}
.adviser-name{
    margin-top:20px;
}
.search-input{
    width:70%;
    height:40px;
    background:url('../img/search-icon.png')no-repeat right center;
    background-size:contain; 
    padding:5px 35px 5px 15px;
    margin-top:10px;
}
.alerts-type-title{
    margin-top:20px;
}
.alerts-list{
    margin-top:10px;
    width:100%;
}
.alert-container{
    width:100%;
    margin-top:10px;
    height:70px;
    text-align:left;
    background-color:#f2f2f2;
}
.alerts-list-container:nth-child(1n+1) .alert-container{
    background-color:#f2f2f2;
}
.alerts-list-container:nth-child(2n+1) .alert-container{
    background-color:#fee6e6;
}
.alerts-list-container:nth-child(3n+1) .alert-container{
    background-color:#edffdd;
}
.alerts-list-container:nth-child(4n+1) .alert-container{
    background-color:#e6f7fe;
}
.alert-date{
    box-sizing:border-box;
    float:left;
    width:20%;
    padding-right:30px;
}
.alert-description{
    box-sizing:border-box;
    float:left;
    width:65%;
    padding-right:15px;
}
.alert-detail{
    box-sizing:border-box;
    float:right;
    width:15%;
    line-height:40px;
    text-align:center;
}

.alert-comment{
    max-width: 800px;
}

.checkRol{
    padding-left:20px;
}

.checkGroupRol{
    padding:10px;
    border-top:solid;
    border-top-color:gainsboro; 

}
@media screen and (max-width: 1000px) {
    #body{
        width:100%;
    }
}
@media screen and (max-width: 800px) {
    .alert-container{
        height:80px;
    }
}
@media screen and (max-width: 500px) {
    body {
        font-size:12px;
    }
    .alert-container{
        height:auto;
    }
    .alert-date{
        width:30%;
    }
    .alert-description{
        width:70%;
    }
    .alert-detail{
        width:100%;
        line-height:initial;
        margin-bottom:5px;
        text-align:right;
    }
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader2 {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 4000;
}

    .loader2 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50px;
    }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
