﻿body {
}


div {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -khtml-user-select: none !important; /* Konqueror HTML */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noselect {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -khtml-user-select: none !important; /* Konqueror HTML */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.toast {
    text-align: center !important;
    background-color: #37474f !important;
    padding: 15px;
}

.toast #closeBtn {
  float: right !important;
  position: relative;
  right: -8px;
  top: -8px;
  color: red;
}

.toast #closeBtn:hover{
  color:white;
 } 
        
        
        
.toast .material-icons {
    padding-right: 0 !important;
    float: left !important;
}

.toast #mainContent {
   max-width: 250px;
   max-height: 130px;
   margin: 0px;
   padding: 0px;
    }

 .toast p input {
    margin: 5px;
  }

 
 .toast a {
     margin-left: 10px;
 }

 .toast a i:hover{
     color:dodgerblue !important;
 }

 .toast input {
     text-align: center;
     max-width:260px;
 }



#cover {
    background-color: rgba(0, 0, 0, 0.22);
    position: fixed;
    height: 100%;
    width: 100%;
  z-index:1300;
 
}


#cadre_centre {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 12em;
    width:25em;
     border-radius:25px;
    z-index: 3;
}

#main_loader {
    left: 10em;
    top: 2.5em;
}





#loadProjectsList li:hover {
    background-color: #f3e5f5;
}

#loadProjectsList a {
    opacity:.5;
}

#loadProjectsList a:hover {
    opacity: 1;
}


#infoList i:hover {
    color: #2196f3;
}



#smsSearchResult a {
    color: white;
    background-color:  transparent !important;
}

    #smsSearchResult a:hover {
        background-color: rgba(255, 255, 255, 0.3) !important;
        color: rgb(51, 51, 51);
    }
    
    
    
    #smsForm a {
        border: solid white 1px;
        padding-left: 6px;
        padding-right: 6px;
        margin: 5px;
    }

#smsForm a i{
  margin-right:5px !important;
}
    #smsForm a:hover {
        background-color: rgba(0,0,0,.3) !important;
        border: solid #304ffe 1px;
    }

#smsForm .input-field .prefix.active {
    color: #0d47a1;
}



#userResult a {
    color: white;
    background-color: transparent !important;
}

    #userResult a:hover {
        background-color: rgba(255, 255, 255, 0.3) !important;
        color: rgb(51, 51, 51);
    }
    


