/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17-abr-2018, 23:05:53
    Author     : cofeebeanslab
*/

#contchat {
  padding-bottom: 45px!important;
}

#buttonsend {
  font-size: 31px;
    color: #99282F;
    border-radius: 50%;
    background-color: #fff; /*var(--lightsecond3);*/
    height: 45px;
    width: 45px;
    padding-top: 6px;
    padding-left: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}



#containertablebi .dataTables_wrapper {
      width: 70%;
      margin: 0 auto;
  }

h1{
    font-size: 2.2rem!important;
}

td, th {
    vertical-align: middle !important;
    }
.left, .right {
        float:left;
        height:100vh;
        cursor: pointer;
    }

.left {
        background: #474747;
        display: inline-block;
        white-space: nowrap;
        width: 50px;
        transition: width 1s ;
        margin-top: -20px;
    }

.right {
        background: #fff;
        width: 350px;
        transition: width 1s;
        border-style:solid;
        border-color:#ccc;
        border-width:1px;
        padding-top: 89px;
    }

.left:hover {
        width: 250px;
    }

.item:hover {
         background-color: rgba(7, 51, 75, 0.5);
        }

.left .glyphicon {
        margin:15px;
        width:20px;
        color:#fff;
    }

.right .glyphicon {
        color:#a9a9a9;
    }
span.glyphicon.glyphicon-refresh{
    font-size:17px;
    vertical-align: middle !important;
    }

.item {
        height:50px;
        overflow:hidden;
        color:#000;
    }
.title {
        background-color:#eee;
        border-style:solid;
        border-color:#ccc;
        border-width:1px;
        box-sizing: border-box;
    }
.search:hover {
        border-color:#4aa9fb;
        border-width:1px;
    }
.search {
    padding:3px 8px 3px !important;
    }
input[type=search] {
  padding: 10px 0px 10px;
	border: 0px solid #fff;
	background: #eee;
	-webkit-appearance: none;
  width:90%;
  float:none;
  height: 15px;
  /*margin-top: -42px;*/
}

.messagesmainwpout{
  max-width: max-content; 
  background-color: #005C4B;
  padding: 8px;
  padding-bottom: 15px!important;
  color: #fff;
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}

.dateevidencein{
    font-size: 8px;
    color: #dadada;
    padding: 1px;
    background-color: #1D282E;
    border-radius: 5px;
    position: relative;
    margin-top: 109px;
    padding-bottom: 3px !important;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.dateevidenceout{
  font-size: 8px;
  border: 1px solid #dadada;
  padding: 1px;
  color: #dadada;
  background-color: #005C4B;
  border-radius: 5px;
  margin-top: 15px;
  padding-bottom: 3px!important;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}


.messagesmainwpin{
    max-width: max-content;
    background-color: #07334B;
   /* padding: 19px;*/
    padding-bottom: 18px !important;
    color: #fff;
    height: 23px;
    padding-left: 26px;
    padding-right: 33px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    position: relative;

}


.messagesmainwpin::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;

 
    top: 10px;  
    left: -8px; 


    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    

    border-right: 8px solid #07334B; 
}



input[type=search]:focus {
    outline:none;
    }
.type{
    height: 47px;;
    }
.date{
    background-color:#f7f7f7
    }
.docdate {
    vertical-align:bottom !important;
    }
.distr {
    margin: 0 0 5px;
    font-size: 12px;
    }
.ndoc {
    margin: 0 0 5px;
    }
.storage {
    margin: 0;
    color: #aaa !important;
    font-size: 12px;
    }
.addlink{
    text-decoration: none;
    color: #c9a51c;
    }



body {
    width: 100%;
    height: 100%;
    margin: 0px;
}
body {
    background-color: transparent;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1400px;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
.gwd-div-h0lp {
    position: absolute;
    width: 832px;
    height: 52px;
    left: 0px;
    top: 0px;
}   
.gwd-div-wqgx {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 89px;
    background-image: none;
    background-color:#f48fb1 ;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}
.gwd-img-12d8 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 155px;
    height: 63px;
}
.gwd-p-1ihr {
  height: auto;
  left: 0px;
  position: absolute;
  top: 0px;    background-color: white;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 117px;
  left: -13%;
  box-shadow: 2px 2px 5px #999;
  width: auto;
}

.float_buttonkt{
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: 56px;
  z-index: 10000;
  -webkit-animation: animation 2000ms linear both;
  animation: animation 2000ms linear both;
}

.circle_float_button{
    width: 60px!important;
    height: 60px;
    background-color: rgb(139, 35, 49);
    color: #C9A51C;
    font-size: 23px;
    box-shadow: 0 0 8px rgba(0,0,0,.18), 0 8px 16px rgba(0,0,0,.36);
    border-radius: 50%;
    border: none;
}

.item_nav_kt{
    text-decoration: none!important;
    color: #fff!important;
    font-size: 12px!important;
}


.table-responsive {
    -webkit-animation: animation 2000ms linear both;
  animation: animation 2000ms linear both;
}

#containertask{
  margin: 15px;
}


/* Generated with Bounce.js. Edit at https://goo.gl/JgdEQV */

