﻿body
{
background: #FFFFFF;
}

#logo_new
{
position: absolute;
left: 0px;
top: 10px;
width: 300px;
height: 100px;
margin-left: 0;
background-image: url('Icons/logo_new.png');
background-repeat: no-repeat;
/*background: rgb(100,100,100);*/
background-position:bottom;
max-width: 100%;
max-height: 100%;
}

.box
{
/*background: -webkit-linear-gradient(left, rgb(255,255,255),rgb(191,191,191));
background: -o-linear-gradient(right, rgb(255,255,255),rgb(191,191,191));
background: -moz-linear-gradient(right, rgb(255,255,255),rgb(191,191,191));
background: linear-gradient(to right, rgb(255,255,255),rgb(191,191,191));*/
/*background: #cccccc;*/
/*border: 1px solid rgb(160,160,160);
box-shadow: 3px 3px 6px 0px rgb(160,160,160);*/
-webkit-border-radius: 4;
-moz-border-radius: 4;
/*border-radius: 4px;*/
max-width: 600px;
max-height: 600px;
position: absolute;
top: 50%;
left: 65%;
margin-top: -200px;
margin-left: -150px;
color: rgb(0,0,0);
font-family:Helvetica;
font-size: 9.00pt;
text-align: center;
}

.boxWelcome {
    position: absolute;
    top: 50%;
    left: 2%;
    font-family: Helvetica;
    font-size: 16pt;
    font-weight: bold;
    text-align:center;
    height:450px;
    color: white;
    writing-mode: tb-rl;
}
.boxPoweredBy {
    position: absolute;
    top: 90%;
    left: 2%;
    font-family: Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: white;
}

.boxPoweredBy {
    position: absolute;
    top: 90%;
    left: 2%;
    font-family: Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: white;
}
.textBox
{
font-size: 12pt;
height: 28px;
position: absolute;
width: 200px;
margin-left: -100px;
left: 53%;
font-style:normal;
box-shadow: 2px 2px 4px 0px rgb(170,170,170);
-webkit-box-shadow: 2px 2px 4px 0px rgb(170,170,170);
-moz-box-shadow: 2px 2px 4px 0px rgb(170,170,170);
outline: none;
border: 1px solid rgb(180,180,180);
}

.textBox:focus
{
box-shadow: 0px 0px 0px 1px rgb(0,120,255);
}

.textBox:hover
{
box-shadow: 0px 0px 1px 0px rgb(0,160,255);
}

#tbUsername
{
top: 129px;
}

#tbPassword
{
top: 178px;
}

.buttonSmall
{
outline: none;
position: absolute;
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
color: #ffffff;
font-size: 18px;
text-decoration: none;
width: 80px;
height: 34px;
text-align: center;
border-color: #3498db;
font-family:Helvetica;
}

.buttonSmall:Hover
{
box-shadow: 0px 0px 10px 0px #3498db;
}

#btnAuthenticate
{
top: 232px;
margin-left: -40px;
}
.profile {
    color:white;
 border: 0px !important;
 background: transparent !important;
}
.profile .photo {
  width: 94%;
  height: 94%;
  border:solid 1px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
 /* border-radius: 4px;*/
}
.profile .photo:hover {
  width: 94%;
  height: 94%;
  border:solid 1px #ff8839;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 4px;
}
.message-conatiner {
    border-radius: 4px;
    background-color: #fff;
    border-bottom: 3px solid rgba(0,0,0,0.10);
    border-left: 1px solid rgba(0,0,0,0.10);
    border-right: 1px solid rgba(0,0,0,0.10);
    border-top: 1px solid rgba(0,0,0,0.10);
    /*margin: 0 0 6px 1px;*/
    padding: 10px;
    margin-right: 16px;
    position: relative;
}
.circle {
  width:100%;
  border-radius:50%;
  text-align:center;
  padding:50% 0;
  line-height:0;
  position:relative;
  border: solid 2px white;
  font-family: Helvetica, Arial Black, sans;
}
.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base, .webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs{
    background:#f7941d;
    border:solid 1px #f7941d;
}

.webix_el_toggle input, .webix_el_toggle button, .webix_el_toggle button:hover,webix_el_toggle input:hover {
    background:#f7941d;
       border:solid 1px #f7941d;
}


