.table-menugreen,
.table-menugreen > th,
.table-menugreen > td {
  background-color: #30C3AA; }

.table-hover .table-menugreen:hover {
  background-color: #daeeba; }
  .table-hover .table-menugreen:hover > td,
  .table-hover .table-menugreen:hover > th {
    background-color: #daeeba; }


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #D6E7E4;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }



.bg-gray{
  background-color: #C3C3C3 !important; } 
  
  
.nopadding{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	}
	
.card-body{
	
	    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	
}	
	
	
 
.cursor-pointer{
  cursor: pointer;
}

.table-visaendastadmin,
.table-visaendastadmin > th,
.table-visaendastadmin > td {
  background-color: #eccffa;
}


.footer{
 margin-left: 0px;
 width: 100%;
}

/*.tablerubrik
{margin-top: 0;
margin-bottom: 0;
}*/
.functionHeaderRow{
	background: #ccc;
	font-size: 20px;
}

.functionHideText{
	font-size: 0px;
}

.auth.login-full-bg {
  background: url("../img/loginback.jpg");
  background-size: cover; }
  
  
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}  

.form-control:focus {
  border-color: #41CAB1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(65, 202, 177, 0.6);
}
  
  /*input:focus { color: #D6E7E4; }*/

.margin-left-right{
  margin-right: 10px;
margin-left: 10px;}

a:link {
  text-decoration: none;
    color: inherit;
}

a:visited {
  text-decoration: none;
    color: inherit;
}





/* Colcade */
* {
  box-sizing: border-box; }

.grid {
  border: 1px solid #aab2bd est; }

.grid:after {
  display: block;
  content: '';
  clear: both; }

.grid-col {
  float: left;
  width: 98%;
  margin-right: 2%;
  background: rgba(77, 199, 160, 0.0); }

.grid-col--4 {
  margin-right: 0; }

/* hide two middle */
.grid-col--2, .grid-col--3 {
  display: none; }

@media (min-width: 768px) {
  .grid-col {
    width: 32%; }
  .grid-col--2 {
    display: block; } }

@media (min-width: 1200px) {
  .grid-col {
    width: 23.5%; }
  .grid-col--2, .grid-col--3 {
    display: block; } }

.grid-item {
  background: #4dc7a0;
  margin-bottom: 20px; }

.grid-item--a {
  height: 80px; }

.grid-item--b {
  height: 140px; }

.grid-item--c {
  height: 300px; }


/*----- bakgrundsfärger ---------*/
.bg-lightblue {
  background-color: #A8C0D6 !important; }

.card-body {
 -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.1rem;
}

.card {
  padding: 0.1em 0.3rem;
}


*/ --------  V5 ----------- */

.titleOption, .titleOption:focus{
	height: 30px;
	font-size: 15px;
	color: #000;
}

.logoText{
	color: ccc;
	font-weight: bold;
	font-size: 25px;
}
.inputCustomSearchBox{
	width:100%;
	height: 30px;
	font-size: 15px;
	color: #000;
}
.customMousePointer{
	cursor: pointer;
}

.account-user-name{
	margin-top: 0px;
	text-align: center;
}

.smsrow{
	display: none;
	background-color: beige;
}

.table-wordbreak{
  word-break:break-all;
}

