html, th, h1, h2, h3, h4, h5, h6, p{
  color : #4b4b4b !important;
}

/*Calendario*/

.ui-dialog {
	top: 0;
	left: 0;
	padding: .2em;
    border:1px;
    
}
.ui-dialog .ui-dialog-titlebar {
    border:1px;
    display: none;
}
.ui-dialog .ui-dialog-content {
	border: 0;
	padding: 20px;
    font-size:18px;
    color:#CAAD75;
    background-color: #FDF8E4;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
    background-color: #E3F1CF;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
    
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
    
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
    
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .yescls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #90C93E;
    
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cancelcls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #F86379;
    
}

div.fc-center > h2{
    font-size: 25px !important;
}


div.fc-left > h2{
  font-size: 35px !important;
}


.fakecard{
  border-radius: 5px !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  margin-top: 5px !important;
  width: 92%;
  object-fit: cover;
}

.bord5{
  border-radius: 5px !important;
}



div.fc-left h2{
  display: inline;
  font-size: 20px;
}

.fc-button{
  border: none !important;
  background: white !important;
  box-shadow: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.fc-basic-view td.fc-day-number{
  padding-top: 0px !important;
  font-size: 12px !important;
  border-bottom-style: hidden !important;
}

.fc-content-skeleton{
  border-bottom-color: white !important;
}


/*Fine Calendario*/


th.reduct , td.reduct{
  padding: 2px 2px !important;
  border-bottom: 1px solid rgb(212, 212, 212) !important;

}

.cde-font{
  font-size: 14px !important;
  color: #4b4b4b;
}

.cde-font-nav{
  font-size: 15px !important;
}

.modal-body{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

.newSize{
    text-align: center;
    margin: 1em 0;
    }

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.file-upload input.file-input {
  position: absolute;
  width: 130px;
  height: 40px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
li:hover{
    background-color: transparent !important;
}
li .item:active{
  background-color: #e7e7e7;
}

.btn{
  color: white;
  background-color: #a1c032;
}

.btn:hover{
  color: white;
  background-color: #a1c032;
}

.btn.helm-color:focus {
  background-color: #5b9bd5 !important;
}


.navbar-default{
  background-color: white !important;
}

.navbar{
  border: 0px;
}

.item:hover{
  background-color: #e7e7e7;
}

.navbar-default{
  margin-bottom: 0px;
  font-size: 15px;
  border-radius: 0px;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.noDecoration, a:link, a:visited {
    text-decoration: none;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

#dropdownMenu1
{
  cursor: pointer;
}

.firstColumn {
  width: 10px !important;
}

@media (max-width: 560px) {
  .nameColumn {
    max-width: 180px !important;
    text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
  }
}

.paddingDropDown {
  padding-bottom: 240px !important;
}


html,
body {
    font-family: 'Roboto' !important;

    margin: 0;
}

 nav
{
    background-color: white !important;
}
.demo-card-wide.mdl-card {
    width: 512px;
}
.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 150px;
    background-color : blue;
}
.demo-card-wide > .mdl-card__menu {
    color: #fff;
}

.mdl-card__supporting-text{
    height: 150px;
}

.mdl-grid .center-items {
    justify-content: center;
}

.page-footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
   background-color: #bababa !important;
}

.btn-small {
    height: 24px;
    line-height: 24px;
    padding: 0 0.5rem;
}


/* prima erano: height e width: 96px, z-index: 1*/
.image {
  height: 100%;
  width: 100% !important;
  z-index: 0;
  /* margin: 10px; */
}

.image_menu {

  height: 32px;
  width: 32px !important;
  z-index: 1;
}

.image_desc {
  height: 7rem;
  width: 7rem;
  z-index: 0;
  margin: 10px;
}


.card-image{
     background-color: #fafafa;
     height: 180px;
}

.cde{
    margin-top: 10px;
    margin-right: 10px;
    height: 64PX;
    width: 64PX !important;
    z-index: 1;

}


.background{
    background-color: #fafafa;
}

.top-margin{
    margin-top: 40px;
}

.userView{
    padding: 32px 32px 20px !important;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 993px){
    .container {
        width: 80% !important;
    }

}

.prefix{
    margin-top: 10px;
    color: white;
    transition: none !important;
}

.costrain{
     max-height: 70vh !important;
     overflow-y: auto;

}

.navigation{
    position: relative;

}


.nopadding{
    padding: 0px !important;
}

h4, h5{
    text-align: center;
}


.rect{
    position: absolute;
    overflow: hidden;
    left: 25px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.p-ind{
    font-size: 20px;
    margin-top: 10px !important;
}

.margin{
    margin-top: 20px;
}

.padding20{
    padding-top: 20px;
}

.toblack{
    color: black;
}

.mylogo{

    display: inline-block !important;
    font-size: 35px !important;
    margin-top: 7px !important;
    margin-left: -20px !important;
    padding: 0px !important;
    font-size: 20px !important;
    margin-bottom: 3px;
}

.nav-mod{
  border: 0px !important;
  box-shadow: none !important;
}
.nav-mod2{
  border: 0px !important;
  box-shadow: none !important;
  /* background-color: #eeeeee !important; */
  height: 58px;
}

.logo-cde{
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}

.background{
    height: 80px;
    background-color: #f5f5f5;
}

.userView{
    background-color: #f5f5f5;
}

.totop{
    margin-top: 150px !important;
}

.mylightblue{
    background-color: #82C4C4 !important;
}

.mygreen{
    background-color: #8cce6e !important;
}

.iconGreen{
    color: #8cce6e !important;
}

.side-nav.fixed .collapsible-body li a {
     padding: 0;
}

.noheight{
    height: 0px !important;
}

.nomargin{
    margin: 0px !important;
}

.little{
    margin-bottom: 20px;
}

.btn:focus, .upload-btn:focus{
  outline: 0 !important;
}

.upload-btn {
  color: #ffffff;
  background-color: #F89406;
  border: none;
}

.upload-btn:hover,
.upload-btn:focus,
.upload-btn:active,
.upload-btn.active {
  color: #ffffff;
  background-color: #FA8900;
  border: none;
}


.btn:focus, .upload-btn2:focus{
  outline: 0 !important;
}

.upload-btn2 {
  color: #ffffff;
  border: none;
}

.upload-btn2:hover,
.upload-btn2:focus,
.upload-btn2:active,
.upload-btn2.active {
  color: #ffffff;
  border: none;
}


h4 {
  padding-bottom: 30px;
  color: #B8BDC1;
}

.glyphicon {
  font-size: 5em;
  color: #9CA3A9;
}

h2 {
  margin-top: 15px;
  color: #68757E;
}

.panel {
  padding-top: 20px;
  padding-bottom: 20px;
}

#upload-input {
  display: none;
}

@media (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 450px;
  }
}

.card.medium .card-image{
    max-height: 100% !important;

}

.card-image{
     height: 400px !important;
}

.tabs .indicator {
    background-color: rgba(0, 128, 128, 0.5) !important;
}

.gold {
    color: #E5BE01 !important;
}

.tab a:hover{
    color: black;
}

.tab-menu{
    font-weight: bold;
    font-size: 25px;
}

.info-menu{
    font-weight: bold;
    font-size: 18px;

}

.gold-bg{
    background-color:  #E5BE01 !important;
}

/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}

.overlay
{
  margin-top: 65px !important;
  margin-bottom: 32px !important;
  height: calc(100% - 115px) !important;
}

#facility{
  background-color: #eadd4e !important;
}

#toast-container {
  border-radius: 2px;
  top: auto !important;
  right: auto !important;
  background-color: #eadd4e !important;
  bottom: 8%;
  left: 80%;
}

.toast{
  background-color: #eadd4e !important;
}
.top-margin2{
  margin-top: 5px !important;
}

input .no-bar{
  border-bottom: none !important;
  box-shadow: transparent !important;
}
input .no-bar:active{
  border-bottom: none !important;
  box-shadow: transparent !important;
}
input .no-bar:focus{
  border-bottom: none !important;
  box-shadow: transparent !important;
}

.no-bar2{
  border-bottom: none !important;
  margin: 0px !important;
  box-shadow: transparent !important;
}

.mytext{
  float: right;
  margin-top: 0px;
}

#upload-input {
  display: none;
}

.btn:focus, .upload-btn:focus{
  outline: 0 !important;
}

#upload-input {
  display: none;
}
#upload-input2 {
  display: none;
}

@media (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 450px;
  }
}

.container-center{
  margin-top: 20px !important;
}


@media (min-width: 768px) {
  .container-center {
    margin-top: 30px !important;
  }
}

