@charset "utf-8";
/* 
    Document   : style
    Created on : Sep 23, 2012, 4:17:16 PM
    Author     : ravi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



root { 
    display: block;
}

body{
    margin:0;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    background-color: #222 !important;
}

#page {
    position: relative;
    min-height: 700px;
    overflow-x: hidden;
}

#page-inside {
    outline: 0;
    height: auto;
    min-height: 700px;
    margin: auto;
    background-image: url('../img/login_bg3.jpg');
    background-repeat: no-repeat;
    background-size: 1366px auto;
    background-position: center top;
    background-attachment: fixed;
}

#page-inside-inner {
    outline: 0;
    height: auto;
    min-height: 700px;
    margin: auto;
}

.panel-heading {
    background-image: url('../img/bar_2_06.png') !important;
    background-repeat: repeat !important;
    color: #fff !important;
    filter: none !important;    
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.panel-title {
    background-image: url('../img/icon_09.png');
    background-repeat: no-repeat;
    background-size: 14px 17px;
}

.form-group.thisrequired .control-label:after { 
    content:" *";
    color:red;
}

.viewapplication .form-horizontal .control-label {
    padding-top: 0px;
    text-align: right;
}

.application-attachment {
    background-color: #C4933E;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    color: #fff;
}
.mytable tr th {
    text-align: center;
}
.mytable-bordered, .mytable-bordered tr, .mytable-bordered td, .mytable-bordered th {
    border: 1px solid #C4933E;
}

.mytable tr th {
    background: #C4933E; 
    color: #fff;
}

.mytable tr:hover { 
   background: #fff; 
   cursor: pointer;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: #C4933E !important;
}

.reviewApplicationBtn {
    font-size: 25px !important;
    padding: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.reviewApplicationBtn2 {
    margin-top: 10px;
}

.reviewHiddenSection {
    margin-top: 20px;
    border: 1px solid #376DB3;
    padding-top: 10px;
    padding-bottom: 15px;
}

.login-form input {
    height: 55px;
    font-size: 14px;
}

.login-form #mootLogin {
    min-width: 237px; 
    font-size: 18px;
}