@media (max-width: 980px) {
.top-menu-secondary {
    background-color: #166cca;
    display: inherit !important;
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 0;
}
.phone-menu-close {
    display: inherit;
}
.top-menu-secondary span.user_welcome {
    font-size: 12px;
    color: #fff;
    width: 100%;
    float: left;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    display: none;
}

.top-menu-secondary>ul {
    float: right;
}

.top-menu-secondary>ul li a {
    padding: 0;
    color: #fff;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0;
    padding: 1px 5px;
}

.phone-menu-trigger {
    color: #fff;
    float: left;
    font-size: 17px;
    display: block;
    margin: 5px;
    cursor: pointer;
}

.top-menu-secondary>ul li.active a, .top-menu-secondary>ul li:hover a {
    color: #fff;
    border: 0;
}

.top-menu-secondary>ul li.active a:after, .top-menu-secondary>ul li:hover a:after {
    visibility: hidden;
}

.top-menu-secondary>ul li {
    float: left;
    text-align: right;
}

.controls-below-table .table-records-info {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.controls-below-table {
    display: inherit !important;
    padding: 10px 0 0;
}

.controls-below-table .table-records-pages ul {
    padding: 0;
    width: auto;
    display: table;
    margin: 0px auto;
}
.table {
    width: 400%;
    max-width: 400%;
    margin-bottom: 1rem;
}
.desktop-menu {
    display: inherit;
    position: fixed;
    z-index: 999;
    width: 80%;
    top: 0;
    left: 0;
    transition: all ease 0.7s;
    transform: translate(-100%,0%);
}

.desktop-menu.show {
    display: inherit;
    -webkit-box-shadow: 0 2px 80px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 80px 0 rgba(0,0,0,0.4);
    transition: all ease 0.7s;
    transform: none;
}

.phone-menu-close {
    display: inherit;
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(14, 14, 14, 0.83);
    transition: all ease 0.7s;
    transform: translate(100%,0);
    cursor: pointer;
}

.phone-menu-close.show {
    display: inherit;
    transition: all ease 0.7s;
    transform: none;
}

.phone-menu-close span {
    float: right;
    color: #fff;
    font-size: 50px;
    transform: rotate(90deg);
    letter-spacing: 50px;
    margin-top: 30%;
    width: 40px;
    height: 35px;
    font-weight: 400;
}
.print-btns {
    margin-top: 15px;
}

.print-btns .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.print-btns .form-group .btn-md {
    width: 100%;
    margin-right: 0 !important;
}
.content-w {
    padding-bottom: 40px;
	min-height: 100vh;
}
.chat-message-content {
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.full-chat-w .chat-content-w .chat-message .chat-message-content-w {
    width: 100%;
    max-width: 100%;
}
.chat-input {
    width: 80%;
}

.chat-btn {
    width: 20%;
}
.auth-box-w {
    max-width: 90% !important;
    margin-top: 20px !important;
    display: table !important;
    width: 100% !important;
}

.auth-box-w form {
    padding: 30px 60px !important;
    float: left !important;
    width: 100% !important;
    padding-right: 40px !important;
}
.auth-box-w form#register-form {
    padding: 30px 20px !important;
}

.wizard ul, .tabcontrol ul {
    display: inherit !important;
}

.wizard>.steps>ul>li {
    text-align: center;
}

.wizard .steps li a {
    margin-top: 0 !important;
}

.wizard>.content {
    margin: 10px 0 0 !important;
}

.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    padding: 0 !important;
    margin-bottom: 5px;
}

.wizard>.actions {
    margin-top: 15px;
}

.wizard>.actions>ul>li {
    width: 50%;
    margin: 0px !important;
    margin-bottom: 5px !important;
    text-align: center;
    padding: 5px !important;
}
}