﻿
#mueller-report-container {
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

.button-nav {
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid silver;
    padding: 0px 5px 0px 5px !important;
    display: inline-block;
    zoom: 1;
    border-radius: 4px;
    margin: 0px 0px 0px 2px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

//li.item {
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

    //
    li.item:hover {
        width: 200px;
    }

.menu .item {
    display: inline-block;
    padding: 0px 0px 0px 4px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.btn-primary:hover {
    color: #222;
    background-color: transparent;
    border-color: #222;
}

.menu-wrapper {
    position: relative;
    height: 100px !important;
    // hide the scroll bar margin: 1em auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.menu {
    height: 120px;
    // hide the scroll bar background: #f3f3f3;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    .item

{
    display: inline-block;
    width: 100px;
    height: 100%;
    outline: 1px dotted gray;
    padding: 1em;
    box-sizing: border-box;
}

}

.paddles {
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
}

.right-paddle {
    right: 0;
    background: #f0ad4e;
    border: none;
    color: #fff;
    border: 1px #222 solid;
}

.left-paddle {
    left: 0;
    background: #f0ad4e;
    border: none;
    color: #fff;
    border: 1px #222 solid;
}

.hidden {
    display: none;
}

.print {
    margin: auto;
    max-width: 500px;
    span

{
    display: inline-block;
    width: 100px;
}

}

.responsive-iframe {
    height: auto;
    border: 0;
    z-index: 2;
    margin-top: 5px;
}

#formContent {
    background: transparent;
    left: -10em;
}

main {
    max-width: 800px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc;
}

input {
    display: none;
}


label {
    display: contents;
    margin: 0 0 -1px;
    padding: 18px 2px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
    font-size: 11px;
}

    label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }



    label:hover {
        color: #789;
        cursor: pointer;
    }

