@charset "utf-8";

/* ---------- Fonts ------------ */

@font-face {
    font-family: 'AmbleLight';
    src: url('/media/fonts/amble/Amble-Light-webfont.eot');
    src: url('/media/fonts/amble/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-Light-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-Light-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-Light-webfont.svg#AmbleLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightItalic';
    src: url('/media/fonts/amble/Amble-LightItalic-webfont.eot');
    src: url('/media/fonts/amble/Amble-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-LightItalic-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-LightItalic-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-LightItalic-webfont.svg#AmbleLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleRegular';
    src: url('/media/fonts/amble/Amble-Regular-webfont.eot');
    src: url('/media/fonts/amble/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-Regular-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-Regular-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-Regular-webfont.svg#AmbleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleItalic';
    src: url('/media/fonts/amble/Amble-Italic-webfont.eot');
    src: url('/media/fonts/amble/Amble-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-Italic-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-Italic-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-Italic-webfont.svg#AmbleItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleBold';
    src: url('/media/fonts/amble/Amble-Bold-webfont.eot');
    src: url('/media/fonts/amble/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-Bold-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-Bold-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-Bold-webfont.svg#AmbleBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleBoldItalic';
    src: url('/media/fonts/amble/Amble-BoldItalic-webfont.eot');
    src: url('/media/fonts/amble/Amble-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-BoldItalic-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-BoldItalic-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-BoldItalic-webfont.svg#AmbleBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightCondensed';
    src: url('/media/fonts/amble/Amble-LightCondensed-webfont.eot');
    src: url('/media/fonts/amble/Amble-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-LightCondensed-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-LightCondensed-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-LightCondensed-webfont.svg#AmbleLightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightCondensedItalic';
    src: url('/media/fonts/amble/Amble-LightCondensedItalic-webfont.eot');
    src: url('/media/fonts/amble/Amble-LightCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/amble/Amble-LightCondensedItalic-webfont.woff') format('woff'),
         url('/media/fonts/amble/Amble-LightCondensedItalic-webfont.ttf') format('truetype'),
         url('/media/fonts/amble/Amble-LightCondensedItalic-webfont.svg#AmbleLightCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PacificoRegular';
    src: url('/media/fonts/pacifico/Pacifico-webfont.eot');
    src: url('/media/fonts/pacifico/Pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/pacifico/Pacifico-webfont.woff') format('woff'),
         url('/media/fonts/pacifico/Pacifico-webfont.ttf') format('truetype'),
         url('/media/fonts/pacifico/Pacifico-webfont.svg#PacificoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------- General ---------- */

*:focus {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    background: url(/media/img/bg.png) #101318 repeat left top;
    font-family: AmbleRegular, Helvetica, Arial, verdana, sans-serif;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#container {
    padding: 50px 10px 20px;
}

.hidden {
    display:none!important;
}

.visible-phone-portrait {
    display: none!important;
}

/* Visible Container */

#white-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #000;
}

#contents {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #F6F6F6;
    min-height: 470px;
    padding: 20px;
}

/* Header Specific */

header {
    background: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
}

#header-pic {
    height: 70px;
    width: 70px;
    background: #FFF;
    padding: 3px;
    overflow: hidden;
}

#header-pic img {
    max-width: 70px;
}

#header-text {
    padding: 7px 15px;
    color: #999;
}

.header-link {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.text-center {
    text-align: center;
}

/* Nav Specific */

#nav-bar {
    display: none;
}

nav ul {
    list-style: none;
    margin: 115px 0 0;
}

nav li {
    border-radius: 10px;
}

nav li a {
    border-bottom: 1px solid #5D1331;
    border-top: 1px solid #873B55;
    color: #B4647D;
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 10px 7px 7px;
}

nav li a:hover {
    color: #b4647d;
}


nav li:first-child a {
    border-top: 1px solid transparent;
}

nav li:last-child a {
    border-bottom: 1px solid transparent;
}


nav li.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
}

nav li.active a {
    border-top: 1px solid transparent;
}

nav li.active + li a {
    border-top: 1px solid transparent;
}


nav li:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
}

nav li:hover a {
    border-top: 1px solid transparent;
}

nav li:hover + li a {
    border-top: 1px solid transparent;
}

/* Nav Icons and text */

nav a .nav-icon {
    background: none;
    display: inline-block;
    height: 35px;
    width: 35px;
    float: left;
    clear: left;
}

nav a .nav-text {
    clear: right;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

#nav-home-icon {
    background-position: 0 0;
}

#nav-attendance-icon {
    background-position: 0 -70px;
}

#nav-surveys-icon {
    background-position: 0 -130px;
}

#nav-insights-icon {
    background-position: 0 -190px;
}

