﻿

/* TRADUCCIONES TABS */
.nav-translation > li {
    margin-right: 2px;
}
.nav-translation.nav > li > a{
    padding: 2px 5px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
    background-color: #f1f1f1;
    margin-right: 0px;
    color: #bfbfbf;
}

.nav-translation.nav > li.active{
    background-color: #fff;
}
.nav-translation.nav > li.active > a{
    background-color: #fff;
    color: #948b96;
    border-bottom: 1px solid #fff;
}

.aColorGrey{
    color: #999999;
}
.aColorYellow{
    color: #d9a73f;
}
.aColorGrey:hover{
    color: #d9a73f;
}

.progress{
    background-color: #fff;
}

/* CONTACTS copiado del css de inspinia, no esta actualizado. */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-box > a {
  color: inherit;
}
.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.contact-box.center-version > a img.customClass {
    width: auto;
  max-height: 73px;
  margin: 0px;
}
.contact-box.center-version > a img {
  width: auto;
  max-height: 83px;
 *margin-top: 10px;
  margin-bottom: 10px;
}
.contact-box.center-version address {
  margin-bottom: 0;
}
.work_team .contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}
.contact-box.center-version div.centerImgTitle  {
  display: block;
  width: 100%;
  text-align: center;
}
.contact-box.center-version div.centerImgTitle .heightImg80 {
  height: 100px;
}

/*.contact-box {
  background-color: #ffffff;
  border: none;
  padding: 0px;
  margin-bottom: 20px;
  text-align: center;
}*/
.guestsSection .contact-box{
    margin-bottom: 0px !important;
    border: none;
}

.guests-invited{
    padding-top: 10px;
    clear:both;
}
.guests-invited h3{
    margin-bottom: 15px;
}

.guests-invited tbody tr:hover{
    background-color: #faecc7;
    /*font-weight: bold;
    cursor: move;*/

}
.work_team_user .form-control:hover{
    background-color: white !important;    
    border-color: #ecba52;
}
.work_team_user .form-control:focus{
    background-color: white !important;
    border-color: #ecba52;
}
.work_team_user .btn-default{
    color: black !important;
}
.contact-box.center-version > img{
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-alert.alert{
    padding: 10px;
    display: table;
    text-align: center;
    margin: 0 auto 25px;
}
.custom-alert.alert-info {
    color: #fff;
    background-color: #23c6c8;
    border-color: #23c6c8;
}

.img-circle.user_icon {
    /*height: 48px;*/
    width: 48px;
}
.folder-list li:hover{
    background-color: #fcf6e8;
}
.select2 > .select2-choice.ui-select-match {
      /* Because of the inclusion of Bootstrap */
      height: 29px;
}

.file a .file-name {
    color: #676a6c;
    font-weight: bold;
    text-align: center;
}
.file a .file-name small {
    font-weight: normal;
}
.file .file-name{
    height: 75px;
    overflow: hidden;
}
.select2-container-multi .select2-choices{
    border: 1px solid #e5e6e7;
    box-shadow: none;
    background-image: none;
    font-size: 14px;
    color: #555;
}

.select2-container-multi.select2-container-active .select2-choices{
    border: 1px solid #ecba52;
    box-shadow: none;
}
.select2-drop-active{
    border-color: #ecba52;
}
.select2-results .select2-highlighted{
    background-color: #ecba52;
}
.ui-select-choices-row:hover {
     background-color: #ecba52;
     color: #ffffff;
}
.select2-container-multi .select2-choices .select2-search-choice{
    color: #555555;
}

.select2-container-multi .select2-choices:hover {
    border: 1px solid #ecba52;
}
.ui-slider.ui-widget-content{
    height: 17px;
}
.ui-slider > .ui-widget-header{
    background-color: #ecba52;
}
.customSlider .ui-state-default,.customSlider .ui-widget-content .ui-state-default,.customSlider .ui-widget-header .ui-state-default {
    height: 25px;
    width: 25px;
}
.customSlider .ui-widget-content .ui-state-default:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 9px;
    top: 5px;
}
.customSlider .ui-widget-content .ui-state-default:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 13px;
    top: 5px;
}

