
body {
    margin: 0px;
    padding: 0px;
    background: #242323;
    text-align: justify;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
}

h1, h2, h3 {
    margin-top: 0px;
    font-weight: normal;
    color: #FFFFFF;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

p, ol, ul {
    margin-bottom: 1.8em;
    line-height: 160%;
}

a {
    color: #000000;
}

    a:hover {
        text-decoration: none;
        color: #FF0000;
    }

    a img {
        border: none;
    }

#wrapper {
    width: 1074px;
    margin: 0 auto;
    border: 10px solid #FFFFFF;
}

#aspnetForm {
    overflow-y: scroll;
    height: 100%;
}

/* Header */

#header {
    width: 1074px;
    height: 60px;
    margin: 0px auto;
}

    #header a {
        text-decoration: none;
        color: #FFFFFF;
    }

/* Logo */

#logo {
    float: left;
    padding-left: 20px;
}

    #logo h1, #logo p {
        margin: 0px;
        line-height: normal;
        font-weight: normal;
        color: #FFFFFF;
    }

    #logo h1 {
        padding: 10px 0px 0px 0px;
    }

/* UserInfo */

#UserInfo {
    float: right;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 10px;
    color: White;
}

/* Menu */

#menu {
    float: right;
}

    #menu ul {
        margin-top: 10px;
        padding: 20px 0px 0px 0px;
        list-style: none;
        line-height: normal;
    }

    #menu li {
        float: left;
        margin: 0px;
    }

    #menu a {
        display: block;
        width: auto;
        padding: 6px 20px;
    }

        #menu a:hover {
            text-decoration: underline;
        }

    #menu .active {
        background: #404040;
    }

        #menu .active a {
            background: url(../images/img02.gif) no-repeat 100% -40px;
        }

    #menu .selected a {
        /*background: url(../images/img02.gif) no-repeat 100% -40px;
    background-color*/
        color: gray;
    }


/* Page */

#page {
    width: 1074px;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    background: #FFFFFF;
}

html, body {
    margin: 0;
    overflow: hidden;
    height: 100%;
}

#header-pic {
    background: url(../images/header.jpg) no-repeat left top;
    width: 1074px;
    height: 270px;
}

/* Content */

#content {
    /*float: right;*/
    width: 1074px;
}

.post {
    margin: 0px 0px 30px 0px;
}

    .post .title {
        margin: 0px;
        background: #444444 url(../images/img02.jpg) no-repeat left 50%;
        padding: 7px 25px;
        font-size: 1.4em;
        border-top: 10px solid #FFFFFF;
    }

        .post .title h1 {
        }

    .post .entry {
        padding: 0 20px;
    }

        .post .entry .login {
            width: 350px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
        }

        .post .entry .change {
            width: 400px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
        }

/*
.post .entry .login input[type=text]{
	display:inline-block;
	border:#C0C0C0 1px solid;
	width:200px;
}
*/
.generic_button {
    display: inline-block;
    border: #C0C0C0 1px solid;
    /*width:200px;*/
}

.generic_text {
    display: inline-block;
    border: #C0C0C0 1px solid;
}

    .generic_text:focus {
        background-color: #ffa20f;
        border: 1px outset red;
    }

.generic_text_uppercase {
    display: inline-block;
    border: #C0C0C0 1px solid;
    width: 200px;
    text-transform: uppercase;
}

    .generic_text_uppercase:focus {
        background-color: #ffa20f;
        border: 1px outset red;
    }

.error_messages {
    text-align: center;
    font: 16px Verdana,Arial,sans-serif;
    color: Red;
}

.title_messages {
    text-align: center;
    font: 16px Verdana,Arial,sans-serif;
    color: Black;
}

.alerts_big {
    text-align: center;
    font: 18px Verdana,Arial,sans-serif;
    font-weight: bold;
    color: Black;
}


.hidden {
    display: none;
}

.show {
    display: inline;
}


