body{
    background: #EFEFEF;
    font-style: arial;
    font-size: 10pt;
    background: url(../img/pubbg.png);
}
/* HIDE UGLY DOTTED ! */
a{
    outline: 0;
}

.hide{
    display: none;
}

.topMenu{
    height: 48px;
    background: #000114;
    display: block;
    padding: 2px;
    clear: both;
    box-shadow: 0 0 7px #000;
}

.topMenu ul{
    margin-left: auto;
    margin-right: auto;
    clear: both;
    height: 48px;
    width: 220px;
}

.topMenu ul li{
    float: left;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
}


.topMenu a{
    display: block;
    height: 48px;
    width: 48px;
    font-size: 0px;
}

.home,.email, .contacte,
.sms,.raport{
    width: 48px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
}

.home{ background: url(../img/home.png); }
.home:hover{ background: url(../img/home_ovr.png); }
.rapemail{ background: url(../img/email.png); }
.rapemail:hover{ background: url(../img/email_ovr.png); }
.rapsms{ background: url(../img/phone.png); }
.rapsms:hover{ background: url(../img/phone_ovr.png); }
.contacte { background: url(../img/contacts.png); }
.contacte:hover { background: url(../img/contacts_ovr.png); }
.raport { background: url(../img/raport.png); }
.raport:hover { background: url(../img/raport_ovr.png); }

.tmplBody{
    max-width: 835px;
    display: table;
    margin: 50px auto 20px auto;
    padding: 5px;
    background: url(../img/blk_transp.png);
    border: 1px solid white;
    box-shadow: 0 0 7px #999;
    border-radius: 5px;
    padding-bottom: 20px;
    min-width: 330px;
    height: 300px;
}


.tmplBody h2{
    /*color: #f5f5f5; */
    color: black;
    padding: 10px 5px 5px 10px;
    border-bottom: 1px solid black;
   /* text-shadow: inset 2px 2px 2px #999;*/
    text-shadow: 0px -1px 0px white;
    background: url(../img/blk_transp.png);
    margin: -7px 0 10px -5px;
    width: 830px;
    margin-right: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ip{
    float: right;
    margin-top: -10px;
    padding-right: 10px;
}

.mesaj{
    display: block;
    margin-top:20px;
    width: 100%;
}

/*--------------[ PARTI ]-------------*/
.parti{
    font-size: 10pt;
    line-height: 16pt;
}
.parti label{
    text-transform: uppercase;
    margin-left: 5px;
}

#citatii,
#comunicari{
    /*border: 1px solid red;*/
    width: 820px;
    min-height:120px;
    overflow-x: hidden;
}

