/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 13/09/2019
* Template URI: www.qamsco.com
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Oil And Gas trading
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/

/*

*/
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
body{
background-color:#f1f4f9;
font-family: 'Open Sans', sans-serif;
font-size:14px;
}
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 30px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.roundedBtn .btn { 
margin-bottom:10px;
    border-radius: 22px;
	font-size: 14px;
	font-weight:100;
	color:#FFF;
}
.homeArea h3{
	font-weight:600;
}
.homeArea .btn {
    padding: 0px 11px;
	color:#FFF;
}
.alert {
    font-size: 13px;
    position: relative;
    padding: 5px 5px;
}
.close {
    font-size: 17px;
}
.card{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)!important;
    border-radius: 7px!important;
}
.footerPadding{
	padding-bottom:150px;
}
.footer{
	position:fixed;
	bottom:0;
	margin-top:200px;
	width:100%;
	left:0;
	right:0;
}
p.copyright {
    margin-top: 0;
    margin-bottom: 0px;
	font-size:13px;
}
.loginArea h5{
    padding-bottom: 5px !important;
    font-weight: bold;
}
.form-control{
	    border-radius: 0px;
		    font-size: 14px;
}
.form-control:focus {
	color: #495057;
	background-color: #f0faff !important;
    border-color: #a0bac2!important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(219, 219, 220, 0.25)!important;
}
label{
		    font-size: 14px;
}
.btn{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #73222B!important;
	color:#FFF;
}
.menuBox{
	margin-bottom:10px;
	}
	a{
		text-decoration:none;
	}
		a:hover{
		text-decoration:none;
	}
.menuBox a{
	color:#fff;
	font-size:14px;
	display: block;
    padding: 10px;
}
.alertArea h4{
	font-size:14px;
	font-weight:600;
	}
.alertArea p{
	font-size:14px;
	margin-bottom: 0px;
	}
	.table {
    font-size: 14px;
}
.alertArea br{
    display: none;
}
.alertArea a{
    color:#73222B!important;
}
.btn-light {
    background-color: #f1f1f1 !important;
}
.btn-light:hover {
    background-color: #e2e6ea!important;
}
.bg-light {
     background-color: #f1f1f1 !important;
}
.list-group-item {
    border: 1px solid transparent;
}

.answerList {
    margin-bottom: 15px;
}


ol, ul {
    list-style: none;
}
ul {

    padding-inline-start: 0px;
}
.answerList li:first-child {
    border-top-width: 0;
}

.answerList li {
    padding: 3px 0;
}
.answerList label {
    display: block;
        padding: 0px;
    /* border-radius: 6px; */
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    margin: 6px 8px 0px 11px;
    margin-top: 3px;
    line-height: normal;
	height:16px;
	width:16px;
}
.btn-warning {
    color: #fff;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #fff !important;
}
 .questionbox{
	font-weight:600;
}
.btn-info, .btn-info:hover{
    color:#ffffff!important;
    background-color: #73222B!important;
    border-color: #73222B!important;
}
form .style_heading {
    background:none!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 20px!important;
    margin-bottom: 10px!important;
    padding-left: 0px!important;
    font-size: 19px !important;
}
.style_heading + hr{
    margin-top: 10px!important;
    margin-bottom: 1rem!important;
}
.sidenav a, .dropdown-btn{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #73222B!important;
    margin-bottom: 5px!important;
}
.sidenav .dropdown-btn.active{
    background-color: #73222B!important;
}
.sidenav a .fa-caret-down, .dropdown-btn .fa-caret-down{
    margin-top: 5px!important;
}

/*input[type=radio], input.radio {
    float: left;
    clear: both;
    margin: 3px 8px 6px 14px;
}
*/#customers {  border-collapse: collapse;  width: 100%;}#customers td, #customers th {  border: 1px solid #ddd;  padding: 8px;}#customers tr:nth-child(even){background-color: #f2f2f2;}#customers tr:hover {background-color: #ddd;}#customers th {  padding-top: 12px;  padding-bottom: 12px;  text-align: left;  background-color: #17a2b8;  color: white;}

.footer .card{
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
 }
 body{
    background-color: #000;
    background-image: url(../images/admin-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
 }
 a h5{
    color:#212529;
 }
 

body{
    background-color:#ffffff;
    font-family: "Cabin", sans-serif;
    color:#212529;
}
.card{
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #dddddd;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.1)!important;
    padding: 22px;
    border-radius: 24px !important;
    -webkit-border-radius: 24px !important; 
}

.sidenav a, .dropdown-btn{
    background-image: linear-gradient(135deg, #0f3587, #1847aa) !important;
}
.btn-info, .btn-info:hover{
    background-image: linear-gradient(135deg, #0f3587, #1847aa) !important;
}
.footerPadding {
    padding-bottom:70px;
}
.alertArea a {
    color: #1847aa !important;
}
.loginArea h5{
    margin-bottom: 5px;
}
.sidenav a i, .sidenav button i{
    margin-right:5px;
}
tbody td{
    color:#666666!important;
}
.btn{
    background: linear-gradient(135deg, #f4bf27, #e5a900)!important;
    border: none;
    font-size: 14px;
    color:#000000!important;
}
.form-control {
    border-radius: 10px;
    font-size: 14px;
    background: #fafafa;
    border-color: #e6e6e6;
    margin-top:5px;
}
textarea{
    height: 80px;
}
.form-control::placeholder{
    color: #999999;
}