﻿ 
.Center
{
	text-align:center !important;
}

.Right
{
	text-align:right !important;
}

.Left
{
	text-align:left !important;
}

.Dir
{
	direction:ltr !important;
}

label 
{
    display:inline-block;
    padding-right:3px;
    padding-left:3px;
}

.btn_link {
    border:1px solid #FFFFFF;
    color:yellow !important;
	font-family:F1;
	font-size:12pt;
	padding:3px;
	background-color:#0055A5;
	min-width: 50px;
}

.btn_link:hover
{
	border:1px solid #0055A5;
	background-color:#0055A5;
	color:yellow;
}

.btn_link:focus
{
    border:1px solid #0055A5;
	background-color:#0055A5;
	color:yellow;

}

.PM_Stop
{
	background-color:#fcd2d2;
	padding:5px;
	border:1px solid #CC0000;
	border-radius:4px;
	color:#CC0000;
	margin: 5px;
    text-align:right;
}

.PM_Info
{
	background-color:#d8f6d8;
	padding:5px;
	border:1px solid green;
	border-radius:4px;
	color:green;
	margin: 5px;
    text-align:right;
}

.RF {
    color:#CC0000;
}

.W10
{
    width:10%;
}
.W15
{
    width:15%;
}

.W20
{
    width:20%;
}

.W25
{
    width:25%;
}
.W30
{
    width:30%;
}
.W35
{
    width:35%;
}

.W40
{
    width:40%;
}

.W50
{
    width:50%;
}

.W75
{
    width:75%;
}

.W80
{
    width:80%;
}

.W90
{
    width:90%;
}

.W100
{
    width:100%;
}

.required:before {
    content: " * ";
    color: red;
}

.url {
    direction: ltr;
    width: 400px;
    max-width:calc(100% - 50px);
}

.url-link {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    background-color: #0055A5;
    color: #fff !important;
    padding: 2px 5px 2px 5px;
    font-size: 10pt;
    border-radius: 4px;
    text-decoration: none;
}