@-webkit-keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.15% { -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 0.915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.046, 0, 0, 0, 0, 0.915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.35% { -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.046, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 0.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 0.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(1.02, 0, 0, 0, 0, 0.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02, 0, 0, 0, 0, 0.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.013, 0, 0, 0, 0, 0.86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.46% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 0.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.06% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.891, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 0.891, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.36% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.16% { -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.022, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.019, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.019, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.16% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.96% { -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.011, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.995, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.77% { -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.994, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.72% { -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.987, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.994, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.08% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.002, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30.83% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.63% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.99% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.74% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.15% { -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 0.915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.046, 0, 0, 0, 0, 0.915, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.35% { -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.046, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(1.037, 0, 0, 0, 0, 0.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.037, 0, 0, 0, 0, 0.879, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(1.02, 0, 0, 0, 0, 0.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02, 0, 0, 0, 0, 0.864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.013, 0, 0, 0, 0, 0.86, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.46% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 0.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.06% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.891, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 0.891, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.36% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.16% { -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.022, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.019, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.019, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.16% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.96% { -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.011, 0, 0, 0, 0, 1.146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.995, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.77% { -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.994, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.72% { -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.987, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.52% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.994, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.08% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.002, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  30.83% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.952, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.63% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.99% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.74% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

.nav-tabs {
  border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-width: 0;
}

.nav-tabs>li>a {
  border: none;
  color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
  border: none;
  color: #4285F4 !important;
  background: transparent;
}

.nav-tabs>li>a::after {
  content: "";
  background: #4285F4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px
}

.card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.nousermain{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-right: 5px;
  margin-top: 1px;
  cursor: pointer;
}

.nousermainsmall{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-top: 1px;
  cursor: pointer;
}


.plecausermain{
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
  border-radius: 78px 0px 0px 76px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  border: solid 2px #fff;
  width: 86%!important;
  background-color: #fff!important;
}

.topnumber{
  float: left;
  float: left;
  color: #fff;
  border: 2px solid #ddd;
  /* margin-right: 15px; */
  margin-top: 4px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);*/
  font-family: 'Open Sans', sans-serif;
  border-radius: 50%;
  /*background-color: var(--brand1);*/
}

.vsportalfieldcompare1{
  border-left: double 2px #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}

.vsportalfieldcompare2{
  border-right: double 2px #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}


.carrousel-cards{
    margin-top: 104px;
    margin-left: 55px;
    max-width: 70%;
    height: 310px;

}

li .card {
    max-width: 280px;
}

.carrousel-cards li{
        display: inline-block;
        margin-left: 10px;
        float:left;
}

.card-text2{
    text-align: center;
    font-size: 34px;
    color: cornflowerblue;
}

.card-header-kt{
    background-color: rgb(139, 35, 49)!important;
    color: #fff;
}

thead{
    /* background: -webkit-linear-gradient(50deg,#45cafc,#303f9f)!important; */
    /*background: -o-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: linear-gradient(40deg,#45cafc,#303f9f)!important; */
    background-color: var(--main3);
    color: var(--mainfont);
}

th{
    color:#fff!important;
}

.dataTables_paginate a{
    border-radius: 50%;
}

.factskt{
    text-align: left;padding: 27px;
}

.sombralogin{
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);

}
.colorNav{
    border-radius:0px!important;
    background-color:#fff!important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}
.cardcfl1{
    width: 100%;
    background-color: #8e24aa;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}
.cardcfl1h{
    width: 100%;
    background-color: #8e24aa;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}

#tablekpis .h1kpiscell{
  text-align: left;
  /*background-color: #07334B;*/
  /*color: #fff;*/
  padding-left: 10px;
  border: 1px solid lightgray;
}
#tablekpis .h1kpiscell1{
  text-align: left;
  /*background-color: #07334B;
  color: #fff;*/
  padding-left: 10px;
  border: 1px solid lightgray;
}
#tablekpis .h1kpiscell1{
  text-align: left;
}
#tablekpis .intgracell{
  text-align: right;
  /*width: 172px;*/
  font-weight: initial;
  padding-left: 13px;
  padding-right: 5px;
  border: 1px solid lightgray;
}
#tablekpis .diffgracell{
text-align: right;
/*width: 172px;*/
font-weight: initial;
padding-left: 13px;
padding-right: 5px;
border: 1px solid lightgray;
}



.basic-textarea textarea {
    height: auto;
}

.card.chat-room .friend-list li {
  border-bottom: 1px solid #e0e0e0; }
  .card.chat-room .friend-list li:last-of-type {
    border-bottom: none; }

.card.chat-room img.rounded-circle {
  border-radius: 50%; }

.card.chat-room img.avatar {
  height: 3rem;
  width: 3rem;

}

.card.chat-room .text-small {
  font-size: 0.95rem; }

.card.chat-room .text-smaller {
  font-size: 0.75rem; }

.ulchecks{
    list-style-type: none;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    /* background-color: #333333; */
}

.ulchecks li{
    float:left;
    padding: 20px;
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}
.profile-userpic2 img {
    float: none;
    margin: 0 auto;
    width: 50%;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.participantes{
        background-color: #E0ECF8;

}

.sender{
    background-color: #F6CEF5;
    border-radius: -1%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.foottable{
  background-color: var(--main3);
  color: white;
  font-size: 11px;
}

.receipter{
    background-color: #b39ddb;
    border-radius: -1%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#my-dropzone .message {
      font-family: "Segoe UI Light", "Arial", serif;
      font-weight: 600;
      color: gray;
      font-size: 1.5em;
      letter-spacing: 0.05em;
      text-align: center;
}

.dropzone {
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;
    vertical-align: baseline;
}

.galleryCard{
    border-style: solid;
    border-width: 0.5px;
    border-color: peachpuff;
    padding: 5px;
    border-radius: 5px;
    margin-left: 6px;
}

/* CSS used here will be applied after bootstrap.css */

.col-md-2, .col-md-10{
    padding:0;
}
.panel{
  /*   margin-bottom: 0px;*/
    height: 28px;
}
.chat-window{
    bottom:0;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
img {
    display: block;

}
.avatar {
    position: relative;
    border-radius: 50%;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); 
}

.msg_sent > time{
    float: right;
}

.editbutton{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    /* background-color: var(--main1); */
    /* transform: translate(-125px, 10px); */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    padding-top: 8px;
    padding-left: 8px;
}

.editbutton_small{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  width: 15px;
  height: 15px;
  height: 29px;
  height: 15px;
  border-radius: 50%;
  font-size: 9px;
  padding-top: 3px;
  padding-left: 4px;
  cursor: hand;
}


.card-body li{
  list-style:none;
  font-size: 15px;
}


.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

.avatarown{
    border-radius: 50%;
    width:40px;
    heigth:40px
}

/***reaction2******/
.facebook-reaction{
  max-width:100%;

  /*padding:0 60px;*/
  position: relative;
}

.like-btn {
  font-weight: bold;
  color: #7f7f7f;
  position: relative;
  cursor: pointer;
  padding: 20px 20px 0 0;
}

.like-btn:hover {
  text-decoration: underline;
}

.like-btn-default {
  background-image: url('../images/facebook.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -277px -446px;
}

.like-btn-emo {
  display: inline-block;
  margin: 0 6px -3px 0;
  width: 16px;
  height: 16px;
}

.reactions-box {
  height: 44px;
  width: 340px;
  padding: 10px;
  position: absolute;
  top: -63px;
  left: -14px;
  box-shadow: 1px 1px 2px #cccccc, -1px 0px 2px #eeeeee;
  border-radius: 44px 44px;
  display: none;
}

.reaction {
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  opacity: 0;
  transform: scale(1, 1);
  transition: opacity .5s ease-in-out 1s, transform .07s ease-in-out 0s, top .07s ease-in-out 0s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.like-btn:hover .reactions-box {
  display: block;
}

.reaction-like {
  border-radius: 50%;
  left: 10px;
  transition-delay: 0s;
  background-image: url('../images/reactions_like.png');
}

.reaction-love {
    border-radius: 50%;
  left: 68px;
  transition-delay: .05s;
  background-image: url('../images/reactions_love.png');
}

.reaction-haha {
    border-radius: 50%;
  left: 126px;
  transition-delay: .1s;
  background-image: url('../images/reactions_haha.png');
}

.reaction-wow {
    border-radius: 50%;
  left: 184px;
  transition-delay: .15s;
  background-image: url('../images/reactions_wow.png');
}

.reaction-sad {
    border-radius: 50%;
  left: 242px;
  transition-delay: .2s;
  background-image: url('../images/reactions_sad.png');
}

.reaction-angry {
    border-radius: 50%;
  left: 300px;
  transition-delay: .25s;
  background-image: url('../images/reactions_angry.png');
}



.like-btn:hover .reaction {
  opacity: 1;
  animation-name: reaction_delay;
  animation-duration: .5s;
}

@keyframes reaction_delay {
  0% {
    width: 48px;
    height: 48px;
    top: 60px;
  }
  48% {
    width: 56px;
    height: 56px;
    top: 5px;
  }
  100% {
    width: 48px;
    height: 48px;
    top: 8px;
  }
}


.like-btn:hover .reaction-like {
  animation-delay: 0s
}

.like-btn:hover .reaction-love {
  animation-delay: .05s
}

.like-btn:hover .reaction-haha {
  animation-delay: .1s
}

.like-btn:hover .reaction-wow {
  animation-delay: .15s
}

.like-btn:hover .reaction-sad {
  animation-delay: .2s
}

.like-btn:hover .reaction-angry {
  animation-delay: .25s
}

.reaction:hover {
  transform: scale(1.3, 1.3);
  top: 2px
}



.reaction::before {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 17px;
  font-size: .7em;
  width: 80%;
  height: 17px;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  position: absolute;
  top: -25px;
  opacity: 0;
  transition: opacity .2s ease-in-out 0s;
}

.reaction:hover::before {
  opacity: 1
}

.reaction-like::before {
  content: 'Like'
}

.reaction-love::before {
  content: 'Love'
}

.reaction-haha::before {
  content: 'Haha'
}

.reaction-wow::before {
  content: 'Wow'
}


.reaction-sad::before {
  content: 'Sad'
}

.reaction-angry::before {
  content: 'Angry'
}

.like-stat {
  margin-top: 10px;
}


.like-btn-like{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -151px;
}

.like-btn-love{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -168px;
}

.like-btn-haha{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -151px;
}

.like-btn-wow{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -185px;
}

.like-btn-sad{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -168px;
}

.like-btn-angry{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -117px;
}

.like-btn-text-like {
  color:rgb(88, 144, 255);
}
.like-btn-text-wow,.like-btn-text-haha,.like-btn-text-sad {
  color:rgb(240, 186, 21)
}
.like-btn-text-love{
  color:rgb(242, 82, 104)
}
.like-btn-text-angry{
  color:rgb(247, 113, 75);
}

.like-emo > span{
    display: inline-block;
    margin: 0 -3px -3px 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #EEE;
    border-radius: 50%;

}

.like-details{
  margin-left:10px;
  color:#9197a3;
  font-size:12px;
}
/******Fin reaction************/
/*******************Reactions*************/






@keyframes heart-beat {
	25% {transform: scale(1.1);}
	75% {transform: scale(0.6);}
}

@keyframes haha-face {
	10%, 30%, 50% {transform: translateY(25px);}
	20%, 40% {transform: translateY(15px);}
	60%, 80% {transform: translateY(0);}
	70%, 90% {transform: translateY(-10px);}
}

@keyframes haha-mouth {
	10%, 30%, 50% {transform: scale(0.6); top: 45%;}
	20%, 40% {transform: scale(0.8); top: 45%;}
	60%, 80% {transform: scale(1); top: 50%;}
	70% {transform: scale(1.2); top: 50%;}
	90% {transform: scale(1.1); top: 50%;}
}

@keyframes yay {
	25% {transform: rotate(-15deg);}
	75% {transform: rotate(15deg);}
}

@keyframes wow-face {
	15%, 25% {transform: rotate(20deg) translateX(-25px);}
	45%, 65% {transform: rotate(-20deg) translateX(25px);}
	75%, 100% {transform: rotate(0deg) translateX(0);}
}

@keyframes wow-brow {
	15%, 65% {top: 25px;}
	75%, 100%, 0% {top: 15px;}
}

@keyframes wow-mouth {
	10%, 30% {width: 20px; height: 20px; left: calc(50% - 10px);}
	50%, 70% {width: 30px; height: 40px; left: calc(50% - 15px);}
	75%, 100% {height: 50px;}
}

@keyframes sad-face {
	25%, 35% {top: -15px;}
	55%, 95% {top: 10px;}
	100%, 0% {top: 0;}
}

@keyframes sad-mouth {
	25%, 35% {transform: scale(0.85); top: 70px;}
	55%, 100%, 0% {transform: scale(1); top:80px;}
}

@keyframes tear-drop {
	0%, 100% {display:block; left: 35px; top: 15px; transform: rotate(45deg) scale(0);}
	25% {display:block; left: 35px; transform: rotate(45deg) scale(2);}
	49.9% {display:block; left: 35px; top: 65px; transform: rotate(45deg) scale(0);}
	50% {display:block; left: -35px; top: 15px; transform: rotate(45deg) scale(0);}
	75% {display:block; left: -35px; transform: rotate(45deg) scale(2);}
	99.9% {display:block; left: -35px; top: 65px; transform: rotate(45deg) scale(0);}
}

@keyframes hands-up {
	25% {transform: rotate(15deg);}
	50% {transform: rotate(-15deg) translateY(-10px);}
	75%, 100% {transform: rotate(0deg);}
}

@keyframes thumbs-up {
	25% {transform: rotate(20deg);}
	50%, 100% {transform: rotate(5deg);}
}

@keyframes angry-color {
	45%, 60% {background-size: 250%;}
	85%, 100%, 0% {background-size: 100%;}
}

@keyframes angry-face {
	35%, 60% {transform: translateX(0) translateY(10px) scale(0.9);}
	40%, 50% {transform: translateX(-5px) translateY(10px) scale(0.9);}
	45%, 55% {transform: translateX(5px) translateY(10px) scale(0.9);}
}

@keyframes angry-mouth {
	25%, 50% {height: 6px; bottom: 25px;}
}

/***********end reactions******************/



.chat {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .chat li {
    margin-bottom: 24px;
    padding-bottom: 31px;
    border-bottom: 1px dotted #B3A9A9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 11px;
    background-color:#fff
  }

  .chat li .chat-body p {
    margin: 0;
    color: #777777;
  }

  .logocomunidad{
    width: 100px;
    border-radius: 16px;
    margin-top: -8px;
    /*box-shadow: 10px 10px 5px grey;*/
  }

  .avatarPhoto{
    padding-right: 17px;
  }

  .ulmenuhorizontal{
          list-style-type: none;
  }
  .ulmenuhorizontal li {
          float:left;
          margin-left: 26px;
          font-size: 10px;
  }
  .headerpanel{
    height: 82px;
    margin-left: 50px;
    text-align: center;
  }
  .panelfiltros{
     height: 61px;
    margin-left: 50px;
    padding: 5px;
  }



      .conversation-wrap
    {
        box-shadow: -2px 0 3px #ddd;
        padding:0;
        max-height: 400px;
        overflow: auto;
    }
    .conversation
    {
        padding:5px;
        border-bottom:1px solid #ddd;
        margin:0;

    }

    .message-wrap
    {
        box-shadow: 0 0 3px #ddd;
        padding:0;

    }
    .msg
    {
        padding:5px;
        /*border-bottom:1px solid #ddd;*/
       /* margin:0;*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    }
    .msg-wrap
    {
        padding:10px;
        max-height: 400px;
        overflow: auto;

    }

    .time
    {
        color:#bfbfbf;
    }

    .send-wrap
    {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding:10px;
        /*background: #f8f8f8;*/
    }

    .send-message
    {
        resize: none;
    }

    .highlight
    {
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
    }

    .send-message-btn
    {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;

        border-bottom-right-radius: 0;
    }
    .btn-panel
    {
        background: #f7f7f9;
    }

    .btn-panel .btn
    {
        color:#b8b8b8;

        transition: 0.2s all ease-in-out;
    }

    .btn-panel .btn:hover
    {
        color:#666;
        background: #f8f8f8;
    }
    .btn-panel .btn:active
    {
        background: #f8f8f8;
        box-shadow: 0 0 1px #ddd;
    }

    .btn-panel-conversation .btn,.btn-panel-msg .btn
    {

        background: #f8f8f8;
    }
    .btn-panel-conversation .btn:first-child
    {
        border-right: 1px solid #ddd;
    }

    .msg-wrap .media-heading
    {
        color:#003bb3;
        font-weight: 700;
    }


    .msg-date
    {
        background: none;
        text-align: center;
        color:#aaa;
        border:none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }


    body::-webkit-scrollbar {
        width: 12px;
    }


    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
        background:#ddd;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd;
    }


    .labelspace{
        padding: 5px;
    }

    .tablepreviewdeal{
      font-size: 16px!important;
    }

    .loginmenuimg:hover{
        background-color: var(--second1);
        color: #fff!important;
    }

    #profilepic{
      border-radius:50%;width: 33px;height: 33px;
      margin-right: 5px;
      margin-top: 10px;
      cursor:pointer;
    }
    #profilepic:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
  
    #profilepic2{
      border-radius:50%;width: 53px;height: 53px;
      margin-right: 5px;
      margin-top: 10px;
      cursor:pointer;
    }
    #profilepic2:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }  


    .textprofile{
      color: var(--lightmain1);
      font-size: 11px;
      font-weight: bold;
    }

    .fontprofilename{
      font-size: 16px;
      font-weight: bold;
      color: var(--second5);
    }


    #menuvue{
        border-radius: 15px;
        cursor:pointer;
    }

    #menuvue:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background-color: var(--second2);
      width: 50px;
      height: 50px;
      color: var(--secondfont);
    }

    .loginmenu{
        background-color: var(--main1);
        color: var(--mainfont);
        width: 100%;


    }
    .containerloginmenu{
      right: 0;
      position: absolute;
      width: 25%;
      background: var(--mainpk);
      height: 114px;
      padding-top: 49px;
      color: var(--mainpkfontcolor);

    }
    .liconfigbutton{
      padding-top: 7px;
      padding-right: 7px;
      background-color: var(--main1);
    }

    .litools{
      background-color: #fff;
      padding-top: 26px;
      padding-right: 18px;
    }

    .itemmainmenu{
      padding-left: 5px;
      padding-right: 5px;
      color: var(--main3)!important;
      box-shadow: 5px 0 5px -5px #333;
      padding-right: 7px;
    }

    .linkmenuitem{
      text-decoration: none;
    }

    .linkmenuitem:hover{
        border-bottom: solid 2px var(--main2)!important;
      /*  background-color: var(--second4);
        color: var(--mainfont)!important;*/

    }

    a:hover{text-decoration:none;}


    a{text-decoration:none;}

    .menumainup {
      position: absolute;
    right: 30%;
    padding-top: 65px;
    font-weight: 168px;
    /* font-style: initial; */
    /* font-stretch: extra-condensed; */
    font-weight: bold;
    font-size: 15px;
    }

    .tareas{
      background-color: white;
      width: 300px;
      height: 300px;
      position: absolute;
      top: 117px;
      left: -13%;
      box-shadow: 2px 2px 5px #999;
    }

    .boxthinkerbell{
             width: 400px;
             height: 327px;
             background-color: #fff;
             border-radius: 15px;
             z-index: 3000;
             left: 15px;
             box-shadow: 0 2px 4px 0 #d4d4d4;
             position: absolute;
             top: 110px;
             left: -146px;
             border: 1px solid rgba(212,212,212,0.6);
             overflow: scroll;
             overflow-x: hidden;
             display: none;
      }

      .avatar{
        border-radius: 50%; width: 33px;height: 33px; margin-right: 5px; margin-top: 10px;
      }

    .tweetAvatarContainer{
      width: 15%;
      float: left;
    }

    .tweetTittle{
      font-weight: bold;
      font-size: 14px;
    }

    .boossName{
      font-weight: normal;
      font-size: 10px;
    }


    .tweetDescr {
      height: 59px;
      font-size: 14px;
      padding-left: 56px;

    }

    .tweetDescr:hover{
      height: 200px;
      -webkit-transition: width 2s; /* Safari */
      transition: width 2s;

    }

    .tweetDate{
      position: absolute;
      top: 5px;
      right: 7px;
    }

    .tasklist{
          margin-left: -40px;

    }
    .tweetPriority{
          padding-left: 56px;
    }

    .tweetTextarea{
        resize: vertical;
        border: none;
        overflow: hidden;
        width: 90%;
        background-color: #fff;
        height: 90%;
    }

    .floatbuttonTask {
      cursor: pointer;
  /* background-color: var(--maincl); */
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.28) 0px 4px 8px 0px;
  box-sizing: border-box;
  color: var(--mainpkfontcolor);
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  overflow-wrap: normal;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 27px;
  padding-top: 9px;
  text-transform: none;
  white-space: nowrap;
  right: 20px;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  z-index: 5000;
  width: 35px;
  height: 35px;
  background-color: var(--main1);
  color: lightgray
}

    


    .tweetIcon{
      width: 15px;
      height: 15px;
    }

    .tweetSide{
      position: absolute;
      right: 10px;
      width: 25px;
      top: 34px;
    }

    .tweetSide:hover{
      color: #A5DF00;
    }
    #priorityTask{
      width: 20px;
      height: 20px;
    }
    #addForm{
      width: 100%;
      height: 100%;
      padding: 15%;
      background-color: var(--second3);
      display: none;
      position: absolute;
      z-index: 2500;
    }
    #tableFormo{
      width: 80%;
      height: 80%;
    }
    .form-rounded {
    border-radius: 1rem!important;
    margin-top: 10px!important;
    border-color: var(--mainpk)!;
    width: 100px;
    height: 100px;
    background-color: antiquewhite;
    padding-top: 12px;
    }

    .loader,
    .loader:before,
    .loader:after {
      background: var(--mainpk);
      -webkit-animation: load1 1s infinite ease-in-out;
      animation: load1 1s infinite ease-in-out;
      width: 1em;
      height: 4em;
    }
    .loader {
      color: var(--main1);
      text-indent: -9999em;
      margin: 88px auto;
      position: relative;
      font-size: 11px;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }
    .loader:before,
    .loader:after {
      position: absolute;
      top: 0;
      content: '';
    }
    .loader:before {
      left: -1.5em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }
    .loader:after {
      left: 1.5em;
    }
    @-webkit-keyframes load1 {
      0%,
      80%,
      100% {
        box-shadow: 0 0;
        height: 4em;
      }
      40% {
        box-shadow: 0 -2em;
        height: 5em;
      }
    }
    @keyframes load1 {
      0%,
      80%,
      100% {
        box-shadow: 0 0;
        height: 4em;
      }
      40% {
        box-shadow: 0 -2em;
        height: 5em;
      }
    }    
    
    
   
    /* color: #fff; */
#searchnuggar{
    font-size: initial;
    height: 39px;    float: left;
    border: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    z-index: 500;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
  /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    background-color: #FFC240;
     color: #fff; */
}

#bodyResultSearch tr:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#bodyResultSearch tr{
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
  /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,.6); */
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.6);
  /* box-shadow: 0 0 15px rgba(0,0,0,.6); */
  -moz-border-radius: 10px / 100px;
  /* border-radius: 10px / 100px; */
  height: 112px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: bold;
}


#worklistclose {
  color: lightgray;
  font-size: 35;
  /*margin-top: -76px;*/
  position: absolute;
  right: 58px;
}

.worklisttitle{
  color: var(--lightsecond1);
    padding-bottom: 13px;
    font-size: 20px;
}

.arrowcontainer{
  width: 18px;
  /*height: 91px;*/
  height: 100%;
  float: left;
  margin-left: -15px;
  position: absolute;
}
.arrowshape-left{
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--lightsecond3);
}  
  #bodyResultSearch tr:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    


.mgoc{
  margin-left: 18px;
}

.formhistoryright{
  min-height: 91px;
  border-left: 3px solid;
  border-color: var(--lightsecond3);
}

.itemsubmenusmall{
width: 134px;
height: 39px;
border: 1px solid #ddd;
margin-right: 15px;
margin-bottom: 15px;
cursor: pointer;
z-index: 500;
text-align: center;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-family: 'Open Sans', sans-serif;
border-radius: 5px;
background-color: #B89B5D;
color: #fff;
}

.modal-body .btn-secondary{
  border: 1px solid #ddd !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #B89B5D !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 15px;
}
  
  
  
  #bodyResultSearch tr:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 11px 8px -10px #765205, inset 0px -11px 8px -10px #765205 !important;
  font-weight: bold !important;
}



.modal-body .btn-secondary:hover#bodyResultSearch tr:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.modal-body .btn-primary{
  border: 1px solid #ddd !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #B89B5D !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 15px;
}
  
  #bodyResultSearch tr:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  


.modal-body .btn-primary:hover{
  box-shadow: inset 0px 11px 8px -10px #765205, inset 0px -11px 8px -10px #765205 !important;
  font-weight: bold !important;
}

.modal-footer .btn-primary{
  border: 1px solid #ddd !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #B89B5D !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 15px;
}

.modal-footer .btn-primary:hover{
  box-shadow: inset 0px 11px 8px -10px #765205, inset 0px -11px 8px -10px #765205 !important;
  font-weight: bold !important;
}

.canvasphone{
    min-height: 71px;
    min-width: 171px;
    box-shadow: 5px 0 5px -5px #333;
}

.shareicon{
  background-image: url(/images/system/share.png);
  background-size: contain;
  width: 87px;
  height: 50px;
  background-repeat: no-repeat;
}

.anchopleca{
    padding-left: 10px;
    height: 29;
    padding-top: 9px;
}

.colorfontico {
  color: var(--lightsecond1);
}

.icocontphone{
  font-size: 50px;
  min-height: 67px;
  padding: 10px;
  width: 90px;
  text-align: center;
}

.icocontphone2{
  padding: 5px;
  width: 90px;
  text-align: center;

}


.intologo{
  background-color: #fff;
  border-radius: 5px;
  width: 105px;
  padding: 5px;
  height: 47px;
}

.intologo2{
  background-color: #fff;
  border-radius: 5px;
  width: 105px;
  padding: 5px;
  height: 47px;
}

#selcpmp{
    width: 100%;
    padding-top: 10px;
    font-size: 15px;
    color: var(--darksecond1);
}

#screencompany{
  margin-bottom: 32px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 3px;
}