@media (min-width: 1920px) {
  .container-center {
    margin-top: 50px !important;
  }

  .small-1{
    height: 380px !important;
  }

  .small-2{
    height: 180px !important;
  }
}

@media (min-width: 768px) {

}

.myfont{
  color:  #4b4b4b !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.myfont_menu{
  font-size: 12px !important;
  color:  #4b4b4b !important;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

/* top era 20*/
.positionament{
  margin-top : 15px;
  text-align: center;

}

.topside{
  margin-top: 15px;
}

.cde-color{
  background-color:#5b9bd5  !important;
}

.cde-color-icon{
  color: #5b9bd5  !important;
}

.icon-pos{
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  float: left;
}

.pos-div{
  padding: 5px;
  float: left;
  margin-bottom: 5px;
}

.data{
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.tile{
  margin-top: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px;
}

#chat,#chat:after,.chatbox{
  transition:all .4s ease-in-out
}
#chat,#close-chat,.minim-button,.maxi-button,.chat-text{
  font-weight:700;
  cursor:pointer;
  font-family:Arial,sans-serif;
  text-align:center;
  height:30px;
  line-height:20px
}
#chat,#close-chat,.chatbox{
  border:1px solid #A8A8A8
}
#chat:after,#chat:before{
  position:absolute;
  border-style:solid;
  content:""
}
.chatbox{
  position:fixed;
  bottom:0;
  left:50px;
  margin:0 0 -1500px;
  background:#fff;
  border-bottom:none;
  padding:28px 10px 10px;
  z-index:100000
}
#close-chat{
  position:absolute;
  top:2px;
  right:2px;
  font-size:24px;
  border:1px solid #dedede;
  width:40px;
  background:#fefefe;
  z-index:2
}
#minim-chat,#maxi-chat{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:20px;
  line-height:20px;
  cursor:pointer;
  z-index:1
}
.minim-button{
  position:absolute;
  top:2px;
  right:26px;
  font-size:24px;
  border:1px solid #dedede;
  width:20px;
  background:#fefefe
}
.maxi-button{
  position:absolute;
  top:2px;
  right:26px;
  font-size:24px;
  border:1px solid #dedede;
  width:20px;
  background:#fefefe;
}
.chat-text{
  position:absolute;
  top:5px;
  left:10px;
  font-size:16px;
}
#chat{
  width:80px;
  border-radius:3px;
  padding:2px 8px;
  font-size:12px;
  background:#fff;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
}
#chat:before{
  border-width:10px 11px 0 0;
  border-color:#A8A8A8 transparent transparent;
  left:7px;
  bottom:-10px
}
#chat:after{
  border-width:9px 8px 0 0;
  border-color:#fff transparent transparent;
  left:8px;
  bottom:-8px
}
#chat:hover{
  background:#ddd;
  -webkit-animation-name:hvr-pulse-grow;
  animation-name:hvr-pulse-grow;
  -webkit-animation-duration:.3s;
  animation-duration:.3s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  animation-direction:alternate
}
#chat:hover:after{
  border-color:#ddd transparent transparent!important
}
.animated-chat{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(.9)rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg)}
100%{-webkit-transform:scale(1)rotate(0)}
}
@keyframes tada{0%{transform:scale(1)}
10%,20%{transform:scale(.9)rotate(-3deg)}
30%,50%,70%,90%{transform:scale(1.1)rotate(3deg)}
40%,60%,80%{transform:scale(1.1)rotate(-3deg)}
100%{transform:scale(1)rotate(0)}
}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}
}

.box {
  position:relative;
}
.bet_time {
  position:absolute;
  bottom: 35px;
  right: 110px;
}


div.dropdown {
  color: #555;
  width: 50px;
  position: relative;
  height: 17px;
  text-align:left;

  }
  div.submenu
  {
  position: absolute;
  z-index: 2000;
  width: 50px;
  display: none;
  margin-left: 0px;
  padding: 40px 0 5px;
  border-radius: 6px;
  }
  .dropdown  li a {
  color: #555555;
  display: block;
  font-family: arial;
  font-weight: bold;
  padding: 6px 15px;
  cursor: pointer;
  text-decoration:none;
  }
  .dropdown li a:hover{
  background:#155FB0;
  color: #FFFFFF;
  text-decoration: none;
  }
  a.account {
  font-size: 11px;
  line-height: 16px;
  color: #555;
  position: absolute;
  z-index: 0;
  display: block;
  padding: 13px 0 30px;

  text-decoration: none;

  cursor:pointer;
  }
  .root
  {
  list-style: none;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  margin: 21px 10px 0 0;
  float: right;
  width: 340px;
  }
  .root:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #ffffff;
  position: absolute;
  color: #ffffff;
  top: 54px;
  left: 17px;
  }


  a.account_v2 {
    font-size: 11px;
    line-height: 16px;
    color: #555;
    position: absolute;
    z-index: 110;
    display: block;
    text-decoration: none;
    cursor:pointer;
    }
    .root_v2
    {

    list-style: none;
    font-size: 11px;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.45);
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    margin: 30px 0 0 5px;
    float: left;
    width: 400px;
    height: 235px;
    overflow-y: auto;
    margin-left: 17px;
    z-index: 2000;
  }
    .root_v2:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #ffffff;
    position: absolute;
    color: #ffffff;
    top: 65px;
    left: 23px;
    }
  .profile-circle {
  width: 43px;
  height: 42px;
  margin-top: -5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 2px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  object-fit: cover;
  }

  .profile-circle2 {
    width: 80px;
    height: 81px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 2px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    object-fit: cover;
    }

    .profile-circle-pulse {
      width: 30px;
      height: 30px;
      margin-top: -5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-border-radius: 99em;
      -moz-border-radius: 99em;
      border-radius: 99em;
      /* border: 2px solid #eee;  */
      /* box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); */
      vertical-align: middle;
      object-fit: cover;
      transition: transform 0.5s;
  }

  .profile-circle-pulse:hover {
      transform: scaleX(1.3) scaleY(1.3);
      transition: transform 0.5s;
  }

  .profile-circle-not_pulse {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    /* border: 2px solid #eee;  */
    /* box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); */
    vertical-align: middle;
    object-fit: cover;
    }

    .td_pulse {
      transition: transform 0.5s;
    }
    .td_pulse:hover {
      transform: scaleX(1.3) scaleY(1.3);
      transition: transform 0.5s;
  }

    #clock {
      text-align: center;
      margin-top: 10%;
      font-size: 30px;
   }

   .helm-text{
    font-size: 25px;
    font-weight: bold;
    color:black !important
   }

   .helm-img{
    margin-top: 28px;
    margin-right: 10px;
    margin-left: 20px;
    float:left;
   }

   nav ul a:hover {
    background-color: transparent !important;
}

.helm-color{
  background-color: #007777 !important;
}

.resize{
  padding: 10px 35px !important;
}

.moretop{
  margin-top: 20px;
}

.moretop2{
  margin-top: 50vh;
}

.padleft{
  margin-left: 20px;
}

.dimension{
  height: /*173px*/ 200px !important;
}

.drop-box{
 /* border: 3px dashed  grey;
  border-radius: 2px; */
  height: 60vh;
  /* text-align: center;
  background-color: rgb(218, 218, 218); */
}

