html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

a,
button,
input[type="submit"],
input[type="button"] {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

html,
body {
    height: 100%;
}

.sidebarActive .side {
    width: 45px;
    z-index: 9;
}

.sidebarActive .main {
    width: calc(100% - 45px);
}

.sidebarActive .side .boxUser {
    padding: 5px;
}

.sidebarActive .side .boxUser .user {
    display: none;
}

.sidebarActive .side .boxUser .links {
    display: none;
}

.sidebarActive .side .boxUser img {
    width: 35px;
    height: 35px;
    margin: 0;
}

.sidebarActive .side .nav>li>a span {
    display: none;
}

.sidebarActive .side .nav>li .ico-right {
    display: none;
}

.sidebarActive .side .nav>li {
    position: relative;
}

.sidebarActive .side .nav>li .submenu {
    width: 200px;
    top: 0;
    left: 100%;
    position: absolute;
}

.wrapper {
    display: inline-flex;
    justify-content: center;
    vertical-align: text-top;
    width: 100%;
    min-height: 100%;
}

.side {
    padding: 0;
    margin: 0;
    background: #222222;
    max-width: 250px;
}

.side .topMenu {
    width: 100%;
    height: 45px;
    position: relative;
    display: inline-block;
    /*background: #383737;*/
    background: #fff;
    text-align: center;
    padding: 5px 0;
}

.side .topMenu img {
    max-height: 100%;
    max-width: 100%;
}

.side .topMenu .btCloseMenu {
    position: absolute;
    right: -14px;
    background: #383737;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    top: 7px;
    z-index: 99;
    cursor: pointer;
}

.side .boxUser {
    padding: 15px;
    padding-right: 20px;
    float: left;
    width: 100%;
}

.side .boxUser img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.side .boxUser .user {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
}

.side .boxUser .links {
    float: left;
    width: 100%;
    padding-left: 75px;
    margin-top: 5px;
}

.side .boxUser .links a {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
}

.side .boxUser .links a i {
    float: left;
    line-height: 15px;
    font-size: 15px;
}

.side .nav {
    margin: 0;
    padding: 0;
}

.side .nav>li {
    width: 100%;
    display: inline-block;
    float: left;
}

.side .nav>li.custom,
.side .nav>li.custom:hover{
    background:none;
    text-align:center;
    width:100%;
    margin: 20px 0;
}

.side .nav>li.custom a,
.side .nav>li.custom:hover a{
    background:#ff6d05;
    width:90%;
    display:inline-block;
    float:none;
    border-radius:30px;
    color:#fff;
}

.side .nav>li>a {
    border-left: solid 5px transparent;
}

.side .nav>li.act>a {
    border-left: solid 5px #ff6d00;
}

.side .nav>li>a {
    padding: 15px 10px;
    display: inline-block;
    color: #bfbfbf;
    font-size: 14px;
    line-height: 14px;
    float: left;
    width: 100%;
    text-decoration: none;
}

.side .nav>li.act>a,
.side .nav>li>a:hover {
    color: #fff;
    background: #151515;
}

.side .nav>li>span {
    padding: 0 10px;
}

.side .nav>li .fas {
    width: 20px;
}

.side .nav>li .ico-right {
    float: right;
    margin-right: 5px;
}

.side .nav>li .list-notifications {
    float: right;
}

.side .nav>li .list-notifications .notification {
    color: #fff;
    padding: 2px 3px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.side .nav>li.act .ico-right {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.side .nav>li.act .submenu {
    display: block;
}

.side .nav>li .submenu {
    background: #383737;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    display: none;
}

.side .nav>li .submenu li {
    width: 100%;
    display: inline-block;
    float: left;
}

.side .nav>li .submenu li a {
    color: #8e8e8e;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px 10px;
    padding-left: 20px;
    text-decoration: none;
}

.side .nav>li .submenu li.act a,
.side .nav>li .submenu li a:hover {
    color: #fff;
}

.side .nav>li .submenu li a .far {
    margin-right: 10px;
    font-size: 12px;
}

.side .nav>li .submenu li.act a .far {
    color: #ff6d00;
}

.main {
    padding: 0;
    margin: 0;
    width: calc(100% - 250px);
    background: #e8e8e8;
}

.header {
    background: #ff6d00;
    width: 100%;
    padding: 0;
    display: inline-block;
    float: left;
}

.header .nav {
    float: right;
    padding: 0;
    margin: 0;
}

.header .nav>li {
    float: left;
    display: inline-block;
    position: relative;
    border-left: solid 1px #c75504;
}

.header .nav>li>a {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}

.header .nav>li:hover>a,
.header .nav>li>a:hover {
    background: #000000;
}

.header .nav>li>a img {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header .nav>li>a .far,
.header .nav>li>a .fas {
    font-size: 15px;
    line-height: 25px;
    width: 15px;
}

.header .nav>li>a .notification {
    position: absolute;
    top: 5px;
    left: 25px;
    padding: 2px 3px;
    /* background: #505050; */
    font-size: 10px;
    line-height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header .nav>li:hover>ul {
    display: block;
}

.header .nav>li>ul {
    position: absolute;
    left: 0;
    top: 45px;
    width: 150px;
    background: #000000;
    padding: 0;
    display: none;
}

.header .nav>li>ul li {
    display: inline-block;
    float: left;
    width: 100%;
}

.header .nav>li>ul li a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.contPage {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px;
}

.contPage .boxCont {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /* overflow: hidden; */
    border-top: solid 3px #ff6d00;
}

.contPage .boxCont h3 {
    border-bottom: solid 1px #ccc;
    margin-top: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px 20px;
}

.contPage .boxCont h3 a{
    float: right;
    color: #ff6d05;
}

.contPage .boxCont .horasMes{
    font-size: 28px;
    line-height: 23px;
    font-weight: bold;
}
.contPage .boxCont .horasMes span{
    font-weight:normal;
    font-size: 16px;
    line-height: 20px;
}
.contPage .boxCont .meta{
    float:right;
    font-weight:normal;
    font-size: 16px;
    line-height: 28px;
    margin-top: -70px;
}
.contPage .boxCont .meta span{
    font-size: 28px;
    line-height: 23px;
    font-weight: bold;
}

.contPage .boxCont.templateBox img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    height: 200px;
    object-fit: cover;
    border: 0;
}

.contPage .boxCont.templateBox .name {
    margin-top: 15px;
}

.contPage .boxCont.templateBox p {
    font-size: 15px;
    line-height: 25px;
}

.checkTemplate {
    cursor: pointer;
}

.checkTemplate input {
    display: none;
}

.checkTemplate .boxCont:hover {
    box-shadow: 0px 0px 0px 5px #ddd;
}

.checkTemplate input:checked+.boxCont {
    box-shadow: 0px 0px 0px 5px #080808;
}

.boxUserDash{
    width:100%;
    display:inline-flex;
    align-items: center;
    justify-content: space-between;
}
.boxUserDash img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.boxUserDash .texts{
    
width: 90%;
    
padding-left: 20px;
}
.boxUserDash .texts .nome{
    
font-size: 20px;
    
line-height: 22px;
    
font-weight: bold;
    
margin-top: 0;
}
.boxUserDash .texts p{
    
font-size: 15px;
    
line-height: 22px;
    
margin-top: 15px;
}

.breadcrumb {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    line-height: 13px;
    color: #797979;
}

.breadcrumb li .fas {
    font-size: 12px;
}

.breadcrumb li a {
    color: #3a3a3a;
    text-decoration: none;
}

.titlePage {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    width: 100%;
}

.titlePage i {
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

h3 {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 25px;
    font-size: 18px;
    line-height: 18px;
    color: #383737;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 15px;
}

.page404 {
    width: 100%;
    display: inline-block;
    max-width: 520px;
    margin: 0 auto;
}

.page404 .titlePage {
    font-size: 70px;
    font-weight: normal;
    float: left;
    height: 100px;
    padding: 0;
    line-height: 70px;
    margin-right: 20px;
    color: #ff6d00;
}

.page404 h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.page404 p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-top: 5px;
}

.boxMsg {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    border-left: solid 4px #fff;
    position: relative;
}

.boxMsg.close {
    border: solid 1px #000;
    padding-right: 30px;
}

.boxMsg.close .ico-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-shadow: 0 1px 0 #fff;
}

.boxMsg p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.boxMsg .title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    font-weight: bold;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    position: relative;
}

.row.filter {
    padding-bottom: 25px;
}

.row.filter:before {
    content: "";
    height: 1px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
}

.row .col {
    padding: 0 10px;
}

.row .col .field .btn i {
    float: none;
    position: static;
    width: auto;
    height: auto;
    border: 0;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.row .col label {
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #6f6f6f;
}

.row .col label .desc {
    font-size: 11px;
    font-weight: normal;
    color: #ff6d00;
    line-height: 11px;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
}

.row .col .field {
    position: relative;
    float: left;
    width: 100%;
}

.row .col .field.icon{
    margin-top: 10px;
}
.row .col .field.icon select{
    padding-right: 70px;
    background-position: calc(100% - 45px) 50%;
}

.boxFields{width:100%; display:inline-block; padding-bottom:20px;}
.boxFields .groupFields{ border:solid 1px #ccc; padding:20px; margin-top:-1px; padding-left:23px;}
.boxFields .groupFields:hover{ border-left:solid 4px #367fa8; padding-left:20px;}

.row .col input[type="text"],
.row .col input[type="password"],
.row .col input[type="number"],
.row .col select,
.row .col textarea,
.row .col .fieldUpload {
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    width: 100%;
    float: left;
    outline: none;
    height: 35px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.row .col input[type="text"]:disabled,
.row .col input[type="password"]:disabled,
.row .col select:disabled,
.row .col textarea:disabled {
    background: #e8e8e8;
    color: #949090;
    cursor: no-drop;
}

.row .col .fieldUpload .text {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    float: left;
    padding-right: 30px;
}

.row .col .fieldUpload input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 100%;
    z-index: 9;
}

.row .col .itens {
    width: 100%;
    max-width: 170px;
    display: inline-flex;
    /* padding-bottom: 10px; */
    /* justify-content: center; */
    flex-wrap: wrap;
    /* max-height: 145px; */
    /* overflow: auto; */
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

.row .col .itens .itens {
    border: 0;
}

.row .col .itens label {
    width: 100%;
    margin-top: 10px;
}

.row .col .boxColorField {
    width: 60px;
    height: 40px;
    display: inline-block;
    border: solid 2px #000;
    cursor: pointer;
}

.slugURL {
    padding: 5px 10px;
    background: #e08e0b;
    display: inline-block;
    color: #fff;
    padding-right: 40px;
    position: relative;
}
.slugURL a{
    color:#fff;
    text-decoration:none;
}

.slugURL i {
    margin-left: 0;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background: #b5760c;
}

.url {
    background: #5c77b8;
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
}

.url a {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

.url a:hover {
    opacity: 0.8;
}

.boxItems {
    width: 100%;
    border: solid 1px #ccc;
    padding: 0;
    margin-top: 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxItems h2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    margin-bottom: 0;
    padding-right: 45px;
    position: relative;
}

.boxItems .btClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.boxItems .btClose:before {
    content: "\f107";
    font-size: 15px;
    font-weight: bold;
}

.boxItems.act .btClose:before {
    content: "\f106";
    font-size: 15px;
    font-weight: bold;
}

.boxItems .cont {
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    max-height: 150px;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0;
}

.boxItems .contItens {
    padding: 0 10px 10px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.boxItems .cont label {
    width: 100%;
    margin: 10px 0!important;
}

.boxItems .btn {
    margin-top: 10px;
}

.boxItemsMenu,
.boxItemsMenu ul {
    width: 100%;
    display: inline-block;
    float: left;
    border: solid 1px #ccc;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxItemsMenu ul {
    border: 0;
    width: calc(100% + 20px);
    margin-top: 0;
    margin-left: -10px;
    padding: 0 10px 10px;
    border-top: solid 1px #ccc;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.boxItemsMenu .act ul {
    margin-top: 10px;
}

.boxItemsMenu .boxItemsMenu {
    border: 0;
    padding: 0;
}

.boxItemsMenu .menu {
    width: 100%!important;
    display: inline-block;
    float: left;
    border: solid 1px #ccc;
    padding: 0 10px 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: initial;
    margin-top: 10px;
}

.boxItemsMenu .menu:first-child {
    margin-top: 0;
}

.boxItemsMenu .menu .contMenu {
    width: 100%;
    display: inline-block;
    float: left;
}

.boxItemsMenu .menu .title {
    width: calc(100% + 20px);
    padding: 10px;
    margin: 0 0 0 -10px;
    color: #000;
    font-weight: bold;
    background: #e8e8e8;
    position: relative;
    padding-right: 50px;
    font-size: 14px;
    line-height: 18px;
    cursor: move;
    float: left;
}

.boxItemsMenu .menu .title .btClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: solid 1px #ccc;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.boxItemsMenu .menu .menu {
    margin-top: 10px;
}

.boxItemsMenu .menu .title .btClose:before {
    content: "\f107";
    font-size: 15px;
    font-weight: bold;
}

.boxItemsMenu .menu.act {
    padding-bottom: 10px;
}

.boxItemsMenu .menu.act .title .btClose:before {
    content: "\f106";
    font-size: 15px;
    font-weight: bold;
}

.boxItemsMenu .menu.act .title {
    border-bottom: solid 1px #ccc;
}

.boxItemsMenu .menu .text {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}

.boxItemsMenu .menu .field {
    margin-top: 10px;
    display: inline-block;
    float: left;
    width: 100%;
}

.boxItemsMenu .menu .field:last-child {
    border-top: solid 1px #ccc;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 5px 10px 0;
}

.boxItemsMenu .menu .field .link {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #080808;
    padding: 5px 5px 0;
    font-style: italic;
}

.boxItemsMenu .menu .field .remover {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #f00;
    padding: 5px 5px 0;
    font-style: italic;
}

.textOrder p {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.etapasPedido {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0 10px;
    text-align: center;
}

.etapasPedido li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 3%;
    height: auto;
}

.etapasPedido li:first-child:after {
    display: none;
}

.etapasPedido li:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -22%;
    top: 40px;
}

.etapasPedido li:last-child:before {
    display: none;
}

.etapasPedido li:before {
    content: "";
    width: 20%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: -21%;
    top: 40px;
}

.etapasPedido li .boxImg {
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.etapasPedido li i {
    font-size: 40px;
    line-height: 50px;
    color: #6d6d6d;
}

.etapasPedido li.ok i {
    color: #36804a;
}

.etapasPedido li.erro i {
    color: #e43737;
}

.etapasPedido li.erro p {
    color: #e43737;
}

.etapasPedido li p {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.etapasPedido li .data {
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 5px;
    color: #6d6d6d;
}

.etapasPedido li .link {
    width: auto;
    border: solid 1px #3f4d90;
    background: #3f4d90;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px!important;
    font-size: 10px!important;
    line-height: 10px!important;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

#sortableListsPlaceholder,
#sortableListsHint {
    border: solid 1px #ccc;
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#sortableListsBase {
    min-width: 300px;
}

#sortableListsBase ul {
    width: 100%;
    display: inline-block;
    float: left;
    border: solid 1px #ccc;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#sortableListsBase ul {
    border: 0;
    width: calc(100% + 20px);
    margin-top: 0;
    margin-left: -10px;
    padding: 0 10px 10px;
    border-top: solid 1px #ccc;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#sortableListsBase .act ul {
    margin-top: 10px;
}

#sortableListsBase .boxItemsMenu {
    border: 0;
    padding: 0;
}

#sortableListsBase li {
    width: 100%!important;
    display: inline-block;
    float: left;
    border: solid 1px #ccc;
    padding: 0 10px 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: initial;
    margin-top: 10px;
}

#sortableListsBase li:first-child {
    margin-top: 0;
}

#sortableListsBase li .contMenu {
    width: 100%;
    display: inline-block;
    float: left;
}

#sortableListsBase li .title {
    width: calc(100% + 20px);
    padding: 10px;
    margin: 0 0 0 -10px;
    color: #000;
    font-weight: bold;
    background: #e8e8e8;
    position: relative;
    padding-right: 50px;
    font-size: 14px;
    line-height: 18px;
    cursor: move;
    float: left;
}

#sortableListsBase li .title .btClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: solid 1px #ccc;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#sortableListsBase li .menu {
    margin-top: 10px;
}

#sortableListsBase li .title .btClose:before {
    content: "\f107";
    font-size: 15px;
    font-weight: bold;
}

