	@charset "utf-8";
/* CSS Document */

/*login page*/
/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */
.login_bg{
	height:100%;
	background-color:#3c9398;
}
.card-container.card {
    max-width: 458px;
    padding: 40px 40px;
}

.btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.panel-info{
	border:none;
}
.panel-heading.rest_password_heading{
    color: #fff;
    background-color: #228487;
    border-color: #228487;
}
.rest_password{
	background-color:#e3e1c8;
}

.rest_button{
	 color: #fff;
    background-color: #228487 ;
    border-color: #228487;
}

.rest_button:hover{
	 color: #fff;
    background-color: #165a5d ;
    border-color: #165a5d;
}

.message_bg{
	background-color:#e3e1c8;
	padding:40px;
}
.message_bg p{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	padding:40px;
}

.confirm_message_bg{
	padding-top:120px;
}

.btn.back_login {
    /*background-color: #4d90fe; */
    background-color:#228487;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
	line-height:38px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
	max-width:200px;
	margin:0 auto;
}


/*
 * Card component
 */
.card {
	min-width:458px;
    background-color: #e3e1c8;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 16%;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
   
    margin: 0 auto 10px;
    display: block;
    /* -moz-border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color:#228487;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
	line-height:38px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color:#197376;
	cursor:pointer;
}
.btn.btn-signin_item {
	 /*background-color: #4d90fe; */
    background-color:#228487;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
	line-height:43px;
    height: 43px;
    border-radius:0px;
  
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.btn.btn-signin_item:hover,
.btn.btn-signin_item:active,
.btn.btn-signin_item:focus {
    background-color:#197376;
}


.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.register {
    color: rgb(104, 145, 162);
	float:right;
}

.register:hover,
.register:active,
.register:focus{
    color: rgb(12, 97, 33);
}

.white{
	color:#fff;
}

/*end login page*/
footer {
    height: 50px;
    width: 100%;
   text-align: center;
}
footer.fixed {
    position: fixed;
    bottom: 0;
}
.sic_logo{
	padding:0px;
	height:auto;
}
.sic_menu li a{
	font-size:14px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	
}
.sic_menu i{
	padding-right:13px;
}
.navbar-nav>li>a {
	padding:24px 24px;
}
.profile{
}
.navbar-inverse{
	border-bottom:6px solid #29888e;
}
.navbar-inverse .navbar-nav>li>a{
	color:#fff;
}
.profile_pic img{
	height:38px;
	width:38px;
	border-radius:50px !important;
	margin-top:15px;
	float:left;
	
}
.badge{
	background-color:#29888e;
}



/*end top section*/

.wrapper{
	margin-top:100px;
	
}
.page-header{
	border:none;
    margin-bottom: 0px;
}
.page-header h1{
	font-size:25px;
	color:#231f20;
	font-family: 'Roboto', sans-serif;
}
.page-header p{
	font-size:16px;
	color:#707070;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.document_table i{
	margin-right:10px;
}
.admin_table{
	margin-top:15px;
}
a.btn.btn-primary.btn-xs.view_button:hover{
	background-color:#3b9ea5 !important;
	border-color:#3b9ea5 !important;
	cursor:pointer;
}
.view_button{
	background-color:#29888e !important;
	border-color:#29888e !important;
	padding:5px 10px !important;
	margin-right:5px !important;
	border-radius: 3px !important;
}

.update_button{
	background-color:#231f20 !important;
	border-color:#231f20 !important;
	padding:5px 10px !important;
	color:#fff !important;
	border-radius: 3px !important;
}
.document-rejected-opacity{
    opacity:0.5; 
}

.btn.btn-danger.btn-xs.document_reject.update_button{
    width: 67px;
}

a.btn.btn-danger.btn-xs.update_button:hover{
	background-color:#403a3b;
	border-color:#403a3b;
}
.doc_button{
	background-color:#231f20 !important;
	border-color:#231f20 !important;
	padding:5px 15px !important;
	border-radius: 3px !important;
}
a.btn.btn-danger.btn-xs.doc_button:hover{
	background-color:#403a3b;
	border-color:#403a3b;
}

/*end documents page*/


/*strt forms page*/	
.main{
	margin-bottom:100px;
}
.sidebar{
	padding-left:0px;
	margin-bottom:100px;
}
	
.application_form_bg{
	border-radius:3px;
	background-color:#f0f0e6;
	min-height:200px;
	padding-bottom:100px;

}
.application_header{
	background-color:#3c9498;
	border-radius:3px 3px 0px 0px;
}
.application_header h2{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#fff;
	padding:21px 0px 21px 21px;
}
.progress{
	margin:16px;
}
.bg-danger {
    background-color: #d9534f!important;
}
.bg-warning {
    background-color: #f0ad4e!important;
}
.bg-info {
    background-color: #5bc0de!important;
}
.bg-success {
    background-color: #5cb85c!important;
}
.application_form_bg h3{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	margin-left:17px;
}
/*.progress-bar{
	background-color:#74c076;
}*/
.application_form_bg ul{
	padding-left:0px;
}
.application_form_bg ul li{
	text-decoration:none;
	list-style-type:none;
	padding:15px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
	border-bottom: 1px solid #e3e1c8;
}
.application_form_bg ul li a{
	text-decoration:none;
	list-style-type:none;
	padding:15px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
}
.application_form_bg ul li:hover{
	background-color:#e3e1c8;
}
.application_form_bg ul li.active{
	background-color:#e3e1c8;
}
i.fa.fa.fa-check.pull-right{
	margin-right:15px;
	color:#3c9498;
}

.forms_bg{
	border-radius:4px;
	border:1px solid #ccc;
	margin-top:20px;
	padding-bottom:35px;

}
.forms_bg h1{
	font-size:25px;
	color:#231f20;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
}
.forms_bg h3{
	font-size:20px;
	color:#231f20;
	font-family: 'Roboto', sans-serif;
	margin:10px 0px;
}
.forms_bg h4{
	font-size:16px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	
}
.document_table th{
	background-color:#29888e;
	color:#fff;
	
}
.admin_table th{
	background-color:#29888e;
	color:#fff;
	
}
.document_table td{
	min-width:200px;
	
}
.admin_table td{
	min-width:200px;
	
}

.document_table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	line-height:2.428571;
}
.admin_table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	line-height:2.428571;
}

