﻿.bootstrap-select > .dropdown-toggle {
    z-index: 0;
}

section.user {
    margin: 100px 15px;
}

.handPointer{
	cursor: pointer;
}
.NO {
	background: #dc6541;
}
.YES {
	background: #41dc48;
}
.Active {
    background: #01ce01;
}
.Inactive {
	background: #dc6541;
}
.Created {
	background: #FF9800;
}

.status-btn{
	color: white;
	box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.NO2 {
	background: #dc6541;
	color: white;
	padding: 5px 14px;
	border-radius: 5px;
	top: -3px;
	left: 0;
	cursor:pointer;
}
.YES2 {
	background: #41dc48;
	color: white;
	padding: 5px 14px;
	border-radius: 5px;
	top: -3px;
	left: 0;
	cursor:pointer;
}
.Active2 {
    background: #01ce01;
    color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;
	cursor:pointer;
}
.Inactive2 {
	background: #dc6541;
	color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;
	cursor:pointer;
}
.Created2 {
	background: #FF9800;
	color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;
	cursor:pointer;
}
.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}

.thumbnail {
    margin: 5px auto;
    border: 3px solid transparent;}
.thumbnail:hover {
    border-radius: 25px;
    border: 3px solid #01ce01;}
.theme-select {
    margin: 5px auto;
    text-align: center;
    border-radius: 25px;
    border: 3px solid #01ce01;
}
.selected-theme {
    background: #01ce01;
    color: white;
    width: fit-content;
    padding: 10px;
    font-weight: 500;
    margin: 5px;
    border-radius: 5px;
    font-size: 10px;
    position: absolute;
    top: 0;
    /* z-index: 6; */
    left: 0px;
}


#showPreviewLogo {
    max-width: 200px;
    height: 101px;
    border: 2px solid #00000069;
    margin: 0 auto;
    position: relative;
    left: auto;
    border-radius: 6px;
    transform: unset;
    width: auto;
}

label {
    margin-top: 10px;
    text-align: right;
}
.profile-card .profile-header {
    background-color: #ad14551f;
    padding: 42px 0;
}
.input_area {
	width: 300px;
    padding: 0px;
    margin: 10px 10px;
    display: inline-block;
    border: 1px solid #0000002b;
    background: #0000000a;
    border-radius: 4px;}
	
.input_area input {background: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    width: -webkit-fill-available;
    
}
.input_area textarea{    background: none;
    width: -webkit-fill-available;
    border: 0px;
    min-height: 200px;white-space: pre;}
	
.img_upload_input_area {
    width: 108px;
    padding: 0px;
    margin: 10px 0px;
    display: inline-block;
    border: 1px solid #0000002b;
    background: #0000000a;
    border-radius: 4px;
}	
.img_upload_input_area input {background: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    width: -webkit-fill-available;
    
}
.qr_img {
    width: auto;
    max-width: 150px;
    max-height: 200px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
}

.btn-add {
    min-width: 10em;
    height: 2.5em;
    font-size: 1em;
    border: none;
    /* background-color: #3F51B5 !important; */
    color: white;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    border-radius: 0.2em;
    outline: none;
    transition: all 100ms ease-in;
	text-align: center;
	margin: 10px;
}

/* .btn-add:hover { */
    /* background-color: #000000 !important; */
/* } */
.z-index{	
    z-index:999;
    margin-top: -40px;
}
.navbar {
    z-index:1;
}
.btn:not(.btn-link):not(.btn-circle) span {
    /* top: 6px; */
}
.header{	
    /* background-color: #3F51B5 !important; */
}

.panel-group .panel .panel-heading a {
    display:contents;
}
.panel-title {
    padding: 10px;
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


.card_status1,.card_status2 ,.card_status3 {    clip-path: polygon(0 0, 100% 0, 100% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 100px;
    height: 100px;
    background: #f9aa79;
    color: white;
    position: absolute;
    top: 0;
	z-index:888;
    right: 0;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.card_status1 p,.card_status2 p,.card_status3 p {transform: rotate(45deg);
    margin: 12px 31px 33px 44px;
    font-weight: 600;}
.card_status2 {background: #01ce01;}
.card_status3 {background: red;}


/****************************** Choose Theme Color ******************************/
/* Quick dirty reset */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Picker */
.picker {
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1);
  max-width: 250px;
}

/* Picker focus ring */
.picker:focus-within {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

/* Inputs */
.choose_color {
  height: 40px;
  border: none;
  outline: 0;
}

/* Color picker */
input[type="color"] {
  width: 60px;
  -webkit-appearance: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/****************************** Choose Theme Color END******************************/