﻿.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 1px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}

.btn-warning {
    background-color: #343433;
    background-image: -moz-linear-gradient(top, #343433, #343433);
    background-image: -ms-linear-gradient(top, #343433, #343433);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343433), to(#343433));
    background-image: -webkit-linear-gradient(top, #343433, #343433);
    background-image: -o-linear-gradient(top, #343433, #343433);
    background-image: linear-gradient(top, #343433, #343433);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343433', endColorstr='#343433', GradientType=0);
    border-color: #343433 #343433 #343433;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    width: 80px;
    height:30px;
    float:right;
    margin-right:40px;
}

.maintitle {
    font-size: 14px;
    font-weight: bold;
}

.logintext {
    font-size: 12px;
    font-weight: bold;
    color: #343433;
    text-align: left;
    padding-left:40px !important;
}

.loginfield {
    font-size: 12px;
    text-align: right;
    padding-right:40px !important;    
}

.loginfield input {
    width: 170px;    
}

.loginlinkleft {
    float: left;
    cursor: pointer;
    vertical-align: bottom;
    line-height: 45px;
}

.loginlinkcenter {
    margin-left: -40px;
    cursor: pointer;
    vertical-align: bottom;
    line-height: 45px;
}

.tableWrapper {
    border:solid 10px #F2F1F2;
    border-radius:5px !important;
    border-collapse:collapse;
    width:350px;
    margin:auto;
    margin-top:5%;
    height:auto;
}

#loginTable {
    width:100.5%;
    margin:-1px !important;
    height:100.5%;
    border-collapse:collapse;
    left:-0.25% !important;
}

#loginTable tbody tr {
   background-color: #fff;
}

#loginTable tbody tr td{
   padding:5px;
}

#loginTable tbody tr:first-child {
    background-color: #343433;
}

.copyright {
    text-align: center;
    color: #666;
    font-size: 12px;
}

.icon-microsoft {
    background: url(images/icons/microsoft.png) center center no-repeat;
    display: inline;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.messagebox-content { 
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    text-align:center;
    background-color: #EBEAEB;
    background-image: -moz-linear-gradient(top, #EAEAEB, #FAF6F6);
    background-image: -ms-linear-gradient(top, #EAEAEB, #FAF6F6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343433), to(#FAF6F6));
    background-image: -webkit-linear-gradient(top, #EAEAEB, #FAF6F6);
    background-image: -o-linear-gradient(top, #EAEAEB, #FAF6F6);
    background-image: linear-gradient(top, #EAEAEB, #FAF6F6);
    background-repeat: repeat-x;
    border: 8px solid #F2F1F2;
    border-radius:4px;
}

/* Loading Icon */

.loadingDiv {
  border-radius: 50%;
  border-top: 3px solid transparent;
  border-left: 3px solid #1D2A3B;
  background-color:transparent;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-animation: spin .6s ease infinite;
  animation: spin .6s ease infinite;
}

@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------*/