input:checked + label {
    color: #222;
    border: 1px solid #abc;
    border-top: 2px solid #ededed;
    border-bottom: 1px solid #fff;
    background: #eee;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

.responsive-iframe {
    width: 100%;
    border: 0;
    z-index: 2;
}

@media screen and (max-width: 800px) {
    label {
        font-size: 0;
    }

        label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (max-width: 500px) {
    label {
        padding: 15px;
    }
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.pdfbtn {
    height: 80px;
    background-color: #ffffff;
    border-color: #b5a7a7;
    color: #222;
    width: 96px;
    padding: 0px 6px 8px 3px;
    margin: 0px -7px 0px 6px;
    border-radius: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 22px;
    padding: 9px 2px;
    font-size: 10px;
    line-height: 1.42857143;
    margin: 1px 0px 0px -2px;
    margin-top: 2px;
    border-radius: 0px;
}

/*li span {
    width: 100%;
    float: right;
}*/

.btn-primary.focus, .btn-primary:focus {
    color: #222;
    background-color: transparent;
    border-color: transparent;
}

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



    ul.marks li a {
        display: block;
        color: #222;
        text-align: left;
        padding: 4px;
        text-decoration: none;
    }

    ul.marks {
        overflow: unset;
        width: 100%;
        margin-bottom: 1em;
    }


.modal-backdrop {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

ul.menus li {
    float: left;
}

ul.menus {
    overflow: unset;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 3em;
    margin-right: 55px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 9px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    margin: 1px 0px 0px -2px;
    border-radius: 7px;
    border-radius: 3px;
    margin-top: -7px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #fff;
}

/*i.fa-comments {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
}

i.fa-check {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    padding: 0px 0px 0px 14px;
}

i.fa-times {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    padding: 0px 0px 0px 23px;
}*/

.modal-dialog {
    width: 600px;
    margin: 7% auto;
}

.author_bio_toggle_wrapper {
}

#author_bio_wrap {
    width: 325px;
    height: 130px;
}



#author_bio_wrap_toggle {
    text-decoration: none;
}

.sidenav {
    height: 57%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #25c2ca;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 10px 14px 11px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-right: 0px;
        color: #fff;
    }

#main {
    transition: margin-left .5s;
    /*padding: 1px 0px 0px 0px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.sidenav a {
    padding: 10px 14px 11px 16px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px #eee solid;
}

.button-nav {
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid silver;
    padding: 0.5em;
    display: inline-block;
    zoom: 1;
    border-radius: 4px;
}

    .button-nav .line {
        display: block;
        background: #969696;
        height: 3px;
        width: 25px;
        margin: 3px 0;
    }

.header-top {
    padding: 4px;
    /*background: #fff;*/
    /* border-bottom: 1px solid #dad5d5; */
    font-size: 5px;
}

    .header-top h1 {
        margin: 0;
        display: inline-block;
        font-size: 1.5em;
        vertical-align: text-bottom;
        line-height: 1;
        font-weight: 400;
    }


.navigation-backdrop {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.navigation {
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1001;
    width: 300px;
    /*overflow: auto;*/
    display: none;
}

    .navigation.open {
        display: block;
    }

.navigation-button {
    padding: 10px;
    text-align: right;
}

.navigation-heading {
    margin: 0;
    font-weight: 400;
    color: #777777;
    padding: 10px;
}

.navigation-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .navigation-list a {
        color: #159bfb;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

section {
    display: none;
    padding: 19px 14px 1px 12px;
    border-top: 1px solid #abc;
}

.btns {
    height: 80px;
}

.socialbox {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    border: 4px solid #ccc;
    box-shadow: 0 0 5px #000, inset 0 0 10px #fff;
    position: relative;
    z-index: 9;
    display: block;
    position: fixed;
    bottom: 0;
    right: 4px;
    top: 34em;
}

    .socialbox h3 {
        line-height: 90px;
        margin: 0;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

.a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #37B0F1;
    text-align: center;
    border: 4px solid #ccc;
    box-shadow: 0 0 5px #000, inset 0 0 10px #fff;
    float: right;
    line-height: 27px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s ease;
    opacity: 0;
}

.fa {
    color: #fff;
}



#Div2 {
    display: none;
    float: left;
}

li.active, .btn:hover {
    background-color: #000;
    color: white;
}

.fab {
    cursor: pointer;
}

.fab-backdrop {
    color: rgba(255, 255, 255, 0);
}

.fab-primary, .fab-secondary {
    transition: all 0.35s ease-in-out;
}

.fab.active .fab-primary {
    opacity: 0;
    transform: rotate(225deg);
}

.fab-secondary {
    opacity: 0;
    transform: rotate(-225deg);
}

.fab.active .fab-secondary {
    opacity: 1;
    transform: rotate(0);
    margin-top: -2px;
}



#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

#inbox .show-on-hover {
    position: absolute;
    bottom: 150px;
    right: 10px;
}

#inbox .btn-io {
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}

#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
    margin-bottom: -5px;
    padding-bottom: 30px;
}

#inbox .dropdown-menu-right {
    right: 0 !Important;
    left: auto !Important;
}

#inbox .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0) !Important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}

#inbox .fa-iox {
    font-size: 22px;
}

#inbox .dropdown-menu > li > a {
    display: block;
    padding: 0;
    padding-top: 4px;
    margin-top: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius: 50px;
    font-size: 21px;
    box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}

#inbox .dropdown-menu > li:first-child > a {
    background: #6E4320 !important;
    color: #fff !important;
}

#inbox .dropdown-menu > li:last-child > a {
    background: #D3A516;
    color: #fff;
}

#inbox .dropdown-menu > li:nth-child(3) > a {
    background: #3C80F6;
    color: #fff;
}

#inbox .dropdown-menu > li:nth-child(5) > a {
    background: #f0ad4e;
    color: #fff;
}

#inbox .dropdown-menu > li:nth-child(2) > a {
    background: #2CAC26;
    color: #fff;
}

#inbox .fa-iosm {
    margin-top: 7px;
}

.modal-header {
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
    background: #035984;
    color: #fff;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.6em !important;
    height: 1em;
    line-height: 1.8em !important;
    vertical-align: middle;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 01;
    color: #fff;
}