.pnlCommands {
    clear: both;
    height: 70px;
    /*position: relative; */
    padding: .2em;
    zoom: 1;
    border: 1px solid #aaaaaa;
    /*background: #ffffff	url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; */
    color: #222222;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pnlSignalrConnection {
    display: none;
    clear: both;
    height: 30px;
    /*position: relative; */
    padding: .2em;
    zoom: 1;
    border: 1px solid #aaaaaa;
    background-color: Red;
    color: #222222;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.divGrid {
    text-align: center;
    padding: .2em;
    zoom: 1;
    border: 1px solid #aaaaaa;
    /*background: #ffffff	url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; */
    color: #222222;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.align_right {
    text-align: right;
}

/*
.post .entry .login input[type=text]:focus{background-color:#ffffcc}
.post .entry .login input[type=password]:focus{background-color:#ffffcc}
*/
/*
.post .entry .login input[type=password]
{
	display: inline-block;
	border: 1px solid #C0C0C0;
	width:200px;
	margin-top:5px;
}
*/
.post .entry .login input[type=submit] {
    border: 1px solid #C0C0C0;
    margin-top: 5px;
}

.post .entry .addmonitor {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

    .post .entry .addmonitor input[type=text] {
        display: inline-block;
        border: #C0C0C0 1px solid;
        width: 200px;
    }

    .post .entry .addmonitor input:focus {
        background-color: #ffffcc
    }


.post .meta {
    font-weight: bold;
    padding-left: 20px;
}

.post .byline {
    margin: 0px;
    padding-left: 20px;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
    background: url(../images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
    background: url(../images/img01.jpg) repeat-y left top;
}

#sidebar ul {
    padding: 0px 0 5px 0;
    margin: 0px;
    list-style: none;
}

#sidebar li li {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
    padding-left: 15px;
    border-bottom: 1px dashed #BDBDBD;
    background: url(../images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
    margin-bottom: 1.8em;
    list-style: none;
}

#sidebar h2 {
    background: #444444 url(../images/img02.jpg) no-repeat left 50%;
    padding: 7px 25px;
    font-size: 1.4em;
}

#sidebar a {
    text-decoration: none;
}

    #sidebar a:hover {
        text-decoration: underline;
    }

/* Search */

#search {
}

    #search form {
        margin-bottom: 1.8em;
        padding: 0px;
    }

    #search fieldset {
        margin-left: 20px;
        padding: 0px;
        border: none;
    }

    #search #s {
        width: 160px;
    }

/* Footer */

#footer {
    clear: both;
    width: 900px;
    height: 50px;
    margin: 0px auto 0px auto;
    color: #FFFFFF;
    text-align: center;
}

    #footer p {
        margin: 0px;
        padding: 19px 0px 0px 0px;
        text-align: center;
        line-height: normal;
        font-size: smaller;
    }

    #footer a {
        color: #FFFFFF;
    }

textarea {
    overflow: auto;
    resize: none;
}

.captcha {
    background-image: url(../images/captcha-bg.jpg);
    border: 1px solid #fff;
}


