/* standard */
.buttons1777_button_standard {
    padding: 3px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#333333;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_standard:hover {
    box-shadow: 0 0 2px #ababab;
    color:#000000;
    outline:none;
}
.buttons1777_button_standard:active {
    outline:none;
    padding-top:4px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_standard {
    outline:none;
    padding-top:5px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_standard_disabled {
    padding: 4px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#999999;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}

/* big */
.buttons1777_button_big {
    padding: 5px 25px 6px 25px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#333333;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_big:hover {
    box-shadow: 0 0 2px #ababab;
    color:#000000;
    outline:none;
}
.buttons1777_button_big:active {
    outline:none;
    padding-top:6px;
    padding-bottom:5px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_big {
    outline:none;
    padding-top:6px;
    padding-bottom:5px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_big_disabled {
    padding: 6px 25px 6px 25px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#999999;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    -webkit-appearance: none;
}

/* search */
.buttons1777_button_search {
    border:1px solid #E47129;
    padding:3px 20px 3px 20px;
    margin:0;
    border-radius:2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#333333;
    user-select: none;
    outline:none;
    background: url(search_bg.png) top left repeat-x #ffffff;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_search:active {
    padding-top: 4px;
    padding-bottom: 2px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_search {
    padding-top: 4px;
    padding-bottom: 2px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_search:hover {
    background: url(search_bg.png) bottom right repeat-x #ffffff;
}
.buttons1777_button_search_border {
    display:inline-block;
    float: left;
    border-radius:4px;
    border:2px solid #E47129;
    height:auto;
    width:auto;
    background:#E47129;
    padding:0;
    margin:0;
    text-align:center;
    vertical-align:middle;
}
.buttons1777_button_search_disabled {
    border:1px solid #E47129;
    padding:2px 20px 2px 20px;
    margin:0;
    border-radius:2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#999999;
    user-select: none;
    outline:none;
    background: url(search_bg.png) top left repeat-x #ffffff;
    text-align:center;
    vertical-align:middle;
    -webkit-appearance: none;
}

/* animation */
.buttons1777_button_animation {
    display:inline-block;
    height:auto;
    width:auto;
    vertical-align:middle;
}
.buttons1777_button_animation_button {
    display:inline-block;
}
.buttons1777_button_animation_right {
    display:inline-block;
    float: right;
    width: 20px;
    height:20px;
    padding-left:7px;
    vertical-align:middle;
}
.buttons1777_button_animation_left {
    display:inline-block;
    float: left;
    width: 20px;
    height:20px;
    padding-right:7px;
    vertical-align:middle;
}
.buttons1777_button_animation_img {
    display:none;
    margin-top:4px;
    width: 20px;
    height:20px;
    background: url(load.gif) top left no-repeat;
    background-size:19px;
}

/* search_panel */
.buttons1777_button_search_panel {

    display: inline-block;
    border:1px solid #ababab;
    border-radius: 2px;
    height:23px;
    width:auto;
    padding:2px 7px 4px 7px;
    text-align:center;
    float: left;
    cursor:pointer;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:12px;
    color:#888888;
    background: url(bg_off.png) top left repeat-x #ffffff;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline:none;
}
.buttons1777_button_search_panel:hover {
    border:1px solid #727272;
    box-shadow: 0 0 2px #929292;
    outline:none;
}
.buttons1777_button_search_panel:active {
    outline:none;
    border:1px solid #727272;
    background: url(bg_on.png) top left repeat-x #ffffff;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
    color:#FFFFFF;
}
.buttons1777_button_active_search_panel {
    outline:none;
    border:1px solid #727272;
    background: url(bg_on.png) top left repeat-x #ffffff;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
    color:#FFFFFF;
}
.buttons1777_button_search_panel:focus {
    outline:none;
}
.buttons1777_button_search_panel_disabled {
    padding: 4px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#999999;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}

/* green */
.buttons1777_button_green {
    background: #6FA844 none repeat scroll 0% 0%;
    padding: 3px 15px 4px 15px;
    border:1px solid #6cA642;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_green:hover {
    box-shadow: 0 0 2px #ababab;
    color:#fcfcfc;
    outline:none;
}
.buttons1777_button_green:active {
    outline:none;
    padding-top:4px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_green {
    outline:none;
    padding-top:5px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_green_disabled {
    background: #6FA844 none repeat scroll 0% 0%;
    opacity:0.5;
    padding: 4px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}

/* green_big */
.buttons1777_button_green_big {

    width:240px;
    height:36px;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    background: #6FA844 none repeat scroll 0% 0%;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-decoration: none !important;
    border:1px solid #6cA642;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    user-select: none;
    outline:none;
    -webkit-appearance: none;
}
.buttons1777_button_green_big:hover {
    box-shadow: 0 0 2px #ababab;
    color:#fcfcfc;
    outline:none;
}
.buttons1777_button_green_big:active {
    outline:none;
    padding-top:4px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_green_big {
    outline:none;
    padding-top:5px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_green_big_disabled {
    background: #6FA844 none repeat scroll 0% 0%;
    opacity:0.5;
    width:240px;
    height:36px;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-decoration: none !important;
    border:1px solid #6cA642;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    user-select: none;
    outline:none;
    -webkit-appearance: none;
}

/* mobile_green */
.buttons1777_button_mobile_green {
    width:100%;
    background: #6FA844 none repeat scroll 0% 0%;
    background: linear-gradient(to bottom,#69A339,#6FA844);
    padding: 8px 10px 8px 10px;
    border:1px solid #6cA642;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_mobile_green:hover {
    box-shadow: 0 0 2px #ababab;
    color:#fcfcfc;
    outline:none;
}
.buttons1777_button_mobile_green:active {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_mobile_green {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_mobile_green_disabled {
    width:100%;
    background: #6FA844 none repeat scroll 0% 0%;
    background: linear-gradient(to bottom,#69A339,#6FA844);
    opacity:0.5;
    padding: 8px 10px 8px 10px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}

/* mobile_gray */
.buttons1777_button_mobile_gray {
    width:100%;
    color:#333333;
    background:#f0f0f0;
    padding: 3px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_mobile_gray:hover {
    box-shadow: 0 0 2px #ababab;
    color:#000000;
    outline:none;
}
.buttons1777_button_mobile_gray:active {
    outline:none;
    padding-top:4px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_mobile_gray {
    outline:none;
    padding-top:5px;
    padding-bottom:3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_mobile_gray_disabled {
    width:100%;
    color:#999999;
    background:#f0f0f0;
    padding: 4px 15px 4px 15px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}

/* flat_transparent */
.buttons1777_button_flat_transparent {
    display: inline-block;
    border:1px solid #ababab;
    border-radius:2px;
	/*height:23px;*/
	width:auto;
    padding: 3px 10px 3px 10px;
	text-align:center;
	float: left;
	cursor:pointer;
	font-size:13px;
    color:#333333;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background:#ffffff;
    outline:none;
    vertical-align:middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.buttons1777_button_flat_transparent:hover {
	border:1px solid #727272;
	box-shadow: 0 0 2px #929292;
}
.buttons1777_button_flat_transparent:active {
    outline:none;
	border:1px solid #727272 !important;
    color:#FFFFFF !important;
    background-color:rgb(146, 146, 146) !important;
}
.buttons1777_button_active_flat_transparent {
    outline:none;
	border:1px solid #727272 !important;
    color:#FFFFFF !important;
    background-color:rgb(146, 146, 146) !important;
}
.buttons1777_button_flat_transparent_disabled {
    opacity: 0.7 !important;
}

/* mobile_flat_transparent */
.buttons1777_button_mobile_flat_transparent {
    width:100%;
    display: inline-block;
    border:1px solid #ababab;
    border-radius:2px;
	/*height:23px;*/
    padding: 8px 10px 8px 10px;
	text-align:center;
	float: left;
	cursor:pointer;
	font-size:14px;
    color:#333333;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background:#ffffff;
    outline:none;
    vertical-align:middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.buttons1777_button_mobile_flat_transparent:hover {
	border:1px solid #727272;
	box-shadow: 0 0 2px #929292;
}
.buttons1777_button_mobile_flat_transparent:active {
    outline:none;
	border:1px solid #727272 !important;
    color:#FFFFFF !important;
    background-color:rgb(146, 146, 146) !important;
}
.buttons1777_button_active_mobile_flat_transparent {
    outline:none;
	border:1px solid #727272 !important;
    color:#FFFFFF !important;
    background-color:rgb(146, 146, 146) !important;
}
.buttons1777_button_mobile_flat_transparent_disabled {
    opacity: 0.7 !important;
}

/* mobile_big */
.buttons1777_button_mobile_big {
    width:100%;
    padding: 8px 10px 8px 10px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#333333;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_mobile_big:hover {
    box-shadow: 0 0 2px #ababab;
    color:#000000;
    outline:none;
}
.buttons1777_button_mobile_big:active {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_mobile_big {
    outline:none;
    padding-top:6px;
    padding-bottom:5px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_mobile_big_disabled {
    padding: 8px 10px 8px 10px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#999999;
    background:#f0f0f0;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    -webkit-appearance: none;
}

/* mobile_flat_orange */
.buttons1777_button_mobile_flat_orange {
    width:100%;
    display: inline-block;
    border:1px solid #cb6525;
    border-radius:2px;
	/*height:23px;*/
    padding: 8px 10px 8px 10px;
	text-align:center;
	float: left;
	cursor:pointer;
	font-size:14px;
    color:#f2f2f2;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background:#E47129;
    outline:none;
    vertical-align:middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.buttons1777_button_mobile_flat_orange:hover {
    opacity:0.9;
}
.buttons1777_button_mobile_flat_orange:active {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
}
.buttons1777_button_active_mobile_flat_orange {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
}
.buttons1777_button_mobile_flat_orange_disabled {
    opacity: 0.7 !important;
}

/* mobile_flat_green */
.buttons1777_button_mobile_flat_green {
    width:100%;
    background: #6FA844 none repeat scroll 0% 0%;
    background: linear-gradient(to bottom,#69A339,#6FA844);
    padding: 8px 10px 8px 10px;
    border:1px solid #6cA642;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}
.buttons1777_button_mobile_flat_green:hover {
    box-shadow: 0 0 2px #ababab;
    color:#fcfcfc;
    outline:none;
}
.buttons1777_button_mobile_flat_green:active {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_active_mobile_flat_green {
    outline:none;
    padding-top:9px;
    padding-bottom:7px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3) inset;
}
.buttons1777_button_mobile_flat_green_disabled {
    width:100%;
    background: #6FA844 none repeat scroll 0% 0%;
    background: linear-gradient(to bottom,#69A339,#6FA844);
    opacity:0.5;
    padding: 8px 10px 8px 10px;
    border:1px solid #ababab;
    border-radius: 2px 2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#fcfcfc;
    user-select: none;
    outline:none;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-appearance: none;
}