/*global*/

.floatWrap:after,#example:after{content:"";display:block;clear:both}
.floatWrap,#example{display:inline-block}
.floatWrap,#example{display:block}
.clear{clear:both}

html
{
    overflow-y:scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
    background:#FFFFFF /*url("flowers-left.png")*/ no-repeat fixed 0 400px;
    WIDTH:100%;
}
body
{
    overflow-y:scroll;
	font-family: Arial, Helvetica, sans-serif;
    background:#FFFFFF /*url("flowers-left.png")*/ no-repeat fixed 0 400px;
    WIDTH:100%;
	font-size: 13px;
}
.page
{
    width:940px;
    margin:30px auto;
    padding:30px;
    background:#fff;
    box-shadow: 1px 1px 7px 1px #999;
}

.offline-button {
    display: inline-block;
    margin: 30px 0;
    padding: 0 16px;
    height: 32px;
    line-height: 30px;
    background: #313131;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
}

.page .offline-button
{
    margin-top:0;
}

.offline-button:hover {
    background: #e36028;
}

#example
{
    margin: 20px 0;
    padding: 20px 0;
    /*border: solid #999;*/
    border-width: 1px 0;
}

/*console*/

.console
{
    background-color: #fff;
    border:solid #ccc;
    border-width:1px 0;
    color: #333;
	font-family: Arial, Helvetica, sans-serif;
    height: 200px;
    margin: 1.4em 0;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

.console .count,
.km-root .km-android .console .count
{
    background-color: #91AFEF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 5px;
    padding: 2px 6px 2px 5px;
}

.console div
{
    background-position: 6px -95px;
    border-bottom: 1px solid #DDD;
    padding: 5px 5px 4px 24px;
}

.console .error
{
    background-position: 6px -135px;
}

/*configurator*/

.configuration
{
    float: right;
    margin: 0 0 0 15px;
    padding: 10px;
    border: 1px solid inherit;
    background-image: none;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    box-shadow: 0 1px 1px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-width: 170px;
    max-width: 300px;
}

.absConf .configuration
{
    position: absolute;
    top: -1px;
    right: -1px;
    height: auto;
    margin: 0;
    z-index: 2;
}

.configuration-horizontal
{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: static;
    height: auto;
    min-height: 0;
    width: auto;
    margin-bottom: 20px;
    float:none;
}

.configuration-horizontal-bottom
{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 20px -21px -21px;
    position: static;
    height: auto;
    min-height: 0;
    width: auto;
    float:none;
}

.configuration .configHead,
.configuration .infoHead
{
    display: block;
    font-size: 13px;
    margin-top: 0;
    text-indent: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    background-position: 0 -178px;
}

.configuration .infoHead
{
    background-position: -107px -722px;
}

.configuration .configTitle
{
    font-size: 12px;
    display: block;
    line-height: 22px;
    background-position: 0 21px;
    margin-bottom: 10px;
}

.configuration .options
{
    list-style:none;
    margin: 0;
    padding: 0;
}

.configuration button
{
    margin: 0;
    vertical-align: middle;
}

.configuration .k-textbox
{
    margin-left: 7px;
    width: 30px;
}

.configuration .options li { display: block; margin: 0; padding: 0.2em 0;}

.configuration .options li:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.configuration label,
.configuration input
{
    vertical-align: middle;
    line-height: 20px;
    margin-top: 0;
}

.configuration label
{
    float: left;
}

.configuration input
{
    width: 40px;
}

.configuration input,
.configuration select
{
    float: right;
}

.configuration .k-button,
.configuration .k-widget
{
    margin-bottom: 7px;
}

/* Code Viewer */
.source a.selected
{
    text-decoration: underline;
}

.source .code .controller {
    display: none;
}

/* Pretty Print */
.prettyprint
{
    font-size: 12px;
    overflow: auto;
}

pre .nocode { background-color: transparent; color: #000; }
pre .str,                    /* string */
pre .atv { color: #e25000; } /* attribute value */
pre .kwd { color: #0033ff; } /* keyword */
pre .com { color: #666666; } /* comment */
pre .typ { color: #000; } /* type */
pre .lit { color: #006666; } /* literal */
pre .pun { color: #333; }    /* punctuation */
pre .pln { color: #42545a; }    /* plaintext */
pre .tag { color: #0066cc; } /* html/xml tag */
pre .atn { color: #6666ff; } /* attribute name */
pre .dec { color: #cc0000; } /* decimal */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #333; }
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
li.L1,li.L3,li.L5,li.L7,li.L9 { background: #eee; }

/*keyboard navigation legend */
.key-button {
    display: inline-block;
    width: 32px;
    height: 23px;
    text-decoration: none;
    color: #555;
    margin: 0;
    padding: 25px 8px 0 8px;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e2e2e2));
    background-image: -moz-linear-gradient(bottom, #e2e2e2, #f5f5f5);
    background-image: -o-linear-gradient(bottom, #e2e2e2, #f5f5f5);
    background-image: -ms-linear-gradient(bottom, #e2e2e2, #f5f5f5);
    box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.dropdown-menu.dropdown-menu-right.js-selector-durata {
z-index:99999;
}
.widest {
    width: 102px;
}
.wider {
    width: 75px;
}
.wide {
    width: 60px;
}
.leftAlign {
    text-align: left;
}
.rightAlign {
    text-align: right;
}
.centerAlign {
    text-align: center;
}
.letter {
    padding-top: 14px;
    padding-bottom: 11px;
    font-weight: bold;
    font-size: 13px;
}


ul.keyboard-legend {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
    width: 700px;
}

ul.keyboard-legend li {
    display: inline-block;
    margin: 5px;
    padding: 0;
}

.button-preview {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 48px;
    text-align: right;
    padding: 0px 10px 0 0;
}
.button-descr {
    display: inline-block;
    height: 40px;
    width: 140px;
    padding-align: middle;
    vertical-align: middle;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #ccc;
    line-height: 1.3em;
}
.h1 {
    
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    vertical-align: bottom;
}
.k-button{background-image:none,-webkit-linear-gradient(top,rgba(255,255,255,.12) 0,rgba(255,255,255,.08) 50%,rgba(255,255,255,.05) 51%,rgba(255,255,255,.0) 100%);background-image:none,-moz-linear-gradient(top,rgba(255,255,255,.12) 0,rgba(255,255,255,.08) 50%,rgba(255,255,255,.05) 51%,rgba(255,255,255,.0) 100%);background-image:none,-o-linear-gradient(top,rgba(255,255,255,.12) 0,rgba(255,255,255,.08) 50%,rgba(255,255,255,.05) 51%,rgba(255,255,255,.0) 100%);background-image:none,linear-gradient(to bottom,rgba(255,255,255,.12) 0,rgba(255,255,255,.08) 50%,rgba(255,255,255,.05) 51%,rgba(255,255,255,.0) 100%)}

::-webkit-validation-bubble-message { display: none; }

/* ====================Pagina de adaugare===============*/
.form-container
{
    width: 750px;
    min-height: 200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding-bottom: 30px;
    padding-top:50px;
    /*padding: 20px;*/
}

.form-header
{

    padding: 5px;
    height: 20px;
    background-image: none,-webkit-linear-gradient(top,#fefefe 0,#e7e7e7 100%);
    width: 740px;
    color: #676767;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Verdana', cursive;
    position: absolute;
    top: 0px;
    left: 0px;
}

.form-footer
{
    border-style: none;
    padding: 0px;
    height: 15px;
    background: #000;
    width: 740px;
    color: #FFF;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.form-footer-content
{
    margins: 0px 0px 0px 0px;
    width: 300px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff /*url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x*/;
    color: #222222;
    cursor: pointer;    
}

.ui-selected { background: #008000; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 400px; }
#selectable li { margin: 3px; padding: 0.4em; height: auto; text-align: center; }

.xdsoft_label .xdsoft_year
{
	display:none;	
}

/* ==================== - END - Pagina de adaugare===============*/