.dvch{
  justify-content: center;
  align-items: center;
  text-align: center;
}

.itemsubmenusmediumws{
    width: 140px;
    height: 71px;
    float: left;
    border: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    z-index: 500;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    background-color: red;
    color: #fff;
}

.itemsubmenusmediumselcompanys{
  width: 140px;
  height: 71px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;

}

.itemsubmenusmediumsel{
  width: 140px;
  height: 71px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: var(--main1);
  color: #fff;

}

.itemsubmenusmedium{
  width: 140px;
  height: 71px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: var(--brand1);
  color: #fff;
}

.botoncent{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemsubmenusresume2{
  width: 250px;
  height: 121px;
  padding-left: 5px;
  padding-top: 12px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: left;
  font-size: 9px;
  color: #848484;
}

.itemsubmenusresume3{
  width: 250px;
  height: 121px;
  padding-left: 5px;    float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #FFC240;
  /* color: #fff; */
  padding-top: 12px;
  /* float: left; */
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: left;
  font-size: 9px;
  color: #848484;
}

.itemsubmenusresume2 label{
font-size: 9px;
    font-weight: bold;
    color: #795700;
    text-decoration: underline;
    letter-spacing: 3px;
}

.headergridkt{
    background-color: var(--brand1);
    color: #fff;
    height: 30px;
    margin-top: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}

.iconplus{
  margin-left: 15px;
  font-size: 18px;
  margin-top: 8px;
  cursor: hand;
}


.tittlegridkt{
  background-color: var(--brand2);
  color: #fff;
  display: flex;
  align-items: center;
}

.tittlegridgray{
  background-color: #EAEDED;
  color: #85929E;
}
.headergridktblue{
    background-color: var(--lightmain1);
    color: #fff;
}
.tittlegridktblue{
    background-color: var(--lightmain2);
    color: #fff;
    display: flex;
    align-items: center;
}

.buttongenericwine{
  background-color: var(--lightaccents1);
  color: #fff;
  border-color: var(--lightaccents1);
  border-radius: 3px;
}


.writininput{
    border: none!important;
    border-bottom: 1px solid var(--lightsecond3)!important;
    border-radius: 0px!important;
    height: 28.75px!important;
}

.writininputdataperson{
  border: none!important;
  border-bottom: 1px solid var(--lightsecond3)!important;
  border-radius: 0px!important;
  font-size: 15;
}

.writininputblue{
    border: none!important;
    border-bottom: 1px solid var(--lightmain2)!important;
    border-radius: 0px!important;
    height: 100% !important;
}


.headertableme {
    font-size: 15px;
    font-weight: bold;
    color: #795700;
    /* text-decoration: underline; */
    letter-spacing: 2px;
    cursor: pointer;
}

.containerKT {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
}

.renefe{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}


.itemsubmenusresume{
  width: 150px;
  height: 100px;
  padding-top: 12px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 9px;
  color: #848484;
}

.itemsubmenusresume span {
  font-size: 25px!important;
  color: #848484;
}

.itemsubmenusresume h2 {
  font-size: 15px!important;
  color: #848484;
  
}
  #bodyResultSearch tr:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  


.itemsubmenusresume img {
  width: 115px!important;
  padding-left: 15px!important;
}

.center-gridkt{
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12%;
  padding-left: 16%;
  padding-right: 22%;
}

.panal{
  vertical-align: middle;
}

.workticket{
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0px;
  top: 66px;
  transition: .5s;
  width: 0;
  z-index: 7000;
  /*padding-top: 110px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;

}

.itemsubmenustick{
  width: 90%;
  height: 35%;
  bottom:30px;
  border: 1px solid #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #F5F5F5;
  position:fixed;
  z-index: 1030;
  margin-left: 15px;
  margin-right: 15px;
  overflow: scroll;

  /* color: #fff; */
}

.itemsubmenusrenew{
  width: 130px;
  height: 100px;
  border: 1px solid #ddd;
  margin-right: 9px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #F5F5F5;
}

.itemsubmenusrenew:hover{
  background-color: var(--second4);
  color: var(--second1);
}

.itemsubmenus{
  width: 218px;
  height: 177px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 9px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #F5F5F5;
  /* color: #fff; */
}
.itemsubmenus i {
  font-size: 36px;
}

.itemsubmenusmall:hover{
  background-color: var(--second4);
  color: var(--second1);
}

.itemsubmenusmedium:hover{
  /*background-color: var(--second4);
  color: var(--second1);*/
  box-shadow:
  inset 0px 11px 8px -10px #765205,
  inset 0px -11px 8px -10px #765205;
  font-weight: bold;

}

.itemsubmenus:hover{
  background-color: var(--second4);
  color: var(--second1);
}

.itemsubmenus img{
    width: 77px!important;
}



.nav-item{
      box-shadow: 5px 0 5px -5px #333;
}
.nav-tabs li{
      box-shadow: 5px 0 5px -5px #333;
}



.datepicker-wrap {
  position: relative;
}

.ui-datepicker-trigger {
  display: none;
}

.ui-datepicker.ui-corner-all {
  border-radius: 0 0 6px 6px;
}

#ui-datepicker-div {
  top: 100% !important;
  left: 0 !important;
}

