﻿*
{
    font-family: Arial, Helvetica, sans-serif;
}

html
{
    /*background-image: url('../images/bg_tile.jpg');
    background-repeat:repeat-x;
    background-color: #f8d9a0;*/
}

body
{
    margin:0px;
    font-size:12px;
}

input, select, textarea
{
    border: 1px solid #eee;
}

input[type=button]
{
    background-color:#f7b64c;
}

input[type=checkbox]
{
    vertical-align:middle;
}

a, a:hover, a:visited
{
    color: #aaa;
    text-decoration:none; 
}

a > img
{
    border:0px;
}

a:hover 
{
    cursor:pointer;
    color:#000;
    /*text-decoration:underline;*/
}

ol 
{
    margin:0px;
}

.fgc-hidden
{
    visibility:hidden;
    display:none;
}
.container
{
	width:1170px;
	margin:50px auto 0px auto;
}
.fgc-form-hidden
{
    visibility:hidden;
    display:none;
}

ol.fgc-avisos-list
{
    list-style-type:none;
    padding-left:0px;
    margin-top: -15px;
}

ol.fgc-subavisos-list
{
    list-style-type:none;
    padding-top:20px;
    padding-left:0px;
    padding-left:56px;
    clear:both;
}

ol.fgc-avisos-list > li
{
    padding-bottom:10px;
    margin-bottom:10px;
    /*border-bottom: #eee 1px solid;*/
    overflow:hidden;
}

ol.fgc-subavisos-list > li
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: #eee 1px solid;
    overflow:hidden;
}

.fgc-form-nouavis
{
    padding-left:56px;
    position: relative;
}

.fgc-cap-nouavis input[type=textbox], .fgc-form-nouavis input[type=textbox]
{
    margin-left:10px;
    color:#999;
    width: 400px;
}

.fgc-cap-nouavis
{
    padding-left:56px;
}

.fgcsublinia img
{
    vertical-align:middle;
    white-space: nowrap;
}

.fgc-avis-logo
{
    height:48px;
    width: 48px;
    float:left;
    display:block;
    /*position:absolute;*/
}

.fgc-avis-col1
{
    float:left;
    width:50px;
    min-height: 30px;
}

.fgc-avis-col2
{
    float:left;
    width:480px;
    min-height: 30px;
}

.fgc-avis-col3
{
    float:left;
    width:380px;
}

.fgc-avis-info
{    
    min-height: 48px;
    display:block;
    margin-left: 56px;
}

.fgc-subavisos-list .fgc-avis-info
{
    margin-left: 0px;
    padding-left:20px;
    background-image:url(../images/cuadrado_naranja.gif);
    background-repeat:no-repeat;
}

.fgc-avis-actions
{        
    display:block;
    margin-left: 56px;
    font-size: 11px;   
}

.fgc-avis-actions a
{
    color:#5687bf;
    text-decoration:none;
}

.fgc-avis-actions a:hover
{    
    text-decoration:underline;
}

.fgc-avis-titol
{
    display:block;
    color:#ff710b;
    font-size: 14px;
    font-weight:bold;
}

.fgc-avis-text
{
    color:#000;
    font-size: 14px;
}

.fgc-avis-horadata-fase0
{
    font-size: 14px;
    font-weight:bold;
}

.fgc-avis-hora
{
    color:#ff710b;
    font-size: 14px;
    font-weight:bold;
}

.fgc-avis-horadata
{
    color:#ff710b;
    font-size: 10px;
    font-weight:bold;
}

.fgc-avis-fase
{
    color:#000;
    font-size: 11px;
}

.fgc-avis-data
{
    display:block;
    color:#999;
    font-size: 11px;
    font-weight: bold;
}

.fgc-avis-linia
{
    display:block;
    font-size: 14px;
    font-weight: bold;
}

.fgc-avis-linia img 
{
    vertical-align:middle;
}

.hilite
{
    background-color:#eee;
}

textarea {
	width:400px;
	overflow:hidden;
	height: 60px;
}

#fgc-form-editaravis input[type=text] 
{
    width: 400px;
}

#tabs
{
    float:right;
    width:290px;
    min-height:520px;
    /*padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    margin-right:10px;*/
}

#nou-primer-avis
{
    /*padding-left:20px;
    padding-right:20px;
    padding-top:10px;*/
    padding-bottom:40px;
    background-color:#eee;
    /*width:404px;*/
    /*width:250px;
    float:right;*/
    /*margin-right:10px;*/
}

