.fa-blue-color {
	color: #21ace3;
}

.fa-white-color {
	color: #fff;
}

.folder-icon.folder-yellow-color {
	color: #FFC107;
}

.btn.btn-mini {
	padding: 5px 1px !important;
}

.btn-blue {
	color: #068cff;
}

.btn-yellow {
	color: #eeac07;
}

.btn-red {
	color: #e54100;
}

.btn-breadcrumb .btn-group {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 25px;
	padding-right: 25px;
	background: #fff;
	margin-left: 0px !important;
	border-right: 1px solid #ccc !important;
}

.btn-breadcrumb .btn-group:last-child {
	border-right: none !important;
}

.btn-breadcrumb .btn-group .btn {
	padding: 0px !important;
	border: none;
	background: transparent;
}

.btn-breadcrumb .btn-group:hover .btn, .btn-breadcrumb .btn-group.active .btn
	{
	background: #21ace3 !important;
	color: #fff !important;
}

.btn-breadcrumb .btn-group .dropdown-toggle {
	padding: 8px 5px !important;
}

.btn-breadcrumb .btn-breadcrumb-item {
	border-top: none;
	/* border-top: 1px solid #ccc !important; */
	/* border-bottom: 1px solid #ccc !important; */
	border-radius: 0px;
	/* margin: 0 14px 0 1em; */
	margin: 0 0px 0 0px;
	background: transparent;
}

.btn-breadcrumb .btn-breadcrumb-item:hover, .btn-breadcrumb .btn-breadcrumb-item.active
	{
	background: #21ace3 !important;
	color: #fff !important;
	box-shadow: none;
	-webkit-box-shadow: skew(-10deg);
	-moz-box-shadow: skew(-10deg);
	-ms-box-shadow: skew(-10deg);
	-o-box-shadow: skew(-10deg);
}

.btn-breadcrumb .btn-breadcrumb-item:hover::before, .btn-breadcrumb .btn-breadcrumb-item.active::before
	{
	background: #21ace3 !important;
}

.btn-breadcrumb .btn-breadcrumb-item:hover::after, .btn-breadcrumb .btn-breadcrumb-item.active::after
	{
	background: #21ace3 !important;
}

/* .btn-breadcrumb .btn-breadcrumb-item:not(:first-child):after {
  content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 1em;
    background: #fff;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    left: -.5em;
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}
.btn-breadcrumb .btn-breadcrumb-item:before {
  	content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 1em;
    background: #fff;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    right: -.5em;
    border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}  */

/** The Spacing **/
.btn-breadcrumb .btn-breadcrumb-item {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 13px;
	border-bottom: 1px;
}

.btn-breadcrumb .btn-breadcrumb-item:first-child {
	border-left: none;
}

.btn-breadcrumb .btn-breadcrumb-item:last-child {
	border-right: none;
}

.input-group .btn {
	padding: 6px 12px !important;
}

.fa-size-btn-icon {
	font-size: 24px !important;
}

.fa-size-small-btn-icon {
	font-size: 20px !important;
}

.icon-a-btn-with-tooltip {
	display: block;
	float: left;
}

.delete-button-yes {
	background-color: #ac2925 !important;
}

.delete-button-yes:hover {
	background-color: #c9302c !important;
}

.preloader {
	-webkit-animation: rotator 1732ms linear infinite;
	animation: rotator 1732ms linear infinite;
}

@
-webkit-keyframes rotator { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(270deg);

            
transform
:
 
rotate
(270deg);

  
}
}
@
keyframes rotator { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(270deg);

            
transform
:
 
rotate
(270deg);

  
}
}
.preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(216, 216, 216, 0.38039);
	align-items: center;
	justify-content: center;
	display: flex;
}

.preloader-wrapper-in-block {
	position: relative;
	background: transparent;
}

.preloader-circle {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
	stroke: #21ace3;
	-webkit-animation: dash 1732ms ease-in-out infinite, colors 6928ms
		ease-in-out infinite;
	animation: dash 1732ms ease-in-out infinite, colors 6928ms ease-in-out
		infinite;
}

@
-webkit-keyframes dash { 0% {
	stroke-dashoffset: 187;
}

50%
{
stroke-dashoffset
:
 
46
.75
;

    
-webkit-transform
:
 
rotate
(135deg);

            
transform
:
 
rotate
(135deg);

  
}
100%
{
stroke-dashoffset
:
 
187;
-webkit-transform
:
 
rotate
(450deg);

            
transform
:
 
rotate
(450deg);

  
}
}
@
keyframes dash { 0% {
	stroke-dashoffset: 187;
}

50%
{
stroke-dashoffset
:
 
46
.75
;

    
-webkit-transform
:
 
rotate
(135deg);

            
transform
:
 
rotate
(135deg);

  
}
100%
{
stroke-dashoffset
:
 
187;
-webkit-transform
:
 
rotate
(450deg);

            
transform
:
 
rotate
(450deg);

  
}
}
.waring-error-row {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(113, 111, 111, 0.52);
	z-index: 1999;
	display: none;
}

.waring-error-row .alert-danger {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	margin: 0 auto;
}

.thumb {
	cursor: pointer;
}

.table-no-border {
	border-left: none;
	border-right: none;
}