html, body, .main-area {height: 100%;}
body{
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 13px;
    margin: 0;
}
#login {
    position: absolute;
    left:50%;
    top:40%;
    margin:-130px 0 0 -157px;
    width: 314px;
    padding:10px;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0.0625em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
input[disabled],
input[readonly],
fieldset[disabled]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="number"],input[type="password"],select{
    height: 34px;
    min-width:220px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container {
    min-width:220px;
}
.widget{
    border: 1px solid #DDDDDD;
    margin-bottom:15px;
    background-color: #FFFFFF;
}
.widget-title{
    background:#f5f5f5;
    background:-moz-linear-gradient(top, #f7f7f7 0%, #eee 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eee));
    background:-webkit-linear-gradient(top, #f7f7f7 0%, #eee 100%);
    background:-o-linear-gradient(top, #f7f7f7 0%, #eee 100%);
    background:-ms-linear-gradient(top, #f7f7f7 0%, #eee 100%);
    background:linear-gradient(to bottom, #f7f7f7 0%,#eeeeee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 );
    border-bottom:1px solid #ddd;
    overflow:hidden;
    padding: 12px 20px;
}
.widget-body{
    padding: 5px 15px;
}
.widget-title h5 {
    float: left;
    margin: 0;
    font-weight: bold;
}
.pausedRow{
    opacity: .3;
}
.pausedRow:hover{
    opacity: 1;
}
.spinner {
    position: relative;
    left: 50%;
    top:20px;
    margin-left: -50px; /* half width of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.current{
    font-weight:bold;
}
.headerBubble{
    cursor: pointer;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 10px 14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-family: BFSRoboto,Tahoma,Arial,sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    background-size: 100% 100%;
}
.headerBubbleSmall{
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.containerContent{
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 10px;
    background: #f6f6f6;
}
#successBubble{
    background-image: url("/img/bigsuccess.png");
}
#warningBubble{
    background-image: url("/img/bigwarning.png");
}
#failureBubble{
    background-image: url("/img/bigfailure.png");
}
.pausedToggleBold{
    font-weight:bold;
}
#myModal .modal-dialog{
    width:100%;
}