.sic_form{
	margin:0px 15px;
}
.form-control{
	
	border-radius:0px;
}
.inner_col{
	padding-left:0px;
}
i.fa.fa-plus-square{
	margin-right:10px;
}
.form-group{
	padding:0px;
}
	

label{
	font-weight:500;
	color:#7d7c7c;
}
label.form-check-label{
	font-weight:400;
}
.next_button{
    margin-top: 11px;
    margin-left:10px;
}
.next_button:hover, .prev_button:hover{
	background-color:#1e6e73;
	color:#fff;
}
.prev_button {
    margin-top: 10px;
    margin-left: -10px;
}
.footer{
	background-color:#eaeaea;
}
.footer p{
	margin-top:15px;
}

.forms_bg h3{
	font-size:20px;
	color:#231f20;
	font-family: 'Roboto', sans-serif;
	
}
.safaty_table th{
	background-color:#29888e;
	color:#fff;
	
}
.safaty_table td{
	min-width:100px;
	
}
.safaty_table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	line-height:2.428571;
}


/*header bar*/

.notification_menu{
	min-width:260px;
	background:#222;
	border:none;
	border-radius:6px;
}

ul.dropdown-menu.notification_menu{
	margin-top:10px;
	padding-top:0px;
	margin-top:0px;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y:scroll;
	
}
.notification_menu h3{
	font-size:14px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding:15px;
	margin-top:0px;
}
.bold{
	font-size:14px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
.notification_menu_header{
	background-color:#3c9498;
}
.time{
	color: #fff;
    float: right;
    font-family: 'Roboto', sans-serif;
    background-color: #3c9498;
    font-size: 11px;
    margin-right: 10px;
    line-height: 15px;
    padding: 5px;
    margin-top: 16px;
	border-radius:3px;
	
}
ul.dropdown-menu-list.scroller{
	padding-left:0px;
}
.dropdown-menu-list li{
	min-height:52px;
	list-style-type:none;
	border-bottom:1px solid #403f3f;
	padding-left: 1px;
	padding-right: 1px;
    /*line-height: 50px;*/
}
.details{
	font-size:12px;
	color:#fff;
	font-family: 'Roboto', sans-serif;

}
.details .label {
	margin-right:6px;
}

#ex4::-webkit-scrollbar { width:10px; height:5px;} 
#ex4::-webkit-scrollbar-thumb { background-color:#424c57;border-radius:5px; opacity: 0.9; }
#ex4::-webkit-scrollbar-thumb:hover { background-color:#424c57; opacity: 0.9;}
#ex4::-webkit-scrollbar-thumb:active { background-color:#424c57; opacity: 0.9; }


.profile_dropdown{
	background-color:#080808;
	min-width:180px;
}

.profile_dropdown i{
	color:#3c9498;
	margin-right:5px;
}
.profile_dropdown>li>a{
	color:#fafafa;
	padding:7px 20px;
}
.expired i{
	padding:0px;
}	
	
	
/*admin page*/

.filter{
	background-color:#222;
	border:none;
	padding:5px 20px;
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	border-radius: 3px !important;
	
}
.filter:hover{
	background-color:#29888e;
	border:none;
	padding:5px 20px;
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	
}
.col-md-12 .filter{
	background-color:#29888e !important;
	border:none;
	padding:5px 20px;
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	
}
.filter i{
	margin-left:10px;
	color:#fff;
}
.filter_bg{
	background-color:#e3e1c8;
	min-height:278px;
	display:none;
	margin:0px;
	
}
.filter_item{
	margin-top:20px;
}
.filter_item h4{
	color:#222;
	font-family: 'Roboto', sans-serif;
}
.filter_button{
	/*margin-right:15px;*/
	text-align:right;
	float:right;
}
button.btn.btn-primary.filter_button{
	background-color:#29888e;
	padding:5px 48px;
	border:none;
}
button.btn.btn-secondary.filter_button_close{
	background-color:#222;
	padding:5px 48px;
	border:none;
	color:#fff;
}

.login_model{
	position:inherit;
}
.login_bg .modal-backdrop.fade.in{
	position:inherit;
}



/*view page*/

.sidebar_header{
	background-color:#3c9498;
	border-radius:3px 3px 0px 0px;
}
.sidebar_header h2{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#fff;
	padding:21px 0px 21px 21px;
	margin-bottom:0px;
}

/*.sidebar_item{
	padding-left:0px;
}*/


.company_details{
}

.company_details h3{
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:22px;
	border-right: 1px solid #333;
        padding-right: 20px;
}
.company_details p{
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
}

.previous_next{
}


.status{

}
.status h6{
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	margin-top: 22px;
    margin-bottom: 10px;
}

.approve{
	background-color:#29888e;
	color:#fff;
	padding: 10px 20px;
	margin-top:11px;
	border-radius: 3px !important;
}
a.btn.approve:hover{
	background-color:#16494c;
	color:#fff;
}
.reject{
	color:#fff;
	background-color:#231f20;
	padding: 10px 20px;
	margin-top:11px;
	border-radius: 3px !important;
}
a.btn.reject:hover{
	background-color:#000;
	color:#fff;
}

.previous_button, .next_button {
	padding: 8px 7px !important;
    background-color: #29888e;
    color: #fff;
    margin-top: 11px;
    border-radius: 3px !important;
}
a.btn.previous_button:hover{
	background-color:#1e6e73;
	color:#fff;
}
	
.header_buttons{
	padding:0px;
}
i.fa.fa-long-arrow-left{
	margin-right:10px;
}
i.fa.fa-long-arrow-right{
	margin-left:10px;
}



.sidebar_bg{
	border-radius:3px;
	background-color:#f0f0e6;
	padding-bottom:10px;
	margin-bottom:25px;

}
.sidebar_bg ul{
	padding-left:0px;
}
.sidebar_bg ul li{
	text-decoration:none;
	list-style-type:none;
	padding:15px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
	border-bottom: 1px solid #e3e1c8;
}
.documents ul li{
	text-decoration:none;
	list-style-type:none;
	padding:0px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
	border-bottom: 1px solid #e3e1c8;
}
.notes ul li{
	text-decoration:none;
	list-style-type:none;
	padding:0px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
	border-bottom: 1px solid #e3e1c8;
}

.sidebar_bg ul li a{
	text-decoration:none;
	list-style-type:none;
	padding:15px 8px;
	font-family: 'Roboto', sans-serif;
	color:#222;
	font-size:16px;
}
.sidebar_bg ul li:hover{
	background-color:#e3e1c8;
}
.sidebar_bg ul li.active{
	background-color:#e3e1c8;
}


.sidebar_bg h4{
	padding-left:8px;
}
.sidebar_bg p{
	padding-left:8px;
	color:#666;
}
.view_all{
	padding:15px;
	background-color:#29888e;
	text-align:center;
	
	
}
.view_all a{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	text-decoration:none;
	
}
.view_all:hover{
	background-color:#328084;
	text-align:center;
	
	
}

.view_all_note{
	margin-top:25px;
}
.add_button{
	background-color:#29888e;
	color:#fff;
	padding:5px 23px;
}
.add_button a{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	text-decoration:none;
	
}
.add_button:hover{
	background-color:#328084;
	color:#fff;
	text-decoration:none;
}
.content_scetion{
	margin-top:20px;

}
.content_scetion h4{
	margin-top:25px;
}
.section_green{
	background-color:#29888e;
	padding:15px;
	
}
.section_green_text{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-align:right;
	padding:9px 20px;
	background-color: #3c9498;
	min-height: 42px;
}
.section_yellow{
	background-color:#f0f0e6 !important;
	padding:15px;
	
}
.section_yellow_text{
	font-size:16px;
	color:#5f5d5d;
	font-family: 'Roboto', sans-serif;
	padding:9px 20px;
	background-color:#f0f0e6 !important;
	min-height: 42px;
}




/*.admin_document_table td{
	min-width:200px;
	
}*/
.admin_document_table th{
	background-color:#29888e;
	color:#fff;
}
.settings_table th {
        background-color:#29888e;
	color:#fff;
}
.admin_document_table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	/*line-height:2.428571 !important;*/
}
.media{
	margin-bottom:20px;
}
.doc_table_bg{
	padding:0px;
}
.doc_bg{
	background-color:#e3e1c8;
	border-radius:3px;
}
.doc_bg p{
	font-size:12px;
}
.doc_icon{
	color:#fff;
}
i.fa.fa-file-text-o.doc_icon{
	margin-top:25px;
	font-size:30px;
}
.file_size{
	margin-top:25px;
}
.file_size p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.download{
	background-color:#29888e;
	color:#fff;

}
.action{
	margin-top:25px;
}
.action .approve{
	padding:11px 25px;
	margin-bottom:10px;
}
.action .reject{
	padding:11px 33px;
}

