/* GENERIC STYLE */

h5 {
    font-size: 14px;
}

/* GENERIC STYLE */

/* HEADER STYLE */

#userHeader {
    position: relative;
    display: block;
    width: 1190px;
    height: 30px;
}

#subHeaderRight {
    position: relative;
    display: inline;
    float: right;
    width: 250px;
    margin-right: 10px;
    margin-top: 8px;
}

.errorMsg {
    line-height: 30px;
    text-align: justify;
    width: 75% !important;
    display: inline-block !important;
    padding-right: 30px;
}

.SubHeaderTMAST {
    background-image: url(../Images/titolo2.png);
    background-repeat: no-repeat;
    width: 1200px;
    height: 120px;
}

#bottomBar {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    background-color: rgb(163,163,165);
    z-index: 0;
}


#tag_pin {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 75px;
    height: 90px;
    background: url(../Images/red-tag.png) no-repeat center center;
    z-index: 50;
}

/* HEADER STYLE */

/* TREE STYLE */

.treeRootNode {
    border-top: #d8d8d8 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.treeMenu {
    margin-left: 10px;
    width: 200px;
}

    .treeMenu .treeMenuNode {
        font-size: 11px;
        text-align: left;
        width: 180px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-width: 1px;
        color: #4d4d4d;
    }

/* TREE STYLE */

/* LEFT NAVIGATION */

.navigation_left {
    width: 230px;
    float: left;
    background-color: Transparent;
    padding-bottom: 45px;
    overflow-x: hidden;
}

.navigation_left_problem {
    width: 205px;
    float: left;
    background-color: #ffffff;
    padding-bottom: 45px;
}

.navigation_left h5 {
    background-color: Transparent;
    border-top: #e0001a 1px solid;
    color: #4d4d4d;
    border-bottom: 1px #ffffff solid;
    padding: 7px 0px 6px 15px;
    font-weight: bold;
    margin-top: 0px;
}

.navigation_left ul {
    list-style-image: url(../images/level1.gif);
    vertical-align: middle;
}

.navigation_left a:link {
    color: #000000;
    ;
    text-decoration: none;
}

.navigation_left a:visited {
    color: #000000;
    text-decoration: none;
}

.navigation_left a:hover {
    color: #000000;
    text-decoration: none;
}

.navigation_left a:active {
    color: #000000;
    text-decoration: none;
}

/* LEFT NAVIGATION */

/* RIGHT NAVIGATION */

.navigation_right {
    position: relative;
    display: inline;
    float: left;
    width: 220px;
    margin-left: 10px;
    background-color: transparent;
    overflow-x: hidden;
}

    .navigation_right h5 {
        background-color: Transparent;
        border-top: #e0001a 1px solid;
        color: #4d4d4d;
        border-bottom: 1px #ffffff solid;
        padding: 7px 0px 6px 15px;
        font-weight: bold;
        margin-top: 0px;
    }

/* BOX CENTER STYLE */

.boxCenter {
    position: relative;
    display: inline;
    float: left;
    width: 960px;
    margin-left: 10px;
    font-size: 13px;
}

    .boxCenter h5 {
        background-color: Transparent;
        border-top: #e0001a 1px solid;
        color: #4d4d4d;
        border-bottom: 1px #ffffff solid;
        padding: 7px 0px 6px 15px;
        font-weight: bold;
        margin-top: 0px;
    }


    .boxCenter h2 {
        background-color: Transparent;
        border-top: #e0001a 1px solid;
        color: #4d4d4d;
        border-bottom: 1px #ffffff solid;
        padding: 7px 0px 6px 15px;
        font-weight: bold;
        margin-top: 0px;
    }
/* BOX CENTER STYLE */

/* FOOTER STYLE */

.footer {
    position: relative;
    display: block;
    width: 1200px;
    height: 25px;
    background-color: #000000;
    margin-top: 50px;
}

    .footer .rightLink {
        position: relative;
        display: inline;
        float: right;
        margin-top: 8px;
        margin-right: 10px;
    }

    .footer a {
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: bold;
        font-size: 6pt;
        color: #FFFFFF;
        margin-right: 10px;
        text-decoration: none;
    }

