/*
 * Plugin Name: Planilha Treino
 *
 * Layout: Planilha Treino - Search
 *
 * 
 */


 @font-face {
    font-family: 'Conv_Gobold Bold';
    src: url('font/Gobold-Bold.eot'), url('font/Gobold-Bold.woff');
    src: local('☺'), url('font/Gobold-Bold.woff') format('woff'), url('font/Gobold-Bold.ttf') format('truetype'), url('font/Gobold-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container-planilha-treino label{
    margin-bottom: 0px !important;
}

.container-planilha-treino .btn:focus, .btn:hover {
    color: #FFF;
    text-decoration: none;
}
.no-margin {
    margin: 0px !important;
}

.container-planilha-treino p a:hover {
    color:#237598 !important;
}

.new-search-header a:hover {
    color:#fff !important;
}

.planilha-title a:hover, .btn-primary-treino {
    color:#fff !important;
}

.no-margin-left {
    margin-left: -15px !important;
}

.no-margin-right {
    margin-right: -15px !important;
}

.no-margin-left-right {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding2lr {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.visited-link:visited {
    color: #fff !important;
}

.container-planilha-treino {
    color: #404040;
    /*padding-top: 10px;*/
}

.row-planilha-title {
 margin-top: 17px;
 margin-bottom: 1.65em;
 color: #ffffff !important;
}

#post .row-planilha-title{
    margin-top: 7px !important;
    margin-bottom: 0px !important;
}

.planilha-bottom-line {
    border-bottom: 2px solid #237598;
    height: 45px;
    margin-left: -15px !important;
}
/*.planilha-bottom-line .parceiro_ativo .img {
    background-image: url('../img/reebook_svg.svg');
}*/
.planilha-bottom-line .parceiro_ativo {
   float: right;
   margin-top: 9px;
   margin-right: -23px;
}
.planilha-bottom-line .parceiro_ativo img {
    height: 30px;
} 

/*campo checkbox */

.ckp_permissao {
    margin-top: 10px;
}
.ckp_permissao span {
    margin-left: 17px;
    line-height: 17px;
    color: #666666;
}
.ckp_permissao span a {
    margin-left: 17px;
    font-weight: 600;
    color: rgba(84, 82, 82, 0.86);
}
.ckp_permissao [type="checkbox"]:not(:checked),
.ckp_permissao [type="checkbox"]:checked {
    position: absolute;
    /* left: -9999px; */
    left: 28px;
    top: 74px;
    opacity: 0;
}
.ckp_permissao [type="checkbox"]:not(:checked) + label,
.ckp_permissao [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.ckp_permissao [type="checkbox"]:not(:checked) + label:before,
.ckp_permissao [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 12%;
  width: 1.9em;
  height: 1.8em;
  background: rgba(84, 82, 82, 0.86);
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.ckp_permissao [type="checkbox"]:not(:checked) + label:before {
  background: #FFF;
  border: 2px solid rgba(84, 82, 82, 0.33);
}
.ckp_permissao [type="checkbox"]:not(:checked) + label:after,
.ckp_permissao [type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: 0.5em;
  left: 0.3em;

  font-size: 1.4em;
  line-height: 0.8;
  color: #e6e3e3;
  transition: all .2s;
}
.ckp_permissao [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.ckp_permissao [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.ckp_permissao [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.ckp_permissao [type="checkbox"]:disabled + label {
  color: #aaa;
}
.ckp_permissao input[type=checkbox].error_click+label:before {
    border: 2px solid red !important;
}

.ckp_permissao [type="checkbox"].error_click:checked + label:before {
    border: 0px !important;
}

.form-plugin-planilha .btn-primary-treino {
    margin-bottom: -15px;
    margin-top: -16px;
}
.form-plugin-planilha .btn-search-margin {
    margin-bottom: 1px;
    margin-top: 1px;
}
/* mobile parceiro */
@media screen and (max-device-width: 416px) {
    .planilha-bottom-line {
        display: block !important;
        border: none;
    }
    .planilha-bottom-line .parceiro_ativo {

     float: left;
     margin-top: 9px;
     margin-right: -23px;
     margin-top: 13px;
     margin-left: 5px;
     }
     .planilha-bottom-line .parceiro_ativo img {
        height: 30px;
    } 
}

.planilha-title {
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    height: 45px !important;
    padding-top: 1.4em;
    color: #000;
    border-bottom: 2px solid #237598;

}

.planilha-title-text > .icon-planilhas{
    color: #237598;
    font-size: 24px;
    margin: -1px -3px 0px -24px;
}
.planilha-title-text span{
    color: #000 !important;
}


.planilha-title-text {
    margin-top: -0.25em;
    font-weight: 700;
    font-size: 28px;
    width: 100%;
    margin-left: 0;
}

.row-planilha-info {
    background-color: #333333;
    margin-bottom: 30px;
    padding: 1.4em 0em 0em 0em;
    color: #fff;
    min-height: 12.688em;
    border-radius: 3px;
}

.img-training-box {
    min-height: 179px;
    border-radius: 4px;
    padding-bottom: 1.5em;
}

.training-info-briefing {
    font-weight: 900;
    margin: 0.15em 0em 0.25em 0em;
    font-size: 30px;
}

/* Planilha search filters box */
.panel-search {
    border-color: #f1f1f1 !important;
    background-color: #f1f1f1 !important;
}

.panel-search > .panel-heading {
    color: #fff;
    background-color: #333333;
    border-color: #ddd;
    padding: 15px 20px;

}

.panel-search>.panel-heading>.panel-title {
    font-size: 22px;
}

.panel-search>.panel-heading>.panel-title > span {
    position: absolute;
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: 600;
    padding-left: 13px;
}
.newsletter-treino-area label{
    font-size: 14px;
}
.panel-search>.panel-body {
    border-bottom: 4px solid #D7D7D7;
}
.newsletter-treino-area > .control-label-planilha{
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    margin-left: -18px;
}

.panel-search>.panel-body > p, .newsletter-treino-area {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 0.4em;
    font-family: Lato;
}
.form-group .btn{
    border: none !important;
}
.checkbox-newsletter {
    margin-left: 0 !important;
}

.select2_combo, .full-width-img-planilha {
    width: 100%;    
}

.select2_combo_container_first {
    padding-bottom: 0.77em;
    font-size: 14px;
    color: #666;
}

.select2_combo_container {
    padding-top: 0.55em;
}

.select2_combo_container_state_cities {
    font-size: 14px;
    color: #666;
}

.select2-results__option, .select2-search__field {
    font-size: 14px;
    color: #666;
}

.planilhas-especiais-title {
    color: #000;
    border-bottom: 2px solid #237598;
    padding-bottom: 12px;
    font-weight: 900;
    margin-bottom: 1em;
    font-size: 30px;
    padding: 5px 15px;
    min-width: 350px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    background: transparent !important;
    /* display: inline-block; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* margin: 0; */
    padding-left: 0px;
    padding-top: 0;

}

.medium-icon {
    font-size: 28px;
}

.big-icon {
    font-size: 70px;
    padding-top: 8px;
}

.big-icon-list-all {
    font-size: 72px;
    padding-top: 8px;
}


.big-icon-result {
    font-size: 72px;
    padding-top: 10px;
    margin-bottom: -6px;
}

.btn-sheet-list {
    margin-bottom: 3em;
}

.sheet-icon-text {
    display: block;
    font-weight: bold;
    font-size: 20px;
    white-space: normal;
    padding: 10px 0px 5px 0px;
    /* comentado pois estraga os links rapidos de plainilha margin-top: -16px;*/
}

.row.btn-sheet-list .sheet-icon-text {
	padding:10px 10px 5px;
}

.sheet-icon-text {
    font-size: 20px;
}

.margin-list-all {
    margin: 0px !important;
    padding-top: 12px !important;
}

.btn-sheet-category {
    color: #fff;
    background-color: #bdbdbd;
    border-color: #bbbbbb;
    font-size: 10px !important;
    margin-left: 4px !important;
    border-radius: 2px !important;
    width: 102px;
    height: 21px;
}

.btn-sheet-category:not(:first-child) {
    margin-left: 12px !important;
}

.btn-sheet-category.active, .btn-sheet-category:active, .btn-sheet-category:hover  {
    color: #fff !important;
    background-color: #123B4D;
    border-color: #204d74;
}

.btn-sheet-category.active {
    color: #fff;
    background-color: #123b4d;
    border-color: #123b4d;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.opt-sheet-text {    
    position: absolute;
    left: 0px;
    top: 2px;
    width: 100%;
    text-transform: uppercase;
}

#sheet-button-set {
    margin-top: 8px;
}

.btn-primary-treino, .btn-primary-treino:visited {
    color: #fff;
    background-color: #237598;
    border-color: #237598;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

.btn-primary-treino-dark,

.btn-primary-treino-dark:focus {
    color: #fff !important;
    background-color: #237598;
    border-color: #237598;
    font-weight: 700;
}
.btn-primary-treino-dark:active{
    color: #fff !important;
    background-color: #123b4d;
    border-color: #123b4d;
}
.btn-primary-treino-dark:hover, .btn-primary-treino:hover{
    color: #fff !important;
    background-color: #174e66;
}
.btn-primary-treino:active{
    color: #fff !important;
    background-color: #123b4d;
}
.btn-search-margin {
    margin-top: 18px;
}

.btn-otulook {
    background: url('../img/btn-outlook.png') no-repeat center center !important;    
    height :52px !important;
    border : none !important;
    color : transparent !important;
}

/********* BEGIN: Formatting validations ***********/
/********* Color of invalid fields ***********/
.form-plugin-planilha .has-error .control-label,
.form-plugin-planilha .has-error .help-block,
.form-plugin-planilha .has-error .form-control-feedback,
/* Color of valid fields */
.form-plugin-planilha .has-success .control-label,
.form-plugin-planilha .has-success .help-block,
.form-plugin-planilha .has-success .form-control-feedback {
    color: #666666 !important;
}

/********* Hide icons ***********/
.form-plugin-planilha .form-control-feedback {
    visibility: hidden !important;
}

/********* END: Formatting validations ***********/

.btn-google-calendar {
    background: url('../img/btn-google-calendar.png') no-repeat center center !important;    
    height :52px !important;
    border : none !important;
    color : transparent !important;    
}

.form-control-planilha {
    color: #666666 !important;
    border-radius: 2px !important;
    height: 48px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500;
    padding: 6px 18px !important;
    background: #fff !important;
}

.control-label-planilha {
    font-size: 16px;
    color: #666666;
}

.btn-toolbar-planilha {
    margin-left: -10px !important;
}

.margin-calendar-text {    
    margin-bottom: 0.69em !important;
}

.sheet-distance-text {
    font-family: 'Conv_Gobold Bold' !important;
    position: absolute;
    color: #237598;
    left: -0.15em;
    top: 1.65em;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}

.sheet-distance-text:hover, .sheet-distance-text:active, 
.sheet-distance-text:focus {
    color: #237598;
}

.header-level-area {
    width: 14%;
}

.header-level-text {
    display: block !important;
    padding: 0.52em .6em 1.0em !important;
    font-size: 10px !important;
    height: 21px;

}

.margin2{
    margin-top: 2em;
}

.margin-title-download{
    margin-bottom: 1em !important;
    font-size: 20px !important;
}

.view-all-sheets {
    margin-bottom: 8em;
}

.margin-btn-outlook, .training-post-content {
    margin-top: 1.80em;
    margin-bottom: 20px !important;
    min-height: 115px;
}

.download-training-sheet {
    padding-top: 1.2em;
}

.new-search-header {
    width: 25%;
    margin-top: -1em;
}

.new-search-footer {
    margin-top: 1.15em;
    width: 50%;
    margin-top:2px;
}

.container-planilha-treino #sidebar{
    margin-top: 0px;
}


.btn.btn-color-gray{
    background-color: #666;
}

.btn.btn-color-gray:hover{
    background-color: #444;
}

.base-align{
    margin-bottom: -35px !important;
}