@media(min-width:768px) {
  #ui-datepicker-div {
    top: 100% !important;
    left: 100% !important;
    margin-left: -40px !important;
  }
}

.ui-datepicker {
  width: 17em;
  padding: 0;
  border: 1px solid #dadada;
  font: 300 14px 'open sans';
  -webkit-box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.13);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 7px 0;
  background: #fdc81b;
  border: 0;
  margin: -1px;
  border-radius: 0;
}

.ui-datepicker table {
  margin: .2em 0;
}

.ui-datepicker th {
  color: #1e1e1e;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  padding: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font: 400 16px 'open sans';
  color: #1e1e1e;
  border-color: #fdc81b;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  background: transparent url(none);
  color: #949094;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #e6e6e6;
  color: #1e1e1e;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fdc81b;
  color: #1e1e1e;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 8px;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  background: transparent none;
  border: 0;
  top: 8px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  background-image: none;
}

.ui-datepicker-prev .ui-icon:before,
.ui-datepicker-next .ui-icon:before {
  content: '\f0d9';
  font-family: fontAwesome;
  color: #fff;
  display: block;
  vertical-align: middle;
  text-align: center;
  text-indent: 0;
}

.ui-datepicker-next .ui-icon:before {
  content: '\f0da';
}

#menuli li{
  padding: 10px;
}

