@font-face {
    font-family: "Kendo UI";
    src: url("http://cdn.kendostatic.com/2013.3.1030/styles/images/kendoui.woff") format("woff"),
         url("http://cdn.kendostatic.com/2013.3.1030/styles/images/kendoui.ttf") format("truetype");
}

body:before
{
    font-family: "Kendo UI", sans-serif;
    content: "\a0";
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 320px;
}


/***************************
 * Header
***************************/

header {
    margin: 0;
    font-size: 20px;
    color: #fff;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(0,119,143,0.3);
    box-shadow: 0 0 5px #ccc;
}

header .container {
    position: relative;
}

header .container img
{
    padding-right: 12px;
    padding-top: 12px;
    float: right;
}

header .container h1 {
    display: inline-block;
    vertical-align: middle;
    color: #00778f;
    margin: 0;
    font-size: 28px;
    line-height: 46px;
    padding-top: 0px;
    padding-left: 0;
}

header .container h1 span
{
    font-weight: bold;
}

/***************************
 * Footer
***************************/

footer {
    height: 80px;
    /*position: fixed;
    z-index: 100;
    bottom: 0;*/
    width: 100%;
    border-top: 1px solid rgba(0,119,143,0.3);
    box-shadow: 0 0 5px #ccc;
    background: #ffffff;
    padding: 20px;
}

#footercopyright
{
    text-align: center;
    color: #303030;
    opacity: 0.5
}

#footerlogo
{
    display: block;
    margin: 0 auto;
    opacity: 0.5
}

/***************************
 * Main Section (Common)
***************************/

.panel > .panel-heading {
    background-image: none;
    background-color: #00778f;
	border-color: #00778f;
    color: #ffffff;

}

#projectDesigner {
    /*padding-bottom: 80px;
    margin-bottom: 80px;*/
}

#main-title
{
    padding-top: 55px;
}

#main-title h1
{
    color: #00778f;
}

#main-title h2
{
    padding-top: 20px;
    color: #6c6c6c;
}

#main-title img
{
    position: fixed;
    bottom: 120px;
    left: 55px;
    z-index: -1;
}

#main-icons
{
    padding-top: 70px;
}

#main-icons .row
{
    padding-top: 40px;
}

#main-icons label
{
    text-align: center;
}

@media (max-width: 767px) {

    header .container {
        padding-right: 0;
    }

    #main-icons
    {
        padding-top: 10px;
    }

    footer {
        height: 60px;
        padding: 0px;
    }

    header .container h1 {
        font-size: 18px;
    }

    #projectDesigner {
        /*padding-bottom: 60px;
        margin-bottom: 60px;*/
    }
}

/***************************
 * Project Designer
***************************/

.padded-row
{
    padding-top: 20px;    
}

.project-view comp
{
    position: relative;
}

.project-view dl
{
    margin: 5px 5px 0;
    padding: 0;
    overflow: hidden;
}

.project-view dt, dd
{
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
}

.project-view dt
{
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.5;
}
        
.project-view dd
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
        
.project-view dd .k-widget,
.project-view dd .k-textbox 
{
    font-size: 14px;
}

.project-add-buttons
{
    text-align: right;
    margin: 5px;    
    padding: 5px;
    background-color: rgba(0,0,0,0.1);
}

.project-edit-buttons
{
    text-align: center;
    padding: 5px;
    background-color: rgba(0,0,0,0.1);
}

.storageListView h3 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 10px 0 1px 0;
    padding: 0;
}

.storageListView p {
    padding: 0;
    font-size: .9em;
    color: blue;
}

.details-box label {
    display: inline-block;
    width: 95px;
    font-weight: normal;
}

.details-input {
    width: 100px;
}

.details-input-sm {
    width: 90px;
}

.details-input-xs {
    width: 70px;
}

.cameraFormStatus {
    color: red;
}

.storageFormStatus {
    color: red;
}

.k-checkbox-label {
    font-weight: normal;
    line-height:inherit;
}

/***************************
 * Nesting Bootstrap & Kendo
***************************/

/* reset everything to the default box model */

*, 
:before, 
:after,
.fix-kendo-sizing,
.fix-kendo-sizing label
{
    -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;
}
