
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome|zocial);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
@font-face {
    font-family: 'icomoon';
    src:url('https://jlalovi-cv.herokuapp.com/font/icomoon.eot');
    src:url('https://jlalovi-cv.herokuapp.com/font/icomoon.eot?#iefix') format('embedded-opentype'),
        url('https://jlalovi-cv.herokuapp.com/font/icomoon.ttf') format('truetype'),
        url('https://jlalovi-cv.herokuapp.com/font/icomoon.woff') format('woff'),
        url('https://jlalovi-cv.herokuapp.com/font/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cloudy:before {
    content: "\e60f";
}
.icon-sun:before {
    content: "\e610";
}
.icon-cloudy2:before {
    content: "\e611";
}
/************************************* END FONTS *************************************/

ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 17px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}
    a:hover {
        text-decoration: underline;
    }

/*h1, h2, p, a, span{
    color: #fff;
}*/
    .scnd-font-color {
        color: #9099b7;
    }
p.scnd-font-color.ng-binding{
  color: #fff;
  font-size: 15px;
}


.horizontal-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .horizontal-list li {
        float: left;
    }

.clear {
    clear: both;
}

.icon {
    font-size: 25px;
}

.titular {
    display: block;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.arrow-btn-container {
    position: relative;
}
    .arrow-btn {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
        .arrow-btn:hover {
            text-decoration: none;
        }
        .arrow-btn.left {
            border-top-left-radius: 5px;
        }
        .arrow-btn.right {
            border-top-right-radius: 5px;
            right: 0;
            top: 0;
        }
        .arrow-btn .icon {
            display: block;
            font-size: 18px;
            border: 2px solid #fff;
            border-radius: 100%;
            line-height: 17px;
            width: 21px;
            margin: 20px auto;
            text-align: center;
        }
            .arrow-btn.left .icon {
                padding-right: 2px;
            }

.profile-picture {
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;    
}
    .big-profile-picture {
        margin: 0 auto;     
        border: 5px solid #50597b;
        width: 150px;
        height: 150px;
    }
    .small-profile-picture {
        border: 2px solid #50597b;
        width: 40px;
        height: 40px;
    }


/** MAIN CONTAINER **/

.main-container {
    font-family: 'Ubuntu', sans-serif;
    width: 950px;
    height: 1725px;
    margin: 6em auto;
}   
    /*********************************************** HEADER ***********************************************/
    
        .profile-menu {
            float: right;
            height: 80px;
            padding-right: 20px;
        }
            .profile-menu p {
                font-size: 17px;
                display: inline-block;
                line-height: 76px;
                margin: 0;
                padding-right: 10px;
            }
                .profile-menu a {
                    padding-left: 5px;
                }
                    .profile-menu a:hover {
                        text-decoration: none;
                    }
            .small-profile-picture {
                display: inline-block;
                vertical-align: middle;             
            }
    /** CONTAINERS **/
    .container {
       
        width: 100%;
    }
        .block {
            margin-bottom: 25px;
            background: #353535;
            border-radius: 5px;
        }
        /******************************************** LEFT CONTAINER *****************************************/
        .left-container {}
            .menu-box {
                height: 261px;
                width: 110%;
            }
                .menu-box .titular {
                    background: #ff7300;
                }
                .menu-box-menu .icon {
                    display: inline-block;
                    vertical-align: top;
                    width: 28px;
                    margin-left: 20px;
                    margin-right: 15px;
                }
                .menu-box-number {
                    width: 36px;
                    line-height: 22px;
                    background: #50597b;
                    text-align: center;
                    border-radius: 15px;
                    position: absolute;
                    top: 15px;
                    right: 15px;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }
                .menu-box-menu li{
                    height: 40px;
                    position: relative;                                     
                }
                .menu-box-tab {
                    line-height: 40px;
                    display: block;
                    border-bottom: 1px solid #1f253d;
                    -webkit-transition: background .2s;
                    transition: background .2s;
                }
                    .menu-box-tab:hover {
                        background: #50597b;
                        border-top: 1px solid #1f253d;
                        text-decoration: none;
                    }
                    .menu-box-tab:hover .icon {
                        color: #fff;
                    }
                    .menu-box-tab:hover .menu-box-number {
                        background: #e64c65;
                    }
                    a.menu-box-tab.ng-binding{
                      font-size: 15px;
                      color: #fff;
                    }
                    a.menu-box-tab.ng-binding:hover{
                      color: #fff;
                    }
           
       
                
                        
        /************************************************** MIDDLE CONTAINER **********************************/
        
            .profile {
                height: 261px;
                width: 110%;
            }
                .add-button .icon {
                    float: right;
                    line-height: 18px;
                    width: 23px;                    
                    border: 2px solid;
                    border-radius: 100%;
                    font-size: 18px;
                    text-align: center;
                    margin: 10px;                   
                }
                    .add-button .icon:hover {
                        color: #e64c65;
                        border-color: #e64c65;
                    }
                .user-name {
                    margin: 25px 0 16px;
                    text-align: center;
                    font-size: 15px;
                   color: #fff;
                                   }
                .profile-description {
                    width: 210px;
                    margin: 0 auto;
                    text-align: center;
                }
               
           
        /********************************************* RIGHT CONTAINER ****************************************/
        
            .calendar-day {
                height: 261px;
                background: #353535;
                width: 96%;
            }
                .calendar-day .titular {
                    background: #565656;
                    color: #fff;
                }
                    .calendar-day .arrow-btn:hover {
                        background: #16417E;
                    }
                .calendar-day .the-day {
                    margin: 0;
                    text-align: center;
                    font-size: 93px;
                    color: #fff;
                }
                .add-event.button {
                    background: #4fc4f6;
                }
                    .add-event.button:hover {
                        background: #35aadc;
                    }
            

/********************************************* ESTADISTICAS ****************************************/



.sectionClass {
  padding: 20px 0px 0px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
  margin-top: -30px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: -30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
     padding: 43px;
    margin-top: -51px;
}

.projectFactsWrap .item{
  width: 20%;
  height: 80px;
  padding: 0px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #353535;
}

.projectFactsWrap .item:nth-child(2){
  background: #565656;
}

.projectFactsWrap .item:nth-child(3){
  background: #353535;
}

.projectFactsWrap .item:nth-child(4){
  background: #565656;
}
.projectFactsWrap .item:nth-child(5){
  background: #353535;
}

.projectFactsWrap .item p.number{
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  margin-top: 5px;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0; 
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


footer{
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;

  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

td.text-left.lual.ng-binding{
  font-size: 13px;
}



.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}



/**EDITAR PERFIL DE USUARIO**/

label.col-sm-3.col-form-label.label-title.lual, input.col-sm-7.form-control.form-control-sm.lual, select.col-sm-7.form-control.form-control-sm.lual{
  font-size: 13px;
  height: 30px;
}
