body, input, select, textarea {
    color: #333333;
}
#container {
    width: 1024px;
}
#container #footer {
    color: #fff;
    background: #111111;
    padding: 20px 0;
    font-size: 13px;
}
#container #footer p {
    margin: 0;
}
#container > #content {
    padding-top: 25px;
    min-height: 400px;
}
#container > #header {
    padding: 20px 20px;
}
#container > #nav {
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    border: none;
    background-image: none;
    background-color: #111111;
    padding: 0 20px;
    height: auto;
    line-height: 1.4;
    font-size: 0;
}
#container > #nav > li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
#container > #nav > li > a {
    background-image: none;
    background-color: transparent;
    padding: 12px 15px;
    color: #fff;
    height: auto;
    margin: 0;
    border: none;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    font-weight: 600;
}
#container > #nav > li > a:active,
#container > #nav > li > a:focus,
#container > #nav > li > a:visited {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
#container > #nav > li > a:hover {
    background-color: #f50;
    color: #ffffff;
    text-decoration: none;
}
#container > #nav > li > a.active {
    background-color: #f50;
    color: #ffffff;
    text-decoration: none;
}

#content #landing_page {
    display: flex;
    flex-direction: column;
    margin-top: -25px;
    margin-left: -20px;
    margin-right: -20px;
}
#content #landing_page > .sidebar {
    width: 100%;
    margin: 0;
    display: block;
    order: 2;
}
#content #landing_page > .main-content {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
}
#content #landing_page > .main-content > .thread-body {
    padding: 0;
}
#content #landing_page > .main-content > .thread-body > div {

}
#content #landing_page > .main-content > .thread-body h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
}
#content #landing_page > .main-content > .thread-body p {
    font-size: 16px;
    line-height: 28px;
}

#content > h1 {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
}
#content > p {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
}
#content > #clientLogin {
    margin-top: 0;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 0;
    padding: 25px;
    background-image: none;
    background-color: #f6f6f6
}
#content > #clientLogin > div {
    display: block !important;
    width: 100%;
}
#content > #clientLogin > div > div {
    display: inline-block !important;
    vertical-align: top !important;
    padding: 0 0 0 20px !important;
    font-size: 16px;
    line-height: 1.4;
}
#content > #clientLogin > div > .login-box {
    padding: 0 !important;
    box-shadow: none;
    display: inline-block !important;
    width: 40%;
    font-size: 14px;
    line-height: 1.4;
}
#content > #clientLogin > div > .instructions {
    display: inline-block !important;
    width: 58%;
    padding-top: 20px !important;
    padding-left: 0 !important;
    box-sizing: border-box;
}
#ticketForm div input, 
#clientLogin div input, 
#ticketForm div textarea, 
#clientLogin div textarea {
    border: 1px solid #e1e1e1;
    color: #333333;
}
#ticketForm div input, 
#clientLogin div input {
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 20px;
    height: 38px;
}
#clientLogin input[type="text"], 
#clientLogin input[type="password"] {
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}
#clientLogin input[type="submit"] {
    background-color: #f50;
    color: #ffffff;
    border: 1px solid #f50;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 600;
}
#clientLogin input[type="submit"]:hover {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}


#ticketForm > table {
    width: 100%;
}
#ticketForm > table hr {
    display: none;
}
#ticketForm > table .form-header {
    margin-top: 10px;
}
#ticketForm > table .form-header > b {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
#ticketForm > table .form-header > h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#ticketForm > table label > em > em,
#ticketForm > table label > em > p {
    margin: 0 0 5px;
    font-size: 12px;
} 
#ticketForm > table label > span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
#ticketForm > table label > span + br {
    display: none;
}
#ticketForm > table input {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    box-sizing: border-box;
}
#ticketForm > table select {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    box-sizing: border-box;
}
#ticketForm > table textarea {
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 15px;
    background: #ffffff;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#ticketForm > table td {
    padding-top: 0 !important;
}
#ticketForm > table .captchaRow td {
    display: block;
    margin-bottom: 6px;
    width: 100%;
}
#ticketForm > table .captchaRow td span.captcha {
    margin-bottom: 6px;
}
#ticketForm > table .captchaRow td input#captcha {
    margin-bottom: 5px;
}
#ticketForm > table tr.td-name > td,
#ticketForm > table tr.td-email > td {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
#ticketForm > table tr.td-name > td + td,
#ticketForm > table tr.td-email > td + td {
    display: inline-block;
    width: auto;
    margin-bottom: 8px;
}


