/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
.table-striped {font-size:14px;}

.boxStyle {
width: 200px;
border: solid 1px #CCC;
padding: 10px;
border-radius: 5px;
margin-bottom:30px;
            }
.buttonStyle {
float: right;
width: 75px;
height: 40px;
 border-radius: 5px;
background: #6EB6DC;
color: white;
            }
.error_message {
padding: 4px 8px;
background-color: #FEE;
border-left: 3px solid red;
            }
.add_note,.add_file {
display:none;
                    }
span.label {font-size:10px;}
.row {margin-bottom:15px;}
.main_title {display:none;}
.text-right {text-align:right;}
.add_note {background-color:#FAFAFA; padding:15px;}
.add_file {background-color:#FAFAFA; padding:15px;}
.panel {margin-bottom:30px;}
.panel-body {padding:10px; }
.panel-heading {text-align: center;}
.sidebar .panel-body a {font-size:14px}
.text-small {font-size:12px !important; clear:both; margin-top:10px; margin-bottom:10px;}