.animate {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav-controller {
    position: fixed;
    top: 15px;
    right: 3px;
    padding: 3px 7px 3px;
    border: 2px solid rgb(222, 222, 222);
    color: rgb(51, 51, 51);
    border-radius: 25px;
    font-size: 13pt;
    cursor: pointer;
    z-index: 300;
    display: block;
    width: 25px;
    height: 25px;
}

nav ~ .nav-controller > .controller-open {
    display: inline-block;
}

nav ~ .nav-controller > .controller-close {
    display: none;
}

nav.focus ~ .nav-controller > .controller-open {
    display: none;
}

nav.focus ~ .nav-controller > .controller-close {
    display: inline-block;
}

nav {
    position: fixed;
    top: 0px;
    right: -100%;
    padding-top: 0px;
    padding-bottom: 15px;
    height: 100%;
    max-width: 300px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    box-shadow: -3px 0px 3px 0px rgba(160, 160, 160, 0.30);
    z-index: 100;
    overflow: auto;
}

    nav.focus {
        right: 0px;
    }

    nav > .divider {
        content: '';
        border-bottom: 1px solid rgb(230, 230, 230);
        max-height: 1px;
        overflow: hidden;
        margin: 15px 0px;
    }

.btn-danger {
    color: #fff;
    background-color: #c33a3f;
    border-color: #c33a3f;
}

nav > h4,
nav > p,
nav > ul {
    padding: 0px 10px;
}

nav > h4 {
    font-family: 'Anton', sans-serif;
}

nav > ul {
    list-style: none;
}

    nav > ul > li {
        margin: 5px 0px;
    }

        nav > ul > li > a {
            color: rgb(190, 190, 190);
        }

            nav > ul > li > a:hover {
                color: rgb(51, 51, 51);
                text-decoration: none;
            }

.glyphicon {
    position: relative;
    top: -5px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    /* font-weight: 400; */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    right: 1px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.animate label {
    font-size: 13px;
    color: #8e8b8b;
    cursor: default;
}

.animate li {
    padding: 7px 3px 7px 5px;
    border: 1px #eee solid;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 99%;
    min-height: 100%;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

#mueller-report-container {
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

.button-nav {
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid silver;
    padding: 0px 5px 0px 5px !important;
    display: inline-block;
    zoom: 1;
    border-radius: 4px;
    margin: 0px 0px 0px 2px;
}

/*li.item {
    -webkit-transition: width 2s; 
    transition: width 2s;
}*/


/*li.item:hover {
        width: 200px;
    }*/

.menu .item {
    display: inline-block;
    padding: 0px 0px 0px 4px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.btn-primary:hover {
    color: #222;
    background-color: transparent;
    border-color: #222;
}

.menu-wrapper {
    position: relative;
    /* hide the scroll bar margin: 1em auto; */
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.menu {
    height: 120px;
    /* hide the scroll bar background: #f3f3f3; */
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    .item

{
    display: inline-block;
    width: 100px;
    height: 100%;
    outline: 1px dotted gray;
    padding: 1em;
    box-sizing: border-box;
}

}

.paddles {
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
}

.right-paddle {
    right: 0;
    background: #f0ad4e;
    border: none;
    color: #fff;
    border: 1px #222 solid;
}

.left-paddle {
    left: 0;
    background: #f0ad4e;
    border: none;
    color: #fff;
    border: 1px #222 solid;
}

.hidden {
    display: none;
}

.print {
    margin: auto;
    max-width: 500px;
    span

{
    display: inline-block;
    width: 100px;
}

}

.responsive-iframe {
    height: auto;
    border: 0;
    z-index: 2;
    margin-top: 5px;
}

#formContent {
    background: transparent;
    left: -10em;
}

main {
    max-width: 800px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc;
}

input {
    display: none;
}


label {
    display: contents;
    margin: 0 0 -1px;
    padding: 18px 2px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
    font-size: 11px;
}

    label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    /*label[for*='1']:before {
        content: '\f059';
    }

    label[for*='2']:before {
        content: '\f0f6';
    }

    label[for*='3']:before {
        content: '\f015';
    }

    label[for*='4']:before {
        content: '\f171';
    }*/

    label:hover {
        color: #789;
        cursor: pointer;
    }

input:checked + label {
    color: #222;
    border: 1px solid #abc;
    border-top: 2px solid #ededed;
    border-bottom: 1px solid #fff;
    background: #eee;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

.responsive-iframe {
    width: 100%;
    border: 0;
    z-index: 2;
}

@media screen and (max-width: 800px) {
    label {
        font-size: 0;
    }

        label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (max-width: 500px) {
    label {
        padding: 15px;
    }
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.pdfbtn {
    height: 80px;
    background-color: #ffffff;
    border-color: #b5a7a7;
    color: #222;
    width: 96px;
    padding: 0px 6px 8px 3px;
    margin: 0px -7px 0px 6px;
    border-radius: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 22px;
    padding: 9px 2px;
    font-size: 10px;
    line-height: 1.42857143;
    margin: 1px 0px 0px -2px;
    margin-top: 2px;
    border-radius: 0px;
}

/*li span {
    width: 100%;
    float: right;
}*/

.btn-primary.focus, .btn-primary:focus {
    color: #222;
    background-color: transparent;
    border-color: transparent;
}

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



    ul.marks li a {
        display: block;
        color: #222;
        text-align: left;
        padding: 4px;
        text-decoration: none;
    }

    ul.marks {
        overflow: unset;
        width: 100%;
        margin-bottom: 1em;
    }


.modal-backdrop {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

ul.menus li {
    float: left;
}

ul.menus {
    overflow: unset;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 3em;
    margin-right: 55px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 9px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    margin: 1px 0px 0px -2px;
    border-radius: 7px;
    border-radius: 3px;
    margin-top: -7px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #fff;
}

/*i.fa-comments {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
}*/

/*i.fa-check {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    padding: 0px 0px 0px 14px;
}*/

/*i.fa-times {
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    padding: 0px 0px 0px 23px;
}*/

.modal-dialog {
    width: 600px;
    margin: 5% auto;
}

.author_bio_toggle_wrapper {
}

#author_bio_wrap {
    width: 325px;
    height: 130px;
}



#author_bio_wrap_toggle {
    text-decoration: none;
}

.sidenav {
    height: 57%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #25c2ca;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 10px 14px 11px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-right: 0px;
        color: #fff;
    }

#main {
    transition: margin-left .5s;
    /*padding: 1px 0px 0px 0px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.sidenav a {
    padding: 10px 14px 11px 16px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px #eee solid;
}

.button-nav {
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid silver;
    padding: 0.5em;
    display: inline-block;
    zoom: 1;
    border-radius: 4px;
}

    .button-nav .line {
        display: block;
        background: #969696;
        height: 3px;
        width: 25px;
        margin: 3px 0;
    }

.header-top {
    padding: 4px;
    /*background: #fff;*/
    /* border-bottom: 1px solid #dad5d5; */
    font-size: 5px;
}

    .header-top h1 {
        margin: 0;
        display: inline-block;
        font-size: 1.5em;
        vertical-align: text-bottom;
        line-height: 1;
        font-weight: 400;
    }


.navigation-backdrop {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.navigation {
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1001;
    width: 300px;
    /*overflow: auto;*/
    display: none;
}

    .navigation.open {
        display: block;
    }

.navigation-button {
    padding: 10px;
    text-align: right;
}

.navigation-heading {
    margin: 0;
    font-weight: 400;
    color: #777777;
    padding: 10px;
}

.navigation-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .navigation-list a {
        color: #159bfb;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

section {
    display: none;
    padding: 19px 14px 1px 12px;
    border-top: 1px solid #abc;
}

.btns {
    height: 80px;
}

.socialbox {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    border: 4px solid #ccc;
    box-shadow: 0 0 5px #000, inset 0 0 10px #fff;
    position: relative;
    z-index: 9;
    display: block;
    position: fixed;
    bottom: 0;
    right: 4px;
    top: 34em;
}

    .socialbox h3 {
        line-height: 90px;
        margin: 0;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

.a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #37B0F1;
    text-align: center;
    border: 4px solid #ccc;
    box-shadow: 0 0 5px #000, inset 0 0 10px #fff;
    float: right;
    line-height: 27px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s ease;
    opacity: 0;
}

.fa {
    color: #fff;
}



#Div2 {
    display: none;
    float: left;
}

li.active, .btn:hover {
    background-color: #000;
    color: white;
}

.fab {
    cursor: pointer;
}

.fab-backdrop {
    color: rgba(255, 255, 255, 0);
}

.fab-primary, .fab-secondary {
    transition: all 0.35s ease-in-out;
}

.fab.active .fab-primary {
    opacity: 0;
    transform: rotate(225deg);
}

.fab-secondary {
    opacity: 0;
    transform: rotate(-225deg);
}

.fab.active .fab-secondary {
    opacity: 1;
    transform: rotate(0);
    margin-top: -2px;
}



#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

#inbox .show-on-hover {
    position: absolute;
    bottom: 266px;
    right: 10px;
}

#inbox .btn-io {
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}

#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
    margin-bottom: -5px;
    padding-bottom: 30px;
}

#inbox .dropdown-menu-right {
    right: 0 !Important;
    left: auto !Important;
}

#inbox .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0) !Important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}

#inbox .fa-iox {
    font-size: 22px;
}

#inbox .dropdown-menu > li > a {
    display: block;
    padding: 0;
    padding-top: 4px;
    margin-top: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius: 50px;
    font-size: 21px;
    box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}

