/* Your custom styles */

/* mobile */

@media (max-width: 767px) { 


	.sClipped {


		display:inline-block;
		width:100px;
		white-space: nowrap;
		overflow:hidden !important;
		text-overflow: ellipsis;  
	}	
	


}




/* SITEMANAGER BIG LOADER */

.sm-bigloader-overlay {

    background-color:rgba(0, 0, 0, 0.8);
    width:100%;
    height:100%;
    position:fixed;
    z-index:5000;

    display:none;

}

.sm-bigloader-bg {


    background-color:#fff;
    color:#333;

    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    /*min-height: 10em;*/
    width: 90%;
	
	min-height:200px;

    margin-top:100px;

    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);



}

.sm-bigloader-wrapper, .sm-bigloader-complete {

    padding:20px;

}

.sm-bigloader-complete {
	
	margin-top:40px;

	}

.sm-bigloader-pic {

    float:left;
    width:64px;
    height:51px;
    margin-right:10px;

}

.sm-bigloader-loadinfo img {

    height:6px;
    margin-top:-2px;

}

.sm-bigloader-story {

    margin-bottom:20px;

}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.btn-cons{
    
    min-width: 120px;
   
}

.btn-cons2X {
	min-width: 240px;
}

.load_angular {
    display:none;
}

.taskhover:hover .taskremove{
    display : block;
}

.taskremove, a.taskremove:active, a.taskremove:visited, a.taskremove:focus, a.taskremove:hover {

    margin-right:7px;
    display: none;
    cursor:pointer;
    color:#ff3547 !important;

}

/* Time line */

a.ACTtooltip:link, a.ACTtooltip:active, a.ACTtooltip:visited  {
	
	color:#909090;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;	
	
}

a.ACTtooltip:hover  {
	
   color:#333;
   text-decoration:underline;
}




.activity-box {

	margin-top:0px;

}

.cbp_infobtn {
	
	color:#909090;
	cursor:pointer;

}

.cbp_infobtn:hover {

	color:	#333;

}

.cbp_tmtimeline .muted {
	
	color:#909090;
}

.cbp_tmtimeline {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 
.cbp_tmtimeline  li{
	position: relative;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #64b5f6 ;
	left: 10%;
	margin-left: -6px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
	font-family: 'Open Sans';
}



.cbp_tmdate {

	background:#1e88e5;
	color:#fff;
	padding:5px 10px;
	font-size:10px;
	display:inline-block;
	margin-bottom:10px;
	margin-top:40px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
    left: 5%;
    position: relative;	

}

.cbp_tmtimeline > li .cbp_tmtime {
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime .date {
	font-size: 1.2em;
	color: #505458;
	margin-bottom:5px;
	display:block;
}

.cbp_tmtimeline > li .cbp_tmtime .time{
	font-size: 1.5em;
	color: #505458;
	display:block;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #505458;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 5% 0 16%;
	background: #f5f5f5;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #f5f5f5;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #f5f5f5;
	border-width: 10px;
	top: 10px;
	
	/*
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	*/
	
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #f5f5f5;
}

/* The icons */
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 30px;
	height: 30px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #ffffff;
	background: #64b5f6 !important;
	border-radius: 50%;
	/*box-shadow: 0 0 0 2px #84ACC5;*/
	text-align: center;
	left: 10%;
	top: 0;
	margin: 5px 0 0 -20px;

	
}
.cbp_tmtimeline > li .cbp_tmicon {
	font-size:1em;
}
.cbp_tmtimeline > li .cbp_tmicon.success {
	background: #0090d9;
	box-shadow: 0 0 0 8px #2ba3df;
	color:#fff;
}

.cbp_tmtimeline > li .cbp_tmicon.primary {
	background: #0aa699;
	box-shadow: 0 0 0 8px #33b5aa;
	color:#fff;
}
.cbp_tmtimeline > li .cbp_tmicon.warning {
	background: #fbb05e;
	box-shadow: 0 0 0 8px #fcbd79;
	color:#fff;
}
.cbp_tmtimeline > li .cbp_tmicon.danger {
	background: #f35958;
	box-shadow: 0 0 0 8px #f78c8b;
	color:#fff;
}
.cbp_tmtimeline > li .cbp_tmicon.info {
	background: #1f3853;
	box-shadow: 0 0 0 8px #455a70;
	color:#fff;
}

.cbp_tmtimeline .action-links li{
	display: inline;
    float: left;
    position: relative;
}

.cbp_tmtimeline .action-links{
	margin:4px 0 0;
	list-style:none;
	font-size: 13px;
	padding:0;
}
.cbp_tmtimeline .action-links li{
	display: inline;
    float: left;
    position: relative;
	padding-left:0px;
	padding-right:8px;
	color:#93969e;
}

.cbp_tmtimeline .action-links li:after {
    color: #999999;
    content: "•";
	padding-left:8px;
}

.cbp_tmtimeline .action-links li:last-child:after {
    content: "";
}


/* Media Queries */
@media screen and (min-width: 1200px) {


	.activity-box {

		/*margin-top:-60px;*/

	}	
	
}


@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime {
		
	}
	
	
	
}

