/* Allgemeine Einstellungen, gelten für alle Elemente */
@import '../../Content/bootstrap.min.css';
@import '../../Content/font-awesome.min.css';
@import '../../Content/bootstrap-datetimepicker.css';


.navbar {
    margin-bottom: 0;
}

div.detailarea td {
    padding-left: 5px;
    padding-right: 5px;
}

div.detailarea input {
    /*
	position:relative;
	top:4px; *top:0px;
	*/
    margin-right: 5px;
}

.dataGridTable {
    width: 100%;
}

.buttonsArea .btn {
    width: 100%;
}
#menueButtonsDiv .btn {
    padding-bottom:8px;
    padding-top:8px;
}

.lineImage {
    background: url(../images/sline.jpg);
}

.inlineDiv {
    display: inline;
}

input.noborder, .noborder input, table.noborder td input {
    border: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 10px 4px 0px;
    margin-top: 1px\9;
    line-height: normal;
}
    input[type=checkbox] + label, input[type=radio] + label {
        margin: 4px 10px 4px 0px;
        margin-top: 1px\9;
        line-height: normal;
        font-weight:100;
    }
.specialDisabled {
    text-decoration: none !important;
}

.headline {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #CC0000;
    text-transform: uppercase;
    font-weight: bold;
}

.errorheadline {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #CC0000;
    text-transform: uppercase;
    font-weight: bold;
}

.menuheadline {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    color: #414141;
    margin: 0;
    padding: 0;
}

.homelink {
    float: left;
    padding-right: 4px;
}

    .homelink a.menubutton {
        font-weight: bold;
    }

.padding2px {
    padding: 2px;
}

.padding5px {
    padding: 5px;
}


