'/* Base Style */

html, body {
    height: 100%;
    min-height: 100%;
    font-size: 14px;
    min-width: 1170px;    
}
body {
    background-color: #ebeff2;
    font-family: 'Open Sans';
}

.big-table tbody th,
.big-table tbody td {
    height: 50px;
    vertical-align: middle !important;
}

.page-title {
    line-height: 45px;
    margin: 20px 0;
}

.wrapper-page {
    margin: 0 auto;
    position: relative;
    width: 420px;
    padding-top: 50px;
}

.card-box {
    padding: 15px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.logo-sicoob {
    background-color: #003c44;
    padding: 16px 15px 5px;
}

.app-logo {
    background-color: #3498db;
    background-color: #f9be39;
    background-color: #f7f7f7;
    padding: 25px 15px;
}

.app-logo img {
    /*width: 80%;*/
    max-height: 60px; 
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 300;
}

.display-1 {
    font-size: 72px;
}

.display-2 {
    font-size: 56px;
}

.display-3 {
    font-size: 44px;
}

.display-4 {
    font-size: 36px;
}

.no-decoration {
    text-decoration: none !important;
}

.validation-error {
    color: #E63906;
    font-size: 13px;
}

.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin: 0 0 75px;
    font-size: 44px;
    font-weight: 300 !important;
    color: #34495e;
}

.section-title+.section-description {
    margin-top: -70px;
}

.section-description {
    font-size: 25px;
    text-align: center;
    color: #bdc3c7;
    letter-spacing: 0;
    font-weight: 400;
}

.container-fluid {
    max-width: 1600px;
    min-width: 1170px;
}

.topnav,
.main {
    min-width: 1170px;    
}

.print-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 10px 0 30px;
}

.print-header .logo {
    max-height: 100px;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 50px;
    height: 50px;
    font-size: 16px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #AEAEAE;
    cursor: not-allowed;
}

.alerts-wrapper {
    margin-top: 30px;
}

.alerts-wrapper .alert:last-child {
    margin-bottom: 0;
}


/*-- 404 Pages --*/

.error-block {
    padding: 80px 0 0;
}

.error-block .oops {
    font-size: 5em;
}

.error-title {
    font-size: 16em;
    line-height: 1;
    font-weight: 700;
    color: #8F8F8F;
    margin: 30px 0;
}

.error-block h2 {
    font-size: 42px;
    line-height: 52px;
}

.error-block p.lead {
    color: #8F8F8F;
}

.error-block .btn-lg {
    margin-top: 30px;
    font-size: 18px;
}


/* Header */

#top {}

.header {
    background-color: #3498db;
    background-color: #f9be39;
    height: 70px;
}

.header .logo {
    height: 66px;
    margin: 2px 0;
}

.header .actions-menu {
    position: relative;
}

.header .actions-menu a.current-active {
    font-weight: bold;
}

.header .actions-menu .fa-ban {
    top: 13px;
    font-size: 35px;
    color: #fff;
}

.header .menu {
    list-style: none;
    float: right;
    margin: 0;
}

.header .menu li {
    float: left;
}

.header .menu li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.header .menu li a i {
    margin-left: 0;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
}

.header .navbar-toggle {
    padding: 0 15px;
    margin: 0;
    font-size: 30px;
    line-height: 70px;
    color: #FFF;
    border: 0 none;
}

.header .navbar-collapse {
    border: 0 none;
    padding: 0;
}

.header.show-menu .navbar-collapse {
    display: block;
    float: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background-color: #4E9996;
    z-index: 10;
}

.header.show-menu .navbar-collapse .menu {
    border: 0 none;
    margin: 0;
    padding: 0;
    float: none;
}

.header.show-menu .navbar-collapse .menu,
.header.show-menu .navbar-collapse li,
.header.show-menu .navbar-collapse a {
    display: block;
    float: none;
    line-height: 1;
}

.header.show-menu .navbar-collapse a {
    padding: 20px 15px;
}


/* Footer */

.footer .ladrilhos {
    overflow: hidden;
    width: 100%;
}

.footer .ladrilhos img {
    height: 25px;
    width: 100%;
}


/* Login */

.login,
.reset_password,
.lost_password {
    max-width: 600px;
    margin: 150px auto 0;
}

.login .page-header,
.reset_password .page-header,
.lost_password .page-header {
    margin-top: 10px;
    padding-bottom: 20px;
}

.login-form {
    max-width: 600px;
    margin: 0 auto;
    border: 0 none;
    border-radius: 3px;
    padding: 30px;
    background: #fdfdfd;
    margin-top: 100px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.login-form::before {
    content: '';
    display: block;
    margin: -30px -30px 30px;
    height: 5px;
    background-color: #448885;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login-form h1,
.login-form h4,
.login-form input,
.login-form .alert {
    margin-bottom: 30px;
}

.login-form .btn i {
    margin-right: 10px;
}

.login-form .alert {
    border-radius: 2px;
    cursor: pointer;
}

.login-form .form-group:last-child {
    margin-bottom: 0;
}

.login-form .form-group:last-child::after {
    content: '';
    clear: both;
}

.login-form .page-header {
    border: 0 none;
    margin-bottom: 30px;
}

.login-form .alert {
    margin-left: -15px;
    margin-right: -15px;
}


/* full-page-header */

.full-page-header {
    background-color: #fbfdfd;
    border-top: 1px solid #F3F5F5;
    border-bottom: 1px solid #F3F5F5;
}

.full-page-header h2 {
    float: left;
    font-size: 42px;
}

.full-page-header ul {
    float: right;
    list-style: none;
    padding: 0;
}

.full-page-header li {
    float: left;
    margin-left: 15px;
}

.full-page-header li+li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 5px;
}

.full-page-header li a {
    display: block;
}

.full-page-header h2,
.full-page-header ul,
.full-page-header li,
.full-page-header li a,
.full-page-header li+li:before {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100px;
    color: #34495e;
}

.full-page-header li,
.full-page-header li a,
.full-page-header li+li:before {
    float: left;
}

.lista-noticias-home {
    margin-top: 30px;
}

.tr-filter {
    display: none;
}

.m-b-20 {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #dce4ec;
}

.autocomplete-suggestion {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    color: #2c3e50;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong,
.autocomplete-suggestions .text-info {
    font-weight: bold;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}


/* =============
   Checkbox and Radios
============= */

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    /*padding-left: 8px;*/
    position: relative;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    border: 2px solid #dce4ec;
    content: "";
    display: inline-block;
    height: 21px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 21px;
    outline: none !important;
}

.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    padding-left: 4px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
    border: 2px solid #2c3e50;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #188ae2;
    border-color: #188ae2;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff5b5b;
    border-color: #ff5b5b;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #35b8e0;
    border-color: #35b8e0;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f9c851;
    border-color: #f9c851;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #10c469;
    border-color: #10c469;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #3b3e47;
    border-color: #3b3e47;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}


/* Radios */

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 21px;
    left: 0;
    margin-left: -20px;
    outline: none !important;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 21px;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 13px;
    left: 4px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 13px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    border: 2px solid #2c3e50;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"] + label::after {
    background-color: #71b6f9;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #71b6f9;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #71b6f9;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #188ae2;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ff5b5b;
}