#sortableListsBase li.act {
    padding-bottom: 10px;
}

#sortableListsBase li.act .title .btClose:before {
    content: "\f106";
    font-size: 15px;
    font-weight: bold;
}

#sortableListsBase li.act .title {
    border-bottom: solid 1px #ccc;
}

#sortableListsBase li .text {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}

#sortableListsBase li .field {
    margin-top: 10px;
    display: inline-block;
    float: left;
    width: 100%;
}

#sortableListsBase li .field:last-child {
    border-top: solid 1px #ccc;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 5px 10px 0;
}

#sortableListsBase li .field .link {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #080808;
    padding: 5px 5px 0;
    font-style: italic;
}

#sortableListsBase li .field .remover {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #f00;
    padding: 5px 5px 0;
    font-style: italic;
}

#sortableListsBase label {
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #6f6f6f;
}

#sortableListsBase label .desc {
    font-size: 11px;
    font-weight: normal;
    color: #ff6d00;
    line-height: 11px;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
}

#sortableListsBase .field {
    position: relative;
    float: left;
    width: 100%;
}

#sortableListsBase input[type="text"],
#sortableListsBase input[type="password"],
#sortableListsBase select,
#sortableListsBase textarea,
#sortableListsBase .fieldUpload {
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    width: 100%;
    float: left;
    outline: none;
    height: 35px;
    position: relative;
    30px: %
}