.parte,
.parteSelected,
.partenofile{
    width: 390px;
    border: 1px dotted silver;
    float: left;
    height: 85px;
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
    margin:4px;
}
.parte:hover{
    background: url("../img/blue_transp.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: rgba(82,168,236,0.8);
    text-shadow: 1px 1px 1px white;
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.parteSelected{
    background: url("../img/blue2_transp.png");
    color: white;
}
.partenofile{
    border: 1px solid red;
}

.parte em,
.parteSelected em,
.partenofile em{
    float: right;
}
.parte span,
.parteSelected span,
.partenofile span{
    float: left;
    text-transform: uppercase;

}
.parte div,
.parteSelected div,
.partenofile div{
    clear: both;
    text-align: center;
    font-weight: bold;
    line-height: 10pt;
    padding-top: 5px;
    color: #000090;
}
.parteSelected div{
    color: white;
}
.parteSubliniat{
    border-top: 1px dotted silver;
}
.parteContainer{
    height: 80px;
    border: 0px;
}
.gri{
    color:#0e0e0e;
}

/* FORMS */
.ajaxloader,.ajaxnoloader{
    min-height: 35px;
}
.ajaxloader{
  background: url(../img/ajax-loader.gif) no-repeat;
  background-position: center center;
}
label {
    cursor: pointer;
    font-size: 10pt;
    font-weight: 700;
    margin: 0 3% 0 0;
}
label span{
    color: red;
    margin-left: 3px;
}
.input{
    margin-left: 10px;
}


.alert{
    text-shadow: none;
    background: url(../img/red_transp.png);
    color: white;
    border: 0;
    border-radius: 5px;
    font-size: 12pt;
    margin-bottom: 30px;
}
.nota{
    text-shadow: none;
    color: black;
    border: 0;
    border-radius: 5px;
    font-size: 12pt;
    margin-bottom: 30px;
    background: #99c2ff;
}

/* linieform il gasesti si-n citatii.css necesar unde nu se include suw.css */
.linieform{
    clear: both;

    height: 40px;

    display: block;
    line-height: 16px;
}

.linieform label{

    display: block;
    float: left;
    text-align: right;

    width: 150px;
    height: 40px;
    line-height: 30px;
    cursor: default;
}

/*------------[ TABS ]---------*/
.nav{
    margin-bottom: 0;
}
.nav-tabs{
    margin-left: -1px;
}
.nav-tabs > li > a{
    margin-left: 1px;
    background: #eeeeee;
}
.nav-tabs > li > a{
    font-weight: bold;
}
.nav-tabs .active{
    margin-left: -1px;
}
.tab-content{
    padding: 5px;
    background: white;
    margint-top: -10px;
    max-width: 835px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*  EMAIL / SMS */
.emailsms{
    display: table;
    margin-bottom: 10px;
    width: 180px;
    width: 835px;
    display: none;
}
.email,.sms{
    width: 410px;
    display: table;

}
.email{
    float: left;
    background: url(../img/email_bg.png)  no-repeat;
}
.sms{
    float: right;
    background: url(../img/sms_bg.png)  no-repeat;
}


/* RAPORT */
.listaraport{
    cursor: default;
}
.listaraport th{
    background: #000114;
    font-weight: bold;
    color: white;
}
.listaraport td{
    padding:2px 4px 2px 4px;
    font-size: 10pt;
    vertical-align: middle;
    border-bottom:1px solid silver;
}

.listaraport tr:hover{
    background: #9EA6FF;
}
.iddosar{
    font-weight: bold;
    text-align: right;
}
.rapnume{
    text-transform: capitalize;
}

.btn-print:hover{
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-position: 0 0px;
}
.status{
    text-align: center;
}

.icn{
 display: block;
 width: 16px;
 height: 16px;
 margin: 0 auto 0 auto;
}
.nou{
 background: url(../img/icons/nou.png) no-repeat;
}
.trimis{
 background: url(../img/icons/ok.png) no-repeat;
}
.err{
 background: url(../img/icons/err.png) no-repeat;
}
.confirm{
    background: url(../img/icons/confirm.png) no-repeat;
}
.sending{
    background: url(../img/icons/doc_sending.png) no-repeat;
}
.copymode{
    background: url(../img/icons/copiere.png) no-repeat;
}
.copysign{
    background: url(../img/icons/semnare.png) no-repeat;
}
.waitsign{
    background: url(../img/icons/semnare.png) no-repeat;
}

.error{
    color: #C00000;
}

.pageloader{
    height: 100%;
    width: 100%;
    /* background: url(../img/white_transp.png); */
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}

/*----------------------------------------------[ SUW MODAL ]*/
.suwModal{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    display: none;
}
.suwModal .content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 5px;
    font-size: 12pt;
  }
.suwModal .close {
    color: darkred !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
}


/*----------------[ TREE ]*/
.statusfisiere{
    float: left;
    font-weight: bold;
    line-height: 20pt;
}
.statusfisiere span{
    color: #000090;
}
/*
.numefisier{
    float: left;
    display: block;
    width:92%;
    padding-left: 5px;
    font-size: 11pt;
}
.numefisier div{
    width: 100%;
    float: left;
    background: silver;
}
.numefisier em{
    font-weight: normal;
    float: right;
    padding-right: 4px;
    text-align: right;
    width: 35px;
    margin-left: -15px;
}
*/
.randFisier{
    line-height: 16pt;
    font-size: 11pt;
    clear:both;
    width: 770px;
    height:16pt;
    margin-bottom:1px;
}
.randFisier:hover{
    background: #efefef;
}
.randFisier .tooltip-inner{
    margin: 5px;
    padding: 5px;
    font-size: 10pt;
}
.randFisier .data{
    width: 80px;
    text-align: right;
    padding-right: 5px;
    background: transparent;
    float: left;
    cursor: pointer;
}
.randFisier .nume{
    cursor: pointer;
    float: left;
    width: 750px;
    margin-right: -10px;
}
.randFisier .ales{
    background-color: rgba(82,168,236,0.6);
}
.randFisier .btn-file-preview {
    float: right;
}


/*----------------[ MODAL HEADER ]*/
.modal-header{
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff inset;
}

/*----------------[ prealabile ]*/
/*
.prealabile_err{
    float: right;
    width: 460px;
    height: 30px;
    margin-top: 3px;
    margin-left: 15px;
    background: red;
}
.prealabile_err a{
    margin-top: 1px;
}
*/


/*----------------[ Agenda ]*/
#agendaEmail{
    float: right;
}
.agenda {
	background-color: #fefefe;
	height: 300px;
	width: 600px;
	display: block;
	position: absolute;
	padding: 6px;
	box-shadow: 3px 3px 20px -4px rgba(0,0,0,0.9);
	border-radius: 13px;
	border: 1px solid #7f7f7f;
        margin-left: 30px;
        margin-top: -350px;
}

.agenda:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 14px solid transparent;
	border-top-color: #7f7f7f;

	top: 100%;
	left: 50%;
	margin-left: -14px;
}
.searchbar{
	width: 100%;
	height: 40px;
	line-height: 20pt;
        display: block;
}
.results{
	width: 600px;
	height: 260px;
	display: block;
	overflow: auto;
}