/* login */
.accountInfo {
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(#33000000,#11000000);
    background: -moz-linear-gradient(#33000000,#11000000);
    background: -o-linear-gradient(#33000000,#11000000);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* height: 120px;*/
    height: 180px;
    overflow: hidden;
}


/* modify password */
.accountInfoModifyPassword {
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(#33000000,#11000000);
    background: -moz-linear-gradient(#33000000,#11000000);
    background: -o-linear-gradient(#33000000,#11000000);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* height: 120px;*/
    height: 210px;
    overflow: hidden;
    margin-left: 20px;
}



.accountInfoModifyPassword table tr {
    margin-right: 10px;
    text-align: left;
}

.accountInfoModifyPassword table tr td {
    width: 70px;
    font-size: 10pt;
}




fieldset {
    margin-left: 10px;
    border: 0;
}

.accountInfo p label {
    margin-right: 10px;
    text-align: right;
    display: inline-block;
    width: 70px;

}




.registerUser {
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(#33000000,#11000000);
    background: -moz-linear-gradient(#33000000,#11000000);
    background: -o-linear-gradient(#33000000,#11000000);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    height: auto;
    overflow: hidden;
    margin-left: 20px;
}


.registerUser table tr {
    margin-right: 10px;
    text-align: left;
}

.registerUser table tr td {
    width: 150px;
    font-size: 10pt;
}


.accountLeftInfo {
    height: 119px;
    margin-top: 86px;
    background: rgba(0,0,0,0.1);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#11000000);
}

    .accountLeftInfo label {
        margin-left: 25px;
        display: inline-block;
        width: 184px;
        color: rgb(50,91,144);
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

#Accedi {
    margin-top: 12px;
    color: #DA3447;

}

#TMast {
    font-size: 24px;
    font-weight: 900;
    text-shadow: 0px 0px 9px rgba(255, 255, 255, 1);
}

.btn {
    background: rgb(255, 0, 37);
    background-image: -webkit-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -moz-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -ms-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -o-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: linear-gradient(to bottom, rgb(255, 0, 37), #B92929);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10pt;
    width: 90px;
    text-decoration: none;
}

    .btn.new {
        width: 140px;
        margin-bottom: 20px;
        margin-left: 12px;
        padding: 5px;
        float: left;
        text-align: center;
    }


    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #DA3447, #D73427);
        background-image: -moz-linear-gradient(top, #DA3447, #D73427);
        background-image: -ms-linear-gradient(top, #DA3447, #D73427);
        background-image: -o-linear-gradient(top, #DA3447, #D73427);
        background-image: linear-gradient(to bottom, #DA3447, #D73427);
        text-decoration: none;
    }

    .btn.disabled {
        background: rgb(78,78,78);
        background-image: -webkit-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: -moz-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: -ms-linear-gradient(top,rgb(78,78,78), #B8B8B8 );
        background-image: -o-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: linear-gradient(to bottom, rgb(78,78,78), #B8B8B8 );
    }

a.btn {
    color: white;
    padding: 1px 1px 1px 2px;
    float: right;
}


.btnApproved {
    background: rgb(255, 0, 37);
    background-image: -webkit-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -moz-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -ms-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: -o-linear-gradient(top, rgb(255, 0, 37), #B92929);
    background-image: linear-gradient(to bottom, rgb(255, 0, 37), #B92929);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10pt;
    width: 90px;
    text-decoration: none;
    float: right;
}



    .btnApproved:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #DA3447, #D73427);
        background-image: -moz-linear-gradient(top, #DA3447, #D73427);
        background-image: -ms-linear-gradient(top, #DA3447, #D73427);
        background-image: -o-linear-gradient(top, #DA3447, #D73427);
        background-image: linear-gradient(to bottom, #DA3447, #D73427);
        text-decoration: none;
    }

    .btnApproved.disabled {
        background: rgb(78,78,78);
        background-image: -webkit-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: -moz-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: -ms-linear-gradient(top,rgb(78,78,78), #B8B8B8 );
        background-image: -o-linear-gradient(top, rgb(78,78,78), #B8B8B8 );
        background-image: linear-gradient(to bottom, rgb(78,78,78), #B8B8B8 );
    }

a.btnApproved {
    color: white;
    padding: 1px 1px 1px 2px;
    float: right;
}



.btnChiudi {
    background-image: url(../Images/cancel.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: right;
}


.table_div {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .table_div > div, row_div {
        display: table-row;
    }

        .cell_div, .table_div > div > div {
            display: table-cell;
            height: 100%;
        }

.search-section > span {
    margin-left: 10px;
}



#UserInfo_logoTelecom {
    width: 137px;
    position: relative;
    top: -20px;
    left: 10px;
    z-index: 10;
}

.lightbox_foto {
    border: solid 3px;
    width: auto;
    width: 50% \9; /* IE 8 and below */
}

#control_panel_workflow {
    background: url('../Images/workflow-folder.png') no-repeat;
    text-align: center;
    height: 100px;
    margin-top: 50px;
}


/*WORKFLOW*/

.activityWorkflow {
    width: 103%;
    height: 1px;
    background-color: black;
    position: relative;
}

.activityWorkflowCoverFirstHalf {
    position: absolute;
    width: 48%;
    height: 1px;
    background-color: rgb(247,247,247);
}

.activityWorkflowCoverLastHalf {
    width: 52%;
    height: 1px;
    background-color: rgb(247,247,247);
    float: right
}

.activityWorkflowCircleEmpty {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: white;
    border: solid 1px black;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: calc(50% - 5px);
}


.activityWorkflowCircleFull {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: black;
    border: solid 1px black;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: calc(50% - 5px);
}


.activityWorkflowNoCursor {
    color: black;
    cursor: none;
}


.activityLeftArrow {
    width: 50px;
    height: 50px;
    float: left;
}

.activityRightArrowDiv {
    width: 50px;
    height: 50px;
    float: left;
}

.activityLeftArrowDiv {
    width: 50px;
    height: 50px;
    float: left;
}



.activityLeftArrowImage {
    content: url(../Images/icon-arrow-left.png);
    cursor: pointer;
    padding-top: 200px;
}


.activityRightArrowImage {
    content: url(../Images/icon-arrow-right.png);
    cursor: pointer;
    padding-top: 200px;
}


.activityHeaderSectionInformation {
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.activityLabelSingleInformation {
    font-size: 12px;
}

.activitySecondColumnInformation {
    padding-left: 9px;
}

.activityButtonDistance {
    padding-top: 100px;
}

.activityContainerSyle {
    float: left;
    width: 860px;
}

.activityTableCellAlignment {
    vertical-align: middle;
    line-height: 0em;
}
