.ui-datepicker {
    width: 250px;
    padding-right: 5px;
}
.fbLoginBut {
    background: rgba(0, 0, 0, 0) url("../images/admin/fbLoginBut.png") repeat scroll 0 0;
    text-decoration: none;
    display: block;
    height: 20px;
    width: 59px;
}
.fbLoginBut:hover {
    background: rgba(0, 0, 0, 0) url("../images/admin/fbLoginBut.png") repeat scroll 0 -20px;
    text-decoration: none;
}
.fbShareBut {
    background: rgba(0, 0, 0, 0) url("../images/admin/fbShareBut.png") repeat scroll 0 0;
    text-decoration: none;
    display: block;
    height: 20px;
    width: 97px;
}
.fbShareBut:hover {
    background: rgba(0, 0, 0, 0) url("../images/admin/fbShareBut.png") repeat scroll 0 -20px;
    text-decoration: none;
}
.youtubeWrapper {
    text-align: center;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
}
.youtubeWrapper iframe {
    background: url('../images/admin/transparent_black.png') 0 0 repeat;
    /* border: 1px solid #000; */
}
.passScore {
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding-left: 5px;
}
.passScore div.bar {
    height: 11px;
    margin: 0 auto;
    width: 91px;
    background: url(../../images/admin/pstrength.gif) no-repeat 0 0;
}
.passScore span {
    color: #737476;
    font-size: 11px;
}
.VideoLink {
    position: relative;
    display: block;
}
.VideoLinkOverlayImg {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 40px;
    height: 40px;
}
.datagrid-custom h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.datagrid-custom .dataTables_scrollHead {
    display: none;
}
.datagrid-custom .no-highlight tr, .datagrid-custom .no-highlight td, .datagrid-custom .no-highlight th {
    background-color: #fff;
}
.datagrid-custom .no-highlight2 tr, .datagrid-custom .no-highlight2 td, .datagrid-custom .no-highlight2 th {
    background-color: #f9f9f9;
}
.datagrid-custom #filtros th {
    border-bottom: 0px solid #f4f4f4;
}
.datagrid-custom .linha>td, .datagrid-custom .linha>th {
    border: 1px solid #eee;
}
.datagrid-custom .linha-dados>td, .datagrid-custom .linha-dados>th {
    border: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}