#inbox .dropdown-menu > li:first-child > a {
    background: #6E4320 !important;
    color: #fff !important;
}

#inbox .dropdown-menu > li:last-child > a {
    background: #D3A516;
    color: #fff;
}

#inbox .dropdown-menu > li:nth-child(3) > a {
    background: #3C80F6;
    color: #fff;
}

#inbox .dropdown-menu > li:nth-child(2) > a {
    background: #2CAC26;
    color: #fff;
}

#inbox .fa-iosm {
    margin-top: 7px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.6em !important;
    height: 1em;
    line-height: 1.8em !important;
    vertical-align: middle;
}

.animate {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav-controller {
    position: fixed;
    top: 15px;
    right: 3px;
    padding: 3px 7px 3px;
    border: 2px solid rgb(222, 222, 222);
    color: rgb(51, 51, 51);
    border-radius: 25px;
    font-size: 13pt;
    cursor: pointer;
    z-index: 300;
    display: block;
    width: 25px;
    height: 25px;
}

nav ~ .nav-controller > .controller-open {
    display: inline-block;
}

nav ~ .nav-controller > .controller-close {
    display: none;
}

nav.focus ~ .nav-controller > .controller-open {
    display: none;
}

nav.focus ~ .nav-controller > .controller-close {
    display: inline-block;
}

nav {
    position: fixed;
    top: 0px;
    right: -100%;
    padding-top: 0px;
    padding-bottom: 15px;
    height: 100%;
    max-width: 300px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    box-shadow: -3px 0px 3px 0px rgba(160, 160, 160, 0.30);
    z-index: 100;
    overflow: auto;
}

    nav.focus {
        right: 0px;
    }

    nav > .divider {
        content: '';
        border-bottom: 1px solid rgb(230, 230, 230);
        max-height: 1px;
        overflow: hidden;
        margin: 15px 0px;
    }

.btn-danger {
    color: #fff;
    background-color: #c33a3f;
    border-color: #c33a3f;
}

nav > h4,
nav > p,
nav > ul {
    padding: 0px 10px;
}

nav > h4 {
    font-family: 'Anton', sans-serif;
}

nav > ul {
    list-style: none;
}

    nav > ul > li {
        margin: 5px 0px;
    }

        nav > ul > li > a {
            color: rgb(190, 190, 190);
        }

            nav > ul > li > a:hover {
                color: rgb(51, 51, 51);
                text-decoration: none;
            }

.glyphicon {
    position: relative;
    top: -5px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    /* font-weight: 400; */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    right: 1px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.animate label {
    font-size: 13px;
    color: #8e8b8b;
    cursor: default;
}

.animate li {
    padding: 7px 3px 7px 5px;
    border: 1px #eee solid;
}



.div:hover {
    background-color: #000000;
}
