/*
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 : 12-feb-2015, 17:26:24
    Author     : blara/gf
*/
*
{
    margin:0;
    padding:0;
}

body
{
    font-family: Roboto;
    position: relative;
    background-color: #302F2F;
}

html, body
{
    height:100%;
}

#wrapper
{
    height:100%;
    margin:auto;
    position:relative;
}

#ID_MAIN_PANEL_DESKTOP{
    height: 100%;
}

#ID_MAIN_PANEL_RIGHT{
    height: 100%;
    padding-bottom: 45px;
}

#header {
    height:60px; /* set to desired height*/
    background-color: #000000;
    padding: 6px;
    box-sizing: border-box;
    text-align: left;
    zoom: 1;
    overflow: visible;
}

#header .navbar.navbar-header{
    box-shadow: none;
}

#header .navbar.navbar-header .navbar-brand{
    padding-left: 30px;
}

#content {
    position:absolute;
    bottom:0;
    top:60px; /*must match the height of #header*/
    width:100%;
    overflow:hidden;
}

.panel-group
{
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-radius: 0;
}

.panel-group .panel
{
    border-radius: 0;
    border: none;
}

.panel
{
    display: table-cell;
    background-color: #FFF;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    transition: .5s;
    vertical-align: top;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.panel-left,
.panel-right
{
    z-index: 1;
    position: relative;
    background-color: #EEE;
}

.panel-center
{
    background-color: #E0E0E0;
    width: 30%;
    min-width: 200px;
}

.panel-right,
.panel-expand.panel-right:hover
{
    right: 0;
    width: 70%;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.panel-left,
.panel-expand.panel-left:hover
{
    left: 0;
    width: 100px;
    overflow: hidden;
    position: absolute;
}

.panel-expand
{
    width: 40px;
}

.panel-group
{
    margin-bottom: 0;
}

.tipo-objeto
{
    background-color: #302F2F;
}

.tipo-objeto-titulo
{
    background-color: #4A88F4;
    color: #FFF;
    font-size: 18px;
    padding: 5px;
    font-weight: normal;
    text-align: center;
}

.panel-list-group
{
    min-width: 300px;
}

.panel-button
{
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin: 5px 0 20px 0 ;
}

.panel-list-fav li
{
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #000;
}

.panel-icons-object
{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    border: 1px solid #000;
    padding: 4px;
    margin: 5px;
    text-align: center;
    background-color: #3498DB; /* #E1EAF0; */
    border: 2px solid #FFF;
}

.panel-icons-object h3
{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    box-sizing: border-box;
}

.panel-icons-object img
{
    max-width: 100%;
    max-height: 100%;
}

.panel-icons-object-content
{
    font-size: 12px;
    max-width: 100%;
    height: 68px;
    text-align: left;
    overflow: hidden;
    background-color: #FFF;
    padding: 4px;
    font-size: 12px;
    line-height: 18px;

}


ul.panel-menu
{

}

.panel-left ul.panel-menu
{
    text-align: right;
}

.panel-right ul.panel-menu
{
    text-align: left;
    border-bottom: 2px solid #FFF;
}

ul.panel-menu li
{
    display: inline-block;
}

.panel-menu-button
{
    margin: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

iframe
{
    -ms-zoom: 0.2;
    -moz-transform: scale(0.2);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: 0 0;
}

.output-group
{
    min-width: 300px;
}

.output-title
{
    background-color: #302F2F;
    color: #FFF;
    font-size: 16px;
    padding: 6px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0;
}

.output-block-group
{
    position: relative;
    border: 1px solid #210000;
    background-color: #FFF;
    vertical-align: top;
    margin: 0 auto;
}

.output-block
{
    position: absolute;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
}

.output-block-title
{
    font-size: 12px;
    text-transform: uppercase;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes notaSelect {
    20%  {background: #f39c12;}
}

/* Standard syntax */
@keyframes notaSelect {
    20%  {background: #f39c12}
}



@-webkit-keyframes fadeAnim {
    0%   {opacity: 1; }
    100% {opacity: 0; height: 0; display: none; }
}

/* Standard syntax */
@keyframes fadeAnim {
    0%   {opacity: 1; }
    100% {opacity: 0; height: 0; display: none; }
}

.contentFade
{
    -webkit-transition:  width .25s, height .25s, opacity .25s;
    transition: width .25s, height .25s, opacity .25s;
}

.fadeAnim{
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}

.CSelect{
    -webkit-animation: notaSelect 1s;
    animation: notaSelect 1s;
}

@-webkit-keyframes WindowSelect {
    50%  {border-color: #000;}
}

@keyframes WindowSelect {
    50%  {border-color: #000;}
}

@-webkit-keyframes WindowTitleSelect {
    50%  {background-color: #000;}
}

@keyframes WindowTitleSelect {
    50%  {background-color: #000;}
}

.CSelectWindow
{
    -webkit-animation: WindowSelect .5s;
    animation: WindowSelect .5s;
}

.CSelectWindow .BL_WindowBox_Title
{
    -webkit-animation: WindowTitleSelect .5s;
    animation: WindowTitleSelect .5s;
}











































.BL_LoadingBox_Background
, .BL_MessageBox_Background
, .BL_WindowBox_Background
{
    background-color: #FFF;
    filter: alpha(opacity=30);
    position: absolute;
    opacity: 0.5;
}

.BL_LoadingBox_Dialog
, .BL_MessageBox_Dialog
, .BL_WindowBox_Dialog
{
    background-color: #FFFFFF;
    border: none;
    -moz-border-radius:0;
    border-radius: 0;
    padding: 0;
    border: 4px solid #0073C6;
}


.BL_MessageBox_Title
, .BL_WindowBox_Title
{
    background-color: #0073C6;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    padding-left: 10px;
    border-radius: 0;
    position: relative;
}

.BL_WindowBox_Icon
{
    right: 8px;
    top: 5px;
    background-image: url(../img/Cerrar.png);
    height: 16px;
    width: 16px;
    opacity: 0.6;
}

.BL_WindowBox_Icon:hover
{
    opacity: 1;
}

.BL_LoadingBox_Text, 
.BL_MessageBox_Text, 
.BL_WindowBox_Content {
    font-family: Roboto,Helvetica,sans-serif;
    color: #000000;
    font-size: 16px;
    padding: 10px;    
    max-height: 90vh;
    overflow: auto;
}

.BL_WindowBox_Content
{
    min-width: 200px;
    overflow-y: auto;
}





.BL_WindowBox_Dialog
{
    border-color: #82C2E4;
}

.BL_WindowBox_Dialog .BL_WindowBox_Title
{
    background-color: #82C2E4;
}

.BL_WindowBox_Dialog.CActiveWindow
{
    border-color: #0073C6;
}

.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_Title
{
    background-color: #0073C6;
}


div[data-shared-main]
{
    opacity: 1;
}

h2.tipo-objeto-titulo:empty {
    display: none;
}

.output-img{
    background-image: url(../img/img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nota{
    cursor: pointer;
    box-sizing: border-box;
    opacity: .5;
}

.nota:hover{
    opacity: 1;
}

.output-box-group .output-box{
    cursor: pointer;
    border: 1px solid rgb(74,136,244);
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition:.15s;
    -o-transition: .15s;
    transition: .15s;
}

.output-box-group:hover .output-box{
    background-color: rgba(74,136,244, 0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(74,136,244,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(74,136,244,1);
    box-shadow: 0px 0px 20px 0px rgba(74,136,244,1);
}

.file-upload{
    position: relative;
    overflow: hidden;
}

.file-upload .upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



.navbar.navbar-header{
    background-color: transparent;
    min-height: 40px;
    width: 100%;
}

.navbar.navbar-header{
    border-radius: 0;
    font-size: 16px;
}

.navbar.navbar-header .nav>li>a{
    color: #FFF;
    background-color: transparent;
}

.navbar.navbar-header .nav>li>a:hover,
.navbar.navbar-header .nav>li>a:focus{
    color: #000;
    background-color: #D1C4E9;
}

.navbar.navbar-header .navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar.navbar-header a.navbar-brand{
    padding-top: 12px;
    padding-bottom: 10px;
    color: #FFF;
    height: auto;
}

.navbar.navbar-header a.navbar-brand>i{
    vertical-align: bottom;
    line-height: inherit;
}

.navbar.navbar-header .navbar-btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
    margin-right: 15px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    vertical-align: middle;
    position: relative;
}

.centerText{
    text-align:center;
}

fieldset.scheduler-border {
    border: 1px solid #BBB !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #BBB;
    box-shadow:  0px 0px 0px 0px #BBB;
    width: 98%;
}

legend.scheduler-border {
    width:auto; /* Or inherit */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 0;
    color:#BBB;
    font-size:13px;
}

.exchange>table {
    width: 100%;
    font-size:12px;
}

.exchange.rowclown{
    height:80px
}

.exchange>thead, .exchange>tbody,
.exchange> tr, .exchange>td,
.exchange> th {
    display: block;
}

.exchange> tr:after {
    display: block;
    visibility: hidden;
    clear: both;
}

.exchange> tbody {
    max-height: 300px;
    overflow-y: auto;
}

.exchange> tbody td,
.exchange> thead th {
    float: left;
}

.maxcell50{
    max-height: 50px;
    overflow: hidden;
}

.icon-job-list{
    width: 100%;
    display: inline;
}

.BL_MessageBox_Butons {
    clear: both;
    text-align: center;
    padding: 0px 10px 15px 10px;
}


select[data-form="state-change"]{
    color: #FFF;
}
select[data-form="state-change"] option{
    color: #000;
}



.note-editor.panel{

}


.note-editor.panel ul,.note-editor.panel ol {
    padding-left: 24px;
}


.no-drop,.no-drop *
{
    cursor: not-allowed !important;
}

.no-drop-cover-div{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-color: rgba(70, 58, 58, 0.31);
}







.BL_WindowBox_Dialog
{
    border: none;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.53);
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar
, .BL_WindowBox_Dialog .BL_WindowBox_ActionBar,
.BL_WindowBox_Dialog .BL_WindowBox_Title{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    background-color: #82C2E4;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_TitleBar,
.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_ActionBar{
    background-color: transparent;
}

.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_Title{
    background-color: #1976D2;
}

.BL_WindowBox_Dialog.CActiveWindow .BL_WindowBox_ActionBar{

    background-color: #2196F3;
}

.BL_WindowBox_Dialog .BL_WindowBox_Icon {
    right: 13px;
    top: 13px;
    display: none;
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar
, .BL_WindowBox_Dialog .BL_WindowBox_ActionBar {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 18px;

}

.BL_WindowBox_Dialog .BL_WindowBox_ActionBar
{
    text-align: right;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding-right: 5px;
}

.BL_WindowBox_Dialog .BL_WindowBox_ActionBar:empty
{
    display: none;
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar button,
.BL_WindowBox_Dialog .BL_WindowBox_ActionBar button{
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    transition: all 0.2s;
    font-size: 16px;
    color: rgba(255,255,255,.8);
}

.BL_WindowBox_Dialog .BL_WindowBox_ActionBar button
{
    font-size: 24px;
    line-height: initial;
    padding: 10px 15px;
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar button:hover,
.BL_WindowBox_Dialog .BL_WindowBox_ActionBar button:hover{
    color: rgba(255,255,255,1);
}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar button.btn-close{

}

.BL_WindowBox_Dialog .BL_WindowBox_TitleBar button.btn-close:hover{

}
























.width{
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.collapse.width {
    width: auto;

}

.collapse.height {
    height: auto;
}

.collapsing.height {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapsing.width {
    position: relative;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.collapsing.width[aria-expanded="true"]{
    z-index: 9;
    opacity: 1;
}

.collapsing.width[aria-expanded="false"]{
    z-index: 8;
    opacity: 0;
}

.collapse.in.width {

}

.collapse.in.height {
    height: auto;
}

#front-menu-tools .panel
{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    background-color: transparent;
    box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.3);
}

.wire-template-full{
    top: 60px;
    position: fixed;
    height: 100%;
    display: table;
    top: 60px;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
}

.content-scroll{
    position:relative;
    padding-bottom: 115px;
    padding-top: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

#tools-panel-jobs .content-scroll {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
}

.wire-template-full .content-scroll{
    position: relative;
    padding-bottom: 175px;
    padding-top: 0;
    height: 100%;
}

.wire-template-full .panel
{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.3);
}

.menu-tools-left
{
    height: 100%;
    position: fixed;
    z-index: 9;
    overflow: hidden;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(25,118,210,1);
    min-width: 0;
    z-index: 10;
    overflow: visible;
    text-align: center;
}

.menu-tools-left .tools-panel-collapse{
    height: 100%;
    width: auto;
}

.tools-panel.list-jobs {
    overflow: hidden;
}

.menu-tools-left .tools-panel{
    width: 500px;
    height: 100%;
    position: relative;
}

.tools-panel.little-tools-panel{
    width: 160px;
}

.tools-panel.list-estadoedicion {
    text-align:left;   
    width: 1300px;
}

.menu-tools-left>div
{
    display: inline-block;
    vertical-align: top;
}

.menu-tools-left .munu-buttons{
    width: 100%;
}

.menu-tools-left .munu-buttons a.menu-button-icon
{
    padding: 5px 11px;
    font-size: 24px;
    /*color: #9D9D9D;*/
    display: block;
    position: relative;
    color: rgba(255,255,255,.6);
    width: 100%;
}

.menu-tools-left .munu-buttons a.menu-button-icon[aria-expanded="true"],
.menu-tools-left .munu-buttons a.menu-button-icon[aria-expanded="true"]:hover
{
    color: rgba(0,0,0,1);
    background-color: #FFF;
}

.menu-tools-left .munu-buttons a.menu-button-icon:hover
{
    color: rgba(255,255,255,1);
}

.menu-tools-left .menu-panels,
.menu-tools-left .menu-panels .panel,
.menu-tools-left .menu-panels .panel form
{
    height: 100%;
    background-color: #E1E1E1;
    border-radius: 0;
    border: none;
    margin: 0;
    width: auto;
}

.menu-tools-left .menu-panels .form-panel
{

}

.menu-tools-left .menu-panels .form-panel .form-horizontal {
    width: auto;
}

.wire-template-full .tools-panel-collapse{
    height: 100%;
    width: auto;
}

.wire-template-full .tools-panel{
    width: 500px;
    height: 100%;
    position: relative;
}


.wire-template-full>div
{
    display: inline-block;
    vertical-align: top;
}

.wire-template-full .munu-buttons{
    width: 100%;
}

.wire-template-full .munu-buttons a.menu-button-icon
{
    padding: 5px 11px;
    font-size: 24px;
    /*color: #9D9D9D;*/

    display: block;

    color: rgba(255,255,255,.6);
    width: 100%;
}

.wire-template-full .munu-buttons a.menu-button-icon[aria-expanded="true"],
.wire-template-full .munu-buttons a.menu-button-icon[aria-expanded="true"]:hover
{
    color: rgba(0,0,0,1);
    background-color: #FFF;
}

.wire-template-full .munu-buttons a.menu-button-icon:hover
{
    color: rgba(255,255,255,1);
}

.wire-template-full .menu-panels,
.wire-template-full .menu-panels .panel,
.wire-template-full .menu-panels .panel form
{
    height: 100%;
    background-color: #E1E1E1;
    border-radius: 0;
    border: none;
    margin: 0;
    width: auto;
    overflow:visible;
}

.wire-template-full .menu-panels .form-panel
{

}

.wire-template-full .menu-panels .form-panel .form-horizontal {
    width: auto;
}

.wire-template-full #wire-detail-div{
    height: calc(100% - 103px);
    position: inherit;
    background-color: #f5f5f5;
    color:#000000;
}

#ID_MAIN_PANEL_JOB #wire-detail-div{
    height: calc(100% - 43px);
    position: inherit;
    background-color: #f5f5f5;
    color:#000000;
}

.list-comment
{
    font-family: "Roboto";
    list-style: none;

    width:500px;
    overflow: auto;
}

.list-comment ul
{
    overflow: auto;
    height: 100%;
}

.list-comment-item {
    padding: 0 10px;
    list-style: none;
    text-align: left;
}

.list-comment-item+.list-comment-item{
    border-top: 1px solid rgba(0,0,0,.1);
}

.list-comment-item h6{
    color:#EF6C00;
    position:relative;
    font-weight:700;
    margin-bottom:0;
}

.list-comment-item h6 small{
    position: absolute;
    right: 0;
    height: 100%;
}

.list-comment-item p{
    line-height: normal;
    padding-left: 10px;
}

.list-comment hr{
    margin: 0;
    margin-top: 10px;
    border-bottom: 1px solid rgba(33,150,243,.6);
}

.list-comment input{
    width: 440px;
    vertical-align: middle;
    resize: none;
    outline: none;
    float: left;
    padding: 10px;

}

.list-comment button
{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    font-size: 28px;
    line-height: initial;
    color: rgba(76,175,80,.6);

    font-size: 24px;
    line-height: initial;
    padding: 10px 15px;
}

.list-comment button:hover{
    color: rgba(76,175,80,1);

}


.tools-panel-comment{
    background-color: #FFF;
}


.content-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.content-scroll ul
{
    padding-bottom: 10px;
}

div[data-tools-bar="commments"] .content-scroll ul[data-form="comments-list"],
div[data-tools-bar="openjobs"] .content-scroll ul[data-form="openjobs-list"]
{
    top: 45px;
    position: relative;
}

.content-footer{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(33,150,243,.6);
    padding-bottom: 10px;
    width: 100%;
}

.list-wire-item{
    border-bottom: 1px solid rgba(154, 157, 160, 0.55);
    cursor: pointer;
    padding: 7px;
    padding-bottom: 10px;
    box-sizing: content-box;
    padding-top: 0;
}

.list-wire-item h6{
    margin: 0;
    max-height: 39px;
    overflow: hidden;
    text-align: left;
    padding-right: 15px;
    font-size: 16px;
    color:#000000;
    line-height: normal;
}

#ID_MAIN_PANEL_JOB #wire-result{
    position: absolute;
    top: 0;
    left: 550px;
}

#ID_MAIN_PANEL_JOB #noticiasXML-result{
    position: absolute;
    top: 0;
    left: 550px;
}

.wire-template-full #wire-result{
    position: absolute;
    top: 0;
    left: 500px;
    width:100%;
}

.wire-template-full .second-expansion-panel{
    width: 100% !important;
    padding-right: 500px;

}

.detail-scroll{
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: justify;
    font-size:16px;
    line-height: normal;
}

.detail-header{
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 0 10px;
}

.selected-wire{
    background-color: #f5f5f5;
}

#front-menu-tools .scroll-area-resize{
    padding-bottom: 253px !important;
}

.wire-template-full .scroll-area-resize{
    padding-bottom: 313px !important;
}

#search-wired-filters {
    transition: height 0.6s;
    margin: 0;
}

.panel-buttom-second-wire{
    height: 43px;
    position: relative;
    top:0;
    left: 0;
    background: #1976D2;
    padding:4px;
    text-align: right;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-wire-subbar {
    font-size: 17px;
    color: rgba(255,255,255,.6);
    cursor: pointer;
    position: relative;
    top: 4px;
    padding: 0 5px;
}

.btn-wire-subbar:hover{
    color: rgba(255,255,255,1);
}

div.hover{
    opacity: .3;
}

div.hoverDiv
{
    border: 1px dashed #000 !important;
    transition: .15s;
    transform: scale(1,1);
}

div.hover div.hoverDiv{
    background-color: rgba(0,0,255,1);
    transform: scale(1.1,1.1);
}

.minWidth375{
    min-width: 375px;
}

.minWidth357{
    min-width: 357px;
}

.minWidth250{
    min-width: 250px;
    max-width:10em;
}
.minWidth300{
    min-width: 300px;

}

.greyback{
    background-color: #f5f5f5 !important;
}
.redWire{
    color:#cb171e;
}

.orangeWire{
    color:#EF6C00;
}

.lowcaseFirstUp{
    text-transform: lowercase;
}

.lowcaseFirstUp:first-letter{
    text-transform: uppercase;
}

.relative{
    position:relative;
}

.cursorDef{
    cursor:default;
}

.second-wire-title{
    position: absolute;
    left: 36px;
    top: 8px;
    font-size: 16px;
    color: rgba(245, 245, 245, 0.84);
    max-width: 400px;
}

.multiselect-container input[type="radio"]{
    display: none
}

.multiselect-container .radio{
    padding-left: 16px;
}

.noShadow .panel{
    box-shadow: none;
}

.noShadow{
    box-shadow: none;
}

#ID_MAIN_PANEL_JOB #wire-result .panel{
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.12);
}

.highlightWire{
    background-color: rgba(239, 130, 0, 0.74);
    border-radius: 5px;
}

.select-autoscroll{
    color: #ffffff;
    padding-top: 2px;
    background: rgba(51, 46, 46, 0.12);
}

#autoscroll-btn.select-autoscroll:hover{
    color: #ffffff;
}

#autoscroll-btn:hover{
    color: rgb(161, 199, 236);
}

div[data-form="notify-GFcustom"]{
    background-color: rgba(66, 66, 66, 1);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 5px;
    color: rgba(255,255,255,0.90);
    padding: 15px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);    
    max-height: 60vh;
}
div.center[data-form="notify-GFcustom"]{
    animation: positionOk;
    animation-duration: 1s;
    transform: translateY(-50%);
}

@keyframes positionOk { 
    from{
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
div.orange[data-form="notify-GFcustom"]{
    background-color: rgba(241,141,0,.9);
    border-radius: 5px;
    color: rgba(255,255,255,.95);
    padding: 5px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}


div.preview[data-form="notify-GFcustom"]{
    background-color: rgba(33, 150, 240, 0.8);
    border-color: rgba(0, 0, 0, 0.68);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}

div.red[data-form="notify-GFcustom"]{
    background-color: rgba(200,0,0,.9);
    border-radius: 5px;
    color: rgba(255,255,255,.95);
    padding: 5px;
    text-align: center;
    border: 3px solid rgba(188, 188, 188, 0.60);
}

.notify-delete-object{
    left: 60px !important;
    top: 120px !important;
    bottom: inherit !important;
    right: inherit !important;
}

.notify-wire-action{
    left: 60px !important;
    top: 120px !important;
    bottom: inherit !important;
    right: inherit !important;
}



.deleteFav{
    color:rgba(211, 49, 49, 0.4) !important;
    cursor: pointer;
}

.deleteFav:hover{
    color: rgba(211, 49, 49, 1) !important;
    background-color: #FFFFFF !important;
}

.saveFav{
    cursor: pointer;
    color: rgba(0,121,107,.7) !important;
}

.saveFav:hover{
    color: rgba(0,121,107,1) !important;
}

.wire-help-btn{
    position: absolute;
    right: 171px;
    animation: 0.5;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
    background-color: #3596F3;
    color:#fff;
    cursor: help;
}

.wire-help-btn:visited{
    background-color: #3596F3;
    color:#fff;
}

.wire-help-btn:hover{
    background-color: #5BA8F3 !important;
    color:#fff;
}

a.btn.btn-xs.wire-help-btn.downbtn{
    top: 1px;
}

a.btn.btn-xs.wire-help-btn.upbtn{
    top: -16px;
}

.wirefilter12.popover{
    top: 50px;
}

.wire-label-filter{
    position: absolute;
    top: 37px;
    color: rgba(0, 0, 0, 0.54);
    animation: 0.5;
}

.output-preview-container:hover{
    opacity:1;
}

.output-preview-container{
    width: 200px;
    height: 275px;
    background-color: #673AB7;
    opacity:0.8;
    transition:opacity .5s;
}

.output-preview-container div[data-type='1']
{
    width: 99%;
    margin:auto;
    border-color:#82C2E4;
    padding: 2px;
}

.output-preview-container div[data-type='2']{
    width: 99%;
    margin:auto;
    border-color:rgb(223, 232, 114);
    padding: 2px;
}

.output-preview-container div[data-type='4'] {
    width: 99%;
    margin: auto;
    border-color: #82e2e4;
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsImages='1'][data-allowsMultiple='1']{
    width: 99%;
    margin:auto;
    border-color:#f39c12;
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsImages='1'][data-allowsMultiple='0']{
    width: 99%;
    margin:auto;
    border-color:#f8f8f8;
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsAudios='1'][data-allowsMultiple='1']{
    width: 99%;
    margin:auto;
    border-color:#60EF6D;
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsAudios='1'][data-allowsMultiple='0']{
    width: 99%;
    margin:auto;
    border-color:rgb(93, 255, 130);
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsVideos='1'][data-allowsMultiple='1']{
    width: 99%;
    margin:auto;
    border-color:rgba(229, 28, 35, 0.85);
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsPolls='1'][data-allowsMultiple='1']{
    width: 99%;
    margin:auto;
    border-color:rgba(229, 28, 35, 0.85);
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsVideos='1'][data-allowsMultiple='0']{
    width: 99%;
    margin:auto;
    border-color:#E890D4;
    padding: 2px;
}

.output-preview-container div[data-type='5'][data-allowsPolls='1'][data-allowsMultiple='0']{
    width: 99%;
    margin:auto;
    border-color:#E890D4;
    padding: 2px;
}

.miniDiv-output-preview:hover{
    background-color: rgba(0, 15, 175, 0.15);
}

.miniDiv-output-preview{
    border-style: solid;
    border-width: 2px;
    border-color: inherit;
    height: 100%;
    width: 100%;
}
/*FULL TEMPLATE ADM*/

.full-template-adm{
    position: fixed;
    height: 100%;
    display: table;
    top: 60px;
    background-color: rgba(255,255,255,1);
    box-sizing: border-box;
    table-layout: fixed;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
}

.full-template-adm div.btn-cms-list {
    text-align: center;
    margin: 0px auto;
    padding-top: 60px;
    overflow:hidden;
}

.full-template-adm div.btn-cms-option:hover {
    opacity: 1;
}

.full-template-adm div.btn-cms-option:hover a.btn-cms-link .btn-cms-icon{
    animation: swing .7s;
    -webkit-animation: swing .7s;
    -moz-animation: swing .7s;
}

.full-template-adm div.btn-cms-option {
    width: 110px;
    height: 100px;
    float: left;
    opacity: .7;
    margin: 0 5px;
}

.full-template-adm a.btn-cms-link {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

[data-id="header-messenger"] .msgPending {
    position: absolute;
    background: rgba(255, 0, 0, 0.87);
    padding: 0px 8px;
    color: #fff;
    border-radius: 50px;
    top: 12px;
    right: 13px;
    z-index: 1;
}

.full-template-adm a.btn-cms-link:hover,
.full-template-adm a.btn-cms-link:focus{
    text-decoration: none;
    opacity: 1;
    color: #2196f3;
}

.full-template-adm .btn-cms-icon {
    font-size: 48px;
    line-height: 48px;
    height: 48px;
}

.full-template-adm .fa{
    font-size: 55px;
}

.full-template-adm .btn-cms-name {
    font-size: 16px;
    padding-bottom: 3px;
    color: #000;
}

/*MENU NAVBAR*/

.menu-navbar .fa{
    font-size: 33px;
}

.menu-navbar{
    width: 100%;
    top: 60px;
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255,1);
    margin: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
}

.menu-navbar div.btn-cms-list {
    text-align: center;
    overflow:hidden;
    padding: 17px;
}

.menu-navbar div.btn-cms-option:hover {
    opacity: 1;
}

.menu-navbar div.btn-cms-option:hover a.btn-cms-link .btn-cms-icon{
    animation: swing .4s;
    -webkit-animation: swing .4s;
    -moz-animation: swing .4s;
}

.menu-navbar div.btn-cms-option {
    width: 90px;
    height: 65px;
    float: left;
    opacity: .7;
    margin: 0 5px;
    padding-top: 5px;
}

.menu-navbar a.btn-cms-link {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.menu-navbar a.btn-cms-link:hover,
.menu-navbar a.btn-cms-link:focus{
    text-decoration: none;
    opacity: 1;
    color: #2196f3;
}

.menu-navbar .btn-cms-icon {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
}

.menu-navbar .btn-cms-name {
    font-size: 13px;
    padding-top: 5px;
    color: #000;
    line-height: 20px;
}

.menu-navbar .btn-cms-list .fa .fa-rss{
    position: relative;
    top: -2px;
}

.opaZero{
    opacity: 0 !important;
}

/*COVER DIV DEL MENU-NAVBAR*/

.cover-full-menu-navbar{
    position: fixed;
    height: 100%;
    display: table;
    top: 60px;
    background-color: rgba(0,0,0,.9);
    box-sizing: border-box;
    table-layout: fixed;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    z-index: 99;
    opacity: 0.5;
    left: 0;
}

/*MULTISELECT DIFUSSION*/

div[data-template="dialog-edit-OutputDigitalNews"] .btn-group,
div[data-template="dialog-edit-OutputDigitalNews"] .btn-group button[type="button"]{
    width: 100%;
}

div[data-template="dialog-edit-OutputDigitalNews"] .btn-group button[type="button"] .caret{
    position: relative;
    float: right;
    top: 10px;
}

/**/

.content-scroll .show span {
    font-size: 45px;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

div[data-template="dialog-edit-OutputDigitalNews"] ul.multiselect-container.dropdown-menu {
    width: 435px;
}

/****************CATEGORY*******************/

ul[data-category="ulText"]{
    position: absolute;
    top: 60px;
    width: 95%;
    list-style: none;
    z-index: 5;
    box-shadow: 1px 1px 2px rgb(136, 125, 125);
    max-height: 355px;
    overflow: auto;
}

li.categoLi div.iconDiv{
    height: 70px;
}

li.categoLi div.iconDiv i.iconi{
    font-size: 40px;
    padding-top: 14px;
}

li.categoLi div.nameDiv{
    height: 35px;
    text-align: left;
    padding-top: 7px;
    font-weight: bold;
}
li.categoLi{
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #F5F5F5;
}
li.categoLi.notAllowed{
    overflow: hidden;
    cursor: not-allowed;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    background-color: #F5F5F5;
}

li.categoLi[data-root="1"]:hover{
    background-color: rgb(242, 243, 251);
}
li.categoLi[data-root="2"]:hover{
    background-color: #F5FFF3;
}
li.categoLi[data-root="3"]:hover{
    background-color: #F9F5F5;
}
li.categoLi[data-root="4"]:hover{
    background-color: #F3F3F3;
}
li.categoLi:hover{
    overflow: hidden;
}

li.categoLi div.typesDiv{
    height: 35px;
    overflow: hidden;
}

.typestypeDiv{
    text-align: left;
    padding: 0;
    font-style: italic;
    overflow: hidden;
}

.typesrootDiv{
    padding: 0;
    text-align: right;
    font-variant: small-caps;
}

/*********MIN-TAG************/

.min-tag-li{
    display: inline-block;
    float: left;
    padding: 0 7px;
    box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.6);
    margin: 7px 7px;
    border-radius: 4px;
    height: 25px;
}

.min-tag-iconDiv{
    float: left;
}

.min-tag-nameDiv{
    float: left;
    padding: 0 5px;
}

.min-tag-btnDiv{
    float: left;
}

button.min-tag-btn-close {
    background-color: transparent;
    border: 0;
    transition: all 0.2s;
    font-size: 16px;
    color: rgba(255, 0, 0, 0.84);
    position: relative;
    bottom: 1px;
}

.col-sm-4.nameDiv2 {
    padding: 9px 13px 0 0;
    color: rgba(255, 49, 0, 0.6);
    font-weight: 700;
    text-align: right;
}

span[data-output="name"]{
    padding-left: 10px;
}

li.minWidth357.indent-3 {
    padding-left: 80px;
}

li.minWidth357.indent-2 {
    padding-left: 45px;
}

li.minWidth357.indent-1 {
    padding-left: 20px;
}

li.minWidth357.indent-4 {
    padding-left: 105px;
}

li.minWidth357.indent-5 {
    padding-left: 125px;
}

li.minWidth357.indent-5 {
    padding-left: 145px;
}

li.minWidth357.indent-6 {
    padding-left: 165px;
}

/*BORDE ROJO EN LOS ELEMENTOS DE PAPEL QUE SON IMAGENES*/

div[data-element-type="5"][data-output-type="paper"]>div {
    /*border-color: red !important;*/
    background-color: rgba(0, 0, 0, 0.16);
}

/* STATUS BAR EDITOR TEXTO*/

textarea[data-form="status"]:focus{
    outline: none;
}

/* STATUS DE PĂ?RRAFOS Y COLUMNAS*/

div.note-editor div.note-editing-area div.note-editable p[data-content-col="ok"]:after {
    color:#50a4ef;
}
div.note-editor div.note-editing-area div.note-editable p[data-content-col="red"]:after {
    color:#ef5350;
}
div.note-editor div.note-editing-area div.note-editable p[data-content-col="gray"]:after {
    color:#808080;
}

div.note-editor div.note-editing-area div.note-editable [data-content-parag]:after
{
    content: attr(data-content-parag);
    line-height: 64px;
    text-align: right;
    font-size: 12px;
    display: block;
    height: 0;
    width: 100%;
    top: -27px;
    position: relative;
}

column{
    display: block;
    width: 100%;
    border-bottom: dotted 1px #0073C6;
}

div.note-btn-jst.btn-group button[data-no-justify="1"]{
    background: rgba(255, 0, 0, 0.46);
}

div[data-output-type="paper"] div[data-element-box]
{
    border: 1px solid rgba(0, 0, 0, 0.06);
}

div[data-form="progBar"] div.progress-bar-inside[data-state="faltanLineas"]{
    background-color: #ffee58;
}

div[data-form="progBar"] div.progress-bar-inside[data-state="sobranLineas"]{
    background-color: #1976d2;
}

div[data-form="progBar"] div.progress-bar-inside[data-state="lineasExactas"]{
    background-color: #47ff39;
}

div[data-form="progBar"] div.progress-bar-inside[data-state="error"]{
    background-color: #ff3939;
}


div.element-bg-block
{
    display: none;
}

.shine-animation *{
    z-index: 60 !important;
}

.shine-animation div.element-bg-block
{
    position: fixed !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 50 !important;
}

.desk-view-object.object-related.shine-animation{
    z-index: 60 !important;
    position: relative;
}

div[data-desk="1"].hidding-animation div.object-bg-block{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation-name: shine-bg-block;
    -webkit-animation-duration: 2s;
    animation-name: shine-bg-block;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -o-animation-name: shine-bg-block;
    -o-animation-duration: 2s;
}

div[data-element].shine-animation div.element-bg-block{
    -webkit-animation-name: shine-bg-block;
    -webkit-animation-duration: 2s;
    animation-name: shine-bg-block;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -o-animation-name: shine-bg-block;
    -o-animation-duration: 2s;
}


@-webkit-keyframes shine-bg-block {
    0%   {background-color: rgba(0, 0, 0, 0); }
    30%  {background-color: rgba(0, 0, 0, .5);}
    100% {background-color: rgba(0, 0, 0, 0); }
}

/* rgba(255, 245, 14, 0.5)*/
@keyframes shine-bg-block {
    0%   {background-color: rgba(0, 0, 0, 0); }
    30%  {background-color: rgba(0, 0, 0, .5);}
    100% {background-color: rgba(0, 0, 0, 0); }
}


.BL_WindowBox_Content  .note-editor.note-frame {
    border: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 80px;
}

.BL_WindowBox_Content  .note-editor.note-frame .note-editing-area
{
    height: 100%;
}

.BL_WindowBox_Content  .note-editor.note-frame .note-editing-area .note-editable
{
    height: 100% !important;
}

.BL_WindowBox_Content  .note-editor.note-frame.fullscreen .note-editing-area
{
    height: 90%;
}

.BL_WindowBox_Content  .note-editor.note-frame.fullscreen .note-editing-area .note-editable
{
    height: 90%;
}

.note-statusbar .editor-statusbar
{
    width: 100%;
    height: 25px;
}

.note-statusbar .editor-statusbar p
{
    padding: 0 10px;
}

.BL_WindowBox_Content .note-statusbar .note-resizebar
{
    display: none;
}

br.hyj-br{
    content:'';
}

br.hyj-br:before{
    content:'\A';
    white-space: pre;
}

br.hyj-br.corte-palabra:before{
    content:'-\A';
}

i.glyphicon.glyphicon-ok.spck-ok-icon{
    font-size:16px;
    text-align:left;
    padding-right:20px;
    position:absolute;
    left:10px;
    top:9px;
}

.note-editor.note-frame.panel
{
    width: 100% !important;
    display: block;
    margin: 0;
    overflow: visible;
}

.note-editor.note-frame .note-editing-area .note-editable
{
    min-height: 40px;
    max-height: 300px;
}

input[data-form="remember-search"]:after{
    border: 1px solid #006dad !important;
}

div[data-template="dialog-edit-HTMLtext"] .note-editor.note-frame .note-editing-area .note-editable {
    max-height: initial;
}

.over-comment-alert i{
    position: absolute;
    bottom: 6px;
    right: 3px;
}
.over-comment-alert {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: red;
    width: 100%;
    height: 100%;
}

.alert.alert-GFcustom.closeNoLoading img{
    display:none;
}

.alert.alert-GFcustom.closeNoLoading {
    max-width:540px;
}

/*DLG OPEN JOBS*/

a.opensjobs-a:hover {
    text-decoration: none;
}

a.opensjobs-a {
    display: block;
}

a.opensjobs-a p {
    text-align: right;
    padding-right: 25px;
    color: rgb(90, 90, 90);
    margin-bottom: 0;
}

a.opensjobs-a h6 {
    display: block;
    text-align: left;
    padding-left: 25px;
    margin: 5px 0;
}

li.list-openjobs-item {
    background-color: #fbfbfb;
    overflow: hidden;
    border-bottom: 1px solid rgba(25, 118, 210, 0.45);
}

li.list-openjobs-item.no-jobs:hover {
    background-color: #fbfbfb;
}
li.list-openjobs-item:hover {
    background-color: #f5f5f5;
}

.login-version-container {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 20px;
    font-size: 14px;
    text-align: right;
}

.login-version-container span {
    display: block;
}

.login-version-container span.version {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 12px;
    min-width: 100px;
}

.lineMeterbar {
    font-size: 13px;
    line-height: 19px;
    height: 17px;
    background: rgb(245, 245, 245);
    text-align: left;
}

span.lineMeterbar-hyj {
    padding: 0 20px 0 10px;
    color: #1976d2;
}

.panel-buttom-second-wire .lineMesurer {
    display: inline-block;
    padding-right: 20px;
}

.btn-wire-lineMeter:focus,
.btn-wire-lineMeter:active,
.btn-wire-lineMeter:hover{
    color: #FFF;
}
.btn-wire-lineMeter{
    background: inherit;
    color: rgba(255, 255, 255, 0.94);
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.52);
}

.error-severity-icon-2:after{
    content: "\f00d";
    color: #FF0000;
    line-height: 18px;
    font-family:'fontawesome';
    padding-right:10px;
}
.error-severity-icon-1:after{
    content: "\f12a";
    color: #ff9900;
    line-height: 18px;
    font-family:'fontawesome';
    padding-right:10px;
}

p[data-ver-line]{
    display: block;
    margin: 5px 0;
    text-align: left;
    min-width:160px;
}

span#version {
    background: #2196f3;
    color: #FFF;
    cursor: default;
    display: inline-block;
    font-weight: bold;
    width: 25px;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 20px;
    margin-top: 10px;
}

span.fieldset-custom-title {
    position: absolute;
    top: -13px;
    left: 25px;
    font-size: 13px;
    background: #FFF;
    padding: 0px 5px;
    color: #9c9c9c;
}

.fieldset-custom {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 15px;
}

[data-template="dialog-edit-OutputDigitalNews"] .multiselect-container label.radio{
    width:100%;
}
[data-template="dialog-edit-OutputDigitalNews"] ul.multiselect-container{
    max-width: 418px;
}

[data-template="dialog-edit-OutputDigitalNews"] textarea.form-control {
    padding: 0 5px;
}


.navbar.navbar-header{
    margin: 0;
}

i.fa.fa-align-justify.unjustify:after {
    content: "\f0e2";
    position: absolute;
    bottom: 5px;
    right: 4px;
    font-size: 13px;
    opacity: 1;
    color: red;
    font-family: fontawesome;
    text-shadow: -1px 1px 0px white, -1px -1px 0px white;
}

i.fa.fa-align-justify.hardJustify-btn:after {
    content: "\f0ad";
    position: absolute;
    bottom: 5px;
    right: 4px;
    font-size: 13px;
    opacity: 1;
    color: #e05ebd;
    font-family: fontawesome;
    text-shadow: -1px 1px 0px white, -1px -1px 0px white;
}

[data-tool="briefcase"] .openJobs:after {
    content: ""attr(qJobs)"";
    position: absolute;
    font-size: 15px;
    bottom: -5px;
    right: -10px;
    background: rgba(255, 153, 0, 0.88);
    padding: 0px 5px 3px 5px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.93);
}

[data-tool="briefcase"] .activos::after{
    content: "!";
    position: absolute;
    font-size: 15px;
    bottom: -5px;
    right: -10px;
    background: rgba(255, 153, 0, 0.88);
    padding: 0px 5px 3px 5px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.93);
}
/*
span.cancel-update {
   position: absolute;
   bottom: 43px;
   right: 20px;
   padding: 3px 10px;
   background: rgba(255, 88, 88, 0.85);
   font-size: 13px;
   color: #FFF;
   cursor: pointer;
   transition:0.3s;
}

span.cancel-update:hover {
   background-color: #f34b4b;
}
*/
.expand-inside a span {
    text-align: left;
    width: 100%;
    display: block;
    padding: 3px 15px;
}

.expand-inside a {
    padding: 0 !important;
}

.report-ta{
    width: 100%;
    height: 100%;
    text-align: left;
}

.report-BLBox .BL_WindowBox_Content{
    width: 750px;
    height: 500px;
}

.iframe-estado-edicion{
    -ms-zoom: 1.0;
    -moz-transform: scale(1.0);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1.0);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1.0);
    -webkit-transform-origin: 0 0;
}

.centrar-botones{
    text-align: center;
}

.line-break-td{
    white-space: pre;
}

@media only screen and (max-width: 1093px){
    .navbar-principal{
        width: 50% !important;
    }
}

.button-no-design{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.list-noticiasxml-item{
    list-style: none;
    border-bottom: 1px solid rgba(154, 157, 160, 0.55);
    cursor: pointer;
    padding: 7px;
    padding-bottom: 10px;
    box-sizing: content-box;
    padding-top: 0;
}

.list-noticiasxml-item h6, list-noticiasxml-item label{
    margin: 0;
    max-height: 39px;
    overflow: hidden;
    text-align: left;
    padding-right: 15px;
    font-size: 16px;
    color:#000000;
    line-height: normal;
}

.list-noticiasxml-item label{
    font-size: 12px;
    text-align: left !important;
}



label>p{
    text-align: justify;
    padding: 3px 5% 0px 5%;
}

.content-scroll .RSS-list{
    overflow: auto;
    margin-top: 25px;
    height: 100%; 
    z-index: 1;
}

.second-exp-panel{
    position: fixed;
    top: 60px;
    bottom: 0px;
    left: 210px;
    background-color: white;
    box-shadow: 1px 1px 4px #000000;
    z-index: 1;
    overflow: auto;
    max-width: 400px
}

.third-exp-panel{
    position: fixed;
    top: 60px;
    bottom: 0px;
    left: 547px;
    background-color: white;
    box-shadow: 1px 1px 4px #000000;
    z-index: 1;
    overflow: auto;
    max-width: 600px;
    padding: 15px;
}

.third-exp-panel img{
    max-width: 98%;
    margin: 5px;
}

.third-exp-panel iframe{
    -ms-zoom: 1;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.8);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    margin-left: 10px;
}

.myRSSbox{
    text-align: left;
    border-bottom: solid 1px #bbb;
    background: white;
    margin: 5px;
}

.myRSSbox:hover{
    background: #f7f7f7;
}

#tools-RSS-panel a:link{
    text-decoration: none;
}

.Button:hover{
    cursor: pointer;
}

.fullFilter{
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:1000;
}

#SelectMyRssForm{
    position: fixed;
    left: 40%;
    top: 10%;

    width: 20%;
    min-width: 350px ;

    max-height: 80%;
    min-height: 375px;

    z-index: 1001;
}

#UserRssContentForm{
    margin-bottom: 50px;
    max-height: 300px;
    overflow: auto
}


.Rss-Selection-element{
    cursor: pointer;
    height: 55px;
    text-align: left;
    border: solid 1px #fff;
    border-radius: 3px;
    padding-top: 5px;
}
.Rss-Selection-element label{
    margin-top: 15px;
    font-size: 20px;
}

.Rss-Selection-element input{
    margin-top: 15px;
    font-size: 20px;
}

.Rss-Selection-element:hover{
    border-color: #f1f1f1;
    background: #f5f5f5;
}

.form-horizontal{
    overflow: hidden
}
.not-hidden{
    overflow: visible;
}

.WindowBox_Title{
    background-color: #0073C6;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 23px;
    padding-left: 10px;
    border-radius: 3px 3px 0 0;
    position: relative;
}

#rss-content figure figcaption{
    text-align: left;
    background: rgba( 0,0,255,.5 );
    color: white;
    position: relative;
    bottom: 33px;
    margin: 6px;
}

