* {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/** Layout*/

.full_container .maindata>.container {
    width: 100%;
}

.col12 {
    clear: both;
    float: none;
}

.col05,
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11 {
    display: inline-block;
    clear: none;
    float: left;
}

.col025 {
    width: 2.0833325%
}

.col05 {
    width: 4.166665%
}

.col1 {
    width: 8.33333%
}

.col1 {
    width: 8.33333%
}

.col2 {
    width: 16.66666%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33333%
}

.col5 {
    width: 41.66666%
}

.col6 {
    width: calc(100% / 2)
}

.col7 {
    width: 58.33333%
}

.col8 {
    width: 66.66666%
}

.col9 {
    width: 75%
}

.col10 {
    width: 83.33333%
}

.col11 {
    width: 91.6666666667%
}

.col12 {
    width: calc(100%)
}

.grid>.col05,
.carts>.col05 {
    width: calc(4.166665% - 10px)
}

.grid>.col1,
.carts>.col1 {
    width: calc(8.33333% - 10px)
}

.grid>.col2,
.carts>.col2 {
    width: calc( 16.66666% - 10px)
}

.grid>.col3,
.carts>.col3 {
    width: calc(25% - 20px)
}

.grid>.col4,
.carts>.col4 {
    width: calc( 33.33333% - 13px)
}

.grid>.col5,
.carts>.col5 {
    width: calc( 41.66666% - 10px)
}

.grid>.col6,
.carts>.col6 {
    width: calc( 50% - 10px)
}

.grid>.col7,
.carts>.col7 {
    width: calc( 58.33333% - 10px)
}

.grid>.col8,
.carts>.col8 {
    width: calc( 66.66666% - 10px)
}

.grid>.col9,
.carts>.col9 {
    width: calc( 75% - 20px)
}

.grid>.col10,
.carts>.col10 {
    width: calc( 83.33333% - 10px)
}

.grid>.col11,
.carts>.col11 {
    width: calc( 91.6666666667% - 10px)
}

.grid>.col12,
.carts>.col12 {
    width: calc(100% - 10px)
}

.ins_row_1 {
    height: calc(40px * 1);
}

.ins_row_2 {
    height: calc(40px * 2);
}

.ins_row_3 {
    height: calc(40px * 3);
}

.ins_row_4 {
    height: calc(40px * 4);
}

.ins_row_5 {
    height: calc(40px * 5);
}

.ins_row_6 {
    height: calc(40px * 6);
}

.ins_row_7 {
    height: calc(40px * 7);
}

.ins_row_8 {
    height: calc(40px * 8);
}

.ins_row_9 {
    height: calc(40px * 9);
}

.ins_row_10 {
    height: calc(40px * 10);
}

.ins_row_11 {
    height: calc(40px * 11);
}

.ins_row_12 {
    height: calc(40px * 12);
}

.carts>div,
.grid>div,
.grid>button {
    margin: 5px;
}

.grid .ins_card {
    float: none;
}

.ins_vertical_ceneter_ch,
.ins_vertical_ceneter>* {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


/** Layout*/

.ins_card {
    display: inline-block;
    vertical-align: middle;
    min-height: 100px;
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 5px #0000001c;
}

.ins_dark.ins_card,
.ins_dark .ins_card,
.ui_editor_view .ins_dark.ui_editor_block.container_data,
.ins_dark.light_container_data {
    box-shadow: 1px 1px 5px #00000069;
    background: #262e3a;
    color: #a9a7a7;
}

.ins_dark h1,
.ins_dark h2,
.ins_dark h3,
.ins_dark h4,
.ins_dark h5,
.ins_dark h6,
.ins_dark .ins_module_title .ins_dark a,
.ins_dark i {
    color: #a9a7a7;
}

.ui_editor_view .ui_editor_block.container_data,
.light_container_data {
    padding: 5px;
    padding-top: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #00000054;
    border: 3px solid transparent;
}

.ins_dark input,
.ins_dark select,
.ins_dark textarea {
    background: #3e4656 !important;
    color: #fffafa !important;
}

.slidecontainer {
    width: 100%;
}

input.range {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input.range :hover {
    opacity: 1;
}

input.range ::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

input.range ::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}


/** Genrail Class */

.ins_inline li {
    display: inline-block;
}

.ins_float_none {
    float: none !important;
}

.ins_toleft,
.ins_to_left,
.ins_float_left {
    float: left !important;
}

.ins_toright,
.ins_to_right,
.ins_right_left {
    float: right !important;
}

.ins_clear {
    clear: both !important;
    display: block;
    float: none;
    margin: auto;
    clear: both;
}

.ins_clearright,
.ins_clear_right {
    clear: right !important;
}

.ins_clearleft,
.ins_clear_left {
    clear: left !important;
}

.ins_texttocenter,
.ins_text_tocenter {
    text-align: center !important;
}

.ins_texttoleft,
.ins_text_toleft {
    text-align: left !important;
}

.ins_texttoright,
.ins_text_toright {
    text-align: right !important;
}

.ins_float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ins_float.to_bottom {
    top: auto;
    bottom: 5px;
    transform: translateX(-50%);
}

.ins_float.to_top {
    top: 5px;
    transform: translateX(-50%);
}

.block_image img {
    width: 100%;
}

.ins_white_text {
    color: #fff
}

.line,
.ins_line,
.ins_empty_line {
    width: 100%;
    height: 1px;
    clear: both;
    background: #eee;
    margin: 20px 0;
    position: relative;
    top: 0px;
}

.ins_empty_line {
    background: transparent;
}

.ins_Striped_bg:nth-child(even) {
    background: #fff;
}

.ins_Striped_bg:nth-child(odd) {
    background: #F8F9FA;
}


/**tables*/

.ins_main_table {
    border: 1px solid #eee;
    border-spacing: 0;
    width: 100%;
}

.ins_main_table tr th {
    border: none;
    background: #df7f4c;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
}

.ins_main_table th,
.ins_main_table td {
    border-spacing: 0;
    position: relative;
}

.ins_tr:nth-child(odd),
.mainTabel tr:nth-child(odd) {
    background: rgb(251, 252, 255);
}


/*
.ins_tr:hover, .ins_tr:nth-child(odd):hover   ,.mainTabel tr:nth-child(odd):hover ,.mainTabel tr:hover {
    background: #cdcbcb !important;
}
.ins_lightbox_data .bottom_bar{
   position: absolute;
     bottom: 0;
     background: #fff;
 left:0
}*/

.mainTabel {
    width: 100%;
}

.ins_th,
.mainTabel th {
    background: #becae2;
}

.ins_tr,
.mainTabel tr {
    clear: both;
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #cdcbcb;
    border-top: 0;
}

.ins_td,
.ins_th {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #cdcbcb;
    padding: 0;
    overflow: hidden;
}

.ins_td {
    padding: 0 5px;
}

.ins_td:first-child {
    border: none;
}

.ins_th,
.ins_td {
    font-size: 14px;
}

.ins_th a,
.ins_th {
    font-weight: bold;
    text-align: center;
}

.ins_tr:hover {
    background: rgb(227, 234, 244);
}

.ins_main_table td {
    line-height: 45px;
}

.vis_table td {
    line-height: 50px;
}

.location_table {
    margin-left: 10px;
}

.location_table th {
    font-size: 26px;
}

.location_table td {
    line-height: 25px;
}

.ins_main_table tr th:after {
    content: " ";
    position: absolute;
    height: 70%;
    left: 0;
    width: 1px;
    background: #fff;
    top: 15%
}

.ins_main_table tr th:first-child:after {
    display: none;
}


/**tables*/


/**inputs*/

.ui_row {
    position: relative;
    /*
        border-bottom: 1px solid rgba( 0, 0, 0, 0.03 );
        padding: 5px 10px;*/
}

.ui_row.ui_text,
.ui_row.ui_image,
.ui_row.ui_textarea,
.ui_row.ui_date,
.ui_row.ui_select,
.ui_row.ui_list,
form .ui_row {
    padding: 4px;
}

.ui_row .ui_value>*,
select {
    width: 100%;
    line-height: 33px;
    height: auto;
    min-height: 35px;
    padding: 0 5px;
    font-size: 12px;
}

.ui_row .ui_value>img {
    max-height: 100%;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}

input,
select,
textarea,
.ui_image .ui_value,
.ui_icon_input .ui_value,
.ui_row .chosen-container-single .chosen-single,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
div .chosen-container .chosen-drop,
.ins_autocomplete_input_area {
    background: #f8f9fb;
    color: #333;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.21);
}

.ins_td select,
.ins_td input {
    min-height: 27px !important;
    height: 27px !important;
    line-height: 27px;
    position: relative;
}

.ui_label {
    font-weight: bold;
    margin: 5px 0;
    font-size: 13px;
    text-transform: CAPITALIZE;
}

.ins_td i.fa {
    font-size: 14px;
    width: 20px;
}

.ins_highlight_area {
    box-shadow: 1px 1px 5px #eee;
    background: #f8f9fb;
    border: 1px solid #eee;
}

.item_draging_hover:before,
ins_highlight_bg {
    background: #F9DA8F;
}

.ins_disabled {
    color: #eee;
}


/*.ins_act{
    color: #eee;
    background: #333;  
}*/

button,
input[type="submit"],
.ui_row.ui_ajax_upload_image .ui_label,
.button {
    background-color: #34495e;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

button i,
.button i {
    color: #ffffff;
}

button:hover,
input[type="submit"]:hover,
.button:hover {
    color: #fff;
    background-color: #ff2a40;
}

.ins_act {
    color: #fff;
    background-color: #ff2a40;
}

.ins_list .button {
    border: none;
    cursor: pointer;
    font-size: 10px;
    margin: 2px;
    line-height: 20px;
    padding: 3px;
    border-radius: 3px;
    min-width: calc(25% - 6px);
    text-align: center;
}

.ins_list .ins_line,
.ins_list ._ins_line,
.ins_headline .ins_line,
.ins_list ._ins_headline {
    display: block;
    width: 100%;
    background: transparent
}

.ins_headline .ins_line,
.ins_list ._ins_headline {
    border-bottom: 1px solid #becae2;
    border-radius: 0px;
    /* line-height: 35px; */
    color: #202020;
    font-family: Roboto Slab, sans-serif;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
}

.ui_radio {
    position: relative;
}

.ui_radio {
    padding-left: 40px !important;
    left: 6px;
}

.ui_radio .ui_value {
    position: absolute;
    top: 0;
    left: 0;
}

.time_input select {
    margin: 0 5px
}

.ui_row.ui_ajax_upload .progress_bar,
.ui_row.ui_ajax_upload_image .progress_bar,
.ui_row.ui_ajax_upload_file .progress_bar {
    background: #87ff87;
    font-size: 10px;
    height: 14px;
    padding: 0 !important;
    line-height: 15px;
    display: block;
    min-height: 9px !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 0;
}

.ui_row.ui_ajax_upload label,
.ui_row.ui_ajax_upload_file label {
    text-align: center;
    line-height: 40px !important;
    height: 40px;
}

.ui_row.ui_ajax_upload ._file,
.ui_row.ui_ajax_upload_file input[type="file"],
.ui_row.ui_ajax_upload_image ._file {
    height: 0.1px !important;
    width: 0.1px;
    overflow: hidden;
    line-height: 0.1px;
    min-height: 0;
    opacity: 0;
}

.ui_row.ui_ajax_upload,
.ui_row.ui_ajax_upload_file,
.ui_row.ui_ajax_upload_image {
    overflow: hidden;
    position: relative
}

.ui_row.ui_ajax_upload a,
.ui_row.ui_ajax_upload_file a,
.ui_row.ui_ajax_upload_image a {
    min-height: 40px;
    padding: 0 2px;
    right: 7px;
    position: absolute;
    display: block;
    width: 25px;
    top: 0px;
    cursor: pointer;
    display: none
}

.ui_row.ui_ajax_upload .uploaded a,
.ui_row.ui_ajax_upload_file .uploaded a,
.ui_row.ui_ajax_upload_image .uploaded a {
    display: block;
}

.ui_row.ui_ajax_upload .file_delete,
.ui_row.ui_ajax_upload_file .file_delete,
.ui_row.ui_ajax_upload_image .file_delete {
    right: 32px;
}

.ui_row.ui_editor {
    min-height: 567px;
}

.ui_row.ui_ajax_upload_image {
    min-height: 120px;
}

.ui_row.ui_ajax_upload_image img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100%;
    margin: auto;
    float: none;
    margin-top: 1px;
}

.ui_row.ui_ajax_upload_image .ui_value {
    text-align: center;
    background: #f1f1f1;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.ui_row.ui_ajax_upload_image a,
.ui_row.ui_ajax_upload_image label {
    bottom: 4px;
    top: auto;
    background: #646363;
    color: #fff;
    width: 25px;
    height: 25px;
    min-height: 0;
    border-radius: 50%;
    line-height: 25px;
    z-index: 11;
    position: absolute;
    float: none;
    right: 9px;
}

.ui_row.ui_ajax_upload_image .file_delete {
    right: 36px;
}

.ui_row.ui_ajax_upload_image a.uploaded {
    display: inline-block;
}

.ui_row.ui_ajax_upload_image .uploaded label,
.ui_row.ui_ajax_upload_image label.uploaded {
    display: none;
}

.ui_row.ui_ajax_upload_image .ui_label {
    width: 100%;
    padding: 0 5px;
}


/**inputs*/

@media print {
    header,
    footer,
    .toolbar,
    .logout,
    .ins_pagination_area,
    .check_list_ids,
    .ins_filter_area,
    .strat_data_options,
    .end_data_options {
        display: none !important;
    }
    /* width: 16.66666%;*/
    .this_admin_mian .ins_td:nth-child(2),
    .this_admin_mian .ins_td:nth-child(3),
    .this_admin_mian .ins_td:nth-child(3) {
        box-sizing: content-box;
        padding-right: 1% !important;
        padding-left: 4% !important;
    }
    .this_admin_mian .ins_td:nth-child(2) {
        padding-left: 5.6666% !important;
        border-right: 1px solid #cdcbcb;
    }
    .ins_tr {
        border-left: 1px solid #cdcbcb;
    }
}