/*global*/

.clear {
    clear: both;
}

html {
    overflow-y: scroll;
    font: 70% 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    margin: 0;
    padding: 0;
    background:#FFF;/*#F7F7F7;*/
}


body {
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
    margin: 1px auto;
    padding: 2px;
    background: #fff;
    box-shadow: 1px 1px 7px 1px #999;
}




/*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: 14px;
    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: 3px;
}

/* 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;
}


.message {
 
    width: 100%;
    height: 60px;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    z-index: 9000;
}

.info {
    background-color: #5bc0de;
    border-color: #269abc;
}

.error {
    background-color: #d9534f;
    border-color: #ac2925;
}

.warning {
    background-color: #f0ad4e;
    border-color: #d58512;
}

.success {
    background-color: #5cb85c;
    border-color: #398439;
}

.message h3 {
    margin: 0 0 5px 0;
}

.message p {
    margin: 0;
    float: left;
    margin-left: 5px;
}

.message img {
    margin-top: -4px;
    float: left;
}

.message font {
    color: #fff;
}

    .k-notification {
        border: 0px;
        border-radius: 25px;
        width:auto;
        min-width:400px
}


/* Info template */
.k-notification-crewing-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}
  

/* Error template */
.k-notification-crewing-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

    /* Success template */
.k-notification-crewing-success.k-group {
    background: green;
    color: #fff;
}

 .big-box {
    /*height: 100%;*/
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
 .big-box iframe {
     
 }

 .sth{
     height: 100%;
 }