.RSS-template-full{
    top: 60px;
    position: fixed;
    height: 100%;
    display: table;
    top: 60px;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
}

.RSS-template-full .content-scroll{
    position: relative;
    padding-bottom: 175px;
    padding-top: 0;
    height: 100%;
}

.RSS-template-full .panel
{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.3);
}

.RSS-template-full #wire-result{
    position: absolute;
    top: 0;
    left: 210px;
    width:100%;
}

.RSS-template-full .second-expansion-panel{
    width: 100% !important;
    padding-right: 210px;
}


.RSS-template-full .tools-panel-collapse{
    height: 100%;
    width: auto;
}

.RSS-template-full .tools-panel{
    width: 210px;
    height: 100%;
    position: relative;
}


.RSS-template-full>div
{
    display: inline-block;
    vertical-align: top;
}

.RSS-template-full .munu-buttons{
    width: 100%;
}

.RSS-template-full .munu-buttons a.menu-button-icon
{
    padding: 5px 11px;
    font-size: 24px;
    /*color: #9D9D9D;*/

    display: block;

    color: rgba(255,255,255,.6);
    width: 100%;
}

.RSS-template-full .munu-buttons a.menu-button-icon[aria-expanded="true"],
.RSS-template-full .munu-buttons a.menu-button-icon[aria-expanded="true"]:hover
{
    color: rgba(0,0,0,1);
    background-color: #FFF;
}

