﻿.Post_it {
    background-image: none;
    padding: 0px 0px 0px 0px;
    height: 230px;
    border: 0px solid blue;
}

.PrintCode {
    position: relative;
    top: 40px;
    width: 100%;
    font-family: Verdana;
    color: #696969;
    font-size: 14px;
    text-align: center;
    border: 0px solid green;
}

.PrintCodeValue {
    position: relative;
    font-family: Verdana;
    color: #696969;
    font-size: 18px;
    text-align: center;
    text-indent: 50px;
    top: 82px;
    border: 1px solid blue;
    z-index: 10;
}

.PrintCodeShow {
    position: relative;
    background-image: url('Images/printcode_hidden.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    top: 45px;
    width: 230px;
    height: 60px;
    border: 0px solid red;
    cursor: pointer;
}

.ShowPrintCodeImage {
    background-image: url('images/printcode_shown.png');
}

.ShowPrintCodeText {
    visibility: visible;
}

.Polaroid {
    padding: 0px 0px 0px 0px;
    border: 0px solid green;
}

.Front_page {
    padding: 0px 0px 40px 0px;
}

#imgFrontpage {
    width: 200px;
    height: 150px;
}

.NormalTextIndent {
    font-size: small;
    color: #696969;
    font-family: Verdana;
    text-indent: 40px;
}

.NormalTextBoldIndent {
    font-size: small;
    color: #696969;
    font-family: Verdana;
    font-weight: bold;
    text-indent: 40px;
}

.NineCorner input[type=button] {
    background-color: #FFFFFF !important;
    color: #4276F2 !important;
}

    .NineCorner input[type=button]:hover {
        color: #FFFFFF !important;
        background-color: #4276F2 !important;
        border: 2px solid #4276F2 !important;
    }

.page_outerbox {
    font-family: Tahoma,Arial,Verdana;
}

.pageborder {
    border-radius: 2px;
}

select {
    border-radius: 2px;
}

textarea {
    font-family: Tahoma,Arial,Verdana;
    border-radius: 2px;
}

input[type="file"] {
    border-radius: 2px;
}

input[type=submit], input[type=button], input[type=text], input[type=password], input[type=number] {
    border-radius: 2px;
}

    input[type=submit]:hover {
        background: #4276F2;
        color: #FFFFFF;
    }

    input[type=button]:hover {
        background: #4276F2;
        color: #FFFFFF;
    }

.ButtonLogin:hover {
    box-shadow: 0 0 6px 2px #4276F2;
    -webkit-box-shadow: 0 0 6px 2px #4276F2;
    -moz-box-shadow: 0 0 6px 2px #4276F2;
}

.SsoButton:hover {
    color: #4276F2 !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 6px 2px #4276F2;
    -webkit-box-shadow: 0 0 6px 2px #4276F2;
    -moz-box-shadow: 0 0 6px 2px #4276F2;
}

.ShadowBoxTab:hover {
    background: #4276F2 !important;
    color: #FFFFFF !important;
}

.ShadowCheckbox input[type=checkbox] + label {
    border-radius: 2px;
}

.gridview {
}

    .gridview th {
    }

        .gridview th a {
        }

            .gridview th a:hover {
            }

    .gridview td {
    }

    .gridview tr.even td {
    }

    .gridview .alt {
    }

    .gridview .pager {
    }

        .gridview .pager a {
            color: #3F74D1;
        }

            .gridview .pager a:hover {
                color: #FFFFFF;
                border-radius: 2px;
                background: #3F74D1;
            }

        .gridview .pager span {
            color: #696969;
            border-radius: 2px;
            background: #FFFFFF;
        }

    .gridview td a {
        color: #696969;
    }

        .gridview td a:hover {
            color: #e7edf7;
        }

    .gridview td input, select {
        background: #FFFFFF;
        color: #696969;
        border-radius: 1px;
    }

        .gridview td input:hover {
            background: #3F74D1 !important;
            color: #FFFFFF;
            border-radius: 1px;
        }

.MainConfigMenu li ul li {
    border-radius: 1px;
}

.UploadBorder {
    border-radius: 0px;
}

.certificateSelector input[type=submit]:hover {
    background: #4276F2 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.HyperlinkGCP {
    border-radius: 2px;
}

    .HyperlinkGCP:hover {
        background: #4276F2;
        color: #FFFFFF !important;
    }

.Messagebox table tr:nth-child(1) {
    background-color: #4276F2;
    color: #FFFFFF !important;
}


.PrintOptionsSelector input[type=submit]:hover {
    background: #4276F2 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.dxucProgressBarIndicator {
    background-color: #4276F2;
}

.dxucBrowseButton {
    border-radius: 2px;
}

.dxucBrowseButtonHover {
    background-color: #4276F2;
    color: #FFFFFF !important;
}

.dxucBrowseButtonHover a{
    background-color: #4276F2;
    color: #FFFFFF !important;
}

.dxbButton {
    border-radius: 2px;
}

.dxbButtonHover {
    background-color: #4276F2;
    color: #FFFFFF;
}

.dxeButtonEdit {
    border-radius: 2px;
}

.BuyCreditButton {
    background-color: #4276F2;
}

    .BuyCreditButton:hover {
        color: #4276F2 !important;
        border: 2px solid #4276F2 !important;
    }