body .sw_win_wrapper .panel-default {
    border-color: #232323;
}

body .sw_win_wrapper .panel {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 1px #232323;
    box-shadow: initial;
}

body .sw_win_wrapper .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #092c61;
    border-color: #092c61;
}

body .sw_win_wrapper .panel-default *,
body .sw_win_wrapper .panel-default * {
    font-size: 15px;
}

body .sw_win_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fafafa;
}

body .sw_win_wrapper .table>tbody>tr>td, 
body .sw_win_wrapper .table>tbody>tr>th, 
body .sw_win_wrapper .table>tfoot>tr>td, 
body .sw_win_wrapper .table>tfoot>tr>th, 
body .sw_win_wrapper .table>thead>tr>td, 
body .sw_win_wrapper .table>thead>tr>th {
    border-color: #d7d7d7;
}

body .sw_win_wrapper .ci.sw_widget.sw_wrap input:not([type="checkbox"]):not([type="radio"]),
body .sw_win_wrapper .ci.sw_widget.sw_wrap select,
body .sw_win_wrapper .ci.sw_widget.sw_wrap textarea {
    font-size: 13px;
    border-radius: 0px;
    padding: 10px 10px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal input:not([type="checkbox"]):not([type="radio"]),
body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal select,
body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal textarea {
    font-size: 13px;
    border-radius: 0px;
    padding: 10px 10px;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #e4e7e9;
    color: #000;
    display: block;
    height: auto;
    overflow: hidden;
    transition: background .15s;
    -webkit-transition: background .15s;
    
}

body .sw_win_wrapper .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgb(0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgb(0, 0, 0);
}

body .sw_win_wrapper .btn-primary,
body .sw_win_wrapper .btn-default {
    display: inline-block;
    border-radius: 0;
    padding: 12px 33px;
    text-transform: uppercase;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #27a6dc;
    border: 1px solid #27a6dc;
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-weight: 600;
}

body .sw_win_wrapper .btn-primary:hover,
body .sw_win_wrapper .btn-default:hover {
    color: white;
    border: 1px solid #58c5f3;
    background-color: #58c5f3;
}

body .sw_win_wrapper .nav-tabs>li.active>a, 
body .sw_win_wrapper .nav-tabs>li.active>a:focus, 
body .sw_win_wrapper .nav-tabs>li.active>a:hover {
    font-size: 14px;
    font-weight: 600;
}

body .sw_win_wrapper .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-left: 0;
}

body .sw_win_wrapper .pagination>.disabled>a,
body .sw_win_wrapper .pagination>.disabled>a:focus,
body .sw_win_wrapper .pagination>.disabled>a:hover,
body .sw_win_wrapper .pagination>.disabled>span,
body .sw_win_wrapper .pagination>.disabled>span:focus, 
body .sw_win_wrapper .pagination>.disabled>span:hover,
body .sw_win_wrapper .pagination>li>a,
body .sw_win_wrapper .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    width: 40px;
    height: 40px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #9E9E9E;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    margin-left: -1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    margin: 5px !important;
}

body .sw_win_wrapper .pagination>li:first-child>a,
body .sw_win_wrapper .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body .sw_win_wrapper .pagination>li:last-child>a,
body .sw_win_wrapper .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

body .sw_win_wrapper .pagination>.active>a, 
body .sw_win_wrapper .pagination>.active>a:focus,
body .sw_win_wrapper .pagination>.active>a:hover,
body .sw_win_wrapper .pagination>.active>span,
body .sw_win_wrapper .pagination>.active>span:focus, 
body .sw_win_wrapper .pagination>.active>span:hover {
    color: #fff;
    background-color: #092c61;
    border-color: #092c61;
}

.sw_win_wrapper .pagination .prev,
.sw_win_wrapper .pagination .next {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-wrapper #din-table_wrapper .row td.dataTables_empty {
    font-size: 14px;
    background-color: #E91E63;
    color: #fff;
    border: 1px solid #9E9E9E;
    padding: 10px 10px;
    box-shadow: none;
}

.sw_win_wrapper .nav-tabs>li>a {
    font-size: 14px !important;
}

.title_page {
    display: none;
}

body .winter_dropdown_tree .list_container {
    width: 100%;
}

body .sw_win_wrapper .nav-tabs.lang_tabs:empty,
body .sw_win_wrapper .glyphicon-menu-down:before {
    display: none;
}

body .files-list li {
    margin: 7px 7px 7px 0;
    padding: 1px;
    display: block;
    height: 186px;
    border: 1px solid #ddd;
    cursor: move;
    position: relative;
}

body .files-list li:hover {
    background: #f2f2f2;
}
body .files .options-container .delete  {
    white-space: nowrap;
}

.sw_win_wrapper .ci.sw_widget.sw_wrap .fileupload input[type="checkbox"] {
    width: initial;
    display: inline;
    float: initial;
}
 
.sw_win_wrapper .ci.sw_widget.sw_wrap .fileupload .options-container .delete  input[type="checkbox"] {
    top: 3px;
}

.sw_win_wrapper .ci.sw_widget.sw_wrap .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sw_win_wrapper .btn {
    border-radius: 0;
}