.topbotpad{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.icon-helm-color{
  color : #007777;
}

.content-loader tr td {
  white-space: nowrap;
}

.myborder{
  border-bottom: 1px solid  rgba(0, 128, 128, 0.5) !important;
  box-shadow: 0 1px 0 0 rgba(0, 128, 128, 0.5)!important;
}
.myborder-reg{
  border-bottom: 1px solid  white !important;
  box-shadow: 0 0px 0 0 white!important;
}

.myborder-profile{
  border-bottom: 1px solid  #ff9933 !important;
  box-shadow: 0 1px 0 0 #ff9933!important;
}

.profile-color{
  background-color: #ff9933 !important;
}

.profile-color-icon{
  color: #ff9933 !important;
}

.centered-comm{
  text-align: center;
  color: black;
  padding-top: 10px;
}

.btn-small-round-left {
  color: white;
  border: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  max-font-size: 13pt;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn-small-round-right {
  color: white;
  border: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: block;
  float:left;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  max-font-size: 13pt;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn-small-no-round {
  color: white;
  border: none;
  display: block;
  float:left;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  max-font-size: 13pt;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn-small-round {
  color: white;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  max-font-size: 13pt;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn-small-round-left:active {
  background-color: #55acee !important;
}

.btn-small-round-right:active {
  background-color: #55acee !important;

}

.btn-small-no-round:active {
  background-color: #55acee !important;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: green !important; /* Red */
  color: white;
  margin-bottom: 15px;
  height: 55px;
  border-radius : 5px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.fixposition{
  z-index: 1000;
  padding-top: 30px;

}


.isDisabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.glyphicon {
  font-size: 1em !important;
}

.display{
  display: block !important;
}

.notdisplay{
  display: none !important;
}

.mod_collection{
  border: none !important;
}

.mod_collection-item{
  border-bottom: none !important;
}

.hub-color{
  background-color : rgba(235,89,89,0.7) !important;
}

.icon-hub-color{
  color : rgba(235,89,89,0.7) !important;
}

.small-1{
  padding-top: 11.250;
  height: 250px !important;
}

.small-2{
  padding-top: 11.250;
  height: 180px !important;
}

.dataTables_info{
  float: left;
  padding-bottom: 13px;
}

.paginate_button{
  color: black;
}

.row .col.push-half {
  left: 0.5% !important;
}

.row .col.push-2half {
  left: 4.16666666666% !important;
}

.row .col.push-one {
  left: 6.249999999975% !important;
}

.row .col.push-onehalf {
  margin-left: 8.3333% !important;
}
.row .col.s5-5 {
  width: 49.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s0-5 {
  width: 4.3333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11-5 {
  width: 95.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4-2 {
  width: 36.333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}


.imagepadd{
  margin-left: 20px;
}

.main{
  padding-left: 300px !important;
  /*height: 100vh !important;*/
}

@media only screen and (max-width : 992px) {
  .main {
    padding-left: 0 !important;
  }

  .imagepadd{
    margin-left: -55px;
  }
}

.dotMenu:after {
  content: '\2807';
  font-size: 3em;
  color: #2e2e2e
}

.mfooter{
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  text-align: center;
}

.mydim{
  height: 180px;
}

a.type{
  display: inline-block;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top : 145px;
  padding-left : 5px;
  font-size: 15px;
  background: black;
  color: #fff !important;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 0.8;
}

.mini_modal{
  width: 30% !important ;
  max-height: 75% !important ;
  overflow-y: hidden !important ;
}

@media only screen and (max-width: 1366px){
  .mini_modal{
    width: 50% !important ;
    /* display: -webkit-box !important; */
  }
}

@media only screen and (max-width: 640px){
  .mini_modal{
    width: 80% !important ;
    /* display: -webkit-box !important; */
  }
}


.mini_modal_Event{
  width: 70% !important;
  max-height: calc(100vh - 70px) !important;
  top: 0px !important;
}

@media only screen and (max-width: 1000px){
  .mini_modal_Event{
    width: 80% !important ;
  }
}

@media only screen and (max-width: 640px){
  .mini_modal_Event{
    width: 90% !important ;
  }
}


.mini_modal_2{
  width: 40% !important ;
  max-height: 80% !important ;
  /* overflow-y: hidden !important ; */
}

.nephos_modal{
  width: 50% !important ;
  max-height: 75% !important ;
  overflow-y: hidden !important ;
}

.maxi_modal{
  width: 90% !important ;
  max-height: calc(100vh - 70px) !important;
  overflow-y: auto !important ;
  top: 0px !important;
}
.maxi_modal2{
  width: 90% !important;
  max-height: 90% !important;
}
.doc_modal{
  width: 90% !important ;
  min-height: 80% !important ;
  overflow-y: auto !important ;
}

.medium_modal2{
  width: 65% !important ;
  max-height: 80% !important ;

}
.modal{
  background-color: white !important;
}

.maxi_modal_maps{
  width: 90% !important ;
  max-height: 100% !important ;
  overflow-y: auto !important ;
  top: 4% !important;
}

.set-padding{
  padding: 10px !important;
}

.esri-view-height-less-than-medium .esri-popup__main-container{
  max-height: 300px !important;
}

.esri-popup--is-docked-top-left .esri-popup__main-container, .esri-popup--is-docked-top-right .esri-popup__main-container, .esri-popup--is-docked-bottom-left .esri-popup__main-container, .esri-popup--is-docked-bottom-right .esri-popup__main-container {
  max-height: 100% !important;
}

#viewDiv {
  padding: 0;
  margin: 0;
  height: 90vh;
  width: 100%;
}

.medium_modal{
  width: 60% !important ;
  max-height: 80% !important ;
  overflow-y: auto !important ;
}



.progress-bar{
  position: fixed !important;
  margin-bottom: 0px !important;
  padding-right: 30px !important;
  bottom: 0px !important;
}

.space{
  padding-left: 15px;
  padding-right: 15px;
}

.dragover {
  border: 2px solid red;
  background-color:  rgba(231, 220, 220, 0.336);
  background-image: url('../image/download.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: relative;
  background-position: center bottom;
  animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.dragovercde {
  border: 2px solid #8cce6e ;
  background-color:  rgba(231, 220, 220, 0.486);
  background-image: url('../image/cdeUp.png');
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position: center bottom;

  animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}

.dt-button {
  color: white !important;
  background-color: #337ab7 !important;
  border-color: #ccc !important;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}

.dropdown-content li>a, .dropdown-content li>span {
  font-size: 13px !important;
  color: black !important;
  display: block !important;
  line-height: 22px !important;
  padding: 14px 16px !important;
}

.select-dropdown{
  max-height: 200px !important;
  overflow-y: auto !important;
}

a.white-text.link:hover{
  text-decoration: underline !important;
  background-color: transparent;
}

.disableImage{

  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.circle_green {

  padding: 10px 11px;
  background: #a1cd73;
  height: 2px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
}

.circle_red {

  padding: 10px 11px;
  background: #eb5959;
  height: 2px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
}

.dataTables_filter {
  float: unset !important;
  text-align: left !important;
}

.dataTables_wrapper {
padding: 0px !important; 
top: -45px !important;
}

.dataTables_info {
  padding: 0px !important;
}

table.dataTable thead th {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

table.dataTable, table.dataTable.no-footer {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

/* .dataTables_filter input[type=search] {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  margin-left: 9px;
  display: inline;
  margin-bottom: -5px;
  margin-right: -13px;
  margin-top: -12px;
} */
.dataTables_filter input[type=search] {
  margin: 0px !important;
}

div#DataTables_Table_0_filter label{
  font-size: 20px;
  margin-bottom: 25px;
}
div#assetsview_filter label{
  font-size: 10px;
}
div#assetsview_filter{
  margin-top: -11px;
}
div#companiesview_filter label{
  font-size: 10px;
}
div#companiesview_filter{
  margin-top: -11px;
}

.filterSmall{
  margin-left: 87px !important;
}
.filterMedium{
  margin-left: 120px !important;
}





.card-image{
  background-color: white !important;
}

.toast{
  margin-top: 0px !important;
  background-color:#8cce6e !important;
}

#toast-container{
  background-color: transparent !important;
}

.font-app{
  font-size: 30px;
  font-weight: bold;
}

.pos-text{
  margin-top: 5px !important;
}

.rounded{
  background-color: #eeeeee !important;
  border-radius: 5px !important;
}

.vertical-divider{
	clear: both;
	position: relative;
}

.vertical-divider:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.vertical-divider .divid:not(:first-child):after, .vertical-divider .divid:not(:first-child):after{
	background: #DDDDDD;
	bottom: 0;
	content: " ";
	margin-left: -10px;
	position: absolute;
	top: 25px;
	width: 1px;
}

.chat-footer{
  background-color: #f0f0f0;

}

.myborder-chat{
  border-bottom: 1px solid transparent !important;
  box-shadow: 0 1px 0 0 transparent !important;
}

.near-left{
  margin-left: 3px;
  margin-top: 1%;
}


.color-logo{
  color : #4b4b4b;
}

input#email{
  background-color: white !important;
  margin-bottom: 0px !important;
  border-radius: 3px;
}

input#email::placeholder{
  color: darkblue;
  font-weight: 600;
}

#email::-webkit-input-placeholder { /* WebKit browsers */
  padding-left: 10px;
}
#email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  padding-left: 10px;
}
#email::-moz-placeholder { /* Mozilla Firefoimagex 19+ */
  padding-left: 10px;
}
#email:-ms-input-placeholder { /* Internet Explorer 10+ */
  padding-left: 10px;
}

input#pass{
  background-color: white !important;
  margin-bottom: 0px !important;
  border-radius: 3px;
}

input#pass::placeholder{
  color: darkblue;
  font-weight: 600;
}

#pass::-webkit-input-placeholder { /* WebKit browsers */
  padding-left: 10px;
}
#pass:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  padding-left: 10px;
}
#pass::-moz-placeholder { /* Mozilla Firefox 19+ */
  padding-left: 10px;
}
#pass:-ms-input-placeholder { /* Internet Explorer 10+ */
  padding-left: 10px;
}

