
html { overflow-y: scroll; }

.xinfin-header {
    /* background-color: #43A047; */
    background-color: ;
}

.infin-header,
.card-header-primary,
.btn-primary

{
    background: none !important;
    background-color:  !important;
}

.infin-header
{
    background-color: #888888 !important;
}

.header-filter::before {
    background: none !important;
}

.xcard
{
	width:100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    width:100%
}


.card-header-primary, .card .card-header
{
    /*box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(128, 128, 128, 0.6) !important;*/
    box-shadow: none !important;
    /*border:1px solid red;*/    
}

.card .card-header-success, .card.bg-success, .card.card-rotate.bg-success .front, .card.card-rotate.bg-success .back {
    background: none !important;
    background-color: #43A047 !important;
}



.btn-primary
{
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12) !important;
}

.btn.btn-success {
    background-color:  !important;
    box-shadow: none !important;
}


.btn.btn-danger {
    background-color: #D93131 !important;
    box-shadow: none !important;
}

.btn.btn-warning {
    background-color: #ffc721 !important;
    box-shadow: none !important;
}


.btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2) !important;
}


.is-focused .form-control {
    background-image: linear-gradient(to top, #43A047 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
}

/*
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .xdropdown-item:hover,
.dropdown-menu .xdropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    /* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4); */
    box-shadow: none !important;
    background-color:  !important; 
    color: #FFFFFF;
}

.dropdown-item:hover {
    background-color:  !important; 
}
*/

.form-check .form-check-input:checked+.form-check-sign .check,
.form-check .form-check-input:checked~.circle .check
{
    background:  !important;
}

.form-check .form-check-input:checked~.circle {
    border-color:  !important;
}

.icon.icon-info {
    color: #4caf50 !important;
}

.fieldsurround {
    border: 1px solid #FFFFFF;
    margin-top: 0px;
    padding: 10px;
}

.bigger {
    xfont-size: 125%;
}

.filter-option {
    text-transform: none;
    font-size: 175%;
}

.bootstrap-select {
    margin: 0;
    /* background-image: linear-gradient(to top, #43A047 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important; */
    background-image: none;
}

.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled]+.toggle {
    background-color:  rgba(80, 80, 80, 0.2);
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: #43A047 !important;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: #43A047 !important;
}

.section {
    padding: 5px 0 !important;
}

.main {
    min-height: 70vh;
}

a:hover, a:focus {
    color: ;
}

.small-check {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid rgba(128, 128, 128, .54) !important;
    border-radius: 2px !important;;
    margin-bottom: -8px !important;;
    margin-left: 4px !important;
}

.unchecked-member {
    background-color: white;
}

.checked-member {
    background-color: #B0E6B2;
}

.selected-tag {
    border: 3px solid #43A047;
}

.btn:active {
    box-shadow: none !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

.shadow {
    display:none;
}

.hidden {
    display: none !important;
}

.form-group {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.form-group2 {
    margin-top:5px;
    margin-bottom:5px;    
}

.filter-option {
    font-size: 15px !important;
}

.normal-select .btn {
    padding: 0px !important;
}

@media only screen and (max-device-width: 800px) {

    .onlydesktop {
        display: none;
    }

}



/* ---------------- ICONS ------------------ */

#selected-icon-container {
    display: inline-block;
}
#selected-icon-container i {
    font-size: 64px;
    margin: 5px;
    background: #43A047;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease;
    cursor: pointer;
    color: white;
}
#selected-icon-container:hover i {
    background: ;
}
/*
#selected-icon-container:hover + #icons {
    display: flex;
}
*/
#icons {
    background: #f1f1f1;
    width: 375px;
    height: 200px;
    overflow: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#icons:hover {
    display: flex;
}
#icons i {
    margin: 5px;
    background: #ccc;
    border-radius: 4px;
    padding: 5px;
    transition: background 0.2s ease;
    cursor: pointer;
    /* display: block; */
}
#icons i:hover {
    background: ;
}

.small-btn {
    padding: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}

.smaller-btn {
    padding: 0px 5px 0px 5px !important;
    /*padding: 2px 15px 2px 15px;*/
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    font-size: 10px !important;
    box-shadow: none;
    color: #4caf50 !important;
    cursor: pointer;
}

.smaller-btn:hover {
    background-color: #F0F0F0 !important;
    color: #999999;
    box-shadow: none;
}

.card-collapse .card-header a:hover, .card-collapse .card-header a:active, .card-collapse .card-header a[aria-expanded='true'] {
    color: ;
}

