﻿.SIMPLEBUTTON {
    background-color: rgba(0,0,0,.04);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 500 14px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    min-height: 36px;
    line-height: 36px;
    margin: 0;
    min-width: 54px;
    outline: none;
    padding: 0 16px;
    text-align: center;
    transition-property: background-color,box-shadow,color,opacity;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
    text-transform: uppercase;
    vertical-align: middle;
}

.EXPORTBUTTON {
    border-radius: 2px;
    color: white;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.5s;
    line-height: 15px;
    font-size: 10px !important;
    display: inline-flex !important;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    display: block!important;
    text-align: center;

}

.EXPORTBUTTON:hover {
    background: lightgray;
}

.ALERTBUTTON {
    border-radius: 10px;
    color: white;
    font-weight: bold;
    opacity: 0.8;
    text-align: center;
    line-height: 15px;
    transition-duration: 0.5s;
    font-size: 10px !important;
    padding: 3px 10px !important;
    display: inline-flex !important;
    cursor: pointer;
    text-decoration: none;
}

.ICONONLYBUTTON {
    border-radius: 3px;
    color: white;
    font-weight: bold;
    opacity: 0.8;
    text-align: center;
    line-height: 15px;
    transition-duration: 0.5s;
    font-size: 10px !important;
    display: inline-flex !important;
    cursor: pointer;
    padding: 2px;
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
}

.GREEN {
    background: #5cb85c;
}

.GREY {
    background: #7C7C7C;
    opacity: 1 !important;
}


.YELLOW { background: #f6a707; }


.BLUE {
    background: #2faef4;
}

.GREYBLUE {
    background: #5C7C8C;
}

.SLATEGREY {
    background: slategrey;
}

.FADEDPURPLE {
    background: #696D98;
}

.RED {
    background: #fd3e00;
}

.TITANRED {
    background: #c63d32!important;
    color: white !important;
}
.TITANRED:hover {
    background: #a12218!important;
    color: white !important;
}

.PURPLE {
    background: #9F3B64;
    min-width: 96px;
}

.CYAN {
    background: #07979E;
    min-width: 96px;
}

.jQueryButton:hover:not([disabled]), .w2ui-btn:hover:not([disabled]) {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.jQueryButton, .w2ui-btn {
    outline: none !important;
    font-size: 12px;
    padding: .4em 1em;
        border-radius: 3px;
    color: #454545;
    text-decoration: none;
        border: 1px solid #c5c5c5;
    background: #f6f6f6;
    background-image: none !important;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
        display: inline-block;
    position: relative;
        margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0em;
    font: 400 13.3333px Arial;
        box-sizing: border-box;
        align-items: flex-start;
        -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    -webkit-rtl-ordering: logical;
        border-collapse: collapse;
    min-width: 80px !important;
}

.MODERNBUTTON {
    outline: none !important;
    font-size: 12px!important;
    padding: .3em 1em;
        border-radius: 3px;
    color: #454545;
    text-decoration: none;
        border: none!important;
    background: #f1f1f1;
    background-image: none !important;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
        display: inline-block;
    position: relative;
        margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0em;
    font: 400 13.3333px Arial;
        box-sizing: border-box;
        align-items: flex-start;
        -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    -webkit-rtl-ordering: logical;
        border-collapse: collapse;
    min-width: 80px !important;
}

.SMALLBUTTON {
    font-size: 11px!important;
    padding: .3em .5em!important;
    
    min-width: 50px !important;
}

.BLUEBTN, .w2ui-btn-blue {
    background: #4B80BC !important;
    color: white!important;
}

.BLUEBORDER {
    border:1px solid #4B80BC !important;
    color: #4B80BC !important;
    background: white !important;
}

.w2ui-btn-blue:hover:not([disabled]), .BLUEBTN:hover:not([disabled]) {
    background: #497BA3 !important;
}

.REDBTN {
    background: #DE350B!important;
    color: white!important;
}

.REDBTN:hover:not([disabled]) {
    background: #B32200!important;
}

.BLUEBTN {
    background: #4B80BC !important;
    color: white!important;
    transition: width 0.5s, padding-left 0.5s, background 0.5s, opacity.5s;
}

.BLUEBTN:hover:not([disabled]) {
    background: #497BA3 !important;
}

.LIGHTBLUEBTN {
    background: #4c97d0 !important;
    color: white!important;
    transition: width 0.5s, padding-left 0.5s, background 0.5s, opacity.5s;
}

.LIGHTBLUEBTN:hover:not([disabled]) {
    background: #2d7fbf !important;
}
.BTNCOMPANYINFORMATIONSAVE[disabled], .BTNCOMPANYINFORMATIONRESET[disabled], .DISABLEDBUTTON{
    opacity: 0.5;
}

.CLICKEDSUBMITBUTTON:not(.SMALLBUTTON) {
    background: white url(../UI/button_loading_blue.gif)!important;
    color: #4B80BC !important;
    border: 1px solid #4B80BC !important;
    background-position: 8px 8px;
    background-repeat: no-repeat!important;
    background-size: 20px !important;
    padding-left: 1.5em;
    cursor: auto;
    opacity: 1!important;
    background-position-x: 3px!important;
    background-position-y: 3px!important;
}

.CLICKEDSUBMITBUTTON.SMALLBUTTON {
    background: white url(../UI/button_loading_blue.gif)!important;
    color: #4B80BC !important;
    border: 1px solid #4B80BC !important;
    background-repeat: no-repeat!important;
    background-size: 15px !important;
    padding-left: 1.5em!important;
    cursor: auto;
    opacity: 1!important;
    background-position-x: 2px!important;
    background-position-y: 2px!important;
}

.CLICKEDDELETEBUTTON {
    background: white url(../UI/button_loading_red.gif)!important;
    color: #DE350B !important;
    border: 1px solid #DE350B !important;
    background-position: 8px 8px;
    background-repeat: no-repeat!important;
    padding-left: 1.5em;
    cursor: auto;
    opacity: 1!important;
    background-position-x: 3px!important;
    background-position-y: 3px!important;
    background-size: 20px !important;
}


.TEXTBTNWITHIMG {
    border-radius: 10px;
    color: #316C93 !important;
    font-weight: normal;
    text-align: center;
    line-height: 17px;
    transition-duration: 0.2s;
    font-size: 15px !important;
    padding: 3px 10px !important;
    display: inline-flex !important;
    cursor: pointer;
}

.TEXTBTNWITHIMG:hover {
    opacity: 0.7;
}
.ICONBUTTON {
    padding: 4px;
    padding-left: 0px;
    padding-right: 14px;
    height: 16px;
    background-color: #708090;
    color: white;
    font-weight: bold;
    display: inline;
    cursor: pointer;
    white-space: nowrap;
}

.ICONBUTTON img, icon_ButtonImage {
    height: 16px;
    float: left;
    transform: translate(-2%, -51%);
    padding: inherit;
    padding-right: 6px;
    padding-left: 6px;
    background-color: white;
    margin: inherit;
    margin-left: 0px;
}

.MODERNBUTTONWITHICON {
    border-radius: 10px;
    color: #333;
    font-weight: bold;
    opacity: 0.8;
    text-align: center;
    line-height: 16px;
    transition-duration: 0.5s;
    font-size: 10px !important;
    padding: 2px 10px !important;
    display: inline-flex !important;
    cursor: pointer;
    text-decoration: none;
    background: #ddd;
}