/*Variables*/
:root {
  --button-background: #f40018;
  --button-background-hover: #ffcf40;
  --button-colour-hover: #fff;
  --button-colour: #fff;
  
}
 
/*Global*/
p {
     margin-bottom: 20px;
}
p, li {
     font-size: 15px;
     line-height: 140%;
}
.nolastp p:last-of-type {
    margin-bottom: 0px;
}
input[type="text"]:focus {
    outline: none
}
a, a:hover, a:focus{
    text-decoration:none;
     color: inherit
}
 a:active, a:focus, input:focus, select:focus {
     outline: 0!important;
     -moz-outline-style: none!important;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-appearance: none;
}
button, input[type='button'], .slick-arrow, input[type='submit'],button:focus, input[type='button']:focus, .slick-arrow:focus, input[type='submit']:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .slick-slide:focus {
     outline: none;
     outline-offset: -2px;
}
button, input[type='button'], .slick-arrow, input[type='submit'], .icon-cog {
    cursor: pointer
}
body .float_right {
    float: right;
}
body .float_left {
    float: left;
}
.text-right {
    text-align: right
}
.text-left, .text-left h1 {
    text-align: left
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.block {
    display: block
}
.nodesktop {
    display: none
}
body {
    min-width: 1000px;
    background: #FFF;
    position: relative;
}
body.page-template-login, body.page-template-password_reset {
    min-width: 0px;
}
.container {
     padding: 0!important;
     min-width: 1000px;
}
/*Colours*/
.pinklink, p a {
    text-decoration: underline;
     font-weight: normal;
     color: #ff0077;
}
.pinklink:hover, p a:hover {
     color: #f26c4f;
}
/*Fonts*/
 h2, h1 {
    font-size: 30px;
    line-height: 112%;
}
 h3, h4 {
    font-size: 20px;
    line-height: 112%;
}
/*Separators*/
.separator05 { height: 5px;}
.separator10 { height: 10px;}
.separator20 { height: 20px;}
.separator30 { height: 30px;}
.separator40 { height: 40px;}
.separator50 { height: 50px;}
.separator60 { height: 60px;}
/*buttons*/
.da_btn {
    padding: 9px 30px;
    background: var(--button-background);
    color: var(--button-colour);
    border-radius: 3px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    border: none;
    text-decoration: none;
}

.breadcrumbs_section .da_btn {
     padding: 4px 30px;
     display: block;
 }
     
.da_btn:hover {
    background: var(--button-background-hover);
    color: var(--button-colour-hover);
}
/*Tooltips*/
.tooltip_icon .tooltiptext {
    background: #3b4b54
}
 .tooltip_icon .tooltiptext::after {
    border-color: transparent transparent #333 transparent;
}
.tooltip_icon .tooltiptext {
     top: 100%;
     margin-top: 5px;
     width: 165px;
     margin-left: -72px;
     left: 0px;
}
.tooltip_icon {
    position: relative
}

.tooltiptext {
          visibility: hidden;
          width: 145px;
          color: #fff;
          text-align: center;
          padding: 6px!important;
          border-radius: 3px;
          z-index: 1;
          opacity: 0;
          transition: opacity 0.2s;
          font-size: 12px;
          position: absolute !important;
      }

.tooltip_icon .tooltiptext::after {
     bottom: 100%;
     left: 50%;
     margin-left: -5px;
}
.tooltiptext::after {
     content: " ";
     position: absolute;
     border-width: 5px;
     border-style: solid;
}
 a:hover .tooltiptext, .tooltip_icon:hover .tooltiptext {
     visibility: visible;
     opacity: 1;
}


/* Link Filters */
.lmd_filters{}


/* Tooltip container */
.tooltip-user {
     position: relative;
     display: inline-block;
}
/* Tooltip text */
.tooltip-user .tooltiptext-user {
    visibility: hidden;
     width: 200px;
     top: 100%;
     margin-top: 5px;
     margin-left: -86px;
     background-color: #fff;
     position: absolute;
     z-index: 1;
     padding: 10px;
     border-radius: 6px;
     box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-user:hover .tooltiptext-user {
     visibility: visible;
}
#board_pulses .tooltiptext-user img {
     margin-right: 15px;
}
.user-det-left, .user-det-right {
    float: left
}
.user-det-right {
    font-size: 13px;
     text-align: left
}
 .user-det-right h4 {
    font-size: 17px;
}
.user-det-right h5 {
     font-size: 15px;
}
 .statuses li {
    float: left;
     width: 50%;
}
 .statuses li span {
     width: 96%;
     box-sizing: border-box;
     margin: 2%;
}
 .statuses {
    margin-bottom: 10px;
}
 .popover {
     max-width: 300px!important;
     padding-bottom: 10px;
}
 .checklist circle {
     fill: transparent;
     stroke: #00c875;
     stroke-width: 2;
}
.checklist {
     border-radius: 50%;
     color: #aaa;
     border: 1px solid #aaa;
     width: 22px;
     height: 22px;
     line-height: 20px;
     text-align: center;
     position: relative;
}
 .checklist i {
    height: 20px;
     width: 20px;
     top: 0;
     left: 0;
     font-size: 11px;
}
 p.has_checklist {
    font-size: 18px;
     color: #777;
}
 .tooltip-user, .comment_box {
    vertical-align: middle
}
.fa-star{
    color: #aaa;
}
.fa-star.colored{
    color: orange;
}
.update .like_update, .update .reply_update {
     margin: 40px 0px 0px 0px;
     display: block;
     width: 50%;
     float: left;
     margin-right: 0px!important;
     border-top: 1px solid #ddd;
     padding-top: 13px;
     text-align: center;
}
.update .like_update i, .update .reply_update i {
    margin-right: 5px;
}
.update_buttons:after {
     content: "";
     display: table;
     clear: both;
}
.like_count {
     left: 0;
     top: 0;
     margin-top: 20px;
}
.reply_comment {
     width: 100%;
     display: inline-block;
}
.reply_comment textarea {
     width: 100%;
     background: #eee;
     box-sizing: border-box;
     display: block;
     padding: 10px;
     min-height: 60px;
     margin-bottom: 10px;
}
.image-upload > input{
     display: none;
}
.image-upload img{
     width: 80px;
     cursor: pointer;
}
.seo-keyword .tooltiptext{
    background-color: #000;
}
.sort_col{
    cursor: pointer;
     color: #fff;
}
.lb_note{background: #DDD;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    }

    .warning_note{background: #ffe4e9;
     border: 2px solid #e04562;
     color: #e04562;
     margin-bottom: 15px;
     padding: 10px;
     display: flex;
     align-items: center;
     }
     .warning_note a, .warning_note span {
          color: #e04562;
     } 
     .warning_note a {
          text-decoration: underline;
     }
     .warning_note i {
          font-size: 22px;
          flex: 0 0 50px;
     }

/*Slick Arrows*/
 .slick-arrow {
    opacity: 0.4;
     position: absolute;
    padding: 0px;
}
.slick-prev.slick-arrow {
     left: 0;
}
.slick-prev.slick-arrow i{
    margin-left: -13px;
}
.slick-next.slick-arrow i{
    margin-right: -13px;
}
.slick-next.slick-arrow {
     right: 0;
}
.slick-arrow:hover {
    opacity: 0.8
}
.container .slick-list {
     width: 85%;
     margin: auto;
}


/*Selects*/

.chosen-container-single .chosen-single {
     height: 28px;
     display: flex;
     align-items: center;
 }

 .chosen-container-single .chosen-single div b {
     background: url("chosen-sprite.png") no-repeat 0px 4px;
 }

 .chosen-container, .chosen-container-single .chosen-drop, 
 .chosen-container-single .chosen-single {
     width: 240px!important;
     text-align: left;
 }

.chosen-container-single .chosen-drop, 
 .chosen-container-single .chosen-single {
     width: 240px!important;
     text-align: left;
 }

 .right_filter .chosen-container{
      float: right;
      
 }

 .chosen-container-single .chosen-single span {
     overflow: visible;
 }

/*table*/
.tg {
     border-collapse: collapse;
     border-spacing: 0;
     border: none;
     margin: 0 0 30px;
     overflow-x:auto;
}
.monday_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

 .monday_table td, .monday_table th {
     font-size: 14px;
     padding: 7px 15px;
     word-break: normal;
     line-height: 130%;
     border-right: #fff 2px solid;
}
.monday_table td:last-child { 
	border-right: 1px solid #CCC;
}
.monday_table td#colperson, .monday_table td#colperson1, .monday_table td#colperson2, .monday_table td#colperson3, .monday_table td#colperson4, .monday_table td#colperson5,.monday_table td#colperson6, .monday_table td#colperson7, .monday_table td#colperson8, .monday_table td#colperson9 {
    overflow: visible;
}
.monday_table td {
    font-weight: 400
}
.monday_table th {
    color;
     #fff
}
.monday_table tr:nth-of-type(2n + 1) {
    background: #eee
}
.monday_table tr:nth-of-type(2n) {
    background: #fff
}
.overflow {
     overflow-x:auto;
     width: 100%;
}
body .monday_table .tg-0pky {
    padding: 0px!important
}
.monday_table thead td, .monday_table table th, body .single_board tr:nth-of-type(1) {
    background: #3b4b54;
     padding: 10px 15px;
     font-weight: bold;
     color: #fff;
}
.addnew {
     -webkit-transition: .2s ease;
     transition: .2s ease;
     border-radius: 2px;
     width: auto;
     float: right;
     margin: 0px 0 10px 15px;
     height: 36px;
     line-height: 36px;
     font-size: 14px;
     color: #fff;
     background: #f26c4f;
     padding: 0 20px;
     text-decoration: none;
     text-transform: uppercase;
}
.addnew:hover, .submit-bttns:hover {
     background: #ff0077;
     text-decoration: none;
     color: #fff 
}
.green {
     color: #67B995 
}
.red {
     color: #c7383f 
}
.orange {
     color: #febe12 
}
.tg .fa-check-circle, .tg .fa-times-circle, .tg .fa-pencil-square-o {
    font-size: 22px;
}

.icon_column {
     display: flex;
     justify-content: center;
 }
 .icon_column a {
     margin: 2px 5px 0px 5px;
 }
/*------- form -----*/
.form-section {
     width: 100%;
     float: left 
}
.form-section ul {
     padding: 0;
     width: 100%;
     float: left;
     margin: 20px 0px 0px 0px;
}
.form-section ul li {
     float: left;
     width: 100%;
     list-style: none;
     margin: 0 0 15px;
     position: relative;
}
.form-section ul li label {
     width: 100%;
     margin: 0px 0 5px;
     float: left;
     font-size: 14px;
}
.form-section ul li input[type="text"] {
     width: 100%;
     margin: 0px 0 0;
     padding: 0 12px;
     height: 40px;
     border: 1px solid #ccc;
     line-height: 40px;
     float: left;
     font-size: 14px;
}
.submit-bttns {
     -webkit-transition: .2s ease;
     transition: .2s ease;
     border-radius: 2px;
     width: auto;
     float: left;
     margin: 0 0 15px;
     height: 40px;
     line-height: 40px;
     font-size: 14px;
     color: #fff;
     background: #f26c4f;
     padding: 0 20px;
     text-decoration: none;
     border: 0;
     cursor: pointer;
     text-transform:uppercase 
}
.popup-content .form-section-outer .close {
     float: left!important;
     font-size: 20px;
     margin-right: 5px;
}
 .popup-overlay {
     visibility: hidden;
     position: fixed;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.5);
     top: 0;
     z-index: 1001;
     left: 0;
}
.popup-content.active {
     visibility: visible;
     width: 100%;
     background: rgba(0,0,0,0.5);
     height: 100%;
}
body.popup-open {
     overflow: hidden;
}
.admin-bar .popup-content .form-section-outer {
     padding-top: 50px;
}
.popup-content .form-section-outer {
     width: 100%;
     max-width: 600px;
     background: #fff;
     position: absolute;
     right: -100%;
     top: 0;
     box-shadow: 0 0 10px 1px #505050;
     padding: 25px;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
     overflow-y: scroll
}
.popup-content.active .form-section-outer {
     right: 0;
     height: 100%;
}
.popup-overlay.active, .popup-content.active{
     visibility:visible;
}
.popup-content button.close {
     right: 10px;
     top: 10px;
     width: 32px;
     height: 32px;
     cursor: pointer;
     background: url(../images/cancel.png) 0 0 no-repeat;
     border: 0;
     text-indent: -99999px;
}
#monday-suggestion ul.monday_list, #zoho-suggestion ul.zoho_list , #wpuser-suggestion ul.users_list {
     height: 100px;
     overflow: hidden;
     overflow-y: scroll;
     position: absolute;
     background: #fff;
     top: 64px;
     left: 0;
     z-index: 10;
     padding: 5px;
     border: 1px solid #ccc;
}
#monday-suggestion ul.monday_list li, #zoho-suggestion ul.zoho_list li , #wpuser-suggestion ul.users_list li {
     padding: 5px;
     margin: 0;
     cursor: pointer;
}
#monday-suggestion ul.monday_list li:hover, #zoho-suggestion ul.zoho_list li:hover, #wpuser-suggestion ul.users_list li:hover {
     background: #ccc;
}
#wpuser-suggestion ul.users_list {
     top: 98px;
}
.success {
     width: 80%;
     color: #48ae88;
     padding: 4px 10px;
     margin: 0 auto 15px;
     display: table;
     text-align: center;
     font-size: 16px;
}
.error {
     width: 80%;
     color: #c11515;
     padding: 4px 10px;
     margin: 0 auto 15px;
     display: table;
     text-align: center;
     font-size: 16px;
}
.spinner,.lb-spinner{
     width: 100%;
     height: 100%;
     background: rgba(255,255,255,0.8) url(../images/loader.gif) center center no-repeat;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     z-index: 100;
     display: none;
}
.ajax_content{
    position: relative;
}
.popup_loader {
     background: url(../images/loader.gif) 0 0 no-repeat;
     width: 100px;
     height: 100px;
     position: absolute;
     right: -20px;
     top: 11px;
     display: block;
     background-size: 100%;
     display: none;
}
.submit_loader {
     width: 100px;
     height: 100px;
     position: absolute;
     bottom: 4px;
     left: 120px;
     background: url(../images/loader.gif) 0 0 no-repeat;
     background-size: 100%;
     display: none;
}
.inner_container {
     width: 100%;
     display: inline-block;
     padding: 20px 0 30px;
     text-align: center;
}
.inner_container a.click-here {
     color: #ff0077;
     text-decoration: underline;
}
.inner_container a.click-here:hover {
    color: #f26c4f
}
.tg .tg-0pky tbody td span {
     width: auto;
     float: left;
     margin: 6px 20px 6px 0;
     padding: 0 0 0 25px;
     position: relative;
     font-size: 14px;
}
.actioncol{
    width: 8%;
}
.board_icon {
    position: absolute;
     left: 0;
     top: 0;
     margin-top: -4px;
}
.select2-container {
     width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
     width: 100% !important;
     float: left !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
     width: auto;
     float: left !important;
     margin: 5px 1px 5px !important;
     padding: 3px 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     float: right !important;
     margin: 0 0 0 4px !important;
}
.select2-container--default .select2-selection--multiple {
     border: 0 !important;
}
.refresh_loader {
     background: url(../images/refresh-loader.gif) 0 0 no-repeat;
     width: 30px;
     height: 30px;
     background-size: 100%;
     position: absolute;
     top: 160px;
     left: 110px;
     display: none;
}
h1.userdashboard-heading {
     text-align: center;
     margin: 0 0 30px;
}
.page-template-monday-dashboard .tabcontent {
     float: left;
     border: 1px solid #ccc;
     width: 70%;
     border-left: none;
     height: 300px;
     overflow-y: scroll;
     padding: 20px;
     color: #fff;
     background: #fff;
}
.page-template-monday-dashboard .tabcontent h3 {
     font-size: 18px;
     margin: 10px 0 10px;
}
.staff_list li{
     float: left;
     margin-right: 15px;
}
.sml_staffimage, #board_pulses table tr td img {
    width: 25px;
     border-radius: 50%;
     margin-right: 7px;
}
.board_link:hover, .edit_company:hover, .tablinks:hover {
    color: #ff0077
}
#board_email:hover {
    color: #f26c4f
}
.monday_tab a.tablinks .fa-chevron-right, .board_link .fa-chevron-right{
    padding-left: 5px;
     font-size: 12px;
}
.monday_tab, #mondaycom_detals {
    width: 100%;
     margin: 0 auto;
     overflow: hidden;
}
.select2-container ul li.select2-search, .select2-container ul li.select2-search input {
     width: 100% !important;
}
.select2-container--open {
     border: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
     border: 1px solid #ccc;
}
#mondaycom_detals h2 {
    font-size: 25px;
     margin-bottom: 10px;
}
#mondaycom_detals h3 {
     padding: 10px 0;
     font-size: 16px;
     font-weight: 700;
}
#board_pulses table {
    margin-bottom: 30px;
}
#mondaycom_detals table td span{
    font-size: 14px;
}
#mondaycom_detals table td span {
    cursor: pointer;
     display: block;
}
.modal {
     top: 0;
     right: -100%;
     bottom: auto;
     left: auto;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
     height: 100%;
     background: #fff;
}
.modal-content img {
    border-radius: 50%
}
 .modal-content .update {
    padding: 10px 10px 0px 10px;
     border: 1px solid #ddd;
     border-radius: 6px;
     margin-bottom: 20px;
}
.modal.in {
     right: 0;
     left: auto;
     bottom: auto;
}
.modal.in .modal-dialog {
     margin: 0 !important;
     height: 100%;
}
.modal .modal-dialog .modal-content {
     box-shadow: none !important;
     border: 0px !important;
     height: 100%;
}
.modal.in .modal-dialog .modal-content {
    box-shadow: none !important;
     border: 0px !important;
     height: 100%;
     padding: 30px!important;
}
.modal .close{
    float: left !important;
    font-size: 20px;
     margin-right: 5px;
}
.page-template-cmp-manage-companies .container {
     padding-top: 150px;
}
.page-template-cmp-manage-companies header .container,.page-template-cmp-manage-companies footer .container {
     padding-top: 0;
}
.blog ul li {
     list-style: none !important;
}
#board_pulses table tr td {
     width: 20%;
     display: table-cell;
     vertical-align: middle;
     text-align: center
}
#board_pulses table .pulse_name td:nth-of-type(1) {
     width: 30%;
     text-align: left
}
#board_pulses table .pulse_name td:nth-of-type(2) {
     width: 15%;
}
#board_pulses table .pulse_name td:nth-of-type(4) {
     width: 15%;
}
#board_pulses table .pulse_name td:nth-of-type(3) {
     width: 20%;
}
 #colstatus, #board_pulses table .pulse_name td:nth-of-type(3) {
    padding: 0px;
}
#board_pulses table .pulse_name td:nth-of-type(3) span span, .statuses li span, .status_labels_id span {
    padding: 10px 20px!important;
     color: #fff;
     width: 100%;
     text-align: center;
}
.save_person_form {
     position: absolute;
     max-width: 200px;
     z-index: 2;
     margin-top: 5px;
}
 #board_pulses table .pulse_name td:nth-of-type(3) span span:hover, .statuses li span:hover {
    opacity: 0.85
}
#board_pulses table .pulse_name td:nth-of-type(5) {
     width: 20%;
}
.edit_name{
     width: 80%;
     display: inline-block !important;
}
.comment_box i, .edit_pencil {
    font-size: 21px;
     color: #aaa
}
 .comment_box.active i, .edit_pencil:hover, .edit_pencil:active {
    color: #007dd6
}
.comment_box .absolute {
    right: 0;
     bottom: 0;
     background: #aaa;
     color: #fff;
     padding: 2px 4px;
     border-radius: 50%;
     font-size: 10px!important;
     margin-bottom: -4px;
     margin-right: -3px;
}
 .comment_box.active .absolute {
    background: #007dd6
}
.edit_pencil {
    margin-left: 10px;
}
.edit_name input[type="text"] {
    border: 1px dashed #aaa;
     padding: 3px;
     background: inherit;
}

