@media screen and (min-width:340px) and (max-width: 768px) {}

.navbar-toggle {
	display:none;
    border: 1px solid #b3b3b3;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    margin-top: -15px;
}

.navbar-toggle .icon-bar {
    background-color: #1492ff;
}

#gridSystemModal {
    padding-right: 0 !important;
}

.modal {
    top: 80px;
}

.modal-content {
    box-shadow: none;
    background-color: inherit;
    border: none;
}

.modal-content .modal-header {
    border: 0;
}

.modal-content .modal-header .close {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: initial;
    font-weight: normal;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.3);
}

.modal-content .modal-header .close span {
    display: block;
    margin-top: -4px;
    color: #fff;
}

.panel {
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.panel-red {
    background: #1492ff;
}

.panel-nav .panel-title a {
    color: #fff;
}

.panel-title {
    background-position: 20% center;
    background-repeat: no-repeat;
    background-size: 10%;
}