/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.bg-primary {
    color: #fff;
    background-color: #2196f3;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0c7cd5;
}

.bg-success {
    background-color: #67bd6a;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #49a84d;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #ffa829;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f59200;
}

.bg-danger {
    background-color: #f6675d;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #f33a2c;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #c7b7b7c7;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}



#weather-widget [class*="icon-"] {
    font-family: 'weather-icons';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileinput .thumbnail > img {
    max-height: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

.fileinput.input-group > * {
    position: relative;
    z-index: 2;
}

.fileinput.input-group > .btn-file {
    z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 2px 2px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 2px 2px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 2px 2px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #ffa829;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ff760f;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #f6675d;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #f54556;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #67bd6a;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #61b555;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}


/*!
 * Waves v0.7.4
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}


/* Firefox Bug: link not triggered */

a.waves-effect .waves-ripple {
    z-index: -1;
}


/*
 * Load Website related LESS files
 */


/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */

.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}


/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}


/*
 * Generate Font-Size Classes (8px - 20px)
 */

.f-8 {
    font-size: 8px !important;
}

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px !important;
}


/*
 * Font Weight
 */

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-700 {
    font-weight: 700 !important;
}


/*
 * Position Classes
 */

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}


/*
 * Overflow
 */

.o-hidden {
    overflow: hidden !important;
}

.o-visible {
    overflow: visible !important;
}

.o-auto {
    overflow: auto !important;
}


/*
 * Display
 */

.d-block {
    display: block !important;
}

.di-block {
    display: inline-block !important;
}


/* 
 * Material Background Colors
 */

.bgm-white {
    background-color: #ffffff !important;
}

.c-white {
    color: #ffffff !important;
}

.bgm-black {
    background-color: #000000 !important;
}

.c-black {
    color: #000000 !important;
}

.bgm-brown {
    background-color: #795548 !important;
}

.c-brown {
    color: #795548 !important;
}

.bgm-pink {
    background-color: #e91e63 !important;
}

.c-pink {
    color: #e91e63 !important;
}

.bgm-red {
    background-color: #f44336 !important;
}

.c-red {
    color: #f44336 !important;
}

.bgm-blue {
    background-color: #2196f3 !important;
}

.c-blue {
    color: #2196f3 !important;
}

.bgm-purple {
    background-color: #9c27b0 !important;
}

.c-purple {
    color: #9c27b0 !important;
}

.bgm-deeppurple {
    background-color: #673ab7 !important;
}

.c-deeppurple {
    color: #673ab7 !important;
}

.bgm-lightblue {
    background-color: #03a9f4 !important;
}

.c-lightblue {
    color: #03a9f4 !important;
}

.bgm-cyan {
    background-color: #00bcd4 !important;
}

.c-cyan {
    color: #00bcd4 !important;
}

.bgm-teal {
    background-color: #009688 !important;
}

.c-teal {
    color: #009688 !important;
}

.bgm-green {
    background-color: #4caf50 !important;
}

.c-green {
    color: #4caf50 !important;
}

.bgm-lightgreen {
    background-color: #8bc34a !important;
}

.c-lightgreen {
    color: #8bc34a !important;
}

.bgm-lime {
    background-color: #cddc39 !important;
}

.c-lime {
    color: #cddc39 !important;
}

.bgm-yellow {
    background-color: #ffeb3b !important;
}

.c-yellow {
    color: #ffeb3b !important;
}

.bgm-amber {
    background-color: #ffc107 !important;
}

.c-amber {
    color: #ffc107 !important;
}

.bgm-orange {
    /* background-color: #c11b1b !important; */
    /* background-color: #d15b03 !important; */
    background-color: #3d3d3d !important;
    /* background-color: #ff9800 !important; */
}

.c-orange {
    color: #ff9800 !important;
}

.bgm-deeporange {
    background-color: #ff5722 !important;
}

.c-deeporange {
    color: #ff5722 !important;
}

.bgm-gray {
    background-color: #9e9e9e !important;
}

.c-gray {
    color: #9e9e9e !important;
}

.bgm-bluegray {
    background-color: #607d8b !important;
}

.c-bluegray {
    color: #607d8b !important;
}

.bgm-indigo {
    background-color: #3f51b5 !important;
}

.c-indigo {
    color: #3f51b5 !important;
}


/*
 * Background Colors
 */

.bg-black-trp {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


/*
 * Border
 */

.b-0 {
    border: 0 !important;
}


/*
 * width
 */

.w-100 {
    width: 100% !important;
}


/*
 * Border Radius 
 */

.brd-2 {
    border-radius: 2px;
}




/*
 * Inside Card will have more padding
 */

.card-body .lv-item {
    padding: 12px 20px;
}

.progress {
    box-shadow: none;
    border-radius: 0;
    height: 5px;
    margin-bottom: 0;
}

.progress .progress-bar {
    box-shadow: none;
}

#chat {
    position: fixed;
    background: #fff;
    padding: 20px 0;
    width: 260px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: calc(100% - 65px);
    right: -280px;
    top: 65px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
}

#chat.toggled {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#chat .chat-search {
    padding: 20px 20px 15px 20px;
}

#chat .chat-search .form-control {
    background-image: url("../img/icons/search-2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #chat .chat-search .form-control {
        background-image: url("../img/icons/search-2@2x.png");
        background-size: 24px 24px;
    }
}

#chat .chat-search .form-control:focus {
    background-position: right center;
    padding: 0 30px 0 0;
}


/*
 * Chat Status Icons
 */

[class*="chat-status"] {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -3px;
    right: 12px;
    border: 2px solid #FFF;
}


/* Simple Mixin */

.chat-status-online {
    box-shadow: 0 0 0 1px #1ec01e;
    background: #1ec01e;
}

.chat-status-offline {
    box-shadow: 0 0 0 1px #e73f3f;
    background: #e73f3f;
}

.chat-status-busy {
    box-shadow: 0 0 0 1px #ffa500;
    background: #ffa500;
}


/*
 * For Stupid IE9
 */

.ie9 #chat {
    right: 0;
}

.ie9 #chat:not(.toggled) {
    display: none;
}

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