.small_website, .small_website span {
     font-size: 12px;
     color: #777;
}


.sort_client_td {
     text-align: left;
}
/*Input Icons*/


.input_icon, .intl-tel-input {
     border: 1px solid #ccc;
     line-height: 25px;
     overflow: hidden;
     border-radius: 4px;
     max-width: 400px;
     width: 100%;
 }

 .input_icon_white {
      background: #fff;
 }
 
     
 .input_icon i{
      background: #EEE;
      padding: 5px 10px; 
      color: #AAA;    
     line-height: 25px;
 }
  .input_icon input, .intl-tel-input input{
  border:none;
  line-height: 25px;
 width: calc(100% - 40px);
 }


/*switch */


.toggle_filters {
     background: #49b9f0;
     padding: 8px 30px 8px 0px;
     display: inline-block;
     border-radius: 75px;
     color: #fff;
     float: right;
}

.toggle_filters label {
     margin: 0px 7px 0px 30px;
}

.cb_switch {
    position: relative;
    display: inline-block;
    width: 35px !important;
    height: 18px;
}
.cb_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.cb_slider.round {
    border-radius: 34px;
}
.cb_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #49b9f0;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_filters .cb_slider {
     background-color: #ffffff52;
 }
.cb_slider.round:before {
    border-radius: 50%;
}
.cb_slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .cb_slider {
     background-color: #086FC1;
 }

