
/***************************************************/
/* Common styles                                  */
/***************************************************/

.main_content {
    margin-top: 3vh;
    margin-bottom: 3vh;
    margin-right:3vh;
    margin-left:3vh;
    min-height:65vh;

}


/***************************************************/
/* Header menu bar                                 */
/***************************************************/

/* Prevent un-collapsing on resize */
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none !important;
}


/***************************************************/
/* The top and bottom  navbar                      */
/***************************************************/

.top-nav {
    position: fixed;
    width: 100%;
    min-height:10px;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#222),to(#222));
    color: white;
}
.top-nav-nonfixed {
    width: 100%;
    min-height:10px;
    top: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#222),to(#222));
    color: white;
}

.bottom-navbar {
    min-height:10px;
    margin-bottom: 0px;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#222),to(#222));
    color: white;
}

.nav-pill-override > li + li {
    margin-left: 0px;
}

.nav-number-input {
    color: black;

}

.report-button {
    border-radius: 15px;
    padding: 2px 2px;
    line-height: 1;
}

.add-button {
    border-radius: 50px;
    padding: 10px 10px;
    line-height: 1;

}

.vote-button {
    border-radius: 50px;
    padding: 10px 10px;
    line-height: 1;

}

.hamberger-button {
    padding: 4px 9px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:0px;
    margin-left:0px;
}

.url-button {
     background:none;
     color:inherit;
     border:none; 
     padding:0;
     font: inherit;
     border-bottom:0px solid #444; 
     cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.request-active {
    background-color: #d9edff;
    color: #333333;
    border: 2px solid #333333;
    width: 100%;
}

.request-area {
    background-color: #d9edff;
    color: #6d6db5;
    border: 2px solid #6d6db5;
    width: 100%;
}


.request-button {
    background-color: #d9edff;
    color: #6d6db5;
    border: 2px solid #6d6db5;
    border-style: dashed;
    width: 100%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.request-button:hover {
  background-color: #6d6db5; /* Green */
    color: white;
}

.add-image-button {
    background-color: #dff0d8;
    color: #3c763d;
    border: 2px solid #3c763d;
    border-style: dashed;
    width: 100%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.add-image-button:hover {
  background-color: #3c763d; /* Green */
    color: white;
}

.start-here-text {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;

}

.nav-arrows {
    line-height: 1.3;
    padding: 3px 12px;
}

.nav-image {
    padding: 0px 0px;
}


/***************************************************/
/* The left hand menu bar on the book page         */
/***************************************************/
/*
.page-menu.navbar-fixed-left {
  width: 70px;
  position: fixed;
  border-radius: 0;
  height: 130px;
  margin-top: 50px;
}
*/

/* Cancel default li float: left */
/*
.page-menu.navbar-fixed-left .page-menu.navbar-nav > li {
  float: none;  
  width: 100px;
}
*/

/*
.page-menu.navbar-fixed-left + .container {
  padding-left: 70px;
}
*/

/* On using dropdown menu (To right shift popuped) */
/*
.page-menu.navbar-fixed-left .page-menu.navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}

*/

/* The next page buttons. */
/*
.bottom-page-toggle {

}
*/

/***************************************************/
/* The bottom page switcher on book page           */
/***************************************************/

.page_select_container {
    text-align:center;
}

/***************************************************/
/* File upload section                             */
/***************************************************/
.fileInput{
  border-bottom: 4px solid lightgray;
  border-right: 4px solid lightgray;
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 10px;
  margin: 15px;
  cursor: pointer;
}

.imgPreview {
  text-align: center;
  margin: 5px 15px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 5px solid gray;
  border-bottom: 5px solid gray;
}
.imgPreview >  img {
    width: 100%;
    height: 100%;
    }


/***************************************************/
/* image dispay section                            */
/***************************************************/
.image_section_dots {
  width: 50px;
}

.image_section_dot_container {
  text-align: center;
}

/***************************************************/
/* helper css                                      */
/***************************************************/

/***************************************************/
/* make text blink                                 */
/***************************************************/
.blink_text {
    animation:3s blinker linear infinite;
    -webkit-animation:3s blinker linear infinite;
    -moz-animation:3s blinker linear infinite;
    color: red;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/***************************************************/
/* loading spinner                                 */
/***************************************************/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}


/***************************************************/
/* footer                                          */
/***************************************************/

.footer {
    background: #222222 none repeat scroll 0 0;
    border-top: 4px solid #fcab0e;
    margin: 0;
    padding: 20px 0;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #fcab0e;
    font-family: roboto;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #f1f2f2;
    padding: 5px 0;
}
.footer_no_underline ul li {
    border-top: 0px solid #000;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}
.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}

.footer_social li {

    margin: 0 15px;
    display: inline;
    border-top: none;
}

.footer_social li a {
  color:#ffffff;
}


