@media only screen and (max-width: 1710px) {
/*Home page*/
.logo {
    /*border: 1px solid cyan;*/
}
.task_search {
    position: relative;
    left: 0;
    top: 0;
    border-bottom: 1px solid #E8E8E8;
}
.task_search_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.task_search_wrapper .filter {
    float: none;
    padding: 0 15px;
    padding-top: 15px;
}
.task_search_wrapper .filter [class*=filter] {
    width: 172px !important;
}
.mainnav_wrapper nav ul li a {
    font-size: 14px;
    line-height: 28px;
}
.task_result .table.collapsed td .css-label {
    margin-left: 8px;
}
table.dataTable tbody td {
    padding-right: 5px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
}
.task_result .table th, .task_result .table td {
    height: 40px;
}
.table tr.child td.child {
    background: #f8faff !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    padding-top: 6px;
    margin-left: 20px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border: none;
}
table.dataTable>tbody>tr.child span.dtr-title {
    color: #16A2BD;
    min-width: 140px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
table.dataTable>tbody>tr.child span.dtr-data {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
}
.authentication_list ul li .auth3 {
    width: 500px;
}
.contact_box h2 {
    font-size: 20px;
}
.contact_box .notes .notes_nos {
    margin-right: 20px;
}
.ct_box .col-md-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.ct_box .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.sub_menu .sub_list ul li > a {
    padding: 6px 15px;
}
.sub_menu .content h4 {
    padding: 5px 15px;
}
.library_title h1 {
    min-width: 160px;
}
.benefit_header .right_links .btn_box {
    float: left;
    padding-right: 0;
}
.benefit_header .task_links ul li a {
    min-width: 200px;
}

}

@media only screen and (max-width: 1400px) {
/*Home page*/
.logo {
    /*border: 1px solid purple;*/
}
.header_search {
    float: left;
    width: 550px;
}
.side_header {
    width: 220px;
}
.wrapper {
    padding-left: 230px;
}
.mainnav_wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.sub_menu .content {
    padding: 0 10px;
    padding-top: 10px;
}
.sub_menu .back_menu {
    margin-left: 25px;
    margin-bottom: 10px;
}
.powered_by {
    padding: 15px 22px;
}
.task_result .table td {
    font-size: 14px;
}
.task_result .table td label {
    font-size: 14px !important;
}
.task_search_wrapper .filter h5 {
    float: none;
    line-height: normal;
    padding-bottom: 5px;
}
.task_search_wrapper .filter [class*=filter] {
    width: 172px !important;
    margin-bottom: 10px;
}
.task_info {
    background: #FAFAFA;
    padding: 25px 20px;
}
.authentication_list ul li .auth1 {
    float: left;
    width: 175px;
    padding-right: 15px;
}
.authentication_list ul li {
    margin-bottom: 40px;
}
.table_box table.table tbody td {
    font-size: 14px;
}
.contact_box h2 {
    line-height: 1;
    margin: -1px -16px 10px;
    padding: 0 15px;
}
.contact_box {
    padding: 0 15px 22px;
}
.ph_list a {
    display: block;
    word-break: break-all;
}
.form-group h6 {
    text-align: center;
}
.cd_col1 {
    width: auto;
    float: none;
    clear: both;
}
.cd_col2 {
    width: 25%;
    float: left;
}
.cd_col3 {
    width: 25%;
    float: left;
}
.cd_col4 {
    width: 25%;
    float: left;
}
.cd_col5 {
    width: 25%;
    float: left;
}
.library_title h1 {
    min-width: 120px;
}
.library_title .alt_select {
    width: 234px;
}
.library_task .task_links ul li.btn_box .btn {
    min-width: 128px;
}
.task_box .title .title_box {
    max-width: 425px;
}
.filter_box {
    padding: 15px 25px;
}
.filter_box .delete_link {
    position: static;
    float: right;
}
.benefit_wrapper {
    padding-left: 235px;
    padding-right: 10px;
}
.content_box {
    padding: 20px 25px;
}
.benefit_box .post_btn {
    padding: 25px;
}
.benefit_wrapper_noside {
    padding-left: 10px;
    padding-right: 10px;
}
.select_benefit [class*=col-] {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.select_benefit .form-btn {
    padding-top: 0;
}

}

@media only screen and (max-width: 1200px) {
/*Home page*/
.logo {
    /*border: 1px solid red;*/
}
.wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
}
.header_search {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 40;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-shadow: 0 4px 6px rgba(37,38,94,0.1);
    padding: 0 15px;
    background: #ffffff;
}
.header {
    height: 60px;
    background: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #E8E8E8;
    box-shadow: 0 2px 8px rgba(37,38,94,0.1);
}
.top_header {
    padding: 0 15px;
    padding-left: 75px;
    position: relative;
    box-shadow: none;
}
.mini_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 60px;
}
.mini_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.mini_logo img {
    display: block;
    max-height: 90%;
    position: relative;
    top: -2px;
}
.notification_box {
    width: 80px;
}
.my_account .user {
    padding-left: 72px;
}
.my_account .user figure {
    left: 20px;
}
.mobile_menubtn {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #E8E8E8;
    z-index: 999;
}

/* Icon 3 */
#nav-icon3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  background: #0b406a;
  border-radius: 0;
  opacity: 1;
  left: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-radius: 0;
}
#nav-icon3 span:nth-child(1) {
    top: 20px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 28px;
}
#nav-icon3 span:nth-child(4) {
    top: 36px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.side_header {
    position: fixed;
	z-index: 999999;
	overflow: scroll;
    top: 0;
	left: -260px;
	width: 240px;
	height: 100%;
	transition: all 0.4s ease 0s;
}
.menuopen {
	overflow: hidden;
}
.menuopen .side_header {
    left: 0;
}
.olay {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.6s ease 0s;
	opacity: 0;
	z-index: -1;
}
.menuopen .olay {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}
.menuopen .mobile_menubtn {
    border: none;
}
.mob_search {
    display: block;
    float: left;
    border-left: 1px solid #E8E8E8;
    width: 60px;
    height: 60px;
    background: url('../images/searchicon.svg') no-repeat center center;
}
.mob_search.open {
    background: url('../images/times.svg') no-repeat center center;
    background-size: 25px 25px;
}
.task_content {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 22px;
}
.add_task_form .message_box {
    margin-top: -90px;
}
.task_box .title {
    padding-left: 25px;
}
.tabs_links {
    padding: 15px 12px;
}
.library_notes {
    padding: 20px 25px 20px;
}
.library_task .tabs_links {
    padding: 15px 25px;
}
.library_task .tab-content {
    padding: 25px;
}
.pages_sidelist {
    width: 240px;
    position: fixed;
    left: -240px;
    top: 0;
    height: 100%;
    min-height: 1px;
    transition: all 0.4s ease;
    z-index: 999999;
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: auto;
}
.benefit_header {
    position: relative;
    margin-bottom: 100px;
}
.benefit_wrapper {
    padding-top: 0;
}
.benefit_header .task_links ul li {
    height: 60px;
}
.benefit_header .right_links .btn_box ul li {
    height: 60px;
}
.benefit_header .right_links {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    background: #ffffff;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 15px;
}
.benefit_header .mobile_menubtn {
    top: 0;
    height: 80px;
    border-right: 2px solid #ffffff;
}
.benefit_header #nav-icon3 span {
    background: #ffffff;
}
.h_text {
    width: 240px;
    padding-left: 80px;
    padding-right: 20px;
    margin-right: 20px;
}
.h_text .page_title {
    padding-left: 0;
    padding-right: 0;
}
.benefit_header #nav-icon3 span:nth-child(1) {
    top: 30px;
}
.benefit_header #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 38px;
}
.benefit_header #nav-icon3 span:nth-child(4) {
    top: 46px;
}
.benefit_header #nav-icon3.open span:nth-child(1) {
    top: 38px;
    width: 0%;
    left: 50%;
}
.benefit_header #nav-icon3.open span:nth-child(4) {
    top: 38px;
    width: 0%;
    left: 50%;
}
.menuopen .pages_sidelist {
    left: 0;
}
.pages_sidelist .close_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.benefit_wrapper_noside .h_text {
    width: 225px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}