.panel-default{
	margin-top:20px;
}


/*.admin_document_table td{
	min-width:200px;
	
}*/
.view_document_table{
	margin-bottom:0px;
}
.view_document_table th{
	background-color:#29888e;
	color:#fff;
	
}
.view_document_table i{
	margin-right:10px;
}
.view_document_table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	line-height:2.428571;
}
.note_bg{
	background-color:#e3e1c8;
	border-radius:3px;
	border-color:#e3e1c8;
}
.note_bg p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.green{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#3c9498;
}
.add_notes_bg{
	padding:0px;
}
.add_note_form{
	padding:0px;
}
.add_notes_button{
	margin-top:9px;
}
.add_notes_button a{
	padding:9px 30px;
	color:#fff;
	background-color:#29888e;
	text-decoration:none;

}
.line{
	border:1px solid #666;
	margin-top:0px;
	margin-left:16px;
}
.mobile_icon{
	display:none;
}
.media.doc_filename{
	margin-top:23px;
}
.upload_date{
	margin-top:43px;
	
}
.exp_date{
	margin-top:43px;
	
}
.upload_date p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.company_modal{
	padding-top:30px;
	margin-bottom:100px;
}

/*Model Styling*/
.modal-content {
    /*background-color: #e3e1c8;*/
}
.modal-title{
	font-size:18px;
}
.modal-header .close{
	margin-top:-24px;
}

