
a, button{
    outline: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
    color: #1dcb8b;
}
a:hover{
	color:#37af83;
	cursor: pointer;
}
body *::-webkit-scrollbar {
    width: 10px;
    height:8px;
    background-color: #F5F5F5;
  
}

body *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: none;
    background-color: #e4e0e0;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0px;
    background-color: #F5F5F5;
}

.body-page{
    font-size: 16px;
    --ck-z-default: 100;
	--ck-z-modal: calc( var(--ck-z-default) + 999 );
}
/* .text-success { */
/*     color: #1dcb8b !important; */
/* } */
/* .btn-success { */
/*     background-color: #1dcb8b !important; */
/*     border: 1px solid #1dcb8b !important; */
/*     color: #fff !important; */
/* } */

/****************************[FORM CONTROL]*********************************/
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0!important;
    box-shadow: none!important;
}
.form-control:focus {
    border-color: #757575;
    outline: 0;
    box-shadow: none;
}
select.form-control{
	font-size: 13.5px;
}
/****************************[VALIDATION ICONS]*********************************/
.input-icon {
    position: relative;
    left: 0
}
.input-icon>.form-control {
    padding-left: 33px
}
.input-group .input-icon>.form-control {
    border-radius: 2px 0 0 2px
}
.input-group .input-icon.right>.form-control,
.tabs-right.nav-tabs>li>a:focus,
.tabs-right.nav-tabs>li>a:hover {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0
}
.input-icon>i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 8px 4px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0
}
.modal .input-icon>i {
    z-index: 10055
}
.has-success .input-icon>i {
    color: #36c6d3
}
.has-warning .input-icon>i {
    color: #F1C40F
}
.has-error .input-icon>i {
    color: #ed6b75
}
.input-icon.right {
    left: auto;
    right: 0
}
.massageErrOldPass {
	color: red;
}
.input-icon.right>.form-control {
    padding-left: 12px
}
.input-group .input-icon.right>.form-control {
    border-radius: 0 2px 2px 0
}
.input-icon.right>i {
    left: auto;
    right: 8px;
    float: right
}
.input-icon.input-icon-lg>i {
    margin-top: 16px
}
.input-icon.input-icon-sm>i {
    margin-top: 8px;
    font-size: 13px
}

/****************************[VALIDATION FORM GROUP]*********************************/

.form-group.has-success label {
	color: #00a65a
}

.form-group.has-success .form-control, .form-group.has-success .input-group-addon
	{
	border-color: #00a65a;
	box-shadow: none
}

.form-group.has-success .help-block {
	color: #00a65a
}

.form-group.has-warning label {
	color: #f39c12
}

.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon
	{
	border-color: #f39c12;
	box-shadow: none
}

.form-group.has-warning .help-block {
	color: #f39c12
}

.form-group.has-error label {
	color: #dd4b39
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon
	{
	border-color: #dd4b39!important;
	box-shadow: none!important;
}

.form-group.has-error .help-block {
	color: #dd4b39
}

/****************************[BUTTON CUSTOM]*********************************/
.btn:hover {
    transition: all .3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18)!important
}
.bottest-button{
    border: none;
    border-radius: 2px;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    transition: all .3s;
}
.bottest-button.button-sm {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px;
}

/*=================== Loader page ======================*/

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1040;
  background: #ffffff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}
.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #1dcb8b;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader__label {
  float: left;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #1dcb8b;
  -webkit-animation: loader-label 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  white-space: nowrap;
}
.card .card-actions,
.sidebar-nav > ul > li > a .badge {
  float: right;
}
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0%,
  100% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
}
@-moz-keyframes loader-label {
  0%,
  100% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
}
@keyframes loader-label {
  0%,
  100% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
}


							
/*************************[CARD BOX STYLE]********************************************/