.datagrid-custom tr.center-cells td, .datagrid-custom tr.center-cells th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.actionCell .btAction {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    min-width: 42px;
}
.actionCell .btAction:last-child {
    margin-right: 0px;
}
.faGrey .fa {
    color: #666;
}
.faGrey:hover .fa {
    color: #222;
}
.faBlue .fa {
    color: #55a0f4;
}
.faBlue:hover .fa {
    color: #2988f3;
}
.faRed .fa {
    color: #e77676;
}
.faRed:hover .fa {
    color: #d50f0f;
}
.datagrid-custom-nav td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0px solid black;
    padding-right: 15px;
}
.datagrid-custom-nav select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.datagrid-custom-nav .form-group {
    margin-bottom: 0;
}
.vertical-align {
    display: inline-block;
    vertical-align: middle;
}
.main-header .sidebar-toggle span {
    font-family: Arial, Tahoma, sans-serif;
    font-weight: 400;
}
.content-warning .alert {
    margin-bottom: 0;
}
.content-warning .alert h4 {
    margin-bottom: 0px;
}
.row-fluid {
     white-space: nowrap;
     overflow-y: hidden;
     overflow-x: auto;
}
.row-fluid .col-xs-12 {
     display: inline-block;
}
/*
-----------------------------------
OLD STUFF
-----------------------------------
*/
.lineSeparator {
    border-bottom: 1px solid #c8c8c8;
}
.lineSeparatorForm {
    border-bottom: 1px solid #c8c8c8;
    margin: 8px 10px;
}
.lineSeparatorDashed {
    background: transparent;
    color: transparent;
    border-left:  none;
    border-right: none;
    border-top:   none;
    border-bottom: 1px dashed #c8c8c8;
    margin: 3px 0px;
}
.infoSeparator {
    font: normal 20px Arial, sans-serif;
    color: #444;
    letter-spacing: -0.4px;
}
.infoSeparatorBigger {
    font: normal 24px Arial, sans-serif;
    color: #444;
    letter-spacing: -0.4px;
}
.infoSeparator .infoOpcao, .infoSeparator2 .infoOpcao {
    font-weight: bold;
}
.infoText {
}
.blueLink, a.blueLink, a.blueLink:link, a.blueLink:visited {
    color: #0b75ef;
}
.form_table .aviso_bar_erro {
    background-color: #cc181e;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
.form_table .aviso_bar_erro .fa {
    color: #fff;
}
.form_table .aviso_bar_warning {
    background-color: #FFE271;
    font-weight: normal;
    color: #444;
    font-size: 14px;
    padding: 10px;
}
.form_table .aviso_bar_warning .fa {
    color: #F49300;
}
.form_table .aviso_bar_ok {
    background-color: #2793e6;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
.form_table .aviso_bar_ok .fa {
    color: #fff;
}
.form_table .errorHolder {
    display: none;
}
.form_table > tbody > tr > td:first-child {
    width: 0;
    vertical-align: middle;
}
.form_table > tbody > tr > td:first-child .form_label {
    line-height: 16px;
    padding-left: 10px;
}
.form_table > tbody > tr.labelTop > td:first-child {
    vertical-align: top;
}
.form_table > tbody > tr.labelTop > td:first-child .form_label {
    padding-top: 8px;
}
.form_table > tbody > tr > td {
    border: 0px;
    padding: 4px;
    white-space: nowrap;
}
.form_table > tbody > tr > td > table > tbody > tr > td {
    border: 0px;
    /* padding-right: 4px; */
    white-space: nowrap;
}
.form_table .fieldTable {
    border: 1px solid #ccc;
}
.form_table .fieldTable > tbody > tr > td {
    padding: 5px;
    background-color: #FFFFFF;
}
.form_table .fieldTable table > tbody > tr > td {
    padding: 2px;
}
.form_table .fieldTable table > tbody > tr > td.nptb {
    padding: 0 2px 0 2px !important;
}
.form_table .fieldTable table > tbody > tr > td.error {
    border: 1px dotted red;
}
.form_table .fieldError, .form_table input.error, .form_table table.error, .form_table textarea.error , .form_table iframe.error, .form_table .zSelectWrapper.error, .form_table .chosen-single.error {
    border: 1px solid #F68B8D !important;
    /*border-radius: 7px;*/
    /*box-shadow: 0 0 2px red;*/
}
.form_table .btn {
    color: #fff;
}
.form_table label {
    font-weight: normal;
    margin-bottom: 0px;
}
.form_table label.error {
    display: inline-block;
    margin: 0px 5px 0px 5px;
    width: auto;
    color: red;
    font-style: italic;
    line-height: 14px;
}
.form_table .requiredFieldWrapper.fieldError > tbody > tr > td {
    border: 1px solid #F68B8D !important;
}
.form_table .errorHolder {
    /*border: none !important;*/
    color: #F00;
}
.form_table .form-control-feedback {
    display: none;
}
.form_table .ui-sortable .ui-sortable-placeholder td {
    height: 110px;
    background-color: #3c8dbc;
}
.form_table .ui-sortable .ui-sortable-helper {
    opacity: 0.7;
}
.form_table .toggle.btn {
    min-height: auto;
}
.form_table .toggle-on {
    background-color: #00a65a;
    top: 1px;
}
.form_table .toggle-on:hover {
    background-color: #008d4c;
}
.form_table .toggle-off {
    background-color: #dd4b39;
    top: 1px;
}
.form_table .toggle-off:hover {
    background-color: #ac2925;
}
.form_table .jtooltip {
    margin-left: 3px;
}
.border_table {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 13px;
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8 !important;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
}
.border_table .linha:hover {
    background-color: #e6e6e6;
}
.border_table tr {
    padding: 0;
    margin: 0;
    font-size: 12px;
    /*background-color: #F2F2F2;*/
}
.border_table td, .border_table th {
    padding: 4px !important;
    margin: 0;
    border: 1px solid #c8c8c8 !important;
    white-space: nowrap;
}
.border_table .tableQuant td, .tableQuant th {
    border: 0px !important;
}
.border_table th {
    text-align: center;
    background-color: #d9d9d9;
    font-weight: bold;
    color: #333;
}
.clear_table > tbody > tr > td, .clear_table > tbody > tr > th {
    border: 0px !important;
}
.tr_table {
    /* Aqui mora a charada do chrome que não exibe a borda na direta da linha*/
    /*border-collapse: separate;*/
}
.tr_table > tbody > tr > td, .tr_table > tbody > tr > th {
    border: none !important;
}
.tr_table > tbody > tr {
    border: 1px solid #c8c8c8 !important;
    background-color: #fafafa;
}
.np > tbody > tr > td, .np > tbody > tr > th {
    padding: 0px !important;
}
.p2 > tbody > tr > td, .p2 > tbody > tr > th {
    padding: 2px !important;
}
tr.sortable-row{
    cursor: move;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}
div.elfinder-dialog-confirm {
    width: auto !important;
}
div.elfinder-dialog-confirm .elfinder-rm-title {
    margin-bottom: 20px;
}
div.elfinder-cwd table {
    display: inline-block;
    width: 100%;
}
/* class.form.php */
.btn {
    font-size: 13px;
}
.btn i.fa {
    font-size: 14px;
}
.btn i.fa + span {
    padding-left: 5px;
}
.main-sidebar {
    font-size: 14px;
}
.main-sidebar .btn {
    font-size: 14px;
}
.main-sidebar .treeview-menu > li > a {
    font-size: 14px;
}
.form-control {
    font-size: 12px;
    padding: 6px 6px;
    color: #222;
}
.cke_chrome {
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}
.cke_combo_open {
    height: auto;
}
.cke_combo_text {
    float: none;
    text-overflow: none;
}
.cke_combopanel {
    width: auto;
}
.cke_button__source_icon {
    display: none !important;
}
.cke_button__source_label {
    padding: 0;
}
.cke_maximized {
    position: fixed !important;
}
/* Fix para evitar scroll horizontal no ckeditor*/
.zIframe {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: black;
    border: 1px #ccc solid;
    background-color: #fff;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
}
body.cke_show_borders {
    width: auto !important;
}
.fileDiv
{
    position:relative;
    width: 160px;
    height: 36px;
    overflow:hidden;
}
.fileDiv a
{
    position: absolute;
}
.fileDiv input
{
    font: 50px monospace; /* make the input's button HUGE */
    height: 36px;
    width: 160px;
    opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;  /* making it absolute with z-index:1 will place it on top of the button */
    z-index: 1;
    top:0;
    right:0;
    padding:0;
    margin: 0;
    cursor: pointer;
}
.zSelectMulti .chosen-container-multi .chosen-choices {
    height: 165px !important;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 4px 5px;
}
.zSelectMulti .chosen-container-multi .chosen-choices li {
    /* clear: left; */
}
.zSelectMulti .zSelect option {
    visibility: hidden;
}
.monotext {
    font-family: "Courier New", monospace;
    white-space: pre;
}
.code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}
/*
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
*/
.div-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.cb {
    clear: both;
}
.pl {
    position: relative;
}
.pa {
    position: absolute;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.content {
    overflow-x: auto;
    overflow-y: hidden;
}
.row {
    margin: 0;
}
.content .col-xs-12, .content .col-sm-12 {
    padding: 0;
}
.datagrid-custom .actionCell {
    width: 10px;
}
.datagrid-custom .actionCell > div {
    width: 10px;
    margin: 0 !important;
}
.datagrid-custom #datatable1 {
    margin-bottom: 0 !important;
}
.datagrid-custom .box-body {
    border-top: 1px solid #ddd !important;
    /*border-bottom: 5px solid #ddd !important;*/
}
.main-header .sidebar-toggle:before {
    content: none;
}
.form_area_table {
    max-width: 700px;
    margin-bottom: 5px;
}
.form_area_table, .form_table {
    width: 100%;
}
.datagrid-custom thead {
    display: none !important;
}
.datagrid-custom .row::before, .datagrid-custom .box-body::before {
    content: none !important;
}
.datagrid-custom {
    margin-top: -3px;
}
.alert .close {
    color: #fff;
    opacity: .7;
}
.form_table .fieldTable table > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.form_table .fieldTable table > tbody > tr > td .form_label {
    padding-left: 4px;
}