.btn-primary {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid rgb(96, 10, 130, 0.2);
    color: #600A82;
    padding: 5px 15px 7px 15px;
}

.btn-primary:hover,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #600A82;
    border: 1px solid #600A82;
    color: #FFF;
}

.btn-incluir {
    background: #600A82;
    border-radius: 30px;
    border: 1px solid rgb(96, 10, 130, 0.2);
    color: #FFF;
    padding: 7px 12px 8px 10px;
    font-size: 12px;
}

.btn-inativos {
    background-color: #b8b8b8;
    border: none;
}

.btn-incluir:hover {
    background: #600A82;
    border: 1px solid rgb(96, 10, 130, 0.2);
    color: rgb(212, 209, 209);
}
.border20{
    border-radius:20px
}
.dnone{
    display: none!important;
}
.icon:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-top: -1px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.icon-branco {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.icon-preto {
    border: 1px solid black;
    border-radius: 50%;
    color: black;
    cursor: pointer;
}


#a:before {
    content: 'a';
}

#A:before {
    content: 'A';
}

#plus:before {
    content: '+';
    position: relative;
    top: -2px;
}

#bigplus:before {
    content: '\FF0B';
}

/* and a bonus!!! minus :-) */
.circle.minus:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    margin: auto 2px;
    height: 2px;
}

.btn-defaultn {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #c1c1c1;
    color: #686868;
    padding: 5px 15px 7px 15px;
}

.btn-defaultn:hover {
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    color: #262525;
}

.btn-search {
    background: #FFF;
    border: 1px solid #600a8230;
    padding: 7px 15px 7px 15px;
    color: #600a82;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    height: 40px;
}

.btn-search:hover {
    background: #600a8230;
    border: 1px solid #600a8230;
    color: #600a82;
}

.btn-mubi {
    background: #600A82;
    border-radius: 20px;
    border: 1px solid #600A82;
    color: #FFF;
    padding: 5px 15px 7px 15px;
}

.btn-mubi:hover {
    background: #3b0650;
    border: 1px solid #3b0650;
    color: #FFF;
}

.btn-mubi a {
    background: #600A82;
    border-radius: 20px;
    border: 1px solid #600A82;
    color: #FFF;
    padding: 5px 15px 7px 15px;
}

.btn-mubi:hover a {
    background: #3b0650;
    border: 1px solid #3b0650;
    color: #FFF;
}

.btn-mubi-b {
    background: #3b0650;
    border-radius: 20px;
    border: 1px solid #3b0650;
    color: #FFF;
    padding: 5px 15px 7px 15px;
}

.btn-mubi-b:hover {
    background: #600A82;
    border: 1px solid #600A82;
    color: #FFF;
}

.btn-mubi-cz {
    background: #686868;
    border-radius: 20px;
    border: 1px solid #686868;
    color: #FFF;
    padding: 5px 15px 7px 15px;
}

.btn-mubi-cz:hover {
    background: #494949;
    border: 1px solid #494949;
    color: #FFF;
}

.btn-success {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #0caf1f;
    color: #0ea020;
    padding: 5px 15px 7px 15px;
}

.btn-success:hover {
    background: #0caf1f;
    border: 1px solid #0caf1f;
    color: #FFF;
}

.btn-danger {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid rgb(255, 5, 5, 0.2);
    color: #ff0505;
    padding: 5px 15px 7px 15px;
}

.btn-danger:hover {
    background: #ff0505;
    border: 1px solid rgb(255, 5, 5, 0.2);
    color: #FFF;
}

.btn-info {
    background: #FFF;
    border-radius: 20px;
    border: 1.2px solid #8cdaff;
    color: #369fd1;
    padding: 5px 15px 7px 15px;
}

.btn-info:hover {
    background: #8cdaff;
    border: 1px solid #8cdaff;
    color: #000;
}

/* Eighteen -> Novo botão 'Circle' */

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle-smm {
    width: 8px;
    height: 8px;
    text-align: center;
    padding: 2px 0;
    font-size: 8px;
    line-height: 1.428571429;
    border-radius: 8px;
}

.btn-circle-sm {
    width: 12px;
    height: 12px;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-sm {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */

[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline+.icheck-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

[class*="icheck-"]>label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"]>input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

[class*="icheck-"]>input:first-child:disabled {
    cursor: default;
}

[class*="icheck-"]>input:first-child+label::before,
[class*="icheck-"]>input:first-child+input[type="hidden"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -29px;
}

[class*="icheck-"]>input:first-child:checked+label::after,
[class*="icheck-"]>input:first-child:checked+input[type="hidden"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="sm-icheck-"]>input:first-child+label::before,
[class*="sm-icheck-"]>input:first-child+input[type="hidden"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -20px;
    margin-top: 4px;
}

[class*="sm-icheck-"]>input:first-child:checked+label::after,
[class*="sm-icheck-"]>input:first-child:checked+input[type="hidden"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="icheck-"]>input[type="radio"]:first-child+label::before,
[class*="icheck-"]>input[type="radio"]:first-child+input[type="hidden"]+label::before {
    border-radius: 50%;
}

[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+label::before,
[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-width: 2px;
}

[class*="icheck-"]>input:first-child:disabled+label,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label,
[class*="icheck-"]>input:first-child:disabled+label::before,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.icheck-default>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-default>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #adadad;
}

.icheck-default>input:first-child:checked+label::before,
.icheck-default>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.icheck-default>input:first-child:checked+label::after,
.icheck-default>input:first-child:checked+input[type="hidden"]+label::after {
    border-bottom-color: #333;
    border-right-color: #333;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #2e6da4;
}

.icheck-primary>input:first-child:checked+label::before,
.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #4cae4c;
}

.icheck-success>input:first-child:checked+label::before,
.icheck-success>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.icheck-info>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-info>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #46b8da;
}

.icheck-info>input:first-child:checked+label::before,
.icheck-info>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #eea236;
}