.card {
    position: relative;
    margin-bottom: 24px;
    /* margin-top: 10px; */
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); */
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.card-topline-yellow {
    border-top: 3px solid #F39C12;
}
.card-topline-aqua {
    border-top: 3px solid #00C0EF;
}
.card-topline-lightblue {
    border-top: 3px solid #3C8DBC;
}
.card-topline-green {
    border-top: 3px solid #00A65A;
}
.card-topline-red {
    border-top: 3px solid #DD4B39;
}
.card-topline-purple {
    border-top: 3px solid #ad5bff;
}
.card-topline-gray {
    border-top: 3px solid #ddd;
}
.card:before,
.card:after {
    content: " ";
    display: table;
}
.card:after {
    clear: both;
}
.card > .nano:last-child {
    border-radius: 0 0 2px 2px;
}
.card.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card-head {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 2px;
    /* text-transform: uppercase; */
    color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    min-height: 40px;
    position: relative;
}
.card-head:before,
.card-head:after {
    content: " ";
    display: table;
}
.card-head:after {
    clear: both;
}
.card-head header {
    display: inline-block;
    padding: 11px 20px;
    vertical-align: middle;
    line-height: 17px;
    font-size: 23px;
}
.card-head header > h1,
.card-head header > h2,
.card-head header > h3,
.card-head header > h4,
.card-head header > h5,
.card-head header > h6 {
    vertical-align: middle;
    margin: 0;
    line-height: 1;
}
.card-head header small {
    color: inherit;
    opacity: 0.6;
    font-size: 75%;
}
.card-head > div {
    display: inline-block;
}
.card-head .tools {
    padding-right: 16px;
    float: right;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 24px;
    line-height: normal;
    vertical-align: middle;
}
.card-head .tools .btn {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 0px 2px;
    font-size: 12px;
    background: transparent;
}
.card-head .tools .btn-color {
    color: #97a0b3;
    margin-right: 3px;
    font-size: 12px;
}
.card-head .tools .btn-color:hover {
    color: black;
}
.card-head.card-head-xs header {
    font-size: 15px;
}
.card-head.card-head-sm header {
    font-size: 15px;
}
.card-head.card-head-lg header {
    font-size: 24px;
}
.card-body {
    padding: 15px;
    position: relative;
}
.card-body:before,
.card-body:after {
    content: " ";
    display: table;
}
.card-body:after {
    clear: both;
}
.card-body:last-child {
    border-radius: 0 0 2px 2px;
}
.card-body.table-responsive {
    margin: 0;
}
.card-actionbar {
    padding-bottom: 8px;
    position: relative;
}
.card-actionbar:before,
.card-actionbar:after {
    content: " ";
    display: table;
}
.card-actionbar:after {
    clear: both;
}
.card-actionbar:last-child {
    border-radius: 0 0 2px 2px;
}
.card-actionbar-row {
    padding: 6px 16px;
    text-align: right;
}
.card-tiles > .row,
.card-type-blog-masonry > .row {
    margin: 0;
}
.card-tiles > .row > [class^="col-"],
.card-type-blog-masonry > .row > [class^="col-"] {
    padding: 0;
}
.card-underline .card-head {
    border-bottom: 1px solid rgba(150, 156, 156, 0.4);
}
.card-underline .card-foot {
    border-top: 1px solid rgba(150, 156, 156, 0.4);
}
.card-bordered,
.card-outlined {
    border: 2px solid #969c9c;
}
.cardbox:hover {
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    transition: all 150ms linear;
}
.cardbox {
    background: #fff;
    min-height: 50px;
    position: relative;
    margin-bottom: 20px;
    transition: .5s;
    border: 1px solid #f2f2f2;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.cardbox .header {
    color: #555;
    padding: 0 0 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.8);
    box-shadow: none;
    margin-bottom: 0;
    margin: 15px;
    border-radius: 4px;
    padding: 15px 0;
    background-color: #fff;
}
.cardbox .header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #3a405b;
    text-transform: uppercase;
}
.cardbox .body {
    font-size: 15px;
    padding: 15px;
    font-weight: 400;
}
.card-box {
    background: #fff;
    min-height: 50px;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
    transition: .5s;
    border: 1px solid #f2f2f2;
   /*  height: 100%; */
}
.card-topline-green {
	border-top: 3px solid #1dcb8b;
}

