* {
	margin: 0;
}

textarea {
    resize: none;
}

legend {
    margin-bottom: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.nomargin {
	margin: 0 !important;
}

.row-heading {
	background-color: #0098bc;
	color: #ffffff;
}

.row-heading > div {
	background-color: #0098bc;
	text-align: center;
}

.row {
	margin-bottom: 10px;
}

.box {
	border: 1px solid #2F96B4;
	background-color: #f2f2f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
	margin-left: 0px;
}


.formerror,
.error{
 	color:red;
}

#logo-notifications {
	width: 100%;
	float: left;
	padding: 15px 0;
}

#logo-notifications h1{
	margin: 0;
}

#logo-notifications h1 a {
	background: url("../images/logo_avventuro.jpg") no-repeat;
	/* width: 392px; */
	height: 87px;
	display: block;
}

#logo-notifications ul{
	float: right;
	margin: 70px 5px -10px 0;
}

#logo-notifications ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

#logo-notifications ul li.welcome a{
	color: #000000;
	font-weight: bold;
}

#logo-notifications ul li a.icnotific{
	width: 28px;
	height: 20px;
	display: inline-block;
	background: url("../images/icnotific.png") no-repeat;
}

#logo-notifications ul li a.icnotific span{
	color: #ffffff;
	font-size: 10px;
	padding-top: 5px;
	line-height: normal;
	display: none;
}

#logo-notifications ul li.active a.icnotific span{
	display: inline-block;
}

#logo-notifications ul li a.info{
	background-position: 0 0;
}

#logo-notifications ul li.active a.info{
	background-position: 0 -20px;
}

#logo-notifications ul li a.info span{
	margin-left: 13px;
}

#logo-notifications ul li a.email{
	background-position: -28px 0;
}

#logo-notifications ul li.active a.email{
	background-position: -28px -20px;
}

#logo-notifications ul li a.email span{
	margin-left: 18px;
}

#logo-notifications ul li a.appoints{
	background-position: -56px 0;
}

#logo-notifications ul li.active a.appoints{
	background-position: -56px -20px;
}

#logo-notifications ul li a.appoints span{
	margin-left: 14px;
}

.navbar{
	margin-bottom: 10px;
}

.navbar-inner {
	padding: 0;
	min-height: 32px;
	border: 0;
	box-shadow: none;
	background-image: url("../images/navbar-inner.gif");
	filter: none !important;
}

.navbar .nav > li:first-child > a {
	background: none;
}

.navbar .nav i.icon-home {
	background: url("../images/ichome.png") no-repeat left top;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-top: 0;
}

.navbar .nav > li > a {
	padding: 6px 15px;
	color: #D6D7D6;
	text-shadow: none;
	font-weight: bold;
	background: url("../images/navbar-separator.png") no-repeat left top;
}

.navbar .nav > li > a:hover,
.navbar .nav > li:hover > a{
	background-color: #08100b;
	color: #ffffff;
    background-image: linear-gradient(to bottom, #08100b, #6a6a6a);
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #A2A2A2;
    border-top-color: #A2A2A2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
}

.navbar .nav li.dropdown .dropdown-menu li:first-child a {
	border-top: 0;
}

.navbar .nav li.dropdown .dropdown-menu li a:hover{
	background-color: #ffffff;
    background-image: none;
    color: #000000;
    filter: none;
}

.navbar .nav li.dropdown .dropdown-menu a {
	color: #0098bc;
	border-top: 1px dotted #0098bc;
	margin: 0 10px;
	padding: 3px 10px;
	background-color: #ffffff;
	background-image: none;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin: 0;
}

.footer {
	text-align: center;
	background: #f4f4f4;
	border-top: 2px #0098bc solid;
	padding: 20px 0;
	margin-top: 20px;
}

.breadcrumb {
	margin: 0;
	background: none;
    padding: 0;
}

.breadcrumb .divider {
    color: #000000;
}

.breadcrumb .active {
    color: #000000;
    font-weight: normal;
}

.container > h3,
.container h3.pagetitle {
	font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}

table.table thead .sorting {
	background: url("../images/sort_both.png") no-repeat right center;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #e5f4f8;
}

.vertical-seperator {
	margin: 0 5px;
}

.dataTables_wrapper .row-fluid{
	display: none;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.btn-infosmall,
.btn-inversesmall {
	padding: 5px 5px !important;
    border-width: 0;
    font-weight: normal !important;
}

.btn-info,
.btn-inverse {
	/* padding: 7px 20px; */
    border-width: 0;
    font-weight: bold;
}

.btn-info {
	background: url("../images/buttons_bg.jpg") repeat-x;
}

.btn-infosmall {
	background: url("../images/buttons_bg.jpg") repeat-x;
}

.btn-inverse {
	background: url("../images/buttons_bg.jpg") repeat-x left -34px;
}

.btn-inversesmall {
	background: url("../images/buttons_bg.jpg") repeat-x left -34px;
}

.btn-info:hover {
	background-color: transparent;
	background-position: 0 0;
}

.btn-inverse:hover {
	background-color: transparent;
	background-position: 0 -34px;
}

.form-horizontal .control-label {
	width: 250px;
}

.btn-success,
.btn-success:hover {
	background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top, #51ef51, #01a001);
    background-position: 0;
    font-weight: bold;
}

.btn-danger,
.btn-danger:hover {
	background-color: #ff4545;
    background-image: -moz-linear-gradient(center top, #ffa8a8, #ff0202);
    background-position: 0;
    font-weight: bold;
}


.colorBtn .dropdown-menu li>a:hover, .colorBtn .dropdown-menu li>a:focus, .colorBtn .dropdown-submenu:hover>a { 
	background: none;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.colorBtn .col0, .colorBtn .col1, .colorBtn .col2, .colorBtn .col3, .colorBtn .col4, .colorBtn .col5 { background-image: none !important; }
.colorBtn .col0 { background-color: rgb(255,255,255); }
.colorBtn .col1 { background-color: rgb(0,175,239); }
.colorBtn .col2 { background-color: rgb(146,208,80); }
.colorBtn .col3 { background-color: rgb(255,255,0); }
.colorBtn .col4 { background-color: rgb(226,108,9); }
.colorBtn .col5 { background-color: rgb(255,0,0); }

ul.colorBtn > li > span { width: 15px; height:15px; display:inline-block; border:1px solid #666; }

/* css related to calendar */
.colorBox-holiday {
	background-color: rgb(204, 170, 204) !important;
}

.colorBox-exam {
	background-color: rgb(255, 255, 255) !important;
}

.colorBox-absent {
	background-color: rgb(255, 165, 0) !important;
}

.colorBox-present {
	background-color: rgb(153, 85, 102) !important;
}

td.fc-sun,.colorBox-sat-sun {
	background-color: rgba(248, 148, 6, 0.2) !important;
}
.break-word{ word-wrap:break-word; }
th.break-word, td.break-word { max-width: 220px !important; }

.x-small { width: 30px !important; }

.w-20 { width: 20px !important; }
.w-25 { width: 25px !important; }
.w-30 { width: 30px !important; }
.w-40 { width: 40px !important; }
.w-50 { width: 50px !important; }
.w-80 { width: 80px !important; }
.w-100 { width: 100px !important; }
.w-125 { width: 125px !important; }
.w-150 { width: 150px !important; }
.w-200 { width: 200px !important; }
.w-250 { width: 250px !important; }
.w-400 { width: 400px !important; }

.textDecoration{
	text-decoration: none;
}