.searchboxporfoliomenu{
  text-align: center;
  font-size: 31px;
  padding-top: 0px;
  margin-top: -27px;
}

.searchboxporfoliomenu a{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 11%;
}



.topslidermenu {
  background-color: #fff;
  height: 359px;
  width: 100%;
  overflow-x: hidden;
  padding-top: 26px;
  padding-left: 27px;
  padding-right: 27px;
  position: fixed;
  right: 0;
  top: 66px;
  z-index: 900;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.downslidermenu {
  background-color: #fff;
  height: 159px;
  width: 100%;
  overflow-x: hidden;
  padding-top: 26px;
  padding-left: 27px;
  padding-right: 27px;
  position: fixed;
  right: 0;
  top: 66px;
  z-index: 900;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.alert-info{
    background-color: #B89B5D!important;
    border-color: #B89B5D!important;
    width: 50%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    /* box-shadow: inset 0px 11px 8px -10px #fff, inset 0px -11px 8px -10px #fff; */
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btncircleact{

  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
  width: 25px;
  height: 25px;
  padding: 7px;
  margin-top: -6px;
  cursor: hand;
}

#showlistcompy2{
  background-color: white;
}

#nombreselect{
  font-size: 15px;
  margin-top: 15px;
  color: var(--darksecond3);
  font-weight: bold;
}

#tablekpis .h1kpiscell{
      text-align: left;
      /*background-color: #07334B;*/
      /*color: #fff;*/
      padding-left: 10px;
      border: 1px solid lightgray;
}
#tablekpis .h1kpiscell1{
      text-align: left;
      /*background-color: #07334B;
      color: #fff;*/
      padding-left: 10px;
      border: 1px solid lightgray;
}
#tablekpis .h1kpiscell1{
      text-align: left;
}
#tablekpis .intgracell{
      text-align: right;
      /*width: 172px;*/
      font-weight: initial;
      padding-left: 13px;
      padding-right: 5px;
      border: 1px solid lightgray;
}
#tablekpis .diffgracell{
  text-align: right;
  /*width: 172px;*/
  font-weight: initial;
  padding-left: 13px;
  padding-right: 5px;
  border: 1px solid lightgray;
}

