@charset "utf-8";
/*
 * Color Codes Used
 * Blue: #5095CE
 * Black: #3A3A3A
 * Light Black: #EEE;
 * Dark Blue: #427EB0
 * Light Blue: #E8F5FF
 */
@font-face { font-family: 'nazli'; src: url('nazli.ttf'); }
@font-face { font-family: 'nazlib'; src: url('nazlib.ttf'); }
/* Defaults */
body { font-family:'nazlib'; font-size:20px; }
div[class*="col"] { padding:0px; margin:0px; }
a, a:active, a:visited, a:link { text-decoration:none; color:inherit; }
a:hover { text-decoration:none; color:inherit; }
img { vertical-align:middle; }
input, textarea, select { font-size:16px !important; }
/* ********** */

/* Top Section */
#top_header { background-color:#3A3A3A; color:#EEE; }
#top_header a:hover { color:#CCC; }
#title { text-align:right; font-size:18px }
#menu_bar { background-color:#F8F8F8; height:40px; }
.navbar,.navbar-default { border:none; border-radius:0; min-height:40px !important; margin:0px; }
.navbar-collapse { border:none; overflow:hidden; box-shadow:none; min-height:40px !important; }
.navbar-nav li a { height:40px !important; line-height:0.7; font-size:16px; }
.navbar-nav li:hover { transition:background-color ease-in-out .3s; background-color:#EEE; }

.table th, .table td { border-top: none !important; border-bottom:#EEE solid thin !important }
.table tr td:first-child { width:20%; }
.input-sm { width:100% !important; }
/* ********** */

/* Screan Issues */
@media print {
   thead {display: table-header-group; }
   .no-print, no-print * { display: none !important; }
}
@media (min-width:320px) AND (max-width:360px)
{

}
@media (min-width:768px) AND (max-width:800px)
{

}
@media (min-width:768px) AND (max-width:980px)
{
	
}
/* ********** */