@media screen and (max-width: 47.2em) {



	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime  {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #fff;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #fff;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
		display:none;
	}

	.cbp_tmdate {
		margin-bottom:20px;
	}	
}

.sitemngr-savefixed {

	position: fixed;
	bottom: 0px;
	margin:0px;
	
	padding-top:15px;
	padding-bottom:15px;
	
	/*
	min-height:107px;
	
	padding-top:15px;
	*/
	
	z-index: 499;
	
	width: 100%;

	background:#fff;
	/*text-align:center;*/

}

.showsave-height  {
	height:200px;
}

.scrollup {
	display:none;
	/*
	margin-top:-9px;
	*/
}

/* BOOTSTRAP TABLE */

.bootstrap-table .dropdown-menu {
  
  /*
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  */
  text-shadow: none;
	-webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.20);
	-moz-box-shadow:    0px 0px 5px rgba(86, 96, 117, 0.20);
	box-shadow:         0px 0px 5px rgba(86, 96, 117, 0.20);
  border:none;
  border-radius:3px;
  padding:0px;
  font-size: 13px;
}

.bootstrap-table [type="radio"], .bootstrap-table [type="checkbox"] {

    position: relative; 
    left: 0px; 
    visibility: visible; 

}

.bootstrap-table .columns .keep-open .dropdown-toggle {
	padding-top:10px;
	padding-bottom:10px;
}

.fixed-table-toolbar .dropdown-menu {
	padding-top:10px;
}

.bootstrap-table .dropdown-menu .divider{
	background-color: #eaedf0;
	 height: 1px;
	 margin:3px 0;
	 border-bottom:0px
}
 
.bootstrap-table .dropdown-menu > li > a{
	 line-height: 25px;
	 color: #2a2e36;
	 margin:4px;
	 border-radius:3px;
	 text-align:left;
	 display: block;
	 padding:5px;
}
.bootstrap-table .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	color: #252525;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
}
.bootstrap-table .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #252525;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none;
}
.bootstrap-table .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999;
}
.bootstrap-table .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}



.bootstrap-table .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.bootstrap-table .pagination > li {
	display: inline;
}

.bootstrap-table .pagination > li > a,
.bootstrap-table .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.bootstrap-table .pagination > li:first-child > a,
.bootstrap-table .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.bootstrap-table .pagination > li:last-child > a,
.bootstrap-table .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.bootstrap-table .pagination > li > a:hover,
.bootstrap-table .pagination > li > span:hover,
.bootstrap-table .pagination > li > a:focus,
.bootstrap-table .pagination > li > span:focus {
	background-color: #eeeeee;
}

.bootstrap-table .pagination > .active > a,
.bootstrap-table .pagination > .active > span,
.bootstrap-table .pagination > .active > a:hover,
.bootstrap-table .pagination > .active > span:hover,
.bootstrap-table .pagination > .active > a:focus,
.bootstrap-table .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #4285f4;
	border-color: #4285f4;
}

.bootstrap-table .pagination > .disabled > span,
.bootstrap-table .pagination > .disabled > span:hover,
.bootstrap-table .pagination > .disabled > span:focus,
.bootstrap-table .pagination > .disabled > a,
.bootstrap-table .pagination > .disabled > a:hover,
.bootstrap-table .pagination > .disabled > a:focus {
	color: #999999;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #dddddd;
}