.radio-info input[type="radio"] + label::after {
    background-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #35b8e0;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #35b8e0;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f9c851;
}

.radio-success input[type="radio"] + label::after {
    background-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #10c469;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #10c469;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #5b69bc;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #ff8acc;
}

.checkbox,
.radio {
    /*padding-left: 35px;*/
    padding-bottom: 0px;
}

.auth .checkbox,
.auth .radio {
    padding-left: 35px;
}

body .checkbox label,
body .radio label {
    margin-right: 40px;
    padding-top: 0 !important;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 5px;
}


/*.radio label::before {
        top: 1px;
    }

    .radio label::after {
        top: 4px;
    }*/


/* TOP NAV */

.questions-nav,
.topnav {
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.questions-nav .navbar-custom,
.topnav .navbar-custom {
    background-color: #ffffff;
}

.topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    height: 70px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
}

.topnav .navigation-menu > li > a {
    display: block;
    color: #435966;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.topnav .navigation-menu a {
    text-decoration: none;
}

.topnav .navigation-menu > li > a:hover {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a:hover i {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a:focus {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a:focus i {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a:active {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a:active i {
    color: #71b6f9;
}

.topnav .navigation-menu > li > a i {
    font-size: 18px;
    margin-right: 5px;
    color: rgba(67, 89, 102, 0.8);
    vertical-align: middle;
}

.topnav .navigation-menu > li > a:hover,
.topnav .navigation-menu > li > a:focus {
    background-color: transparent;
}

.questions-nav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.questions-nav .navigation-menu>li {
    padding: 10px 0;
    float: left;
    margin: 0 3px;
}

.user-menu {
    position: relative;
    float: right;
}

.user-menu > a {
    padding: 0;
    min-width: 60px;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.user-menu .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.user-menu .dropdown-menu li a {
    padding: 10px 20px;
    font-size: 14px;
}

.user-menu .dropdown-menu li a i {
    margin-right: 5px;
}

.table-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.table-list table {
    margin: 0;
}

.table-list th,
.table-list td {}

.table-list>.table>thead>tr>th {
    border-width: 1px;
}

.table-list td {
    height: auto;
    height: 50px;
    vertical-align: middle !important;
    border-top: 1px solid #ebeff2 !important;
    border-top: 1px solid #ecf0f1 !important;
}

.btn-actions-solicitacao .btn {
    padding: 6px 10px;
    margin-top: -6px;
    margin-left: 5px;
}

.detalhes-solicitacao.table-list td {
    height: 40px;
}

.table-list tbody tr:first-child td .move-up,
.table-list tbody tr:last-child td .move-down {
    opacity: 0;
    height: 1px;
    width: 0;
    padding: 0;
    margin: 0;
}

.card-box .datagrid tr th:first-child,
.card-box .datagrid tr td:first-child,
.table-list tr th:first-child,
.table-list tr td:first-child {
    padding-left: 15px;
}

.card-box .datagrid tr th:last-child,
.card-box .datagrid tr td:last-child,
.table-list tr th:last-child,
.table-list tr td:last-child {
    padding-right: 15px;
}

.table-list .fa {
    min-width: 14px;
    text-align: center;
}

.table-list .btn {
    border: 0 none;
}

.table-list.detalhes-solicitacao .table>thead>tr>th,
.detalhes-solicitacao .table>thead>tr>th {
    border: 1px solid #ecf0f1 !important;
    border-bottom: 0 none !important;
}

.table-list.detalhes-solicitacao .table>tbody>tr>td,
.detalhes-solicitacao .table>tbody>tr>td {
    border-left: 1px solid #ecf0f1 !important;
    border-right: 1px solid #ecf0f1 !important;
    border-top: 0 none !important;
}

.detalhes-solicitacao .table>tbody>tr>td {
    border-bottom: 1px solid #ecf0f1 !important;
}

.detalhes-solicitacao .table>thead>tr>th:first-child,
.detalhes-solicitacao .table>tbody>tr>td:first-child {
    border-left: 0 none !important;
}

.detalhes-solicitacao .table>thead>tr>th:last-child,
.detalhes-solicitacao .table>tbody>tr>td:last-child {
    border-right: 0 none !important;
}

.header-title+.detalhes-solicitacao {
    margin-top: -10px;
}

.detalhes-solicitacao th *,
.detalhes-solicitacao td * {
    margin: 0;
}

.table-list+.table-list {
    margin-top: 25px;
}

.solicitacao .card-box h2 {
    font-size: 22px;
}

.solicitacao .card-box h3 {
    font-size: 18px;
}

.datagrid-caption,
.datagrid .datagrid-header h4 {
    font-size: 16px;
    margin: 0;
    line-height: 46px;
}


/*.table-list .btn+.btn {
        margin-left: 5px;
    }*/

.table-list .btn {
    margin: 2px;
}

.table-list.opcoes-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #ecf0f1 !important;
}

.table-list.opcoes-menu tbody th,
.table-list.opcoes-menu tbody td {
    height: 50px;
    vertical-align: middle;
}

.lista-arquivos .lista-arquivos-arquivo {
    margin-bottom: 10px;
}

.lista-arquivos .lista-arquivos-arquivo span {
    line-height: 35px;
    display: inline-block;
}

.lista-arquivos .lista-arquivos-arquivo .btn {
    margin: -1px 5px 0 0;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
    padding-left: 3px;
}

.header-title {
    margin: 10px -20px 10px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #E2E6E8;
    font-size: 18px;
    margin: 5px -15px 10px;
    padding: 0 10px 15px;
}

.header-title+form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.card-box .datagrid {
    /*margin: 0 -20px -15px;*/
    margin: 0 -15px -15px;
}

.card-box .datagrid .datagrid-header .datagrid-user-action-link {
    margin: 0 8px 0 0;
}

.card-box .datagrid .datagrid-header.with-user-actions .datagrid-action-refresh,
.card-box .datagrid .datagrid-header .datagrid-action-link,
.card-box .datagrid .datagrid-header .datagrid-user-action-link.pull-right {
    margin: 0 0 0 8px;
}

.card-box .datagrid .datagrid-actions {
    margin: 0 0 15px;
    padding: 0 20px 20px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #E2E6E8;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #EAEAEA;
}

.lista-etapas .posicao span {
    padding-left: 0;
    display: inline-block;
    position: relative;
}

.lista-etapas .posicao span:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    font-style: normal;
    position: absolute;
    left: -30px;
    width: 20px;
    text-align: center;
    color: #95a5a6;
}

.lista-etapas .posicao.pode-deferir-1 span:before {
    color: #f39c12;
}

.lista-etapas tr:first-child .posicao span:before {
    content: "\f024";
    color: #3498db;
}

.lista-etapas tr:last-child .posicao span:before {
    content: "\f11e";
    color: #18bc9c;
}

.user-menu > a,
.topnav .navbar-toggle,
.header .pull-right .btn,
.exibir-registros-excluidos {
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    min-width: 60px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    float: right;
    text-align: center;
    font-size: 16px;
}

.user-menu>a {
    padding: 0;
}

.exibir-registros-excluidos .fa-stack {
    line-height: 70px;
    width: 100%;
    display: block;
}

.bg-muted {
    background-color: #b4bcc2;
}


/*.dt-status {
        padding: 8px;
        width: 30px;
        font-size: 12px;
        box-shadow: 0 0 0 5px #f5f5f6;
        border-radius: 20px;
        margin-left: -7px;
        text-align: center;
    }*/

.dt-marker {
    /*margin-left: 5px;*/
}

.dt-status,
.dt-marker {
    font-size: 20px;
    width: 30px;
    text-align: center;
    margin-left: -8px;
}


/*
     * bootstrap-tagsinput v0.8.0
     * 
     */

.bootstrap-tagsinput {
    height: auto !important;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 0 0;
    margin: 0;
    width: auto;
    max-width: inherit;
    line-height: 24px;
    height: 24px;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    color: white;
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 0 6px;
    font-size: 12px;
    line-height: 24px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/*
     * bootstrap-tagsinput v0.8.0
     * 
     */

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}


/* timeline */

.timeline-centered img {
    vertical-align: middle;
}

.timeline-centered .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.timeline-centered .img-rounded {
    border-radius: 3px;
}

.timeline-centered .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.timeline-centered .img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
            float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    /*font-size: 15px;*/
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    /*font-size: 14px;*/
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary,
.dt-status.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary,
.bt-status.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success,
.dt-status.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info,
.dt-status.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning,
.dt-status.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger,
.dt-status.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    /*content: '';
                        display: block;
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 9px 9px 9px 0;
                        border-color: transparent #f5f5f6 transparent transparent;
                        left: 0;
                        top: 10px;
                        margin-left: -9px;*/
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    /*font-family: "Noto Sans",sans-serif;
                        font-size: 12px;
                        margin: 0;*/
    line-height: 1.428571429;
    margin: 5px 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    /*margin-top: 15px;*/
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.timeline-centered {
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry {
    margin-top: 10px;
}

.timeline-centered .timeline-entry+.timeline-entry {
    margin-top: 30px;
    margin-bottom: 20px;
}

.timeline-centered .timeline-entry:last-child {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    border-radius: 5px;
    /*box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
    /*background: #fff;*/
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}


/* @media 992 */

@media screen and (min-width: 992px) {}

@media screen and (max-width: 992px) {
    .topnav .navbar-toggle {
        /*display: block;*/
    }
}


/* @media 768 */

@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }
    .full-page-header ul {
        display: none;
    }
    .login,
    .reset_password,
    .lost_password {
        margin: 20px auto;
    }
    .display-1 {
        font-size: 34px;
    }
    .display-2 {
        font-size: 30px;
    }
    .display-3 {
        font-size: 26px;
    }
    .display-4 {
        font-size: 22px;
    }
    .wrapper-page {
        margin: 5% auto;
        position: relative;
        width: 90%;
    }
    /*.header .logo {
        height: 25px;
        margin: 5px 0 0 -5px;
    }
    .header .actions-menu {
        margin-right: -15px;
    }
    .user-menu > a,
    .topnav .navbar-toggle,
    .header .pull-right .btn,
    .exibir-registros-excluidos {
        padding: 0;
        border: 0;
        border-radius: 0;
        width: 50px;
    }*/
    .header .actions-menu .fa-ban {
        /*top: 14px;*/
    }
    .lista-etapas .posicao span {
        padding: 0;
        margin: 0;
        width: inherit;
    }
    .lista-etapas .posicao span:before {
        display: none;
    }
    /*.table-list .btn+.btn {
            margin: 0;
            margin-top: 5px;
        }*/
    .table-list .btn {
        margin: 2px;
    }
    .card-box .datagrid tr th:first-child,
    .card-box .datagrid tr td:first-child,
    .table-list tr th:first-child,
    .table-list tr td:first-child {
        padding-left: 8px;
    }
    .card-box .datagrid tr th:last-child,
    .card-box .datagrid tr td:last-child,
    .table-list tr th:last-child,
    .table-list tr td:last-child {
        padding-right: 8px;
    }
}


/* @media 476 */

@media screen and (max-width: 476px) {}

@media (min-width: 1370px) {
    .topnav .navigation-menu > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1369px) {
    .topnav .navigation-menu > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}


/*
      Responsive Menu
    */

@media (min-width: 992px) {
    .topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    .topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    .topnav .navigation-menu > li:first-of-type a {
        padding-left: 0px;
    }
    .topnav .navigation-menu > li:hover a {
        color: #71b6f9;
    }
    .topnav .navigation-menu > li:hover a i {
        color: #71b6f9;
    }
    .topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 3;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }
    .topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    .topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    .topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
        content: "\e649";
        font-family: "themify";
        position: absolute;
        right: 20px;
        font-size: 9px;
    }
    .topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    .topnav .navigation-menu > li .submenu li {
        position: relative;
    }
    .topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        color: #435966;
    }
    .topnav .navigation-menu > li .submenu li a:hover {
        color: #71b6f9;
    }
    .topnav .navigation-menu > li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #949ba1;
    }
    .topnav .navbar-toggle {
        display: none;
    }
    .topnav .navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 72px;
    }
    .topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }
    .topnav .navigation-menu > li {
        float: none;
    }
    .topnav .navigation-menu > li > a {
        color: #435966;
        padding: 15px;
    }
    .topnav .navigation-menu > li > a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    .topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    .topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #435966;
    }
    .topnav .navigation-menu > li .submenu li a:hover {
        color: #71b6f9;
    }
    .topnav .navigation-menu > li .submenu li.has-submenu > a:after {
        content: "\e64b";
        font-family: "themify";
        position: absolute;
        right: 30px;
    }
    .topnav .navigation-menu > li .submenu.open {
        display: block;
    }
    .topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    .topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    .topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    .topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
    }
    .topnav .navigation-menu > li.has-submenu.open > a {
        color: #71b6f9;
    }
    /*.navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #ffffff;
        z-index: 2;
    }
    .navigation.open {
        display: block;
        overflow-y: auto;
    }*/
}