#nav-m-surveys-icon {
    background-position: 0 -250px;
}

#nav-m-classes-icon {
    background-position: 0 -310px;
}

#nav-m-students-icon {
    background-position: 0 -370px;
}

#nav-m-teachers-icon {
    background-position: 0 -430px;
}

/* Footer */

footer {
    padding-top: 10px;
    text-align: right;
    color: #999;
    font-size: 12px;
}

footer img {
    vertical-align: top;
}

footer a {
    color: #CCC;
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
}

/* Generic Table Colors */

table.table {
    border-collapse: collapse;
}

table.table thead th {
    background: #b8a2aa;
    vertical-align: middle;
}

table.table thead th a {
    color: #fff;
}

table.table tbody tr:nth-child(odd) {
    background: #f1e4e8;
}

table.table tbody tr:nth-child(even) {
    background: #eacfd9;
}

table.table td {
    color: #333;
    vertical-align: middle;
}

table.table tbody a {
    color: #333;
}

table.table .add-icon:before {
    color: #238a5a;
    content: "\f067";
    font-family: FontAwesome;
    height: 16px;
    padding-right: 21px;
    width: 16px;
}

table.table .edit-icon:before {
    color: #9f235f;
    content: "\f040";
    font-family: FontAwesome;
    height: 16px;
    padding-right: 21px;
    width: 16px;
}

table.table .delete-icon:before {
    color: #b74747;
    content: "\f1f8";
    font-family: FontAwesome;
    height: 16px;
    padding-right: 21px;
    width: 16px;
}

table.table .center {
    text-align: center;
}

table.table .right {
    text-align: right;
}

table.table tbody td.image {
    line-height: 30px;
}

table.table form {
    margin-bottom: 0px;
}

textarea.autoresize {
    box-sizing: border-box;
    resize: none;
}

table.table .inlineFilter input[type="submit"] {
    font-size: 12px;
    padding: 2px 20px;
}
table.table .inlineFilter select {
    max-width: 200px;
    width: 50%;
    margin-bottom: 0px;
}

/* Pagination General */

.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    border: 1px solid #CC6688;
    padding: 4px;
    margin: 0 2px;
    font-size: 12px;
    min-width: 14px;
    text-align: center;
    background: #EEE;
    color: #666;
    text-decoration: none;
}

.pagination a.selected {
    color: #333
}

/* Profile Pic Specific */

label#avatar-container-label,
#account label#avatar-container-label {
    line-height: 70px;
}

