body {
    background: none;
}

a, a:visited, .link {
	color: #333333;
}

a:hover, .link:hover {
    border-bottom: none;
    text-decoration: none;
    color: #666666;
}

h1 {
    color: #333333 !important;
}

hr {
    visibility: hidden;
}

#nav {
    display: none;
}

#container {
    width: unset;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header .pull-left {
    float: none !important;
}

#landing_page > .pull-right {
    float: none;
}

.sidebar {
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.sidebar .flush-right {
    text-align: center;
}

.front-page-button p {
    padding-right: 0;
    padding-left: 10px;
}

.button {
    display: inline-block !important;
    width: 95%;
    padding: 10px;
    max-width: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.Icon {
    background-position-y: 3px;
    color: #333333;
}

a.Icon:visited {
    color: #333333;
}

#msg_error {
    height: auto !important;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 0;
    line-height: 1.3;
}

.wi-btn-bold {
    font-weight: bold;
}

.wi-btn-grey {
    background-color: #969696 !important;
    border: solid 1px #969696 !important;
}

.wi-btn-green {
    background-color: #72c76a !important;
    border: solid 1px #72c76a !important;
}

.wi-btn-blue {
    background-color: #73bee6 !important;
    border: solid 1px #73bee6 !important;
    color: #FFFFFF;
}

.wi-btn-grey-sel, .wi-btn-grey:hover {
    background-color: #FFFFFF !important;
    color: #969696;
}

.wi-btn-green-sel, .wi-btn-green:hover  {
    background-color: #FFFFFF !important;
    color: #72c76a;
}

.wi-btn-blue-sel, .wi-btn-blue:hover {
    background-color: #FFFFFF !important;
    color: #73bee6 !important;
}

.wi-link-green {
    color: #72c76a !important;
    font-weight: bold;
}

.wi-link-blue {
    color: #73bee6 !important;
    font-weight: bold;
}

.main-content {
    width: 100%;
    margin: 10px auto 30px auto;
    min-height: 500px;
}

#clientLogin {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 40px 0;
}

.login-box {
    box-shadow: none;
    padding: 0;
}

.icon-refresh {
    color: #72c76a !important;
    text-shadow: 1px 1px #666666;
}

h1 .states {
    font-size: 1.5rem;
}

.well {
    border: solid 1px #DDDDDD;
    border-radius: 3px;
}

#ticketTable {
    width: 100% !important;
}

#ticketTable th {
    background-color: #72c76a;
    padding: 5px 8px;
    border:solid 1px #EEEEEE;
}

#ticketTable th a {
    color: #FFFFFF !important;
}

#ticketTable td {
    padding: 5px 8px;
    border:solid 1px #EEEEEE;
}

#ticketTable caption {
    background-color: #F2F2F2 !important;
    border:solid 1px #EEEEEE;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#ticketTable .truncate {
    display: inline;
}

.infoTable {
    background: none;
    margin-top: 20px;
}

#ticketInfo h1 {
    border-bottom: dotted 3px #CCCCCC;
}

.infoTable .headline {
    background-color: #DDDDDD;
    padding: 5px 8px;

}

.infoTable thead tr td {
    border-bottom: none;
    border:solid 1px #AAAAAA;
}

.infoTable tr th {
    font-weight: bold;
    border:solid 1px #AAAAAA;
}

.infoTable tr td {
    border:solid 1px #AAAAAA;
    padding: 5px 8px;
}

.ticket-pages {
    text-align: center;
}

#ticketInfo {
    width: 100% !important;
}

.thread-entry.message .header {
    background-color: #73bee6;
}

.thread-entry.avatar.message .header::before {
    border-right-color: #73bee6 !important;
}

.thread-entry.avatar.message .header::after {
    border-right: none;
}

.thread-entry .textra .label {
    color: #333333;
    border-color: #333333;
}

#msg_error, #msg_warning, #msg_notice, .warning-banner {
    height: auto;
}


#ticketForm {
    width: 100% !important;
}

.ticketForm {
    width: 100% !important;
}

.ticketForm .form-header h3 {
    display: none;
}

.buttons {
    margin-top: 50px;
}

.buttons input[type=submit] {
    color: black !important;
}

#footer {
    margin-top: 40px;
    margin-bottom: 30px;
}

#footer #poweredBy {
    margin-top: 8px;
}

#loading {
    background-color: #F2F2F2 !important;
    background: url('../../../images/wi-custom/loading.gif');
    background-repeat: no-repeat;
    background-position: top 35px left 20px;
    border: solid 1px #EEEEEE;
    border-radius: 3px;
    text-align: center;
}

#loading h4 {
    color: #72c76a !important;
    font-size: 1rem;
    font-weight: bold;
}

#loading p {
    margin-top: 8px;
    font-size: .85rem;
    line-height: 1.3;    
}





@media (max-width: 760px) {
    .main-content {
        width: auto;
        margin: 10px 10px 30px 10px;
    }
}