#sortableListsBase .fieldUpload .text {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    float: left;
    padding-right: 30px;
}

#sortableListsBase .fieldUpload input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 100%;
    z-index: 9;
}

#sortableListsBase .checkbox,
#sortableListsBase .radio {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin-right: 5px;
}

#sortableListsBase .checkbox input,
#sortableListsBase .radio input {
    display: none;
}

#sortableListsBase .checkbox span,
#sortableListsBase .radio span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

#sortableListsBase .checkbox span:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

#sortableListsBase .checkbox input:checked+span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff6d00;
    position: absolute;
    left: 4px;
    top: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#sortableListsBase .radio span:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

#sortableListsBase .radio input:checked+span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff6d00;
    position: absolute;
    left: 4px;
    top: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.listItemsLibrary {
    position: relative;
    width: calc(100% + 20px);
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    margin-left: -10px;
}

.listItemsLibrary li {
    margin: 20px 10px;
    display: inline-block;
    float: left;
    position: relative;
    width: calc((100% / 6) - 20px);
}

.listItemsLibrary li div {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 150px;
    border: solid 1px #ccc;
}

.listItemsLibrary li div:hover {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 5px #080808;
    box-shadow: 0 0 0 0 #fff, 0 0 0 5px #080808;
}

.listItemsLibrary li div:hover .btRemove {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #080808;
    z-index: 10;
    display: inline-block;
    text-align: center;
}