/* Rahmen um Inhalte zu gruppieren, vorgesehen für DIVs */
.cellborder {
    border-color: #8F8D8D;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Rahmen um Inhalte zu gruppieren, vorgesehen für DIVs */
.place {
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Umriss um Buttons */
.button {
    /*margin: 0;
    font-family: Arial;*/
    /*height: 20px;*/
    /*line-height: 18px;*/
    /*padding: 1px 5px 0px 5px;
    color: #CC0000;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #A3A3A3;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    cursor: default;*/
}

    .button:disabled {
        color: #CCCCCC;
    }

a.button, a.button:active, a.button:visited, a.button:hover {
    /*background: #FFFFFF url(../images/cms/button.gif) repeat-x;
    height: 19px;
    line-height: 19px;
    padding: 0 0 0 0;
    color: #CC0000;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #A3A3A3;
    text-align: center;
    text-decoration: none;
    display: block;*/
}

.button,
a.button,
.keygrey .button,
.keygrey a.button {
    width: 100%;
}

a.menubutton {
    font-size: 13px;
    line-height: 20px;
    padding: 0 4px 0 4px;
    color: #414141;
    text-transform: none;
    margin: 0;
    text-decoration: none;
}

    a.menubutton:hover {
        font-size: 13px;
        line-height: 20px;
        padding: 0 4px 0 4px;
        color: #414141;
        background-color: #FFFFFF;
        margin: 0;
        text-decoration: none;
        text-transform: none;
    }

.searchbutton, input.searchbutton {
    font-family: Arial;
    background: #EEEEEE url(../images/cms/button.gif) repeat-x;
    height: 20px;
    line-height: 13px;
    padding: 0 5px 3px 5px;
    color: #CC0000;
    border: solid 1px #CCCCCC;
    width: 78px;
    font-size: 11px;
    margin: 0 1px 0 1px;
}

.searchinput, input.searchinput {
    height: 16px;
    margin: 0;
    line-height: 11px;
    border: solid 1px #CCCCCC;
}

.buttoncell input, .buttoncell button {
    border: solid 1px #CC0000;
    line-height: normal;
    cursor: default;
    vertical-align: bottom;
    height: 20px;
    color: #CC0000;
    font-size: 11px;
}

/* Buttons in einer Zelle / Grid */
.buttoncell input, .buttoncell .listbutton {
    text-decoration: none;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
    background-color: transparent;
    border: 0px;
    cursor: hand;
    color: #CC0000;
    height: 20px;
}

.buttoncellbold input {
    text-decoration: none;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
    font-weight: bold;
    background-color: transparent;
    border: 0px;
    cursor: hand;
    color: #CC0000;
    height: 20px;
}

/* ------------------------------------- */
/* Boxes on default_aecms */
/* ------------------------------------- */

.top {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.middle {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.bottom {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}



/* Layouttabelle */
.PageTable {
    padding: 0px;
    margin: 0px;
    border-style: none;
    width: 98%;
    vertical-align: top;
    text-align: center;
}

/* HeaderTd --> Zelle ganz oben in Tabelle
   TotalTD --> Zelle über gesamte Breite
*/

.HeaderTd {
    vertical-align: top;
    text-align: center;
}

.TotalTD {
    vertical-align: top;
    text-align: center;
}

/* linke Zelle einer Layoutzeile */
.NavTD {
    width: 33%;
    border: 0;
    vertical-align: top;
    text-align: right;
}

/* rechte Zelle einer Layoutzeile */
.ContentTD {
    width: 67%;
    text-align: left;
}

/* Fehlernachrichten */
.error {
    color: red;
}

.hint, a.hint {
    color: #006699;
}

.black, a.black {
    color: #414141;
}

/*for ControlCenter*/
.ControlCenter {
    color: #003366;
    text-decoration: none;
}

A.ControlCenter {
    color: #003366;
    text-decoration: none;
}

    A.ControlCenter:hover {
        color: #003366;
    }

    A.ControlCenter:active {
        color: #003366;
        font-weight: 100;
    }

/* Einstellungen fürs CategoryManagement */
.TreeNode {
    color: black;
    text-decoration: underline;
}

A.TreeNode:hover, A.TreeNode:active {
    color: #FF0000;
}

.ActiveTreeNode {
    color: #FF0000;
    text-decoration: underline;
}

/*
.TreeNode, .ActiveTreeNode 
{
	position: relative;
	top: 1px;	
}
*/

.EditTreeNode {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}


/* Formatierung der Vorwärts/Rückwärtszeile in einem Datagrid */
.datagridpaging {
    padding: 0 2px 0 2px;
    width: 100%;
    font-weight: bold;
}

/* Formatierung des Kopfbereichs eines Datagrids */
.datagridheader {
    background-color: #e2e2e2;
    padding: 0 2px 0 2px;
    font-weight: bold;
    text-align: left;
    color: #444444;
    height: 18px;
    line-height: 18px;
    /*background-image: url(../images/detailare_bg_2.jpg);*/
    vertical-align: middle;
}

    .datagridheader img {
        vertical-align: middle;
    }

.boxcontent .datagridheader {
    /*background-image: url(../images/detailarea_bg.gif);*/
}

.datagridheaderlight {
    background-color: #CCCCCC;
    padding: 0 2px 0 2px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    height: 18px;
    line-height: 18px;
}

/* Hintergrundfarbe in jeder zweiten Zeile eines Datagrids */
.datagridalternatingitemboxheader {
    background-color: #EEEEEE;
}

/* Formatierung für ein Datagrid */
.gridcontrol {
    width: 98%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

    /* Formatierung der Zellen eines Datagrids */
    .gridcontrol td {
        padding: 1px 4px 2px 3px;
        border: none;
        vertical-align: middle;
    }

    .gridcontrol a {
        color: #000000;
    }

        .gridcontrol a:hover {
            color: #cc0000;
        }

/* Formatierung der Zellen eines Datagrids */
.gridselectedrow {
    font-weight: bold;
}

/* Formatierung für Feedback (Hinweis) */
.headlinemessage {
    background-color: #8fafc9;
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: 18px;
    /*background-image: url(../images/hint_bg.gif);*/
    background-repeat: repeat-x;
}

.cellbordermessage {
    padding: 0 3px 0 3px;
    background: #EEEEEE;
}

/* Formatierung für Feedback (Fehler) */
.headlineerror {
    background-color: #cc0000;
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #FFFFFF;
    height: 18px;
    font-weight: bold;
    border: 1px solid #cc0000;
}

.cellbordererror {
    border-color: #cc0000;
    border-width: 1px;
    border-style: solid;
    padding: 0 3px 0 3px;
    background: #EEEEEE;
}


/*Axinom Enterprise Web Suite Filter*/
.FilterTable {
    width: 100%;
}


/* table for detailpages */

.detailarea {
}

.keyarea {
}

table.detailarea, table.keyarea {
    width: 100%;
}

    .detailarea .detailheader, table.detailarea td.detailheader {
        /*height: 18px;
	line-height: 18px;
	background-color: #e2e2e2;
	border: solid 1px #bbbbbb;
	color: #444444;
	font-weight: bold;
	padding: 0px 5px 0 5px;
	background-repeat: repeat-x;*/
    }

    .keyarea .detailheader, table.keyarea td.detailheader {
        /*height: 18px;
	line-height: 18px;
	background-color: #bbbbbb;
	border: solid 1px #999999;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px 0 5px;
	background-repeat: repeat-x;*/
    }

.detaildistance {
    padding: 0;
    margin: 0;
    height: 5px;
}

.detailarea .detailcontent, .tdborder {
    /*padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-top: 0px;
	background: white;
	background-repeat: repeat-x;
    overflow-x: scroll;*/
}

.keyarea .detailcontent {
    /*padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	background: #f5f5f5;
	background-repeat: repeat-x;*/
}

.keyarea a {
    /*text-align: center;*/
}

/* links for AxinomPanel */

.detailheader .showlink {
    /*background: url(../images/panel/open.gif) no-repeat top right;*/
    /*height: 18px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;*/
}

.detailheader .hidelink {
    /*background: url(../images/panel/close.gif) no-repeat top right;*/
    /*height: 18px;
	color: #fff;
	text-decoration: none;
	text-align: left;*/
}

.detailheader {
    height: 28px;
    padding: 4px 10px;
}

    .detailheader a {
        color: black;
    }

.detailarea .detailheader .showlink,
.detailarea .detailheader .hidelink {
    /*color: #444;*/
}

/* new layout */

.bgred {
    background-color: #bbbbbb;
    color: #ffffff;
    border: 1px solid #999999;
    font-size: 11px;
    font-family: Trebuchet MS;
    line-height: 17px;
    /*background-image: url(../images/red_header.gif);*/
    background-repeat: repeat-x;
}

.login_box_bg {
    background-image: url(../images/keyarea_bg.gif);
    background-repeat: repeat-x;
}

.color {
    background: #CBCBCB;
}

.keyred {
    background: #CC0000;
    height: 20px;
}

.keygrey {
    background: #fafafa;
    border-right: 1px solid #dfdfdf;
    min-height: 100%;
    height: 100%;
}

.keydistance {
    background: #FFFFFF;
}

.bgnavigation {
    background: #EEEEEE url(../images/cms/nav_px.gif) repeat-x;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

/* language */

.seperator {
    background: url(../images/line.gif);
    background-repeat: repeat-y;
    width: 1px;
    height: 100%;
}

/* relation */

.lselement {
    font-style: italic;
}

.inheritedpermission {
    font-style: italic;
    color: #666666;
}


/* START PAGE */

.dragdiv {
    width: 25px;
    height: 18px;
    background-image: url(../images/drag.gif);
    background-repeat: no-repeat;
    display: block;
    cursor: move;
}

.boxcontainer {
    /*line-height: 0px;
	font-size: 0px;
	padding: 0;*/
}

.selectboxcontainer {
    border: dashed 1px #999999;
    line-height: 0px;
    font-size: 0px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.boxleftcontainer {
    border: solid 1px transparent;
    /*line-height: 0px;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;*/
}

.selectleftboxcontainer {
    border: dashed 1px #999999;
    /*line-height: 0px;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;*/
}

.boxarea {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
    background-color: #cccccc;
}

.boxheader {
    /*/*height: 18px;
	line-height: 18px;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #bbbbbb;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0px 5px;*/
}

.leftboxheader {
    /*height: 18px;
	line-height: 18px;
	font-size: 12px;
	background-color: #cccccc;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;*/
}

.boxcontent {
    /*padding: 10px 5px 10px 5px;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	background: #FFFFFF;
	background-image: url(../images/keyarea_bg.gif);
	background-repeat: repeat-x;*/
}

.dragging {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
    /*width: 250px;*/
}


/*Additional styles*/

.header_shadow {
    background-image: url(../images/shadow.gif);
    text-align: left;
    background-repeat: repeat-x;
    background-position: top;
}

.shadow_left {
    height: 9px;
    background-image: url(../images/shadow_left.gif);
    background-repeat: repeat-x;
}

.shadow_left_image {
    height: 9px;
    width: 203px;
    background-image: url(../images/shadow_left.gif);
    float: right;
}

/*

.bottom_shadow
{
	background-repeat:repeat-x;
	background-image: url(../images/shadow_bottom.gif);
	text-align: left;
	background-position: bottom;
}

.shadow_bottom_left
{
	height: 6px;
	width: 203px;
	background-image: url(../images/shadow_bottom_left.gif);
}
*/

ul.boxmessages {
    list-style: none;
    list-style-position: outside;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

    ul.boxmessages li {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
        background-color: #EEEEEE;
        margin: 0 0 0 -40;
    }

.parametertable {
    margin-left: 15px;
}

    .parametertable td {
        padding-left: 10px;
        padding-right: 5px;
        border-left: solid 1px #DDDDDD;
        vertical-align: top;
    }

        .parametertable td td {
            border: none;
        }

/*** for object overview - absolute divs for displaying long texts ***/

.overviewtextcontainer {
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
    z-index: 100;
    width: 350px;
    margin-left: 30px;
}

/*** top menu search ***/
#top_menu_search_ButtonDiv {
    right: 0;
}


/*** new SL top menu dropdowns ***/
div.dropDownDiv {
    position: absolute;
    top: 32px;
    display: block;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    background: #F0F0F0;
}

    div.dropDownDiv ul {
        padding: 0;
        list-style-type: none;
        display: block;
        margin: 0px !important;
        border-bottom: 1px solid #a5a5a5;
    }

        div.dropDownDiv ul li.dropDownLink {
            border: 1px solid #A5A5A5;
            border-top: 0;
            padding: 1px 5px 1px 5px;
            color: #666666;
            text-decoration: none;
            cursor: default;
            margin: 0px;
        }

        div.dropDownDiv ul li.dropDownDisabled {
            color: #CCCCCC;
        }

            div.dropDownDiv ul li.dropDownDisabled:hover {
                color: #CCCCCC;
                background: #F0F0F0;
            }

        div.dropDownDiv ul li {
            border: 1px solid #A5A5A5;
            border-top: 0;
            padding: 0 5px 0 5px;
        }

            div.dropDownDiv ul li:hover {
                background: white;
                border: 1px solid #A5A5A5;
                border-top: 0;
                color: #cc0000;
                cursor: default;
            }

div.dropDownDivSeparator {
}

div.contentWrapperWithMenu {
    /*position: fixed;
    left: 0px;
    right: 0px;
    overflow: auto;
    background-color: #fff;*/
}

div.contentWrapper {
    /*position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    background-color: #fff;*/
}

.publicationImage {
    vertical-align: middle;
}

/***Context Menu Style***/

#tb ul {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

#tb li {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}


.homeLink {
    float: left;
    padding-right: 4px;
}

    .homeLink a.menubutton {
        font-weight: bold;
    }


.radio.asp input[type="radio"],
.radio-inline.asp input[type="radio"],
.checkbox.asp input[type="checkbox"],
.checkbox-inline.asp input[type="checkbox"] {
    margin-left: 0px;
}

.radio.asp label,
.radio-inline.asp label,
.checkbox.asp label,
.checkbox-inline.asp label {
    padding-right: 15px;
}

#divRibbonBar, .divRibbonBar {
    background-color: #e7e7e7;
    border-bottom: 2px solid black;
    height: 50px;
}

    .divRibbonBar .container-fluid {
        padding-top: 10px;
    }

    .divRibbonBar .label,
    #divRibbonBar .label{
        font-size: 100%;
    }

.inlineblock {
    display: inline-block;
}

/* Phones */
#device_placeholder {
    position: relative;
}

    #device_placeholder iframe {
        border: none;
    }

    #device_placeholder > div {
        margin: 0 auto 0 auto;
    }

#phone_area {
    margin: 0 auto 0 auto;
    text-align: center;
    display: none;
    position: relative;
    z-index: 1;
}

#samsung_galaxy_y_emulator, #iphone_5_emulator, #htc_one_emulator,
#nokia_lumia_920_emulator, #google_nexus_7_emulator, #ipad_mini_emulator,
#samsung_galaxy_y_emulator_landscape, #iphone_5_emulator_landscape,
#htc_one_emulator_landscape, #nokia_lumia_920_emulator_landscape,
#google_nexus_7_emulator_landscape, #ipad_mini_emulator_landscape {
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 auto 0 auto;
    text-align: center;
}