.avatar-container {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.avatar-container img {
    max-width: 70px;
}

.avatar-small-container {
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 30px;
}

.avatar-small-container img {
    max-width: 30px;
}

/* Search specific */

.searchContainer,
.searchContainer form {
    margin-bottom: 0;
}

.searchContainer input[type="search"] {

}

.searchContainer input[type="submit"].styled-button {
    padding: 3px 15px 5px;
    font-size: 12px;
}

/* Generic Icons */

.empty-icon {
    width: 14px;
    height: 14px;
}

.sort-icon {
    background: url("/media/img/glyphicons-halflings.png") no-repeat -264px 0px transparent;
    width: 14px;
    height: 14px;
}

.small-delete-icon {
    background: url("/media/img/glyphicons-halflings.png") no-repeat -456px 0 transparent;
    width: 14px;
    height: 14px;
}

.small-add-icon {
    background: url("/media/img/glyphicons-halflings.png") no-repeat -408px -96px transparent;
    width: 14px;
    height: 14px;
}

.loading-icon {
    background: url("/media/img/loading.gif") no-repeat 0px 0px transparent;
    width: 16px;
    height: 16px;
}

/* Alert Specific */

.alert ul {
    margin-bottom: 0;
}

.alert-visit-desktop {
    text-align: justify;
}

.alert-visit-desktop-face {
    text-align: center;
    font-size: 32px;
    margin: 25px 0;
}

/* Generic Forms */

.form label {
    cursor: default;
}

input[type="radio"] {
    margin: 0px 5px 0px 0px;
}

.sliderContainer .sliderPreText,
.sliderContainer .sliderPostText {
    width:40px;
    float:left;
}

.sliderContainer .sliderElement {
    width:50%;
    float:left;
    margin: 0px 10px;
}

.form .buttonRow {
    margin-top: 20px;
}

.formFieldContainer {
    overflow:hidden;
    margin: 20px 0px 0px;
}

.formFieldContainer.fieldGroupContainer {
    margin: 10px 0px 0px;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
}

input[type="submit"].styled-button {
    background: url("/media/img/bg.png") repeat scroll left top #101318;
    background: radial-gradient(ellipse farthest-side at center -15px , #FFFFFF 0%, transparent 100%) repeat scroll 0 0%,
        url("/media/img/bg.png") repeat scroll left top #101318;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: PacificoRegular;
    padding: 5px 20px 8px;
    height: 42px;
}

input[type="submit"].styled-button.styled-button-noheight {
    height: auto;
}

/* Modern interface refresh */

body {
    background: #f4f6f8;
    color: #263238;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #9f235f;
}

a:hover {
    color: #741743;
}

.inner {
    max-width: 1360px;
}

#container {
    padding: 24px 18px;
}

#white-container {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(29, 42, 53, 0.08);
    overflow: hidden;
}

#contents {
    background: #fff;
    border-top: 1px solid #edf0f2;
    border-radius: 0;
    min-height: 560px;
    padding: 28px 32px 36px;
}

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5 {
    color: #1f2d35;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

#contents h1 {
    border-bottom: 1px solid #edf0f2;
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 22px;
    padding-bottom: 14px;
}

#contents h2 {
    font-size: 22px;
    margin-top: 28px;
}

#contents h5 {
    color: #60717b;
    font-size: 14px;
    font-weight: 400;
    margin: -8px 0 18px;
}

header {
    background: #fff;
    border-bottom: 1px solid #edf0f2;
    border-radius: 0;
    min-height: 74px;
    padding: 24px 28px 18px;
}

#header-logo img {
    max-height: 66px;
    width: auto;
}

#header-pic {
    background: #f5f7f9;
    border: 1px solid #e1e6eb;
    border-radius: 50%;
    height: 54px;
    padding: 2px;
    width: 54px;
}

#header-pic img {
    border-radius: 50%;
    max-width: 54px;
}

#header-text {
    color: #60717b;
    padding: 5px 14px;
}

#header-text strong {
    color: #1f2d35;
}

.header-link {
    font-size: 12px;
    margin-right: 12px;
}

.header-link a {
    color: #9f235f;
}

nav ul {
    margin: 88px 14px 0 0;
}

nav li {
    border-radius: 12px;
    margin-bottom: 6px;
}