.tab-nav > li > a {
    display: block;
    color: #7a7a7a;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

@media (min-width: 768px) {
    .tab-nav > li > a {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .tab-nav > li > a {
        padding: 15px 8px;
    }
}

.tab-nav:not(.tn-vertical) {
    white-space: nowrap;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #c7b7b7c7;
    width: 100%;
}

.tab-nav:not(.tn-vertical) > li {
    display: inline-block;
    vertical-align: top;
}

.tab-nav:not(.tn-vertical) > li > a {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.tab-nav:not(.tn-vertical) > li > a:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.tab-nav:not(.tn-vertical) > li.active > a {
    color: #000;
}

.tab-nav:not(.tn-vertical) > li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-nav:not(.tn-vertical).tab-nav-right {
    text-align: right;
}

.tab-nav:not(.tn-vertical).tn-justified > li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab-nav:not(.tn-vertical).tn-icon > li .fa {
    font-size: 22px;
    line-height: 100%;
    min-height: 25px;
}

.tab-nav:not(.tn-vertical):not([data-tab-color]) > li > a:after {
    background: #c11b1b;
}

.tab-nav:not(.tn-vertical)[data-tab-color="green"] > li > a:after {
    background: #4caf50;
}

.tab-nav:not(.tn-vertical)[data-tab-color="red"] > li > a:after {
    background: #f44336;
}

.tab-nav:not(.tn-vertical)[data-tab-color="teal"] > li > a:after {
    background: #009688;
}

.tab-nav:not(.tn-vertical)[data-tab-color="amber"] > li > a:after {
    background: #ffc107;
}

.tab-nav:not(.tn-vertical)[data-tab-color="black"] > li > a:after {
    background: #000000;
}

.tab-nav:not(.tn-vertical)[data-tab-color="cyan"] > li > a:after {
    background: #00bcd4;
}

.tn-vertical {
    float: left;
}

.tn-vertical > li > a {
    border-right: 2px solid #c7b7b7;
}

.tn-vertical > li.active > a {
    border-top: 2px solid #c7b7b7;
    border-bottom: 2px solid #c7b7b7;
    border-left: 2px solid #c7b7b7;
    border-radius: 5px 0 0 5px;
    position: relative;
    border-right-color: #fff;
}

.tn-vertical > li.active > a:after {
    content: "";
    height: 100%;
    width: 2px;
    right: 0;
    top: -2px;
    background: #fff;
    z-index: 1;
}

.tn-vertical + .tab-content {
    overflow: hidden;
    vertical-align: top;
    padding: 0 30px;
}

.tab-content {
    padding: 20px 0;
}

.card {
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.49);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.card-header {
    position: relative;
}

@media screen and (min-width: 768px) {
    .card-header:not(.ch-alt) {
        padding: 23px 25px;
    }
}

@media screen and (max-width: 991px) {
    .card-header:not(.ch-alt) {
        padding: 18px;
    }
}

.card-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
}

.card-header h2 small {
    display: block;
    margin-top: 5px;
    color: #AEAEAE;
    line-height: 160%;
}

.card-footer{
    border-top: 1px solid gainsboro;
}
.card-footer .btn{
    padding: 10px !important;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .card-header.ch-alt {
        padding: 20px 23px;
    }
}

@media screen and (max-width: 991px) {
    .card-header.ch-alt {
        padding: 18px 18px 28px;
    }
}

.card-header.ch-alt:not([class*="bgm-"]) {
    background-color: #f7f7f7;
}

.card-header[class*="bgm-"] h2,
.card-header[class*="bgm-"] h2 small {
    color: #fff;
}

.card-header .actions {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 15px;
}

.card-header .btn-float {
    right: 25px;
    bottom: -23px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .card-body.card-padding {
        padding: 23px 25px;
    }
}

@media screen and (max-width: 991px) {
    .card-body.card-padding {
        padding: 18px;
    }
}

.card-body.card-padding-sm {
    padding: 15px;
}

.card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
    padding-top: 0;
}

.chart-edge {
    margin: 20px -8px 0 -10px;
    overflow: hidden;
}

.chart-edge .flot-chart {
    bottom: -14px;
}

.charts-row {
    margin-top: 50px;
    margin-bottom: 20px;
}

.mini-charts-item {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
}

.mini-charts-item .chart {
    padding: 15px;
    float: left;
}

.mini-charts-item .chart.chart-pie {
    margin: 0 20px;
}

.mini-charts-item .count {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    padding: 16px 12px;
}

.mini-charts-item .count > h2 {
    margin: 0;
    line-height: 100%;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}

.mini-charts-item .count > small {
    margin-bottom: 2px;
    display: block;
}

.mini-charts-item .count > h2,
.mini-charts-item .count > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-charts-item > .clearfix,
.mini-charts-item > .dl-horizontal dd,
.mini-charts-item > .container,
.mini-charts-item > .container-fluid,
.mini-charts-item > .row,
.mini-charts-item > .form-horizontal .form-group,
.mini-charts-item > .btn-toolbar,
.mini-charts-item > .btn-group-vertical > .btn-group,
.mini-charts-item > .nav,
.mini-charts-item > .navbar,
.mini-charts-item > .navbar-header,
.mini-charts-item > .navbar-collapse,
.mini-charts-item > .pager,
.mini-charts-item > .panel-body,
.mini-charts-item > .modal-footer {
    position: relative;
    z-index: 1;
}

.mini-charts-item:before {
    -webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    width: 113px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

.mini-charts-item:hover .count {
    color: #fff !important;
}

.mini-charts-item:hover:before {
    width: 100%;
}


/*
 * Sparkline Tooltip
 */

#jqstooltip {
    min-width: 21px;
    min-height: 23px;
    text-align: center;
    border: 0;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#jqstooltip .jqsfield {
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
    color: #333;
}

#jqstooltip .jqsfield > span {
    display: none;
}


/*
 * Easy Pie Charts
 */

.epc-item {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px;
    text-align: center;
}

.easy-pie {
    display: inline-block;
    position: relative;
    padding: 0 5px 10px;
}

.easy-pie .percent {
    position: absolute;
    font-weight: 300;
    width: 100%;
    line-height: 100%;
    left: 0;
}

.easy-pie .percent:after {
    content: "%";
}

.easy-pie.main-pie .percent {
    margin-top: 49px;
    font-size: 50px;
    text-align: center;
}

.easy-pie.main-pie .percent:not([class*="c-"]) {
    color: rgba(255, 255, 255, 0.7);
}

.easy-pie.main-pie .percent:after {
    font-size: 30px;
}

.easy-pie.main-pie .pie-title {
    color: #fff;
}

.easy-pie:not(.main-pie) .percent {
    font-size: 26px;
    margin-top: 37px;
}

.easy-pie:not(.main-pie) .percent:after {
    font-size: 20px;
}

.easy-pie .pie-title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -3px;
    left: 0;
}


/*
 * Recet Items Table Chart
 */

#recent-items-chart {
    width: calc(100% + 19px);
    height: 150px;
    margin: -20px -10px 0;
    bottom: -10px;
}


/*
 * Flot Chart
 */

[class*="flot-chart"] {
    width: 100%;
    display: block;
}

.flot-chart {
    height: 200px;
}

.flot-chart-pie {
    height: 300px;
}

@media (min-width: 768px) {
    .flot-chart-pie {
        margin-bottom: 20px;
    }
}

.flot-tooltip,
#flotTip {
    position: absolute;
    color: #333;
    display: none;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    background-color: #fff;
    z-index: 99999;
}

[class*="flc-"] {
    text-align: center;
    margin: 10px 0 5px;
}

[class*="flc-"] table {
    display: inline-block;
}

[class*="flc-"] .legendColorBox > div {
    border: #fff !important;
}

[class*="flc-"] .legendColorBox > div > div {
    border-radius: 50%;
}

[class*="flc-"] .legendLabel {
    padding: 0 8px 0 3px;
}

.dash-widget-item {
    position: relative;
    min-height: 380px;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.dash-widget-item .dash-widget-header {
    position: relative;
}

.dash-widget-item .dash-widget-header .actions {
    display: none;
    position: absolute;
    right: 4px;
    top: 6px;
}

.dash-widget-item .dash-widget-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.dash-widget-item .dash-widget-title {
    padding: 12px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: 300;
}

.dash-widget-item:hover .dash-widget-header .actions {
    display: block;
}


/*
 * Site Visits
 */

#site-visits {
    color: rgba(255, 255, 255, 0.9);
}

#site-visits .dash-widget-header {
    padding-bottom: 38px;
    background-color: rgba(0, 0, 0, 0.13);
}

#site-visits .dash-widget-title {
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

#site-visits h3 {
    color: rgba(255, 255, 255, 0.9);
}


/*
 * Best Selling Item
 */

#best-selling {
    background-color: #fff;
}

#best-selling .dash-widget-header > img {
    width: 100%;
    height: 155px;
}

#best-selling .dash-widget-header .dash-widget-title {
    padding-bottom: 30px;
    top: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
}

#best-selling .dash-widget-header .main-item {
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}

#best-selling .dash-widget-header .main-item > h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0 0 0;
    line-height: 100%;
    color: #fff;
}


/*
 * Weather
 */

#weather-widget {
    color: #fff;
    padding: 20px 20px 0;
}

#weather-widget .weather-status {
    font-size: 40px;
    line-height: 100%;
}