.send {
  margin-left: -40px;
  height: 20px;
  width: 20px;
  background: url('/image/log-arrow.png') !important;
  background-size: fill;
  border: 0;
}

.send2 {
  margin-left: -40px !important;
  padding-top: 0px !important;
  height: 29px !important;
  width: 24px !important;
  background: url('/image/eyepass.png') !important;
  background-size: fill;
  border: 0;
  cursor: pointer;
}

.send3 {
  margin-left: -57px;
  padding-top: 4px;
  height: 29px;
  width: 24px;
  background: url('/image/eyepass.png') !important;
  background-size: fill;
  border: 0;
  cursor: pointer;
}

.copy-content {
  margin-left: -40px;
  height: 20px;
  width: 20px;
  background: url('/image/log-arrow.png') !important;
  background-size: fill;
  border: 0;

}

.index{
  font-size: 12px;
  font-weight: bold;
}

.underline:hover{
  text-decoration: underline;
}


.input_field_mod{
  background-color: whitesmoke !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.input_field_mod::-webkit-input-placeholder { /* WebKit browsers */

  padding-left: 10px;
}
.input_field_mod:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

  padding-left: 10px;
}
.input_field_mod::-moz-placeholder { /* Mozilla Firefox 19+ */

  padding-left: 10px;
}
.input_field_mod:-ms-input-placeholder { /* Internet Explorer 10+ */

  padding-left: 10px;
}

.reset {
  margin-left: -40px;
  height: 20px;
  width: 20px;
  background: url('/image/rs.png') !important;
  background-size: fill;
  border: 0;
}

/*input[type=text]:not(.browser-default){
  margin: 0px !important;
}*/

.changeColor:hover{
  color: rgba(0, 128, 128, 0.5) !important;
}

.style_prevu_kit
{

    position: relative;
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1);
    transition: all 250ms ease-in;
    transform: scale(1);

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 30px #00000070;
    z-index: 2;
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1.03);
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 250ms ease-in;
    transform: scale(1.03);
}

div.dropdown_v1 {
  color: #555;
  width: 170px;
  position: relative;
  height: 17px;
  text-align:left;

  }
  div.submenu_v1
  {
  position: absolute;
  z-index: 2000;
  width: 50px;
  display: none;
  margin-left: 0px;
  border-radius: 6px;
  }
  .dropdown_v1  li a {
  color: #555555;
  display: block;
  font-family: arial;
  font-weight: bold;
  padding: 6px 15px;
  cursor: pointer;
  text-decoration:none;
  }
  .dropdown_v1 li a:hover{
  background:#155FB0;
  color: #FFFFFF;
  text-decoration: none;
  }
  a.account_v1 {
  font-size: 18px;
  line-height: 16px;
  color: #555;
  position: absolute;
  z-index: 110;
  display: block;
  padding: 24px 0 0px;

  text-decoration: none;

  cursor:pointer;
  }
  .root_v1
  {
  list-style: none;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  margin: -13px 0px 0 -8px;
  width: 170px;
  }
  .root_v1:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;

  position: absolute;
  color: #ffffff;
  top: -20px;
  left: 98px;
  }

  [draggable=true] {
    cursor: move;
}

.mdc-text{
  color: #4b4b4b !important;
}

.mdc-color{
  background-color: #eeeeee !important;
  color : #4b4b4b !important;
}

.mdc-color2{
  background-color: #4b4b4b !important;
}

.divider2{
  height: 2px;
  overflow: hidden;
  background-color: #4b4b4b;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 3px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .accordion:hover {
  background-color: white;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px 0px 10px;
  background-color: white;
  max-height: 0px;
  overflow: auto;
  transition: max-height 0.2s ease-out;
  border-radius: 3px;
}


button:focus{
  background-color: transparent !important;
}


div.dropdown3 {
  color: #555;
  width: 50px;
  position: relative;
  height: 17px;
  text-align:left;

  }
  div.submenu3
  {
  position: absolute;
  z-index: 2000;
  width: 50px;
  display: none;
  right: 6px;
  margin-top: 12px;
  padding: 40px 0 5px;
  border-radius: 6px;
  }
  .dropdown3  li a {
  color: #555555;
  display: block;
  font-family: arial;
  font-weight: bold;
  padding: 6px 15px;
  cursor: pointer;
  text-decoration:none;
  }
  .dropdown3 li a:hover{
  background:#155FB0;
  color: #FFFFFF;
  text-decoration: none;
  }
  a.account3 {
  font-size: 11px;
  line-height: 16px;
  color: #555;
  position: absolute;
  z-index: 110;
  display: block;
  padding: 13px 0 30px;

  text-decoration: none;

  cursor:pointer;
  }
  .root3
  {
  list-style: none;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  margin: 21px 0 0 0;
  float: right;
  width: 340px;
  }
  .root3:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #ffffff;
  position: absolute;
  color: #ffffff;
  top: 54px;
  left: 17px;
  }

  .font-reduced{
    font-size: 12px !important;
  }

  .costum-size{
    width: 250px !important;
    right: 40px !important;
    top: 130px !important;
  }

  .costum-size-1{
    width: 225px !important;
    right: 40px !important;
    margin-top: -10px !important;
    margin-left: 27px !important;
  }


  .hide{
    display: none !important;
  }

  .show_info{
    display: block !important;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
    -webkit-transition-timing-function: ease-in;
  }

  .title {
    color: #ffffff;
    text-align: center;
    font-weight: 100;
  }

.wrapper {
  margin-top: 10px;
  height: auto;
  width: 320px;
  overflow: hidden;
  background-color: white;
  position: relative;

  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
  transition: 0.3s ease;
}
.wrapper .inner {
  overflow: scroll;
  height: auto;
  padding-top: 64px;
  background: white;
  -ms-overflow-style: none;

}
.wrapper .inner::-webkit-scrollbar {
  width: 0 !important;
}
.wrapper .inner .content {
  padding: 10.6666666667px;
  position: relative;
  margin-bottom: 32px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 100;
  transition: 0.3s ease;
}
.nav .default-nav {
  height: 64px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 110;
  background-color: #4b4b4b;
  color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  transition: 0.3s ease;
}
.nav .default-nav .main-nav {
  left: 0;
  width: 100%;
  height: 64px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s ease;
}
.nav .default-nav .main-nav .toggle {
  height: 32px;
  width: 32px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/104946/ic_arrow_back_white_48dp.png);
  background-size: contain;
  margin: 16px;
  float: left;
}
.nav .default-nav .main-nav .toggle:hover {
  cursor: pointer;
}
.nav .default-nav .main-nav .options {
  height: 32px;
  width: 32px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/104946/ic_more_vert_white_48dp.png);
  background-size: contain;
  margin: 16px;
  right: 0;
}
.nav .default-nav .main-nav .options:hover {
  cursor: pointer;
}
.nav .default-nav .main-nav .main-nav-item {
  /*float: left;*/
  height: 64px;
  margin-right: 50px;
  position: relative;
  line-height: 64px;
  transition: 0.3s ease;
}
.nav .default-nav .main-nav .main-nav-item .main-nav-item-link {
  display: block;
  position: relative;
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #ffffff;
  /* box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.1); */
}
.bottom .input {
  height: 64px;
  background: #ffffff;
  border: none;
  width: calc(100% - 64px);
  left: 0;
  top: 0;
  padding: 0 5%;
  resize: none;
  overflow: scroll;
  padding-top: 24px;
  font-weight: 300;
  overflow: -moz-scrollbars-none;
}
.bottom .input:focus {
  outline: none;
}
.bottom .input::-webkit-scrollbar {
  width: 0 !important;
}
.bottom .send {
  position: fixed;
  height: 42.6666666667px;
  width: 42.6666666667px;
  border-radius: 50%;
  border: 0;
  background: #4b4b4b;
  color: #ffffff;
  bottom: 10.6666666667px;
  right: 10.6666666667px;
}
.bottom .send:before {
  content: '';
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/104946/ic_send_white_48dp.png) no-repeat center center;
  background-size: 25.6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bottom .send:focus {
  outline: none;
}
.bottom .send:hover {
  cursor: pointer;
}