.dropzone .dz-preview .dz-image{
  width: 94px!important;
  height: 94px!important;
}

.dropzone.dz-clickable .dz-message{
  font-size: 9px!important;
}

.floatbuttonTask2 {
cursor: pointer;
/* background-color: var(--maincl); */
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.28) 0px 4px 8px 0px;
box-sizing: border-box;
color: var(--mainpkfontcolor);
direction: ltr;
display: inline-block;
font-family: "Material Icons";
font-feature-settings: "liga";
font-size: 24px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 24px;
overflow-wrap: normal;
padding-bottom: 16px;
padding-left: 8px;
padding-right: 27px;
padding-top: 9px;
text-transform: none;
white-space: nowrap;
right: 20px;
font-size: 20px;
/* position: absolute; */
bottom: 10px;
z-index: 5000;
width: 35px;
height: 35px;
background-color: var(--main1);
color: lightgray;
    margin-left: 15px;
}

#action_button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: red;
    padding: 16px;
    color: #fff;
    font-size: 15px;
}

#fab {
    position: fixed;
    bottom: 30px;
    right: 60px;
    width: 56px;
    z-index: 10000;
}

.headerimgprofile{
  float: none;
  width: 100%;
  height: 32px;
  margin-bottom: 11px;
  text-align: center;
  padding-top: 6px
}

.btnactionkt2 {
float: left;
border: 1px solid #ddd;
height: 26px;
width: 89px;
cursor: pointer;
z-index: 500;
text-align: center;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
padding: 4px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-family: 'Open Sans', sans-serif;
border-radius: 5px;
background-color: #3E6275;
color: #fff;
padding: 7px;
}

.btnactionkt {
  float: left;
  border: 1px solid #ddd;
  height: 39px;
  width: 104px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #3E6275;
  color: #fff;
  padding: 7px;
}

#pswd_info{
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 5%;
  color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 9px;
  z-index: 10000;
  display: none;
  height: 200px;
}

#pswd_info .valid{
  color:green;
}

#pswd_info .invalid{
  color:red;
}


.btnactionkt:hover{
  box-shadow:
  inset 0px 11px 8px -10px #fff,
  inset 0px -11px 8px -10px #fff;
  font-weight: bold;
}

.btnactionmodkt {
  float: left;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 31px;
  width: 97px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #3E6275;
  color: #fff;
}

.btnactionmodkt:hover{
  box-shadow:
  inset 0px 11px 8px -10px #fff,
  inset 0px -11px 8px -10px #fff;
  font-weight: bold;
}

.tablcent{
  vertical-align: middle !important;
  text-align: center !important;
  margin: 0 !important;
}

.eventdayone{
  overflow-y: scroll;
}

#monthcalevents li{
  color: darkgrey;
  font-size: large;
  cursor: hand!important;
  cursor: pointer;
  cursor: hand;
}

#monthcalevents li:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rowdaily{
  margin-left: 5px!important;
  margin-right: 5px!important;
}

.rowdailyh{
  font-size: 15;
  font-weight: bold;
  background-color: #fff;
}

.calendarico{
  color: darkgrey!important;
  font-size: medium!important;
  font-weight: bold!important;
  font-size: 22px!important;
}

.newsubmenu{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}


/*table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: 'Work Sans';;
}*/

#tablevaluesbagmaindiv {
  margin-left: 15px;
}

/* #tablevaluesbagmaindiv th, td { white-space: nowrap; } */
#tablevaluesbagmaindiv div.dataTables_wrapper {
    width: 1000px;
    margin: 0 auto;
} 

.newsubmenu:hover{
  filter: saturate(200%);
}

.plecamenu{
    width: 100%;
    bottom: 0;
    background-color: rgba(229, 156, 2, 0.4);
    HEIGHT: 45PX;
    margin-top: 127px;
    color: #fff;
    padding-top: 14px;

}
 

.senaletica{
  width: 110px!important;
  margin-bottom: 10px;
 /* margin-left: 15px;*/
}

.ssb-title{
  /*font-family: 'Raleway!important';*/
  font-size: 13px!important;
  font-weight: bold!important;
}

.birthactionbtn{
  float: left;
  border: 1px solid #ddd;
  height: 47px;
  width: 101px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  /* background-color: #3E6275; */
  color: #fff;
  padding: 7px;
  margin-bottom: 2px;
  margin-top: 5px;

}

.eventactionbtn{
  float: left;
  border: 1px solid #ddd;
  height: 47px;
  width: 139px;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  /* background-color: #3E6275; */
  color: #fff;
  padding: 7px;
  margin-bottom: 2px;
  margin-top: 5px;

}

.seleccionadoli{
  background-color:var(--darksecond3)!important;
  color:#fff!important;
}

.daytd{
  height: 92px!important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.calevents tr td{
  width: 117px;
  height: 92px!important;
  border: solid 1px darkgrey;
  box-shadow: 0 1px 1px rgba(0,0,0,.3), 0 0 15px rgba(0,0,0,.1) inset;
  float: left;
  /*overflow-y: scroll;
  overflow-x: hidden;*/

   /* margin: 4px;*/

}

.calevents tr th{
  background-color: #fff;
  width: 117px;
  height: 40px;
  border: solid 1px darkgrey;
  box-shadow: 0 1px 1px rgba(0,0,0,.3), 0 0 15px rgba(0,0,0,.1) inset;
  float: left;
  color: darkgrey!important;
    font-size: large;
}

.accheader{
  background-color: var(--lightsecond3)!important;
  font-size: 12px;
  font-weight: bold;
}

.accheaderbtn{
  text-decoration: none;
  font-size: 12px;
}


.menutopspecial {

    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  
}



.btnactionnegkt {
  float: left;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 31px;
  width: 211px;
  padding: 0;
  cursor: pointer;
  z-index: 500;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  background-color: #3E6275;
  color: #fff;
}


.btnactionnegkt:hover{
  box-shadow:
  inset 0px 11px 8px -10px #fff,
  inset 0px -11px 8px -10px #fff;
  font-weight: bold;
}



.blogPlus{
  border: 1px solid #D8D8D8;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blogPlus img{
      width: 100%;

}
.blogPlus textarea{
      border: none;
      width: 100%

}
.blogPlus textarea:hover{
      border: none;
      width: 100%;
      border: 1px solid #D8D8D8;
}

.blogPlus .txt-blog{
      border: none;
      padding: 7px;

}
.blogPlus .headercard{

}

.blogPlus .titulo{
  font-size: 11px;
  font-stretch: normal;
  margin-bottom: 10px;
}
.blogPlus .headercard{
  width: 100%;
  height: 26px;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 5px;
}
.blogPlus .containterCommits{
  padding: 7px;
}
.blogPlus #addcommit{
  padding: 7px;
}

