﻿.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.panel-default {
    border-color: #818686;
}

    .panel-default > .panel-heading {
        color: #31708f;
        background-color: #918F92;
        border-color: #ffffff;
    }


.panel-body {
    padding: 15px;
    border-color: #818686;
}

.radio, .checkbox
{
    display: block;
    min-height: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 20px;
}

.control-label
{
    font-weight: bold;
}

.label-dangerforecolor
{
    color: #D9534F;
    font-weight:bold;
}

.label-infoforecolor
{
    color: #5BC0DE;
    font-weight:bold;
}
.label-successforecolor
{
    color: #5CB85C;
    font-weight:bold;
}

.label-progresscolor {
    color: #5a585a;
    font-weight: bold;
}


.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px;
    margin-top: 3px;
}
.fnt-sz-1
{
    font-family: Calibri;
    font-size: 14px;
}

.datepicker-dropdown:before, .datepicker-dropdown:after
{
    display: none;
}
.datepicker-dropdown:before
{
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}

.datepicker.dropdown-menu
{
    color: #333;
    font-family: "Open Sans" ,sans-serif;
    font-size: 13px;
    line-height: 18px;
    list-style: none outside none;
}

.btn-bt
{
    background: url("../Content/Images/buttonbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-bt:hover
{
    background: url("../Content/Images/buttonbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-default
{
    background: url(../Content/Images/buttonbg.png) repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-default:hover
{
    background: url(../Content/Images/dashboard-hover.png) repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.btn-green
{
    background: url(../Content/Images/btn-orange.png) repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


.btn-green:hover
{
    background: url(../Content/Images/dashboard-hover.png) repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    padding: 4px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus
{
    background: none;
}

.navbar-nav > li > a
{
    padding-bottom: 15px;
    padding-top: 10px;
}

.fa
{
    text-align: center;
    width: 2em;
}

.btn
{
    border-radius: none;
}


/* The following css developed for showing the data in the grid format start here*/
.details-d
{
    border: none;
    width: 100%;
}
.title-d
{
    display: table-caption;
    text-align: center;
    font-family: calibri;
    font-size: 16px;
    width: 100%;
}
.heading-d
{
    /*        display: table-row;*/
    text-align: center;
    font-family: calibri;
    font-size: 14px;
    width: 100%;
    margin: 2px 2px 2px 2px;
}
.row-d
{
    /*        display: table-row;*/
    text-align: center;
    font-family: calibri;
    font-size: 14px;
    background: #ffffff;
    width: 100%;
    margin: 2px 2px 2px 2px;
}

.Cell-d
{
    border: none;
    padding: 5px 15px;
    border: 2px solid #d3e5ee;
    background: #d9edf7;
    font-family: calibri;
    font-size: 14px;
    width: 20%;
    margin: 2px 2px;
    float: left;
    color: #000;
      text-align:right;

}

.Cell-t
{
    border: 2px solid #ebe9e3;
    padding: 5px 15px;
    background: #f1f0ec;
    font-family: calibri;
    font-size: 14px;
    width: 25%;
    margin: 2px 20px 2px 2px;
    float: left;
    font-weight: bold;
    color: #000;
         text-align:left;
  
}
p
{
    margin: 0px;
    padding: 0px;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom:10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-date {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  
    background-image: url("../Content/Images/Calendar.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.form-control-avgMatcalc {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  
    
    background-image: url("../Content/Images/question.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor:pointer;
   
}


.navbar-nav > li > a.act
{
    margin:-3px;
    padding:0px 15px 0 10px;
    color:#666666;   
}


#leftside-navigation, .nano
{
    margin:0px;
    padding:0px;
    height:auto;
    min-height:100%;
    max-height:100%;
    
}
/* The following css developed for showing the data in the grid format end(s) here*/

tr.jqgrow>td.textInDiv>div {
    max-height: 20px;   
    overflow-x:hidden   
}
td.form-view-data>span>div {
    max-height: 150px;
    overflow: auto
}




