.btn.btn-green {
    background-color: #9AC836;
    color: #fff;
    padding: 2px 10px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
	min-width:100px; 
	text-decoration: none;
}

.btn.btn-green:hover {
	background-color: #A8D93F;
}

.btn.btn-green:focus {
	background-color: #99C33E;
}

.btn.btn-gray {
	background-color: #FBFCFC;
    color: #ADB9C3;
    padding: 2px 10px;
    line-height: 25px;
	font-size: 13px;
    border: 1px solid #B3C0CA;
    font-weight: normal;
	min-width:100px;
	text-decoration: none;
}

.btn.btn-gray:hover {
	background-color: #FBFCFC;
	color:#9EACB8;
}

.btn.btn-gray:focus {
	background-color:#F4F6F6;
}

.btn.btn-blue {
	background-color: #5286C2;
    color: #fff;
    padding: 2px 10px;
    line-height: 25px;
	font-size: 13px;
    border: 1px solid #5286C2;
    font-weight: normal;
	text-decoration: none;
	
}

.btn.btn-blue:hover {
	background-color: #5891D2;
	border-color:#5891D2;
}

.btn.btn-blue:focus {
	background-color: #4777AE;
	border-color:#456890;
}

.btn.btn-icon.btn-primary {
	color: #5386C2;
}

.btn.btn-icon.btn-primary:hover {
	color: #508DD4;
}

.ta-toolbar .btn-group .btn-default {
	background:none!important;
	color:#333;
	border:none;
}


.btn.btn-icon {
	background: transparent;
	border: none !important;
	padding:0!important;
	line-height: 25px;
	font-weight: bold;
	font-size: 85%;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow:none !important;
	box-shadow: none !important;
	text-decoration: none;
}

.btn-icon:hover {
	background: transparent!important;
}

.btn-icon:focus {
	background: transparent!important;
}

.btn-icon .fa, .btn-icon .glyphicon {
	font-size: 25px;
	top: 0;
	vertical-align: middle;
}

.btn.btn-icon.btn-default {
	color: #666;
}

.btn.btn-icon.btn-default:hover {
	color: #222;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {opacity:.45;}

.btn-link {
    color: #5286C2;
    font-weight: normal;
    border-radius: 0;
    font-size: 13px;
}

.btn-new {
    font-weight: normal!important;
    padding: 5px 20px!important;
	font-size: 13px!important;
	min-width: 150px!important;
}

.btn-new-primary {
	background-color: #3fade6!important;
	color: #fff!important;
} 

.btn-new-default {
	background-color: #eee!important;
	color: #777!important;
}


.btn-customer {
    background-color: #FCFCFC!important;
    border: 1px solid #ccc!important;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0px 2px 2px 0px;
    color: #333;
    padding: 8px 25px 8px 55px;
    text-align: left;
}

.btn-customer:hover {
	border: 1px solid #ccc!important;
	color: #333;
}

.btn-customer:focus {
	border: 1px solid #ccc!important;
	color: #333;
}

.btn-customer > .btn-customer-icon {
	font-size: 14px;
	top: 10px;
	bottom: 0;
	right:10px;
	position: absolute;
}

.button-margin {
	margin-left:15px;
}



BODY > .dropdown-menu {
 z-index: 99999!important;
}

.data-c1-select {
	float: left;
	width: 100%;
}

.data-c1-select ul.dropdown-menu {
	box-shadow: 1px 1px 7px #dadada;
    border-radius: 1px !important;
    border: none;
    z-index: 500;
    left: 15px;
    right: 0;
    max-height: 350px;
    overflow: auto;
}

.no-padding-right {
	padding-right:0px;
}

.data-c1-select ul.dropdown-menu li a {
	padding: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	text-decoration:none;
}

.data-c1-select ul.dropdown-menu li a:hover {
	cursor: pointer;
    background-color: #e9892d;
    color: #fff;
}

.btn-customer-truncate {
 width: 100%;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.button-group {
    width: 100%;
    transition: height ease-out .4s, padding ease-out .4s;
    overflow: hidden;
    padding: 0 30px 20px;
	margin-bottom: 20px;
}

.button-group > button {
	float:left;
	margin-right:15px;
}


/* labels (button)*/

.label-success {
    background-color: #9AC836;
}

.label-error {
    background-color: #D8484B;
}


/*
 * Social Buttons for Bootstrap
 *
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0, 0, 0, 0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-microsoft{color:#fff;background-color:#de3c00}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#de3c00}
.btn-microsoft:hover{color:#fff;background-color:#de3c00}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#de3c00}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#de3c00}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#de3c00}
.btn-microsoft .badge{color:#de3c00;background-color:#fff}


.login-btn-style{
	margin-bottom: 5px !important;
}