@media (min-width: 768px) {
    .topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    .topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        /*display: block;*/
    }
}

@media print {
    body {
        font-size: 10px;
    }
    table {
        table-layout: inherit;
    }
    .topnav {
        display: none;
    }
    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    .acao_visualizar,
    .acao_editar {
        display: inline-block !important;
    }
    .page-title {
        margin: 10px 0 !important;
    }
    .card-box {
        padding-left: 0;
        padding-right: 0;
    }
    .table-list td {
        height: 40px;
    }
    .tooltip {
        display: none !important;
    }
    .dt-status,
    .dt-marker {
        font-size: 10px;
        width: 20px;
    }
    #info_adicional_solicitacao {
        display: block !important;
    }
    #info_adicional_solicitacao h3 {
        font-size: 12px;
    }
    .toggle-info-adicional-solicitacao {
        display: none;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before,
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
        display: none;
    }
    .timeline-centered {
        margin: 0 -20px !important;
    }
    .timeline-centered:before {
        margin-left: 0;
    }
    .timeline-centered .timeline-entry {
        margin-left: 0 !important;
    }
    .timeline-centered .timeline-entry+.timeline-entry {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: 10px;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        border: 5px solid #f5f5f6;
        padding: 0;
        line-height: 30px;
        margin-left: 0;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        padding: 10px;
        margin-left: 50px;
    }
}