.blogPlus .imgcommitsprofile{
  border-radius:50%;
  height:20px;
  width:20px;
  float: left;
  margin-right: 5px;
}

.blogPlus .commitrow{
    border-bottom: 1px solid #D8D8D8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
}

.blogPlus .commitrowheader{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 7px;
}
.plecalist{
  color: #fff;
  background-color: #002638;
  padding: 5px;
  width: 50%;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  padding-left: 18px;
}
.rplecalist{
  width: 100%;
  margin-left: 5px
}
.celdar{
  border-right: 2px solid gray;
}
.celdal{
  border-left: 2px solid gray;
}
.pijamaheader{
  color: #fff;
/*  background-color: #02496F;*/
/*  border-left: 1px solid #fff;*/
  border-right: 1px solid #fff;

}

.trim1{
  /*width: 80px!important;*/
}
.trim2{
/*  width: 80px!important;*/
}
.trim3{
/*  width: 80px!important;*/
}
.padline{
  color:#00324D;
}

.stepffrewind{
  padding-top: 20px;
  font-size: 60px;
}

/***********Table kpis **********/


.tablekpis{
  border: solid #6E6E6E 1px!important;
  margin-left: 20px;
  width: 95%;
  margin-top: 15px;
  font-size: 14px;
}

.tablekpis tbody td{
  border: solid #6E6E6E 1px!important;
/*   font-family: "Raleway", sans-serif;*/
}

.tablekpis tbody .pivottd{
  border: solid #6E6E6E 1px!important;
  width: 40px!important;
  text-align: left;
  padding-left: 10px;
/*   font-family: "Raleway", sans-serif;*/
}

.tablekpis tbody .valuetd{
  border: solid #6E6E6E 1px!important;
  width: 70px!important;
  text-align: right;
  padding-right: 10px;
/*   font-family: "Raleway", sans-serif;*/
}

.tablekpis tbody .valuelifes{
  border: solid #6E6E6E 1px!important;
  width: 50px!important;
  text-align: center;
/*   font-family: "Raleway", sans-serif;*/
}

.tablekpis tbody .toalsvalue{
  border: solid #6E6E6E 1px!important;
  width: 50px!important;
  text-align: right;
  background-color: var(--lightsecond3)!important;
  color: white;
  /* font-family: "Raleway", sans-serif; */
  font-size: 11px;
}

.tablekpis thead{
background-color:var(--lightsecond3)!important; /*var(--second3)!important;*/
color: #000!important;
text-align: center;
}

.tablekpis th{
color: #000;
font-family: "Raleway", sans-serif;
}
/***********End Table kpis *******/
.tablebi{
      border: solid #6E6E6E 1px!important;
      margin-left: 20px;
      width: 95%;

}

.tablebi tbody td{
      border: solid #6E6E6E 1px!important;
      width: 30px;
      text-align: center;
   /*   font-family: "Raleway", sans-serif;*/
}

.tablebi thead{
  background-color:  var(--second3)!important;
  color: #fff!important;
}
.tablebi th{
  color: #000;
  font-family: "Raleway", sans-serif;
}

.buttondrill{
  background-color: #fff;
  border-radius: 50%;
}

 .headersecondreport{
       border: solid 1px;
 }

 .agentbox{
    border: 1px solid #ddd;
    padding: 2.5;
    margin-top: 4px;
 }

 .agentbox label{
   color: var(--second1);
   margin-right: 7px;
 }

.collapsedbtnp{
  width: 100%;
  text-align: left!important;
  height: 100%;
  font-size: 12px!important;
  font-weight: bold!important;
}
.fonttablenewbusiness{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  border: solid #495057 1px;

}

.sidenavL{
    background-color: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    max-width: 361px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
}

.sidenavL .btnleft{
  font-size: x-large;
  margin-left: 95%;
  margin-top: 10px;
}

#tablosolglobal td {
  border: 1px solid #566573!important;
  text-align: center;
}

#tabledatacontact td{
  border-top: none!important;
}

.deletedatapeople{

  color: red;
  cursor: hand;
  font-size: 10px;
  padding-left: 2px;
}

.deletedataico{
  width: 20px;
}

#tablosolglobal .cebra1 {
  background-color:#DCEBF8;
}

.sidenavL .ulstyle{
  margin-left: -34px;
  margin-right: 8px;
}


.sidenavL li{
  list-style: none;
}

.sidenavL li img{
  float:left;
}

.sidenavL li .titlearara{
    height: 15px;
    padding-top: 20px;
    width: 100%;
    text-align: right;
    font-style: inherit;
    font-weight: 700;
}

.says{
    width: 0;
    position: relative;
    /* margin-bottom: -8px; */
    top: 16px;
    left: 32px;
    height: 0;
    border-bottom: 22px solid #ddd;
    border-right: 19px solid transparent;
}




.sidenavL li .commentarara{
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4%;
    width: 100%;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 14px;
    padding-bottom: 5;
}



.labelsearchmainstatus{
  color: #0C7FE9;
  font-size: 10px;
  font-style: normal;
  position: absolute;
  margin-left: 165px;
  margin-top: -12px;
}


#selagents tr {
  height: 40px;
}

#selagents tr td {
  padding: 5px;
}

#selagents thead {
  display: none;
}

#selagents tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.rowagent1down{
  margin-top: 3px;
  color: darkgray;
}


#tableevents td {
  border: 1px #B89B5D solid;
  padding: 3px;
}

.namemonth {
  color: #FFFF;
  font-size: 43px;
}

 /**********************Carrousel****************/
.containercarrousel{
    width: 100%;
    height: 399px;
    overflow-x: scroll;
    padding-top: 10px;
}
.datacard{
  width: 220px;
  float: left;
  margin-left: 15px;
  box-shadow: 0 4px 8px 0 rgba(138, 128, 128, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerdatacard{
    height: 45px;
    background: var(--brand1);
    color: #fff;
    width: 100%;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;
}
.tittleheadcard{
  padding-top: 12px;
  font-size: 15px;
  padding-left: 30px!important;
}

.icotittledatacard{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 7px;
  margin-top: 5px;
}


.bodydatacard{
  border: solid 1px lightgrey;
    height: 77%;

}
.footrdatacard{
  font-size: 9px;
  color: gray;
  position: absolute;
  bottom: 19px;
}

#calgle {
    width: 392px;
    position: absolute;
    z-index: 200;
    left: -220px;
    top: 111px;
    height: 300px;
    background-color: var(--mainbackground);
    overflow-y: scroll;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }

#tableevents {

  border: 1px #B89B5D solid;
}

/********************End Carrousel*************/
.araraiconbtn{
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  /* position: fixed; */
  font-size: 21px;
  position: absolute;
  margin-top: 68px;
  margin-left: -18px;
  padding: 4px;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--main1);
  color: #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
}

/******************bubble*****************/
.bubblegum
{
position: absolute;
width: 250px;
height: 145px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #7F7F7F solid 2px;
display: none;
margin-left: 41px;
margin-top: -32px;
}

.bubblegum:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 22px 15px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
left: -22px;
top: 12px;
}

.bubblegum:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 16px 23px 16px 0;
border-color: transparent #7F7F7F;
display: block;
width: 0;
z-index: 0;
left: -25px;
top: 11px;
}