.card-head-icon {
    display: flex;
}
.card-head-icon.card-head>header {
    display: inline-flex;
    width: 100%;
    line-height: 25px;
    padding: 10px 20px;
    padding-left: 15px;
    word-break: break-all;
}
.card-head-icon.card-head>header.headerIssue {
    display: inline-flex;
    width: 10%;
    line-height: 25px;
    padding: 10px 20px;
    padding-left: 15px;
    word-break: break-all;
}
.card-head-icon i {
    font-size: 19px;
    margin: auto 0;
    margin-right: 10px;
}
.card-issue {
    background-color: #F5F5F5;
    margin-bottom: 0px;
}
.card-head-icon.card-head .tools {
    margin: auto 0;
}

/*************************[LEGEND LIST]********************************************/
.legend {
    height: 100%;
    min-width: 100px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin: auto 0;
    margin-left: 15px;
    max-width: 200px;
    width: auto;
    max-width: initial;	
    flex-direction: row-reverse;
}

@media (max-width: 480px) {
    .legend {
        position: relative;
        width: 100%;
    }
    .chart-legend-middle .box-chart {
        margin: 0;
    } 
}
.legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.legend ul span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 0;
}

.legend ul li {
    margin-bottom: 4px;
    display: block;
    margin-right: 4px;
    /* white-space: nowrap; */
    word-break: break-all;
}
.legend.headerLe ul li {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0;
    font-weight: 500;
}


/***************************[FOOTER ]*******************************************/

.page-footer .page-footer-inner {
    color: #ffffff;
}
.page-footer-fixed .page-footer {
    background-color: #28303b;
}
.page-footer-fixed.page-footer-fixed-mobile .page-container {
    margin-bottom: 20px !important
}
.page-footer {
    padding: 20px 5px;
    font-size: 13px;
    background-color: #1dcb8b;
}
.page-footer:after,
.page-footer:before {
    content: " ";
    display: table
}
.page-footer .page-footer-inner {
    width: 100%;
    text-align: center;
}
.page-footer-fixed.page-footer-fixed-mobile .page-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0
}
.page-footer-fixed.page-footer-fixed-mobile.sidemenu-container-fixed .page-footer {
    margin-left: 0 !important
}
.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

/***************************[MODAL]*******************************************/
.modal-header .modal-title  {
    font-size: 1rem;
    color: #fff;
}
.modal-header button.close{
    color:#fff;
    text-shadow: 0 1px 0 #ffffff;
}
.scroll-to-top {
    padding: 11px 14px;
    border-radius: 4px;
    background: #1c262f;
    text-align: center;
    position: fixed;
    bottom: 8px;
    z-index: 10001;
    display: none;
    right: 10px;
    color: #fff;
}						
/****************************[LABEL]*********************************/

