*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, #app {
    height: 100%;
}

#main-container {
    background-color: #efefef;
}

#sub-container {
    #background-color: #ffffff;
}

.min-100 {
    min-height: 100%;
}

.mb20 {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}
.flt-rt {
    float:right;
}

body {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

h1 {
    font-size:68px;
    color: #1a4c78;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background-color:#efefef;
    text-align:center;
    padding-bottom: 20px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
}
h3 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.sidebar-header h3 {
    text-align: center;
}

h5 {
    font-family: 'Roboto', sans-serif;
}

h6 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 20px;
}

div.divider {
    height: 60px;
    margin: 25px -15px;
    background-color:#efefef;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #686868;
    opacity: 1; /* Firefox */
    font-size: 12px;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #686868;
    font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #686868;
    font-size: 12px;
}


table {
    text-align: center;
}

table.table-shadowed {
    box-shadow: 5px 3px 20px 0px #000000;
}

.form-section {
    padding: 50px;
    margin: 50px;
    box-shadow: 3px 3px 20px 0px #000000;
}

.page-section, .submit-section {
    text-align: center;
}

.submit-section input {
    width: 150px;
    height: 50px;
}

.search-form {
    margin-bottom: 20px;
    float: right;
}

.filter-form-wrapper {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    background-color: rgba(0,0,0,.03);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}

#filter-form {
    float: right;
}


tbody tr:hover {
    background-color: #f3f3f3;
    cursor: pointer;

}

.btn {
    border-radius: 100px 100px 100px 100px;
}
.btn:focus {
    box-shadow: none !important;
}
.btn:active {
    border: none;
}


.btn-link {
    border: none !important;
}


.btn-primary {
    border-color: #1a4c78;
    background-color: #ffffff;
    color: #1a4c78;
}

.btn-primary:hover, .btn-primary:active {
    color: #ffffff;
    background-color: #1a4c78 !important;
    border-color: #ffffff;
}


.btn-secondary:hover, .btn-secondary:active {
    border-color: #1a4c78;
    background-color: #ffffff !important;
    color: #1a4c78;
}

.btn-secondary {
    color: #ffffff;
    background-color: #1a4c78;
    border-color: #1a4c78;
}

#main-nav {
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #1a4c78;
    padding: 21px 21px 21px 21px;
}

thead{
    background-color: #eaeaea;

}

.navbar-brand {
    background-image: url('/img/logos/reaching-neighbors.png');
    width: 300px;
    height: 73px;
    margin-left: 30px;
}

/***************************************
*
*      CARDS
*
*****************************************/



.card-deck {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.template-card {
    margin-bottom: 2rem;
}

.card-body {
    padding:1rem;
}


.card-header-row-2 {
    line-height: 1rem;
}

span.template-id {
    color: rgba(0,0,0,.4);
    font-size: .7rem;
}

span.template-size {
    float:right;
}

.photo_box {
    border: none;
    border-radius: 20px;
    background-color: #e2e2e2;
    padding: 13px 18px;
    text-align: center;
    min-height: 360px;
    margin-bottom: 100px !important;
    position: relative;
    transition: all 0.5s;
}

.photo_box a {
    text-decoration: none;
    color: white;
    background: #1a4c78;
    position: relative;
    top: 10px;
    padding: 5px;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px #1a4c78, 0px 0px 20px 0px #bbb;
    transition: all 0.2s;
}

.photo_box a:active{
    top: 18px;
    box-shadow: 0px 3px 0px 0px #1a4c78;
}

.photo_box:hover {
    transform: scale(1.03);
}

.navbar-nav {
    margin-right: 10%;
}

.nav-item {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown {
    margin: 20px;
}

.logo-container {
    padding: 0px;
    width: 300px;
}

.dropdown-menu {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;

    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.dropdown-item:hover {
    color: #1a4c78;
}

.dropdown-item:active {
    background: lightgrey;
    color: #000000;
    font-weight: bold;
}

.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #1a4c78;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}

.nav-link:hover:before,
.nav-link:focus:before {
    visibility: visible;
    transform: scaleX(1);
}

.category-section {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}



.choose-category-box {
    width: 500px;
    height: 500px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
}

.choose-category-box .mask, .choose-category-box .content {
    width: 500px;
    height: 500px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.choose-category-box img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.choose-category-box h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}

.choose-category-box p {
    font-family: Roboto, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.choose-category-box a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.choose-category-box a.info:hover {
    box-shadow: 0 0 5px #000
}

.choose-category-box img {
    transition: all 0.3s ease-in-out;
}

.choose-category-box .mask {
    background-color: rgba(146,96,91,0.3);
    transform: translateY(-500px);
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.choose-category-box h2{
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.choose-category-box p{
    opacity: 0;
    color: #333;
    transition: all 0.2s linear;
}
.choose-category-box:hover .mask {
    transform: translateY(0px);
}
.choose-category-box:hover img {
    transform: translateY(500px);
    transition-delay: 0.1s;
}
.choose-category-box:hover p{
    opacity: 1;
    transition-delay: 0.4s;
}

/*Progress Tracker*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }


ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #1a4c78;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}


ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #1a4c78;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\2713";
    color: white;
    background-color: silver;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

#accordionSideBar li{
    list-style-type: none;
}

.sidebar-link{
    font-weight: 100;
}

.sidebar-link.active {
    font-weight: bold;
}
.sidebar-link:hover {
    color: #1a4c78;
}
.UYOsize:hover {
    color: #1a4c78;
}

a {
    text-decoration: none;
    color: inherit;
}
.btn-link {
    color: inherit;
}

.btn-link.active {
    text-decoration: none;
}

a:hover, .btn-link:hover {
    color:inherit;
    text-decoration: none;
}


/**************
* Edit Page
 */

.fixed {
    position: fixed;
    top: 0px;
    width: 380px;
}

#edit-right {
    float:right;
}

.bt-form-field {
    border: 1px solid #999;
    border-bottom: 1px solid #333;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    outline: 0px;
    font-family: 'HelveticaNeueLTStd-Lt';
    width: 100%;
    min-width: 92%;
    max-width: 100%;
    background-color: #fff;
}


.project-start-btn {
    margin-top: 15px;
}

.fa:hover {
    color: #1a4c78;
}

.navbar-collapse {
    flex-grow: 0 !important;
}