/* general */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #f1f2f2;
    height: 100%;
}

html {
    height: 100%;
}


/* main content section*/

.main-section {
    width: 100%;
    padding-left: 70px;
    background: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}


/* divs */

.sidebar {
    color: #323E48;
    background: #FFF;
    width: 250px;
    max-width: 250px;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 99;
    display: block;
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
    flex: 1;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

.header {
    width: 100%;
    height: 60px;
    background: #323e48;
}

.secondary-header {
    width: 100%;
    height: 56px;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.card {
    margin-top: 40px;
    margin-bottom: 40px;
    height: auto;
    border: 1px solid #F8F8F8;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.location {
    float: left;
    width: auto;
    padding: 12px 30px;
    background: #282F37;
    height: 42px;
    border-radius: 100px;
    margin-top: 9px;
}

.page {
    float: left;
    width: auto;
    padding: 12px 30px;
    height: 42px;
    margin-top: 6px;
}

#user {
    display: block;
    float: right;
    padding-right: 52px;
}

@media screen and (max-width: 720px) {
    #user {
        display: none;
    }
}

.fieldshare {
    width: 100%;
    display: table-cell;
}

.fullwidth {
    width: 100%;
}


/* input*/

input[type=text],
select {
    width: 100%;
    padding: 8px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #E9EBEC;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    background: #FAFAFA;
    color: #323e48;
    height: 40px;
}


/* copy */

p {
    font-size: 14px;
    line-height: 18px;
    color: #757D84;
    width: 95%
}

h1 {
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
    background: none;
}

h2 {
    font-size: 15px;
    line-height: 20px;
    color: #323E48;
    font-weight: bold;
    background: none;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    color: #757d84;
    background: none;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    color: #a3aaae;
    font-weight: 400;
    text-align: center;
}

h5 {
    font-size: 26px;
    line-height: 32px;
    color: #323e48;
    background: none;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

a {
    color: #ffa400;
    text-decoration: underline;
}


/* tables */

table {
    border: 0 solid #none;
    border-collapse: collapse;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    table-layout: fixed;
    font-size: 14px
}

table tr {
    background: #none;
    border: 1px solid #none padding: .35em;
}

table tr.rows {
    background: #ffffff;
    border-bottom: 1px solid #e9ebec;
    border-top: 1px solid #e9ebec;
}

table th.rowsth {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 20px;
    color: #323E48;
    font-weight: bold;
    border-bottom: 2px solid #e9ebec;
}

table tr.rows:nth-child(odd) {
    background: #fafafa;
}

table tr.rows td {
    padding: 10px 10px;
    font-size: 14px;
}

table th,
table td {
    text-align: left;
    padding: 0 40px 0 0;
}


}
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    
    table th {
        border: none;
        height: 100px;
        margin: -1px;
        overflow: show;
        padding: 0;
        position: absolute;
        width: 1px;
        font-size: 14px;
        line-height: 20px;
        color: #323E48;
        font-weight: bold;
        background: none;
    }
    
    table tr {
        border-bottom: 0px solid #none;
        display: block;
        margin-bottom: .625em;
    }
    
    table td {
        border-bottom: 0px solid #none;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    
    table td:last-child {
        border-bottom: 0;
    }
}

/* ruler */
hr {
    margin-top: 8px;
    border-top: 2px solid #E9EBEC;
    width: 100%
}

/* IDs */
#navbar-toggle {
    cursor: pointer;
}
#toggleView {
    margin-left: 44px;
}
#log-off {
    right: 0;
    bottom: 0;
    position: absolute;
}
#active {
    background: #C6CCCC;
}

/* lists */
.sidebar-nav {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}
.sidebar-nav li a {
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    color: #323E48;
    float: left;
    text-decoration: none;
    width: 100%;
    height: 60px;
    line-height: 25px;
    padding: 18px;
    vertical-align: center;
    border-bottom: 2px solid #F7F7F7;
}
.sidebar-nav li a:hover {
    background: #ffa400;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

/* images */
.logo {
    width: 100px;
    margin-top: -6px;
}
.brand {
    float: right;
    width: 100px;
    margin-top: 13px;
    margin-right: 60px;
    display: block;
}
@media screen and (max-width: 600px) {
    .brand {
        display: none;
    }
}
.icon {
    height: 24px;
    width: 24px;
    float: right;
    margin-right: 6px;
}
#user-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: -5px;
}
.arrow {
    height: 12px;
    width: 12px;
    margin-left: 4px;
    margin-bottom: 2px;
}
image {
    height: auto
}

/* button */
button.field {
    background: #ffa400;
    border-style: solid;
    border-width: 1px;
    border-color: #DA9015;
    border-radius: 0 4px 4px 0;
    height: 40px;
    padding: 0 10px;
    width: auto;
    color: #FFF;
}
button.form {
    background: #ffa400;
    border-style: solid;
    border-width: 1px;
    border-color: #DA9015;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}