/*-------------------------- 18-04-2017 JITESH WIDGET CSS ------------------------*/
.mw_qbo_sync_status_span{
    border-radius: 4px;
    color: white;
    /*cursor: pointer;*/
    font-size: 11px;
    margin: 4px 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.mw_qbo_sync_status_paid{
  background-color: #4CAF50;
}

.mw_qbo_sync_status_due{
  background-color: #f44336;
}

.mw_qbo_sync_status_info{
  background-color: #2196f3;
}
/*-------------------------- 18-04-2017 JITESH WIDGET CSS ------------------------*/
table.wp-list-table.widefat.fixed.striped.posts td, table.wp-list-table.widefat.fixed.striped.posts th {
    padding: 8px 5px;
}
/*-------------------------- 02-08-2017 TK WIDGET CSS ------------------------*/
.mw_qbo_sync_close_notice {
    padding: 0 10px;
    padding-left: 21px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all;
	/*float: right;*/
	outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mw_qbo_sync_close_notice:before {
    top: 0;
    left: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: none;
    color: #b4b9be;
    content: "\f153";
    display: inline-block;
    font: normal 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    position: absolute;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mw_qbo_sync_close_notice:hover:before,a.cross_icon:hover:before {
    color: #c00;
}
.cross_icon:before {
    top: 0;
    left: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: none;
    color: #b4b9be;
    content: "\f153";
    display: inline-block;
    font: normal 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    position: absolute;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.cross_icon {
    position: absolute;
    padding: 0px 5px 0px;
    display: inline-block;
    width: 20px;
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none !important;
    border: 0px !important;
    box-shadow: none !important;
    vertical-align: middle;
    top: 0px;
    right: 2px;
	  -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


.cross-relative-icon {
    position: relative;
    padding-right: 18px;
}

.welcome-panel .welcome-panel-close,a.welcome-panel-close  {
    outline: none !important;
    border: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    box-shadow:none !important;
	    top: 5px;
}

.welcome-panel-close:before {
    top: -1px !important;
}