.NO_ACCOUNT {
    color: #4caf50;
}

.WAIT_CONF {
    color: #ff9e0f;
}

.ACC_ACTIVE {
    color: #f44336;
}

.afterrotated {
    border: 0px solid blue;
    xmargin-top: -35px;
}
.rotated {
    float: right;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    font-size: 14px;
    border: 1px solid yellow;
    xwidth: 110px;
    text-align: right;
}

.subactive
{
    background-color: white !important;
    box-shadow: none !important ;
    color: #7EB438 !important;
}

.text-danger, .text-danger:hover {
    color: #f44336 !important;
}

.text-success, .text-success:hover, a.text-success:hover, a.text-success:focus  {
    color:  !important;
}

.grayplaceholder::placeholder {
    color:#DDDDDD;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    color: #4caf50 !important;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget a[data-action]:hover span {
    background-color: #eee;
    color: #4caf50 !important;
}

label {
    font-size: 0.9rem;
    color: #666666 !important;    
    font-size: 14px;
    font-weight: normal;
}

.form-control {
    /* background-color:  !important; */
    border:1px solid #CCCCCC !important;
    background-color: #FAFAFA !important;
    /* border-bottom: 2px solid #C0F879; */
    padding: 5px;
}

.form-control, .is-focused .form-control {
    /* background: none; */
}

.brightlink_green , .brightlink_red {
    color: #CCCCCC !important;
}

.brightlink_green:hover {
    color:  !important;
}

.brightlink_red:hover {
    color: red !important;
    opacity: 1;
}

body {
    background-color: white !important;
}

.descending::after {
    content: ' \0021e3'
}

.ascending::after {
    content: ' \0021e1'
}

body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}


/*
select {
    border: none !important;
}
    
.select-div {
    border:1px solid #AAAAAA !important;
}    

.select-div:after {
    content: '\25bc' !important;
    color: #999999;
    font-size: 85%;    
} 
*/   
    
.selectdiv {
  position: relative; 
}

.selectdiv:after {
    content: '\25bc';    
    color: #999999;
    right: 11px;
    top: 0px;
    height: 30px;
    padding: 15px 0px 0px 8px;
    xborder-left: 1px solid #DDDDDD;
    position: absolute;
    pointer-events: none;
    font-size:12px;
}


select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 30px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 14px;
  xline-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #DDDDDD;
  -ms-word-break: normal;
  word-break: normal;
}    
    
.card.card-pricing , .card.card-nav-tabs {
	box-shadow: none !important;
    border: 2px solid #DDDDDD !important;
    border-radius: unset !important;
}

.select-with-transition {
	background-image: none !important;
}

.tooltip-inner, .tooltip .arrow {
	font-weight: normal !important;
	color: white !important;
}

.pagination li {
	padding: 0px 5px 0px 5px;
	background-color: #CCCCCC;
	margin: 0px 2px 0px 2px;
	color:white;
}
    
.flextd {
	font-size:14px;
	padding:3px;
}    

.onlymobile
{
	display: none ;
}

.onlydesktop
	{
		display: inline-block;
	}

@media only screen and (max-device-width: 1400px) {

	.onlymobile
	{
		display: inline-block;
	}

	.onlydesktop {
		display: none;
	}
}    

.nooverflow {
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}

break{
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}

.readonlycopy {
	border: none;
	background: none;
}

.pagination li {    
    background-color: white;    
}

.page-item.active .page-link {
    background-color: ;
    border-color: ;
}

.nav-tabs:not([class*=nav-tabs--]) .nav-link.active {
    color:  !important;
}

.nav-tabs .nav-link:before {
	background-color: !important;
}

.p100 {
	width:100%;
}

.p50 {
	width: 50%;
}

.p40 {
	width:40%;
}

.chat {
	/*background:none !important;*/
}
    