#samsung_galaxy_y_emulator {
    background-image: url("/admin/images/phones/Samsung_Galaxy_Y_portrait.png");
    width: 506px;
    height: 732px;
}

#iphone_5_emulator {
    background-image: url("/admin/images/phones/iPhone_5_portrait.png");
    width: 586px;
    height: 1001px;
}

#htc_one_emulator {
    background-image: url("/admin/images/phones/HTC_One_portrait.png");
    width: 599px;
    height: 1024px;
}

#nokia_lumia_920_emulator {
    background-image: url("/admin/images/phones/Nokia_Lumia_920_portrait.png");
    width: 767px;
    height: 1230px;
}

#google_nexus_7_emulator {
    background-image: url("/admin/images/phones/Google_Nexus_7_portrait.png");
    width: 963px;
    height: 1437px;
}

#ipad_mini_emulator {
    background-image: url("/admin/images/phones/iPad_mini_portrait.png");
    width: 1070px;
    height: 1489px;
}

#samsung_galaxy_y_emulator_landscape {
    background-image: url("/admin/images/phones/Samsung_Galaxy_Y_landscape.png");
    width: 732px;
    height: 506px;
}

#iphone_5_emulator_landscape {
    background-image: url("/admin/images/phones/iPhone_5_landscape.png");
    width: 1001px;
    height: 586px;
}