label {
    font-weight: 400
}
.label {
    text-shadow: none!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 75%;
    padding: 8px 15px;
    background: #1dcb8b;
    line-height: 1;
    text-align: center;
    border-radius: .2rem;
    letter-spacing: 0px;
}
.label.label-sm {
    font-size: 13px;
    padding: 2px 5px
}
.label-event {
    background-color: #dc35a9 !important
}
.label-event[href]:focus,
.label-event[href]:hover {
    background-color: #9ca8bb !important
}
.label-primary {
    background: linear-gradient(45deg,#4099ff,#73b4ff) !important;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090 !important
}
.label-success {
    background: linear-gradient(45deg,#1dcb8b,#11d419) !important;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #27a4b0 !important;
}
.label-info {
    background: linear-gradient(45deg,#1976D2,#29B6F6) !important;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #3a80d7 !important
}
.label-warning {
    background: linear-gradient(45deg,#FFB64D,#ffcb80) !important;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #c29d0b !important
}
.label-danger {
    background: linear-gradient(45deg,#ff1100,#FF9800) !important;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #e73d4a !important
}
.label.label-icon {
    padding: 4px 0 4px 4px;
    margin-right: 2px;
    text-align: center!important
}
.label.label-icon>i {
    font-size: 12px;
    text-align: center!important
}
.ie8 .label.label-icon,
.ie9 .label.label-icon {
    padding: 3px 0 3px 3px
}
.label-menu {
    margin-right: 30px;
    font-size: 10px;
    border-radius: 60px;
    padding: 6px 8px;
    min-width: 30px;
    height: 20px;
    float: right;
}
.sidemenu-closed .label-menu {
	margin-right: -5px;
	margin-top: -5px;
}
.label.label-sm {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 5px;
}
.label.label-icon {
    padding: 4px 0 4px 4px!important;
    font-size: 12px!important
}

/***************  [5. CHECKBOX] ***************/
.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: 'themify';
	content: "\e64c";
	font-weight: 900;
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #eeeeee;
	color: #eeeeef;
	cursor: not-allowed;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-aqua input[type="checkbox"]:checked+label::before {
	background-color: #00C0EF;
	border-color: #00C0EE;
}

.checkbox-aqua input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-aqua input[type="checkbox"]:hover+label::before {
	border: 2px solid #00C0EF;
}

.checkbox-icon-aqua input[type="checkbox"]:checked+label::after {
	color: #00C0EF;
}

.checkbox-icon-aqua input[type="checkbox"]:hover+label::before {
	border: 1px solid #00C0EF;
}

.checkbox-yellow input[type="checkbox"]:checked+label::before {
	background-color: #F39C12;
	border-color: #F39C11;
}

.checkbox-yellow input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-yellow input[type="checkbox"]:hover+label::before {
	border: 2px solid #F39C12;
}

.checkbox-icon-yellow input[type="checkbox"]:checked+label::after {
	color: #F39C12;
}

.checkbox-icon-yellow input[type="checkbox"]:hover+label::before {
	border: 1px solid #F39C12;
}

.checkbox-black input[type="checkbox"]:checked+label::before {
	background-color: #000000;
	border-color: #000009;
}

.checkbox-black input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-black input[type="checkbox"]:hover+label::before {
	border: 2px solid #000000;
}

.checkbox-icon-black input[type="checkbox"]:checked+label::after {
	color: #000000;
}

.checkbox-icon-black input[type="checkbox"]:hover+label::before {
	border: 1px solid #000000;
}

.checkbox-red input[type="checkbox"]:checked+label::before {
	background-color: #dc5754;
	border-color: #dc5755;
}

.checkbox-red input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-red input[type="checkbox"]:hover+label::before {
	border: 2px solid #dc5754;
}

.checkbox-icon-red input[type="checkbox"]:checked+label::after {
	color: #dc5754;
}

.checkbox-icon-red input[type="checkbox"]:hover+label::before {
	border: 1px solid #dc5754;
}

/***************[RADIO BUTTONS]***************/

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
	top: 4px;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 7px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s
		cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-black input[type="radio"]+label::after {
	background-color: #000000;
}

.radio-black input[type="radio"]:checked+label::before {
	border-color: #000000;
}

.radio-black input[type="radio"]:checked+label::after {
	background-color: #000000;
}

.radio-yellow input[type="radio"]+label::after {
	background-color: #F39C12;
}

.radio-yellow input[type="radio"]:checked+label::before {
	border-color: #F39C12;
}

.radio-yellow input[type="radio"]:checked+label::after {
	background-color: #F39C12;
}

.radio-red input[type="radio"]+label::after {
	background-color: #dc5754;
}

.radio-red input[type="radio"]:checked+label::before {
	border-color: #dc5754;
}

.radio-red input[type="radio"]:checked+label::after {
	background-color: #dc5754;
}

.radio-aqua input[type="radio"]+label::after {
	background-color: #00C0EF;
}

.radio-aqua input[type="radio"]:checked+label::before {
	border-color: #00C0EF;
}

.radio-aqua input[type="radio"]:checked+label::after {
	background-color: #00C0EF;
}

.radio-green input[type="radio"]+label::after {
	background-color: #1dcb8b;
}

.radio-green input[type="radio"]:checked+label::before {
	border-color: #1dcb8b;
}

.radio-green input[type="radio"]:checked+label::after {
	background-color: #1dcb8b;
}

.radioicon-group
{
	margin-top: 10px;
}
.radioicon label{
	font-weight:normal;
	font-size: 14px;
	color: black;
	margin: 0px;
	height:25px;
}
.radioicon span{
	font-size: 19px;
	height:25px;
	width:20px;
}
.radioicon input[type="radio"]{
    display: none;
}
.radioicon input[type="radio"] + label .fa-circle  {
	display: block;
	color:#cccccc;
}
.radioicon-aqua input[type="radio"]:checked + label .fa-circle {
	display: block;
	color: #00C0EF;
}
.radioicon-red input[type="radio"]:checked + label .fa-circle {
	display: block;
	color: #dc5754;
}

.radioicon-yellow input[type="radio"]:checked + label .fa-circle {
	display: block;
	color: #F39C12;
}

.radioicon-black input[type="radio"]:checked + label .fa-circle {
	display: block;
	color: #000000;
}


/***************[REVIEW IMAGES]***************/
.picshade,.picshade_ampm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a1;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 9991;
  display: none;
}

.pictures_eyes_close,.pictures_eyes_close_result {
  position: fixed;
  top: 8px;
  right: 35px;
  display: inline-block;
  width: 26px;
  height: 26px;
  z-index: 100;
  display: none;
  z-index: 9992;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
}

.pictures_eyes,.pictures_eyes_result {
  position: relative;
  width: 100%;
  z-index: 9991;
  display: none;
  margin: auto;
  height: 100%;
}

.pictures_eyes_in,.pictures_eyes_result_in {
  position: relative;
  text-align: center;
  max-height: 100%;
  width: 100%;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  top: 0;
  margin: auto;
  height: 100%;
  display: flex;
}

.pictures_eyes_in img,.pictures_eyes_result_in img {max-height: 100%;margin: auto;width: auto;height: auto;}

.pictures_eyes_in .prev, .pictures_eyes_in .next,.pictures_eyes_result_in .prev_result, .pictures_eyes_result_in .next_result {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9999;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.pictures_eyes_in .prev,.pictures_eyes_result_in .prev_result {
  left: 35px;
  /* background: url(images/Tleft.png) no-repeat; */
}

.pictures_eyes_in .next,.pictures_eyes_result_in .next_result {
  right: 35px;
  /* background: url(images/Tright.png) no-repeat; */
}

.pictures_eyes_indicators,.pictures_eyes_indicators_result {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 9991;
}

.pictures_eyes_indicators a,.pictures_eyes_indicators_result a  {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img,.pictures_eyes_indicators_result img { height: 50px; }

.pictures_eyes_indicators .current,.pictures_eyes_indicators_result .current_result {
  filter: alpha(opacity=100);
  opacity: 1;
}
 


/***************[DATATABLE]***************/
 
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 15px;
    border-top: 0;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	display: none;	 
}
.dataTable thead th{
	background: #1dcb8b;
    color: #fff;
    border-bottom: 0!important;
}

.dataTables_scrollHead{ 
	border-bottom: 0!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0;
    padding: 0;
    min-width:auto;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: none;
    border: 0; 
    outline:none;
    box-shadow:none;
} 
.paging_simple_numbers .page-item.next a, .paging_simple_numbers .page-item.previous a {
    color: #171717;
    background-color: #fff;
    margin: 5px;
    text-transform: uppercase;
    border: 0;
}
.paging_simple_numbers .page-item.active a {
    background-color: #1dcb8b;
    border-radius: 50%;
    border-color: #1dcb8b;
    margin: 5px;
    padding: 0px 12px;
    min-width: 30px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a{
	color: gray;
}
table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: transparent!important;
}
.dataTables_scrollBody {
    border-bottom: 1px solid #e7ecf1 !important;
}
input.form-control::placeholder{
	color:#a1a1a1;
}
/** select#testsuiteIssue{
	width: 90%!important;
} **/
.btn-add-testsuite-issue{
	margin-left: 15px;
    border: 0px;
    border-radius: 50%;
    height: 30px;
    width: 32px;
}
select#milestoneIssue{
	width: 80%!important;
}
.btn-add-milestone-issue{
	margin-left: 15px;
    border: 0px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
#form-modal-api .search-panel{
	width: 30%;
}
.search-panel #apiMethod{
	height:100%;
}
#form-modal-api table {
	width: 97%;
}
#modalBill .card-head.card-head-icon{
	border-bottom:none;
}
#paymentAccount p.title-bill{
    font-size: 19px;
    font-weight: 500;
}
.show-credit-card ul li{
    list-style-type:none;
    display: inline-block;
}
.credit-card{
	height: 45px!important;
}
.card-brand span{
	font-size: 13px;
	margin: auto 0px;
}
.card-brand img{
	height: 40px;
}
.show-credit-card .tab-content{
	margin: 20px 0px 30px 0px;
}
.show-credit-card .input-group-text{
	background: none;
}
.show-credit-card label img{
	height: 100%;
}
#paymentAccount label {
	font-size: 15px;
    font-weight: 600;
}
.close.close-credit-card {
    position: absolute;
    font-size: 17px;
    color: white;
    right: 8px;
    top: 13px;
}
.btn-payment{
	text-align: center;
}
#btn-month{
	background-color: rgb(55, 175, 131);
}
.price-card .custom-control-label::before{
	display:none;
}
.price-card .custom-control-label::after{
	display:none;
}
.price-card .bottest-button{
	border:1px solid;
}
.list-credit-card .radio ::before{
	top:8px;
}
.list-credit-card .radio ::after{
	top:11px;
}
.btn-color-role{
	color: #97a0b3;
    margin-left: 10px;
    font-size: 12px;
}
.btn-color-role:hover{
	color: black;
}
.btn-add-credit-card .radio ::before{
	top:8px;
}
.btn-add-credit-card .radio ::after{
	top:11px;
}
.new-credit-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#historyBilling  .text-center{
	border-radius: 5px;
    box-shadow: 0px 0px 10px #0000001f;
    padding: 30px 10px;
}