.RSS-template-full .munu-buttons a.menu-button-icon:hover
{
    color: rgba(255,255,255,1);
}

.RSS-template-full .menu-panels,
.RSS-template-full .menu-panels .panel,
.RSS-template-full .menu-panels .panel form
{
    height: 100%;
    background-color: #E1E1E1;
    border-radius: 0;
    border: none;
    margin: 0;
    width: auto;
    overflow:visible;
}

.RSS-template-full .menu-panels .form-panel
{

}

.RSS-template-full .menu-panels .form-panel .form-horizontal {
    width: auto;
}

.RSS-template-full #wire-detail-div{
    height: calc(100% - 103px);
    position: inherit;
    background-color: #f5f5f5;
    color:#000000;
}



/* estilo para el ordenamiento*/
.activeB:after{
    content: '';
    position: absolute;
    top: 42%;
    margin-left: 5%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #a8a8a8;
    clear: both;
}

.activeA:after{
    content: '';
    position: absolute;
    top: 42%;
    margin-left: 5%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #a8a8a8;
    clear: both;
}

.orderBy{
    font-size: 13px;
    line-height: 1.846;
    color: #666666
}
.orderBy:hover{
    text-decoration: none;
    cursor:pointer
}

#rss-new-viewer h2 {
    font-size: 24px;
}