.icheck-warning>input:first-child:checked+label::before,
.icheck-warning>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #d43f3a;
}

.icheck-danger>input:first-child:checked+label::before,
.icheck-danger>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.icheck-turquoise>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-turquoise>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #1abc9c;
}

.icheck-turquoise>input:first-child:checked+label::before,
.icheck-turquoise>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.icheck-emerland>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-emerland>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #2ecc71;
}

.icheck-emerland>input:first-child:checked+label::before,
.icheck-emerland>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.icheck-peterriver>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-peterriver>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #3498db;
}

.icheck-peterriver>input:first-child:checked+label::before,
.icheck-peterriver>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.icheck-amethyst>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-amethyst>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #600A82;
}

.icheck-amethyst>input:first-child:checked+label::before,
.icheck-amethyst>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #600A82;
    border-color: #600A82;
}

.sm-icheck-amethyst>input:first-child:checked+label::before,
.sm-icheck-amethyst>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #600A82;
    border-color: #600A82;
}

.icheck-wetasphalt>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-wetasphalt>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #34495e;
}

.icheck-wetasphalt>input:first-child:checked+label::before,
.icheck-wetasphalt>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #34495e;
    border-color: #34495e;
}

.icheck-greensea>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-greensea>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #16a085;
}

.icheck-greensea>input:first-child:checked+label::before,
.icheck-greensea>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #16a085;
    border-color: #16a085;
}

.sm-icheck-greensea>input:first-child:checked+label::before,
.sm-icheck-greensea>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #16a085;
    border-color: #16a085;
}

.icheck-nephritis>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-nephritis>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #27ae60;
}

.icheck-nephritis>input:first-child:checked+label::before,
.icheck-nephritis>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #27ae60;
    border-color: #27ae60;
}

.icheck-belizehole>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-belizehole>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #2980b9;
}

.icheck-belizehole>input:first-child:checked+label::before,
.icheck-belizehole>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #2980b9;
    border-color: #2980b9;
}

.icheck-wisteria>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-wisteria>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #8e44ad;
}

.icheck-wisteria>input:first-child:checked+label::before,
.icheck-wisteria>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #8e44ad;
    border-color: #8e44ad;
}

.icheck-midnightblue>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-midnightblue>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #2c3e50;
}

.icheck-midnightblue>input:first-child:checked+label::before,
.icheck-midnightblue>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.icheck-sunflower>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-sunflower>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #f1c40f;
}

.icheck-sunflower>input:first-child:checked+label::before,
.icheck-sunflower>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.icheck-carrot>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-carrot>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #e67e22;
}

.icheck-carrot>input:first-child:checked+label::before,
.icheck-carrot>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #e67e22;
    border-color: #e67e22;
}

.icheck-alizarin>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-alizarin>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #e74c3c;
}

.icheck-alizarin>input:first-child:checked+label::before,
.icheck-alizarin>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.icheck-clouds>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-clouds>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #ecf0f1;
}

.icheck-clouds>input:first-child:checked+label::before,
.icheck-clouds>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}

.icheck-clouds>input:first-child:checked+label::after,
.icheck-clouds>input:first-child:checked+input[type="hidden"]+label::after {
    border-bottom-color: #95a5a6;
    border-right-color: #95a5a6;
}

.icheck-concrete>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-concrete>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #95a5a6;
}

.icheck-concrete>input:first-child:checked+label::before,
.icheck-concrete>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #95a5a6;
    border-color: #95a5a6;
}

.icheck-orange>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-orange>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #f39c12;
}

.icheck-orange>input:first-child:checked+label::before,
.icheck-orange>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #f39c12;
    border-color: #f39c12;
}

.icheck-pumpkin>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-pumpkin>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #d35400;
}

.icheck-pumpkin>input:first-child:checked+label::before,
.icheck-pumpkin>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #d35400;
    border-color: #d35400;
}

.icheck-pomegranate>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-pomegranate>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #c0392b;
}

.icheck-pomegranate>input:first-child:checked+label::before,
.icheck-pomegranate>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #c0392b;
    border-color: #c0392b;
}

.icheck-silver>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-silver>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #bdc3c7;
}

.icheck-silver>input:first-child:checked+label::before,
.icheck-silver>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

.icheck-asbestos>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-asbestos>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #7f8c8d;
}

.icheck-asbestos>input:first-child:checked+label::before,
.icheck-asbestos>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}

.simditor .simditor-toolbar > ul {
    margin: 0;
    padding: 10px 10px 11px 10px;
    list-style: none;
}