/*
	.row{border: 1px solid red}
	.col{border: 1px solid blue}
*/

html {
    overflow: hidden;
}

body {
    background: #efefef;
    overflow: hidden;
}

#anim {
    width: 400px;
    height: 200;
}

#video {
    outline: none;
}

#tut-modal .modal-body {
    background: #efefef;
}

#tut-modal h3 {
    color: #333;
}

#main-arera {
    overflow: hidden;
}

#menu-bar {
    height: 50px;
    text-align: center;
    border-top: 4px solid #E2E0E0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

.menu-bar-button {
    padding-top: 10px;
    cursor: pointer;
}

.menu-bar-button:hover {
    background: #efefef;
}

#add-button {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    display: none;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #FFF;
    background: #267CC7;
    z-index: 99999;
    text-align: center;
    font-size: 80px;
    line-height: 56px;
    color: #FFF;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 3px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

.rotated {
    transform: rotate(45deg);
}

#add-menu {
    position: absolute;
    bottom: -0px;
    opacity: 0;
    display: none;
    left: 50%;
    margin-left: -185px;
    width: 370px;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding-top: 0px;
    color: #FFF;
    z-index: 777;
    -webkit-filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

#add-menu:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #FFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

#add-menu .add-menu-button {
    z-index: 9999;
    color: #495057;
    height: auto;
    width: 100%;
    font-size: 22px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    border-top: 1px solid #F8F8F8;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#add-menu .add-menu-button:last-child {
    border-radius: 0px 0px 10px 10px;
}

#add-menu-pin-type .add-menu-button:last-child,
#add-menu-shape-type .add-menu-button:last-child {
    border-radius: 0px 0px 10px 10px;
}

#add-menu .add-menu-button:hover {
    background: #257CC7;
    color: #FFF;
}

#add-menu-pin-type,
#add-menu-shape-type {
    position: absolute;
    bottom: -0px;
    opacity: 0;
    display: none;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding-top: 0px;
    color: #FFF;
    z-index: 777;
    -webkit-filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

#add-menu-pin-type:after,
#add-menu-shape-type:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #FFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.add-menu-title {
    z-index: 9999;
    color: #FFF;
    height: 20%;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    border-bottom: 1px solid #bababa;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #1A5A92;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#add-menu-pin-type .add-menu-button,
#add-menu-shape-type .add-menu-button {
    z-index: 9999;
    color: #495057;
    height: auto;
    width: 100%;
    font-size: 22px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    border-top: 1px solid #F8F8F8;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#add-menu-pin-type .add-menu-button:hover,
#add-menu-shape-type .add-menu-button:hover {
    background: #257CC7;
    color: #FFF;
}

#add-menu-pin-selected {
    position: absolute;
    bottom: -0px;
    opacity: 0;
    display: none;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding-top: 0px;
    color: #FFF;
    z-index: 777;
    -webkit-filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

#add-menu-pin-selected:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #FFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

#add-menu-pin-selected .how-to-menu-button {
    z-index: 9999;
    color: #495057;
    height: 100%;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#add-menu-pin-selected .add-menu-title {
    z-index: 9999;
    color: #FFF;
    height: 40px;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    border-bottom: 1px solid #bababa;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #1A5A92;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#start-here-tip {
    position: absolute;
    bottom: 0px;
    opacity: 10;
    display: none;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 70px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding-top: 0px;
    color: #FFF;
    z-index: 888;
    -webkit-filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

#start-here-tip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #FFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

#start-here-tip #start-here {
    z-index: 9999;
    color: #495057;
    height: 100%;
    width: 100%;
    padding-top: 18px;
    font-size: 24px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#add-pin-button {
    cursor: pointer;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#add-line-button {
    cursor: pointer;
}

#add-pin-button-ped {
    cursor: pointer;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#add-pin-button-bike {
    cursor: pointer;
}

#map {
    /*	height: 100vh;*/
    z-index: 1;
}

#home-button {
    border-radius: 2px;
    border: 0px;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    outline: none;
    background: #FFF;
    text-align: center;
    cursor: pointer;
    font-size:16px;
    padding:8px;
    background:#047BFF;
    color:#FFF;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.side-button {
    border-radius: 2px;
    border: 0px;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-bottom: 5px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.side-button:hover {
    color: #000;
}

#filter-area {
    border-radius: 2px;
    border: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: center;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#info-area {
    border-radius: 2px;
    border: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: left;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#legend-area {
    border-radius: 2px;
    border: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: left;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#tutorial-area {
    border-radius: 2px;
    border: 0px;
    width: 00px;
    height: 00px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: left;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#faq-area {
    border-radius: 2px;
    border: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    background: #FFF;
    padding-left: 3px;
    text-align: left;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#pac-input {
    /* position: absolute;
    z-index: 2;
    top: 55px;
    left: 10px; */
    border-radius: 2px;
    border: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.card-header h2 button {
    text-align: left;
    padding-left: 0px;
    color: #1F1F1F;
    text-decoration: none;
    font-size: 20px;
}

.btn .btn-link {
    text-decoration: none;
}

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

.card-header h2 button:hover {
    text-decoration: none;
}

.card-body {
    font-size: 20px
}

.tooltip-inner {
    font-size: 14px;
}

