html,body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: black;
	width: 100%;
	height: 100%;
}
body {    
    font-size: 9pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

.k-invalid
{
    border: 2px solid #dd4b39 !important;
    background-color: white !important;
}

.k-invalid-msg
{
    display: inline ;
    margin: -0.3em 0 0.5em 0;
    color: #FFB6B6;
    line-height: 17px;
    font-size: 0.8em;
    float: left;
}

.logo-splitter
{
    display: none;
}
.logo-tk
{
     background-image: url(logo_TK_big.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 133px;
        height: 53px;
        margin-right: 5px;
}

@media screen   and (min-device-width: 330px)
{
    .logo
    {
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 340px;
        height: 153px;
    }

    .logo-splitter {
        border: 0 transparent;
        border-top: 1px solid #ffcb08;
        border-bottom: 1px solid #ffcb08;
        width: 350px;
        margin-bottom: 0px;
        margin-top: 3px;
        display: block;
    }
}
@media screen and (min-height: 640px)
{
    .login-image
    {
        background-image: url(viz_02.png);
        background-position: bottom;
        background-repeat: no-repeat;
        /*margin-top: -410px;*/
        background-size: 100%;
        height: 65%;
        width: 100%;
    }
}


.container{
  height: 100%;
}

.k-widget.k-tooltip-validation
{
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    color: #FFB6B6;
    box-shadow: 0 2px 2px 0 transparent;
}

span.k-tooltip
{
    padding-left: 0px;
}

.k-warning
{
    display: none;
}

html, body
{
    width: 100%;
    height: 100%;
}

label
{
    color: white;
}

input[type='text'], input[type='password'], input[type='email']
{
    font-size: 1.2em;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    box-sizing: border-box;
    color: #444;
    margin: 0;
    padding: 3px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}



.valid
{
    color: green;
}

.invalid
{
    color: #FFB6B6;
}

.login-header
{
    font-size: 13pt;
    text-align: center;
    color: white;
}

.hand
{
    cursor: pointer;
}

.dotted
{
    border-bottom: 1px white dotted;
}

.accept, .status
{
    padding-left: 90px;
}

.errormsg
{
    margin: .5em 0 0;
    display: block;
    color: #FFB6B6;
    line-height: 17px;
    text-align: center;
}

.clear-padding
{
    padding-top: 0px !important;
}

.custom-link
{
    display: inline-block;
    margin: 0 0.2em;
    padding: 3px;
    border-radius: 2px;
    /* Font styles */
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.vis
{
}

.invis
{
    display: none;
}

.custom-link:hover
{
    text-decoration: none;
}

.background
{
    background-image: url(background_mask.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand
{
    color: #ffcb08 !important;
    margin-top: -3px;
    font-style: italic;
    font-family: Arial;
    font-weight: bold;
    padding: 0px !important;
}

.pattern
{
    background-image: url(pattern.png);
    background-repeat: repeat;
    height: 100%;
}
.bs-masthead-links {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
  text-align: center;
}
.bs-masthead-links li {
  display: inline;
}
.bs-masthead-links li + li {
  margin-left: 20px;
}
.bs-masthead-links a  {
  color: #fff;
}
.bs-masthead-links  span {
    color: #999;
}
@media screen and (min-width: 768px) {
  .bs-masthead {
    text-align: left;
    padding-top:    140px;
    padding-bottom: 140px;
  }
  .bs-masthead h1 {
    font-size: 100px;
  }
  .bs-masthead .lead {
    margin-right: 25%;
    font-size: 30px;
  }
  .bs-masthead-links {
    padding: 0;
    text-align: left;
  }
}