.motivos-devolucao::after {
    content: '';
    display: table;
    width: 100%;
}

.motivos-devolucao .motivo,
.motivos-devolucao .justificativa {
    display: inline-block;
    float: left;
}

.motivos-devolucao .justificativa {
    display: none;
}

.motivos-devolucao.checked .justificativa {
    display: inline-block;
    height: 42px;
}


/* BOXES */

.info-box {
    border: 0 none;
    min-height: 130px;
    margin-bottom: 20px;
    color: #444;
}

.info-box i,
.info-box .icon,
.info-box .img-icon {
    display: block;
    height: 100px;
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
}

.info-box .img-icon {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
}

.info-box img {
    max-height: 60px;
    max-width: 60px;
    margin: 0 auto;
}

.info-box i {
    height: 100px;
    width: 100px;
    font-size: 80px;
    line-height: 100px;
}

.info-box .valor {
    margin-top: 10px;
    font-size: 40px;
}

.info-box .titulo {
    font-size: 14px;
    text-transform: uppercase;
}

.info-box.with-icon .panel-body .panel-content,
.info-box.with-icon .panel-body .valor,
.info-box.with-icon .panel-body .titulo {
    margin-left: 100px;
}

.with-border {
    border-bottom: 3px solid transparent;
}

.btn {
    padding: 10px 15px;
    font-size: 14px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
}

.form-control {
    /*height: 40px;*/
}

.auth .form-control {
    /*height: 55px;*/
}

.resumo-operador-home h4 {
    font-size: 14px;
    padding-left: 20px;
}

.resumo-operador-home table {
    margin-bottom: 0;
}

.resumo-operador-home th,
.resumo-operador-home td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.resumo-operador-home td {
    font-size: 16px;
}

.resumo-operador-home th,
.resumo-operador-home td {
    width: 250px;
}

.resumo-operador-home th:first-child,
.resumo-operador-home td:first-child {
    width: auto;
}

.resumo-operador-home th {
    font-size: 14px;
    vertical-align: bottom
}

.resumo-operador-home tr._collapse>td {
    padding: 0 !important;
}

.resumo-operador-home tr._collapse table {
    margin-bottom: 30px;
}

.resumo-operador-home tr._collapse td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.resumo-operador-home tr._collapse th {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}

.resumo-operador-home .info-box {
    margin: 0 0 0;
    box-shadow: none;
}

.resumo-operador-home .info-box .panel-body i {
    height: 80px;
    width: 80px;
    font-size: 60px;
    line-height: 80px;
}

.resumo-operador-home .info-box .valor {
    font-size: 40px;
    line-height: 40px;
}

.resumo-operador-home .info-box .titulo {
    font-size: 20px;
}

.datagrid-home .datagrid .datagrid-body {
    min-height: 50px;
}