nav li a {
    border: 0;
    border-radius: 12px;
    color: #667780;
    height: 38px;
    padding: 10px 12px;
    transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

nav li:first-child a,
nav li:last-child a,
nav li.active a,
nav li.active + li a,
nav li:hover a,
nav li:hover + li a {
    border: 0;
}

nav li:hover {
    background: transparent;
}

nav li:hover a {
    background: #fff;
    box-shadow: 0 8px 18px rgba(29, 42, 53, 0.08);
    color: #1f2d35;
}

nav li.active {
    background: transparent;
}

nav li.active a {
    background: #fff;
    box-shadow: 0 10px 24px rgba(29, 42, 53, 0.1);
    color: #9f235f;
    font-weight: 600;
}

nav a .nav-icon {
    background: #f3e8ef;
    border-radius: 10px;
    color: #9f235f;
    font-family: FontAwesome;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    text-align: center;
    width: 36px;
}

nav a .nav-icon:before {
    content: "\f111";
}

#nav-home-icon,
#nav-attendance-icon,
#nav-surveys-icon,
#nav-insights-icon,
#nav-m-surveys-icon,
#nav-m-classes-icon,
#nav-m-students-icon,
#nav-m-teachers-icon,
.nav-icon-funding,
.nav-icon-payroll,
.nav-icon-projects,
.nav-icon-classes,
.nav-icon-organizations,
.nav-icon-grants,
.nav-icon-reports,
.nav-icon-admin {
    background-image: none;
    background-position: 0 0;
}

#nav-home-icon:before {
    content: "\f015";
}

#nav-attendance-icon:before {
    content: "\f073";
}

#nav-surveys-icon:before,
#nav-m-surveys-icon:before {
    content: "\f080";
}

#nav-insights-icon:before {
    content: "\f201";
}

#nav-m-classes-icon:before {
    content: "\f0ae";
}

.nav-icon-projects:before {
    content: "\f0ae";
}

.nav-icon-classes:before {
    content: "\f073";
}

#nav-m-students-icon:before {
    content: "\f0c0";
}

#nav-m-teachers-icon:before {
    content: "\f19d";
}

.nav-icon-funding:before,
.nav-icon-grants:before {
    content: "\f155";
}

.nav-icon-payroll:before {
    content: "\f0d6";
}

.nav-icon-reports:before {
    content: "\f080";
}

.nav-icon-organizations:before {
    content: "\f1ad";
}

.nav-icon-admin:before {
    content: "\f013";
}

nav li.active .nav-icon,
nav li:hover .nav-icon {
    background: #9f235f;
    color: #fff;
}

nav a .nav-text {
    line-height: 36px;
    padding-left: 12px;
}

table.table {
    background: #fff;
    border: 1px solid #e1e6eb;
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    overflow: hidden;
}

