/*-------Colors-------*/

.primary-color {
    background-color: #607D8B;
	color: #ffffff;
}
.primary-color:hover {
    background-color: #607D8B;
	color: #ffffff;
}
.primary-text {
	color: #626262;
}

body {
	box-sizing: border-box;
    margin: 0px;
	background-color: #eeeeee;
}

textarea {
	font-family: Arial,sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
}

.customize-support header, .customize-support #side-menu {
    margin-top: 32px;
}

#main-content {
    background-color: #eeeeee;
    color: #626262;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    padding-top: 5px;
    word-wrap: break-word;
}

.container {
    max-width: 1270px;
    width: 100%;
    margin: auto;
}

.menu-toggle {
	display: none;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

header {
    padding-right: 0px;
}

.main-content-open header {
    padding-right: 0px;
}

.top-header {
    height: 50px;
}

.top-header h1 {
    //width: 100%;
    line-height: 50px;
	font-size: 18px;
    padding: 0px;
}

#title {
    height: 50px;
    width: 40%;
    line-height: 50px;
    overflow: hidden;
    margin-right: 60px;
}

#title h1 {
    line-height: 50px;
}

.menu-toggle {
	display: block;
    width: 50px;
    height: 50px;
	left: -50px;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	z-index: 99999;
}

.menu-toggle i {
    line-height: 50px;
}

#close-side-menu {
	display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background-color: #ff734a;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#close-side-menu i {
	line-height: 50px;
	font-size: 40px;
}

#logo {
    height: 50px;
}

.scan-status-on span, .scan-status-off span {
    font-size: 12px!important;
}

#main-content {
	margin-right: 0px!important;
	margin-top: 50px;
	width: 100%;
}

nav {
    width: 100%!important;
}

nav li {
    line-height: 50px;
	width: 100%;
	text-align: center;
}

nav a {
    line-height: 50px!important;
	width: 100%;
    padding: 0 10px;
}

nav li + li {
    border-left: 0;
    border-top: 1px solid #ffffff;
}

}

@media screen and (max-width: 781px) {

.customize-support header, .customize-support #side-menu {
    margin-top: 46px;
}

}
@media screen and (max-width: 425px) {

#main-content {
	// display: inline-block!important;
	// height: 100%!important;
}

}
