﻿section.mount-your-guide {
    display: block;
    font: 12px 'Neo Sans Pro', 'Lucida Sans';
    padding: 0 0 14px;
}
    section.mount-your-guide header { 
        color: #fff; 
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0 0 10px;
        overflow: hidden; 
    }
        section.mount-your-guide header .view-external { overflow: hidden; }
        section.mount-your-guide header .view-internal { margin: 4px 17px 0; overflow: hidden;  }
        section.mount-your-guide header .btn-bgray { float: left; padding: 3px 0;  }
            section.mount-your-guide header h1 {
                background-color: #00abbd;
                border-bottom: 1px solid #a2a1a1;
                font: 20px/44px 'Neo Sans Pro Medium';
                height: 44px;
                padding: 0 0 0 20px;
            }
            section.mount-your-guide header p {
                color: #656565;
                float: left;
                margin: 24px 0 0 17px;
                width: 177px;
                font-size: 12px; 
            }
            section.mount-your-guide header .view-external .btn-bgray { margin: 12px 0 0 17px; width: 167px; }
            section.mount-your-guide header .txtbox-h31 { width: 172px; }
            section.mount-your-guide header .ico-checklist { margin: 17px 0 0 20px; }
            section.mount-your-guide .view-internal .title-guide { padding: 10px 0 0; overflow: hidden; }

        /* Estilo de setar nome */
        section.mount-your-guide .view-title-guide { display: block; overflow: hidden; width: 100%; }
        section.mount-your-guide .title-guide { display: block; }
            section.mount-your-guide .title-guide .btn-25 { float: right; width: 68px; }
            section.mount-your-guide .title-guide h2 {
                color: #454545;
                float: left;
                font: 14px 'Neo Sans Pro Medium';
                margin: 0;
                width: 192px;
                word-wrap: break-word;
            }
            section.mount-your-guide .title-guide .link-text {
                color: #383838;
                float: right;
                font: 12px 'Neo Sans Pro';
                margin-right: 19px;
                text-decoration: none;
            }
            section.mount-your-guide .info-save-guide {
                border-top: 1px solid #D0D0D0;
                margin: 10px 0 0;
                padding: 10px 0 0;
                overflow: hidden;
            }
                section.mount-your-guide .info-save-guide a { float: none; }
                section.mount-your-guide .info-save-guide a.btn-guide-save { 
                    background-color: #d1d1d1; 
                    border-color: #e3e3e3;
                    -webkit-box-shadow: inset 0 0 0 #272727;
                    -moz-box-shadow: inset 0 0 0 #272727;
                    box-shadow: inset 0 0 0 #272727;
                    color: #fff; 
                    cursor: default;
                }

            section.mount-your-guide .actions-item { right: 7px; position: absolute; }
            section.mount-your-guide .actions-item .btn .ico { text-indent: -9999px; }
            section.mount-your-guide .actions-item .btn { margin: 0 0 5px; }

    section.mount-your-guide .list-guide {
        font-family: 'Lucida Sans';
        font-size: 12px;
        height: 180px;
        margin: 0 15px 15px;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
 
    }
        section.mount-your-guide .list-guide .jspDragTop,
        section.mount-your-guide .list-guide .jspDragBottom { left: -1px; }
        section.mount-your-guide .list-guide hgroup { float: left; width: 185px; }
        section.mount-your-guide .list-guide li { 
            border-top: 1px solid #d0d0d0; 
            display:inline-block; 
            /*height: 62px;*/
            padding: 13px 0; 
            position: relative;
            width: 280px;
        }
            section.mount-your-guide .list-guide .box-ico {
                background: #333333;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                float: left;
                height: 62px;
                margin: 0 10px 0 0;
                width: 62px;
                overflow:hidden;
            }
                section.mount-your-guide .list-guide .box-ico img { margin: 14px; }
            
            section.mount-your-guide .list-guide h3 { /*font-family: 'Neo Sans Pro Bold';*/ margin:0px; }
            section.mount-your-guide .list-guide h4 { font-family:'Neo Sans Pro'; }

    section.mount-your-guide .btn-up-down { display: none; margin: 0 0 0 14px; width: 9px; }
        section.mount-your-guide .btn-up-down .ico { margin: 8px 0 0 0; }
    section.mount-your-guide .btn-annotation { margin: 0 8px 0 15px; width: 114px; }
    section.mount-your-guide .btn-view-your-guide { width: 118px; }
    section.mount-your-guide .btn-dgray { font-family: 'Neo Sans Pro Medium'; }

    .annotation { display: inline-block; }
    .annotation .fld-tit { margin-bottom: 20px; }
    .annotation a.btn { margin-top: 10px; color: #383838; }

    
    .confirm-delete .the-content { text-align: center; }
    .confirm-delete .btn { margin-top: 16px; width: 106px; }
    .box-info-flights{ }