﻿body {
    background: #8564a6;
    background: -moz-radial-gradient(center, ellipse cover, #8564a6 30%, #341d4c 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,#8564a6), color-stop(100%,#341d4c));
    background: -webkit-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: -o-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: -ms-radial-gradient(center, ellipse cover, #8564a6 30%,#341d4c 100%);
    background: radial-gradient(ellipse at center, #8564a6 30%,#341d4c 100%);
    background: radial-gradient(ellipse at center, #8564a6 30%, #341d4c 100%);
    overflow-x: hidden;
    /*overflow-y: auto;*/

}
.btn-primary{
    color: #fff;
    background-color: #8564a6 !important;
    border-color: #8564a6 !important;
}
.blockUI.blockMsg.blockElement {
    padding: 0 !important;
}

   /*START special labels*/
    div.special-field > label.special-label
    {
        display: none;
        position: absolute;
        top: 0%;
        left: 5.5%;
        margin: 0;
        width: 100%;
        font-family: 'pt_sansregular', Arial, Helvetica, Sans-serif;
        font-size: 12px;
        color: #DDDDDD;
        text-align: left;
    }
	
    div.special-field > input:valid + label.special-label
    {
        /* do something with the label */
        display: block;
    }
    /*END special labels*/

a {
    color: #8564a6
}
.container {
    height: 100vh;
}
#img-logo img {
    width:140px;
}
a {
color: #8564a6;
}
                              
a:hover {
    color: #634184;
    text-decoration: underline;
}
                              
.btn-primary:hover {
    background-color: #634184;
}

.btn-info {
    background-color: #eee !important;
    border: 1px solid #c6c6c6 !important;
    color: #333 !important;
}

    .btn-info:hover {
        background-color: #c6c6c6 !important;
        border: 1px solid #c6c6c6 !important;
        color: #333 !important;
    }

.warning {
    position: relative;
    font-weight: bold;
    color: #b61211;
    left: 0;
    word-wrap: break-word;

}

.btn.disabled,
.btn[disabled]
{
    color: #CCCCCC;
  	/*background-color: #E6E6E6 !important;*/
	box-shadow: none !important;
	cursor: default;
    pointer-events: none;
	opacity: 0.5;
}