.benefit_wrapper_noside .benefit_header {
    position: relative;
    margin-bottom: 40px;
}

}

/* #Tablet (Portrait) */

/* Note: Design for a width of 768px */
@media only screen and (max-width: 991px) {
/*Home page*/
.logo {
    /*border: 1px solid yellow;*/
}
.task_search_wrapper .filter > [class*=filter] {
    width: 33.33% !important;
    padding-right: 10px;
    margin-right: 0;
}
.task_search_wrapper .filter {
    padding-right: 5px;
}
.task_content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
}
.task_box .title .title_box {
    height: auto;
    min-height: 70px;
    float: none;
    padding: 5px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.post_btn {
    padding: 25px 20px;
}
.add_task {
    padding: 25px 20px 30px;
}
.edit_task.table_box .title .more_action {
    float: none;
    padding-bottom: 5px;
}
.edit_task.task_box .title .title_box {
    float: none;
    padding: 5px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.edit_task.table_box .title .more_action {
    float: none;
    padding-bottom: 5px;
}
.edit_task.task_box .title {
    padding-left: 0;
}
.task_links {
    float: none;
}
.task_links ul li:first-child {
    border-left: none;
}
.contact_details {
    padding: 20px 20px 12px;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    margin-left: 10px;
}
table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 160px;
    padding-right: 5px;
}
.table_box .title .more_action .filter_check {
    margin-right: 20px;
}
.tabs_links ul li a {
    padding: 0 10px;
}
.contact_details_table table {
    display: block;
}
.contact_details_table table tbody {
    display: block;
}
.contact_details_table table tr {
    display: block;
}
.contact_details_table table tr:after {
    display: block;
    content: "";
    clear: both;
}
.contact_details_table table tr td {
    display: block;
    float: left;
    width: 25%;
}
.contact_details_table table tr td:first-child {
    float: none;
    width: auto;
}
.tabs_links ul li {
    margin-right: 8px;
}
.contact_details_box .tab-content .title .btn_box {
    float: none;
    padding-top: 10px;
    clear: both;
}
.sm_select {
    padding: 0 25px;
}
.sm_select [class*=col-] {
    padding: 0 5px;
}
.table_box .title .more_action {
    float: right;
    position: relative;
    top: -4px;
}
.table_box .title .more_action .btn_box .btn + .btn {
    margin-left: 15px;
}
.contact_notes .tab-content .title .btn_box {
    float: right;
    clear: none;
    padding-top: 5px;
}
.company_info {
    padding-bottom: 10px;
}
.company_details_form .sub_group {
    padding-bottom: 15px;
}
.sub_menu .add_link + .sub_list {
    padding-top: 20px;
}
.library_title .alt_select {
    float: none;
    clear: both;
    padding-top: 15px;
}
.library_task .title {
    padding-left: 0;
}
.task_box .title .title_box {
    max-width: none;
}
.library_task .task_links ul li.btn_box .btn {
    min-width: 145px;
}
.library_notes {
    padding: 20px;
}
.library_task .tab-content {
    padding: 20px;
}
.library_task .tabs_links {
    padding: 15px 20px;
}
.benefit_header .right_links .task_links {
    float: right;
}
.benefit_header .right_links .task_links ul li {
    border-left: 1px solid #EBEBEB;
}
.modal-lg {
    width: auto;
    max-width: 880px;
}
.modal-dialog-centered {
    padding: 15px;
    margin: 0 auto;
}
.upload_area {
    height: 200px;
}
.summary_table table th {
    font-size: 18px;
    padding-left: 15px;
}
.summary_table table tr td {
    font-size: 14px;
    padding-left: 15px;
}

}