.striped {    
	background: repeating-linear-gradient( -45deg, #eee, #eee 10px, #ddd 10px, #ddd 20px );
}	    
    
.highlighted {
	text-decoration: 
}    


	.nav-link {
		font-size:15px;
		color: #666666;
	}

	.hsleft-hidden {
		display: none;
	}	

	body, .dx-widget 
	{
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        background-color: white;
        font-size: 17px;
	}
	
	.dx-widget {
	    color: #666666 !important;
	}

	.navigation li a  
	{
		font-size:16px;
		font-weight:400 !important;
		text-decoration:none;
	}

	a 
	{
        color: #3e3947;
        text-decoration: none;
	}

	a:hover, a:focus 
	{
        color: ; 
	}

	.header,
	.infin-header,
	.login__block__header,
	.login__block__btn,
	.top-menu 
	{
        background: none !important;
        background-color:  !important;
        box-shadow: none; 
    }

	.brightlink_green , .brightlink_red {
    color: #999999 !important;
	}
	
	.brightlink_green:hover {
	    color:  !important;
	}
	
	.brightlink_red:hover {
	    color: red !important;
	    opacity: 1;
	}
	
	body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 
	{
	    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	    font-weight: 400;
	    line-height: 1.5em;
	}
	
	h3, .h3 
	{
	    font-size: 1.5625rem;
	    line-height: 1.4em;
	    font-weight: bold !important; 
	}

	html * {
        /* -webkit-font-smoothing: antialiased; */
        -webkit-font-smoothing: none !important;
        -moz-osx-font-smoothing: grayscale;
	}
	
	h1, h2, h3, .h1, .h2, .h3 
	{
        margin-top: 20px;
        margin-bottom: 10px;
	}
	
	a .material-icons 
	{
        vertical-align: middle;
	}

	.material-icons 
	{
	    font-weight: normal;
	    font-style: normal;
	    font-size: 20px;
	    letter-spacing: normal;
	    text-transform: none;
	    display: inline-block;
	    white-space: nowrap;
	    word-wrap: normal;
	    direction: ltr;	    
	}
	
	h3 a .material-icons {
		margin-bottom: 4px;
	}
		
	.sidebar {
		/*background-color:  !important;*/
		/*background-color: #E9E9E9 !important;*/
		background-color: #F6F6F6 !important;
	}
	
	/*
	.user__name , .user__email{
		color: white;
		opacity: 0.3;
	}
	*/
	
	/*
	.navigation__active:before, .navigation__active>a, .navigation__sub--active>a,
	.navigation li:not(.navigation__active):not(.navigation__sub--active) a:hover, .navigation li a
	{
		color: white !important;
	}
	*/
	
	.navigation li:not(.navigation__active):not(.navigation__sub--active) a:hover 
	{
        background-color: rgba(0,0,0,.1);    
	}
	
	.navigation>li>a>i {
	    font-size:20px;
	}
	
	@media (min-width: 1200px) {
        .content:not(.content--boxed):not(.content--full) 
        {
            padding: 60px 50px 0 320px !important;
        }
    }		
	
	.nav-item, .navigation__sub{
		font-size: 13px;
        font-weight: 400;
        /* text-transform: uppercase; */
        }
        
    .nav-item i, .navigation__sub i {
        color: #999999;
    }    
    
    .navigation__sub>ul>li>a 
    {
        padding: 0rem 1rem 0rem 1.5rem;
        font-size: 13px;
    }
    
    .card 
    {
        margin-bottom: 2px;
        font-size:15px;
        border: none;
        border-bottom: 1px solid #DDDDDD !important;
        box-shadow: none;
    }
        
    .card-header 
    {
        padding: 0px 10px 0px 10px;
        background-color: white;
        margin-bottom: 0px;
    }    
    
    .card-body 
    {
        padding: 10px 10px 10px 10px;
    }
    
    .card-text 
    {
        margin-top: 25px;
        line-height: 18px;
    }
    
    .btn 
    {
    position: relative;
    padding: 12px 30px;    
    margin: 0.3125rem 1px;
    /*font-size: .75rem;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
    }    
        
    a.btn {
        padding:0px 10px;
    }    
        
    .btn .material-icons
    {
	    position: relative;
	    display: inline-block;
	    top: 0;
	    margin-top: 9px;
        margin-bottom: 12px;
	    xfont-size: 20px;
	    vertical-align: middle;
    }
    
    .btn.btn-fab.btn-round, .btn.btn-just-icon.btn-round 
    {
        border-radius: 50%;
	}
  
    .btn.btn-fab, .btn.btn-just-icon 
    {
	    font-size: 24px;
	    height: 41px;
	    min-width: 41px;
	    width: 41px;
	    padding: 0;
	    overflow: hidden;
	    position: relative;
	    line-height: 41px;
	}
        
    .sidebar.toggled {
        box-shadow: none;
    }    
    
    .team {
        margin-top: 0px;
    }
    
    .tilebutton {
        border:1px solid #AAAAAA;
        width:100px;
        height:100px;
    }
        