.skin-3 .mce-panel{
    background-color: #F5F5F5;
    border: 1px solid #E5E6E7;
    color: #676a6c;
}
.skin-3 .mce-menu{
    background-color: white;
}
.skin-3 .mce-widget{
     background-color: #F5F5F5;
}
.eventsList .contact-box{
    display:block;
    height: 180px;
}
.eventsList .progress{
    margin-bottom: 0 !important;
}
.eventsList h3{
    display: block;
    overflow: hidden;
    height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work_team .centerImgTitle{
     max-height: 185px;
     overflow:hidden;
}

.select2-container-multi .select2-choices .select2-search-choice{
    border: 1px solid #cecece;
    padding:3px 5px 4px 18px;
    margin: 5px 0 3px 5px;
    background-color: #fafafa;
}



/*************************************************************************************************
    * documents 
*************************************************************************************************/
#tinymce .razor_expression{
    height: 20px;
    border: 1px solid #cecece;
    width: 350px;
    background-color:white;
    display: table;
    font-style: italic;
    margin-bottom: 3px;
    vertical-align: middle;
    padding: 4px 0px 0px 10px;
    color: #adadad;
}
#tinymce .borderBlack{
    border: 1px solid #676a6c;
}

#tinymce .page-break{
    width: 100%;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dotted #999999;
    background-color: #F4F5F5;
    padding: 10px;
    font-style: italic;
}

#tinymce .acceptInvitation{
    border: 1px solid green;
}

#tinymce .cancelInvitation{
    border: 1px solid red;
}

#tinymce .delegateInvitation{
    border: 1px solid #999999;
}

.mce-primary button{
    color: #333 !important;
}

.datepickerCustom button{
    background-color: white;
    border-color: #c2c2c2;
    color: #676a6c;
}
.datepickerCustom button.btn-info.active {
   background-color: #ecba52;
}

.datepickerCustom button:hover > span.text-info {
    color: white;
}
.datepickerCustom button.active > span.text-info{
    color: white;
} 
.datepickerCustom button > span.text-info{
    color: #ecba52;
} 
.datepickerCustom button:hover{
    background-color: #ecba52;
    border: 1px solid #ecba52;
}
.datepickerCustom button > span.text-muted{
    color: #e7eaec;
}
.todo-list > li{
    background-color: #f9f9f9;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.two-blocks-groups-info{
    column-count:2; 
    -moz-column-count:2; 
    -webkit-column-count: 2;  
    text-align: justify; 
}
.two-blocks-groups-info .nav > li{
    height: 25px;
}

.eventInfo a{
    color: #676a6c;
}
.modal-extra-lg{
    width: 950px;
}
.eventsActives img{    
    max-height: 70px;
}

.ui-grid-footer-panel{
    background: none;
    border-bottom: none;
}
.ui-grid-footer-panel .ui-grid-footer-cell{
    border-right: none;
}
.selectize-dropdown .disabled [data-selectable]{
    cursor: not-allowed;
}
.selectize-dropdown .disabled{
    background-color: #faecc7;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.selectize-dropdown .disabled:hover{
    
    color: #495c68;
}

.custom-background-color-grey{
    background: #FAFAFB;
}

.custom-ui-select .ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
    background-color: white;
    color: grey;
}
.custom-ui-select .ui-select-bootstrap .ui-select-choices-row.active>a{
    background-color: #faecc7;
    color: grey;
}

#calendar-month .well {
    background-color: white;
}

@media (min-width: 1200px) and (max-width: 1450px) {

    #calendar-month .btn-group-sm > .btn, #calendar-month .btn-sm {
        padding: 1px 6px;
        font-size: 11px;
        line-height: 1.5;
    }

    
}