.message-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 10.6666666667px 0;
  padding: 10.6666666667px 0;
}
.message-wrapper .circle-wrapper {
  height: 42.6666666667px;
  width: 42.6666666667px;
  border-radius: 50%;
}
.message-wrapper .text-wrapper {
  padding: 10.6666666667px;
  min-height: 42.6666666667px;
  width: 60%;
  margin: 0 10.6666666667px;
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
  border-radius: 2px;
  font-weight: 300;
  position: relative;
  word-break: break-all;

}
.message-wrapper .text-wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.message-wrapper.them .circle-wrapper, .message-wrapper.them .text-wrapper {
  background: #4b4b4b;
  float: left;
  color: white;
}
.message-wrapper.them .text-wrapper:before {
  border-width: 0 10px 10px 0;
  border-color: transparent #4b4b4b transparent transparent;
  top: 0;
  left: -9px;
}
.message-wrapper.me .circle-wrapper, .message-wrapper.me .text-wrapper {
  background: #FF5722;
  float: right;
  color: #333333;
}
.message-wrapper.me .text-wrapper {
  background: #ffffff;
}
.message-wrapper.me .text-wrapper:before {
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  right: -9px;
}

@media (max-width: 560px) {
  .wrapper {
    width: 100%;

    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .wrapper .inner {

    height: 100vh;
  }
}

.same-btn{
  margin-top: 5px;
  width: 175px !important;
}

.loader{
  position: absolute;
  left: 40%;
  top: 30%;
  height: 400px;
  width: 350px;
  border: 2px solid lightgray;
  background-color: white;
  border-radius: 4px;
  z-index: 10000;
}

.loader_1{
  position: absolute;
  left: 40%;
  top: 30%;
  height: 200px;
  width: 350px;
  border: 2px solid lightgray;
  background-color: white;
  border-radius: 4px;
  z-index: 10000;
}

.white-bar{
  color: white;
}

.no-margin-bottom{
  margin-bottom: 0px;
}

html, body, .main {
  height: 100% !important;
  min-height: 100% !important;
  background-color: white !important;
  overflow-y: hidden;
}

.new-progress{
  height: 20px !important;
  width: 90% !important;
  margin-left: 15px !important;
  margin-top: 25px !important;
  margin-bottom: 0px !important;
}
.percent-progress{
  text-align: right;
  padding-right: 5px;
}

.chart-wrapper {
  max-height: auto;
  position: relative;

}
.chart-wrapper #doughnut {
  position: relative;
  z-index: 10;
}

.into{
  position: absolute;
  top: 21%;
  left: 42%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

#elementParams{
  margin-left: 5px;
  margin-right: 5px;
}

.progress-circle.indefinite .progress {
  stroke: blue;
  stroke-width: 2;
  stroke-dashoffset: 0;
  stroke-dasharray: 63 188;
  animation: progress-indef 2s linear infinite;
}

.progress-circle.indefinite .bg {
  stroke: #eee;
  stroke-width: 2;
}

@keyframes progress-indef {
  0% { stroke-dashoffset: 251; }
  100% { stroke-dashoffset: 0; }
}
.mycontainer{
  width: 98%;
  margin: auto;
}

.left-cde{
  margin-right: 7px !important;
}

.cde-top{
  margin-top: 30px;
  margin-left: 50px !important;
}

.element-bottom{
  margin-bottom: 10px;
}

.padding{
  margin-top: 30px !important;
}

.underline-text{
    display: inline-block;
    border-bottom: 4px solid #5b9bd5 ;
    margin-bottom: 20px;
}

.underline-text-cde{
  display: inline-block;
  border-bottom: 4px solid #8cce6e ;
}

.underline-text-hub{
  display: inline-block;
  border-bottom: 4px solid rgba(235,89,89,0.7) ;
}


.bgheml{
  /* background-color: #eeeeee !important; */
  background-color: white !important;
}

.bord{
  border-radius: 10px !important;
}

.no-line{
  border: none !important;
}

.font-appv2{
  font-size: 20px;
  font-weight: bold;
  margin-left: 13px;
}

.space-dash{
  margin-top: 6px;
  height: 58px !important;
  background-color: #bdd7ee !important;
}
.space-dash:hover{

  background-color: #bdd7ee !important;
}

.logo-image{
  margin-top: 7px !important;
  margin-left: 25px !important;
  margin-right: 45px;
  float:left;
}

.btn-nomargin{
  margin-top: 0px !important;
}

.row .col.push-half {
  left: 0.5% !important;
}

.row .col.push-2half {
  left: 4.16666666666% !important;
}

.row .col.push-one {
  left: 6.249999999975% !important;
}

.row .col.push-onehalf {
  margin-left: 8.3333% !important;
}

.bgselect{
  background-color: white !important;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
  border: 2px solid #a5a5a5 !important;
  border-radius: 5px !important;
  margin-top: 5px !important;
}

[type="checkbox"]:checked+label:before {
  top: -4px !important;
  left: -5px !important;
  width: 12px !important;
  height: 22px !important;
  border-radius: 2px !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid #26a69a !important;
  border-bottom: 2px solid #26a69a !important;
  -webkit-transform: rotate(40deg) !important;
  transform: rotate(40deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transform-origin: 100% 100% !important;
  transform-origin: 100% 100% !important;
}



.my-btn{
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -1px;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  right: 10px;
  border-radius: 3px;
}

.my-btn-1{

  padding-right: 15px;
  padding-left: 15px;
  margin-top: -1px;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  right: 75px;
  border-radius: 3px;
}

.my-btn-2{

  padding-right: 15px;
  padding-left: 15px;
  margin-top: -1px;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
   font-size: 12px;

  right: 140px;
  border-radius: 3px;
}

.my-btn-3{

  padding-right: 12px;
  padding-left: 12px;
  margin-top: -1px;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  right: 75px;
  border-radius: 3px;
}

.no-index{
  z-index: 10 !important;
}

.my-btn-2:hover{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5) !important;
}

.my-btn-1:hover{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5) !important;
}

.my-btn:hover{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5) !important;
}

