
.btn.btn-primary-client {
    background: #f4f4f4;
    box-shadow: 0 2px #16a085;
    color: #676767;
    font-family: Arial;
}


.margin-t-15 {
    margin-top: 15px;
}

.margin-t-5 {
    margin-top: 5px;
}
@import url('https://fonts.googleapis.com/css?family=Varela+Round');


.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #016570;
    position: relative;
    height: 60px !important;
    z-index: 999;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.mainInner div {
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    position: relative;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
    display: none;
    transition: transform 250ms ease-in-out;
    background: #016570;
    min-height: calc(100vh - 150px);
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    min-height: 100%;
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 21px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

#sidebarMenu h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin: 0;
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

#sidebarMenu.menuOpen {
    transform: translateX(0) !important;
    display: block;
}

#openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 15px;
    left: 15px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

#btnMenu.menuOpen > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

#btnMenu.menuOpen > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

#btnMenu.menuOpen > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.screenTitle {
    position: absolute;
    z-index: 99;
    color: white;
    font-family: Open Sans;
    font-size: 24px;
    top: 13px;
    left: 25%;
    width: 50%;
}
#imgPhotoNav {
    height: 80px;
    width: 80px;
    object-fit: cover;
    object-position: center top;
    margin-right: 5px;
    border-radius: 50%;
    border: 3px #eee solid;
    transition: all 0.3s;
    flex-shrink: 0;
}

@media (max-width:767.98px) {
    #sidebarMenu {
        background: linear-gradient(180deg, #016570 100%, rgba(1, 101, 112, 0.23) 100%);
    }
}
