/* Sticky footer styles
-------------------------------------------------- */
/*@font-face {
  font-family: 'malayalamtype';

  src: url('../type/TholiTrd.eot');
  src: url('../type/TholiTrd.eot?#iefix') format('embedded-opentype'), url('../type/TholiTrd.woff') format('woff'), url('../type/TholiTrd.ttf') format('truetype'), url('../type/TholiTrd.svg#glyphicons_halflingsregular') format('svg');
}*/
/* AnjaliOldLipi */

@font-face {
    font-family: 'AnjaliOldLipi';
    font-style: normal;
    font-weight: 400;
    src: url(../type/anjali/AnjaliOldLipi-Regular.woff2?v=7.0) format('woff2'), url(../type/anjali/AnjaliOldLipi-Regular.woff?v=7.0) format('woff'), url(../type/anjali/AnjaliOldLipi-Regular.ttf?v=7.0) format('truetype');
}
/* Manjari */

@font-face {
    font-family: 'Manjari';
    font-style: normal;
    font-weight: 400;
    src: url(../type/manjari/Manjari-Regular.woff2?v=1.0) format('woff2'), url(../type/manjari/Manjari-Regular.woff?v=1.0) format('woff'), url(../type/manjari/Manjari-Regular.ttf?v=1.0) format('truetype');
}


/* Manjari Bold*/

@font-face {
    font-family: 'ManjariBold';
    font-style: normal;
    font-weight: 700;
    src: url(../type/manjari/Manjari-Bold.woff2?v=1.0) format('woff2'), url(../type/manjari/Manjari-Bold.woff?v=1.0) format('woff'), url(../type/manjari/Manjari-Bold.ttf?v=1.0) format('truetype');
}

/* Manjari Thin*/

@font-face {
    font-family: 'ManjariThin';
    font-style: normal;
    font-weight: 100;
    src: url(../type/manjari/Manjari-Thin.woff2?v=1.0) format('woff2'), url(../type/manjari/Manjari-Thin.woff?v=1.0) format('woff'), url(../type/manjari/Manjari-Thin.ttf?v=1.0) format('truetype');
}

/* Chilanka */

@font-face {
    font-family: 'Chilanka';
    font-style: normal;
    font-weight: 400;
    src: url(../type/chilanka/Chilanka-Regular.woff2?v=1.2.0) format('woff2'), url(../type/chilanka/Chilanka-Regular.woff?v=1.2.0) format('woff'), url(../type/chilanka/Chilanka-Regular.ttf?v=1.2.0) format('truetype');
}

@font-face {
    font-family: 'Karumbi';
    font-style: normal;
    font-weight: 400;
    src: url(../type/karumbi/Karumbi-Regular.woff2?v=1.0) format('woff2'), url(../type/karumbi/Karumbi-Regular.woff?v=1.0) format('woff'), url(../type/karumbi/Karumbi-Regular.ttf?v=1.0) format('truetype');
}
@font-face {
    font-family: 'Lohit';
    font-style: normal;
    font-weight: 400;
    src: url('../type/lohit/Lohit-Malayalam.eot');
    src: url('../type/lohit/Lohit-Malayalam.eot?#iefix') format('embedded-opentype'),
        url("../type/lohit/Lohit-Malayalam.woff") format("woff"), url("../type/lohit/Lohit-Malayalam.ttf") format("truetype");
}

@font-face {
    font-family: 'Tholika';
    src: url('../type/tholika/TholiTrd.eot');
    src:  url('../type/tholika/TholiTrd.woff') format('woff'), url('../type/tholika/TholiTrd.ttf') format('truetype'), url('../type/tholika/TholiTrd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif,malayalamtype;
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: malayalamtype,"Helvetica Neue", Helvetica, Arial, sans-serif,Manjari;
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}
label {
    margin-top: 5px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.blinker{
    animation: blinker 2s linear infinite;
}
.pagination > li > a, .pagination > li > span {
    height: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 0px 15px 0;
}
.container .text-muted {
    margin: 8px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* Calendar*/
.calendar {
    font-family: Arial, Verdana, Sans-serif;
    width: 100%;
    min-width: 200px;
    border-collapse: collapse;
    min-height: 260px;
}

.calendar tbody tr:first-child th {
    color: #505050;
    margin: 0 0 10px 0;
}

.day_header {
    font-weight: normal;
    text-align: center;
    color: #757575;
    font-size: 10px;
}

.calendar td {
    width: 10%; /* Force all cells to be about the same width regardless of content */
    border:1px solid #CCC;
    height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0;
}

.calendar td:hover {
    background: #F3F3F3;
}

.day_listing {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #2C2C2C;
    padding: 5px 5px 0 0;
}
div.today {
    font-weight: 900;

} 
form label.error{display:inline;color:red;margin-left:5px;}
form input.error,form input.error:hover,form input.error:focus,form select.error,form textarea.error{border:1px solid #ED7476;background:#FFEDED}
i.arrow{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -6px -43px;
	float: left;
	margin-right: 5px;
}
ul.feature {
	padding: 0;
	list-style: none;
}
ul.feature span {
	color: #6B6B6B;
	font-size: 0.95em;
	vertical-align: super;
}
ul.feature_grid{
	/*box-shadow: 0 0px 0 5px #E8E5AD;*/
	-webkit-box-shadow: 0 0px 0 5px #E8E5AD;
	-moz-box-shadow: 0 0px 0 5px #E8E5AD;
	-o-box-shadow: 0 0px 0 5px #E8E5AD;
	background: #FFF;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	background: #FFF;
	border: 1px solid #DDD;
	list-style: none;
	background:#fff;
	padding:1em;
	margin-bottom: 1em;
}
ul.feature_grid li{
	width:32%;
	float: left;
}
ul.feature_grid li.grid1{
	margin-right:1em;
}
ul.feature_grid li.grid1 p, ul.feature_grid li.grid2 p{
	color:#555;
	font-size:0.8125em;
	line-height:1.5em;
	padding:1em 0;
}
ul.feature_grid li.grid1 img, ul.feature_grid li.grid2 img{
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.list-group-item {
    padding: 5px 15px; }

/*Html Diff Highlite color  */
del.diffmod,del.diffdel{
	background-color:yellow;
	color:red;
}
ins.diffmod,ins.diffins{
	background-color:yellow;
	color:green;
}
/*Html Diff Highlite color End*/

.tooltip-inner {
  background-color: #00acd6 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Source Sans Pro',sans-serif,'Manjari';
}