﻿body {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar {
    background-color: #E4E5E3;
    width: 14px;
}

body::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
    background-color: #E4E5E3;
    border-radius: 2px !important;
}

input, select {
    -webkit-appearance: none;
    border-radius: 0;
}

#containerMain {
    display: none;
    width: 400px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#container {
  display:none;
  width: 300px;
  height: 3px;
  position: absolute;
  margin: auto;
  /*top: 0;*/
  right: 0;
  bottom: 0;
  left: 0;
}

.versione {
    margin-top: 0px !important; 
    padding-top: 0px !important; 
}

.has-error {
    margin-bottom: 5px !important
}

.content_custom {
    border-radius: 5px !important;
    box-shadow: 0.5px 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.btn_custom {
    /*border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;*/
    background-color: #5556FD;
    color: white
}

.btn_custom:hover {
    /*border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;*/
    background-color: #5556FD;
    color: white
}

.select2-dropdown--above {
    border: 1px solid blue !important;
    
    border-bottom: none !important;
}


/*.select2-container {
    border: 1px solid #C2CAD8;
}*/

.select2-selection {
    border-top: 0px solid #ccc !important;
    border-left: 0px solid #ccc !important;
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #E4E5E3 !important;
}

.form-control {
    border-bottom: 1px solid #E4E5E3 !important;
}

.buttonr {
    border-radius: 4px !important;
}


.btn_custom {
    /*border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;*/
    background-color: #5556FD;
    color: white
}

    .btn_custom:hover {
        /*border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;*/
        background-color: #5556FD;
        color: white
    }

#BtnLogin:focus {
    color: white
}

#BtnLogin:active {
    color: white
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid green !important;*/
    /*-webkit-text-fill-color: red !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    /*font-size: 14px;*/
}

input {
    color: #2D2D2D !important
}