.bootstrap-wrapper .dataTable div.dataTables_wrapper .dataTables_filter label {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.bootstrap-wrapper .dataTable div.dataTables_wrapper .dataTables_length label {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}



.bootstrap-wrapper .dataTable div.dataTables_wrapper .dataTables_length label .bootstrap-select {
    width: initial;
    padding: 5px 10px;
    border-radius: 0;
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    border-radius: 0px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    min-width: 78px;
}

.dataTable .basic-select .btn {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 0;
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    border-radius: 0px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw_win_wrapper .dataTables_length .btn {
    padding: 0;
    height: 100%;
    line-height: 28px;
}


.form-horizontal .bootstrap-select.btn-group .dropdown-toggle {
    width: initial;
    padding: 5px 10px;
    border-radius: 0;
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    border-radius: 0px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    min-width: 78px;
}

.form-horizontal .bootstrap-select.btn-group .dropdown-toggle {
    border: 1px solid #e4e7e9;
    min-width: 78px;
    width: 100%;
    height: 50px;
}

.bootstrap-select.form-control {
    border: 0 !important;
    padding: 0 !important;
    height: initial !important;
    box-shadow: initial !important;
}

.dataTable .basic-select .btn {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 0;
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    border-radius: 0px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw_win_wrapper .form-horizontal .dropdown-menu>li>a {
    padding: 10px 20px;
}

.form-horizontal h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sw_win_wrapper .dataTables_length .btn {
    line-height: 28px;
    width: initial;
    padding: 5px 10px;
    border-radius: 0;
    padding-right: 15px;
    height: 100%;
    font-size: 13px;
    border-radius: 0px;
    min-height: 42px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    min-width: 78px;
}

.dataTable .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 7px;
}

.bootstrap-wrapper .dataTable div.dataTables_wrapper .dataTables_length label .bootstrap-select .dropdown-menu {
    left: 0;
    margin-top: -1px;
    right: 0;
    border-radius: 0;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
}

.dataTable .bootstrap-select.btn-group .dropdown-menu {
    right: initial;
}

body .winter_dropdown_tree button.btn.btn-default.dropdown-toggle {
    width: 50px;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: initial;
    line-height: initial;
    padding: 0 !important;
    color: #000;
}

.winter_dropdown_tree .btn-group {
    border: 1px solid #e4e7e9;
    display: flex;
}

body .sw_win_wrapper .winter_dropdown_tree .btn-primary:hover, body .sw_win_wrapper .winter_dropdown_tree .btn-default:hover {
    color: #000;
    border: 0;
    background-color: #58c5f3;
}

.winter_dropdown_tree.color-secondary, .winter_dropdown_tree .btn.color-secondary, .winter_dropdown_tree .color-primary {
    background: #fff !important;
    border: 0;
    color: #000;
}

.winter_dropdown_tree button:first-child {
    min-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    flex: 1 2 auto;
}

.winter_dropdown_tree .glyphicon-menu-down:before {
    content: "\e259" !important;
    display: block !important;
}

.form-horizontal .control-label {
    padding-top: 13px;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-top: 0;
}

body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal input:not([type="checkbox"]):not([type="radio"]),
body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal select,
body .sw_win_wrapper .ci.sw_widget.sw_wrap .form-horizontal textarea {
   margin-bottom: 0;
}

.sw_win_wrapper .btn-group-xs>.btn, .sw_win_wrapper .btn-xs {
    border-radius: 0;
}

.template-download .options-container .iedit  {
    padding: 2.5px 5px !important;
}


.contact_shortcode .form-control:focus,
.contact_shortcode .form-group textarea.form-control,
.contact_shortcode .form-group .form-control {
    background: #fff;
    border: 1px solid #e0e2e3;
}

.contact_shortcode .form-group label {
    display: none;
}

.contact_shortcode input.form-control:focus,
.contact_shortcode input.form-control {
    height: 60px;
}

.contact_shortcode .form-group {
    margin-bottom: 20px;
}

.contact_shortcode .g-recaptcha {
    margin-bottom: 7px;
}

.contact_shortcode .g-recaptcha {
    margin-bottom: 25px;
}

body .sw_win_wrapper .ci.sw_widget.sw_wrap .contact_shortcode .form-group .btn.btn-primary {
    background: #0f7ad5;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 17px 22px;
    box-shadow: none;
    border: 0;
    -webkit-transition: all .15s;
    transition: all .15s;
}


body .sw_win_wrapper .ci.sw_widget.sw_wrap .contact_shortcode .form-group .btn.btn-primary:hover {
    background: #27a6dc;
    -webkit-filter: grayscale(.4);
    filter: grayscale(.4);
}

.contact_shortcode .cus_content-description {
    color: #595b5e;
    font-size: 16px;
    padding-top: 5px;
}

.contact_shortcode {
    margin-bottom: 0;
    padding-top: 55px
}

@media screen and (max-width: 767px) {
    body .sw_win_wrapper .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: initial;
    }
    body .sw_win_wrapper .panel-body {
        padding: 15px 0;
    }
}