.closebubble
{
  text-align: right;
  margin-right: 7px;
  margin-top: 7px;
  cursor: hand;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.tablebubble
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubblename
{
  margin-top: 22px;
  margin-left: 10px;
  width: 133px;
  font-style: oblique;
  font-size: smaller;
}

/*******End Bubble****/

.fonttablenewbusinesshd {
  background-color: var(--brand1);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.tittledealmain {
  color: var(--lightsecond1);
  padding-bottom: 13px;
}
.statustittledealmain{
  font-size: 20px;
    color: green;
    font-weight: bold;
    margin-left: 15px;
  /*  margin-top: -21px;*/
}





.tdtablecovernn{
  border: solid #495057 1px;
  padding: 5px;
}
.boxdoubleMisc{
 /* border-right: solid 1px var(--second3);
  text-align: center;
  border-left: solid 1px var(--second3);*/
  border: 1px solid var(--second3);
}

.boxdoubleUP{
    width: 134px;
    height: 50px;
    text-align: center;
   /* overflow-x: scroll; */
   /* border-top: 1px var(--second3);  */
}

.boxdoubleDown{
  border-bottom: solid 1px var(--second3);
  text-align: center;
  padding: 4px;
}

.triangulo {
     width: 0;
     height: 0;
     border-left: 100px solid #f0ad4e;
     border-top: 50px solid transparent;
     border-bottom: 50px solid transparent;
}

.nvospad{
  padding:0px!important;
}

.buttonutilbussiness{
    border-radius: 10px;
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-top: 5px;
    justify-content: center;
}

.FAB {
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: 56px;
  z-index: 10000;
}
.FAB__action-button, .FAB__mini-action-button {
cursor: pointer;
position: absolute;
}
.FAB__action-button {
bottom: 0;
right: 0;
}
.FAB__action-button:hover .action-button__icon {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.FAB__mini-action-button {
bottom: 0;
right: 49px;
}

.datepicker-days{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px!important;
    font-weight: bold;
    border-radius: 7px;
}
.datepicker-days .table-condensed{
  width: 100%;
  margin-top: -5;
  width: 100%;
  margin-top: -27px;
  font-size: 12px;
  font-weight: bold;
}

.arrowcommit{

    margin-left: 103px;
    margin-top: 3px;
    width: 19px;
    right: -13px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent transparent #3D6275;

}

.datepicker-days .table-condensed thead{
  background-color: #000;
}


.imagecal {
     height: 92px;
    text-align: center;
    font-size: 16px;

    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRO7FTqLDAC1Ecf5EmALrJpfWRiYjPviYOlxSkMv_s1Syk2gtGz);

}

#task4view{
    padding: 10px;
    float: none;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin-top: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
}

#contplansmodalcp{
  padding: 10px;
  float: none;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-top: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
}

#showlistcompy{
    position: absolute;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    margin-top: -1px;
}

.action-button__icon {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
background-color: #ff4081;
border-radius: 50%;
color: #fff;
padding: 16px;
}
.action-button__text--hide {
display: none;
}
.action-button__text--show {
background-color: #212121;
border-radius: 3px;
color: #fff;
right: 75px;
font-size: 14px;
font-family: "Helvetica Neue";
opacity: .8;
padding: 5px 9px;
position: absolute;
top: 2px;
white-space: nowrap;
}

.calendarmainkt{
  z-index: 100000;
  background-color: rgb(255, 255, 255);
  position: absolute;
  display: none;
  right: 213px;
  top: 71px;
  background-color: #fff;
  z-index: 500;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flashico{
  color: #F6B00F;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid gray;

}

.calendarmainkt .namemonth{
  float: left;
  width: 78%;
  color: #fff;
  height: 100%;
  padding-top: 15%;
  text-align: center;
  font-size: 23px;
}

 #calder{
  float: left;
  padding-top: 18%;
  font-size: 26px;
}

 #calizq{
  color: #fff;
  padding-top: 18%;
  font-size: 26px;
}

.calendarmainkt tr td{
  background-color: #fff;
  width: 35px;
  height: 24px;
  border: solid 1px darkgrey;
  box-shadow: 0 1px 1px rgba(0,0,0,.3), 0 0 15px rgba(0,0,0,.1) inset;
  float: left;
  color: #000!important;
  font-size: 10px;

}

.calendarmainkt tr th{
  background-color: #fff;
  width: 35px;
  height: 24px;
  border: solid 1px darkgrey;
  box-shadow: 0 1px 1px rgba(0,0,0,.3), 0 0 15px rgba(0,0,0,.1) inset;
  float: left;
  color: #000!important;
  font-size: 10px;
}

.monthbanner{
  background-image: url(/images/system/calendar/nov.png);
  background-size: cover;
  width: 250px;
  height: 122px;
}


.mini-action-button__icon {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
background-color: #536DFE;
border-radius: 50%;    color: var(--lightsecond1);
/* font-family: "Raleway", sans-serif; */
padding-bottom: 13px;
color: #fff;
padding: 8px;
}
.mini-action-button__icon:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.mini-action-button__text--hide {
display: none;
}
.mini-action-button__text--show {
background-color: #212121;
border-radius: 3px;
color: #fff;
display: block;
right: 60px;
font-size: 14px;
font-family: "Helvetica Neue";
opacity: .8;
padding: 5px 9px;
position: absolute;
top: -6px;
white-space: nowrap;
}
.mini-action-button--show {
position: absolute;
text-align: center;
}
.mini-action-button--hide {
display: none;
opacity: 0;
}

.mini-action-button--show:nth-child(1) {
bottom: 80px;
}

.mini-action-button--show:nth-child(2) {
bottom: 140px;
}

.mini-action-button--show:nth-child(3) {
bottom: 200px;
}

.mini-action-button--show:nth-child(4) {
bottom: 260px;
}

.mini-action-button--show:nth-child(5) {
bottom: 320px;
}

.modal-header{
  background-color: var(--brand1)!important;
  color: #fff!important;
}

.modal-header .close{
  color:#fff ;
  border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Dashboard KPIS */ 

.navfiltersl{
  width: 300px;
  background-color: #fff;
  height: 600px;
  z-index: 10000;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
  position: fixed;
  left: 0;
  top: 69px;
}

.navfiltersr{
  width: 600px;
  background-color: #fff;
  height: 600px;
  z-index: 10000;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
  position: fixed;
  right: 0;
  top: 69px;
}

.filteroptdef{
  height: 250px;
  overflow-y: scroll;
}

.pleskfiltercollapse{
  border: none;
  width: 100%;
  height: 26px;
  background-color: #B89B5D;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  padding-left: 7px;
  padding-top: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;

}
.pleskfiltercollapse2{
  border: none;
  width: 100%;
  background-color: #e59c02;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  padding-left: 7px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)!important;

}

.brandcontainerbilsett 
{
  width: 200px;
  height: 300px;
  overflow: auto;
}

.filterbiswitch{
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
  position: fixed;
  font-size: 21px;
  /* position: absolute; */
  margin-top: 83px;
  /* margin-left: -117px; */
  padding: 4px;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--darksecond3);
  color: #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  left: 0;
}

.filterbiswitch2{
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
    position: fixed;
    font-size: 21px;
    position: fixed;
    right: 0px;
    top:144px;
    padding: 4px;
    border-radius: 10px 0px 0px 10px;
    background-color: var(--darksecond3);
    color: #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
}

.pleskfiltercollapse:hover {
  border: 1px solid #ddd;
}
/* end dashboard */

.externalh{
  background-color: var(--brand1)!important;
  color: #fff!important;
}

.btnkt{
  background-color: #B89B5D!important;
  color: #fff!important;
}

.tittlebtnrfc{
  width: 100%;
  border-bottom: 1px #fff solid;
 /* box-shadow: 1px 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.archeader
{
 background-color: var(--darksecond1);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.mini-action-button--show:nth-child(6) {
bottom: 380px;
}

.mini-action-button--show:nth-child(7) {
bottom: 440px;
}

.mini-action-button--show:nth-child(8) {
bottom: 500px;
}

.mini-action-button--show:nth-child(9) {
bottom: 560px;
}


.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}
  
  spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }


  #screenagent{
    height: 200;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
  }

  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }



  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
  }

  @keyframes sk-stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
  

  .retentionrowaccordion{
    display:none;
  }


 /* width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #07d;
  border-bottom-color: #07d;
  animation: spinner .8s ease infinite;
}    color: var(--lightsecond1);
/* font-family: "Raleway", sans-serif; */
/*padding-bottom: 13px;*/
