/*
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.
*/
/* 
    Created on : Jun 6, 2017, 11:35:42 AM
    Author     : Use
*/


/*YOUR CUSTOM STYLE STARTED IN HERE*/

.display_none
{
    display: none;
}
.login_logo
{
	margin-bottom: 5px;
	text-align: center;
}
.dashbord_menu
{
	/*border-left: 2px solid #999;*/
	margin-left: 8px;
	padding-left: 0;
	padding-top: 5px;
}
.dashbord_menu li
{
	list-style: none;
	font-size: 16px;
	border: 2px solid #4b556e;
	border-radius: 5px;
	padding: 3px;
	margin: 5px 0 5px 25px;
	text-align: center;
	position: relative;
}
.dashbord_menu li:first-child:before
{
	height: 32px;
    top: -33%;
}
.dashbord_menu li:before {
   border-bottom: 2px solid #4b556e;
    border-left: 2px solid #4b556e;
    content: "";
    height: 46px;
    position: absolute;
    right: 100%;
    top: -70%;
    width: 27px;
}
.dashbord_menu li a
{
	text-align: center;
	color: #263238;
	width: 100%;
	display: block;
	line-height: 30px;
	text-transform: capitalize;
}
.dashbord_menu li a:hover,.dashbord_menu li:hover a
{
	  background: #d8ffff none repeat scroll 0 0;
    color: #00b9e8;
}
.dashboard_heading
{
	color: #fff;
    padding: 15px 10px 5px;
    background: #395169;
    text-align: center;
    border-radius:8px;
}
.dashboard_heading h4
{
    margin: 5px 0;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.dropdown-menu
{
	font-size: 16px;
	text-transform: capitalize;
}

.dataTables_wrapper .input-sm
{
	height: 25px;
}
.dataTables_wrapper th
{
	padding: 6px !important;
    text-transform: capitalize;
}
.dataTables_wrapper td
{
	padding: 4px !important;
	font-size: 13px;
}
.action_btn img
{
	width: 29px;
	cursor: pointer;
	padding-right: 10px;
}
.tshadow {
    border: 1px solid #d7dfe3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.mb25 {
    margin-bottom: 25px;
}
.around10 {
    padding: 10px;
}
.pagetitleh2 {
    background: #ececed none repeat scroll 0 0;
    border: 1px solid #d7dfe3;
    color: #39435C;
    font-size: 18px;
    margin: 0;
    padding: 5px 14px;
}
.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}
.box.box-primary {
    border-top-color: #656D81;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
}
.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 2px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.
{

}
.btn-submit {
    background-color: #727272;
    border-color: #525252;
    color: #fff;
}
.btn1 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.box-footer {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}
.btn-submit:hover, .btn-submit:active, .btn-submit.hover {
    background-color: #070707;
}
.profile-user-img {
    border: 3px solid #d2d6de;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}
.img-circle {
    border-radius: 50%;
}
.text-aqua 
{
    color: #ec2027 !important;
}
.nav-tabs-custom 
{
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}
.setpadding
{
	background: #fff none repeat scroll 0 0;
    padding: 10px;
    border-top:2px solid #39435C;
    border-radius: 3px;
}
.back_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #39435C;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.edit_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #3b7cb4;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.report_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #292d3b;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.delete_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #e5343d;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.img_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #e1a21e;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.view_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #4c59a7;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.add_btn
{
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 15px;
    background: #3c6f18;
    color: #fff !important;
    margin-right: 10px;
    cursor: pointer;
}
.navbar-top-links li>ul li a:hover
{
    color: #39435C !important;
}
.mb-10
{
    margin-bottom: 10px;
}
.print_btn
{
    color: #D82A2D;
    font-weight: bold;
}
.generate_btn
{
    color: #395169;
    font-weight: bold;
}
.cos_prep table td,.cos_prep table th
{
    padding: 5px !important;
}
.main_tree>li>a,.main_tree>li
{
    font-size: 20px;
    color: #084E92;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 25px;
}
.main_tree>li:before
{
    font-family:'FontAwesome';
    content:"\f0a4";
    padding-right:10px;
    font-size: 18px;
}

.main_tree>.sub_tree>li>a,.main_tree>.sub_tree>li
{
    font-size: 18px;
    color: #0C68C0;
    list-style: none;
    margin-bottom: 10px;
}
.main_tree>.sub_tree>li:before
{
    font-family:'FontAwesome';
    content:"\f0da";
    padding-right:5px;
    font-size: 16px;
}
.main_tree>.sub_tree>.tree_detail>li>a,
.main_tree>.sub_tree>.tree_detail>li,
.main_tree>.sub_tree>li>.tree_detail>li>a,
.main_tree>.sub_tree>li>.tree_detail>li
{
    font-size: 14px;
    color: #395169;
    list-style: square;
}