﻿*
{
    box-sizing: border-box;
}

body
{
    font-family: "Open Sans",sans-serif,verdana;
    font-size: 11px;
}
    
.menuItem
{
    cursor:pointer;
    text-decoration:underline;
}
    
.validation-summary-errors, .error
{
    color:red;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

.easyui-linkbutton .fa
{
    margin-right:5px;
}

/*-------------------------------------------------
Paper
-------------------------------------------------*/
.paper
{
    margin:5px 5px 20px 5px;
    padding:10px;
    background:#ffffff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}

.paperHeader
{
    color:#000000;
    font-size:10px;
    padding-left:5px;
}

/*-------------------------------------------------
Toolbar
-------------------------------------------------*/
.toolBar
{
    background: #F5F5F5;
    border-bottom:1px solid #D3D3D3; 
    padding:2px;
    height:31px;
    clear: both;
    position: fixed;
    width: 100%;
    z-index:1000;    
}

.toolBarSpacer
{
    height:31px;
    width:100%;
}
/*
.toolBar:after {
    content:' wqedqwdqwd<br/>qqweqwe';
    display:block;
    clear: both;
}*/

.toolBar .fa
{
    font-size:13px;
}

.toolBar a
{
    color:#000000;
}

/*-------------------------------------------------
Process
-------------------------------------------------*/
#processProgressLog div
{
    border-bottom:1px dotted #DEDEDE;
}

.processBlock
{
    width:100%;
    border-top:1px solid #D3D3D3;
    border-collapse: collapse;    
}

.processBlock i
{
    position: relative;
    font-size: 16px;
    top: 1px;
    margin-right: 5px;
}

.processBlock:first-of-type
{
    border-top:0;
}

.processBlock:last-of-type
{
    border-bottom:1px solid #D3D3D3;
}

.processBlock tr td
{
    padding:10px;
    vertical-align: top;
}

.processBlock tr:first-child td:first-child
{
    width:250px;
}

.processBlock tr td
{
    border-left:1px solid #D3D3D3;
}

#processBlockDelete *
{
    color:Red;
}

.processSelect
{
    background:#FAFAFA;
    border-bottom:1px solid #D3D3D3;
}

.process
{
    width:225px;
    padding:1px;
    border-bottom:1px solid #ffffff;
}

.processSelect
{
    font-size: 10px;
    margin-bottom:10px;    
}

.processSelect a
{
    text-decoration: underline;
    color:#000000;
}

.processIsInQueue
{
    background:#E2E2E2;
    color:#000000;
}

.processIsRunning
{
    background:#FF9933;
}

.processIsRunning a
{
    color:#ffffff;
}

.processHasErrors
{
    background:red;
}

#processBlockDelete .processHasErrors * 
{
    color: white;
}

.processHasErrors a
{
    color:#ffffff;
}

div.process a.backuprestore
{
    float: left;
    margin: 5px;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    transition: color .5s, font-size .5s, background .5s;
    border-radius: 5px;
    border: 1px solid #54A6DE;
    height: 16px;
    line-height: 12px;
    font-size: 10px;
    background: #F0F0F0;
}

div.process a.backuprestore:hover
{
    background: #54A6DE;
    color: #FFFFFF;
}

/* Busy overlay */
#busy_canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
}

#busy_icon {
    float: left;
    margin: 20% 45%;
    color: #F0F0F0;
	text-align: center;
}