﻿.formcontrolborderless {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid;
    /*color: black;*/
    color: lightgray;
    font-size: 15px;
}


    .formcontrolborderless:hover {
        border-color: blue;
    }

    .formcontrolborderless:focus {
        border-color: blue;
    }

.formcontrolborderless--width265 {
    width: 265px;
    height: 40px;
    
}

.formcontrolborderless--width130 {
    width: 130px;
    height: 40px;
    
}

.formcontrolborderless--width60 {
    width: 60px;
    height: 40px;
    
}

.formcontrolborderless--width65 {
    width: 65px;
    height: 40px;
}

.formcontrolborderless--width120 {
    width: 120px;
    height: 40px;
    
}

/*.g-button {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

g-button-submit {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}*/

/*#region PLACE HOLDER FONT */
/*.element::-webkit-input-placeholder {
    color: red;
    font-weight: lighter;
}

.element::-moz-placeholder {
    color: red;
    font-weight: lighter;
}

.element:-ms-input-placeholder {
    color: red;
    font-weight: lighter;
}

.element:-o-input-placeholder {
    color: red;
    font-weight: lighter;
}*/ 
/*#endregion*/