﻿/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);*/
body
{
}
.no-padding
{
    padding: 0 !important;
}
.no-margin
{
    marbin: 0 !important;
}
.margin-3
{
      margin: 3px !important;
}
.margin-top-5
{
    margin-top: 5px !important;
}
.margin-top-10
{
    margin-top: 10px !important;
}
.margin-top-16
{
    margin-top: 16px !important;
}
.margin-top-24
{
    margin-top: 24px !important;
}
.margin-bottom-5
{
    margin-bottom: 5px !important;
}
.margin-bottom-8
{
    margin-bottom: 8px !important;
}
.margin-bottom-10
{
    margin-bottom: 10px !important;
}
.margin-bottom-15
{
    margin-bottom: 15px !important;
}
.padding24
{
    padding: 24px !important;
}
.padding-top-16
{
    padding-top: 16px !important;
}
.margin-right-5
{
    margin-right: 5px !important;
}
.margin-right-15
{
    margin-right: 15px !important;
}
.pad4
{
    padding: 4px !important;
}
.pad5
{
    padding: 5px !important;
}
.pad10
{
    padding: 10px !important;
}
.fontbold
{
    font-weight: 600 !important;
}
.color-black
{
    color: #000 !important;
}
.text-transform
{
    text-transform: none !important;
}
.text-no-underline
{
    text-decoration: none !important;
}
.font20
{
    font-size: 20px !important;
}
.font18
{
    font-size: 18px !important;
}

.font16
{
    font-size: 16px !important;
}
.font14
{
    font-size: 14px !important;
}
.font13
{
    font-size: 13px !important;
}
.font12
{
    font-size: 12px !important;
}
.font11
{
    font-size: 11px !important;
}

.color-white
{
    color: #fff !important;
}
.color-black
{
    color: #313534 !important;
}
.errorRequired
{
    color: Red !important;
    font-weight: 600;
    padding-left: 3px;
}
.no-border
{
    box-shadow: none !important;
    border: none !important;
}
.dashboardlink:hover
{
    background: #e5e6e6;
}
.pointer
{
    cursor: pointer;
}
.btn-small
{
    padding: 3px 10px;
    font-size: 12px;
}
.item:hover {
    color: #474747;
border-bottom:3px solid #0aa89e;
    
}
.item .wrapper {
      padding: 1px 0px 10px 10px;
    position: initial;
    text-align: center;
    background:#F3F3F3;
}

.item .info {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    padding-top: 5px;
}

/*** Share Social media Icon Css  ***/


.fabs {
  position: fixed;
  margin: 1em;
  right: 17px;
  top: -9px;
}

.fab {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 28px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
  font-size: 28px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab.red {
  background: #F44336;
}

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}






.add-new-item .card-body {
    padding: 40px 80px;
}

.add-new-item .row {
    display: flex;
    flex-wrap: wrap;
}
.add-new-item .form-control {
	height: 40px;
	border: 1px solid rgba(12, 12, 12, 0.20);
	color: #444;
	font-size: 15px;
}
.add-new-item textarea.form-control {
    height: auto;
}
.add-new-item label.col-md-2 {
	margin-top: 0px
}
.add-new-item .col-md-10 {
	margin-bottom: 20px
}
.add-new-item label {
	font-size: 1.5rem;
    color: #868ba1
}

.add-new-item .radio-styled:not(ie8) input ~ span::before {
    width: 18px;
    height: 18px;
    left: 0px;
	top: 5px;
}
.add-new-item .radio-styled:not(ie8) input:checked ~ span::after {
    width: 8px;
    height: 8px;
    left: 5px;
	top: 10px;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
	padding-left: 25px;
}

.add-new-item .form .form-group {
	padding-top: 0px;
    margin-bottom: 0px;
}
.add-new-item ul.sub-prefrence {
	padding-left: 32px;
}
.add-new-item ul.sub-prefrence li {
	display: inline-block;
	border: 1px dashed #0aa89e;
	margin-right: 10px;
	padding: 0 20px;
}
.add-new-item ul.sub-prefrence li label {
	margin-bottom: 0px
}
.add-new-item input[type=text], .add-new-item textarea {
    padding: 0px 5px;
}
.add-new-item .checkbox-styled:not(ie8) input ~ span::before {
	width: 18px;
	height: 18px;
	border: 1px solid #868ba1;
    border-radius: 2px;
    top: 4px;
}


.add-new-item .checkbox-styled:not(ie8) input:checked ~ span::before {
	top: 6px;
	left: 1px !important;
	width: 7px;
	height: 12px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.add-new-item .checkbox-styled:not(ie8) input:checked ~ span::after {
	top: 4px;
	width: 18px;
	height: 18px;
	border: 2px solid #26a69a;
    border-radius: 2px;
	background-color: #26a69a;
}
.add-new-item .checkbox-styled:not(ie8) input:checked ~ span::before, .add-new-item .checkbox-styled:not(ie8) input:checked ~ span::after {
	content: '';
	left: 0;
	position: absolute;
}
.add-new-item .card-actionbar-row {
	text-align: left; 
}
.add-new-item .btn {
	font-weight: 500;
	padding: 8px 25px;
	font-size: 13px !important;
}
.add-new-item .btn.btnmanagetax {
    color: #0aa89e;
	background-color: #e4e4e4;
	border-color: #ccc;
	padding: 8px 14px;
    font-size: 12px !important
}
.add-new-item .card-actionbar-row {
	padding: 0px 0px;
}
.add-new-item .btn-default-bright {
	color: #313534;
	background-color: #eee;
	border-color: #e5e6e6;
}
.add-new-item .divAddCustomization .radio-styled {
    margin-top: -5px
}

.add-new-item .checkbox-styled:not(ie8) .select-all input ~ span::before {
	width: 14px;
	height: 14px;
    top: 5px;
}

.add-new-item .checkbox-styled:not(ie8) .select-all input:checked ~ span::before {
	width: 5px;
	height: 10px;
    top: 5px;
}
.add-new-item .checkbox-styled:not(ie8) .select-all input:checked ~ span::after {
	width: 14px;
	height: 14px;
}

@media (max-width: 768px) {
    .add-new-item .card-body {
    padding: 20px 15px;
}
.add-new-item ul.sub-prefrence {
	padding-left: 27px;
}
.add-new-item ul.sub-prefrence li {
	margin-right: 5px;
	padding: 0 10px;
}
.panelgroupdesign1 .panel .panelhead .checkbox-styled {
	float: left !important;
}

}