/* Paginacao */

div:not(.dataTables_paginate) > .pagination {
    float: left;
    width: 100%;
    height: 42px;
    padding: 10px 18px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

div:not(.dataTables_paginate) > .pagination ul {
    font-size: 0;
    text-align: center;
    position: relative;
}

div:not(.dataTables_paginate) > .pagination li {
    display: inline-block;
    margin: 0 6px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #a3a3a3;
}

div:not(.dataTables_paginate) > .pagination li a {
    color: #a3a3a3;
}

div:not(.dataTables_paginate) > .pagination li a:hover,
div:not(.dataTables_paginate) > .pagination li a.selected {
    color: #8db9d3;
}

div:not(.dataTables_paginate) > .pagination .prev {
    position: absolute;
    left: 0;
    font-weight: 800;
}

div:not(.dataTables_paginate) > .pagination .prev a {
    padding-left: 15px;
    background: url("../img/img/arrows.png") left 4px no-repeat;
}

div:not(.dataTables_paginate) > .pagination .next {
    position: absolute;
    right: 0;
    font-weight: 800;
}

div:not(.dataTables_paginate) > .pagination .next a {
    padding-right: 15px;
    background: url("../img/img/arrows.png") right -19px no-repeat;
}

/*  */
.listaProd{
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px;
}

/* Margens */
.my-mt-1 { margin-top: 1em; }
.my-mt-2 { margin-top: 2em; }
.my-mt-3 { margin-top: 3em; }
.my-mt-4 { margin-top: 4em; }
.my-mt-5 { margin-top: 5em; }

.my-ml-1 { margin-left: 1em; }
.my-ml-2 { margin-left: 2em; }
.my-ml-3 { margin-left: 3em; }

.my-mb-5 { margin-bottom: 5em; }

.my-ml-10px { margin-left: 10px; }

.my-mtb-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

/* Fontes */
.my-fs-1 { font-size: 1em; }
.my-fs-2 { font-size: 2em; }
.my-fs-3 { font-size: 3em; }

.my-fs-18px { font-size: 18px; }

/* DIALOG DE CARREGAMENTO */

/* #dialogCarregando {
    width: auto;
    height: auto;
    text-align: center;
}
#dialogCarregando > img {
    width: auto;
    height: auto;
    margin-top: 8px;
}
.dialogCarregandoTitleBar {
    display: none !important;
}
.dialogCarregando {
    border: 0 !important;
    background: none !important;
} */

/* Customize the label (the container). */
.radioContainer {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button. */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom radio button. */
.radioContainer .checkmark {
	border: 0.5px solid #575757;
    border-radius: 2.5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color. */
.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background. */
.radioContainer input:checked ~ .checkmark {
    background-color: #F68620;
}
/* Create the indicator (the dot/circle - hidden when not checked). */
.radioContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked. */
.radioContainer input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle). */
.radioContainer .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* */
.ob {
    color: red;
}

/* */
.linkCep a{
    color: #f68620;
    text-decoration: underline;
}

/* */
.right {
    float: right;
}

/* Customize the label (the container) */
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkboxContainer .checkmark {
    border: 0.5px solid #575757;
    border-radius: 2.5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #F68620;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkboxContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* */
.text-uppercase {
    text-transform: uppercase !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

/* */
.smbCheck {
    display: block;
    float: left;
    background: url('../img/site/common/misc/misc.png') no-repeat -352px -43px;
    width: 18px;
    height: 16px;
    margin-right: 4px;
}
.smbCheckActive {
    display: block;
    float: left;
    background: url('../img/site/common/misc/misc.png') no-repeat -375px -43px;
    width: 18px;
    height: 16px;
    margin-right: 4px;
}

/* */
select[readonly], input[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

/* */
a:link, a:visited {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:active {
	text-decoration: none !important;
}

/* */
*:focus {
    outline-color: #F68620 !important;
}

/*
|--------------------------------------------------------------------------
| PAGINA-DE-ERRO
|--------------------------------------------------------------------------
*/

.pagina-erro {
    float: left;
    padding: 49px 87px 99px 87px;
    margin: 15px 0 0 0;
    min-height: 330px;
}
.emailOk {
    margin-top: -12px;
}
.okmsg {
    margin-top: 18px;
}
.pagina-erro .tipo {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 101px;
    line-height: 101px;
    color: #dbdbdb;
    font-weight: bold;
    font-style: italic;
}

.pagina-erro .mensagem {
    float: left;
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #f6861f;
    font-weight: bold;
    font-style: italic;
}

.pagina-erro .descricao {
    float: left;
    clear: both;
    margin: 60px 0 0 0;
}

.pagina-erro .descricao strong {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #4d4d4d;
}

.pagina-erro .descricao p {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    clear: both;
    margin: 25px 0 35px 0;
}

/* */
#dialogCarregando {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

#dialogCarregando #circle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f68620;
    border-radius: 50%;
    border-top: 16px solid #eeeeee;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
