﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
    min-height: 100%;
}

textarea,
pre {
    -moz-tab-size : 4;
      -o-tab-size : 4;
         tab-size : 4;
}

body
{
    /*background-color: #5c87b2;
    background: #185c8c;
    background-image: -moz-linear-gradient(top, #5c87b2, #3366FF);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #12496f),color-stop(1, #1e70aa));*/
    background-image: url('pattern_26.gif');
    /*background-image: url('purple.png');*/
    background-repeat: repeat;
    background-position: left top;
    background-color: transparent;
    font-size: .8em;
    font-family: Segoe UI, Calibri, "Arial" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    overflow:hidden;
    font-weight:500;
}

.t-grid td, .t-grid th, .t-grid .t-grid-bottom 
{
    font-size: .95em;
    font-family: Segoe UI, Calibri, "Arial" , Verdana, Helvetica, Sans-Serif;
}

.t-numerictextbox .t-formatted-value {
    padding-top: 1px;
    text-align: right;
}

.t-grid th
{
    padding-top: 0.37em!important
}

.t-grid .t-button
{
    font-size: .95em;
}

/*body:before, body:after {
    content: "";
    position: fixed;
    background: #900;
    left: 0;
    right: 0;
    height: 10px;
}
body:before {
    top: 0;
}
body:after {
    bottom: 0;
}*/

 
/*.no-cssgradients body {
    background: #f7f4e6 url("../images/bkg.jpg") repeat-x top left;
}*/

a:link {
    /*color: #034af3;*/
    text-decoration: underline;
}

a.k-button.k-button-icontext.k-grid-edit {
    min-width: 30px;
}

a.k-button.k-button-icontext.k-grid-delete {
    min-width: 30px;
}

a.k-button.k-button-icontext.k-grid-update {
    min-width: 30px;
}

a.k-button.k-button-icontext.k-grid-cancel {
    min-width: 30px;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 5px;
    line-height: 1.6em;
}

button
{
    color:#444;
    font-family: Segoe UI, Calibri, "Arial" , Verdana, Helvetica, Sans-Serif;
}

button:hover
{
    color:Red;
}

header,
footer,
nav,
title,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    background-image: url('sos.png');
    background-repeat: repeat;
    background-position: left top;
    position:fixed;
    overflow:auto;
    top:58px; bottom:0px; left:0px; right:0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 4px 4px 4px;     
}


#title {
    display:inline-block;
    position:fixed;
    z-index:999;
    top:30px; left:0px;
    background-color: #fff;
}

#status {
    display:inline-block;
    position:fixed;
    z-index:998;
    top:0px; left:8px; right:8px;
    background-color: transparent;
}

.pullup
{
    display:none;
    background-color:cornsilk; 
    background-image:url('sos.png');
    background-repeat: repeat;
    background-position: left top;
    box-shadow: 0px 0px 7px 3px pink; 
    float:right;
    text-align:center; 
    border-bottom-left-radius:5px; 
    border-bottom-right-radius:5px; 
    font-weight:bold; 
    margin-left:10px;
    margin-right:10px; 
    height:20px; 
    width:100px; 
    color:darkblue; 
    padding-top:1px;
}

.pullup:hover
{
    cursor:default;
}

.ui-effects-transfer { border: 2px dotted gray; } 

.ui-dialog { z-index: 1000 !important ;}

.messagetext:hover 
{   
    background-color: lightblue !important;
    cursor: default;
}

.messagetext.selected
{
    background-color: #dff4ff
}