input:checked + .cb_slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.flex_end {
     display: flex;
     align-items: end;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/*Grid*/
/*  SECTIONS  */
.section{clear:both;padding:0px;margin:0px;}
.col{display:block;float:left;margin:0% 0 0% 2%;}
.col:first-child{margin-left:0; }
.group:before, .group:after{content:""; display:table; }
.group:after{clear:both;}
.group{zoom:1}
/*  GRID OF TWELVE  */
.span_12_of_12{width:100%;}
.span_11_of_12{width:91.5%;}
.span_10_of_12{width:83%;}
.span_9_of_12{width:74.5%;}
.span_8_of_12{width:66%;}
.span_7_of_12{width:57.5%;}
.span_6_of_12{width:49%;}
.span_5_of_12{width:40.5%;}
.span_4_of_12{width:32%;}
.span_3_of_12{width:23.5%;}
.span_2_of_12{width:15%;}
.span_1_of_12{width:6.5%;}
/* GO FULL WIDTH BELOW 770 PIXELS */
@media only screen and (max-width:770px){
.col{margin:1% 0 1% 0%; }
.span_1_of_12,.span_2_of_12,.span_3_of_12,.span_4_of_12,.span_5_of_12,.span_6_of_12,.span_7_of_12,.span_8_of_12,.span_9_of_12,.span_10_of_12,.span_11_of_12,.span_12_of_12{width:100%; }
    .nodesktop {
        display: block
    }
     body {
        min-width: 0px;
}
    .container {
         min-width: 0!important;
    }
     body .mobile_center, body .mobile_center h3, body .mobile_center h2,body .mobile_center h1, body .mobile_center p, body .mobile_center h5, .container .mobile_center, .container .mobile_center h3, .container .mobile_center h2,.container .mobile_center h1 {
        text-align: center
    }
    .mobile_grid_50 {
         width: 48%;
         margin: 0% 0 0% 2%;
    }
    .mobile_grid_50.col:first-child, .mobile_grid_50.col:nth-child(3) {
        margin-left: 0;
    }
    
    
/*Table*/

    
    
}