.row .col.s2-8 {
  width: 24%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 1201px) {
  .row .col.xl2-5 {
    width: 20.33333% !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .row .col.xl9-5 {
    width: 79.66667% !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
  }
}


@media only screen and (min-width: 993px) {
  .row .col.l3-5 {
    width: 29.16667% !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .row .col.l8-5 {
    width: 70.83333% !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.small-icon{
  font-size: 1.5em;
}

.padding10 {
  padding: 10px 0 0 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.no-propagation{
  cursor: pointer;
  position: absolute;
  padding: 10px !important;
  margin-left: 125px !important;
  margin-top: -145px;
}

.small-icon{
  font-size: 1.5em;
}

.into2{
  position: absolute;
  top: 48%;
  left: 43%;
  font-size: 25px;

  text-align: center;
}

.underline-text-academy{
  display: inline-block;
  border-bottom: 4px solid #49c9c9 ;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background-color: white !important;
}

.materialboxed.contain50 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.materialboxed.contain1a1{
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}

.materialboxed.contain160 {
  object-fit: contain;
  width: 160px;
  height: 160px;
}

.materialbox-caption {
  z-index: 1050 !important;
}

.imgBadge {
  width: 18px;
  position: absolute;
  right: 0px;
  top: 34px;
  z-index: 10;
}

.imgBadgeList {
  width: 17px;
  position: absolute;
  right: 3px;
  z-index: 10;
  vertical-align: middle;
  margin-top: 10px;
}

mwl-calendar .cal-slide-content {
  padding: 20px;
  color: #000 !important;
  background-color: #fff !important;
  /* -webkit-box-shadow: inset 0 0 15px 0 rgba(0,0,0,.5); */
  box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5) !important;
}

mwl-calendar .cal-slide-content a.event-item {
  color: #000 !important;
  font-weight: 400;
}

/* .a-css-class-name{
  display: inline-flex !important;
} */

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-helm:hover {
  background-color: #007777;
  color: #FFF;
}

.ng-confirm.ng-confirm-type-helm .ng-confirm-box {
  border-top: solid 7px #007777;
  -webkit-animation-name: type-helm;
  animation-name: type-helm;
}

.dropd{
  width: 150px !important;
  position: absolute;
  top: 90px !important;
  left: 300.8px !important;
  display: block;
  opacity: 1;
}

.md-center{
  background:white !important;
  /* border-top-left-radius: 10px; */

}
.md-event-calendar-month-row-header{
  background: white !important;
}

.fitted{

  display: -webkit-box !important;
}

@media only screen and (max-width: 1920px){
  .fitted{
    height: 928px !important;
    display: -webkit-box !important;
  }
}


@media only screen and (max-width: 1600px){
  .fitted{
    height: 593px  !important;
    display: -webkit-box !important;
  }
}



[class*=md-continue], .md-end{
  height: 25.6px !important;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-left:after, md-event-calendar .md-event-calendar-cell-event.md-end-left:after {
  border-top: 13px solid transparent !important;
  border-bottom: 12.5px solid transparent !important;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-right:after, md-event-calendar .md-event-calendar-cell-event.md-end-right:after {
  border-top: 13px solid transparent !important;
  border-bottom: 12.5px solid transparent !important;
}

.md-icon-button, .md-button:hover, .md-button:focus{
  border: none;
  background: transparent;
  /* padding-top: 8px; */
  position: absolute;

}
.md-ripple-container{
  display: none;
}

button.md-icon-button:focus{
  background-color: #007777 !important;
  background: #007777 !important;
  color: #007777 !important;
}

md-event-calendar-next button .md-arrow{
  margin-top: -25.8px;
  margin-left: -30px;
}

md-event-calendar-prev button .md-arrow{
  margin-left: -7px;
}

.hubcard{
  height: 150px !important;
  width: 185px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.no-propagation{
  cursor: pointer;
  position: absolute;
  padding: 10px !important;
  margin-left: 125px !important;
  margin-top: -145px;
}

.small-icon{
  font-size: 1.5em;
}

.into2{
  position: absolute;
  top: 48%;
  left: 43%;
  font-size: 25px;

  text-align: center;
}

.hub-title{
    font-size: 13px !important;
    font-weight: 500 !important;
    color: black !important;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-floating-mini {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  background-color: #5b9bd5 !important;
  height: 30px !important;
  width: 30px !important;
  height: 30px !important;
}

.btn-floating-mini i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
}

md-event-calendar._md md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-show-more-link {
  right: 0px;
  top: 4px;
  position: absolute;
}

.sep{
  margin-top: 10px !important;
  height: 35px !important;
}

.large-tiny{
  font-size: 1.4rem;
}

.row .col.s5-2 {
  width: 39.666667%;
  margin-left: auto;
  margin-right: 12px;
  left: auto;
  right: auto;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow : hidden;
  white-space: nowrap;
}

/* Nephos OS CSS */

.nef-blue{
  background-color: #8bb8e0 !important;
}

.nef-blue:active {
  background-color: #8bb8e0 !important;
}

.nef-blue:focus {
  background-color: #8bb8e0 !important;
}

.nef-blue:hover {
  background-color: #2196f3 !important;
}

.nef-blue-i{
  color: #2196f3 !important;
}

.btn-floating.nef-green{
  background-color: #8cce6e !important;
}

.btn-floating.nef-green:active {
  background-color: #8cce6e !important;
}

.btn-floating.nef-green:focus {
  background-color: #8cce6e !important;
}

.btn-floating.nef-green:hover {
  background-color: #8dec61 !important;
}

.btn-floating.nef-red{
  background-color: #EB5A58 !important;
}

.btn-floating.nef-red:active {
  background-color: #EB5A58 !important;
}

.btn-floating.nef-red:focus {
  background-color: #EB5A58 !important;
}

.btn-floatings.nef-red:hover {
  background-color: #ff2323 !important;
}


.nef-li{
  line-height: 64px !important;
}

.nef-menu-a{
  height: auto !important;
}

.nef-menu-a-mod{
  height: auto !important;
  width: 150px !important;
}

.nef-menu-button{
  background-color: #8bb8e0 !important; /*#5b9bd5*/
  height: 54px !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                      0 1px 5px 0 rgba(0,0,0,0.12),
                      0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)
}

.nef-menu-button:hover{
  background-color: #2196f3 !important; /*#5b9bd5*/
}

.nef-menu-button.active{
  background-color: #2196f3 !important;
}

.nef-menu-button.disactive{
  background-color: grey !important;
}

.input-search{
  background-color: white !important;
  /* border: 8px lightgrey solid !important;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important; */
  border: none !important;
  color: black !important;
}

.input-search2{
  background-color: white !important;
  border: 8px lightgrey solid !important;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-right-width: 4px !important;
  /* border: none !important; */
  color: black !important;
}

.input-search::placeholder{
  color: lightgrey;
}

.input-search:focus{
  color: transparent !important;
}

input#search{
  padding: 0px !important;
  margin: 0px !important;
}

input[type=search]:not(.browser-default){
  height: 2em !important;
}

.nef-a-search{
  background-color: lightgrey !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  width: 35px;
}

.nef-a-search:hover, .nef-a-search:focus {
  background-color: lightgrey !important;
}
.nef-a-search-cde{
  background-color: lightgrey !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  width: 62px;
}

.nef-a-search-cde:hover, .nef-a-search-cde:focus {
  background-color: lightgrey !important;
}

/*  backup
.nef-icon-search{
  position: absolute;
  top: 0px;
  right: 99px;

}
.nef-box{
  position: absolute;
  top: 17px;
  right: 97px;
  border: 2px black solid;
  border-radius: 3px;
  height: 32px !important;
  width: 28px;
} 
*/
.nef-icon-search-cde{
  position: absolute;
  top: 0px;
  right: 99px;

}
.nef-box-cde{
  position: absolute;
  top: 17px;
  right: 97px;
  border: 2px black solid;
  border-radius: 3px;
  height: 32px !important;
  width: 33px;
} 

.fixed_header{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_header tbody{
display:block;
width: 100%;
overflow-y: auto;

}

.fixed_header thead tr {
 display: block;
}

.nef-search-cde-dyn-w{
  width: 500px;
  height: 46px;
  margin-top: 10px;
  margin-right: 40px;
  border-radius: 3px;
  z-index:1000;
  display: inline-flex;
  position: absolute;
  top: -115%;
  right: 2%;
}


/* like s*/


.mobileSi {
  display : none !important;
}
.mobileNo {
  display : unset !important;
}
@media only screen and (max-width: 601px) {
  .nef-search-dyn-w{
    display : none !important;
  }
  .nef-search-cde-dyn-w{
    display : none !important;
  }

  .mobileSi {
    display : unset !important;
  }
  .mobileNo {
    display : none !important;
  }
}

/* like m*/
@media only screen and (min-width: 601px) {
  .nef-search-dyn-w{
    width: 300px !important;
  }
  .nef-search-cde-dyn-w{
    width: 350px !important;
  }

}

@media only screen and (min-width: 700px) {
  .nef-search-dyn-w{
    width: 400px !important;
  }  
  .nef-search-cde-dyn-w{
    width: 450px !important;
  }
}

@media only screen and (min-width: 1010px) {
  .nef-search-dyn-w{
      width: 515px !important;
  }
}
/* like xl*/
@media only screen and (min-width: 1201px) {
  .nef-search-dyn-w{
    width: 515px !important;
  }
}


.nef-icon-search{
  position: relative;
  top: -17px;
  right: 6px;
}
.nef-box{
  position: relative;
  top: -1px;
  right: -36px;
  border: 2px black solid;
  border-radius: 3px;
  height: 32px !important;
  width: 60px;
}

.nef-deep-blue{
  color: #002060;
}

.overflow-list{
  overflow-y: scroll !important;
  max-height: 350px !important;
  min-height: 350px !important;
}

.input-asset{
  border: 1px solid black !important;
}

.centred{
  text-align: center;
}

.light-blue-2{
  background-color: #8bb8e0; /*#BDD7EE;*/
}

.overflow-list-flags{
  overflow-y: scroll !important;
  max-height: 475px;
  min-height: 475px;
}


@media (min-height: 38.875em){.picker--opened .picker__frame{top: 5% !important;}}

.picker__date-display {
  text-align: center !important;
  background-color: #2196F3 !important;
  font-weight: 200 !important;
}

.picker__day.picker__day--today {
  color: #2196F3 !important;
}

.picker__close, .picker__today {
  color: #2196F3 !important;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff !important;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  
  background-color: #2196F3 !important;
  
}

@media only screen and (min-width: 601px){
  .picker__day--infocus {
      padding: 0.7rem 0 !important;
  }
}

.picker__nav--prev:hover, .picker__nav--next:hover {
  background: #c8e5fc !important;
}



.overflow-list-asset{
  overflow-y: scroll !important;
  max-height: 241px;
  min-height: 241px;
}

.overflow-list-portolio{
  overflow-y: scroll !important;
  max-height: 280px;
  min-height: 280px;
}



.overflow-list-layout{
  overflow-y: scroll !important;
  max-height: 500px !important;
  min-height: 500px !important;
}

.overflow-list-report{
  overflow-y: scroll !important;
  max-height: 500px !important;
  min-height: 500px !important;
}

.nef-li-dimension{
  height: 35px !important;
  /*margin-top: 5px !important;*/
  margin-bottom: 7px !important;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                      0 1px 5px 0 rgba(0,0,0,0.12),
                      0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)

}

.nef-li-dimension:hover{
  background-color: #2196f3 !important; /*#5B9BD5*/
}

.nef-li-dimension.active {
  background-color: #2196f3 !important; /*#5B9BD5*/
}

.nef-li-font{
  font-size: 20px;
  font-weight: 600;
}

/* padding: 0 2rem; font-size: 30px;  */
.nef-btn{
  border: none;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 20px; 
  -webkit-tap-highlight-color: transparent;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                      0 1px 5px 0 rgba(0,0,0,0.12),
                      0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)
}

.nef-btn-overview{
  border: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 1.2rem;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 20px;
  -webkit-tap-highlight-color: transparent;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                      0 1px 5px 0 rgba(0,0,0,0.12),
                      0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)
}

.nef-btn-login{
  border: none;
  display: inline-block;
  height: 56px;
  /* width: 303.31px !important; */
  line-height: 56px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 30px;
  -webkit-tap-highlight-color: transparent;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                      0 1px 5px 0 rgba(0,0,0,0.12),
                      0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)
}

.img-side{
  display: block;
  float: left;
  position: absolute;
  left: 22%;
  /* top: 33.6%; */
  /* top: 7%*/
}

.img-side-asset{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  /* top: 33.6%; */
  /* top: 7%*/
}

.img-side-flag{
  display: block;
  float: left;
  position: absolute;
  left: 12%;
  top: 7%;
}

.img-side-flag-2{
  display: block;
  float: left;
  position: absolute;
  left: 11%;
  top: 6%;
}

.img-side-flag-3{
  display: block;
  float: left;
  position: absolute;
  left: 78%;
  bottom: -56%;
}

.header-flag{
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  background-color: #5b9bd5;
}

.input-flag{
  border: 2px solid #2196f3 !important;
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 5px !important;
  box-sizing: inherit !important;
}

.input-flag::placeholder{
  color: black !important;
}

.input-note{
  margin-bottom: 4px !important;
  width: 100% !important;
}

.input-file{
  width: 99% !important;
}

.select-flag{
  display: block;
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 5px !important;
  box-sizing: inherit !important;
}

.nef-mar{
  margin-bottom: 10px !important;
}

.btn-flag{
  width: 200px !important;
  vertical-align: top !important;
  text-align: center;
}

.notactivated{
  padding-left: 32px !important;
  padding-right: 32px !important;
  height: 54px !important;
  margin-bottom: 0px;
}

.font-nef-h5{
  /* font-size: 18px !important; */
}

.nef-li-dash{
  padding-top: 10px !important;
  background-color: #bdd7ee !important;
}

.nef-li-dash:hover{
  background-color: #bdd7ee !important;
}


.btn,.btn-floating{
  background-color: #5b9bd5 !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
  box-shadow: none !important;
  color: black !important;

}

.nef-btn-2 {
  border: none;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 30px;
  width: 181px;
  -webkit-tap-highlight-color: transparent;
}


/*override materialize*/

td, th {
  padding: 10px 5px !important;

}

.nef-btn:hover{
  background-color: #2196f3 !important;
}

.nef-top-margin-asset{
  margin-top: 35px !important;
  margin-bottom: 0px !important;
}

.nomarginbot{
  margin-bottom: 0px !important;
}

.nomargintop{
  margin-top: 0px !important;
}

.overview-img{
  margin-top: 20px;
  width: 270px;
}

.nef-overview-size{
  font-size: 13px;
}

.jstree-icon{
  margin-right: 10px !important;
}

.jstree-node{
  margin-top: 5px !important;
}

.jstree-anchor{
  display: inline-block !important;
  padding: 0px !important;
}

.nef-cde-icon{
  margin-top: 32px;
  margin-left: 34px;
  margin-right: 5px !important;
}

.planimetry{
  display: block;
  margin-bottom: 10px !important;
  border: 2px solid #2196f3 !important;
  margin-bottom: 10px !important;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.nef-inline{
  display: inline-flex !important;
}

.nef-flag-void{
  height: 47.6px !important;
}

.nef-15{
  margin-top: 15px !important;
}

.nef-20{
  margin-top: 20px !important;
}

.nef-25{
  margin-top: 25px !important;
}

.nef-35{
  margin-top: 35px !important;
}

.nef-img-layout{
  position: absolute;
}

.nef-colletion-item{
    background-color: #fff;
    line-height: 1.5rem;
    padding: 6px 12px !important;
    margin: 0;
    /* border: none !important; */
}

.nef-collection{
  border: none !important;
}

.nef-bold{
  font-weight: bold;
}

.nef-space{
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

.nef-pointer{
  cursor: pointer;
}

.nef-assets-pos{
  position: absolute !important;
  /* top: 25.35% !important; */
  top: 11.5% !important;
  width: 18% !important;
}

.grid {
  width: 100%;
  height: 300px;
}

.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.grid-msg-overlay .msg > .center {
  display: table-cell;
  vertical-align: middle;
}

#export_table {
  position: relative;
}

#export_table.htAutoColumnSize {
  visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
}

#export_table table,
#export_table tbody,
#export_table thead,
#export_table td,
#export_table th,
#export_table div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#export_table table.htCore {
  border-collapse: separate;
  /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
  position: relative;
  /*this actually only changes appearance of user selection - does not make text unselectable
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /*user-select: none; /*no browser supports unprefixed version*/
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  /* reset bootstrap table style. for more info see: https://github.com/warpech/jquery-handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

#grid1 {
  overflow: scroll;
}

#export_table {
  overflow: scroll;
}

#export_table col {
  width: 50px;
}

#export_table col.rowHeader {
  width: 50px;
}

#export_table th,
#export_table td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
}

#export_table td.htInvalid {
  -webkit-transition: background 0.75s ease;
  transition: background 0.75s ease;
  background-color: #ff4c42;
}

#export_table th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#export_table tr:first-child td[id*="1"]{
  background-color: #EEE;
}

#export_table tr:first-child th.htNoFrame,
#export_table th:first-child.htNoFrame,
#export_table th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

#export_table th:first-child,
#export_table td:first-child,
#export_table .htNoFrame + th,
#export_table .htNoFrame + td {
  border-left: 1px solid #CCC;
}

#export_table tr:first-child th,
#export_table tr:first-child td {
  border-top: 1px solid #CCC;
}

#export_table thead tr:last-child th {
  border-bottom-width: 0;
}

#export_table thead tr.lastChild th {
  border-bottom-width: 0;
}

#export_table th {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

#export_table thead th {
  padding: 0;
}

#export_table th.active {
  background-color: #CCC;
}

#export_table thead th .relative {
  position: relative;
  padding: 2px 4px;
}

/* plugins */

#export_table .manualColumnMover {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 5px;
  height: 25px;
  z-index: 999;
  cursor: move;
}

#export_table th .manualColumnMover:hover,
#export_table th .manualColumnMover.active {
  background-color: #88F;
}