/*Styling By Suvith */

.error-block {
    font-weight: normal;
    color: red;
}
.panel {
    border: none !important;
}

.panel-sic .panel-heading h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 23px;
}

.panel-sic table th, .panel-sic table td {
    border: 0px !important;
    padding: 8px !important;
}
.company-form {
    padding: 0 15px;
}
.select2-container .select2-choice {
    padding: 6px 12px !important;
    height: 32px !important;
    background-image: none !important;
}
.select2-container .select2-choice .select2-arrow {
    border-left: none !important;
    background: none !important;
}
.company-upload {
    min-width: 180px !important;
}
.form_submitted {
    margin: 100px 0;
    padding: 0 10%;
    float: left;
}
/* Styling End */
/*Styling Profile Settings start*/

.profile_form{
	padding-right: 15px;
	padding-left: 15px
}
/*Styling Profile Settings End*/


/*page-notfound*/
.page-notfound{
    margin-top:180px;
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.back-home{
    background-color:#29888e;
    border-color:#29888e;
}
.error-template h1 {
    font-size:80px;
    color:#29888e;
}
.error-template h2 {
    font-size:80px;
}
.error-details{
    font-size:20px;
}
a.btn.btn-primary.back-home{
    padding:12px 20px;
    height:45px;
}
/*500 error page*/
.internal-error {padding: 40px 15px;text-align: center;}
.internal-error h1{
    font-size:130px;
    color:#29888e;
}
.internal-error h3{
    font-size:30px;
    color:#8c8c8c;
}
.page-notfound-error{
    font-size:16px;
    color:#777;
}
/*Styling magin  start*/

.margin-0{
	margin: 0px !important;
}

.margin-bottom-100{
	margin-bottom:100px !important;
}
/*Styling magin End*/
/*Styling panel-sic  start*/

.panel-sic>.panel-heading>h3>.btn{
	color: white !important;
}

.margin-bottom-100{
	margin-bottom:100px !important;
}
/*Styling panel-sic End*/
/*Styling for validation  start*/

label.error{
	color: red !important;
	font-size: 13px;
}
/*Styling for validationc End*/

.dropdown-menu li > span.notification-text:hover, .dropdown-menu .active > span.notification-text, .dropdown-menu .active > span.notification-text:hover {
    background-color: #3b3b3b !important;
    color: #555;
}

.style-none{
	all: none;
	clear: both;
}

.dropdown-menu li > span.notification-text > span > a, .dropdown-menu li > span.notification-text  > span >  a:hover{
	color: #3c9498 !important;
	/*text-decoration: none;*/
}

.notification-time{
	color: white;
	font-size: 10px;
	padding-right: 10px;
	opacity: .5;
}
button.dt-button, div.dt-button, a.dt-button {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0.333em;
        padding: 0.5em 1em;
        border: 1px solid #ddd;
        border-radius: 2px;
        cursor: pointer;
        font-size: 0.88em;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        background-color: #FFFFFF ;
        background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9 ');
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: none;
    }
    .dataTables_paginate > ul{
        margin-top: 0px;
    }
    .dataTables_info{
        float: right;
    }
    .dt-buttons{
        margin-bottom: 20px;
        float: right;  
    }