/* #Mobile (Landscape) */

/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
/*Home page*/
.logo {
    /*border: 1px solid blue;*/
}
.my_account .user h6 {
    display: none;
}
.my_account .user p {
    display: none;
}
.my_account {
    width: auto;
}
.notification_box {
    width: 65px;
}
.my_account .user {
    padding: 0;
    width: 70px;
}
.my_account .user figure {
    left: 10px;
}
.top_header {
    padding-right: 0;
}
.task_search_wrapper .filter > [class*=filter] {
    width: 50% !important;
}
.task_search_wrapper .task_search .search_bar {
    height: 60px;
    line-height: 60px;
}
.task_result .title h3 {
    margin-bottom: 10px;
}
.task_result .title {
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
}
.task_result .title .btn_box {
    position: relative;
    right: 0;
    top: 0;
}
.task_result {
    padding: 15px;
}
.view_all a {
    font-size: 14px;
}
.task_result .title h3 {
    line-height: normal;
}
.calendar_icon {
    display: block;
}
.task_result .title .icon {
    float: left;
    width: 32px;
    position: relative;
    top: 0;
}
.task_links ul li .link {
    padding: 5px 15px;
}
.task_links {
    float: none;
}
.task_links ul li:first-child {
    border-left: none;
}
.task_content {
    padding-left: 0;
    padding-right: 0;
}
.task_content .desc {
    margin-bottom: 20px;
}
.task_box .title .title_box {
    padding: 5px 15px;
}
.add_task_form .message_box {
    margin-top: 0;
}
.add_task {
    padding: 20px 15px 20px;
}
.form_box .form_title h1 {
    padding-bottom: 8px;
}
.form_box .form_title {
    padding: 20px 15px;
}
.form_box .form-content {
    padding: 20px 15px 25px;
}
.post_btn {
    padding: 25px 15px;
}
.authentication_list ul li .auth1 {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 5px;
}
.authentication_list ul li .auth2 {
    float: none;
}
.authentication_list ul li .auth3 {
    width: auto;
    float: none;
    padding-top: 15px;
}
.authentication_list ul li {
    margin-bottom: 30px;
}
.table_box .title .more_action {
    float: none;
}
.table_box .title .more_action .filter_check {
    margin-bottom: 15px;
}
.table_box {
    padding: 20px 15px;
}
.table_box .title .more_action .btn_box {
    float: right;
}
.table_box .title {
    padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate {
    margin: 0 -15px;
    padding: 15px 15px 70px !important;
}
.agency_staff {
    padding-bottom: 0;
}
.table_box .dataTables_length {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 12px;
}
.table_box table.table th.child, .table_box table.table td.child{
    padding-left: 10px;
}
.post_btn {
    text-align: center;
}
.post_btn .delete_link {
    display: inline-block;
    float: none;
    margin-top: 10px;
}
.contact_page .table_box {
    padding-bottom: 20px;
}
.agency_staff .title h1 {
    float: none;
    margin-bottom: 10px;
}
.form-group h6 {
    height: auto;
    margin-top: 15px;
}
.c_title {
    padding: 20px 15px;
}
.details_box {
    padding: 20px 15px 14px;
}
.contact_details h1 {
    font-size: 30px;
}
.contact_details .title .btn {
    position: relative;
    margin-bottom: 15px;
}
.cd_col2 {
    width: 50%;
    float: left;
}
.cd_col3 {
    width: 50%;
    float: left;
}
.cd_col4 {
    width: 50%;
    float: left;
}
.cd_col5 {
    width: 50%;
    float: left;
}
.contact_details {
    padding: 20px 15px 12px;
}
.contact_details_box .tab-content .title .btn_box {
    float: none;
    padding-top: 10px;
    clear: both;
}
.pagination_filter .pagination {
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
}
.pagination_filter .per_page {
    width: 138px;
    float: none;
}
.tabs_links {
    padding: 15px;
}
.contact_details_box .tab-content .title {
    padding: 0 15px;
    padding-bottom: 12px;
}
.pagination_filter {
    padding: 15px;
}
.contact_details_table table tr td {
    width: 33.33%;
}
.contact_details_box .tab-content .title .year_box {
    width: 138px;
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}
.contact_details_box .tab-content .title .filter_check {
    padding-top: 10px;
    padding-bottom: 5px;
    float: none;
    clear: both;
}
.tab-pane .table_box {
    padding: 0 15px;
}
.comment_list .comment {
    padding: 12px 15px 15px;
}
.sm_select {
    padding: 0 15px;
}
.sm_select [class*=col-] {
    padding: 0 15px;
}
.details_box + .post_btn {
    border-top: none;
    text-align: left;
}
.form-group.spacer {
    display: none;
}
.contact_details_box .tab-content .title2 h2 {
    margin-bottom: 0 !important;
}
.all_companies .filter_check {
    float: right;
    margin-top: 2px;
}
.all_companies .title .more_action .btn_box {
    float: none;
    clear: both;
    padding-top: 15px;
}
.section_title {
    padding-left: 50px;
}
.section_title h1 img {
    left: 15px;
}
.t_title {
    padding: 20px 15px;
}
.reply_form {
    margin-bottom: 20px;
}
.t_title p {
    font-size: 14px;
}
.ticket_sideinfo {
    padding: 20px 15px;
}
.ct_box .col-md-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width:66.66%;
}
.ct_box .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.form_title .btn {
    position: static;
    margin-top: 15px;
}
.company_setting .details_box {
    padding-bottom: 20px;
}
.modal-body {
    padding: 20px 15px;
    min-height: 100px;
}
.modal-footer {
    padding: 15px 15px;
}
.library_title {
    padding: 15px;
}
.library_title h1 {
    float: none;
    min-width: 1px;
    padding-bottom: 10px;
}
.library_task .title .title_box h1 {
    line-height: 1;
}
.library_task .task_links ul li.btn_box {
    padding: 0 15px;
}
.library_task .task_links ul li .link {
    padding: 5px 14px;
}
.library_task .task_links ul li.btn_box .btn {
    min-width: 140px;
}
.library_notes {
    padding: 15px;
}
.library_task .tabs_links {
    padding: 15px;
}
.library_task .tab-content {
    padding: 15px;
}
.library_task .history_box {
    padding: 0;
}
.benefit_header .right_links .btn_box {
    float: none;
    padding: 0 15px;
    text-align: center;
    height: 60px;
}
.benefit_header .right_links .task_links {
    float: none;
    border: none;
    border-top: 1px solid #EBEBEB;
    clear: both;
    text-align: center;
}
.benefit_header .right_links {
    padding-left: 0;
}
.benefit_header .right_links .task_links ul li {
    border-left: none;
}
.benefit_header .right_links .btn_box:after {
    display: block;
    content: "";
    clear: both;
}
.benefit_header .right_links .btn_box ul {
    display: inline-block;
}
.benefit_header .right_links .btn_box ul li:last-child {
    margin-right: 0;
}
.benefit_header .right_links .task_links ul li {
    float: none;
    text-align: center;
    display: inline-block;
}
.benefit_header {
    margin-bottom: 160px;
}
.filter_box textarea.form-control {
    height: auto;
    min-height: 42px;
    line-height: normal;
    white-space: normal;
    padding: 5px 12px !important;
}
.filter_box {
    padding: 15px;
}
.content_box {
    padding: 20px 15px;
}
.benefit_box .post_btn {
    padding: 20px 15px;
}
.block_list table tr {
    display: block;
}
.create_doc {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}
.create_doc .post_btn {
    margin: 0 -15px;
}
.doc_block {
    padding: 30px 20px;
    padding-top: 40px;
}
.doc_block .com_title {
    padding-right: 15px;
}
.create_doc .content_box {
    padding: 30px 15px;
}
.choose_cover {
    padding-bottom: 0;
}
.choose_cover [class*=col-] {
    margin-bottom: 25px;
}
.modal-header {
    padding: 15px;
}
.create_doc_modal {
    padding-bottom: 30px;
}
.modal-lg .modal-body {
    padding: 20px 15px;
}
.modal-lg .modal-footer {
    padding: 20px 15px;
}
.create_doc_modal .btn {
    margin-bottom: 10px;
}
.edit_content_block {
    padding: 20px 15px;
}
.upload_area {
    height: 180px;
}
.file_insert_list .title .col1 {
    width: auto;
    float: none;
    padding-bottom: 5px;
}
.file_insert_list .title .col2 {
    display: none;
}
.file_insert_list ul li .file_name {
    float: none;
    width: auto;
    margin-bottom: 5px;
}
.file_insert_list ul li .page_title {
    width: auto;
    float: none;
}
.select_benefit [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}

