.x-editor-custom .popover{
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #03a9f4; 
	padding:0px;
}
.x-editor-custom .input-sm{
	font-size:13px;
	border-radius: 0px;
}
.x-editor-custom .form-control:focus{
	font-size:13px;
	border-radius: 0px;
	box-shadow: none; 
	border-color: #03a9f4;
}
.x-editor-custom .form-control{
	border-radius: 0px;
}
.x-editor-custom .btn-primary{
	background-color: #03a9f4;
    border-color: #03a9f4;
}
.x-editor-custom .btn-default{
	background-color: #303030;
    border-color: #303030;
	color:#fff;
}
.x-editor-custom .btn-primary:hover, .x-editor-custom .btn-primary:focus{
	background-color: #303030;
    border-color: #303030;
}
.x-editor-custom .btn-default:hover, .x-editor-custom .btn-default:focus{
	background-color: #03a9f4;
    border-color: #03a9f4;
}
.x-editor-custom .popover-title{
	background:#03a9f4;
	color:#fff;
	border-radius: 0px;
	padding:10px 15px;
}
.x-editor-custom .datepicker table tr td.active, .x-editor-custom .datetimepicker table tr td.active{
	background-color: #03a9f4;
    background-image: -moz-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: -ms-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#03a9f4), to(#03a9f4));
    background-image: -webkit-linear-gradient(top, #0088cc, #03a9f4);
    background-image: -o-linear-gradient(top, #0088cc, #03a9f4);
    background-image: linear-gradient(top, #0088cc, #03a9f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#03a9f4', GradientType=0);
    border-color: #03a9f4 #03a9f4 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.x-editor-custom .select2-container .select2-choice{
	border: 0px solid #aaa;
	color: #fff;
	border-radius: 0px;
	background-color: #03a9f4;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #03a9f4), color-stop(0.5, #03a9f4));
    background-image: -webkit-linear-gradient(center bottom, #03a9f4 0%, #03a9f4 50%);
    background-image: -moz-linear-gradient(center bottom, #03a9f4 0%, #03a9f4 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#03a9f4', endColorstr = '#03a9f4', GradientType = 0);
    background-image: linear-gradient(top, #03a9f4 0%, #03a9f4 50%);
}
.x-editor-custom .select2-container .select2-choice .select2-arrow{
	border-left: 0px solid #aaa;
	border-radius: 0;
	    background: #303030;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #303030), color-stop(0.6, #303030));
    background-image: -webkit-linear-gradient(center bottom, #303030 0%, #303030 60%);
    background-image: -moz-linear-gradient(center bottom, #303030 0%, #303030 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#303030', endColorstr = '#303030', GradientType = 0);
    background-image: linear-gradient(303030);
}
.x-editor-custom .select2-container-multi .select2-choices{
	border: 1px solid #03a9f4;
}
.x-editor-custom .select2-container-multi .select2-choices .select2-search-choice{
    color: #fff;
    border: 1px solid #03a9f4;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px #03a9f4 inset, 0 1px 0 #03a9f4;
    box-shadow: 0 0 2px #03a9f4 inset, 0 1px 0 #03a9f4;
    background-color: #03a9f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03a9f4', endColorstr='#03a9f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #03a9f4), color-stop(50%, #03a9f4), color-stop(52%, #03a9f4), color-stop(100%, #03a9f4));
    background-image: -webkit-linear-gradient(top, #03a9f4 20%, #03a9f4 50%, #03a9f4 52%, #03a9f4 100%);
    background-image: -moz-linear-gradient(top, #03a9f4 20%, #03a9f4 50%, #03a9f4 52%, #03a9f4 100%);
    background-image: linear-gradient(top, #03a9f4 20%, #03a9f4 50%, #03a9f4 52%, #03a9f4 100%);
}
.x-editor-custom .datetimepicker table tr td span.active{
	    background-color: #03a9f4;
    background-image: -moz-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: -ms-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#03a9f4), to(#03a9f4));
    background-image: -webkit-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: -o-linear-gradient(top, #03a9f4, #03a9f4);
    background-image: linear-gradient(top, #03a9f4, #03a9f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03a9f4', endColorstr='#03a9f4', GradientType=0);
    border-color: #03a9f4 #03a9f4 #03a9f4;
}