.bootstrap-table .pagination-lg > li > a,
.bootstrap-table .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.bootstrap-table .pagination-lg > li:first-child > a,
.bootstrap-table .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.bootstrap-table .pagination-lg > li:last-child > a,
.bootstrap-table .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.bootstrap-table .pagination-sm > li > a,
.bootstrap-table .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.bootstrap-table .pagination-sm > li:first-child > a,
.bootstrap-table .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.bootstrap-table .pagination-sm > li:last-child > a,
.bootstrap-table .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* NEW STYLES */

.profile-sidebar {
    /*width:240px;
    background:#1add97;
    */
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
    position:relative;

    background-image: url(../img/sidenavbg.jpg);


}

.profile-wrapper {
    padding:20px;
    text-align:center;
    /*color: #424242;*/
    color: #ffffff;
    text-shadow: 0 1px 0 #424242;
}

.profile-pic {
    min-height:69px;
    position: relative;
}

.side-nav .profile-pic a {
    height: auto;
    line-height: 1.5;
    padding-left: 0px;
}

.profile-pich {

    position: absolute;
    top: 1px;
    left:70px;
    z-index: 5;
    width: 64px;
    height: 64px;
}

.profile-pich:hover {

    background-image: url("../img/camera.png");


}

.bars-lightwave {
    padding-left:8px;
    padding-right:8px;
}

.side-nav a.btn {
    padding: 0.84rem 2.14rem;
    height:auto;
    line-height: 1.5;
}

.side-nav-closebtn {
    position:absolute;
    top:5px;
    right:5px;

}

.close {
    text-shadow:none;
}


@media (min-width: 1200px) {
    .navbar.navbar-dark form .md-form .form-control {
        width: 400px;
    }
}

.tab-content {
    padding: 3rem;
    padding-top: 4rem;
}

.alert {

    color: #fff;

    border:0px solid #eee;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;

}
.alert-danger {
    background-color: #ff4444;
}

.alert-warning {
    background-color: #ffbb33;
}
.alert-success {
    background-color: #00C851;
}

.alert-info {
    background-color: #33b5e5;
}
.alert-default {
    background-color: #2BBBAD;
}

.alert-primary {
    background-color: #4285F4;
}
.alert-secondary {
    background-color: #aa66cc;
}

.alert-elegant {
    background-color: #2E2E2E;
}
.alert-stylish {
    background-color: #4B515D;
}

.alert-unique {
    background-color: #3F729B;
}
.alert-special {
    background-color: #37474F;
}


.alert a {
    color:#fff !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #4285F4;
    left: 24px;
}

.z-depth-0 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breadcrumb {
    margin-bottom: 2rem;
    background: #eee;
    padding-left: 10px;
}

.breadcrumb-item.active {
    font-weight:400;
    color:#424242;
}

.card-header:first-child {
	
	padding-top:18px;
	padding-bottom:18px;
}

.flex-grshwi {
	flex: 0 0 100%;
}

.font-weight-200 {
	font-weight:200;
}

.font-weight-300 {
	font-weight:300;
}

.font-weight-400 {
	font-weight:400;
}

.font-weight-500 {
	font-weight:500;
}

.font-weight-600 {
	font-weight:600;
}

/* switch */


.switch.round label .lever {
    width: 54px;
    height: 34px;
    border-radius: 10em;
}
.switch.round label .lever:after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}
.switch.square label .lever {
    width: 54px;
    height: 34px;
    border-radius: 0px;
}
.switch.square label .lever:after {
    width: 26px;
    height: 26px;
    border-radius: 0px;
    left: 4px;
    top: 4px;
}
                    
					
.select-wrapper .select-dropdown {
	/*z-index:5000;*/
}	

.dropdown-content.select-dropdown.active {
	z-index:5000;
}

.iframeInSM {
	display:none;
	margin-top:59px;
}

.toast-top-right {

	top:80px;
}


.card img.img-noradius {

    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;

}

.quickmenu-nav .dropdown-toggle::after {
	display:none;
}


.navbar-nav .quickmenu-nav .dropdown-menu-right {
    right: -10px;
    margin-top: 5px;
    min-width: 400px;
	border-radius:0px;
}

.quickmenu-nav .dropdown-item .fa {
	margin-right:10px;
	
}