#export_table .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
}

#export_table .manualColumnResizerHandle {
  background-color: transparent;
  width: 5px;
  height: 25px;
}

#export_table .manualColumnResizer:hover .manualColumnResizerHandle,
#export_table .manualColumnResizer.active .manualColumnResizerHandle {
  background-color: #AAB;
}

#export_table .manualColumnResizerLine {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #AAB;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
}

#export_table .manualColumnResizer.active .manualColumnResizerLine {
  display: block;
}

#export_table .columnSorting:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* border line */

#export_table .wtBorder {
  position: absolute;
  font-size: 0;
}

#export_table td.area {
  background-color: #EEF4FF;
}

/* fill handle */

#export_table .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

#export_table .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

#export_tableInput {
  border: 2px solid #5292F7;
  outline-width: 0;
  margin: 0;
  padding: 1px 4px 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  /*repeat from #export_table (inherit doesn't work with IE<8) */
  line-height: 1.3em;
  /*repeat from #export_table (inherit doesn't work with IE<8) */
  font-size: inherit;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: inline-block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}

#export_tableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
}

/*
TextRenderer readOnly cell
*/

#export_table .htDimmed {
  color: #777;
}

/*
TextRenderer placeholder value
*/

#export_table .htPlaceholder {
  color: #999;
}

/*
AutocompleteRenderer down arrow
*/

#export_table .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

#export_table td .htAutocompleteArrow:hover {
  color: #777;
}

/*
CheckboxRenderer
*/

#export_table .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}

/*
NumericRenderer
*/

#export_table .htNumeric {
  text-align: right;
}

/*context menu rules*/

ul.context-menu-list {
  color: black;
}

ul.context-menu-list li {
  margin-bottom: 0;
  /*Foundation framework fix*/
}

