﻿/*html
{
    overflow-y:scroll;
    
}*/

body {
    font:75% Arial,Helvetica,sans-serif !important;
}


@media print
{          
    .no-print, .no-print *
    {
        display: none !important;
    }
}



#header{
   height: 105px;
   width: 100%;
   background-color: white;
}

.inc-header-logo{
    float:left;
    width: 20%;
}
.inc-header-user-role{
    float:left;
    margin-top: 32px;
    width:10%;
    font-weight:bold;
    font-size:14px;
}
.inc-header-container{
    float:left;
    width: 70%;
}
.inc-theme-background-color-1 {
    background-color:#0076A3;
}
.inc-theme-color-1 {
    color:#0076A3;
}

.inc-header-bottom-line{
    float:left; 
    width:100%; 
    height:5px; 
    margin-top:0px; 
}

body {	
    background-color: #f3f3f3;
    color: #808080;
    /*margin:0;
	padding:0;*/
}

#body {
    width: 100%;
}

#body-content {
    width: 100%;
    /*background-color: #f3f3f3;*/
}

a.hand {
    cursor:pointer;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.topbar {
    background-color: #f3f3f3;
    height:27px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid grey;
}

.rotate {

/* Safari, Chrome */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Older versions of IE */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

/* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
transform: rotate(-90deg);

}


.form-panel {
    width: 100%;
    min-width: 800px; /* based on 400px for each form-block */
}
.form-1column {
/* border: 1px solid blue; */
    width: 100%;
}

.form-2column {
/* border: 1px solid blue; */
    float: left;
    width: 50%;
}

.form-3column {
/* border: 1px solid blue; */
    float: left;
    width: 33%;
}

.form-block {
/* border: 1px solid red; */
    min-width: 400px;
    margin: 5px 50px 0px 50px;
    padding: 10px 10px 10px 10px;
}

.form-block-title {
    width: 100%;
    font-weight: normal;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    margin: 5px 0px 10px 0px;
}
.form-block-title span {
    font-weight: bold;
}
.form-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.form-block li {
    clear:both;
    padding: 10px 0px 10px 0px;
}

.form-block-label {
    display: inline-block;
    min-width: 100px;
    text-align: right;
    margin-right: 20px;
}

.form-block input, 
.form-block label {
    margin-right: 10px;
    float:left;
}
.topmenuitem {
    float:left;
    margin: 3px 10px 2px 10px;
}

.topmenuitem-selected {
    color: orangered;
}


.inc-window-left {
    float:left; 
    width:48.5%; 
    height:240px; 
    margin: 0 0.5% 2% 1%;
}
.inc-window-right {
    float:right; 
    width:48.5%; 
    height:240px; 
    margin: 0 1% 2% 0.5%;
}

div.inc-btn-lang {
    display: block;
    width: 29px;
    height: 20px;
    cursor: pointer;
    color: white;
    margin: 0px 0px 4px 4px;
    text-align: center;
    font-size:11px;
    float:left;
    text-decoration:none;

    background-color: #6c6c6c;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;

}

div.inc-btn-lang:hover {
    text-decoration:none;
    
    background-color: #0076A3;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
}
div.inc-btn-lang:focus {
    /*background-image: url('/img/langbtn-hover28x26.png');*/
    text-decoration:none;
}
div.inc-btn-lang-active {
    display: block;
    width: 29px;
    height: 20px;
    cursor: pointer;
    color: white;
    margin: 0px 0px 4px 4px;
    text-align: center;
    font-size:11px;
    float:left;
    text-decoration:none;

    background-color: #0076A3;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
}

/* apply for twister bootstrap nav bar */
.inc-topbar-item-right {
    float: right;
    margin-top: 5px;
    min-width:100px; 
    margin-left:5px;
}
.inc-topbar-item-left {
    float: left;
    margin-top: 5px;
    min-width:100px; 
    margin-right:5px;
}

.inc-topbar-text {
    padding-top: 7px;
    min-width: 1px;
}


.inc-button {
    min-width: 100px;
}

/*.k-textbox.k-space-right.inc-tracktrace {
    width:200px;
}*/

.navbar.inc-navbar {
    margin-bottom:15px;
    max-height:40px;
    height:40px;
}

.navbar ul.nav.inc-navbar > li > a {
    padding-top: 9px;
    padding-bottom:9px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar ul.nav.inc-navbar > li > a:focus, 
.navbar ul.nav.inc-navbar > li > a:hover,
.navbar ul.nav.inc-navbar > li > a.active {
    background-color: #d1cccc;
    text-shadow: none;
}


.navbar ul.nav.inc-navbar > li > button {
    margin-top: 6px;
    /*margin-left: 10px;*/
    margin-right: 10px;
}
.navbar ul.nav.inc-navbar > li > button.btn .badge {
    top: 0px;
}
.navbar ul.nav.inc-navbar > li > button.k-button {
    padding-bottom: 3px;
    /*font-size: 14px;
    padding-top: 4px;
    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 20px;*/
}



/*.navbar ul.nav.inc-navbar > li > button.btn {
    font-size: 12px;
}*/
.navbar ul.nav.inc-navbar > li > span.inc-k-search {
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar ul.nav.inc-navbar > li > span.inc-text {
    padding-top: 9px;
    padding-bottom:9px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}



/*.nav-pills.inc-nav-pills > .active > a
, .nav-pills.inc-nav-pills > .active > a:hover
, .nav-pills.inc-nav-pills > .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: #808080;
}*/





/*.navbar-inner.inc-topbar {
    min-height: 36px;
}*/


/* Override kendo style - fix size problem */
/*.k-textbox.k-space-right {
    height: 32px;
    padding-right: 2.9em;
}*/


.k-textbox .small {
    width: 50px !important;
}
.k-textbox .medium {
    width: 120px !important;
}
.k-textbox .large {
    width: 320px !important;
}


/** For kendo upload  **/

.file-icon
{
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
}

.img-file { background-image: url(/img/filetype/jpg.png) }
.doc-file { background-image: url(/img/filetype/doc.png) }
.pdf-file { background-image: url(/img/filetype/pdf.png) }
.xls-file { background-image: url(/img/filetype/xls.png) }
.zip-file { background-image: url(/img/filetype/zip.png) }
.default-file { background-image: url(/img/filetype/default.png) }

.file-heading
{
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 450px;
    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;
}

.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: 50px;
}
           

/** on/off switch http://proto.io/freebies/onoff/ **/
/*
<div class="onoffswitch">
    <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
    <label class="onoffswitch-label" for="myonoffswitch">
        <div class="onoffswitch-inner"></div>
        <div class="onoffswitch-switch"></div>
    </label>
</div>    
*/
.onoffswitch {
    position: relative; width: 77px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 5px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.1s ease-in 0s; -webkit-transition: margin 0.1s ease-in 0s;
    -o-transition: margin 0.1s ease-in 0s; transition: margin 0.1s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 19px; padding: 0; line-height: 19px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "YES";
    padding-left: 8px;
    background-color: #0076A3; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 8px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 43px;
    -moz-transition: all 0.1s ease-in 0s; -webkit-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s; transition: all 0.1s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/** Custom bootstrap-switch **/

.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0879c1;
  background-image: -moz-linear-gradient(top, #0076A3, #0879c1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0076A3), to(#0879c1));
  background-image: -webkit-linear-gradient(top, #0076A3, #0879c1);
  background-image: -o-linear-gradient(top, #0076A3, #0879c1);
  background-image: linear-gradient(to bottom, #0076A3, #0879c1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076A3', endColorstr='#0879c1', GradientType=0);
  border-color: #0879c1 #0879c1 #0076A3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0879c1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #0879c1;
  *background-color: #f08d5e;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa611e \9;
}


/* Notification Template from kendo http://demos.telerik.com/kendo-ui/web/notification/templates.html */

.k-notification {
    border: 0;
}
/* Info template */
.k-notification-info.k-group {
    background: rgba(0,0,0,.7);
    color: #fff;
}

.k-notification-warning {
    background: rgba(255,0,0,.7) !important; 
    color: #fff !important;
}

.new-msg, .new-warning {
    width: 300px;
    min-height: 100px;
    height: auto;
    display : flex;
    align-items : center;
    justify-content: center;
}

.new-warning .left, .new-msg .left {
    padding: 10px;
    margin-right: auto;
}

.new-warning .right, .new-msg .right {
    padding: 10px;
    flex-grow: 1;
}

/*.new-msg h3, .new-warning h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}*/
/*.new-msg img, .new-warning img {
    float: left;
    margin: 0px 0px 0px 120px
}*/


/*.new-msg p, .new-warning p {
    margin: 10px;
}*/
                
/* Error template */
.k-notification-error.k-group {
    background: rgba(255,0,0,.7);
    color: #ffffff;
}
.notify-error {
    width: 300px;
    height: 100px;
}
.notify-error h3 {
    font-size: 1em;
    padding: 20px 10px 5px 0px;
    margin: 0px;
    height: 30px;
    float:left;
}
.notify-error img {
    float: left;
    margin: 30px 15px 30px 30px;
}
.notify-error p {
        float: left;
        width: 190px;
}
                
/* Success template */
.k-notification-notify-success.k-group {
    background: rgba(0,153,0,.7);
    color: #fff;
}
.notify-success {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}
.notify-success h3 {
    font-size: 1.7em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.notify-success img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.required {
    font-weight: bold;
}

/*
    Fix for kendo bug
    http://www.telerik.com/forums/q1%2714-release---popup-bug-in-firefox
*/
.k-ff {
    overflow: inherit !important;
}

ul.inc-top-tab-menu {
	font-size: 0;  
    z-index: 999;  
    position: relative;  
    display: block;  
    float: left;  
    margin: 0;  
    padding: 0;    
    border-width: 0; 
    margin-top: 13px;
    margin-left: -50px;
}

li.inc-top-tab-menu-item {
    position: inherit;
	margin: 0 0 0 -2px;  /* only first menu use 0px*/
    white-space: nowrap;  
    font-size: 0;
    list-style: none;
    padding: 0;  
    float: left;
}

li.inc-top-tab-menu-item a {
	background-color: transparent;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #BBBBBB;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding: 8px 14px 5px 14px;  
	color: #0076A3; 
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font: 15px Noto Sans,Arial,Helvetica,sans-serif;
	cursor: pointer;
	float: left;
}
li.inc-top-tab-menu-item a.topmenuitem-selected {
	margin-top: -5px;
	background-color: transparent;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #BBBBBB;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding: 10px 14px 8px 14px;
	color: #ffffff; 
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font: 15px Noto Sans,Arial,Helvetica,sans-serif;
	cursor: pointer;
	float: left;
	background-color: #0076A3; 
}
li.inc-top-tab-menu-item a:hover {
	color: #ffffff; 
	background-color: #0076A3; 
}

/* Put Kendo theme builder underneath */


.inc-layout-section {
    width:100%;
}

.inc-layout-section__title {
    width:100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: 30px;
    padding: 5px;
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
}



.inc-info-panel{
  
}
.inc-info-panel__frame{
  border: 0px;
}
.inc-info-panel__title{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 3px;
  width: 180px;
  /* border-radius */
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.inc-info-panel__content{
  background: #fff;
  border: solid 1px;
  padding: 10px;
}


.inc-a4-left-element{
    margin-left: 40px;
    width: 360px;
    float: left;
    padding: 5px 0px 0px 20px;
}
.inc-a4-right-element{
    width: 320px;
    float: left;
    padding: 5px 20px 0px 0px;
    margin-left: -1px;
}
.inc-a4-single-element{
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 5px;
    
    padding-left: 20px;
    margin-left: 40px;
}

            

        .css-vertical-text {
            color: #333;
            border: 0px solid #0076A3;
            writing-mode: tb-rl;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            white-space: nowrap;
            display: block;
            bottom: 0;
            width: 20px;
            height: 20px;
            font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: normal;
            text-shadow: 0px 0px 1px #FFFFFF;
            cursor: pointer;
        }
        
        #slide-in-handle {
            position: absolute;
            width: 30px;
            background: #0076A3 no-repeat 50% 50%;
            color: #fff;
            /* text-indent: -999em; */
        }
       
            
/*.inc-field--is-expanded {
    display:block;
}
.inc-field--is-collapsed {
    display: none;
}
.inc-field-label {
    width: 50%;
    float: left;
    text-align: right;
    line-height: 25px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.inc-field-control {
    width: 50%;
    float: left;
    line-height: 25px;
    margin-bottom: 0px;
}
    */
/*width: 50%;
float: left;
min-height: 1px;*/




.fa.k-sprite,
  .fa.k-sprite::before {
    font-size: 12px;
    line-height: 12px;
  }

@media screen and (max-width: 1100px){
    ul.inc-top-tab-menu{
        margin-top: 2px !important;
        margin-left: 30px !important;
    } #header{
        height: 123px !important;
    }
}
@media screen and (min-width: 1380px){
    ul.inc-top-tab-menu{
        margin-top: 35px !important;
    }
    #header{
        /*height: 97px !important;*/
    }
}
@media screen and (max-width: 1281px){
     #header{
        height: 119px !important;
    }
      ul.inc-top-tab-menu{
        margin-left: 0px !important;
    }
}
.clear{
    clear:both;
    display:table;
    width:100%;
}

/* == styles == */