#historyBilling .col.col-ms-12.text-center{
	padding: 45px 0px;
}

/* variable credit card  */
input.full { padding: 9px; font-size: 14px;}
div.input-wrapped.full {
	position: relative
}
#validateCard span.card span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 34px;
	width: 50px
}
#validateCard span.card span.card-generic {
	background: url("../img/generic.png") no-repeat 3px 4px;
}
#validateCard span.card span.card-visa {
	background: url("../img/visa-var.png") no-repeat 3px 4px;
}
#validateCard span.card span.card-amex {
	background: url("../img/amex.png") no-repeat 3px 4px;
}
#validateCard span.card span.card-mastercard {
	background: url("../img/mastercard-vari.png") no-repeat 3px 4px;
}
#validateCard span.card span.card-discover {
	background: url("../img/discover.png") no-repeat 3px 4px;
}
input#cardnumber {
	padding-left: 55px !important;
}
i.icon-ok {
	color: #a7a9ac;
	cursor: auto !important;
}
i.icon-ok.valid {
	color: #1b365d;
}
#formEditAccountPrice input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.option-pay{
	 border: 1px solid #ced4da;
	 border-radius: 10px;
	 padding:15px;
}
.detail-user-payment {
	border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px;
    background: whitesmoke;	
}
.label-degrade {
    background: linear-gradient(45deg,#673AB7,#9C27B0) !important;
}
.btn-renew{
	border-radius: 20px;
	font-size: 13px;
	border:0px solid !important;
}
.err-renew{
	display:none;
}
#billingHistory{
	border: 1px!important;
}
.option-pay .checkbox{
	padding-left: 5px!important;
}
#new_Issue .note-editor.card{
	-webkit-box-shadow:none!important;
}
#maintenance{
	border: none;
}
#formSettingTime .note-editor.card{
	-webkit-box-shadow:none!important;
}

#maintenance td{
	white-space: pre-line;
}
.radio-payment .radio label::before{
	top: 7px;
}
.radio-payment .radio label::after{
	top: 10px;
}
#payHistory {
    border: 1px!important;
}
.radio-account-price .radio label::before{
	top: 11px;
}
.radio-account-price .radio label::after{
	top: 14px;
}
