﻿/*Layout Start*/
html {
    height: 100%;
    overflow: hidden;
}

/* Added by george: increase the width of the form and input controls inside grid popup */
div.k-edit-form-container {
    width: 600px;
}
    div.k-edit-form-container div.editor-field textarea, input.k-textbox, .k-dropdown {
        width: 90%;
        max-width: none;
    }

/**/
.missing-whole-row {
	background-color: #DC143C;
    color: #FFFAF0;
}
.missing-partial-row {
	background-color: #E9967A;
}
.missing-ok-row {
	background-color: #228B22;
    color: #FFFAF0;
}
.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 60%;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.file-name-heading {
    font-weight: bold;
    margin-top: 20px;
}

    .file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 75px;
}

/**/

body{
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 11px;
}
label {
    font-weight: normal;
}
body, #application, #application > div {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#main-section {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#main-section>div{
    height:auto;
    width:100%;
}
#footer {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background-color: #2a2d33;
    text-align: left;
}
.k-rtl #footer {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background-color: #2a2d33;
    text-align: right;
}
.copyright {
    line-height: 1.4em;
}
.copyright p {
    font-size: 12px;
    margin-left: 40px;
    color: #818692;
    margin: 0 0 0 40px;
}
#copyrightAddress {
    opacity: 0.0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
    #copyrightName:hover + #copyrightAddress,
    #copyrightAddress:hover {
        opacity: 1;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
    }
.k-rtl .copyright p {
    margin-left:initial;
    margin-right: 40px;
}
/*Layout End*/

/*Logo*/
.logo {
    width: 200px;
    height: 46px;
}

@media (max-width: 768px) {
    .logo {
        margin-left: 10px;
        width: 35px;
        height: 46px;
    }
}
@media (max-width: 768px) {
    .k-rtl.logo {
        margin-left: initial;
        margin-right: 10px;
    }
}
.usericon{
    background-image: url('images/icon-username.png');
}

.k-navbar-btn{
    height:46px;
}

.navbar {
    margin-bottom: 0;
}

.center-window{
    overflow: hidden;
    width: 600px;
    padding: 20px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}

#login > ul,
#updatePassword > ul
{
    width: 100%;
    float:left;
    margin:0;
    padding: 10px 0 10px 0;
}


#login > ul li,
#updatePassword > ul li
{
    list-style:none;
    padding:5px 0;
}


.k-rtl #login > ul,
.k-rtl #updatePassword > ul{
    float:right;
}

.k-rtl #login > ul label,
.k-rtl #updatePassword > ul label {
    text-align: left;
}

#logo-footer{
    background: transparent url('images/logofooter.png') 0 0 no-repeat;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    height: 27px;
    float: left;
}

.k-rtl #logo-footer {
    float: right;
}

/* reset everything to the default box model */
/**,
:before,
:after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.show-grid {
    margin-bottom: 1px;
}

.show-grid [class^=col-] {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.hide-dirty .k-dirty{
    display: none;
}

.tc-color {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.tc-color-round {
  border-radius: 10%;
  display: inline-block;
}

.window-content{
    padding-bottom: 50px
}

.window-footer {
    margin-top: -30px;
    position: static;
    bottom: 0;
    float: none;
    width:90%;
}
.metrotable > thead > tr > th {
    padding: 2em 1em 0 0;
    
    text-align: left;
    font-size: 14px;
    font-weight: lighter;
    color: #bbb;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}

.metrotable > tbody > tr > td {
    padding: .5em 1em .5em 0;
    text-transform: lowercase;
    text-align: left;
    font-size: 12px;
    font-weight: lighter;
    color: #787878;
    border-bottom: 1px solid #e1e1e1;
}
.metrotable > tfoot > tr > td {
    padding-right: 10px;
    font-weight: lighter;
    font-size: 12px;
}

html .k-white-colored {
  color: #000000;
  border-color: #d0dfd0;
  background-color: #ffffff;
}

.page-template > * {
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 90%;
}

.page-template .header {
    top: 20px;
    border-bottom: 1px solid #000;
}

.page-template .footer {
    bottom: 20px;
    border-top: 1px solid #000;
}
