@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}

body, td {
	font-size: 10pt;
  	font-family: "Open Sans",Helvetica,sans-serif;
}

.Input {
	display: inline-block;
	padding: 2px 2px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666666;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Input:disabled {
	background: #f3f3f3;
}


.Input:focus {
	border-color: #66AFE9;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.actButton  {
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #eaeaea;
	display: inline-block;
	box-shadow: 1px 1px 2px #888;
}

.qaButton  {
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #eaeaea;
	display: inline-block;
	box-shadow: 1px 1px 2px #888;
}


#xBody {
	background: #eee;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#xPanel {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#xTable {
	border-collapse: collapse;
}

#xHeader {
	background: linear-gradient(to bottom, #cdcdcd 0%, #eee 100%);
}

#xTitolo {

}

#xMenu1 {
	padding-top: 15px;
}

#xCorpo {
	background: #fff;
        padding: 0px 15px;
        margin-bottom: 0px;
	border: 1px dotted #fff;
}

#xFooter {
	background: #eee;
	font-size: 0.75em;
	text-align: center;
	border-top: 1px solid #bbb;
        padding-top: 15px;
	padding-bottom: 15px;
        margin-top: 0px;
}

.graysmall {
    color: #888888;
}

/* ----------------------------------------------------------------------------
//        F R O N T    P A G E
// --------------------------------------------------------------------------*/

.fptitle {
    font-weight: bold;
    color: #CC0C00;
}

A.fplink {
    color: #444;
    text-decoration: none;
}

A.fplink:hover {
    color: #CC0C00;
    text-decoration: underline;
    cursor: pointer;
}


.qmnews A {
    color: #444;
    text-decoration: none;
}

.qmnews A:hover {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.qmnews LI {
    color: #888;
    list-style-type: none;
    font-size: 9pt;
    margin-bottom: 5px;
}

#licAgreement {
    overflow: auto;
    background: red;
    height: 300px;
    width: 600px;
    background: #eee;
    border: 1px solid #999;
    font: 8pt Georgia, "Times New Roman", Times, serif;
    text-align: left;
    padding: 5px;

}

/* ----------------------------------------------------------------------------
//            MENU FLIPPY di tipo MENU1
// --------------------------------------------------------------------------*/

.menu1 {
	background-color: #eee;
	padding-top: 0px;
}
.menu1 TD {
	border-bottom: #bbb 1px solid;
	text-align: center;
	font-size: 13px;
        color: black;
}

.menu1 TD:hover {
	border-bottom: #bbb 1px solid;
}

.menu1 TD#first {
	padding-right: 10px;
        padding-left: 9px;
	border-bottom: #bbb 1px solid;
        background-color: #eee;
}

.menu1 TD#last {
	border-bottom: #bbb 1px solid;
	width: 100% !important;
}

.menu1 A {
	padding-right: 8px;
        padding-left: 8px;
	padding-top: 6px;
        padding-bottom: 6px;
	color: #000000;
	display: block;
        text-decoration: none;
}
.menu1 A:hover {
	color: #f00;
	text-decoration: underline;
	display: block;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.menu1 A:visited {
	color: #000000;
	display: block;
}
.menu1 TD#selected {
	background-color: #FFFFFF;
	border-left: #bbb 1px solid;
	border-top: #bbb 1px solid;
	border-right: #bbb 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-weight: bold;
	color: #CC0C00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 1px 1px 2px #666;
}
.menu1 TD#selected A {
	background: none;
	color: #CC0C00;
	border: none;
}
.menu1on {
	background-color: #333333;
	font-size: 12pt;
	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
	box-shadow: 1px 1px 2px #666;
}


.menu1on A {
	background-color: #333333;
	padding-right: 8px;
        padding-left: 8px;
	padding-top: 6px;
        padding-bottom: 6px;
	color: #FFFFFF;
	display: block;
}
.menu1on A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.menu1on A:visited {
	color: #FFFFFF;
	display: block;
}