/*
.quickmenu-nav .dropdown-menu.dropdown-primary .dropdown-item:hover, .quickmenu-nav .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #1add97 !important;
}
*/



.hidden-sn main.mainfix {
    padding-top: 0rem;
	margin-top: 59px;
}

.hidden-sn main.mainiframe {
	
	padding-top:0rem;
	padding-bottom:5.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	
}


#PageSelector, #LangSelector  {

	min-width:300px;
    margin-top: -5px;
	background: #fff;
	
}

.sm-select-mini input.select-dropdown {
	
	height: 2rem !important;
    line-height: 2rem !important;
	border-bottom-width: 0px;
	margin:0px;
    padding-left: 10px;
    padding-right: 20px;
	
	
}

.sm-select-mini span.caret {
    color: initial;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 10px;
}

.sm-select-mini.table-caret span.caret {
	top:0px !important; 
}



.sm-select-border {
	/*border-bottom:1px solid #ced4da;*/
	border:1px solid #ced4da;
	
    -webkit-border-radius: 2px;
    border-radius: 2px;	
	background-color:#fff;
}

.sm-select input.select-dropdown {
	
	height: 2.4rem !important;
    line-height: 2rem !important;
	border-bottom-width: 1px;
	margin:0px;
    padding-left: 0px;
    padding-right: 0px;
	
	
}

.sm-select span.caret {
    color: initial;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 10px;
}

.dropdown-content li.optgroup-option, .dropdown-content li.optgroup, .colorful-select .dropdown-content li.optgroup span:hover {
	/*
	background:#f5f5f5 !important;
	*/
}



.dropdown-content li.optgroup-option span{
	padding-left:25px;
}

.colorful-select .dropdown-content li.optgroup span, .colorful-select .dropdown-content li.optgroup span:hover {
	
	color:#333 !important;
	
}

.dropdown-primary .dropdown-content li.optgroup-option span:hover {
    
	/*
	background-color: #333 !important;
	
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	*/
}

.navbar .dropdown-menu a.dropdown-boxitem:active, .navbar .dropdown-menu a.dropdown-boxitem:visited, .navbar .dropdown-menu a.dropdown-boxitem:focus {

	display:block !important;
	
	-webkit-border-radius: 2px;
    border-radius: 2px;
	


}

a.dropdown-boxitem .fa {

	display: block;
    text-align: center;
    font-size: 40px;
	margin-bottom:10px;
	color:#6f6f6f;
	

}


	


a.dropdown-boxitem.waves-effect, a.dropdown-boxitem.waves-light {
    display: block;
	border: 1px solid #fff;
}

.navbar .dropdown-menu a.dropdown-boxitem:hover {

	border: 1px solid #e5e5e5;


}

.alert-sm {
	background:#f5f5f5;
	color:#212121;
	
	-webkit-box-shadow: none;
    box-shadow: none;	
	
}

.alert-sm a {
	color:#000 !important;
}

.sm-grey {
	background:#f5f5f5;
	color:#212121;
}

#s-popclose {
    margin-right: 0px;
	margin-top:20px;
}

#iFrameBoard {
	margin-top:10px;
}

.mainiframe #closeiframe {
	min-height:1px;
}


.chip.chip-md {
    height: 42px;
	width: 42px;
    line-height: 42px;
    border-radius: 21px;
}
.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-lg {
    height: 52px;
	 width: 52px;
    line-height: 52px;
    border-radius: 26px;
}
.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

.media-body .description {
	font-size:0.8rem;
}


.breadcrumb li.breadlast {

	position:absolute;
	right:60px;
	top:10px;
	display:block;
	float:right;
	color:#fff !important;
	content: " " !important;

}

.breadcrumb>li.breadlast:before {
	
	padding: 0 5px;

	content: " " !important;
}	


.breadcrumb li.breadlast:after {

	clear:both;

}

.white-skin .side-nav .collapsible li .collapsible-header.active {
    color: initial;

}

.white-skin .side-nav .fa {
    min-width: 20px;
}

/* CONTENT */

.sGrid-wrapper {
	margin-bottom: 2rem;
}

.sGrid-wrapper .sGridTitle {
	border-radius: 0.3rem 0.3rem 0 0;
	background:#37474f;
	color:#fff;
	
}