#weather-widget .weather-icon {
    text-align: center;
    margin-top: 10px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    /* Weather Icons */
}

#weather-widget .weather-icon.wi-0 {
    background-image: url("../img/icons/weather/0.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-0 {
        background-image: url("../img/icons/weather/0@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-1 {
    background-image: url("../img/icons/weather/1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-1 {
        background-image: url("../img/icons/weather/1@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-2 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-2 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-3 {
    background-image: url("../img/icons/weather/3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-3 {
        background-image: url("../img/icons/weather/3@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-4 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-4 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-5 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-5 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-6 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-6 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-7 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-7 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-8 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-8 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-9 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-9 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-10 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-10 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-11 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-11 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-12 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-12 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-13 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-13 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-14 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-14 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-15 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-15 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-16 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-16 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-17 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-17 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-18 {
    background-image: url("../img/icons/weather/18.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-18 {
        background-image: url("../img/icons/weather/18@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-19 {
    background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-19 {
        background-image: url("../img/icons/weather/19@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-20 {
    background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-20 {
        background-image: url("../img/icons/weather/19@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-21 {
    background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-21 {
        background-image: url("../img/icons/weather/19@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-22 {
    background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-22 {
        background-image: url("../img/icons/weather/19@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-23 {
    background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-23 {
        background-image: url("../img/icons/weather/19@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-24 {
    background-image: url("../img/icons/weather/24.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-24 {
        background-image: url("../img/icons/weather/24@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-25 {
    background-image: url("../img/icons/weather/24.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-25 {
        background-image: url("../img/icons/weather/24@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-26 {
    background-image: url("../img/icons/weather/26.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-26 {
        background-image: url("../img/icons/weather/26@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-27 {
    background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-27 {
        background-image: url("../img/icons/weather/27@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-28 {
    background-image: url("../img/icons/weather/28.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-28 {
        background-image: url("../img/icons/weather/28@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-29 {
    background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-29 {
        background-image: url("../img/icons/weather/27@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-30 {
    background-image: url("../img/icons/weather/28.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-30 {
        background-image: url("../img/icons/weather/28@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-31 {
    background-image: url("../img/icons/weather/31.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-31 {
        background-image: url("../img/icons/weather/31@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-32 {
    background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-32 {
        background-image: url("../img/icons/weather/32@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-33 {
    background-image: url("../img/icons/weather/31.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-33 {
        background-image: url("../img/icons/weather/31@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-34 {
    background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-34 {
        background-image: url("../img/icons/weather/32@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-35 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-35 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-36 {
    background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-36 {
        background-image: url("../img/icons/weather/32@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-37 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-37 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-38 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-38 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-39 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-39 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-40 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-40 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-41 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-41 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-42 {
    background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-42 {
        background-image: url("../img/icons/weather/9@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-43 {
    background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-43 {
        background-image: url("../img/icons/weather/5@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-44 {
    background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-44 {
        background-image: url("../img/icons/weather/27@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-45 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-45 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-46 {
    background-image: url("../img/icons/weather/18.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-46 {
        background-image: url("../img/icons/weather/18@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-icon.wi-47 {
    background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #weather-widget .weather-icon.wi-47 {
        background-image: url("../img/icons/weather/2@2x.png");
        background-size: 125px 125px;
    }
}

#weather-widget .weather-info {
    list-style: none;
    padding: 0;
    margin: 3px 0 0 0;
}

#weather-widget .weather-info > li {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.39);
    padding: 2px 10px 3px;
    margin-right: 5px;
}

#weather-widget .weather-list {
    background: rgba(0, 0, 0, 0.08);
    padding: 5px 12px;
    font-size: 16px;
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#weather-widget .weather-list > span {
    margin-right: 7px;
    font-weight: 300;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
}

#weather-widget .weather-list > span.weather-list-icon {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

#weather-widget .weather-list > span.weather-list-icon.wi-0 {
    background-image: url('../img/icons/weather/0.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-1 {
    background-image: url('../img/icons/weather/1.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-2 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-3 {
    background-image: url('../img/icons/weather/3.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-4 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-5 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-6 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-7 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-8 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-9 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-10 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-11 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-12 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-13 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-14 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-15 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-16 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-17 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-18 {
    background-image: url('../img/icons/weather/18.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-19 {
    background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-20 {
    background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-21 {
    background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-22 {
    background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-23 {
    background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-24 {
    background-image: url('../img/icons/weather/24.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-25 {
    background-image: url('../img/icons/weather/24.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-26 {
    background-image: url('../img/icons/weather/26.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-27 {
    background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-28 {
    background-image: url('../img/icons/weather/28.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-29 {
    background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-30 {
    background-image: url('../img/icons/weather/28.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-31 {
    background-image: url('../img/icons/weather/31.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-32 {
    background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-33 {
    background-image: url('../img/icons/weather/31.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-34 {
    background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-35 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-36 {
    background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-37 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-38 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-39 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-40 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-41 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-42 {
    background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-43 {
    background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-44 {
    background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-45 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-46 {
    background-image: url('../img/icons/weather/18.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-47 {
    background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span > i {
    line-height: 100%;
    font-size: 39px;
}


/*
 * Pie Charts
 */

#pie-charts {
    background: #fff;
}

#pie-charts .dash-widget-header {
    color: rgba(255, 255, 255, 0.9);
}


/*
 * Blog Post
 */

.blog-post .bp-header {
    position: relative;
}

.blog-post .bp-header > img {
    width: 100%;
}

.blog-post .bp-header .bp-title {
    background: #3f51b5;
    width: 100%;
    padding: 20px;
    color: #FFF;
    display: block;
}

.blog-post .bp-header .bp-title > h2 {
    color: #FFF;
    font-weight: 400;
    margin: 0 0 2px;
    line-height: 100%;
    font-size: 21px;
}


/*
 * Profile View
 */

.profile-view {
    text-align: center;
}

.profile-view .pv-header {
    position: relative;
    height: 145px;
    width: 100%;
    background-image: url('../img/headers/sm/4.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.profile-view .pv-header > .pv-main {
    border-radius: 50%;
    width: 130px;
    position: absolute;
    height: 130px;
    bottom: -50px;
    left: 50%;
    margin-left: -65px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.profile-view .pv-body {
    margin-top: 70px;
    padding: 0 20px 20px;
}

.profile-view .pv-body > h2 {
    margin: 0;
    line-height: 100%;
    font-size: 20px;
    font-weight: 400;
}

.profile-view .pv-body > small {
    display: block;
    color: #8E8E8E;
    margin: 10px 0 15px;
}

.profile-view .pv-body .pv-contact,
.profile-view .pv-body .pv-follow {
    padding: 0;
    list-style: none;
}

.profile-view .pv-body .pv-contact > li,
.profile-view .pv-body .pv-follow > li {
    display: inline-block;
}

.profile-view .pv-body .pv-follow {
    margin: 20px -20px;
    padding: 10px;
    background-color: #F7F7F7;
    border-top: 1px solid #c7b7b7;
    border-bottom: 1px solid #c7b7b7;
}

.profile-view .pv-body .pv-follow > li {
    padding: 0 10px;
}

.profile-view .pv-body .pv-contact > li {
    margin: 0 5px;
}

.profile-view .pv-body .pv-contact > li > .fa {
    line-height: 100%;
    vertical-align: text-bottom;
    font-size: 22px;
}

.profile-view .pv-body .pv-follow-btn {
    padding: 7px 20px;
    background: #00bcd4;
    color: #FFF;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.profile-view .pv-body .pv-follow-btn:hover {
    background: #00a5bb;
}

.profile-view:hover .pv-main {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/*
 * Picture List
 */

.picture-list .pl-body {
    padding: 2px;
}

.picture-list .pl-body [class*="col-"] {
    padding: 0;
    padding: 2px;
}

.picture-list .pl-body [class*="col-"] > a {
    display: block;
}

@media (min-width: 768px) {
    .picture-list .pl-body [class*="col-"] > a {
        position: relative;
    }
    .picture-list .pl-body [class*="col-"] > a:before {
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 0;
        border-radius: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .picture-list .pl-body [class*="col-"] > a:hover:before,
    .picture-list .pl-body [class*="col-"] > a.open:before {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.picture-list .pl-body [class*="col-"] > a img {
    width: 100%;
}

.picture-list .pl-body:before,
.picture-list .pl-body:after {
    content: " ";
    display: table;
}

.picture-list .pl-body:after {
    clear: both;
}

.picture-list .pl-body:before,
.picture-list .pl-body:after {
    content: " ";
    display: table;
}

.picture-list .pl-body:after {
    clear: both;
}


/*
 * Social
 */

.go-social .card-body {
    padding: 0 15px 20px;
}

.go-social .card-body [class*="col-"] {
    padding: 12px;
}

.go-social .card-body [class*="col-"] img {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.go-social .card-body [class*="col-"]:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/*
 * Rating
 */

.rating-list {
    padding: 0 0 10px;
}

.rating-list .rl-star {
    margin-top: 10px;
    margin-bottom: 4px;
}

.rating-list .rl-star .fa {
    font-size: 20px;
}

.rating-list .rl-star .fa:not(.active) {
    color: #ccc;
}

.rating-list .rl-star .fa.active {
    color: #ff9800;
}

.rating-list .lv-item .media .fa-star {
    line-height: 100%;
    font-size: 22px;
    color: #FF9800;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 6px;
}

.rating-list .lv-item .media .media-body {
    padding: 7px 10px 0 5px;
}

.table {
    background-color: #ffffff;
    margin-bottom: 0;
}

.table > thead > tr > th {
    background-color: #fff;
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    border-width: 1px;
    text-transform: uppercase;
}

.table [class*="bg-"] > tr > th {
    color: #fff;
    border-bottom: 0;
}

.table [class*="bg-"] + tbody > tr:first-child > td {
    border-top: 0;
}

.table.table-inner {
    border: 0;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
    padding-left: 30px;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
    padding-right: 30px;
}

.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > tbody > tr.succes > td,
.table > tfoot > tr.succes > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td {
    border: 0;
}

.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td {
    padding-bottom: 20px;
}

.table-striped td,
.table-striped th {
    border: 0 !important;
}

.table-bordered {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
    border-bottom: 0;
    border-left: 0;
}

.table-bordered > tbody > tr > td:last-child,
.table-bordered > tbody > tr > th:last-child {
    border-right: 0;
}

.table-bordered > thead > tr > th {
    border-left: 0;
}

.table-bordered > thead > tr > th:last-child {
    border-right: 0;
}

.table-vmiddle td {
    vertical-align: middle !important;
}

.table-responsive {
    border: 0;
}

#todo-lists {
    background: #ffc107;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'shadowsintolight', cursive;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.tl-header {
    position: relative;
    padding: 25px;
}

.tl-header > h2 {
    margin: 0;
    color: #fff;
    line-height: 100%;
}

.tl-header > small {
    font-size: 17px;
    display: block;
    margin-top: 3px;
}

.tl-header .actions {
    position: absolute;
    right: 10px;
    padding: 0;
    list-style: none;
    top: 15px;
}

.tl-header .actions > li {
    display: inline-block;
    vertical-align: baseline;
}

.tl-body {
    min-height: 300px;
    position: relative;
    padding: 20px 10px 20px 25px;
    background: rgba(0, 0, 0, 0.03);
}

.tl-body .media-body {
    padding-top: 3px;
    font-size: 18px;
}

.tl-body .checkbox {
    margin-bottom: 15px;
}

.tl-body .checkbox span {
    display: inline-block;
    margin-top: -3px;
}

.tl-body .checkbox input:checked + i + span {
    text-decoration: line-through;
}

.tl-body .checkbox .input-helper:before {
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 2px;
}

.tl-body .checkbox .input-helper:after {
    border-color: #fff;
}

#add-tl-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    top: -25px;
    right: 23px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

#add-tl-item .add-new-item {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#add-tl-item .add-tl-body {
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

#add-tl-item .add-tl-body textarea {
    padding: 25px 25px 45px;
    resize: none;
    width: 100%;
    font-size: 24px;
    color: #ffc107;
    position: absolute;
    height: 100%;
    border: 0;
    outline: none;
}

#add-tl-item:not(.toggled) {
    overflow: hidden;
}

#add-tl-item:not(.toggled) .add-new-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-align: center;
    font-size: 23px;
    color: #ff9800;
    line-height: 50px;
}

#add-tl-item.toggled {
    width: calc(100% - 47px);
    height: calc(100% - 25px);
    border-radius: 2px;
    top: 0;
    z-index: 1;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow: visible;
}

#add-tl-item.toggled .add-new-item {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0;
    overflow: hidden;
    float: left;
}

#add-tl-item.toggled .add-tl-body {
    opacity: 1;
    filter: alpha(opacity=100);
}

#add-tl-item.toggled .add-tl-body .add-tl-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    border-top: 1px solid #c7b7b7;
    z-index: 1;
}

#add-tl-item.toggled .add-tl-body .add-tl-actions > a {
    font-size: 25px;
    padding: 0 6px;
    text-align: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 41px;
    border-radius: 50%;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

#add-tl-item.toggled .add-tl-body .add-tl-actions > a:hover {
    background-color: #c7b7b7;
}

#add-tl-item.toggled .add-tl-body .add-tl-actions [data-tl-action="dismiss"] {
    color: #f44336;
}

#add-tl-item.toggled .add-tl-body .add-tl-actions [data-tl-action="save"] {
    color: #4caf50;
}

.btn {
    border: 0;
    text-transform: uppercase;
}

.btn[class*="bgm-"]:not(.bgm-white) {
    color: #fff;
}

.btn .caret {
    margin-top: -3px;
}

.btn:not(.btn-link) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.btn-group:not(.bootstrap-select),
.btn-group-vertical:not(.bootstrap-select) {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.btn-group .btn,
.btn-group-vertical .btn,
.btn-group .btn:active,
.btn-group-vertical .btn:active,
.btn-group .btn:focus,
.btn-group-vertical .btn:focus,
.btn-group .btn-group,
.btn-group-vertical .btn-group {
    box-shadow: none !important;
}

.btn-group .btn,
.btn-group-vertical .btn {
    margin: 0;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-link {
    color: #797979;
    text-decoration: none;
    border-radius: 2px;
}

.btn-link:hover {
    color: #0a0a0a;
}

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

.btn-inverse {
    color: #ffffff;
    background-color: #454545;
    border-color: transparent;
}

.btn-inverse:focus,
.btn-inverse.focus {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
    color: #ffffff;
    background-color: #1a1a1a;
    border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #454545;
    border-color: transparent;
}

.btn-inverse .badge {
    color: #454545;
    background-color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
    color: #ffffff;
    background-color: #454545;
    border-color: transparent;
}

.btn-inverse:hover:hover,
.btn-inverse:focus:hover,
.btn-inverse.focus:hover,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:hover:focus,
.btn-inverse:focus:focus,
.btn-inverse.focus:focus,
.btn-inverse:active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:hover.focus,
.btn-inverse:focus.focus,
.btn-inverse.focus.focus,
.btn-inverse:active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
    color: #ffffff;
    background-color: #454545;
    border-color: transparent;
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active {
    background-color: #454545;
    border-color: transparent;
}

.btn-inverse .badge {
    color: #454545;
    background-color: #ffffff;
}

.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 42px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.btn-icon .fa {
    font-size: 17px;
}

.btn-icon-text > .fa {
    font-size: 15px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
    line-height: 100%;
    margin-right: 5px;
}

.btn-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px !important;
}

.btn-float:not(.m-btn) {
    position: absolute !important;
}

.btn-float i {
    font-size: 23px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.btn-float:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.btn-float:not(.bgm-white):not(.bgm-gray) > i {
    color: #fff;
}

.btn-float:not(.bgm-white):not(.bgm-gray) > i {
    color: #fff;
}

.btn-float.bgm-white > i,
.btn-float.bgm-gray > i {
    color: #333;
}

.open .btn {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.open .btn:focus,
.open .btn:active {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}


/*
 * Material Design Add button
 */

.m-btn {
    z-index: 1;
    bottom: 40px;
    right: 40px;
    position: fixed !important;
}

label {
    font-weight: 900;
    font-size: 14px;
}

::-webkit-input-placeholder {
    font-weight: 900;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 900;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 900;
    font-size: 14px;
}

:-ms-input-placeholder {
    font-weight: 900;
    font-size: 14px;
}


/*
 * Reset Focus and Active shadows
 */

input:active,
input:focus {
    outline: 0;
    box-shadow: none !important;
}

.form-control {
    box-shadow: none !important;
    resize: none;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.form-control:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.form-control:not(.fc-alt).auto-size {
    padding-top: 6px;
}


/*
 * Checkbox and Radio
 */

.checkbox label,
.radio label {
    padding-left: 30px;
    position: relative;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.checkbox input:checked + .input-helper:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox input:checked + .input-helper:after {
    -webkit-transform: scale(1) rotate(-50deg);
    -ms-transform: scale(1) rotate(-50deg);
    -o-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg);
    opacity: 1;
    filter: alpha(opacity=100);
}

.checkbox .input-helper:before {
    top: 0;
    width: 17px;
    height: 17px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 22px;
    height: 9px;
    border-bottom: 2px solid #c11b1b;
    border-left: 2px solid #c11b1b;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 1px;
}

.radio input {
    width: 19px;
    height: 19px;
}

.radio input:checked + .input-helper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio .input-helper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 11px;
    height: 11px;
    background: #c11b1b;
    border-radius: 50%;
    top: 3px;
    left: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox-inline,
.radio-inline {
    vertical-align: top;
    margin-top: 0;
    padding-left: 25px;
}


/*
 * Select
 */

html:not(.ie9) .select {
    position: relative;
}

html:not(.ie9) .select:before {
    position: absolute;
    top: -1px;
    content: "";
    height: calc(100% - 1px);
    width: 30px;
    background-color: #FFF;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    background-image: url("../img/select.png");
    pointer-events: none;
    z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    html:not(.ie9) .select:before {
        background-image: url("../img/select@2x.png");
        background-size: 12px 12px;
    }
}

html:not(.ie9) .select:not(.fg-line):before {
    right: 0;
}

html:not(.ie9) .select.fg-line:before {
    right: 10px;
}


/*
 * Input Group Addon
 */

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon {
    font-size: 15px;
}

.input-group-addon {
    border-width: 0px 0px 1px 0px;
    min-width: 42px;
}

.input-group-addon > .fa {
    position: relative;
    top: 3px;
}


/*
 * Input Feilds
 */

.fg-line {
    position: relative;
    vertical-align: top;
}

.fg-line:not(.form-group) {
    display: inline-block;
    width: 100%;
}

.fg-line .form-control:disabled {
    color: #9d9d9d;
    background: transparent;
}

.fg-line:not(.disabled):after,
.fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.fg-line:not([class*=has-]):after {
    /* background: #2196f3; */
    background: #c11b1b;
}

.fg-line.readonly .form-control {
    color: #9d9d9d;
    background: transparent;
}

.fg-line.fg-toggled:after {
    width: 100%;
}

.fg-float {
    margin-top: 2px;
    position: relative;
}

.fg-float .form-control {
    position: relative;
    background: transparent;
    z-index: 1;
}

.fg-float .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.fg-float .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.fg-float .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.fg-float .fg-label {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    position: absolute;
    top: 10px;
    font-weight: 900;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 0;
    white-space: nowrap;
}

.fg-float .fg-toggled .fg-label {
    top: -15px;
    font-size: 12px;
    color: #333333;
    /* text-shadow: 0px .5px 0px #000; */
}

.control-label {
    font-weight: normal;
}


/*
 * Toggle Switch
 */

.toggle-switch {
    display: inline-block;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-switch .ts-label {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch .ts-helper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.toggle-switch .ts-helper:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch:not(.disabled) .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.toggle-switch input {
    position: absolute;
    z-index: 1;
    width: 46px;
    margin: 0 0 0 -4px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.toggle-switch input:checked + .ts-helper:before {
    left: 20px;
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
    background: rgba(0, 150, 136, 0.5);
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
    background: #c11b1b;
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.toggle-switch.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
    background: rgba(244, 67, 54, 0.5);
}

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
    background: #f44336;
}

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2);
}

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
    background: rgba(33, 150, 243, 0.5);
}

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
    background: #2196f3;
}

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(33, 150, 243, 0.2);
}

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
    background: rgba(255, 193, 7, 0.5);
}

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
    background: #ffc107;
}

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2);
}

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
    background: rgba(156, 39, 176, 0.5);
}

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
    background: #9c27b0;
}

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(156, 39, 176, 0.2);
}

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
    background: rgba(233, 30, 99, 0.5);
}

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
    background: #e91e63;
}

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2);
}

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
    background: rgba(205, 220, 57, 0.5);
}

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
    background: #cddc39;
}

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2);
}

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
    background: rgba(0, 188, 212, 0.5);
}

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
    background: #00bcd4;
}

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2);
}

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
    background: rgba(76, 175, 80, 0.5);
}

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
    background: #4caf50;
}

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2);
}


/*
 * IE 9 Placeholder
 */

.ie9-placeholder {
    color: #888 !important;
    font-weight: normal;
}


/*
 * Validation
 */

.has-error .checkbox .input-helper:before {
    border-color: #f99d97;
}

.has-error .checkbox .input-helper:after {
    border-bottom-color: #f77066;
    border-left-color: #f77066;
}

.has-error .fg-line:after {
    background: #f44336;
}

.has-success .checkbox .input-helper:before {
    /* border-color: #92cf94; */
    border-color: #92cf94;
}

.has-success .checkbox .input-helper:after {
    border-bottom-color: #6ec071;
    border-left-color: #6ec071;
}

.has-success .fg-line:after {
    background: #4caf50;
}

.has-warning .checkbox .input-helper:before {
    border-color: #ffc166;
}

.has-warning .checkbox .input-helper:after {
    border-bottom-color: #ffad33;
    border-left-color: #ffad33;
}

.has-warning .fg-line:after {
    background: #ff9800;
}

.pagination {
    border-radius: 0;
}

.pagination > li {
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 50% !important;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    position: relative;
    border: 0;
}

.pagination > li > a > .fa,
.pagination > li > span > .fa {
    font-size: 22px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
        position: relative;
    }
    .pagination > li > a:before,
    .pagination > li > span:before {
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 0;
        border-radius: 50%;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .pagination > li > a:hover:before,
    .pagination > li > span:hover:before,
    .pagination > li > a.open:before,
    .pagination > li > span.open:before {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.pagination > li.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*
 * Listview Pagination
 */

.lv-pagination {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #F0F0F0;
    margin-top: 0;
    margin-bottom: 0;
}

.listview {
  position: relative;
}

.listview:not(.lv-lg):not(.lv-message) .lv-item {
  padding: 12px 20px;
}


@media (min-width: 480px) {
  .listview.lv-lg .lv-item {
    padding: 17px 35px 17px 25px;
  }
}

@media (max-width: 767px) {
  .listview.lv-lg .lv-item {
    padding: 17px 35px 17px 20px;
  }
}

.listview.lv-lg .lv-item:hover {
  background-color: #FFFFDB;
}

.listview .lv-item {
  position: relative;
  display: block;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.listview .lv-item .lv-small {
  font-size: 12px;
  color: #A9A9A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.listview .lv-item .checkbox,
.listview .lv-item.media {
  margin: 0;
}

.listview .lv-item .lv-actions {
  position: absolute;
  right: 15px;
  top: 10px;
}

@media (max-width: 480px) {
  .listview .lv-item .lv-actions {
    right: 7px;
  }
}

.listview .lv-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.listview a.lv-item:hover {
  background: #ECF9FF;
}

.listview.lv-bordered .lv-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.listview .lv-attrs {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.listview .lv-attrs > li {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 2px;
}

.listview .lv-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
  border: 1px solid #dedede;
  background: #ffffff;
  color: #5e5e5e;
}

.listview .lv-attrs > li.info {
  border: 1px solid #00bcd4;
  background: #00bcd4;
  color: #ffffff;
}

.listview .lv-attrs > li.primary {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #ffffff;
}

.listview .lv-attrs > li.warning {
  border: 1px solid #ff9800;
  background: #ff9800;
  color: #ffffff;
}

.listview .lv-attrs > li.danger {
  border: 1px solid #f44336;
  background: #f44336;
  color: #ffffff;
}

.listview .lv-attrs > li > a {
  display: block;
}

.listview:not(.lv-message) .lv-title {
  color: #000;
}

[class*="lv-img"] {
  border-radius: 50%;
}

.lv-img {
  width: 48px;
  height: 48px;
}

.lv-img-sm {
  width: 35px;
  height: 35px;
}

.lv-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #F0F0F0;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 10px;
}

.lv-header .actions {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 10;
}

.lvh-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #fff;
  -webkit-animation-name: 'fadeIn';
  animation-name: 'fadeIn';
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lvh-search:before {
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 24px;
  top: 17px;
  font-size: 22px;
}

.lvhs-input {
  border: 0;
  padding: 0 26px 0 55px;
  height: 63px;
  font-size: 18px;
  width: 100%;
  font-weight: 100;
  background: #fff;
  border-bottom: 1px solid #EEE;
}

.lvh-search-close {
  font-style: normal;
  position: absolute;
  top: 23px;
  right: 22px;
  font-size: 17px;
  width: 18px;
  height: 18px;
  background-color: #ADADAD;
  line-height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.lvh-search-close:hover {
  background: #333;
}

.lv-header-alt {
  position: relative;
  background: #f8f8f8;
  padding: 15px;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.lv-header-alt .lv-actions {
  z-index: 3;
  float: right;
  margin-top: 3px;
  position: relative;
}

.lv-header-alt .lv-actions > li > a {
  margin: 0 3px;
}

.lvh-label {
  color: #818181;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 6px;
  line-height: 33px;
  vertical-align: middle;
}

.lv-footer {
  display: block;
  text-align: center;
  padding: 7px 10px 8px;
  border-top: 1px solid #F0F0F0;
  line-height: 100%;
  font-size: 11px;
  margin-top: 20px;
  color: #828282;
}

a.lv-footer:hover {
  color: #050505;
}


/*
 * Pager
 */

.pager li > a,
.pager li > span {
    padding: 5px 10px 6px;
    color: #7e7e7e;
}

.popover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.popover-title {
    border-bottom: 0;
    padding: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.popover-title + .popover-content {
    padding-top: 0;
}

.popover-content {
    padding: 15px;
}

.popover-content p {
    margin-bottom: 0;
}

.fw-container .tab-content {
    padding: 25px 0;
}

.fw-container .fw-footer {
    text-align: center;
    margin: 30px 0 0;
    width: 100%;
    border-top: 2px solid #c7b7b7;
    padding: 15px 0;
}

.alert {
    padding-left: 30px;
    font-size: 13px;
}

.alert span {
    cursor: pointer;
}

.alert:not(.alert-dismissible) {
    padding-right: 30px;
}

.alert.alert-dismissable {
    padding-right: 44px;
}

.alert-inverse {
    background-color: #333333;
    border-color: transparent;
    color: #ffffff;
}

.alert-inverse hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-inverse .alert-link {
    color: #e6e6e6;
}

.growl-animated.alert-inverse {
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}

.growl-animated.alert-info {
    box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}

.growl-animated.alert-success {
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

.growl-animated.alert-warning {
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

.growl-animated.alert-danger {
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #e0e0e0;
    box-shadow: 0 0 6px #EAEAEA;
}


/*
 * Lightbox  
 */

.lightbox .lightbox-item > img {
    width: 100%;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .lightbox .lightbox-item {
        position: relative;
    }
    .lightbox .lightbox-item:before {
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 0;
        border-radius: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .lightbox .lightbox-item:hover:before,
    .lightbox .lightbox-item.open:before {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.lightbox .lightbox-item:hover {
    cursor: pointer;
}

.lightbox [data-src]:before,
.lightbox [data-src]:after {
    content: " ";
    display: table;
}

.lightbox [data-src]:after {
    clear: both;
}

.lightbox [data-src]:before,
.lightbox [data-src]:after {
    content: " ";
    display: table;
}

.lightbox [data-src]:after {
    clear: both;
}

.lightbox .lightbox-item:not(.p-item) {
    position: relative;
}


/*
 * Carousel
 */

.carousel .carousel-control {
    cursor: pointer;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel .carousel-control .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 100%;
}

@media screen and (min-width: 768px) {
    .carousel .carousel-control .fa {
        font-size: 60px;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

@media screen and (max-width: 991px) {
    .carousel .carousel-control .fa {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
    }
}

.carousel:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 50px;
}

.carousel .carousel-caption > h3 {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 300;
}

.carousel .carousel-caption > p {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .carousel .carousel-caption {
        display: none;
    }
}

.carousel .carousel-indicators {
    bottom: 10px;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 6px;
    background: rgba(0, 0, 0, 0.6);
}

.carousel .carousel-indicators li {
    border-radius: 0;
    width: 15px;
    border: 0;
    background: #fff;
    height: 3px;
    margin: 0 2px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.carousel .carousel-indicators li.active {
    width: 25px;
    height: 3px;
    background: #ff9800;
}

.lightbox-item img, .work_img a img {
    margin-bottom: 10px;
    border-radius: 6px;
}

.modal .modal-content {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
    border-radius: 3px;
    border: 0;
}

.modal .modal-header {
    padding: 23px 26px;
}

.modal .modal-body {
    padding: 0 26px 10px;
}

.modal .modal-footer .btn-link {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.modal .modal-footer .btn-link:hover {
    background-color: #c7b7b7;
}

.modal:not([data-modal-color]) .modal-footer .btn-link {
    font-weight: 500;
}

.modal:not([data-modal-color]) .modal-footer .btn-link:hover {
    background-color: #c7b7b7;
}

.modal[data-modal-color] {
    color: #fff;
}

.modal[data-modal-color] .modal-title,
.modal[data-modal-color] .modal-footer .btn-link {
    color: #fff;
}

.modal[data-modal-color] .modal-footer {
    background: rgba(0, 0, 0, 0.1);
}

.modal[data-modal-color] .modal-backdrop {
    background: #fff;
}

.modal[data-modal-color] .modal-footer .btn-link {
    font-weight: 400;
}

.modal[data-modal-color] .modal-footer .btn-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.modal[data-modal-color="blue"] .modal-content {
    background: #2196f3;
}

.modal[data-modal-color="cyan"] .modal-content {
    background: #00bcd4;
}

.modal[data-modal-color="green"] .modal-content {
    background: #4caf50;
}

.modal[data-modal-color="lightgreen"] .modal-content {
    background: #8bc34a;
}

.modal[data-modal-color="lightblue"] .modal-content {
    background: #03a9f4;
}

.modal[data-modal-color="amber"] .modal-content {
    background: #ffc107;
}

.modal[data-modal-color="teal"] .modal-content {
    background: #009688;
}

.modal[data-modal-color="orange"] .modal-content {
    background: #ff9800;
}

.modal[data-modal-color="bluegray"] .modal-content {
    background: #607d8b;
}

.modal[data-modal-color="red"] .modal-content {
    background: #f44336;
}

.modal-backdrop {
    z-index: 10;
}

.panel {
    box-shadow: none;
    border: 0;
}

.panel-heading {
    padding: 0;
}

.panel-title > a {
    padding: 10px 15px;
    display: block;
    font-size: 13px;
}

.panel-collapse .panel-heading {
    position: relative;
}

.panel-collapse .panel-heading .panel-title > a {
    padding: 8px 5px 16px 30px;
    color: #000;
    position: relative;
}

.panel-collapse .panel-heading .panel-title > a:after,
.panel-collapse .panel-heading .panel-title > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
}

.panel-collapse .panel-heading .panel-title > a:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.panel-collapse .panel-heading:not(.active) .panel-title > a:before {
    background: #c7b7b7;
}

.panel-collapse .panel-heading:before,
.panel-collapse .panel-heading:after {
    font-family: 'Material Design Iconic Font';
    font-size: 17px;
    position: absolute;
    left: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 4px;
}

.panel-collapse .panel-heading:before {
    content: "\f0fb";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.panel-collapse .panel-heading:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: "\f111";
}

.panel-collapse .panel-heading.active .panel-title > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.panel-collapse .panel-heading.active:before {
    -webkit-transform: scale(0) rotate(-90deg);
    -ms-transform: scale(0) rotate(-90deg);
    -o-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
}

.panel-collapse .panel-heading.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.panel-collapse .panel-body {
    border-top: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #2196f3;
}

.panel-group[data-collapse-color="red"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #f44336;
}

.panel-group[data-collapse-color="green"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #4caf50;
}

.panel-group[data-collapse-color="amber"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #ffc107;
}

.panel-group[data-collapse-color="teal"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #009688;
}

.panel-group[data-collapse-color="black"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #000000;
}

.panel-group[data-collapse-color="cyan"] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #00bcd4;
}

.tooltip-inner {
    border-radius: 2px;
    padding: 5px 10px 7px;
    font-size: 13px;
}

.tooltip-red .tooltip-inner {
    background-color: #f44336;
}

.tooltip-red.top .tooltip-arrow {
    border-top-color: #f44336;
}

.tooltip-red.top-left .tooltip-arrow {
    border-top-color: #f44336;
}

.tooltip-red.top-right .tooltip-arrow {
    border-top-color: #f44336;
}

.tooltip-red.right .tooltip-arrow {
    border-right-color: #f44336;
}

.tooltip-red.left .tooltip-arrow {
    border-left-color: #f44336;
}

.tooltip-red.bottom .tooltip-arrow {
    border-bottom-color: #f44336;
}

.tooltip-red.bottom-left .tooltip-arrow {
    border-bottom-color: #f44336;
}

.tooltip-red.bottom-right .tooltip-arrow {
    border-bottom-color: #f44336;
}

.tooltip-purple .tooltip-inner {
    background-color: #9c27b0;
}

.tooltip-purple.top .tooltip-arrow {
    border-top-color: #9c27b0;
}

.tooltip-purple.top-left .tooltip-arrow {
    border-top-color: #9c27b0;
}

.tooltip-purple.top-right .tooltip-arrow {
    border-top-color: #9c27b0;
}

.tooltip-purple.right .tooltip-arrow {
    border-right-color: #9c27b0;
}

.tooltip-purple.left .tooltip-arrow {
    border-left-color: #9c27b0;
}

.tooltip-purple.bottom .tooltip-arrow {
    border-bottom-color: #9c27b0;
}

.tooltip-purple.bottom-left .tooltip-arrow {
    border-bottom-color: #9c27b0;
}

.tooltip-purple.bottom-right .tooltip-arrow {
    border-bottom-color: #9c27b0;
}

.tooltip-blue .tooltip-inner {
    background-color: #2196f3;
}

.tooltip-blue.top .tooltip-arrow {
    border-top-color: #2196f3;
}

.tooltip-blue.top-left .tooltip-arrow {
    border-top-color: #2196f3;
}

.tooltip-blue.top-right .tooltip-arrow {
    border-top-color: #2196f3;
}

.tooltip-blue.right .tooltip-arrow {
    border-right-color: #2196f3;
}

.tooltip-blue.left .tooltip-arrow {
    border-left-color: #2196f3;
}

.tooltip-blue.bottom .tooltip-arrow {
    border-bottom-color: #2196f3;
}

.tooltip-blue.bottom-left .tooltip-arrow {
    border-bottom-color: #2196f3;
}

.tooltip-blue.bottom-right .tooltip-arrow {
    border-bottom-color: #2196f3;
}

.tooltip-cyan .tooltip-inner {
    background-color: #00bcd4;
}

.tooltip-cyan.top .tooltip-arrow {
    border-top-color: #00bcd4;
}

.tooltip-cyan.top-left .tooltip-arrow {
    border-top-color: #00bcd4;
}

.tooltip-cyan.top-right .tooltip-arrow {
    border-top-color: #00bcd4;
}

.tooltip-cyan.right .tooltip-arrow {
    border-right-color: #00bcd4;
}

.tooltip-cyan.left .tooltip-arrow {
    border-left-color: #00bcd4;
}

.tooltip-cyan.bottom .tooltip-arrow {
    border-bottom-color: #00bcd4;
}

.tooltip-cyan.bottom-left .tooltip-arrow {
    border-bottom-color: #00bcd4;
}

.tooltip-cyan.bottom-right .tooltip-arrow {
    border-bottom-color: #00bcd4;
}

.tooltip-teal .tooltip-inner {
    background-color: #009688;
}

.tooltip-teal.top .tooltip-arrow {
    border-top-color: #009688;
}

.tooltip-teal.top-left .tooltip-arrow {
    border-top-color: #009688;
}

.tooltip-teal.top-right .tooltip-arrow {
    border-top-color: #009688;
}

.tooltip-teal.right .tooltip-arrow {
    border-right-color: #009688;
}

.tooltip-teal.left .tooltip-arrow {
    border-left-color: #009688;
}

.tooltip-teal.bottom .tooltip-arrow {
    border-bottom-color: #009688;
}

.tooltip-teal.bottom-left .tooltip-arrow {
    border-bottom-color: #009688;
}

.tooltip-teal.bottom-right .tooltip-arrow {
    border-bottom-color: #009688;
}

.tooltip-green .tooltip-inner {
    background-color: #4caf50;
}

.tooltip-green.top .tooltip-arrow {
    border-top-color: #4caf50;
}

.tooltip-green.top-left .tooltip-arrow {
    border-top-color: #4caf50;
}

.tooltip-green.top-right .tooltip-arrow {
    border-top-color: #4caf50;
}

.tooltip-green.right .tooltip-arrow {
    border-right-color: #4caf50;
}

.tooltip-green.left .tooltip-arrow {
    border-left-color: #4caf50;
}

.tooltip-green.bottom .tooltip-arrow {
    border-bottom-color: #4caf50;
}

.tooltip-green.bottom-left .tooltip-arrow {
    border-bottom-color: #4caf50;
}

.tooltip-green.bottom-right .tooltip-arrow {
    border-bottom-color: #4caf50;
}

.tooltip-orange .tooltip-inner {
    background-color: #ff9800;
}

.tooltip-orange.top .tooltip-arrow {
    border-top-color: #ff9800;
}

.tooltip-orange.top-left .tooltip-arrow {
    border-top-color: #ff9800;
}

.tooltip-orange.top-right .tooltip-arrow {
    border-top-color: #ff9800;
}

.tooltip-orange.right .tooltip-arrow {
    border-right-color: #ff9800;
}

.tooltip-orange.left .tooltip-arrow {
    border-left-color: #ff9800;
}

.tooltip-orange.bottom .tooltip-arrow {
    border-bottom-color: #ff9800;
}

.tooltip-orange.bottom-left .tooltip-arrow {
    border-bottom-color: #ff9800;
}

.tooltip-orange.bottom-right .tooltip-arrow {
    border-bottom-color: #ff9800;
}

.tooltip-brown .tooltip-inner {
    background-color: #795548;
}

.tooltip-brown.top .tooltip-arrow {
    border-top-color: #795548;
}

.tooltip-brown.top-left .tooltip-arrow {
    border-top-color: #795548;
}

.tooltip-brown.top-right .tooltip-arrow {
    border-top-color: #795548;
}

.tooltip-brown.right .tooltip-arrow {
    border-right-color: #795548;
}

.tooltip-brown.left .tooltip-arrow {
    border-left-color: #795548;
}

.tooltip-brown.bottom .tooltip-arrow {
    border-bottom-color: #795548;
}

.tooltip-brown.bottom-left .tooltip-arrow {
    border-bottom-color: #795548;
}

.tooltip-brown.bottom-right .tooltip-arrow {
    border-bottom-color: #795548;
}

.tooltip-bluegray .tooltip-inner {
    background-color: #607d8b;
}

.tooltip-bluegray.top .tooltip-arrow {
    border-top-color: #607d8b;
}

.tooltip-bluegray.top-left .tooltip-arrow {
    border-top-color: #607d8b;
}

.tooltip-bluegray.top-right .tooltip-arrow {
    border-top-color: #607d8b;
}

.tooltip-bluegray.right .tooltip-arrow {
    border-right-color: #607d8b;
}

.tooltip-bluegray.left .tooltip-arrow {
    border-left-color: #607d8b;
}

.tooltip-bluegray.bottom .tooltip-arrow {
    border-bottom-color: #607d8b;
}

.tooltip-bluegray.bottom-left .tooltip-arrow {
    border-bottom-color: #607d8b;
}

.tooltip-bluegray.bottom-right .tooltip-arrow {
    border-bottom-color: #607d8b;
}

.tooltip-black .tooltip-inner {
    background-color: #000000;
}

.tooltip-black.top .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip-black.top-left .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip-black.top-right .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip-black.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip-black.left .tooltip-arrow {
    border-left-color: #000000;
}

.tooltip-black.bottom .tooltip-arrow {
    border-bottom-color: #000000;
}

.tooltip-black.bottom-left .tooltip-arrow {
    border-bottom-color: #000000;
}

.tooltip-black.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

.breadcrumb {
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
}


.lvh-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  z-index: 4;
  background: #fff;
  -webkit-animation-name: 'fadeIn';
  animation-name: 'fadeIn';
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lvh-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  left: 24px;
  top: 17px;
  font-size: 22px;
}

.lvhs-input {
  border: 0;
  padding: 0 26px 4px 55px !important;
  height: 63px;
  font-size: 20px !important;
  width: 100%;
  font-weight: 100;
  background: #fff;
  border-bottom: 1px solid #c7b7b7;
}

.lvh-search-close {
  font-style: normal;
  position: absolute;
  top: 23px;
  right: 22px;
  font-size: 17px;
  width: 18px;
  height: 18px;
  background-color: #ADADAD;
  line-height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.lvh-search-close:hover {
  background: #333;
}



#navigationMenu li{
    list-style:none;
    height:49px;
    padding:2px;
    width:50px;
}

#navigationMenu span{
    /* Container properties */
    width:0;
    left:48px;
    padding:0;
    position:absolute;
    overflow:hidden;

    /* Text properties */
    font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:39px;
    
    /* CSS3 Transition: */
    -webkit-transition: 0.25s;
    
    /* Future proofing (these do not work yet): */
    -moz-transition: 0.25s;
    transition: 0.25s;
}

#navigationMenu a{
    background:url('../img/navigation.jpg') no-repeat;

    height:49px;
    width:48px;
    display:block;
    position:relative;
}
#navigationMenu i{
    font-size: 28px;
    color: #fff;
    position: relative;
    left: 8px;
    top: 8px;
    text-shadow: -1px -1px 1px #000;
}
#navigationMenu span{
    /* Container properties */
    width:0;
    left:48px;
    padding:0;
    position:absolute;
    overflow:hidden;

    /* Text properties */
    font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:49px;
    
    /* CSS3 Transition: */
    -webkit-transition: 0.25s;
    /*-o-transition: 0.25s;*/
    
    /* Future proofing (these do not work yet): */
    -moz-transition: 0.25s;
    transition: 0.25s;
    opacity: .75;
}

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover i{ color: #c11b1b; }
#navigationMenu a:hover{
    text-decoration:none;
    
    -moz-box-shadow:0 0 5px #9ddff5;
    -webkit-box-shadow:0 0 5px #9ddff5;
    box-shadow:0 0 5px #9ddff5;
}


#navigationMenu .ecologico { background: forestgreen; opacity: .8}
#navigationMenu .ecologico:hover {   background: forestgreen;}
#navigationMenu .ecologico span{
    background-color:forestgreen;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}


#navigationMenu .publicacion { background: orange; opacity: .8}
#navigationMenu .publicacion:hover { background: orange;}
#navigationMenu .publicacion span{
    background-color:orange;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}


#navigationMenu .galeria { background: darkviolet; opacity: .8}
#navigationMenu .galeria:hover { background: darkviolet;}
#navigationMenu .galeria span{
    background-color:darkviolet;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}


#navigationMenu .congreso { background: dodgerblue; opacity: .8;}
#navigationMenu .congreso:hover{ background: dodgerblue;}
#navigationMenu .congreso span{
    background-color:dodgerblue;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}

#navigationMenu .flayer { background: deeppink; opacity: .8;}
#navigationMenu .flayer:hover{ background: deeppink;}
#navigationMenu .flayer span{
    background-color:deeppink;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}

#navigationMenu .biblioteca { background: lawngreen; opacity: .8;}
#navigationMenu .biblioteca:hover{ background: lawngreen;}
#navigationMenu .biblioteca span{
    background-color:lawngreen;
    color:#000;
    text-shadow:1px 1px 1px #c11b1b;
}



#main{
    margin: 0px;
    position: fixed;
    top: 27.4%;
    left: -2px;
    z-index: 999;
}

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: linear all;
  -o-transition: linear all;
  transition: linear all;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading-bar .bar {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  filter: alpha(opacity=45);
  box-shadow: #fff 1px 0 6px 1px;
  border-radius: 100%;
  z-index: 99999;
}
#loading-bar-spinner {
  width: 298px;
  height: 298px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  position: fixed;
  top: 205px;
  left: 45%;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
#loading-bar-spinner .spinner-icon {
  display: inline-block;
  width: 100%;  
  margin: 0;
  float: left;
  background: transparent !important;
  border: 2px solid #00bcd4;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}
#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}
#loading-bar-spinner:after {
  clear: both;
}
#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}
#loading-bar-spinner:after {
  clear: both;
}

.carreras li{
    float:left;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid rgba(78, 140, 37, 0.82);
    margin: 0px 10px 10px 0px;
    box-shadow: 2px 2px 2px rgba(95, 80, 80, 0.82);
}
.carreras li:hover{
    cursor: pointer;
    color: #FFF;
    background: #c11b1b;
}