#htc_one_emulator_landscape {
    background-image: url("/admin/images/phones/HTC_One_landscape.png");
    width: 1024px;
    height: 599px;
}

#nokia_lumia_920_emulator_landscape {
    background-image: url("/admin/images/phones/Nokia_Lumia_920_landscape.png");
    width: 1230px;
    height: 767px;
}

#google_nexus_7_emulator_landscape {
    background-image: url("/admin/images/phones/Google_Nexus_7_landscape.png");
    width: 1437px;
    height: 963px;
}

#ipad_mini_emulator_landscape {
    background-image: url("/admin/images/phones/iPad_mini_landscape.png");
    width: 1489px;
    height: 1070px;
}

.frame_scroller {
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

    .frame_scroller > iframe {
        width: 100%;
        height: 100%;
    }

#frame_samsung_galaxy_y_emulator {
    width: 240px;
    height: 320px;
    margin: 206px 0 0 3px !important;
}

#frame_iphone_5_emulator {
    width: 320px;
    height: 568px;
    margin: 217px 0 0 3px;
}

#frame_htc_one_emulator {
    width: 360px;
    height: 640px;
    margin: 173px 0 0 -5px;
}

#frame_nokia_lumia_920_emulator {
    width: 460px;
    height: 768px;
    margin: 192px 0 0 -5px !important;
}

#frame_google_nexus_7_emulator {
    width: 603px;
    height: 966px;
    margin: 239px 0 0 -4px !important;
}

#frame_ipad_mini_emulator {
    width: 768px;
    height: 1024px;
    margin: 232px 0 0 -0px;
}

#frame_samsung_galaxy_y_emulator_landscape {
    width: 320px;
    height: 241px;
    margin: 131px 0 0 0px !important;
}

#frame_iphone_5_emulator_landscape {
    width: 568px;
    height: 320px;
    margin: 131px 0 0 -1px;
}

#frame_htc_one_emulator_landscape {
    width: 640px;
    height: 360px;
    margin: 122px 0 0 -38px;
}

#frame_nokia_lumia_920_emulator_landscape {
    width: 768px;
    height: 460px;
    margin: 156px 0 0 -79px !important;
}

#frame_google_nexus_7_emulator_landscape {
    width: 966px;
    height: 603px;
    margin: 181px 0 0 13px !important;
}

#frame_ipad_mini_emulator_landscape {
    width: 1024px;
    height: 768px;
    margin: 151px 0 0 -3px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