.sGrid-wrapper .classic-tabs {
	border-radius: 0 0 0 0;
}



.sGrid-wrapper [type="checkbox"] + label:before {
 
    border-color: #ffffff;

}



.sGrid-wrapper [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sGrid-wrapper.databasesettings [type="checkbox"] + label:before {
 
    border-color: #212529;

}



.sGrid-wrapper.databasesettings [type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #212529 #212529 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


.sGrid-wrapper [type="checkbox"][class*="filled-in"]:not(:checked) + label:after {
  background-color: transparent;
  border-color: #5a5a5a;
  top: 0;
  z-index: 0; 
}

.sGrid-wrapper [type="checkbox"][class*="filled-in"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-color: transparent #ffffff #ffffff transparent; 
  }

.sGrid-wrapper .classic-tabs li a {
   
    padding: 15px 24px;
}

.sGridTitle h5 {
	margin-top:12px;
}

.sContentItemLBL {
	margin-left: 15px;
    margin-top: 12px;
}

.sGridTitle .dropdown {
	display:inline;
}


.sGridTitle .dropdown-toggle::after {
	display:none !important;
}

.sGrid-Single .sGridTitle {
	
	min-height:52px;
	padding-top:1px;
	padding-bottom:1px;
}

.sGrid-Single .sGridTitle {
	/*background:#*/
}

.sGrid-Single .sGridTitle h5 {
	margin-left: 20px;
}

.sGrid-wrapper .tab-content {
	padding:1rem;
	z-index: 2;
}

a.pn_link {
	color:#78909c !important;
	font-size: 26px;
	margin-right:5px;
}

a.pn_link:hover {
	
	color:#4285f4 !important; 
    -webkit-transition: all 0.2s; 
    transition: all 0.2s;		
}

.NP-wrapper {
	position: absolute;
    top: 26px;
    right: 100px;
}

input[type=range].no-border {
  border: none; }  
  
  
.dropdown-toggle.toggle-fix::after {
	position:absolute;
	top:0;
	right:0;
	margin-top:15px;
	margin-right:15px;
	margin-left:0px;
}

.dropdown-toggle.toggle-fix2::after {
	position:absolute;
	top:5px;
	right:0;
	margin-top:15px;
	margin-right:15px;
	margin-left:0px;
}

.dropdown-toggle.no-caret::after {
	display:none;
}

.wysihtml5-sandbox {
	outline:rgb(0, 0, 0) none 0px !important;
	outline-offset:2px !important;
	width:100% !important;
}

.wysihtml5-toolbar .btn.btn-sm {
	padding:0.5rem 1rem;
}

.wysihtml5-toolbar .dropdown {
	display:inline;
	float:left;
}

a.wysihtml5colora {
	color: #999;
}

a.wysihtml5colora:hover {
	color:#000;
}

.checkbox-primary-filled [type="checkbox"][class*='filled-in']:checked+label:after {
    border-color: #4285F4;
    background-color: #4285F4;
}

.sm-font-10 {
	font-size:10px !important;
}

.dd-white .dd3-content {
	background:#fff;
	color: inherit
}

#dropfiles {
	border:2px dashed #eee;
	padding-top:75px;
	padding-bottom:75px;
}


.dropdown-menu.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.hidden {
	display:none !important;
}

.db-entry-item {
	background:#f5f5f5;
	margin-bottom:5px;
}


.cascading-admin-card .admin-up .img-icon {
    padding: 1rem 1.3rem;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    margin-right: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	display:inline-block;
}

.cascading-admin-card .admin-up .img-icon .img-fix {
    max-width: 41px;
}

.fix-xl {
	max-width:215px;
	overflow-wrap: break-word;
}

@media (max-width: 1200px)
{

	.fix-xl {
		max-width:205px;
		overflow-wrap: break-word;
	}
	
	.cascading-admin-card .admin-up .img-icon {
		padding: 0.6rem 1rem;
	}
	
	.cascading-admin-card .admin-up .data p {
		margin-bottom:0.2rem;
	}

}

.btn-light-grey {
    /*background-color: #f5f0f0 !important;*/
    background-color: #f7f7f7 !important;
    color: #313131 !important;
}

.btn-light-grey:hover {
	/*background-color: #cfd8dc !important;*/
	background-color: #eee !important;
	
}

.success-gradient {
    background: -webkit-linear-gradient(50deg, #05ffa3, #00c851) !important;
    background: -o-linear-gradient(50deg, #05ffa3, #00c851) !important;
    background: linear-gradient(40deg, #05ffa3, #00c851) !important;
}

select.browser-default.sm-style {

    padding: 0.35rem;
    border: 1px solid #dadada;
}

.dropdown-item.active, .dropdown-item:active {
	color:#fff !important;
}

.sminfo-card .grid {

	margin-bottom:1rem;
}

.sminfo-card .grid-title {
	/*background:#37474f;
	background:#607d8b !important;*/
	background:#37474f !important;
	padding:5px 20px;
}

.sminfo-card .grid .grid-body {
	
	background:#fff !important;
	
}

.sminfo-card a.s_trigger_help {
	color:#f5f5f5;
	padding-top: 10px;
    padding-bottom: 5px;	
}

.sminfo-card a.s_trigger_help:hover {
	color:#fff;
}

.sminfo-card .btn.btn-flat {
	color:#fff !important;
}



.btn-diff{
	position:relative;
}

.btn-diff:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0px;
	height: 0px;
	border-top: 5px solid #333;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333;
	border-right: 5px solid transparent;
	border-radius: 3px 0 0 0;
}

/* SUBMENU IN SIDEBAR */

.side-nav .collapsible-body a {
	
    padding-left: 30px;
	
}

.side-nav .collapsible-body .fa {
	margin-right:0px;
}

.side-nav .collapsible-body .collapsible-submenubody a {
	
    padding-left: 50px;
	
}

.side-nav .collapsible-body a {

    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.white-skin .side-nav .collapsible li .collapsible-body a:hover {
    color: #000;
	background-color: rgba(0, 0, 0, 0.08);
}

.collapsible-submenu.open .rotate-angle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}
.collapsible-submenu .fa-angle-down.rotate-angle {
    position: absolute;
    right: 0;
    top: 13px;
    margin-right: 20px;
}


#StyleFORM img {
    max-width: 100%;
    height: auto;
}

.sminfo-toggle {
	
	width:450px;
	height:100%;
	/*height:500px;*/
	position:fixed;
	top:0;
	right:0;
	
	background:#f5f5f5;
	z-index:1105;
	overflow:hidden;
	
	margin-right:-450px;
	
	/*border-left:1px solid #999;*/
	
    -webkit-box-shadow: 10px 0 20px 10px rgba(68,68,68,0.6);
    box-shadow: 10px 0 20px 10px rgba(68,68,68,0.6);	
}

.top-cmsgrad {
	
	background-color: #4167e6 !important;
	background-image: linear-gradient(-90deg,#07b8ef,#4167e6) !important;	
	
}

.top-devgrad {
	background-color: #923d95!important;
    background-image: linear-gradient(-45deg,#ce338b,#923d95)!important;
}

.top-desgrad {
	
	background-color: #e43088!important;
    background-image: linear-gradient(-45deg,#fdc34b,#e43088)!important;

}

.text-cmscol {
	color: #4167e6 !important;
}

.text-devcol {
	color: #923d95!important;
}

.text-descol {
	color: #e43088!important;
}


.cascading-admin-card .circle-up {
	margin-top:20px;
}

.cascading-admin-card .circle-up .fa {
    padding: 1.7rem;
    font-size: 2rem;
    color: #4f4f4f;
    text-align: left;
    margin-right: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 150px;
	-webkit-box-shadow:none;
	box-shadow:none;
	border: 1px solid #e0e0e0;
	
}

.cascading-admin-card .circle-up .data {
	margin-top:0px;
}



.btn-icon, a.btn-icon {
	padding:5px;
	font-size:16px;
	color:#999 !important;
}

a.btn-icon:hover {
	color:#414141 !important;
}

.btn-dragicon {
	padding:5px;
	font-size:16px;
	color:#999 !important;
	
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;	
	
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.form-control.invalid {
	border-color: #f44336;
	box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.classic-tabs li.invalid a, .classic-tabs li.invalid a.active {
	border-bottom: 3px solid #f44336;
	color: #f44336;
	font-weight: bold;
}

