﻿.TabButton {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    background-color: #7ab3d4;
    color: black;
    width: 120px!important;
    height: 25px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.Button {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: #dff0d8;
    color: #3c763d;
    width: 80px!important;
    height: 25px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #dff0d8;
}

.ButtonIncorrect {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: red;
    color: white;
    width: 80px!important;
    height: 25px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #dff0d8;
}


table {
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
}

.FooterMenuExit {
    width: 43px;
    height: 50px;
    background-image: url('../Images/Exit.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.FooterMenuUpdate {
    width: 43px;
    height: 50px;
    background-image: url('../Images/Update.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.FooterMenuNew {
    width: 43px;
    height: 50px;
    background-image: url('../Images/New.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.SearchMenuDetails {
    width: 43px;
    height: 50px;
    background-image: url('../Images/Search.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.FooterMenuSearch {
    width: 43px;
    height: 50px;
    background-image: url('../Images/Search.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.FooterMenuPrint {
    width: 43px;
    height: 50px;
    background-image: url('../Images/Print.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.SujyotLogo {
    width: 73px;
    height: 50px;
    background-image: url('../Images/Sujyot_Logo_Web.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.DarkColor {
    background-color: #dff0d8;
}

.Border {
    border-spacing: 0px 0px;
    border: 2px solid #3c763d;
}

.ThinBorder {
    border-spacing: 0px 0px;
    border: 1px solid #77B5FE;
}

.DetailsPanel {
    overflow-y: Auto;
    height: 470px;
    width: 100%;
}

.OuterHeight {
    height: 470px;
}

.HeaderMessage {
    font-size: 18px;
    color: white;
}

.BorderTop {
    height: 50px;
    background-color: #77B5FE;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}

.BorderBottom {
    background-color: #77B5FE;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

.RowndedCorner {
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    background-color: #dff0d8;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.DetailColumn {
    text-align: left;
}

.ColonColumn {
    width: 1px;
    text-align: center;
}

input:focus {
    border: 2px solid #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
}

​ textarea:focus {
    border: 2px solid #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
}

​ .FormControl {
    position: relative;
    height: 30px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Century Gothic';
    font-size: 15.5px;
    padding: 2px 5px;
    box-shadow: none;
    width: 240px;
    top: 0px;
    left: 2px;
}

.AlternatingRowStyle {
    background-color: #f9f9f9;
    font-weight: normal;
    text-align: left;
    opacity: 0.7;
}

.RowStyle {
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    opacity: 0.8;
}

.HeaderStyle {
    background: #dff0d8;
    text-align: center;
    color: #3c763d;
    opacity: 0.8;
    height: 30px;
}

.AlternatingRowStyle {
    background-color: #f9f9f9;
    font-weight: normal;
    text-align: left;
    opacity: 0.7;
}

.GridButton {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: #0654B3;
    color: white;
    width: 100%!important;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: none;
    font-family: 'Century Gothic';
    font-size: 15.5px;
}

.PagerRowStyle {
    background-color: #9DC6F7;
    text-align: center;
    font-size: medium;
    color: black;
}

.PagerCurrentPage {
    /*background-color: Yellow;*/
    font-size: large;
    /*color: white;*/
    padding: 2px;
}

.PagerOtherPage {
    padding: 2px;
    color: white;
}