.tip {
    position: absolute;
    top: 10px;
    right: -260px;
    width: 280px;
    height: auto;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    background: #FFF;
    z-index: 9999;
    display: none;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.close-tip {
    float: right;
    cursor: pointer;
}

.stopTips {
    cursor: point;
    color: #545454;
    float: right;
    margin-right: 10px;
    font: 12px;
}

.side-panel {
    position: absolute;
    left: -450px;
    top: 0px;
    width: 90%;
    height: 100vh;
    background: #FFF;
    z-index: 999;
    opacity: 0;
    -webkit-filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    filter: drop-shadow(0px 1px 5px rgba(70, 70, 70, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

.side-panel-wrapper {
    height: 100%;
    overflow-y: scroll;
    margin-bottom: 200px;
}

#new-pin-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

#new-line-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

#new-shape-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

#existing-pin-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

#existing-line-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

#existing-shape-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: -3px;
    float: left;
    color: #FFF;
}

.close-side-panel {
    float: right;
    margin-right: 20px;
    margin-top: -5px;
    cursor: pointer;
    color: #FFF;
    width: 45px;
    text-align: center;
}

.close-side-panel:after {
    font-size: 12px;
    text-align: center;
    content: "Cancel";
    margin-top: -2px;
    display: block;
}

.existing-close-side-panel:after {
    font-size: 12px;
    text-align: center;
    content: "Close";
    margin-top: -2px;
    display: block;
}

.view-map {
    float: right;
    margin-right: 0px;
    cursor: pointer;
    color: #FFF;
    width: 45px;
    margin-top: -5px;
    text-align: center;
}

.view-map:after {
    font-size: 12px;
    text-align: center;
    content: "Map";
    margin-top: -2px;
    display: block;
}

.side-panel-header {
    padding: 15px;
    height: 60px;
    background: #376f83;
}

#existing-pin-side-panel .side-panel-header {
    padding: 15px;
    height: 60px;
    background: #267CC7;
}

#existing-pin-side-panel .side-panel-subheader {
    padding: 2px;
    height: 30px;
    background: #3C8ACD;
    color: #FFF;
}

#existing-line-side-panel .side-panel-header,
#existing-shape-side-panel .side-panel-header {
    padding: 15px;
    height: 60px;
    background: #385374;
}

#existing-line-side-panel .side-panel-subheader,
#existing-shape-side-panel .side-panel-subheader {
    padding: 2px;
    height: 30px;
    background: #4D6481;
    color: #FFF;
}

.existing-count {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
}

.existing-count:hover {
    color: #B4B4B4;
}

.existing-count i {
    padding-right: 5px;
}

.side-panel-main {
    padding: 15px;
    background: #FFF;
    margin-bottom: 150px;
}

.panel-title {
    font-weight: bold;
    color: #555555;
}

.panel-detail {
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
}

.side-panel-main #new-comment {
    height: 120px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid 555555;
}

.side-panel-main #new-line-comment,
.side-panel-main #new-shape-comment {
    height: 120px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid 555555;
}

.side-panel-main #existing-comment {
    height: auto;
    padding-bottom: 20px;
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
    overflow-y: scroll;
}

.side-panel-main #existing-line-comment,
.side-panel-main #existing-shape-comment {
    height: auto;
    padding-bottom: 20px;
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
    color: #555555;
    overflow-y: scroll;
}

.side-panel-main #add-user-comment {
    height: 100px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid 555555;
}

.side-panel-main #add-line-user-comment,
.side-panel-main #add-shape-user-comment {
    height: 100px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid 555555;
}

.category {
    border-radius: 50px;
    float: left;
    padding: 5px 10px 5px 5px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 98%;
    height: 55px;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.category:hover {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
}

.category img {
    border-radius: 50%;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.category .text {
    padding-top: 2px;
    font-size: 14px;
    color: #FFF;
}

.filter-item {
    border-radius: 50px;
    float: left;
    padding: 5px 10px 5px 5px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 98%;
    height: 55px;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.filter-item:hover {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
}

.filter-item img {
    border-radius: 50%;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.filter-item .text {
    padding-top: 2px;
    font-size: 14px;
    color: #FFF;
}

#filter-area .filter-item {
    float: left;
    overflow: hidden;
    text-align: left;
    padding-right: 10px;
    float: left;
    height: 35px;
}

#filter-area .filter-item img {
    border-radius: 50%;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#filter-area .filter-item .text {
    /*		display: none;*/
    text-align: left;
}


/*Helpers*/

.disabled {
    pointer-events: none;
    opacity: 0.8;
}


/*bubble*/

.speech-bubble {
    position: relative;
    background: #ebebeb;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 24px;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(70, 70, 70, 0.8));
    filter: drop-shadow(0px 1px 1px rgba(70, 70, 70, 0.8));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-top-color: #ebebeb;
    border-bottom: 0;
    border-left: 0;
    margin-left: -11.5px;
    margin-bottom: -18px;
}

#media-query {
    position: absolute;
    top: 20px;
    left: 50%;
    height: 25px;
    width: 100px;
    margin-left: -50px;
    background: #FFF;
    z-index: 999;
    text-align: center;
}

#success {
    display: none;
    position: absolute;
    top: -100px;
    left: 50%;
    height: auto;
    width: auto;
    margin-left: -100px;
    background: #FFF;
    z-index: 999;
    text-align: center;
    border-radius: 30px;
    padding: 15px;
    border: 4px solid #FFF;
    color: #FFF;
    background: #4AAA4E;
    font-size: 24px;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
    display: none;
}

.customize-button {
    outline: none;
}

.customize-button:focus {
    outline: none;
}


/*Media Queries*/


/*// Extra small devices (portrait phones, less than 576px)*/


/*// No media query since this is the default in Bootstrap*/


/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    #media-query:before {
        content: "S";
    }
}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    #media-query:before {
        content: "M";
    }
    .side-panel {
        width: 40%;
        height: 100vh;
    }
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    #media-query:before {
        content: "L";
    }
    .side-panel {
        width: 450px;
        height: 100vh;
    }
    .category {
        width: 48%;
    }
}


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    #media-query:before {
        content: "XL";
    }
}