footer, 
#footer {
    /*clear: both;*/
    background-color: #fff;
    position: fixed;
    height: 25px; bottom:0px; left:20px; right:20px;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.1em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.1em;
    color: #444;
    width: 200px;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 3px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 3px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay1 a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay1 a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay1 a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    white-space:normal;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label 
{
    /*background-color: Blue;*/
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field 
{
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.t-grid  td
{
    white-space:nowrap;
}

.Kontiranje
{
    outline-style: dotted;
    outline-width: thin;
    outline-color: Gray;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.twocolumn
{
    display:block;
    /*float: left;
    width: 250px;*/  
    margin: 5px;
    padding: 5px;
}

.myeditor
{
    padding: 0 5px;
    width: 250px;
    white-space:nowrap;        
}


/* BUTTONS */.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}/* NEGATIVE */.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

div .row
{
    display: block;
    min-height: 20px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left:0px;
    margin-right:0px;
}

div .label
{
    display: inline-block;
    width: 120px; 
    text-align: right;
    vertical-align: middle; 
    padding-right: 5px;

} 

div .content
{
    display: inline-block;
    width: 250px;   
    text-align: left;   
    vertical-align: middle; 
    margin-top:1px;
    margin-bottom:1px;
} 

/*div .row
{
    display: table-row;
    /*width: 240px;
    min-height: 30px;
    height: 33px;
    margin: 10px;
    margin-right: 50px;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}
    
div .label
{
    display: table-cell;
    width: 40%; 
    text-align: right;
    vertical-align: middle; 
    margin-right: 10px;
    padding-right: 10px;
} 
    
div .content
{
    display: table-cell;
    width: 59%;   
    text-align: left;   
    vertical-align: middle; 
} */

div .val
{
    display: block;
    color: Red;    
}  



.pleasewait {
    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

.filterStyle
{
    float: left;
    padding: 5px;
    border: 1px solid #bbbbbb;
    border-radius: 4px 4px 4px 4px;
    background-color: #e7e7e7;
    margin-right: 7px;
    margin-bottom: 7px;       
    height: 85px;
    max-width: 200px;  
    /*text-align:center;       */
}

div .editor-label
{
    color: Black;    
    margin: 2px 0 0px 0px;
    margin-bottom: -6px;
}
    
div .editor-field
{
    color: Black;    
    margin-bottom: 0px;
    display: inline-block;
}

div .fieldset
{
    background-color: #E8E8E8; 
    margin-bottom:18px; 
    padding-bottom: 5px; 
    vertical-align:top; 
    border: 1px solid lightgray;
}

div .legendbox
{
    position:relative; 
    padding-left:10px; 
    padding-right:10px; 
    left:20px; 
    font-size:1.2em; 
    font-weight:bold; 
    border: 1px solid #E8E8E8;
    z-index:0;
    top:1px;
    margin-bottom:-5px;
}

div .legend
{
    position:relative; 
    top:-13px;
}
    
div .myfield
{
    /*float: left;*/
    position:relative;
    display: inline-block;
    min-width: 200px;
    vertical-align: top;
    /*margin: 5px;*/
    margin-left: 12px;
    margin-right: 5px;
    margin-bottom: 4px;
    /*margin-top: 13px;*/
    margin-top:-5px;
    min-height: 25px;
    z-index:1000;
} 
    
div .myfield1
{
    display: inline-block; 
    min-width:40px;
    vertical-align: top; 
    margin-left: 20px; 
    margin-right: 25px; 
    margin-bottom: 7px; 
    min-height: 35px;
} 

/*div .myfield
{
    float: left;
    display: inline-block;
    min-width: 200px;
    margin-left: 2px;
    margin-right: 25px;
    margin-bottom: 7px;
    margin-top: 13px;
    height: 35px;
} 
    
div .myfield1
{
    float: left; 
    width: 160px;
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 35px;
}*/
    
div .sakrij
{
    display: none;    
}
    
div .hide
{
    background-color: #E8E8E8;
    display: none;   
}
    
div .show
{
    background-color: #E8E8E8;    
}
    
/*div .val
{
    display: block;
    line-height: 120%;
    color: Red;    
}*/
    
input.redborder 
{ 
    border: 1px solid red; 
}

.redborder {
    border: 1px solid red;
}

div .twocolumn1
{
    clear: both;
    float: left; 
    width: 100%;
    margin: 5px;
    margin-right: 25px;
    height: 50px;
} 

.corner
{
    -webkit-border-radius: 5px; /*For Safari, etc.*/
    -moz-border-radius: 5px; /*For Mozilla, etc.*/
    border-radius: 5px; /*CSS3 Feature*/
}

legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

/*.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1em;
}

.footer, .push {
    height: 1em;
    border: 2px solid red;
}

* {
    margin: 0;
}*/

/*
.t-grid .t-grid-header .t-header .t-link 
{
    height: auto; 
    line-height: normal;
}
 
.t-grid .t-grid-header .t-header,
.t-grid .t-grid-header .t-last-header {
    white-space: normal;
}*/

.t-header > .t-link 
{
    height: auto; 
    line-height: normal;
    /*width: calc(100% - 50px);*/
    overflow:hidden;
    text-overflow:ellipsis;    
}

/*.t-header > .t-link:hover 
{
    overflow: visible;
}*/

.mightOverflow:hover 
{
    height: auto; 
    line-height: normal;
    /*width: calc(100% - 50px);*/
    overflow:visible;
    white-space:normal;
    /*text-overflow: inherit;    */
}

#ShowChat a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

div[enum] ul {
  list-style-type: none;
}


#badge-ribbon
{
    position: fixed;
    background: red;
    height: 60px;
    width: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#badge-ribbon:before,
#badge-ribbon:after
{
    content: '';
    position: absolute;
    border-bottom: 60px solid red;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: 155px;
    left: -10px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
}

#badge-ribbon:after
{
    left: auto;
    right: -10px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
}

li.flag:hover
{
    background-color: lightblue;
}