/* AJAX TABS technorati-theme */
.aTab1 .ajax__tab_header {
    background: url(../images/aspnet-tabs/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
    padding-top: 10px;
}

    .aTab1 .ajax__tab_header .ajax__tab_outer {
        background: url(../images/aspnet-tabs/tab.png) no-repeat left top;
        border-color: #e9e9e9;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
    }

    .aTab1 .ajax__tab_header .ajax__tab_inner {
        background: url(../images/aspnet-tabs/tab.png) no-repeat right top;
        border-color: #e9e9e9;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.aTab1 .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    cursor: pointer;
}

.aTab1 .ajax__tab_active .ajax__tab_outer {
    background: url(../images/aspnet-tabs/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.aTab1 .ajax__tab_active .ajax__tab_inner {
    background: url(../images/aspnet-tabs/tab.png) no-repeat right -40px;
    color: #000000;
    border-color: #e9e9e9
}

.aTab1 .ajax__tab_body {
    font-size: 10px;
    padding: 1px 0px 0px 0px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    border-top-width: 0;
}

.contentTemplate {
    font-size: 13px;
    padding: 20px 10px 20px 10px;
}

.detailsview {
    border: 1px solid #C0C0C0;
    margin-top: 5px;
}

.ChangePassword {
    border: 1px solid #C0C0C0;
    margin-top: 5px;
}

.contentTemplate .formSectionTitle2 {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

/* GRIGLIA UTENTI */
/*
.gvBanner{padding: 4px;border-top: 1px #E6E6E6 solid;background-color: #F2F2F2;font-weight: normal;color: #000000;font-size: 14px;font-style:italic;font-family:Georgia;}
.gvBanner input {display:inline-block;border:#C0C0C0 1px solid;}
.gvBanner input:focus{background-color:#ffffcc}
.gvBannerSettings img{background-image:url(../images/section-icons/settings.png);width:36px;height:34px;}
.gvBannerUsers img{background-image:url(../images/section-icons/users.png);width:36px;height:34px;}
.gvBannerConnection img{background-image:url(../images/section-icons/connection.png);width:36px;height:34px;}
.gvBannerThemes img{background-image:url(../images/section-icons/themes.png);width:36px;height:34px;}
.gvBannerSponsors img{background-image:url(../images/section-icons/sponsors.gif);width:36px;height:34px;}
.gvBannerNewPost img{background-image:url(../images/section-icons/blog-post.png);width:36px;height:34px;}
.gvBannerPages img{background-image:url(../images/section-icons/pages.png);width:36px;height:34px;}
.gvBannerLinks img{background-image:url(../images/section-icons/links.png);width:36px;height:34px;}
.gvBannerComments img{background-image:url(../images/section-icons/comments.png);width:36px;height:34px;}
.gvBannerHeader img{background-image:url(../images/section-icons/header.png);width:36px;height:34px;}
.gvBannerModules img{background-image:url(../images/section-icons/modules.png);width:36px;height:34px;}

.gv{width: 100%; font-size: 11px; border: 1px solid #EBEBEB;}
.gv td{padding:1px 5px; border: 1px solid #EBEBEB;}
.gv th{padding:1px 5px; border: 1px solid #EBEBEB;}
.gvHeader{background-image: url(../images/gridview/header-bg.jpg); text-align: center; height: 22px; color: #000000; font-weight: normal; font-size: 11px;}
.gvHeader a{color: #333333;}
.gvHeader a:hover{ text-decoration: underline; color: #000000;}
.gvRowStyle{border: 1px solid #EBEBEB;}
.gvRowStyle:hover{border: 1px solid #EBEBEB; background-image: url(../images/gridview/hover-bg.jpg);}
*/
.gvAlternateRowStyle {
    background-color: #F4F4F4;
}
/*
.gvAlternateRowStyle:hover{background-image: url(../images/gridview/hover-bg.jpg);}
*/
.gvSelected {
    background-color: Aqua;
}
/*
.gvEdit input{font-size:11px;width:98%;border:#C0C0C0 1px solid;}
.gvEdit input:focus{background-color:#ffffcc}
.gvPagerFont input{font-size: 11px;padding:1px 5px 1px 5px;margin: 2px;background-color:#f4f4f4;background-image: url("../images/gridview/atoz-bg.jpg");background-position: -10px;border:1px solid #ccc;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.gvPagerFont:hover input{border: 1px solid #6699cc; background-image: url(../images/buttons/button-hover-bg.jpg); color: #000000;}
.gvPagerFont select{font-size: 11px; margin: 2px;}
.gvSortAlternatingRowstyle{background-color:#f2f2f2; color: #000000;}
.gvSortRowStyle{background-color:#f2f2f2; color: #000000;}
.gvSortAscHeaderStyle{background:url(../images/gridview/sort_asc.gif) no-repeat right center;padding-left:5px;}
.gvSortDescHeaderStyle{background:url(../images/gridview/sort_desc.gif) no-repeat right center;padding-left:5px;}
.gvFooter input{font-size:11px;width:98%;}
.gvFooter td th{padding:1px 5px;}
.gvShortcut{width: 11px;height: 11px;background-image: url(../images/gridview/shortcut-small.png);background-repeat: no-repeat;background-position: 0px 2px;padding-left: 15px;}

.gvHighlight{background-color:#ccc;}
.gv textarea{border:#C0C0C0 1px solid;}
.gv textarea:focus{background-color:#ffffcc}

.messageWrap a{display:block; float: left; border: 1px solid #CCCCCC; font-size: 11px; color: #000000; margin-right: 3px; margin-top: 6px; padding: 6px;}
.messageWrap a:hover{border: 1px solid #000000; color: #000000; text-decoration: none;}
.messageWrap2{padding:5px;margin-bottom:10px;}
/* buttons */
.buttonCSS a {
    display: block;
    float: left;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    color: #000000;
    margin-right: 3px;
    margin-top: 6px;
    background-image: url('../images/buttons/button-bg.jpg');
    padding: 6px;
}

    .buttonCSS a:hover {
        border: 1px solid #000;
        border-top: #ccc;
        background-image: url(../images/buttons/button-bg-2.gif);
        color: #fff;
        text-decoration: none;
    }
/* buttons 2 */
.buttonCSS2 a {
    background-position: -2px -2px;
    display: block;
    float: left;
    border: 1px solid #000000;
    font-size: 11px;
    color: #ffffff;
    margin-right: 3px;
    margin-top: 6px;
    background-image: url('../images/buttons/button-bg-2.gif');
    padding: 6px;
}

    .buttonCSS2 a:hover {
        background-position: 0px 0px;
        border: 1px solid #6699cc;
        background-image: url(../images/buttons/button-hover-bg.jpg);
        color: #000000;
        text-decoration: none;
    }
/* buttons 3 */
.buttonCSS3 a {
    background-position: -2px -2px;
    display: block;
    float: right;
    border: 1px solid #000000;
    font-size: 11px;
    color: #ffffff;
    margin-right: 5px;
    margin-top: 2px;
    background-image: url('../images/buttons/button-bg-2.gif');
    padding: 6px;
    font-style: normal;
}

    .buttonCSS3 a:hover {
        background-position: 0px 0px;
        border: 1px solid #6699cc;
        background-image: url(../images/buttons/button-hover-bg.jpg);
        color: #000000;
        text-decoration: none;
    }
/* buttons 4 */
.buttonCSS4 {
    background-color: #ccc;
    display: block;
    float: right;
    border: 1px solid #000;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    margin-top: 2px;
    padding: 3px 10px 2px 3px;
    height: 21px;
    font-style: normal;
}

.ddlWrap {
    display: block;
    float: left;
    border: 1px solid #CCCCCC;
    color: #000000;
    margin-right: 3px;
    margin-top: 6px;
    background-image: url('../images/gridview/header-bg.jpg');
    padding: 3px;
    height: 20px;
}

.modalPG {
    background-color: #999;
    padding: 20px;
}

.modalPG2 {
    background-color: #999;
    padding: 20px;
}

.inputButton {
    border: 1px solid #333;
    border-top: 1px solid #000;
    font-size: 11px;
    color: #999;
    margin-right: 3px;
    margin-top: 3px;
    background-image: url('../images/buttons/button-bg-2.gif');
    background-position: 0px -2px;
    padding: 4px;
}

    .inputButton:hover {
        border-bottom: 1px solid #333;
        background-image: url(../images/buttons/hover-bg.gif);
        color: #fff;
        text-decoration: none;
    }

/* CREATE USER WIZARD CONTROL----------------------------------- */
.cuwWrap {
    width: 400px;
    padding: 10px;
    margin: 20px auto 200px auto;
    border: 1px solid #e9e9e9;
    background-color: #FCFCFC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

    .cuwWrap input:focus {
        background-color: #FFFFCC
    }

.cuwTitle {
    font-size: 14px;
    font-weight: bold;
    color: #000000
}

.cuwWrap input[type=text] {
    border: #C0C0C0 1px solid;
    width: 200px;
}

    .cuwWrap input[type=text]:focus {
        background-color: #ffffcc
    }

.cuwWrap input[type=password] {
    border: #C0C0C0 1px solid;
    width: 200px;
}

    .cuwWrap input[type=password]:focus {
        background-color: #ffffcc
    }

.checkboxList {
    width: 350px;
    overflow: auto;
}


.mGrid {
    /*width: 100%;   */
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font: 13px Arial, Helvetica, sans-serif;
    /*table-layout: fixed;*/
    /*width: 700px;*/
}

    .mGrid td {
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px #c1c1c1;
        color: Black;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(../images/grid/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

        .mGrid th a {
            color: #fff;
        }

    .mGrid .alt {
        background: #fcfcfc url(../images/grid/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(../images/grid/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
            font-size: medium;
        }

        .mGrid .pgr a {
            color: darkgray;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.hiddencol {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clock {
    font-size: 16px;
}

/* PANNELLO SX */


.panelLeft {
    position: fixed;
    top: 50px;
    right: 0;
    display: none;
    background: #000000;
    border: 1px solid #111111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 400px;
    height: auto;
    padding: 30px 130px 30px 30px;
    filter: alpha(opacity=85);
    opacity: .85;
}

    .panelLeft p {
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
    }

    .panelLeft a, .panelLeft a:visited {
        margin: 0;
        padding: 0;
        color: #9FC54E;
        text-decoration: none;
        border-bottom: 1px solid #9FC54E;
    }

        .panelLeft a:hover, .panelLeft a:visited:hover {
            margin: 0;
            padding: 0;
            color: #ffffff;
            text-decoration: none;
            border-bottom: 1px solid #ffffff;
        }

a.trigger {
    position: fixed;
    text-decoration: none;
    top: 80px;
    right: 0;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    background: #707070 url(../images/plus.png) 85% 55% no-repeat;
    border: 1px solid #444444;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    display: block;
}

    a.trigger:hover {
        position: fixed;
        text-decoration: none;
        top: 80px;
        right: 0;
        font-size: 16px;
        letter-spacing: -1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #fff;
        padding: 20px 40px 20px 20px;
        font-weight: 700;
        background: #707070 url(../images/plus.png) 85% 55% no-repeat;
        border: 1px solid #444444;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        display: block;
    }

a.active.trigger {
    background: #222222 url(../images/minus.png) 85% 55% no-repeat;
}

#tobtContent {
    width: 400px;
    /*height:100px;*/
}

.bodyTobt {
    background-color: White;
    overflow-y: auto;
}

.MaskedEditError {
    background-color: Red;
}

#alertsContent {
    width: 100%;
    /*height:100px;*/
}


/* STILI PER COLONNE GRIGLIA EVENTI */
.col_time {
    width: 140px;
}

.col_ad {
    width: 80px;
}

.col_source {
    width: 60px;
}

.col_message {
    width: 320px;
}

.col_agent {
    width: 110px;
}

.col_details {
    width: 70px;
}

.col_messagedet {
    width: 250px;
}

.col_event {
    width: 580px;
}

.col_target {
    width: 105px;
}

.col_value {
    width: 105px;
}

/* STILI PER COLONNE GRIGLIA PARTENZE PRE-DEICING
.col_depflight{min-width: 67px;}
.col_depcall_sign{min-width: 71px;}
.col_depdest{min-width: 46px;}
.col_depreg{min-width: 70px;}
.col_depstatus{min-width: 51px;}
.col_depsobt{min-width: 51px;}
.col_depobt{min-width: 66px;}
.col_deptobt{min-width: 60px;}
.col_depalerts{min-width: 34px;}
.col_depsat{min-width: 67px;}
.col_depready{min-width: 53px;}
.col_depctot{min-width: 47px;}
.col_deptot{min-width: 67px;}
.col_depstand{min-width: 33px;}
.col_deprwy{min-width: 24px;}
.col_depsid{min-width: 42px;}
.col_depac{min-width: 38px;}
.col_dephl{min-width: 19px;}
.col_deprotation{min-width: 71px;} */

/* STILI PER COLONNE GRIGLIA PARTENZE */
.col_depflight {
    min-width: 67px;
}

.col_depcall_sign {
    min-width: 71px;
}

.col_depdest {
    min-width: 40px;
}

.col_depreg {
    min-width: 60px;
}

.col_depstatus {
    /*min-width: 83px;*/
    min-width: 100px;
}

.col_depsobt {
    min-width: 51px;
}

.col_depobt {
    min-width: 66px;
}

.col_deptobt {
    min-width: 60px;
}

.col_depalerts {
    min-width: 34px;
}

.col_depsat {
    min-width: 67px;
}

.col_depready {
    min-width: 53px;
}

.col_depctot {
    min-width: 47px;
}

.col_deptot {
    min-width: 67px;
}

.col_depstand {
    min-width: 33px;
}

.col_deprwy {
    min-width: 24px;
}

.col_depsid {
    min-width: 42px;
}

.col_depac {
    min-width: 38px;
}

.col_dephl {
    min-width: 19px;
}

.col_deprotation {
    min-width: 71px;
}

/* STILI PER COLONNE GRIGLIA ARRIVI */
.col_arrflight {
    min-width: 84px;
}

.col_arrcall_sign {
    min-width: 84px;
}

.col_arrori {
    min-width: 65px;
}

.col_arrreg {
    min-width: 108px;
}

.col_arrstatus {
    min-width: 70px;
}

.col_arrldt {
    min-width: 103px;
}

.col_arribt {
    min-width: 103px;
}

.col_arrsibt {
    min-width: 103px;
}

.col_arrstand {
    min-width: 43px;
}

.col_arrrwy {
    min-width: 33px;
}

.col_arrstar {
    min-width: 45px;
}

.col_arrac {
    min-width: 57px;
}

.col_arrhl {
    min-width: 22px;
}

.col_arrrotation {
    min-width: 84px;
}

/*PER TREE*/

.post .entry .AspNet-TreeView {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .post .entry .AspNet-TreeView ul {
        list-style: none;
    }

.post .entry .AspNet-TreeView-Leaf {
    /*
    border-bottom: solid 1px #DDD;
    background: url(../../images/structure/node-dot.gif) 8px 9px no-repeat;  
    */
    font-weight: normal !important;
}

.post .entry .AspNet-TreeView-Root {
    /*border-bottom: solid 1px #DDD; */
    font-weight: bold;
}

    .post .entry .AspNet-TreeView-Root a {
        display: block;
        padding: 5px 5px 5px 5px;
    }

.post .entry .AspNet-TreeView-Hover {
    color: Black;
}

.post .entry .AspNet-TreeView-Selected {
    text-decoration: underline;
    /*background-color:Lime;*/
}

.post .entry .AspNet-TreeView-Expand {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    background: url('http://localhost/images/structure/node-plus.gif') no-repeat 0px 0px;
    cursor: pointer;
}

.post .entry .AspNet-TreeView-Collapse {
    display: block;
    float: left;
    margin: 9px 0px 0px 8px;
    padding: 6px 4px 5px 4px;
    height: 0px !important;
    background: url('http://localhost/images/structure/node-minus.gif') no-repeat 0px 0px;
    cursor: pointer;
}

.post .entry .AspNet-TreeView-Show li {
    border-top: solid 1px #DDD;
    background-position: 28px 9px;
}

.post .entry .AspNet-TreeView-Hide {
    display: none;
}

.post .entry .AspNet-TreeView ul li ul li {
    text-indent: 20px;
    border-bottom: none;
    font-size: 11px;
}

.contorno_bordato {
    border: 1px solid #aaaaaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.refueling-data-label {
    width: 130px;
    text-align: right;
    font-weight: 300;
}

.refueling-data-value {
    width: 300px;
    text-align: left
}

.error-panel {
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

/*.button
{
    padding: 4px 6px 4px 6px;
    background-color: #4b6c9e;
    border: 1px #4e667d solid;
    color: #FFFFFF;
    line-height: 1.35em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}
.button:hover
{
    background-color: #bfcbd6;
    color: #465c71;
	cursor:pointer;
}
.button[disabled]
{
    background: #CCCCCC;
    border: 1px solid #999999;
}
.button[disabled]:hover
{
    cursor: default;
    color: #E9E9E9;
}
.brad_5
{
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}*/

.col_center {
    text-align: center;
}

.button_trush {
    display: inline-block;
    border: #C0C0C0 1px solid;
    background-image: url('../images/trush.jpg');
    width: 32px;
    height: 32px;
    image-rendering: auto;
}

.divTable {
    display: table;
}

.divrow {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_label
l {
    display: table-cell;
    float: left;
    width: 150px;
    text-align: right;
    margin: 0 20px 0 0;
}

.div_field {
    display: table-cell;
    float: left;
    width: 550px;
}

.button_dialog {
    display: inline-block;
    border: #C0C0C0 1px solid;
    float: none;
    padding: 5px 32px;
    border-radius: 5px;
    margin: 4px 2px;
}

.label_field {
    text-align: right;
    /*float:unset;*/
}

.label_validator {
    text-align: right;
    font-weight: bold;
    padding-left: 1px;
    font-size: medium;
    float: right;
}

.dialog {
    background-color: White;
    width: 900px;
    height: 600px;
}

input::placeholder {
    color: gray;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}

.txtParameter {
    position: absolute;
    width: 100%;
    background-color: lightgray;
}

/* Stili per le colonne della griglia - colonne generiche */
.col_delete {
    text-align: center;
    min-width: 50px;
}

.col_edit {
    text-align: center;
    min-width: 50px;
}


/* Stili per le colonne della griglia - PARAMETRI */
.col_Parameter {
    text-align: left;
    max-width: 80px;
    min-width: 250px; 
    overflow-wrap: break-word;
}

.col_Description {
    /*text-align: center;*/
    min-width: 150px;
    overflow-wrap: break-word;
}

.col_NumValue {
    text-align: center;
    min-width: 40px;
}

.col_TextValue {
    text-align: center;
    min-width: 100px;
    max-width: 150px;
    overflow-wrap: break-word;    
}

.col_DateValue {
    text-align: center;
    min-width: 70px;
}

.col_StartValidDate {
    text-align: center;
    min-width: 70px;
}

.col_EndValidDate {
    text-align: center;
    min-width: 70px;
}

/* Stili per le colonne della griglia - CDALERT_NOTIFICATION_RULES */
.col_AlertId {
    text-align: center;
    min-width: 50px;
}

.col_Airline2 {
    text-align: center;
    min-width: 115px;
}

.col_Code {
    text-align: center;
    min-width: 115px;
}

.col_NotifyOnOpenFlag {
    text-align: center;
    min-width: 115px;
}

.col_NotifyOnAcknowledgedFlag {
    text-align: center;
    min-width: 115px;
}

.col_NotifyOnSolveFlag {
    text-align: center;
    min-width: 115px;
}

.col_NotifyOnCloseFlag {
    text-align: center;
    min-width: 115px;
}

.col_ActiveFlag {
    text-align: center;
    min-width: 115px;
}

/* Stili per le colonne della griglia - CDALERTS */
.grid_Alerts_col_AlertId {
    text-align: center;
    min-width: 50px;
}

.grid_Alerts_col_Code {
    text-align: center;
    min-width: 120px;
}

.grid_Alerts_col_Description {
    text-align: left;
    min-width: 740px;
}

.deicingPanel {
}

    .deicingPanel label {
        text-align: left;
    }

/*input.ColSearch{
    padding: 4px 2px;   
    color: #fff;
    background: #424242 url(../images/grid/grd_head.png) repeat-x top;
    border :hidden;
    font: 13px Arial, Helvetica, sans-serif;
    font-weight:bold;
    outline-color: white;
    outline-color: white;
} 

input.ColSearch::placeholder {
  color: white;
  text-align:center;
}
input.ColSearch:focus
{    
    color: black;
	background-color: white;
    background: white;
}*/

.radioSteps {
}

    .radioSteps td {
        width: 80px;
    }

.radioStepsSelection {
}

    .radioStepsSelection td {
        width: 130px;
    }

.stepLabel {
    font-weight: bold;
}

.deicingSeparator {
    /*text-align: center;*/    
    line-height:10px;
}
    .deicingSeparator hr {
        /*text-align: center;*/
        line-height: 10px;
        margin:2px;
    }