/**
 * dragdealer
 */

#export_table .dragdealer {
  position: relative;
  width: 9px;
  height: 9px;
  background: #F8F8F8;
  border: 1px solid #DDD;
}

#export_table .dragdealer .handle {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #C5C5C5;
}

#export_table .dragdealer .disabled {
  background: #898989;
}

/**
 * Handsontable in Handsontable
 */

#export_table #export_table .wtHider {
  padding: 0 0 5px 0;
}

#export_table #export_table table {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

/**
 * Handsontable listbox theme
 */

#export_table.listbox {
  margin: 0;
}

#export_table.listbox table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}

#export_table.listbox th,
#export_table.listbox tr:first-child th,
#export_table.listbox tr:last-child th,
#export_table.listbox tr:first-child td,
#export_table.listbox td {
  border-width: 0;
}

#export_table.listbox th,
#export_table.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

#export_table.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

#export_table.listbox .wtBorder {
  visibility: hidden;
}

#export_table.listbox tr td.current,
#export_table.listbox tr:hover td {
  background: #eee;
}

.htContextMenu {
  display: none;
  position: absolute;
}

.htContextMenu table.htCore {
  outline: 1px solid #bbb;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0px 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed{
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current{
  background: rgb(233, 233, 233);
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #bbb;
  height: 0;
  padding: 0;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: white;
  color: #999;
  cursor: default;
}

#export_table td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/*WalkontableDebugOverlay*/

.wtDebugHidden {
  display: none;
}

.wtDebugVisible {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: wtFadeInFromNone;
  animation-duration: 0.5s;
  animation-name: wtFadeInFromNone;
}

@keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
  
  
}

#export_table tbody td {
  margin:0; padding:0;
  padding-right:12px;
}

input {
  border:none;
  width:100%;
  height:100%;
  font-family: Verdana, Helvetica, Arial, FreeSans, sans-serif;
  font-size:12px;
  padding: 0 4px 0 4px;
  
}

input:focus { 
  border:2px solid #5292F7;
  outline: none;
}

.jstree-default .jstree-wholerow-clicked {
  background: rgb(33, 150,243) !important;
  background: rgb(33, 150,243) !important;
  background: rgb(33, 150,243) !important;
}

.nef-profile-image{
  width: 49px;
  height: 49px;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 81px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 2px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  object-fit: cover;
}

.new_overflow_list{
  height: 215px !important;
  overflow-y: scroll;
}

.n3{
  height: auto !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
 
}

.bord-top{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: 1px solid grey;
}

.bord-top-2{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
 
}

.border-card{
  border: 1px solid grey;
  border-top: none;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.pad10{
  padding: 10px !important;
}

.div-border{
  border: 1px solid black;
}

.double-border{
  border: 2px solid black;
}

.mediateca-video{
  height: 195px !important;
  overflow-y: scroll;
}

.mediateca-image{
  height: 225px !important;
  overflow-y: scroll;
}

.mediateca-intero{
  max-height: 553px !important;
  min-height: 553px !important;
  overflow-y: scroll;
}


.input-border-search{
  border: 8px solid lightgrey !important;
  border-radius: 5px  !important;
  margin-left: 0px  !important;
  width: 94%  !important;
}

.card{
  position: relative !important;
}

/* .adsk-viewing-viewer{

 
} */



.clickoff{
  display: none !important;
}

.createQualityIssues {
  background-image: url(https://github.com/encharm/Font-Awesome-SVG-PNG/raw/master/white/png/24/pencil.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.loadQualityIssues {
  background-image: url(https://github.com/encharm/Font-Awesome-SVG-PNG/raw/master/white/png/24/exclamation-triangle.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
  position: relative;
  padding-left: 23px !important;
  cursor: pointer;
  display: inline-block;
  height: 25px !important;
  color: black !important;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
  background-color: #5b9bd5 !important;
}

.uppercase {
text-transform: uppercase;
}

.imgLan {
  width: 35px !important;
  height: 35px !important;
  margin: 5px 5px 5px 5px !important;
}


.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(167, 163, 163, 0.8);
  z-index: 2000;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: unset !important;
}

#loading-bar .bar {
  height: 8px !important;
}

.imgSquare {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}

.collection .collection-item.avatar {
   min-height: unset !important;
  }

.boldText {
  font-weight: bold;
}

.cardMaterialize {
  position: relative !important;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}
.cardMaterialize {
-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.urlsDropdown a.dropdown-button {
  border: none; 
  box-shadow: none; 
  padding: 0px; 
  margin: 0px;
}

.urlsDropdown .dropdown-content {
  width: 250px !important; 
  margin-top: -15px !important;
}
.urlsDropdown .dropdown-content li{
  border-bottom: 1px solid #d6d6d6;
}

.nav50vw {
  max-width: calc(50vw - 150px) !important;
  height: 58px !important;
  /* min-width: 323px !important; */
}

@media only screen and (max-width: 991px){
  .nav50vw {
    max-width: 50vw !important;
  }
}

.askYourPMContainer {
  padding: 5px 10px !important;
  margin-right: 0.75rem;;
  border-radius: 30px;
  border: 1px solid #d6d6d6;
  line-height: 22px;
}

.miniMenu {
  width: 54px !important;
  height: calc(100vh - 64px) !important;
  padding-bottom: 0px;
  background-color: #bdd7ee;
  margin-top: -1px;
  display: block !important;
}

.nextMiniMenu {
  width: calc(100vw - 57px) !important;
  height: calc(100vh - 65px) !important;
  padding-bottom: 0px;
  overflow-y: scroll;
}

.image_miniMenu {
  height: 32px;
  width: 32px !important;
  margin-top: 4px;
}
.miniMenu  .nef-menu-button{
  height: 40px !important;
  width: 40px !important;
}

@media only screen and (max-width: 601px){
  .miniMenu {
    display: none !important;
  }
  
  .nextMiniMenu {
    width: calc(100vw) !important;
  }
}

.nameCell {
  max-width: 560px; 
  display: inline-block; 
  text-decoration: none; 
  padding-top: 8px; 
  color: black; 
  font-size: 13px; 
  cursor: pointer;
}
.dirNameCell {
  max-width: 560px; 
  display: inline-block; 
  text-decoration: none; 
  padding-top: 8px;
}
@media only screen and (max-width: 1010px){
  .nameCell {
    max-width: 400px; 
  }
  .dirNameCell {
    max-width: 400px; 
  }
}
@media only screen and (max-width: 991px){
  .nameCell {
    max-width: 410px; 
  }
  .dirNameCell {
    max-width: 410px; 
  }
}
@media only screen and (max-width: 770px){
  .nameCell {
    max-width: 360px; 
  }
  .dirNameCell {
    max-width: 360px; 
  }
}
@media only screen and (max-width: 701px){
  .nameCell {
    max-width: 410px; 
  }
  .dirNameCell {
    max-width: 410px; 
  }
}
@media only screen and (max-width: 640px){
  .nameCell {
    max-width: 360px; 
  }
  .dirNameCell {
    max-width: 360px; 
  }
}
@media only screen and (max-width: 601px){
  .nameCell {
    max-width: 310px; 
  }
  .dirNameCell {
    max-width: 310px; 
  }
}
@media only screen and (max-width: 501px){
  .nameCell {
    max-width: 200px; 
  }
  .dirNameCell {
    max-width: 200px; 
  }
}
@media only screen and (max-width: 401px){
  .nameCell {
    max-width: 150px; 
  }
  .dirNameCell {
    max-width: 150px; 
  }
}

.tagChips {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.btn-superAdmin {
  background-color: #f1c40f !important;
  color: #FFF;
}

.btn-superAdmin :before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  content: "star";
  margin-right: 3px;
}

.material-icons.superAdmin {
  background-color: #f1c40f !important;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  padding-left: 4px;
  padding-top: 4px;
}

.dropdownTickets {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdownTickets-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 5px;
  z-index: 100000;
  bottom: 20px;
  left: 100%;
}

.dropdownTickets:hover .dropdownTickets-content {
  display: block;
}

.ng-leave { display:none !important; }

.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}




.custom-lang-dropdown {
  position: relative;
  width: 80px;
  cursor: pointer;
  user-select: none;
  padding: 5px 10px;
  margin-top: 5px;
}

.custom-lang-dropdown .selected-lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.lang-label {
  text-transform: uppercase;
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
}

.dropdown-icon {
  margin-left: 4px;
  height: 40px !important;
  line-height: 40px !important;
}

.dropdownMenuLang {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 210px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.dropdownMenuLang li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}

.dropdownMenuLang li:hover {
  background-color: #f0f0f0;
}