/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-01-2017, 13:12:21
    Author     : fsego
*/

.panel-title a{
    
    font-size: 15px;
    font-weight: 400;
}

.g-signin2{
  width: 100%;
}

.g-signin2 > div{
  margin: 0 auto;
}

.g-signin2 > div{
  width: auto !important;
}

#googleSignIn{
    width: 60%;
    height: auto;
}

.l-register{
    padding: 35px 35px 35px 25px !important;
}

.l-register button{
    margin-top: 15px;
    margin-left: 15px;
}
body.login-content:before{
    background: none !important;
}
.login-content{
    /*padding: 15px 60px !important;*/
}
.header-logo{
    background-image: url(../img/logo-white.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: auto 80%;
}
#loading{
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#666;
  background-image:url('../img/loading.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  display: none;
}

.a-causa{
    cursor: pointer;
}
/*
.a-civil{
    color: #03A9F4;
}
.a-laboral{
    color: #03A9F4;
}
*/


.panel-collapse .panel-heading:before{
    margin-left: 10px;
    
}

.panel-collapse .panel-heading.active:after{
    margin-left: 10px;
 
    font-weight: 600;
    margin-top: 2px;
}

.panel-collapse .panel-heading .panel-title>a{
    /**color: white;**/
}

.border-lightblue{
    border: 1px solid #03A9F4;
}

.border-amber{
    
}

.boder-orange{
    border: 1px solid #FF9800;
}

.border-bluegray{
    border: 1px solid #607D8B;
}

.boder-lime{
    border: 1px solid #CDDC39;
}

.border-gray{
    border: 1px solid #9E9E9E;
}

.border-lightgreen{
    border: 1px solid #8BC34A;
}

.border-pink{
    border: 1px solid #E91E63;   
}

.panel-group[data-collapse-color=cyan] .panel-collapse .panel-heading.active .panel-title>a:after{
    background: none;
}

.bgm-none{
    background: none !important;
}

.form-control{
    border: 1px solid #cccccc;
}

.login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header{
    padding: 30px 60px 0;
}
@media (max-width: 767px){
    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header{
        padding: 30px 40px 0;
    }
}

.login.login-with-news-feed .login-header .icon{
    top: 28px !important;
}

.p-google{
    padding-left: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

/**BOTONES**/
.btn-pdf {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/pdf_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-word {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/word_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-folder {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/folder_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-music {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/music.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-ver {
height: 25px; 
width: 25px;   
margin-bottom: 10px;
background-image: url('../img/icons/ver_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}


.btn-music {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/music_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-blank {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/empty_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-texto {
height: 25px; 
width: 25px;   
background-image: url('../img/icons/texto_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}


/**CUSTOM**/
.card .card-header{
    padding: 16px 20px;
}

.panel-body{
    padding: 15px !important;
}

.dataTables_filter, .dataTables_length{
    padding: 10px 15px;
}
/** DATA TABLE


div.dataTables_wrapper div.dataTables_paginate{
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before{
    margin-right: 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before{
     margin-right: 15px !important;
}

.dataTables_filter{
    width: 100% !important;
}
**/

.mycon{
    background-image: url(../img/pocketlawyer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.2 !important;
    height: 70px;
    width: 60px;
}

.b-solid-gray{
    border: 1px solid lightgray;
    margin: auto !important;
}

.b-solid-gray .btn{
    width: 100%;
}

.r-ingreso{
    background-color: rgba(135,195,74,0.2) !important;
}

.r-gasto{
    background-color: rgba(244,67,54,0.2) !important;
}

#cuadernos_chosen{
    text-align: center !important;
    background-color: #4cae4c;
    color: white !important;
}

#cuadernos_chosen .chosen-single{
     color: white !important;
}

#cuadernos_chosen .chosen-single::before{
     display: none;
}

.bgm-lightgray{
    background-color: #f9f9f9 !important;
}

.alerta{
    font-size: 20px !important;
    width: 39px;
}

/**
.novedad{
    background-color: #e9eaed;
}
.novedad td{
    background-color: #e9eaed !important;
}**/

.red{
    color: red !important;
}

.green{
    color: #8BC34A !important;
}

.custom-table >tbody>tr>td:first-child, .custom-table>tbody>tr>th:first-child, .custom-table>tfoot>tr>td:first-child, .custom-table>tfoot>tr>th:first-child, .custom-table>thead>tr>td:first-child, .custom-table>thead>tr>th:first-child{
    padding-left: 10px;
}

.custom-table >tbody>tr>td:last-child, .custom-table>tbody>tr>th:last-child, .custom-table>tfoot>tr>td:last-child, .custom-table>tfoot>tr>th:last-child, .custom-table>thead>tr>td:last-child, .custom-table>thead>tr>th:last-child{
    padding-right: 10px;
}

.custom-table >tbody>tr>td, .custom-table>tbody>tr>th, .custom-table>tfoot>tr>td, .custom-table>tfoot>tr>th, .custom-table>thead>tr>td, .custom-table>thead>tr>th{
    padding: 10px;
}

.table-resumen  >tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 10px;
}

.main-menu>li>a{
    padding: 7px 20px 14px 65px !important;
}
.main-menu>li>a>i{
    padding: 6px 0px !important;
}

input[type="image"]{max-height: 25px; max-width: 25px; }
/* Reescribir CSS del calendario*/
.fc td.fc-today {
    border-style: double;
    background-color: rgb(255, 248, 226);
}


#calendar .fc-toolbar {
  height: 65px;
  background-image: url('../img/cal-header.jpg');
  background: rgba(0, 0, 0, 0.36);
  /*background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position: inherit;*/
}

#calendar .fc-toolbar:before {
    /*
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0;
    */
}

#calendar .fc-toolbar .fc-center {
  /*margin-top: 238px;*/
  position: relative;
}

@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    height: 100px;
  }

  #calendar .fc-toolbar .fc-center {
    margin-top: 69px;
  }
}

.fc-toolbar {
  margin-bottom: 0;
  padding: 15px 7px 19px;
  position: relative;
}

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff;
}

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688;
}

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px;
}

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1;
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\f2fa";
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\f2fb";
}