.resumo-operador-home .card-box .row .col-md-6 {
    width: 50% !important;
    float: left;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tempo-decorrido {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.produtos-solicitacao {
    margin-left: -15px;
    margin-right: -15px;
}

.produtos-solicitacao label,
.produtos-solicitacao .input-wrapper {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

.produtos-solicitacao .form-group {
    margin-bottom: 0 !important;
}

.linha-produto-ADDLINHA {
    display: none;
}

.add-linha-modalidade {
    margin-left: 15px;
}

.produtos-solicitacao tr th:first-child,
.produtos-solicitacao tr td:first-child {
    padding-left: 15px;
}

.produtos-solicitacao tr th:last-child,
.produtos-solicitacao tr td:last-child {
    padding-right: 15px;
}

.checkbox-inline+.help-block,
.radio-inline+.help-block {
    margin-left: -20px;
}

.relatorio .table-list .level-3 a {

}

.relatorio .table-list .level-1 tr th:first-child,
.relatorio .table-list .level-1 tr td:first-child {
    padding-left: 25px;
}

.relatorio .table-list .level-1 .level-2 th:first-child,
.relatorio .table-list .level-1 .level-2 td:first-child {
    padding-left: 50px;
}
.relatorio .table-list .level-1 .level-3 th:first-child,
.relatorio .table-list .level-1 .level-3 td:first-child {
    padding-left: 75px;
}

.time-days:after {
    /*content: ' dia(s)';*/
}

.strong {
    font-weight: bold;
}

.col-time-qty {
    width: 150px;
}


.image-upload-button {
    position: relative;
}

.image-upload-button input {
    position: absolute;
    left: -30000px;
    top: -30000px;
}

.image-upload-thumbnail img {
    display: block;
    width: 250px;
    margin-bottom: 15px;
}


.questions {

}

.questions .question {
    position: relative;
    margin: 26px 0;
    padding: 20px 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding-left: 100px;
}

.questions .question:first-child {
    margin-top: 13px;
}

.questions .question:last-child {
    margin-bottom: 13px;
}

.questions .question .question-attributes-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

.questions .question .question-attributes-wrapper label {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.questions .question .question-attributes-wrapper label input {
    width: 0px;
    height: 0px;
    opacity: 0;
}

.questions .question .number {
    /*margin-top: -26px;*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #367fa9;
}

.questions .question .question-attributes-wrapper .question-attribute {
    margin-top: 15px;
}

.questions .question .question-action {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #53A6D7;
    font-size: 11px;
}

.questions .question .question-action-group {
    position: absolute;
    right: -13px;
    display: none;
}

.questions .question .question-action-group.up{
    top: -13px;
}

.questions .question .question-action-group.down{
    bottom: -13px;
}

.questions .question:hover .question-action-group,
.questions .question:hover .question-action {
    display: inherit;
}

.questions .question .question-action-group .dropdown-menu{
    right: 0;
    left: auto;
}

.questions .question .question-action-group.up>a,
.questions .question .question-action-group.down>a
/*.questions .question .add-question-up,
.questions .question .add-question-down*/ {
    border-radius: 26px;
    right: 0;
    /*margin-right: -13px;*/
    background-color: #5cb85c;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 11px;
    display: inline-block;
}

.questions .question .question-action-group .dropdown-submenu {
    position: relative;
}

.questions .question .question-action-group .dropdown-submenu .dropdown-menu {
    width: 200px;
    left: -200px;
    right: auto;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*.questions .question .add-question-up {
    top: -13px;
}

.questions .question .add-question-down {
    bottom: -13px;
}*/

.questions .question .remove-question {
    top: 50%;
    background-color: #FF4D38;
    border-radius: 0;
    margin-top: -13px;
    right: -13px;
    border-radius: 26px; 
}

.questions .question .move-question-up,
.questions .question .move-question-down  {
    border-radius: 0;
    left: 0;
    background-color: #eee;
    color: #111;
}

.questions .question .move-question-up {
    border-top-left-radius: 3px;
    top: 0;
}

.questions .question .move-question-down {
    border-bottom-left-radius: 3px;
    bottom: 0;
}

.questions .question .question-body {
    /*min-height: 100px;*/
    /*height: 100px;*/
    /*overflow: hidden;*/
}

.project-name input,
.questions .question textarea,
.questions .question .question-title input[type="text"],
.questions .question .question-choice input[type="text"],
.question-choices .question-choices-inner .label-editable[contenteditable="true"] {
    width: inherit;
    height: 30px;
    min-height: 30px;
    padding: 5px 5px;
    border-color: transparent;
    box-shadow: none;
    line-height: 20px;
    border-radius: 4px;
}

.project-name {
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

.project-name i {
    position: absolute;
    top: 12px;
    left: 6px;
}

.project-name input {
    display: block;
    line-height: 39px;
    height: 40px;
    font-size: 24px;
    width: auto;
    width: 100%;
}

.question-choices .question-choices-inner .label-editable[contenteditable="true"] {
    display: inline-block;
    height: inherit;
    min-height: 26px;
    line-height: 16px;
    font-size: 13px;
}

.project-name input:hover,
.questions .question textarea:hover,
.questions .question input[type="text"]:hover,
.question-choices .question-choices-inner .label-editable[contenteditable="true"]:hover {
    cursor: pointer;
    background-color: #DCE8F0;
}

.questions .question textarea:focus {
    border-color: #ccc;
    background-color: #fff;
}

.questions .question .question-title,
.questions .question .question-choices {
    position: relative;
}

.questions .question .question-title/*,
.questions .question .question-choice*/,
.questions .question .question-choices-inner.type-nps {
    width: 700px;
}

.question-choices .question-choices-inner .label-editable[contenteditable="true"] {
    max-width: 700px;
}

.questions .question .question-title textarea {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
    width: 655px;
    margin-left: 45px;
}

.question-type-group {
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.question-type-group .btn {
    padding: 5px 8px;
}

.question-type-list.dropdown-menu li,
.question-type-list.dropdown-menu li  a {
    font-size: 12px;
    line-height: 20px;
    float: none;
    margin: 0;
}

.question-type-list.dropdown-menu li  a {
    padding: 5px 15px;
}

.question-type-list .dropdown-menu-heading {
    padding: 3px 10px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.question-type-list .dropdown-menu-heading:first-child {
    margin-top: 0;
}

.question-choices .question-choices-inner.type-nps .radio-inline {
    width: 9.09090909091%;
    /*width: 60px;*/
    text-align: center;
    margin: 0;
    padding-left: 0;
}
.question-choices .question-choices-inner.type-nps .radio-inline input {
    margin: 0;
    position: inherit;
    margin-top: 5px;
}

.question-choices .question-choices-inner.type-nps .labels .label-editable {
    width: 33.3333333%;
    /*width: 180px;*/
    float: left;
    text-align: center;
}

.question-choices .question-choices-inner.type-nps .labels .label-editable:first-child {
    text-align: left;
    /*width: 240px;*/
}

.question-choices .question-choices-inner.type-nps .labels .label-editable:last-child {
    text-align: right;
    /*width: 240px;*/
}

.question-choices .question-choices-inner.type-nps .labels .label-editable:focus {
    text-align: left;
}

.question-choices .question-choices-inner.type-text textarea {
    display: none;
    width: 100%;
}

.question-choices .question-choices-inner.type-text .fake-display {
    display: block;
    color: #ddd;
    font-size: 30px;
}

.question-choices .choice-actions-columns,
.question-choices .choice-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    background-color: #f9be39;
    padding: 0;
    border-radius: 3px;
    width: 112px;
}

.question-choices .choice-actions-columns {
    position: absolute;
    top: -10px;
    width: 56px;
    left: 50%;
    margin-left: -28px;
    text-align: center;
}

tr.question-choice .choice-actions {
    left: 0;
    right: inherit;
}

.question-choice label {
    font-weight: normal;
}

.question-choices .question-choices-inner.type-smile .question-choice:hover .choice-actions,
.question-choices .question-choices-inner.type-checkbox .question-choice:hover .choice-actions,
.question-choices .question-choices-inner.type-radio .question-choice:hover .choice-actions,
.question-choices .question-choices-inner.type-sort .question-choice:hover .choice-actions,
.question-choices .question-choices-inner.type-select .question-choice:hover .choice-actions,
.question-choices .question-choices-inner.type-matriz tr:hover .choice-actions {
    display: inline-block;
}

.question-choices .question-choices-inner.type-matriz th,
.question-choices .question-choices-inner.type-matriz td {
    position: relative;
}

.question-choices .question-choices-inner.type-matriz th:hover .choice-actions-columns {
    display: inline-block;
}

.question-choices .question-choices-inner.type-sort .label {
    margin-top: 2px;
    padding: 6px;
    min-width: 20px;
    position: absolute;
}

.question-choices .choice-actions-columns .btn,
.question-choices .choice-actions .btn {
    border-radius: 2px;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border:  0 none;
    background-color: transparent !important;
    color: #fff;
    float: left;
}

.question-choices .choice-actions .move-choice-up,
.question-choices .choice-actions .move-choice-down {
    /*background-color: #eee;
    color: #111;*/
}

.question-choices .checkbox label::before,
.question-choices .radio label::before {
    top: 4px;
}

body .question-choices .checkbox, 
body .question-choices .radio {
    padding-left: 25px;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px;;
}

body .question-choices .checkbox label, 
body .question-choices .radio label {
    margin-right: 10px;
}

.question[data_type="text"] [data-type="minmax-choice"] {
    display: none;
}

.question[data_type="sort"] [data-type="minmax-choice"],
.question[data_type="sort"] [data-type="minmax-length"] {
    display: none;
}

.question[data_type="nps"] [data-type="minmax-choice"],
.question[data_type="nps"] [data-type="minmax-length"] {
    display: none;
}

.question[data_type="radio"] [data-type="minmax-choice"],
.question[data_type="radio"] [data-type="minmax-length"] {
    display: none;
}

.question[data_type="checkbox"] [data-type="minmax-length"] {
    display: none;
}
body .question[data_type="sort"] .question-choices .checkbox, 
body .question[data_type="sort"] .question-choices .radio {
    padding-left: 0;
}

body .question[data_type="sort"] .question-choices .checkbox label, 
body .question[data_type="sort"] .question-choices .radio label {
    margin-left: 0;
}

body .question[data_type="sort"] .question-choices .checkbox label:before, 
body .question[data_type="sort"] .question-choices .radio label:before,
body .question[data_type="sort"] .question-choices .checkbox label input, 
body .question[data_type="sort"] .question-choices .radio label input {
    display: none;
}

body .question[data_type="html"] .question-title textarea,
body .question .question-body .question-choice textarea,
body .question .question-body .question-choice input[type="text"] {
    height: inherit;
    min-height: inherit;
    border-color: #eee;
}

body .question[data_type="html"] .question-title {
    padding-top: 50px;
}

body .question[data_type="html"] .question-title .question-type-group:after {
    content: 'Bloco de texto';
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
}

body .question[data_type="html"] .question-title textarea {
    width: 700px;
    margin-left: 0;
}

body .question .question-body .question-choice textarea,
body .question .question-body .question-choice input[type="text"],
body .question .question-body .question-choice select,
body .question .question-body>select {
    width: inherit;
    min-width: 700px;
}

body .question[data_type="html"] .question-body,
body .question[data_type="pagebreak"] .question-title {
    display: none;
}

body .question[data_type="pagebreak"] {
    padding: 20px 0;
    background-color: #FAFAFA;
    border-style: dashed;
    border-color: #555;
}

body .question[data_type="pagebreak"] .question-body {
    height: inherit;
    min-height: inherit;
    overflow: inherit;
}

body .question[data_type="pagebreak"] .question-body .pagebreak {
    text-align: center;
}

body .question-body {
    padding-right: 50px;
}

body .question[data_type="sort"] .question-choices {
    max-width: 800px;
    min-width: 450px;
}

body .question[data_type^="matriz"] .question-choices {
    min-width: 1000px;
}

body .question[data_type="sort"] .question-choices .question-choice {
    border-bottom: 1px solid #eee;
    max-width: 700px;
}

body .question .question-choices .question-choice {
    max-width: 700px;
    position: relative;
}

body .question[data_type="sort"] .question-choices .question-choice:last-child {
    border-bottom: 0 none;
}

body .question[data_type^="matriz"] .question-choices th,
body .question[data_type^="matriz"] .question-choices td {
    padding: 3px;
    height: 50px;
    vertical-align: middle;
}

body .question[data_type^="matriz"] .question-choices th .label-editable,
body .question[data_type^="matriz"] .question-choices td .label-editable {
    display: block;
}

body .question[data_type^="matriz"] .question-choices th .label-editable {
    font-size: 10px;
}

body .question[data_type^="matriz"] .question-choices th {
    vertical-align: bottom;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}

body .question[data_type^="matriz"] .question-choices td,
body .question[data_type^="matriz"] .question-choices tbody th {
    border: 0;
}

body .question[data_type^="matriz"] .question-choices tr th:last-child {
    border: 0;
}

body .question[data_type^="matriz"] .question-choices tr th:first-child,
body .question[data_type^="matriz"] .question-choices tr td:first-child {
    border-right: 1px solid #ddd;
}

body .question[data_type^="matriz"] .question-choices tr td:first-child .label-editable {
    font-weight: bold;
}

.questions-wrapper {
    padding: 15px 15px 5px;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

body .question-body .question-attributes {
    /*margin-top: 30px;*/
}

body .question-body .question-attributes .question-attribute:first-child {
    margin-top: 30px
}

body .question-body .question-attributes input[type="text"] {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

body .question-body .question-attributes label {
    font-weight: normal;
}

body .question-attribute.min-max-lenght {
    /*padding-left: 30px;*/
}

.questions .question .question-choices-inner.type-nps .radio-inline {
    cursor: pointer;
    background-color: #FACB2F;
    color: #333;
    line-height: 40px;
}

.questions .question .question-choices-inner.type-nps .radio-inline:hover,
.questions .question .question-choices-inner.type-nps .radio-inline:focus {
    background-color: #E3AE36;
    font-weight: bold;
}

.questions .question .question-choices-inner.type-nps .radio-inline:first-child {
    border-radius: 4px 0 0 4px;
}

.questions .question .question-choices-inner.type-nps .radio-inline:last-child {
    border-radius: 0 4px 4px 0;
}

.questions .question .question-choices-inner.type-nps .radio-inlines+.radio-inline {
    border-left: 1px solid #E3AE36;
}

.choices .type-nps label span {
    display: block;
}

.question-choices .question-choices-inner.type-nps .radio-inline input {
    opacity: 0;
    position: absolute;
    top: -50px;
}

a {
    color: #E3AE36;
}

a:hover,
a:focus,
a:active {
    color: #E3AE36;
}

.header a {
    color: #333;
}

.header a:hover,
.header a:focus,
.header a:active {
    color: #333;
}

.modal-body,
.modal-footer {
    padding: 15px;
}

.modal-footer .btn.pull-left {
    margin-left: 0;
    margin-right: 5px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #333;
    border-bottom: 2px solid #f9be39;
}

.bootstrap-dialog.type-primary .modal-header .close {
    color: #fff;
}

.pagination>li>a, .pagination>li>span {
    background-color: #FACB2F;
    color: #333;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, 
.pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus,
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    background-color: #E3AE36;
    color: #333;
}

.auth .btn-primary {
    background-color: #f9be39;
    border-color: #f9be39;
    color: #333;
}

.auth .btn-primary:hover,
.auth .btn-primary:focus,
.auth .btn-primary:active {
    background-color: #E3AE36;
    border-color: #E3AE36;
}

.auth .help-block .fa {
    color: #f9be39;
}

.form-group,
.input-wrapper {
    position: relative;
}

.autocomplete-suggestions-folders {
    background-color: #EBEBEB;
}

#lista_usuarios_compartilhamento>label {
    display: block;
}

#lista_usuarios_compartilhamento div .checkbox {
    padding-left: 20px;
}

#lista_usuarios_compartilhamento div div {
    border-top: 1px solid #eee;
    padding: 10px 0 3px;
}

.datagrid .datagrid-header.show-search .datagrid-search {
    overflow: inherit;
}

.datagrid .datagrid-header .datagrid-search .bootstrap-select {
    height: 34px;
}

.datagrid .datagrid-header .datagrid-search .bootstrap-select .dropdown-toggle {
    padding: 5px 8px;
}

.datagrid .datagrid-header .datagrid-search .bootstrap-select .dropdown-menu>li>a {
    padding: 6px 10px;
}

.bs-searchbox {
    padding: 2px 8px 7px;
}

@media print {
    body .question[data_type="pagebreak"] {
        height: 0;
        overflow: hidden;
        opacity: 0;
        page-break-after: always;
    }
}

.projetos.visualizar {
    padding-top: 139px;
}

.projetos.visualizar .topnav,
.projetos.visualizar .questions-nav {
    position: fixed;
    width: 100%;
    min-width: 1170px;
    z-index: 5;
    top: 0;
}

.projetos.visualizar .questions-nav {
    top: 70px;
}

.question.highlight {
    border-color: #f9be39;
}


.checkbox-switch {
    display: inline-block;
    position: relative;
}
.checkbox-switch > input[type="checkbox"] {
    display: none;   
}

.checkbox-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.checkbox-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    left: 0;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.checkbox-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.checkbox-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.checkbox-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.report-wrapper {
    padding: 15px 0 0;
}

.question-report .card-box {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.question-report .title.header-title {
    border-bottom: 0 none;
}

.question-report .chart-report {
    /*margin-top: 20px;*/
    padding: 20px 0;
}

.question-report .chart-report,
.question-report .table-list {
    /*display: none;*/
}

.question-report .sub-title.header-title {
    font-size: 16px;
    border-bottom: 0 none;
    padding: 10px 15px 0;

    margin: 0 -15px;
    padding: 15px;
}

.question-report .question-report-inner {
    margin: 0 -15px;
    padding: 0 15px;
    border-top: 1px solid #ddd;
}

.question-report .question-report-inner .table-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

.question-report .question-report-inner+.question-report-inner {
    /*margin-top: 50px;*/
}

.question-report .question-report-inner:last-child {
    padding-bottom: 5px;
}

.question-report .question-report-inner td {
    height: 40px;
    padding: 5px 8px;
}

.question-report .question-report-inner .datagrid .datagrid-body {
    min-height: 250px;
}

.question-report .question-report-inner .datagrid .datagrid-actions {
    padding-top: 15px;
}

.question-report .question-report-inner .datagrid .datagrid-footer td {
    padding: 10px 8px 20px;
}

.nps-score {
    width: 550px;
    margin: 0 auto;
    padding: 50px 0;
}

.nps-score .score {
    float: right;
    width: 155px;
    height: 155px;
    border-radius: 50%;
}

.nps-score .score .value {
    font-size: 60px;
    line-height: 1;
    padding-top: 35px;
    display: inline-block;
}

.nps-score .score .text {
    font-size: 18px;
}

.nps-score .rule {
    background-color: #F3F3F3;
    border-radius: 45px;
    font-size: 22px;
    line-height: 45px;
    margin-right: 200px;
    height: 45px;
    padding-right: 15px;
    color: #737373;
}

.nps-score .rule+.rule {
    margin-top: 10px;    
}

.nps-score .score,
.nps-score .rule .value {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.nps-score .rule .value {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.nps-score .perc {
    float: right;
    font-weight: bold;
}

.nps-score .rule.detrator .value {
    background-color: #aa0027;
}
.nps-score .rule.passivo .value {
    background-color: #ff9e01;
}
.nps-score .rule.promotor .value {
    background-color: #6c9c2c;
}

.nps-score .score.danger {
    background-color: #aa0027;
}
.nps-score .score.warning {
    background-color: #ff9e01;
}
.nps-score .score.info {
    background-color: #57B0E0;
}
.nps-score .score.success {
    background-color: #6c9c2c;
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

select + .question-choices {
    margin-top: 20px;
}

.question-choices + a {
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
}

.dropdown-menu>li:hover>a, 
.dropdown-menu>li:focus>a {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #2c3e50;
}


/* RANGE SLIDER */
.range-slider {
    margin: 20px 0;
    padding-right: 0;
    position: relative;
}

.range-slider {
    width: 100%;
}

.range-slider input {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: #EAEFF3;
}

.range-slider input:hover,
.range-slider input:focus {
    background: #d7dcdf;
}

.range-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FACB2F;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider input::-webkit-slider-thumb:hover {
    background: #E3AE36;
}

.range-slider input:active::-webkit-slider-thumb {
    background: #E3AE36;
}

.range-slider input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #FACB2F;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider input::-moz-range-thumb:hover {
    background: #E3AE36;
}

.range-slider input:active::-moz-range-thumb {
    background: #E3AE36;
}

.range-slider span {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #f9be39;
    padding: 5px 10px;
    margin-left: 8px;

    position: absolute;
    right: 2px;
    top: -10px;
    font-weight: bold;
}

.range-slider span:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #f9be39;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.question-options {
    min-width: 700px;
    max-width: 700px;
}

.question-options input {
    border-width: 1px 0;
}

.question-options .btn {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}

.question-options + a {
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
}

.question-options.hidden + a {
    margin-top: 0;
}

/*
.add-logic-header
.item-display-logic
.item-skip-logic
*/

/*
.question[data_type="html"] .add-logic-header,
.question[data_type="html"] .item-display-logic,
*/

.questions .question:first-child .item-display-logic,
.questions .question:first-child[data_type="html"] .add-logic-header,
/*.questions .question:first-child[data_type="html"] + .question .add-logic-header,
.questions .question:first-child[data_type="html"] + .question .item-skip-logic,*/
.questions .question:first-child[data_type="html"] + .question .item-display-logic,

.questions .question:last-child .item-skip-logic,

.question[data_type="text"] .item-skip-logic,
.question[data_type="textarea"] .item-skip-logic,

.question[data_type="html"] .item-skip-logic {
    display: none;
}


.question .display-logic {
    margin-left: 0px;
    margin-right: 100px;
    margin-top: -20px;
    margin-bottom: 30px;
    padding: 10px 120px 10px 60px;
    background-color: #EBFAFF;
    border: 1px solid #DAE9EE;
    border-top-width: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.question .display-logic.skip {
    margin-top: 30px;
    margin-bottom: -20px;
    background-color: #F8FAFA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #E9EBEB;
    border-width: 1px 1px 0;
}

.question[data_type="pagebreak"] .display-logic {
    margin-left: 100px;
}

.question .display-logic p {
    margin: 0;
    font-size: 11px;
}

.question .display-logic>p {
    margin-bottom: 5px;
    font-size: 13px;
}

.question .display-logic p:last-child {
    margin-bottom: 0;
}

.question .display-logic .edit-logic {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    display: none;
}

.question .display-logic:hover .edit-logic {
    display: inherit;
}

.question .display-logic .edit-logic .btn {
    margin: 0 0 0 3px;
    padding: 5px 10px;
}

.question .display-logic .logic-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;;
}

.question .question-body .pagebreak {
    position: relative;
}
.question .question-body .pagebreak a {
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -10px;
}

.question-options .checkbox-inline label {
    font-size: 12px !important;
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-top: 6px !important;
}

.question-options .checkbox label::after {
    padding-top: 5px
}

.btn-fake-file {
    margin: 0 0 15px;
}

.question-choices .type-smile .question-choice + .question-choice {
    margin-top: 5px;
}

.question-choices .type-smile .question-choice .choice-icon.smb {
    width: 26px;
    height: 26px;
    line-height: 24px;
}

.select-smile-icon {
    margin: 0 -10px;
    width: 264px;
    overflow:  hidden;
}

.select-smile-icon .set-icon {
    width: 16.66666%;
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: .5;
}

.select-smile-icon .set-icon.active,
.select-smile-icon .set-icon:hover {
    opacity: 1;
}

.select-smile-color {
    margin: 0 -15px -9px;
    width: 274px;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.select-smile-color .set-color {
    display: inline-block;
    cursor: pointer;
    float: left;
    padding: 1px;
    width: 10%;
}

.select-smile-color .set-color span {
    display: block;
    height: 30px;
    opacity: .5;
}

.select-smile-color .set-color.active span,
.select-smile-color .set-color:hover span {
    opacity: 1;
}