/* 
    Document   : styles
    Created on : Sep 18, 2013, 2:59:52 PM
    Author     : serdnah2
    Description:
        Purpose of the stylesheet follows.
*/

.js-item {
         margin-left: 1.5%!important;
            }

body {
        display: flex;
        flex-direction: column;
        min-height:  100vh;
        }

.flex-item {
        flex: 1;
    }

root { 
    display: block;
}
/*
a{
    cursor: pointer;
}*/

.js-item-img{
    width: 180px;
    margin: 0 auto;
}

#js-container{
    margin-bottom: 16px;
}

.row + .row{
    margin-top: 0px;
}

.js-container-form{
    margin-bottom: 50px;
}


.js-item:hover a{
   font-weight: bold!important;
   text-decoration: underline;

}

.js-item + .js-item, #js-alert-info{
    margin-top: 40px;
}




.js-item {
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important ;
  font-size: 14px!important ;
  font-style: normal!important ;
  font-variant: normal!important ;
  font-weight: 400!important ;
  line-height: 20px!important ;
  text-align: justify;
}
.js-item a{
    color: #1D4B8B;
    text-decoration: none;

}

.js-item div{
    word-wrap: break-word;
}

.linkGreen{
    color: green;
}

#js-items-found{
    margin-top: 50px;
  
}

#js-current-page{
    margin-top: 30px;
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important ;
  font-size: 14px!important ;
  font-style: normal!important ;
  font-variant: normal!important ;
  font-weight: bold!important ;
  line-height: 20px!important ;
  text-align: justify;
   margin-left: 1.3%!important;
}

.js-display-none{
    display: none;
}

.js-add-input + .js-add-input{
    margin-top: 20px;
}

#js-loading{
    display: none;
}

#js-notification{
    position: fixed;
    right: 0;
    z-index: 2;
}

#loading{
    position: absolute;
    display: none;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    z-index: 10000;
}

#loading div{
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
    background: #fff1a8;
}

.alert-info{
  background-color: #cc3333!important;
  border-color:#cc3333!important;
  color: white;
}