.listaraport .nume{
	width: 190px;
	white-space: nowrap;
}
.listaraport .nume,
.listaraport .eml,
.listaraport .tel{
	font-size: 10pt;
        text-align: left;
}
.listaraport td{
    vertical-align: left;
    color: black;
}

.xclose{
  display:block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background: url(../img/icons/xclose_28.png) center center no-repeat;
  position: absolute;
  margin-left: 97%;
  margin-top: -18px;
  cursor: pointer;
}


/*-----------------------------------[ Calendar ]*/
.calendartrimise{
    background: url(../img/steluta.png) no-repeat scroll top right;
}

/*-----------------------------------[ POPUP Confirmare ] */
.text-center{
    text-align: center;
}
.confirmarettl{
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}
.popup-mesaj{
    min-height: 30px;
    display: block;
    margin-bottom: 10px;
}
.popover{
    width: 400px;
    z-index: 9999;
    box-shadow: 3px 3px 20px -4px rgba(0,0,0,0.9);
}
.conflabel{
    width: 130px;
    text-align: right;
    color: #000090;
    vertical-align: top;
}
.confvalue{
    text-align: left;
    font-weight: bold;

}
.red{
    color: #C00000;
}

/*----------------------------------[ fisiere atasate ]*/
.atasament{
 background: url("../img/paperclip.png") no-repeat;
 background-position: 0 4px;
}

.notaYellow {
  line-height: 20px;
  background: #fef4b2;
  border-radius: 5px;
}

.emailAddr,.emailAddrActive{
  display: block;
  width:390px;
  height: 10px;
  font-size: 6pt;
  line-height: 8pt;
  text-align: right;
  border: 0;
  position:absolute;
  margin-top:70px;
  color: #660000;
}

.emailAddrActive{
  color: #ffffff;
}

.popDivMsg {
  padding: 2px;
  background-color: #cfcfcf;
  text-align: center;
  margin-top: 15px;

  background: #cfcfcf url("../img/download.png") no-repeat center right;
  background-size: 128 128;
}

.acordIcon{
  width: 60px;
  height: 80px;
  display: block;
  z-index:1;
  margin-top:-25px;
    position: absolute;
}
.da{
  background:url("../img/icons/da.png") no-repeat scroll 3px 20px;
}
.nu{
  background:url("../img/icons/nu.png") no-repeat scroll 3px 20px;
}
.incert{
  background:url("../img/icons/incert.png") no-repeat scroll 3px 20px;
}

/*-------------------------[ v.1.4.49 - buton info + tooltip ]*/
.hide{
 display: none;
}

.tipTitlu{
 font-weight: bold;
 font-size: 11pt;
 color: #000095;
 border-bottom: 1px solid silver;
 margin: 0 -14px 3px -14px;
 padding: 0 10px 3px 10px;
 max-width: 350px;
}

.tipText{
 font-size: 10pt;
 color: #000;
 max-width: 350px;
}

.btn-cerc {
   width: 14px;
   height: 14px;
   text-align: center;
   font-size: 12px;
   line-height: 1.35;
   border-radius: 10px;
   display: inline-block;
   text-decoration: none;
   cursor: pointer;
   position: absolute;
   margin-top: 85px;
   /* margin-left: -400px; */
    float:left;

}

.btn-i {
  /*margin-top: -8px;*/
  text-transform: lowercase;
  font-style: italic;
  border: 1px solid #D1A800;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight:bold;
  text-decoration: none;
  background-color: #ffd65e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
  background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
  background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
  background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
  background-image: -o-linear-gradient(top, #ffd65e, #febf04);
  background-image: linear-gradient(to bottom, #ffd65e, #febf04);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
}

.btn-i:hover{
  border:1px solid #f7b800;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #ffc92b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc92b), to(#ce9a01));
  background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc92b, endColorstr=#ce9a01);
}

.statConfirmare{
    display: none;
}

/*--------------------------------------------[ Comunicare din Oficiu ]*/
.raportComOficiu{
    text-align: left;
    background: white;
    border-radius: 5px;
    max-width: 820px;
    padding: 0 2px 4px 2px;
    margin: -20px 0 15px 0;
}
.raportComOficiu legend{
    color: #9c0000;
    line-height: 20px;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 5px;
    border: none;
    text-align: center;
}
.raportComOficiu legend div{
    background: white;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    width: 190px;
}
.raportComOficiu label{
    min-width: 150px;
}

.nutrimiteLBL{
    text-align: right;
    color: #9c0000;
}

.normaltext{
    font-size: 10pt !important;
    line-height: 14pt;
}

/*----------------------------------------------[ Blink ]*/

  /* CSS Blink */
  .blink {
    animation: blinker 1s step-start infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .notabgalb {
      background: rgba(255, 255, 255, 1);
      padding: 5px;
      border-radius: 5px;
  }