#content > form table.padded {
    width: 100%;
}
#content > form table.padded hr {
    display: none;
}
#content > form table.padded tr > td {
    width: 100%;
    padding: 0 !important;
    display: block;
    height: auto;
}
#content > form table.padded .form-header {
    margin-top: 10px;
}
#content > form table.padded tr > td h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#content > form table.padded label > span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
#content > form table.padded label > span + br {
    display: none;
}
#content > form table.padded input {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    box-sizing: border-box;
}
#content > form table.padded select {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    height: 38px;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    box-sizing: border-box;
}
#content > form table.padded span.select2 {
    margin-top: 5px;
    margin-bottom: 20px;
}
#content > form table.padded span.select2 + .action-button {
    margin-top: 5px;
    margin-bottom: 20px;
}
#content > form table.padded span.select2 .select2-selection {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}



#msg_warning, .warning-banner {
    margin: 0;
    padding: 5px 10px 5px 36px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    border: 1px solid #f26522;
    background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}

#msg_notice, #msg_warning, #msg_error, .warning-banner {
    margin: 0 0 15px;
    padding: 7px 10px 5px 36px;
    height: 20px;
    line-height: 20px;
}
.os-thank-you {
    margin-top: 20px;
    display: block;
    font-size: 14px;
}


#content > #msg_info {
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.4;
}
#content > #msg_info > strong {
    font-weight: 600;
}
#content #ticketInfo {
    width: 100%;
}
#ticketInfo h1 {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
#ticketInfo .infoTable thead td.headline {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0;
    font-weight: 600;
    font-size: 16px;
}
#ticketInfo .infoTable tbody tr th {
    padding: 6px 6px 6px 0;
}
#ticketInfo .infoTable tbody tr td {
    padding: 6px;
}
#ticketInfo .infoTable tbody tr:first-child th {
    padding-top: 10px;
}
#ticketInfo .infoTable tbody tr:first-child td {
    padding-top: 10px;
}
#ticketInfo .custom-data tr td.headline {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
}
#ticketInfo .custom-data tbody tr th {
    padding: 6px 6px 6px 0;
}
#ticketInfo .custom-data tbody tr td {
    padding: 6px;
}
#ticketInfo .custom-data tbody tr:nth-child(2) th {
    padding-top: 10px;
}
#ticketInfo .custom-data tbody tr:nth-child(2) td {
    padding-top: 10px;
}




#landing_page #new_ticket {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: none;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 80px;
    float: left;
    padding-right: 15px;
}
#landing_page #check_status {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    background-image: none;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 80px;
    float: left;
    padding-left: 15px;
}
#landing_page .home-block-main {
    padding: 100px 0 50px;
    text-align: center;
}
#landing_page .home-block-main .inner-main {
    border: 1px solid #e1e1e1;
    padding: 50px 30px 0;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
#landing_page .home-block-main .inner-main h3 {
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 20px 0 15px;
}
#landing_page .home-block-main .inner-main .home-btn {
    margin: 20px 0 30px;
}
#landing_page .home-block-main .inner-main span {
    background: #00aeef;
    color: #fff;
    display: block;
    font-size: 32px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
}
#landing_page .home-block-main .inner-main .home-btn > a {
    background: #111111;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
}
#landing_page .home-block-main .inner-main .home-btn > a:active,
#landing_page .home-block-main .inner-main .home-btn > a:focus,
#landing_page .home-block-main .inner-main .home-btn > a:active {
    background: #111111;
    color: #fff;
    text-decoration: none;
    border: none;
}
#landing_page .home-block-main .inner-main .home-btn > a:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
    border: none;
}

.home-content {
    background: rgba(0, 0, 0, 0) url("../images/home-banner.png") repeat scroll 0 0 / cover ;
    color: #fff;
    padding: 90px 50px;
    text-align: center;
}
.home-content p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.home-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.home-content-block {
    display: block;
    padding: 0 20px;
}
.home-content-block .content-main {
    margin: 0 0 20px;
    padding: 30px 30px 10px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: block;
    clear: both;
}
.home-content-block .content-main p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #111111;
    margin-top: 0;
    font-weight: 400;
}

.sup-status {
    display: block;
}
.sup-status > span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-right: 6px;
}
.sup-status.offline > span.status {
    background: red;
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 0;
}
.sup-status.online > span.status {
    background: green;
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 0;
}
.buttons input[type="submit"] {
    background: #111111;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
}
.buttons input[type="submit"]:active,
.buttons input[type="submit"]:focus,
.buttons input[type="submit"]:active {
    background: #111111;
    color: #fff;
    text-decoration: none;
    border: none;
}
.buttons input[type="submit"]:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
    border: none;
}

.buttons input[type="reset"] {
    background: #111111;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
}
.buttons input[type="reset"]:active,
.buttons input[type="reset"]:focus,
.buttons input[type="reset"]:active {
    background: #111111;
    color: #fff;
    text-decoration: none;
    border: none;
}
.buttons input[type="reset"]:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
    border: none;
}

.buttons input[type="button"] {
    background: #111111;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
}
.buttons input[type="button"]:active,
.buttons input[type="button"]:focus,
.buttons input[type="button"]:active {
    background: #111111;
    color: #fff;
    text-decoration: none;
    border: none;
}
.buttons input[type="button"]:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
    border: none;
}