table.table thead th {
    background: #f7f9fb;
    border-bottom: 1px solid #e1e6eb;
    color: #465862;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

table.table thead th a {
    color: #465862;
}

table.table tbody tr:nth-child(odd),
table.table tbody tr:nth-child(even) {
    background: #fff;
}

table.table tbody tr:hover {
    background: #faf1f6;
}

table.table td {
    border-top: 1px solid #edf0f2;
    color: #263238;
    vertical-align: middle;
}

table.table tbody a {
    color: #9f235f;
    font-weight: 600;
}

.table th,
.table td {
    padding: 11px 12px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea,
.uneditable-input {
    border: 1px solid #cfd8df;
    border-radius: 10px;
    box-shadow: none;
    color: #263238;
    min-height: 34px;
}

textarea {
    min-height: 110px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
    border-color: #b83273;
    box-shadow: 0 0 0 3px rgba(184, 50, 115, 0.13);
}

label,
dt label {
    color: #465862;
    font-weight: 600;
}

form dl.zend_form dt {
    margin-top: 12px;
}

form dl.zend_form dd {
    margin-bottom: 10px;
}

button.styled-button,
input[type="submit"].styled-button,
.btn.styled-button {
    background: #9f235f;
    border: 1px solid #9f235f;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(159, 35, 95, 0.18);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    height: auto;
    padding: 8px 18px;
    text-shadow: none;
}

button.styled-button:hover,
input[type="submit"].styled-button:hover,
.btn.styled-button:hover {
    background: #872051;
    border-color: #872051;
    color: #fff;
}

button.styled-button.styled-button-noheight,
input[type="submit"].styled-button.styled-button-noheight {
    padding: 5px 14px;
}

.alert {
    border-radius: 12px;
}

.pagination a {
    background: #fff;
    border: 1px solid #cfd8df;
    border-radius: 9px;
    color: #465862;
    margin: 0 3px;
    min-width: 18px;
    padding: 6px;
}

.pagination a.selected,
.pagination a:hover {
    background: #9f235f;
    border-color: #9f235f;
    color: #fff;
    text-decoration: none;
}

.ui-autocomplete {
    background: #fff;
    border: 1px solid #cfd8df;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(29, 42, 53, 0.14);
    max-width: 420px;
    padding: 6px 0;
}

.ui-autocomplete .ui-menu-item a {
    border-radius: 0;
    color: #263238;
    padding: 7px 12px;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item a.ui-state-active {
    background: #faf1f6;
    border: 0;
    color: #9f235f;
    margin: 0;
}

footer {
    color: #7d8b92;
    padding: 14px 4px 0;
}

footer a {
    color: #60717b;
}

footer a:hover {
    color: #9f235f;
}

/* Form Errors */

form .errors {
    padding: 5px;
    border: 1px solid #DD3C10;
    margin: 0 auto 10px;
    background: #FFEBE8;
}

form .errors li {
    margin-left: 20px;
}

/* debug */

.xdebug-var-dump{
    clear: both;
}


@media (min-width: 768px) and (max-width: 1030px) {

    nav .nav-text {
        display: none;
    }

}

@media (max-width: 767px) {

    #container {
        padding: 10px;
    }
    #contents {
        padding: 10px;
    }

    #contents h1 {
        font-size: 24.5px;
    }
    #contents h2 {
        font-size: 21.5px;
    }
    #contents h3 {
        font-size: 18.5px;
    }
    #contents h4 {
        font-size: 15.5px;
    }

    header {
        padding: 5px 10px;
    }

    nav ul {
        margin: 0 0 10px;
        display: none;
    }
    nav li a {
        height: 25px;
    }
    nav a .nav-icon {
        background: #f3e8ef;
        background-size: 70%;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }

    #nav-home-icon {
        background-position: 0 0;
    }
    #nav-attendance-icon {
        background-position: 0 -48px;
    }
    #nav-surveys-icon {
        background-position: 0 -89px;
    }
    #nav-insights-icon {
        background-position: 0 -130px;
    }
    #nav-m-surveys-icon {
        background-position: 0 -168px;
    }
    #nav-m-classes-icon {
        background-position: 0 -210px;
    }
    #nav-m-students-icon {
        background-position: 0 -246px;
    }
    #nav-m-teachers-icon {
        background-position: 0 -286px;
    }
    #nav-home-icon,
    #nav-attendance-icon,
    #nav-surveys-icon,
    #nav-insights-icon,
    #nav-m-surveys-icon,
    #nav-m-classes-icon,
    #nav-m-students-icon,
    #nav-m-teachers-icon,
    .nav-icon-funding,
    .nav-icon-payroll,
    .nav-icon-projects,
    .nav-icon-classes,
    .nav-icon-organizations,
    .nav-icon-grants,
    .nav-icon-reports,
    .nav-icon-admin {
        background-image: none;
    }
    nav a .nav-text {
        font-size: 12px;
        line-height: 25px;
    }

    #nav-bar {
        display: block;
        font-family: AmbleBold;
        font-size: 11px;
        padding: 4px 3px 2px;
        text-transform: uppercase;
    }
    #nav-bar a {
        color: #FFF;
    }
    #nav-bar a:hover {
        text-decoration: none;
    }

}

@media (max-width: 480px) {

    #header-logo,
    #header-account {
        float: none;
        overflow: hidden;
    }
    #header-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    footer {
        text-align: center;
    }

}

@media (max-width: 360px) {

    .hidden-phone-portrait {
        display: none!important;
    }

    .visible-phone-portrait {
        display: inherit!important;
    }

}

@media (max-width: 360px) {
    .table th, .table td {
        padding: 5px 2px;
    }
}