#nou-primer-avis textarea
{
    width:250px;
}

#nou-primer-avis input[type=text]
{
    width:250px;
}

#nou-primer-avis input[type=button]
{
    float:right;
}

#historic-avisos select
{
    width:250px;
}

/*** LOGIN ***/
.fgc-dlg-login .ui-dialog-titlebar
{
    visibility: hidden;
    display: none;
}

.ui-dialog .ui-dialog-content
{
    padding:0px;
    overflow:visible;
    /*height: 280px;*/
}

.fgc-dlg-login .ui-dialog-content label
{
    width: 100px;
}

.ui-dialog
{
    top:50px !important;
}

.ui-dialog .ui-dialog-buttonpane
{
    padding:0px;
}

.ui-tabs .ui-widget-header
{
    /*border-bottom: 0px;*/
}

.ui-tabs .ui-widget-header .ui-state-default
{
    background: #fff;
}

.ui-tabs .ui-widget-header .ui-tabs-selected
{
    background: #eee;
    padding-bottom:2px;
}

.ui-tabs .ui-widget-content
{
    background: #eee;
}

.ui-state-error, .ui-widget-content .ui-state-error
{
    background: #ffe0e0;
    color: #000;
}

#fgc-logos-linies ul
{
    list-style-type:none;
}

#fgc-logos-linies ul li
{
    float:left;
    height:30px;
}

#fgc-logos-linies ul li img
{
    float:left;
    padding-right: 15px;
}

.spellcheck_title
{
    float: left;
    position: relative; 
    width:200px;
	padding-bottom:5px;
}

.fgc-avis-historicAvisosDetail
{
    width:100%;
}

.fgc-avis-historicAvisosDetail td, .fgc-avis-historicAvisosDetail th
{
    text-align:center;
}
.ui-dialog-content #titol, .ui-dialog-content #linia{
	width:300px;
}
.ui-dialog-content .spellcheck_title{
	padding-top:5px;
}
.breadcrumb
{
    color:#7d7d7d;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    margin-left:2px;
    padding: 0px 0px 12px 0px;
}
        
.fgc-titol{
    background:url(/images/fonssuperior.jpg);
    color: #526069;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    height: 90px;
    display: table;
    width: 100%;
}
.fgc-titol .container{
    margin-top:30px;
}
.fgc-titolLeft{
    font-weight: 100;
    font-size: 29px;
	float:left;
	}
.fgc-titolLeft span {
    line-height: 44px;
    font-weight: bold;
    font-size: 25px;
    padding-left: 10px;
}
.fgc-titolLeft img, .fgc-titolLeft span{
	float:left;
}
.fgc-titolRight{
	float:right;
}
.fgc-titolRight > a {
    text-align: center;
    white-space: nowrap;
    color: #fff;
	font-size:14px;
    background-color: #526069;
    vertical-align: middle;
    padding: 10px 15px;
    line-height: 27px;
    border-radius: .215rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fgc-titolRight > a:hover{
	background-color:#eb6720;
}

.ls-textareaDescrip{
            line-height: 25.5px !important;
            height:223px !Important;
            font-size:16px !Important;
} 

.divloader {
    align-items: center;
    /* background-color: black; */
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    text-align: center;
    background: rgb(238,238,238);
    background: radial-gradient(circle, rgba(238,238,238,1) 45%, rgba(238,238,238,0) 82%);
    cursor: not-allowed;
    pointer-events: all !important;
}
.loading-add-fase{
    background: rgb(249 226 226);
    background: radial-gradient(circle, rgb(255 255 255) 45%, rgba(238,238,238,0) 82%);
    cursor: not-allowed;
    pointer-events: all !important;
    display: flex;
}

.loader {
    width: 60px;
  }
  
  .loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
  }
  
  .loader-text {
    color: #000;
    font-family: arial, sans-serif;
  }
  
  .loader-text:after {
    content: 'Loading';
    animation: load 2s linear infinite;
  }

  .buttonInput:hover {
    cursor:pointer;
    background-color: #eb6720;
    color: white;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes load {
    0% {
      content: 'Creant';
    }
    33% {
      content: 'Creant.';
    }
    67% {
      content: 'Creant..';
    }
    100% {
      content: 'Creant...';
    }
  }