/* #Mobile (Portrait) */

/* Note: Design for a width of 320px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
 /*Home page*/
.logo {
    /*border: 1px solid green;*/
}
.task_search_wrapper .filter > [class*=filter] {
    float: none;
    width: auto !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    padding-top: 6px;
    margin-left: 0px;
}
.notification_box {
    width: 45px;
}
.notification_box a .badge-notification {
    margin-left: -12px;
    margin-top: -15px;
}
.mob_search {
    width: 45px;
}
.task_search_wrapper .task_search .search_bar {
    height: 50px;
    line-height: 50px;
}
.task_links ul li {
    width: 50%;
    text-align: center;
}
.task_links ul li .link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.task_links ul li.btn_box {
    width: 100%;
    border-top: 1px solid #E8E8E8;
    border-left: none;
}
.filepond_box .form-control .text {
    display: none;
}
.post_btn {
    padding: 20px 15px;
}
.post_btn .btn {
    min-width: 1px;
    margin-right: 0;
    width: 100%;
}
.post_btn .btn + .btn {
    margin-top: 10px;
}
.form_box .form_title {
    padding: 15px;
}
.table_box .title .more_action .btn_box {
    float: none;
}
.authentication_list ul li .auth2 {
    width: auto;
    padding-right: 0;
}
.table_box .title .more_action .filter_check {
    margin-bottom: 15px;
    float: none;
}
table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 120px;
}
.table_box .title h1 {
    float: none;
    margin-bottom: 10px;
}
.agency_staff .title {
    padding-bottom: 15px;
}
.contact_details h1 {
    font-size: 26px;
}
.contact_details_box .tab-content .title h2 {
    float: none;
    margin-bottom: 15px;
}
.contact_details_box .tab-content .title .btn_box {
    padding-top: 5px;
}
.contact_details_table table tr td {
    width: 50%;
    padding-right: 10px;
}
.contact_details_box .tab-content .title .year_box {
    margin-bottom: 10px;
}
.all_companies .title .more_action .btn_box .btn {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
}
.all_companies .title .more_action .btn_box .btn + .btn {
    margin-left: 0;
}
.all_companies .filter_check {
    float: none;
    padding-top: 5px;
    clear: both;
}
.table_box .title .more_action .btn_box .btn {
    min-width: 175px !important;
}
.tabs_links_alt .nav-tabs li a {
    min-width: 1px;
    padding: 0 10px;
}
.comment.private .private_status {
    position: static;
    margin-bottom: 5px;
}
.ct_box .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ct_box .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.table_box table.ed_table th:first-child, .table_box table.ed_table td:first-child {
    padding-left: 15px;
}
.table_box table.ed_table2 th:first-child, .table_box table.ed_table2 td:first-child {
    padding-left: 15px;
}
.modal-dialog-centered {
    padding: 15px;
}
.modal-footer .btn-delete {
    min-width: 140px;
}
.modal-footer .btn-cancel {
    min-width: 110px;
}
.library_task .task_links ul li.btn_box {
    border-top: none;
    border-bottom: 1px solid #E8E8E8;
}
.library_task .post_comment + .history_box {
    padding-top: 20px;
    margin-top: 0;
}
.library_task .history_box h3 {
    padding-bottom: 10px;
}
.benefit_header .right_links .btn_box ul li .btn {
    min-width: 1px;
    padding: 0 20px;
}
.h_text {
    float: none;
    width: auto;
    margin-right: 0;
}
.h_content {
    float: none;
    width: auto;
    padding: 10px 15px;
}
.benefit_header {
    height: auto;
    box-shadow: none;
    margin-bottom: 20px;
}
.benefit_header .right_links {
    position: static;
}
.benefit_header .right_links .btn_box ul li {
    margin-right: 12px;
}
.benefit_header .right_links .btn_box ul li .btn {
    min-width: 1px;
    padding: 0 15px;
}
.benefit_header .right_links .task_links ul li {
    display: block;
    width: auto;
    text-align: left;
}
.filter_box textarea.form-control {
    min-height: 76px;
}
.block_list table tr th {
    display: block;
}
.block_list table tr th:last-child {
    display: none;
}
.block_list table tr td {
    display: block;
    padding-right: 0;
}
.action_list ul li {
    margin-bottom: 8px;
    float: left;
    margin-right: 15px;
}
.action_list ul li:last-child {
    margin-right: 0;
}
.action_list:after {
    display: block;
    content: "";
    clear: both;
}
.edit_link {
    line-height: 30px;
}
.action_list ul li label.css-label {
    margin-top: 5px;
}
.benefit_header {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.benefit_wrapper_noside .h_text {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
}
.missing_info .group_id {
    margin-bottom: 0;
}
.modal-footer {
    display: block !important;
}
.modal-footer .btn {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.modal-footer .btn:last-child {
    margin-bottom: 0;
}
.modal-lg .modal-footer {
    padding: 15px;
}
.notes_list ul li .content {
    position: relative;
    padding-right: 0;
}
.notes_list ul li .action_list {
    position: static;
}
.notes_list ul li .content_block {
    margin-bottom: 10px;
}

}

#nav-icon3.open span {
    display: none;
}