.listItemsLibrary li div:hover .btRemove:before {
    content: "\f00d";
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.listItemsLibrary li span {
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    background: #eee;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.listItemsLibrary li .loadItem .bar {
    width: 80%;
    height: 20px;
    background: #dedede;
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 10%;
    margin-top: -10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.listItemsLibrary li .loadItem .bar .status {
    width: 0%;
    height: 20px;
    background: #2780cb;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-transition: width 100ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    float: left;
}

.listItemsLibrary li img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.listCategory {
    width: 250px;
    border: solid 1px #ccc;
    overflow: auto;
    max-height: 215px;
    background: #fff;
    border-radius: 3px;
}

.listCategory .checkbox {
    width: 100%!important;
    display: inline-block;
    margin: 10px 0 10px 0!important;
}

.row .col textarea {
    height: 100px;
}

.row .col select {
    background: #fff url(../images/sort-down.svg) no-repeat calc(100% - 10px) 50%;
    background-size: 18px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*       Introduced in IE 10.       See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/     */
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.row .col select.multiple{
    height:120px;
    background:none;
    padding:0;
}

.row .col select.multiple option{
    padding:6px 10px;
}

.row .col .fieldUpload i,
.row .col .field i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
    height: 33px;
    font-size: 18px;
    line-height: 33px;
    color: #ff6d00;
    text-align: center;
    border-left: solid 1px #ccc;
}

.row .col .field .check i {
    right: 35px;
}

.row .col .field input:focus+i {
    background: #ff6d00;
    color: #fff;
    border-color: #ff6d00;
}

.row .col .field .boxImage {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    margin-top: 10px;
    border: solid 3px #080808;
}

.row .col .field .files .boxImage{
    width:100%;
}
.row .col .field .files .boxImage .contItem{
    width:150px;
    float:left;
}
.row .col .field .files .boxImage .fileInfos{
    width: calc(100% - 150px);
    float:left;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    padding: 0 20px;
    border-left: solid 3px #080808;
}
.row .col .field .files .boxImage .fileInfos p{
    font-size:14px;
    line-height:20px;
    color: #333;
    padding:3px 0;
}
.row .col .field .files .boxImage .fileInfos p span{
    margin-left:5px;
}

.row .col .field .boxImage .btRemove {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f00;
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none;
}

.row .col .field .boxImage .btRemove:hover {
    background: #e60606;
}

.row .col .field .boxImage .btRemove i {
    position: static;
    border: 0;
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.row .col .field .boxImage:hover .btRemove {
    display: block;
}

.row .col .field .boxListItems {
    width: calc(100% + 5px);
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 0 0 -5px;
}

.row .col .field .boxListItems li {
    display: inline-block;
    float: left;
    clear: none;
    margin: 5px;
}

.row .col .field .boxListItems .ui-sortable-helper {
    border: dotted 3px #080808;
    background: #fff;
}

.row .col .field .files .boxListItems .ui-sortable-helper .fileInfos {
    border-left: dotted 3px #080808;
}

.row .col input[type="text"]:focus,
.row .col input[type="password"]:focus,
.row .col select:focus,
.row .col textarea:focus {
    border-color: #ff6d00;
}

.row .col .checkbox,
.row .col .radio {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin-right: 5px;
}

.row .col .checkbox input,
.row .col .radio input {
    display: none;
}

.row .col .checkbox span,
.row .col .radio span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.row .col .checkbox span:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.row .col .checkbox input:checked+span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff6d00;
    position: absolute;
    left: 4px;
    top: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.row .col .radio span:before {
    content: "";
    width: 17px;
    height: 17px;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.row .col .radio input:checked+span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff6d00;
    position: absolute;
    left: 5px;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    max-width: 100%;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: #e0e0e0;
    border: solid 1px #c5c5c5;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 160px;
}

.btn:hover {
    text-decoration: none;
    color: #222;
    background: #dcdada;
    border-color: #b5b5b5;
}

.btn.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.btn.lg {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 16px;
}

.btn.sm {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 13px;
}

.btn.xs {
    padding: 6px 15px;
    font-size: 12px;
    line-height: 13px;
}

.btn.primary,
.btn.success,
.btn.info,
.btn.danger,
.btn.warning {
    color: #fff;
}

.btn.flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.boxLibrary {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
}

.boxLibrary .library {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}

.boxLibrary .library h2 {
    padding: 20px;
    height: 75px;
    margin: 0;
}

.boxLibrary .library .boxTabs .contTab {
    height: calc(100% - 35px);
    padding: 0;
    float: left;
    position: relative;
    margin-top: 0px;
}

.boxLibrary .library .boxCont {
    position: relative;
    height: calc(100% - 145px);
    display: inline-block;
    width: 100%;
    float: left;
}

.boxLibrary .library .boxCont .boxItems {
    float: left;
    width: calc(100% - 350px);
    height: 100%;
    position: relative;
    padding: 0;
    border: 0;
    margin-top: 0;
}

.boxLibrary .library .boxCont .boxFilters {
    width: 100%;
    padding: 0 20px 20px;
    border-bottom: solid 1px #ccc;
    height: 75px;
}

.boxLibrary .library .boxCont .listItems {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

.boxLibrary .library .boxCont .listItems li {
    margin: 20px 0 0 20px;
    display: inline-block;
    float: left;
    position: relative;
    width: calc(100% / 6);
}

.boxLibrary .library .boxCont .listItems li a {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 150px;
}

.boxLibrary .library .boxCont .listItems li .act {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 5px #080808;
    box-shadow: 0 0 0 0 #fff, 0 0 0 5px #080808;
}

.boxLibrary .library .boxCont .listItems li .act_multi {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 5px #2780cb;
    box-shadow: 0 0 0 0 #fff, 0 0 0 5px #2780cb;
}

.boxLibrary .library .boxCont .listItems li .act:before {
    content: "\f00d";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #080808;
    z-index: 10;
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.boxLibrary .library .boxCont .listItems li span {
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    background: #eee;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.boxLibrary .library .boxCont .listItems li .loadItem .bar {
    width: 80%;
    height: 20px;
    background: #dedede;
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 10%;
    margin-top: -10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.boxLibrary .library .boxCont .listItems li .loadItem .bar .status {
    width: 0%;
    height: 20px;
    background: #2780cb;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-transition: width 100ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    float: left;
}

.boxLibrary .library .boxCont .listItems li img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.boxLibrary .library .boxCont .boxProp {
    float: right;
    width: 350px;
    overflow: auto;
    position: relative;
    height: 100%;
    border-left: solid 1px #cccccc;
    padding: 20px;
    background: #f5f5f5;
}

.boxLibrary .library .boxCont .boxProp .btn {
    position: static;
    float: right;
}

.boxLibrary .library .boxCont .boxProp #filesSel {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
    padding: 0;
}

.boxLibrary .library .boxCont .boxProp #filesSel li {
    float: left;
    display: inline-block;
    margin: 2px;
    border: solid 2px #2780cb;
}

.boxLibrary .library .boxCont .boxProp #filesSel li img {
    float: left;
}

.boxLibrary .library .boxCont .boxUpload {
    width: 100%;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: 0;
    height: 100%;
}

.boxLibrary .library .boxCont .btUpload {
    display: inline-block;
    position: relative;
}

.boxLibrary .library .boxCont .btUpload a {
    position: relative;
    z-index: 8;
    background: #080808;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px;
    float: left;
    left: 0;
    top: 0;
}

.boxLibrary .library .boxCont .btUpload input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.boxLibrary .library .boxCont .boxUpload .textUpload {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin-top: 10px;
}

.boxLibrary .library .boxCont .boxAccordion.primary li .title,
.boxLibrary .library .boxCont .boxTabs.primary .tabs li a.act {
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    height: auto;
}

.boxLibrary .library .boxCont .boxTabs .tabs {
    border-color: #cccccc;
}

.boxLibrary .library .btn {
    position: absolute;
    right: 20px;
    top: 20px;
    min-width: 25px;
    min-width: auto;
}

.boxLibrary .library .boxBottom {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-top: solid 1px #cccccc;
    height: 70px;
    background: #fff;
}

.boxLibrary .library .boxBottom .btn {
    position: static;
    float: right;
}

.top-table {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 30px;
}

.top-table .itensShowing {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    float: left;
    margin-top: 10px;
}

.top-table a {
    float: right;
}

.top-table a i {
    float: left;
}

.table {
    width: 100%;
    display: inline-table;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* overflow: hidden; */
}

.table thead th,
.table tbody td {
    border: solid 1px #e0e0e0;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
}

.table thead th:first-child {
    text-align: center;
}

.table thead th {
    background: #ff6d00;
    color: #fff;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.table tbody td {
    height: 50px;
    background: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.table tbody td .no_amount {
    color: #fff;
    background: #f00;
    font-weight: bold;
    display: inline-block;
    padding: 2px 10px;
}

.table tbody td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.table tbody td:first-child {
    text-align: center;
}

.table tbody td .icon {
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.table tbody td .icon i {
    line-height: 25px;
    font-size: 15px;
}

.table tbody td .status {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 13px;
}

.table tbody td .status.order_received {
    background: #46903f;
}

.table tbody td .status.payment_declined {
    background: #ea4848;
}

.table tbody td .status.payment_authorized {
    background: #2f86af;
}

.table tbody td .status.sorting {
    background: #907f3f;
}

.table tbody td .status.in_transit {
    background: #903f86;
}

.table tbody td .status.delivered {
    background: #3064a7;
}

.table tbody tr:nth-child(odd) td {
    background: #fff;
}

.table tbody tr:nth-child(even) td {
    background: #ececec;
}

.table tbody tr:hover td {
    background: #dcdcdc;
}

.paged {
    float: right;
    margin: 25px 0 0 0;
    padding: 0;
    border: solid 1px #dcdcdc;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.paged li {
    float: left;
    display: inline-block;
    border-left: solid 1px #dcdcdc;
}

.paged li:first-child {
    border: 0;
}

.paged li a {
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #ff6d00;
}

.paged li a:hover,
.paged li .act {
    background: #ff6d00;
    color: #fff;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 99;
    display: none;
}

.modal .modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 600px;
    top: 0;
    text-align: left;
    display: inline-block;
}

.modal .modal-content .modal-top {
    padding: 20px 15px;
    display: inline-block;
    float: left;
    width: 100%;
}

.modal .modal-content .modal-top .title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #222;
}

.modal .modal-content .modal-top .btClose {
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
}

.modal .modal-content .modal-top .btClose:hover {
    color: #a0a0a0;
}

.modal .modal-content .modal-main {
    padding: 20px 15px;
    display: inline-block;
    float: left;
    width: 100%;
    overflow-y: auto;
    max-height: calc(80vh - 90px);
}

.modal .modal-content h3 span{
    float:right;
}

.modal .modal-content .modal-main p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.modal .modal-content .modal-bottom {
    padding: 20px 15px;
    display: inline-block;
    float: left;
    width: 100%;
}

.modal .modal-content .modal-bottom a,
.modal .modal-content .modal-bottom button {
    min-width: auto;
}

.modal .modal-content .modal-bottom a:first-child,
.modal .modal-content .modal-bottom button:first-child {
    float: left;
}

.modal .modal-content .modal-bottom a:last-child,
.modal .modal-content .modal-bottom button:last-child {
    float: right;
}

.modal .modal-content .row .col .field .boxImage img {
    max-width: 75px;
}

.modal.primary .modal-content .modal-top .title,
.modal.primary .modal-content .modal-main p,
.modal.primary .modal-content .modal-top .btClose,
.modal.success .modal-content .modal-top .title,
.modal.success .modal-content .modal-main p,
.modal.success .modal-content .modal-top .btClose,
.modal.info .modal-content .modal-top .title,
.modal.info .modal-content .modal-main p,
.modal.info .modal-content .modal-top .btClose,
.modal.danger .modal-content .modal-top .title,
.modal.danger .modal-content .modal-main p,
.modal.danger .modal-content .modal-top .btClose,
.modal.warning .modal-content .modal-top .title,
.modal.warning .modal-content .modal-main p,
.modal.warning .modal-content .modal-top .btClose {
    color: #fff;
}

.modal.primary .modal-content .modal-top .btClose:hover,
.modal.success .modal-content .modal-top .btClose:hover,
.modal.info .modal-content .modal-top .btClose:hover,
.modal.danger .modal-content .modal-top .btClose:hover,
.modal.warning .modal-content .modal-top .btClose:hover {
    color: rgba(255, 255, 255, 0.5);
}

.modal.primary .modal-content .modal-bottom a,
.modal.success .modal-content .modal-bottom a,
.modal.info .modal-content .modal-bottom a,
.modal.danger .modal-content .modal-bottom a,
.modal.warning .modal-content .modal-bottom a {
    border-color: #fff;
    background: none;
    color: #fff;
}

.modal.primary .modal-content .modal-bottom a:hover,
.modal.success .modal-content .modal-bottom a:hover,
.modal.info .modal-content .modal-bottom a:hover,
.modal.danger .modal-content .modal-bottom a:hover,
.modal.warning .modal-content .modal-bottom a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.widget-ico {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    /* margin-top: 20px; */
    overflow: hidden;
}

.widget-ico .icon {
    float: left;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.widget-ico .icon i {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}

.widget-ico .text {
    width: calc(100% - 90px);
    display: inline-block;
    height: 90px;
    padding: 10px;
}

.widget-ico .text p {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.widget-ico.load .barLoad {
    width: calc(100% + 20px);
    height: 2px;
    float: left;
    margin-left: -10px;
    margin-top: 5px;
}

.widget-ico.load .barLoad .bar {
    height: 2px;
    background: #fff;
    float: left;
    width: 0%;
}

.widget-ico.load .text p {
    color: #fff;
}

.widget-ico.load .textLoad {
    font-size: 10px;
    line-height: 15px;
    display: inline-block;
    margin-top: 10px;
}

.widget-ico-more {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    /* margin-top: 20px; */
    overflow: hidden;
}

.widget-ico-more .icon {
    float: right;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    right: 10px;
}

.widget-ico-more .icon i {
    font-size: 45px;
    line-height: 45px;
}

.widget-ico-more .text {
    width: 100%;
    display: inline-block;
    height: 90px;
    padding: 10px;
    float: left;
    position: relative;
    z-index: 9;
}

.widget-ico-more .text p {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #fff;
}

.widget-ico-more .text .num {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    width: 100%;
}

.widget-ico-more .more {
    width: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
    float: left;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 0;
}

.widget-ico-more .more i {
    font-size: 12px;
    line-height: 12px;
}

.widget-expansive {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    /* margin-top: 20px; */
    overflow: hidden;
    border: solid 1px #d4d4d4;
    border-top: solid 3px #d4d4d4;
}

.widget-expansive .title {
    float: left;
    width: 100%;
    display: inline-flex;
    background: #d4d4d4;
    color: #222;
    justify-content: center;
    height: 35px;
    align-items: center;
}

.widget-expansive .title p {
    float: left;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
}

.widget-expansive .title i {
    float: right;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 32px;
    height: 35px;
    cursor: pointer;
    color: #828282;
}

.widget-expansive .cont {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 10px;
}

.widget-expansive .cont p {
    margin: 0;
    padding: 0;
}

.boxTabs {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.boxTabs .tabs {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
}

.boxTabs .tabs li {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}

.boxTabs .tabs li a {
    padding: 10px 20px;
    float: left;
    display: inline-block;
    border-top: solid 2px transparent;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
    color: #222;
    text-decoration: none;
    background: #fff;
    position: relative;
    height: auto;
}

.boxTabs .tabs li a.act {
    border-color: #efefef;
}

.boxTabs .tabs li a.act:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
}

.boxTabs .tabs li:first-child a {
    border-left: 0;
}

.boxTabs .tabs li:last-child a {
    /* border-right:0; */
}

.boxTabs .contTab {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 20px;
    display: none;
    float: left;
}

.boxTabs .contTab p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.boxAccordion {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.boxAccordion ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

.boxAccordion li {
    width: 100%;
    display: inline-block;
    float: left;
}

.boxAccordion li .title {
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0;
    border-top: solid 2px transparent;
    cursor: pointer;
}

.boxAccordion li .contTab {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px;
    display: none;
}

.boxAccordion li .contTab p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.boxLogin {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.boxLogin .boxForm {
    width: 100%;
    max-width: 300px;
    text-align: left;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
}

.boxLogin .boxForm .logo {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
    display: block;
}

.loader {
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.loader i {
    font-size: 40px;
}

.loader i:first-child {
    margin-top: 20px;
}

.loader i:last-child {
    margin-top: -15px;
    margin-left: -8px;
    font-size: 50px;
}

.table tbody td .status.primary,
.table tbody td .icon.primary,
.modal.primary .modal-content .modal-main,
.btn.primary,
.boxMsg.primary,
.widget-expansive.primary .title,
.widget-ico-more.primary,
.widget-ico.primary.load .text,
.widget-ico.primary .icon,
.notification.primary {
    background: #080808;
}

.table tbody td .status.success,
.table tbody td .icon.success,
.modal.success .modal-content .modal-main,
.btn.success,
.boxMsg.success,
.widget-expansive.success .title,
.widget-ico-more.success,
.widget-ico.success.load .text,
.widget-ico.success .icon,
.notification.success {
    background: #008d4c;
}

.table tbody td .status.info,
.table tbody td .icon.info,
.modal.info .modal-content .modal-main,
.btn.info,
.boxMsg.info,
.widget-expansive.info .title,
.widget-ico-more.info,
.widget-ico.info.load .text,
.widget-ico.info .icon,
.notification.info {
    background: #00acd6;
}

.table tbody td .status.danger,
.table tbody td .icon.danger,
.modal.danger .modal-content .modal-main,
.btn.danger,
.boxMsg.danger,
.widget-expansive.danger .title,
.widget-ico-more.danger,
.widget-ico.danger.load .text,
.widget-ico.danger .icon,
.notification.danger {
    background: #d73925;
}

.table tbody td .status.warning,
.table tbody td .icon.warning,
.modal.warning .modal-content .modal-main,
.btn.warning,
.boxMsg.warning,
.widget-expansive.warning .title,
.widget-ico-more.warning,
.widget-ico.warning.load .text,
.widget-ico.warning .icon,
.notification.warning {
    background: #e08e0b;
}

.table tbody td .status.alert,
.table tbody td .icon.alert,
.modal.alert .modal-content .modal-main,
.btn.alert,
.boxMsg.alert,
.widget-expansive.alert .title,
.widget-ico-more.alert,
.widget-ico.alert.load .text,
.widget-ico.alert .icon,
.notification.alert {
    background: #0be088;
}

.widget-expansive.primary .title,
.widget-expansive.success .title,
.widget-expansive.info .title,
.widget-expansive.danger .title,
.widget-expansive.warning .title,
.widget-expansive.primary .title i,
.widget-expansive.success .title i,
.widget-expansive.info .title i,
.widget-expansive.danger .title i,
.widget-expansive.warning .title i {
    color: #fff;
}

.widget-expansive.outline {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.widget-expansive.outline .title {
    background: none;
    color: #222;
}

.widget-expansive.outline .title i {
    color: #828282;
}

.boxAccordion.primary li .title,
.boxTabs.primary .tabs li a.act {
    border-top-color: #080808;
}

.boxAccordion.success li .title,
.boxTabs.success .tabs li a.act {
    border-top-color: #008d4c;
}

.boxAccordion li .title,
.boxTabs.info .tabs li a.act {
    border-top-color: #00acd6;
}

.boxAccordion.danger li .title,
.boxTabs.danger .tabs li a.act {
    border-top-color: #d73925;
}

.boxAccordion.warning li .title,
.boxTabs.warning .tabs li a.act {
    border-top-color: #e08e0b;
}

.boxAccordion.alert li .title,
.boxTabs.alert .tabs li a.act {
    background: #0be088;
}

.widget-expansive.primary {
    border-color: #080808;
}

.widget-expansive.success {
    border-color: #008d4c;
}

.widget-expansive.info {
    border-color: #00acd6;
}

.widget-expansive.danger {
    border-color: #d73925;
}

.widget-expansive.warning {
    border-color: #e08e0b;
}

.widget-expansive.alert {
    background: #0be088;
}

.btn.primary,
.boxMsg.primary {
    border-color: #000000;
}

.btn.success,
.boxMsg.success {
    border-color: #01713d;
}

.btn.info,
.boxMsg.info {
    border-color: #0293b7;
}

.btn.danger,
.boxMsg.danger {
    border-color: #af2e1e;
}

.btn.warning,
.boxMsg.warning {
    border-color: #cc820d;
}

.btn.alert,
.boxMsg.alert {
    background: #0bc578;
}

.btn.primary:hover {
    background: #292929;
}

.btn.success:hover {
    background: #017741;
}

.btn.info:hover {
    background: #0292b5;
}

.btn.danger:hover {
    background: #c13422;
}

.btn.warning:hover {
    background: #bf7909;
}

.btn.primary:hover {
    border-color: #252525;
}

.btn.success:hover {
    border-color: #02522c;
}

.btn.info:hover {
    border-color: #036f8a;
}

.btn.danger:hover {
    border-color: #8e2619;
}

.btn.warning:hover {
    border-color: #ca800b;
}

.btn.alert:hover {
    background: #0bb770;
}

.modal.primary .modal-content .modal-top,
.modal.primary .modal-content .modal-bottom,
.widget-ico-more.primary .more,
.widget-ico.primary.load .barLoad,
.widget-ico.primary.load .icon {
    background: #000000;
}

.modal.success .modal-content .modal-top,
.modal.success .modal-content .modal-bottom,
.widget-ico-more.success .more,
.widget-ico.success.load .barLoad,
.widget-ico.success.load .icon {
    background: #01713d;
}

.modal.info .modal-content .modal-top,
.modal.info .modal-content .modal-bottom,
.widget-ico-more .more,
.widget-ico.info.load .barLoad,
.widget-ico.info.load .icon {
    background: #0293b7;
}

.modal.danger .modal-content .modal-top,
.modal.danger .modal-content .modal-bottom,
.widget-ico-more.danger .more,
.widget-ico.danger.load .barLoad,
.widget-ico.danger.load .icon {
    background: #af2e1e;
}

.modal.warning .modal-content .modal-top,
.modal.warning .modal-content .modal-bottom,
.widget-ico-more.warning .more,
.widget-ico.warning.load .barLoad,
.widget-ico.warning.load .icon {
    background: #cc820d;
}

.modal.alert .modal-content .modal-top,
.modal.alert .modal-content .modal-bottom,
.widget-ico-more.alert .more,
.widget-ico.alert.load .barLoad,
.widget-ico.alert.load .icon {
    background: #0bc578;
}

.boxMsg.close.primary .ico-close,
.widget-ico-more.primary .icon i {
    color: #000000;
}

.boxMsg.close.success .ico-close,
.widget-ico-more.success .icon i {
    color: #01713d;
}

.boxMsg.close.info .ico-close,
.widget-ico-more.info .icon i {
    color: #0293b7;
}

.boxMsg.close.danger .ico-close,
.widget-ico-more.danger .icon i {
    color: #af2e1e;
}

.boxMsg.close.warning .ico-close,
.widget-ico-more.warning .icon i {
    color: #cc820d;
}

.boxMsg.close.alert .ico-close,
.widget-ico-more.alert .icon i {
    color: #0bc578;
}

.fr-box.fr-basic .fr-element {
    min-height: 250px!important;
}

.msgErrorMySql {
    background: #d62929;
    padding: 10px;
    margin: 10px;
    color: #fff;
    border: solid 1px #a51919;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.colorpicker {
    z-index: 99999;
}

.textChart {
    margin-top: 26px;
    font-size: 15px;
    line-height: 18px;
    color: #797979;
}

.textChart strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}


.fr-box div:nth-child(3) a,
.fr-box div:nth-child(4) a,
.fr-box div:nth-child(5) a{display: none!important;}

.fieldSearch{position: relative;display: inline-block;width: 100%;}
.fieldSearch .fieldDown{position: absolute;width: 100%;z-index: 9;background: #fff;border: solid 1px #ccc;border-top: 0;top: 34px;max-height: 166px;overflow: scroll;overflow-x: hidden;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.fieldSearch .fieldDown li{display:inline-block;width: 100%;height: auto;padding: 0;border-top: solid 1px #ccc;font-size: 14px;line-height: 22px;}
.fieldSearch .fieldDown li a{color:#000;width: 100%;display: inline-block;padding: 5px 10px;text-decoration: none;}
.fieldSearch .fieldDown li a:hover{background:#ccc;}

.fieldSearch .fieldTempCont p{display: inline-block;width: 100%;height: 35px;border: solid 1px #ccc;background: #fff;border-radius: 3px;font-size: 14px!important;line-height: 18px!important;padding: 7px 10px!important;}
.fieldSearch .fieldTempCont p span{background: #080808;padding: 3px 5px;color: #fff;border-radius: 5px;font-size: 12px;}

.listTags{width:100%; display:inline-block; padding:10px 0;}
.listTags li{display:inline-block; margin-right:10px;}
.listTags li a{background: #ff6d00;color:#fff;border: solid 1px #45691f;padding: 3px 7px;border-radius:5px;font-size:13px;line-height:13px;display: inline-block;text-decoration: none;}
.listTags li a i{margin-left:5px; vertical-align:middle; line-height:13px;}
.listTags li a:hover{background: #af2e1e;}

.swal2-header .swal2-icon{
    display: flex;
    height: 90px;
    line-height: 90px;
    width: 90px;
    border-width: 5px;
    margin: 10px;
}
.swal2-header .swal2-icon .swal2-icon-text{
    font-size: 50px;
}

.loaderFieldShow{ width: 20px; height: 20px; position: absolute; display: none; top: 7px; right: 5px;}
.loaderFieldShow.pos2{right: 40px;}
.loaderFieldShow i{font-size: 20px!important;border: 0!important;width: auto!important;height: auto!important;line-height: 20px!important;}

.tableGroups{width:100%;border: solid 1px #ccc; margin-bottom: 20px;}
.tableGroups th{height:40px;padding:0 5px;text-align: left;border-left: solid 1px #fff;background: #7bbd37;color: #fff;font-size: 14px;line-height: 20px;}
.tableGroups th:first-child{border:0;}
.tableGroups .groupItem{width:100%;}
.tableGroups .groupItem td{text-align: left;border-left:solid 1px #ccc;border-top:0;height:50px;padding: 10px 10px 5px;font-size:14px;line-height:16px;vertical-align: top;border-top: solid 1px #ccc;}
.tableGroups .groupItem td:first-child{border-left: 0;}
.tableGroups .groupItem .order{border:solid 1px #ccc;width: 30px;height: 30px;background:#fff;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 14px;line-height: 18px;color: #000;}
.tableGroups .groupItem .links a{font-size: 13px;line-height: 20px;color:#7abd37;margin-right: 5px;margin-top: 3px;display: inline-block;}
.tableGroups .contentItems{display:none;}
.tableGroups .contentItems .colCont{padding:0;margin:0;height: auto;color: #000;}

.tableGroups .groupItem .act > td{background:#367fa8;}
.tableGroups .groupItem .act .contItems{background:#fff;display: inline-block;width: 100%;height: auto;margin-top: 0;}
.tableGroups .groupItem .act > td p{color:#fff;}
.tableGroups .groupItem .act > td div > a{ color:#fff;}
.tableGroups .contentItems.active{display: table-row;width:100%;}
.tableGroups .contentItems.active td{color:#000;}


.tableGroups .rowItem{border-top:solid 1px #ccc;width: 100%;/* float: left; */display: inline-flex;}
.tableGroups .rowItem .labelItem{background:#f1f1f1;width:25%;padding:10px;border-right: solid 1px #ccc;}
.tableGroups .rowItem .contItem{background: #fff;width:75%;padding:10px;float: left;}
.tableGroups .rowItem label{font-weight:normal; font-size:13px; line-height:18px;}
.tableGroups .rowItem .change{}
.tableGroups .rowItem .change span{width: 60px;height: 30px;display:inline-block;background: #fff;border: solid 1px #ccc;border-radius: 5px;padding: 0;margin: 0;}
.tableGroups .rowItem .change span:before{width:30px;height: 24px;margin-top: 3px;left: 2px;background: #fff;border-radius:5px;}
.tableGroups .rowItem .change input:checked + span:before{left: 26px;background: #7abd37;}
.tableGroups .rowItem .change span:after{display:none;}
.tableGroups .rowItem .change span i{width:50%;text-align:center;display:inline-block;float: left;font-size: 11px;line-height: 28px;}




.circle-wrap {
    margin: 20px 0 0 0;
    width: 120px;
    height: 120px;
    background: #e6e2e7;
    border-radius: 50%;
  }
  
  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
  }
  
  .circle-wrap .circle .mask {
    clip: rect(0px, 120px, 120px, 60px);
  }
  
  .circle-wrap .circle .mask .fill {
    clip: rect(0px, 60px, 120px, 0px);
    background-color: #ff6d00;
  }
  
  .circle-wrap .inside-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    line-height: 100px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 20px;
  }