.exportButtons {
        display: block;
}


/* ----------------------------------------------------------------------------
//                          S m a r t T a b l e s
// --------------------------------------------------------------------------*/



.ST_TR0 TD {
	color: black;
	vertical-align: baseline;
	padding-left: 10px;
	padding-right: 4px;
}




.ST_TRH TH {
	color: #0000FF;
	vertical-align: baseline;
	border-bottom: 1px solid #CCC;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
        font-weight: bold;
}

.ST_TRP0 TD
{
    color:gray;
    vertical-align: baseline;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8pt;
}
.ST_TRP1 TD
{
    color:gray;
    vertical-align: baseline;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8pt;
}

.ST_TRH A {
    text-decoration: none;
}

.ST_TRH A:hover {
    text-decoration: none;
    color: red;
    cursor: pointer;
}

TD.stDataRed {
    color: white;
    background: #FF4444;
}

TD.stDataYellow {
    background: yellow;
}


TD.stDataHidden {
    color: gray;
}


.ST_TR0 A, .ST_TR1 A {
	text-decoration: none;
}
.ST_TR0 A:hover, .ST_TR1 A:hover  {
	text-decoration: underline;
}

/**** tabelle paginate ***/

#tabFooter {
    color: gray;
    table-layout: fixed;
    width: 400px;
    padding-bottom: 20px;
}

#tabFooter td {
    font-size: 11px;
}

#tabFooter .actButton {
    font-size: 11px;
}

#tabHeader {
    color: gray;
    table-layout: fixed;
    width: 400px;
    margin-top: 20px;
}

#tabHeader td {
    font-size: 11px;
}

#tabHeader .actButton {
    font-size: 11px;
}

.ST_TR1 TD {
	color: black;
	vertical-align: baseline;
	padding-left: 4px;
	padding-right: 4px;
}

.ST_TR0T TD {
	color: black;
	vertical-align: baseline;
	padding-left: 4px;
	padding-right: 4px;
}

.ST_TR1T TD {
	color: black;
	vertical-align: baseline;
	padding-left: 4px;
	padding-right: 4px;
}

.ST_TR0S TD {
	color: black;
	vertical-align: baseline;
	padding-left: 10px;
	padding-right: 4px;
}

.ST_TR1S TD {
	color: black;
	background: #FFF;
	vertical-align: baseline;
	padding-left: 10px;
	padding-right: 4px;
}




.ST_TRH TH {
	color: #0000FF;
	background: #ffc;
	vertical-align: baseline;
	border-bottom: 1px solid #CCC;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
        font-weight: bold;
}

.ST_TRP0 TD
{
    color:gray;
    background: #EEE;
    vertical-align: baseline;
    padding-left: 4px;
    padding-right: 4px;
    font: 8pt Arial, Times, serif;
}
.ST_TRP1 TD
{
    color:gray;
    background: #FFF;
    vertical-align: baseline;
    padding-left: 4px;
    padding-right: 4px;
    font: 8pt Arial, Times, serif;
}

.ST_TRH A {
    text-decoration: none;
}

.ST_TRH A:hover {
    text-decoration: none;
    color: red;
    cursor: pointer;
}

TD.stDataRed {
    color: white;
    background: #FF4444;
}

TD.stDataYellow {
    background: yellow;
}


TD.stDataHidden {
    color: gray;
}


.ST_TR0 A, .ST_TR1 A {
	text-decoration: none;
}
.ST_TR0 A:hover, .ST_TR1 A:hover  {
	text-decoration: underline;
}

/**** tabelle paginate ***/

#tabFooter {
    color: gray;
    table-layout: fixed;
    width: 400px;
    padding-bottom: 20px;
}

#tabFooter td {
    font-size: 11px;
}

#tabFooter .actButton {
    font-size: 11px;

}

#tabHeader {
    color: gray;
    table-layout: fixed;
    width: 400px;
    margin-top: 20px;
}

