﻿
#CommandLog {
    box-sizing:inherit !important;
}
.dropdown-header {
    font-size: 1.2em;
}

.dropdown-header > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .3em .6em;
    width: 312px;
}

.dropdown-header > span:first-child {
    width: 82px;
    border-left-width: 0;
}

.tag-image {
    width: auto;
    height: 18px;
    margin: 2px 5px 2px 0;
    vertical-align: top;
}

#CommandVehID_holder-list .k-item > span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    min-height: 95px;
    width: 79%;
    padding: .6em 0 0 .6em;
}

#CommandVehID_holder-list .k-item > span:first-child{
    width: 77px;
    border-left-width: 0;
    padding: .6em 0 0 0;
}

#CommandVehID_holder-list img {
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    width: 70px;
    height: 77px;
}

#CommandVehID_holder-list h3 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
}

#CommandVehID_holder-list p {
    margin: 0;
    padding: 0;
}
.k-notification {
    border: 0;
}
/* Success template */
.k-notification-command-success.k-group {
    background: rgba(0%,60%,0%,.7) !important;
    color: white !important;
}
.command-success {
    width: 300px;
    height: 100px;
    color: white;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}
.command-success h3 {
    font-size: 1em;
    color: white;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    padding: 10px 10px 5px;
}
.command-success img {
    float: left;
    margin: 30px 15px 30px 30px;
}
   /* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}
.wrong-pass {
    width: 300px;
    height: 100px;
}
.wrong-pass h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
    display:block;
}
.wrong-pass img {
    float: left;
    margin: 30px 15px 30px 30px;
}
.console
{
    background-color: #FFF;
    border: 0px solid #CCC;
    color: #333;
    font: normal .8em/2.5em Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    /*min-height: 10em;
    height: 100%;*/
    /*margin: 2em;*/
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding:0px;
    margin:0px;
}

.console .count
{
    background-color: #f00;
    background-clip: border-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
    /*padding: 2px 6px 2px 5px;*/
}

.console div
{
    background-position: 6px -95px;
    /*border-bottom: 1px solid #DDD;*/
    padding: 0;
    min-height: 2.5em;
    color: #333;
    vertical-align: middle;
    text-indent: .6em;
}

.console .error
{
    background-position: 6px -135px;
}

.km-root .km-android .console .count
{
    background-color: #f00;
    background-clip: border-box;
    font-weight: bold;
}

.km-root .km-wp .console .count
{
    font-size: 1em;
}
.console {
    background-image:url('../images/Blank.gif') !important;
    background-position:center;
    background-repeat:no-repeat;
}