#fc-actions {
  position: absolute;
  bottom: 16px;
  right: 12px;
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

/*CSS de notas*/
.list {
  color: #555;
  padding: 0 !important;
  font-family: courier, monospace;
  border: 1px solid #dedede;
  
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
}
.list textarea[disabled] {
  list-style: none !important;
  /*border-bottom: 1px dotted #ccc;*/
  text-indent: 25px;
  height: auto !important;
  padding: 10px !important;
  text-transform: capitalize;
  background-color: rgb(255, 248, 226) !important;
  margin-bottom: 0px;
  cursor: default;
}

.list textarea
{
    background-color: white;
}

.nota-menu-debajo
{
    margin-left: 20px;
    margin-bottom: 16px;
}

/*CSS de menú*/
.card-padding-menu
{
    padding: 15px 15px !important;
}

.card-padding-menu .form-group {
    margin-bottom: 0px;
}

/*Sobrecarga CSS DataTables*/
table.dataTable tbody tr.selected
{
    background-color: rgb(224, 230, 240);
}

#data-table-novedades > tbody > tr td
{
    padding-left: 10px;
}

/*Botones agrupados*/
.botones-grupo-titulo button
{
    margin-top: -5px;
    margin-right: 2px;
    margin-left: 2px;
}

.botones-grupo button
{
    margin-right: 2px;
    margin-left: 2px;
}

/*Shadows*/
.z-depth-1 {
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}

.novedad{
    background-color: #e9eaed !important;
}

.span-title{
    font-weight: 400;
    font-size: 17px;
}

.tr-white{
    background-color: white !important;
}

.selected-costos{
    background-color: rgba(139,195,74,0.6) !important;
}


.even{
    background-color: #eee !important;
}

.odd{
    background-color: white !important;
}

.selected{
    background-color: rgba(139,195,74,0.4) !important;
}


.table-flat>tbody>tr>td, .table-flat>tbody>tr>th, .table-flat>tfoot>tr>td, .table-flat>tfoot>tr>th, .table-flat>thead>tr>td, .table-flat>thead>tr>th{
    padding: 7px !important;
}

.btn-icon2 {
    border-radius: 50%;
    width: 30px;
    line-height: 25px;
    height: 30px;
    padding: 0;
    text-align: center;
}

#data-table-novedades td[colspan='7'] { 
    padding: 0px !important;
}

.abcRioButtonContents{
    color: white;
}
.abcRioButtonContentWrapper{
    text-align: left;
}


@media only screen and (max-device-width : 640px) {
/* Styles */
    
    .card-header .btn{
        width: 100%;
        margin-top: 7px !important;
    }
    
        #calendar .fc-toolbar {
         height: 50px;
       }

       #calendar .fc-toolbar .fc-center {
         margin-top: -10px;
       }
       #fc-actions {
            position: absolute;
            bottom: 12px;
            right: 12px;
        }
        .fc-toolbar h2 {
            margin-top: 7px;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            color: #fff;
        }
        .fc .fc-toolbar>*>* {
            float: left;
            margin-left: .45em;
        }
}

@media only screen and (max-device-width: 768px) {
/* Styles */
    .card-header .btn{
        width: 100%;
        margin-top: 7px !important;
    }
    #header{
        background-image: url(../img/pocketlawyer-white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 90%;
    }
}

@media only screen and (max-device-width: 360px) {
/* Styles */
    .card-header .btn{
        width: 100%;
        margin-top: 7px !important;
    }
    
    #calendar .fc-day-grid-event {
        margin: 0;
    }
  
}

.btn-link-custom { 
     background: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}