#tabHeader td {
    font-size: 11px;
}

#tabHeader .actButton {
    font-size: 11px;
}

/*** ICONE 16x16 ***/
.silk {
    width: 16px;
    height: 16px;
    border: 0px;
}

/****** WALLBOARD *****/

#wb_scroller .ST {
    font: 18pt Arial, Times, serif;
}

#wb_scroller .ST_TR0 TD {
        font: 18pt Arial, Times, serif;
}

#wb_scroller .ST_TR1 TD {
        font: 18pt Arial, Times, serif;
}

#wb_scroller .ST_TRH TH {
        font: 18pt Arial, Times, serif;
}

#wb_titolo {
        background: #eee;
	border: 1px dotted #888;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
        font: 18pt Arial, Times, serif;
        padding: 2px;
}

#wb_queues {
        background: #eee;    
        border: 1px dotted #888;
        font: 18pt Arial, Times, serif;
        padding: 2px;
        width: 100%;
        margin-bottom: 15px;
}

#wb_orologio {
	float: right;
	font-size: 18pt;
	width: 120px;
        background: #eee;
	border: 1px dotted #888;
        z-index: 10;
}

#wb_scroller {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
        z-index: -1;
}

#wb_scroller .azioni img {
    visibility: hidden;
}

/* ----------------------------------------------------------------------------
//            LTF-ddm  (drop-down menu)
// --------------------------------------------------------------------------*/

.jsddm {
    margin: 0;
    padding: 0
}

.jsddm li{
    float: left;
    list-style: none;
}

.jsddm li a {
    display: block;
    background: #20548E;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    width: 70px;
    color: black;
    white-space: nowrap
}

.jsddm li a:hover{
    background: #1A4473
}

.jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}

.jsddm li ul li {
    float: none;
    display: inline
}

.jsddm li ul li a {
    width: auto;
    background: #ccc;
}

.jsddm li ul li div {
    width: auto;
    background: #ccc;
    
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    color: black;
    white-space: nowrap
}

.jsddm li ul li div:hover { 
    background: #444;
    color: white;
    text-decoration: none;
}


.jsddm li ul li a:hover {
    background: #444;
    color: white;
    text-decoration: none;
}


.iconCrypt {
    width: 16px;
    height: 16px;
    background-image: url(./icons_silk/lock.png);
}

.iconExcel {
    width: 16px;
    height: 16px;
    background-image: url(./icons_silk/page_excel.png);
}

.iconCsv {
    width: 16px;
    height: 16px;
    background-image: url(./icons_silk/page_white_text.png);
}

.iconXml {
    width: 16px;
    height: 16px;
    background-image: url(./icons_silk/page_white_code_red.png);
}

/* ----------------------------------------------------------------------------
//            Search Combo Extended
// --------------------------------------------------------------------------*/

.searchcomboex .ui-dialog-titlebar {
    padding: 0px;
    border: none;
    background: none;
    color: #aaaaaa;
}

.searchcomboex .ui-widget-header .ui-icon {
    background-image: url(ui-queuemetrics/images/ui-icons_222222_256x240.png);
}


.searchcomboex .ui-dialog-content {
    text-align: center;
}
.searchcomboex .ui-dialog-content > * {
    margin: 10px 0;
}
.searchcomboex .ui-resizable-se {
    visibility: hidden;
}
.iconfindcomboex {
    width: 16px;
    height: 16px;
    border: 0px;
    background-repeat:no-repeat;
    background-position:center;
    background-image: url(./icons_silk/magnifier.png);
}
.iconcancelcomboex {
    width: 16px;
    height: 16px;
    border: 0px;
    background-repeat:no-repeat;
    background-position:center;
    background-image: url(./icons_silk/delete.png);
}

.rt_missingQ {
    color: gray;
    font-family: bold;
    font-size: 15px;
    cursor: pointer;
}

