div#postbox-container-1 table.form-table.meta_box {
    display: block;
}
div#postbox-container-1 tr {
    display: block;
}
div#postbox-container-1 th.col-md-4 {
    display: block;
    width: 100%;
    padding: 0px;
}
div#postbox-container-1 tbody {
    display: block;
}
div#postbox-container-1 td.col-md-8 {
    display: block;
    padding: 5px 0px;
}
div#postbox-container-1 td.col-md-8 input {
    width: 100%;
}
div#postbox-container-1 .tj_radio td.col-md-8 input, div#postbox-container-1 td.col-md-8 input.datepicker {
    width: auto;
}
tr.tj_date .description {
    display: inline-block;
    margin-top: 15px;
}

/*
 * Meta box styles
 */

.form-table.meta_box h2 {
    border-bottom: 1px dashed #ccc;
}
.form-table.meta_box th label {
    font-weight: bold;
}
.form-table.meta_box .description {
    font-size: 11px;
    color: #777;
    font-style: italic;
}
.form-table.meta_box .meta_box_items {
    margin: 0;
    padding: 0;
}
.form-table.meta_box .meta_box_items li {
    display: inline-block;
    width: auto;
    min-width: 100px;
    margin-right: 15px;
    margin-bottom: 0px;
}

/* repeatable */

.form-table.meta_box .meta_box_repeatable {
    width: 510px;
}
div#side-sortables .form-table.meta_box .meta_box_repeatable {
    width: auto;
}
.form-table.meta_box .meta_box_repeatable th {
    width: auto !important;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: none;
}
.form-table.meta_box .meta_box_repeatable tfoot th {
    border-bottom: none;
}
.form-table.meta_box .meta_box_repeatable td {
    width: auto !important;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    background: #eee;
}
.form-table.meta_box .meta_box_repeatable tr:nth-child(even) td {
    background: none;
}
.form-table.meta_box .meta_box_repeatable td * {
    display: inline-block;
    margin-bottom: 3px;
}
.form-table.meta_box .meta_box_repeatable td .meta_box_upload_image_button, .form-table.meta_box .meta_box_repeatable td small, .form-table.meta_box .meta_box_repeatable td small a {
    display: inline-block;
}
.form-table.meta_box .meta_box_repeatable td label {
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    clear: left;
}
.form-table.meta_box .meta_box_repeatable td p {
    margin: 0;
    float: left;
    padding-bottom: 5px;
    line-height: 0.5;
}
.form-table.meta_box .meta_box_repeatable td textarea {
    width: 350px;
}
.form-table.meta_box .meta_box_repeatable .repeatable_id {
    background: #ccc;
    width: 30px;
    text-align: center;
}
.meta_box_repeatable .sort_label {
    display: block;
    width: 20px;
    height: 17px;
    background: url(../images/sprite.png) no-repeat -68px -100px;
}
.meta_box_repeatable .sort {
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/sprite.png) 0 -100px;
    margin-top: 6px;
    cursor: move;
}
.meta_box_repeatable_add, .meta_box_repeatable_remove {
    display: block;
    width: 18px;
    height: 16px;
    background: url(../images/sprite.png);
    margin-top: 5px;
}
.meta_box_repeatable_add {
    background-position: -30px -100px;
}
.meta_box_repeatable_remove {
    background-position: -50px -100px;
}
.meta_box_repeatable tr:first-child .meta_box_repeatable_remove, .meta_box_repeatable tr:first-child>td>.sort {
    display: none;
}

/* image */

.meta_box_preview_image {
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin-bottom: 3px;
}

/* file */

.meta_box_file {
    display: block;
    width: 37px;
    height: 48px;
    background: url(../images/sprite.png) 0 0;
    float: left;
    margin-right: 15px;
}
.meta_box_file.checked {
    background-position: -50px 0;
}
.meta_box_filename {
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

/* Select */

.form-table select {
    width: 25em;
}
.widget-content .meta_box_repeatable select {
    width: 96%;
}

/* post_drop_sort */

.post_drop_sort_areas, .post_drop_sort_source {
    width: 250px;
    margin-right: 20px;
    float: left;
}
.post_drop_sort_areas ul, .post_drop_sort_source {
    border-radius: 5px;
    border: 3px dashed #ccc;
    margin: 0 0 10px;
    padding: 5px 10px 10px;
}
.post_drop_sort_source {
    width: 224px;
    background: #ccc;
    border: none;
}
.sort_list li {
    padding: 5px 10px;
    cursor: move;
    background: #fff;
    margin: 5px 0 0;
    text-align: center;
}
.sort_list li.post_drop_sort_area_name {
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    color: #999;
    background: none;
    margin: 0 0 10px;
    padding: 5px 0;
}
.post_drop_sort_source.sort_list li.post_drop_sort_area_name {
    color: #fff;
    border-color: #fff;
}

/*CSS COding By Saiful Islam Ananda*/

div#ui-datepicker-div {
    width: 212px;
}
table.ui-datepicker-calendar {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px dotted black;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding: 5px;
    background: rebeccapurple;
}
a.ui-datepicker-next.ui-corner-all {
    float: right;
}
.ui-datepicker-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
    color: #fff;
}

.tj-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 15px;
}
.tj-col-3 {
    display: block;
    width: 23.5%;
    margin-right: 1.5%;
}
.screen-thumb img {
    width: 100%;
}