.rt_unknownQ {
    color: brown;
}


	/*
	 ************************************************		TABELLE
	 */

	 table.ST {
		font-style: Arial, Times, serif;
		box-shadow: 2px 2px 3px #999;
		margin-bottom: 15px;
	   	border-collapse: collapse;
	 	display: inline-block;
		font-size: 9px;
	}

	 table.ST a {
		text-decoration: none;
		color: rgb(60, 110, 180);

	}

	 table.ST a:hover {
		color: rgb(50, 100, 180);
		text-decoration: underline;
	}

	 table.ST th {
		padding: 5px 10px;
		border-bottom: 2px solid rgb(221, 221, 221);
		color: #777777;
		background: linear-gradient(to bottom, rgb(230, 230, 230) 0px, rgb(240, 240, 240) 100%) repeat-x scroll 0% 0% rgb(237, 237, 237);
	}

	 table.ST td {
		padding: 5px 5px;
		border: 1px solid rgb(221, 221, 221);
		font-size: 12px;
	}

	 table.ST tr:nth-child(2n + 1) {

	}

	 table.ST tr:hover {

	}

	 table.ST th {
		font-size: 11pt;
	}

	 table.ST tr {
		border-bottom: 1px solid white;

	}

	 table.ST tr:first-of-type,  table.ST th {
		min-height: 17px;
		line-height: 20px;
		/* font-weight: 600; */
	}
        
	 table.TAB0 {
	   	border-collapse: collapse;
	 	display: inline-block;
		font-size: 9px;
                font-family: "Open Sans",Helvetica,sans-serif !important;
	}        

	 table.TAB0 td {
		font-size: 12px !important; 
         }

#userInfo {
	font-size: 14px;
	color: #444;
}

.stData img {
	border-radius: 4px;
	box-shadow: 2px 2px 2px #999;
	display: inline-block;
}

#news_div {
	background: #f7f7f7;
	border: 2px solid #eaeaea;
	border-radius: 5px;
	padding: 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.qmblock {
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #DDD;
	clear: both;
        overflow: auto;
}

.qmblock .ST {
	float: left;
	display: inline-block;
	margin-right: 25px;
	background: #FFF;
	overflow:hidden;
}

.qmblockpicture {
	margin-bottom: 25px;
	display: inline-block;
}

.exportButtons {
	display: block;
	clear: both;
}

.exportButtons td:first-of-type {
	padding-right: 20px;
}

.error_frame {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}


.dec_rt_tag {
    border-radius: 3px;
    margin-right: 3px;
    padding: 1px 3px;
    font-weight: bold;
    color: #FFF;
    font-size: 10px;
    background: #F07288;

}

.dec_rt_skill {
    border-radius: 3px;
    margin-right: 3px;
    padding: 1px 3px;
    font-weight: bold;
    color: #FFF;
    font-size: 10px;
    background: #337AB7;
}



.saved-query-container {
    position: relative;
    display: inline-block;
}

.saved-query-container:after {
    content: " | ";
}

.saved-query-container:last-of-type:after {
    content: "";
}

.saved-query-container .saved-query-tooltip {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px;
    padding-bottom: 0px;
    padding-top: 2px;
    position: absolute;
    z-index: 99999;
    display: none;
    white-space: nowrap;
}

.synchronizer-tag {
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 2px 5px;
    color: black;
    background-color: #3fa6ae;
    text-decoration: none !important;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.synchronizer-tag.agent {
    
    
    background-color: rgb(253, 95, 146);
    color: white;
    
}

.synchronizer-tag.queue {
    
    background-color: rgb(38, 179, 60);
    color: white;

}

.synchronizer-tag.agentonqueue {
    
    background-color: rgb(63, 166, 174);
    color:white;
    
}

.synchronizer-tag.pbx {
    
    background-color: rgb(255, 211, 0); 
    color: #333;
    
}

.synchronizer-tag.disabled {
    
    background-color: #F5F5F5;
    color: #666;
    
}

.clickable {
    
    cursor: pointer;
    
}