/*********************************************************************
 * General Css structure in the View Page *
*********************************************************************/

body {
	/* Prevent scroll on narrow devices */
	height: 100%;
	background-color: #DDDBD7;
}
/** For the triple section widgte ***/

.TripleWidget {
	margin-top: 10px;
}
.TextCenter {
	text-align: center;
}
.ENBD .SecondHeader {
	border-radius: 0;
}
.ENBD .SecondHeader .HorizontalMenu.nav.navbar-nav>li > a:hover {
	border-bottom: 4px solid #002F69;
	color: #ffffff;
}
.ENBD .navbar-default .HorizontalMenu.navbar-nav >li > a.active {
	border-bottom: 4px solid #002F69 !important;
}
.ENBD .navbar-default .HorizontalMenu.navbar-nav > li > a,
.ENBD .navbar-default .HorizontalMenu.navbar-nav > li > a:focus {
	background-color: transparent;
	color: #ffffff;
	padding-bottom: 4px;
	padding-top: 9px;
	border-width: 0;
	border-radius: 0;
}
.ENBD .SecondHeader .HorizontalMenu.nav.navbar-nav > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 4px solid #FFF;
	border-radius: 0;
}
.ENBD .SecondHeader .HorizontalMenu.nav.navbar-nav > li > a > b.caret {
	color: #002F69;
}
.ENBD .SecondHeader .dropdown-menu {
	background-image: none;
	background-color: #0091CA;
	transition: all .2s ease-in-out;
	border-radius: 0 !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ENBD .SecondHeader li.dropdown.tabdrop ul.dropdown-menu b.caret {
	display: none;
}
.ENBD .HorizontalMenu .dropdown-menu > li {
	box-shadow: none;
}
.ENBD .HorizontalMenu .dropdown-menu > li > a {
	color: #fff;
}
.ENBD .HorizontalMenu .dropdown-menu > li > a:hover {
	background-color: #002F69;
	background-image: linear-gradient(#002F69, #002F69);
	color: #ffffff !important;
}
@media (max-width: 979px) {}@media (max-width: 767px) {
	.ENBD .SecondHeader .HorizontalMenu.nav.navbar-nav > li > a,
	.ENBD .navbar-default .HorizontalMenu.navbar-nav > li > a.active,
	.ENBD .SecondHeader .HorizontalMenu.nav.navbar-nav>li > a:hover {
		border-bottom-width: 0 !important;
	}
	.ENBD .navbar-default .HorizontalMenu.navbar-nav > li > a,
	.ENBD .navbar-default .HorizontalMenu.navbar-nav > li > a:focus {
		color: #FFF;
	}
}
@media (max-width: 477px) {}@media (max-width: 320px) {}
/*********************************************************************
/***************************
*                          *
*                          *
* Sticky Header             *
*                          *
*                          *
***************************
*********************************************************************/

.navbar.navbar-default.navbar-fixed-top {
	transition:all 0.3s ease;
}
.Sticky {
	padding-top: 10px;
	color: #6e6e77;
	display: none;
}
.Sticky .navbar-brand {
	height: 60px;
}
.Sticky .HorizontalMenu {
	margin-top: 14px !important;
	margin-left: 20px !important;
}
.Sticky .nav-tabs {
	border-bottom-width: 0;
}
.ENBD .navbar-default .Sticky .HorizontalMenu.navbar-nav > li > a,
.ENBD .navbar-default .Sticky .HorizontalMenu.navbar-nav > li > a:focus {
	padding-bottom: 13px;
	color: #FFF;
	padding-left: 6px;
	padding-right: 6px;
}
.Sticky .HorizontalMenu .dropdown-menu {
	background-image: none;
	background-color: #0091CA;
	transition: all .2s ease-in-out;
	border-radius: 0 !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ENBD .Sticky .UserNameDiv .title {
	display: block;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	width: auto;
}
.Sticky .HeaderSmallWidget {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	margin-top: 3px;
}
.Sticky .HeaderWidgetContainer {
	margin-top: 14px !important;
}
.ENBD .Sticky .MasterSearch input {
	border-width: 0px;
	background-color: inherit;
	height: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	position: relative;
	color: #FFF;
}
.ENBD .Sticky .QiuckOrderBottuns {
	position: relative;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 33px;
	padding-right: 5px;
	font-weight: normal;
}
.ENBD .Sticky .QiuckOrderBottuns .Buy,
.ENBD .Sticky .QiuckOrderBottuns .Sell {
	width: 30px;
	height: 30px;
	font-size: 10px;
	padding-top: 10px;
}
.ENBD .Sticky .UserNameDiv {
	padding: 0px;
}
.ENBD .Sticky .UserNameDiv a {
	font-weight: normal;
	/*color: #F44336;*/
}
.Sticky i.fa.fa-search {
	color: #FFF;
	font-size: 16px;
	padding-top: 5px;
}
.Sticky ul.dropdown-menu i.fa.fa-search {
	color: #555;
	position: absolute;
	top: 5px;
	left: 7px;
	font-size: 13px;
}
.Sticky .MasterSearch ul.dropdown-menu {
	width: 200px;
	top: 30px;
	padding: 5px;
}
.Sticky .MasterSearch ul.dropdown-menu input {
	box-shadow: none;
	color: #666666;
	padding-left: 19px;
}
.Sticky .HeaderSmallWidget.MasterSearch.open > .dropdown-menu {
	overflow: visible;
}
@media (max-width: 979px) {
	.Sticky{
		display: none !important;
	}
	.ViewFirstHeader , .SecondHeader {
		display: block !important;
	}
}
/*********************************************************************
/***************************
*                          *
*                          *
* The Qucik order Buttons  *
*                          *
*                          *
***************************
*********************************************************************/

.QiuckOrderBottuns {
	height: 60px;
	position: absolute;
	right: 30px;
	top: 55px;
	width: 110px;
	color: #FFF;
	font-weight: bold;
	z-index: 100;
}
.QiuckOrderBottuns .Sell {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e74c3c;
	float: right;
	padding-top: 17px;
	text-align: center;
	transition: all .5s ease;
}
.QiuckOrderBottuns .Sell:hover {
	background-color: #d14435;
	cursor: pointer;
	transform: scale(1.1, 1.1);
}
.QiuckOrderBottuns .Buy {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #287572;
	float: left;
	padding-top: 17px;
	text-align: center;
	transition: all .5s ease;
}
.QiuckOrderBottuns .Buy:hover {
	background-color: #266e6c;
	cursor: pointer;
	transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
	.QiuckOrderBottuns {
		float: none;
		height: 60px;
		left: 0;
		margin: 0 auto;
		position: fixed;
		top: 15px;
	}
}
/*********************************************************************
/***************************
*                          *
*                          *
* The Groups Page          *
*                          *
*                          *
***************************
*********************************************************************/

.fa.fa-question-circle,
.fa.fa-pencil,
.fa.fa-trash,
.fa.fa-ellipsis-v {
	font-size: 17px;
	color: #3e91c4;
}
.GRoupGridIcons {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 80%;
}
.GRoupGridIcons li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	margin: 0 0 5px 10px;
	position: relative;
}
ul.GRoupGridIcons .dropdown-menu {
	left: -110px;
	top: 14px;
}
ul.GRoupGridIcons .dropdown {
	background: #fff;
	border-radius: 4px;
	width: 300px;
}
ul.GRoupGridIcons .dropdown-menu>li>a {
	color: #428bca;
	display: inline-block;
	margin-top: 5px;
	float: left;
}
ul.GRoupGridIcons .dropdown ul.dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
	margin-top: 20px;
	width: 150px;
}
ul.GRoupGridIcons .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 22%;
	z-index: 10;
}
ul.GRoupGridIcons .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 21%;
	z-index: 9;
}
/*********************************************************************
/***************************
*                          *
*                          *
* The Horizontal Menu       *
*                          *
*                          *
***************************
*********************************************************************/

.HorizontalMenu.nav.navbar-nav {
	margin: 0;
}
.navbar-default .HorizontalMenu.navbar-nav > li > a,
.navbar-default .HorizontalMenu.navbar-nav > li > a:focus {
	color: #444;
	padding-bottom: 11px;
	padding-top: 11px;
	background-color: transparent;
}
.navbar-default .HorizontalMenu.navbar-nav > .active > a,
.navbar-default .HorizontalMenu.navbar-nav > .active > a:hover,
.navbar-default .HorizontalMenu.navbar-nav > .active > a:focus {
	font-family: arial;
	color: #0077b3;
	background-color: inherit;
}
.SecondHeader .HorizontalMenu.nav.navbar-nav a:hover {
	color: #0077b3;
	background-color: transparent;
}
.SecondHeader .HorizontalMenu.nav.navbar-nav > li:last-child {} .SecondHeader .HorizontalMenu.nav.navbar-nav > li > a {
																	font-family: "Droid Sans", sans-serif;
																}
.SecondHeader .dropdown-menu {
	background-image: -webkit-linear-gradient(#fff, #ccc);
	background-image: -o-linear-gradient(#fff, #ccc);
	background-image: linear-gradient(#fff, #ccc);
	transition: all .2s ease-in-out;
	border-radius: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.HorizontalMenu .dropdown-menu > li {
	box-shadow: 0 1px 0 #ccc;
}
.HorizontalMenu .dropdown-menu > li:last-child {
	box-shadow: none;
}
.HorizontalMenu .dropdown-menu > li >a {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #444;
}
.HorizontalMenu .dropdown-menu > li >a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
	color: #FFFFFF !important;
}
.HorizontalMenu .dropdown-submenu {
	position: relative;
}
.HorizontalMenu .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #002F69;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
@media (max-width: 767px) {
	.navbar-default .HorizontalMenu.navbar-nav > li > a,
	.navbar-default .HorizontalMenu.navbar-nav > li > a:focus {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.nav.navbar-nav a {
		padding-left: 20px;
	}
}
/***********************************************************************************/

.WidgetWrapper {
	height: auto;
}
.FirstHeader {
	border-bottom: 2px solid #FFFFFF;
	box-shadow: 0 4px 8px -8px black;
	position: relative;
}
.SecondHeader {
	background-image: linear-gradient(#fff, #ccc);
	box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.20);
}
.MarginTopForHeader {
	margin-top: 115px;
}
.glyphicon-align-justify {
	font-size: 21px;
}
.SideBarToggle {
	background-color: #CCCCCC;
	color: white;
}
.MainsettingDiv {
	background-color: #0077b3;
	height: 70px;
	padding-left: 16px;
	width: 70px;
	border-left: 1px solid #005a88;
	display: block;
}
.ShowOnMobile {
	display: none !important;
}
.SideBarToggle:hover {
	color: #E6E6E6;
}
.FirstBar .btn {
	padding: 2px 14px;
}
#bigContainer {
	padding-bottom: 50px;
}
.SecondBar {
	background-color: #FAFBFB;
	height: 50px;
	-webkit-box-shadow: 0px 4px 10px -8px black;
	-moz-box-shadow: 0px 4px 10px -8px black;
	box-shadow: 0px 4px 10px -8px black;
}
.WidgetSection {
	height: auto;
	margin-top: 10px;
}
.WidgetWrapper {} .Widget {
					  border: 1px solid #e6e6e6;
					  height: auto;
					  /*Edited By Shaimaa Change hight from 280px to auto*/
					  padding-top: 5px;
					  background-color: #FFF;
					  padding-bottom: 5px;
					  margin-top: 0px;
				  }
.Widget > div.WidgetHead {
	border-bottom: 1px solid #E6E6E6;
	color: #0077b3;
	padding-top: 7px;
}
.WidgetContent {
	height: auto;
	/* Edited By Shaimaa Change hight from  210px to auto */
	margin-top: 5px;
}
.WidgetIcons > ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.WidgetIcons > ul > li {
	float: right;
	list-style: none;
	margin-right: 3px;
}
.Widget > .RemoveMe {
	text-align: center;
	margin-top: 30px;
}
.Widget > .RemoveMe img {
	margin: 0 auto;
	cursor: pointer;
}
.WidgetSectionTools {
	background-color: #E6E6E6;
	border: 1px dashed #EB6A5A;
	width: 230px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 20px;
	border-radius: 5px 5px 0 0;
}
.WidgetTool ul {
	padding: 0px;
	width: 230px;
	height: 30px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
}
.WidgetTool ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
	display: inline;
}
li.setting-widget .dropdown-menu li,
li.setting-widget .dropdown-menu li a {
	padding: 0 6px;
	width: 100% !important;
	color: #CCC;
}
ul.dropdown-menu li i.fa-circle {
	color: inherit !important;
	display: block !important;
	float: left;
	font-size: 16px !important;
}
/************************ The Break Points *********************************/

@media (max-width: 1200px) {}@media (max-width: 979px) {}@media (max-width: 767px) {
	/** The mobile View Break Point **/
	.SecondHeader .dropdown-menu {
		border-radius:10px 10px 10px 10px !important;
	}
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		color: #555;
		cursor: default;
		background-color: #fff;
		border: 1px solid #ddd;
		border-bottom-color: #ddd;
	}
	.FirstHeader {
		border-bottom: 0px solid #FFFFFF;
	}
	.MarginTopForHeader {
		margin-top: 70px;
	}
	.Widget {
		margin-top: 45px;
	}
	.MainsettingDiv {
		display: none;
	}
	.ShowOnMobile {
		display: block !important;
	}
	.Widget {
		margin-top: 20px;
	}
	.WidgetSection {
		margin-top: 0;
	}
}
@media (max-width: 477px) {}@media (max-width: 320px) {}

/************************ CO Orders start*********************************/
.btn-group-co button {
	background-color: #EEEEEE; /* Green background */
	border: 1px solid gray; /* Green border */
	color: black; /* White text */
	font-weight: bold;
	font-size: 12px;
	padding: 5px 16px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: left; /* Float the buttons side by side */
	height:25px;
}

.btn-group-co button:not(:last-child) {
	border-right: none; /* Prevent double borders */
}

/* Rounding first button*/
.btn-group-co button:first-child {
	border-radius: 6px 0 0 6px;
}

/* Rounding last button*/
.btn-group-co button:last-child {
	border-radius: 0 6px 6px 0;
	margin-left: -1px;
}

/* Clear floats (clearfix hack) */
.btn-group-co:after {
	content: "";
	clear: both;
	display: table;
}

/* Add a background color on hover */
.btn-group-co button:hover {
	background-color: #BFDCEA;
}
/* Add a background color on active */
.btn-group-co button:active,focus{
	background-color: #8DD1E8;
}
/* Add a background color on focus */
.btn-group-co button:focus{
	background-color: #8DD1E8;
}

/************************ CO Orders ends*********************************/


/*********************************************************************
*          START Style for KYC         *
*********************************************************************/
.tab-content {
	border: 1px solid #dfdfdf;
	border-top: 0px;
	background-color: #fff;
	padding: 5px;
}

.main-container {
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	background-color: #F7F7F7;
	padding: 5px 10px;
	margin-bottom: 8px;
}

.main-container .form-group {
	margin-bottom: 8px;
}

.text-section {
	color: #1c84c6;
	text-transform: capitalize;
	font-weight: 600;
	padding-bottom: 2px;
	font-size: 12px;
}

.input-label {
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #003366;
	font-weight: 600;
	font-family: Arail, Geneva, sans-serif !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.text-right {
	text-align: right !important;
}

.inactive-section {
	border: 1px dashed #b3b3b3;
	border-radius: 5px;
	padding: 10px 5px 2px 5px;
	margin-bottom: 8px;
}

.required-red {
	color: #ed5565;
}

/* Start mace-flex-container */
.mace-flex-container {
	height: 100% !important;
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-flex-direction: column;
}

.mace-flex-container-row {
	height: 100% !important;
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	-webkit-flex-direction: row;
}

.mace-flex-container-row-wrap {
	height: 100% !important;
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
}

.mace-flex-container-row-auto {
	height: auto !important;
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	-webkit-flex-direction: row;
}

.mace-flex-container-auto {
	height: auto !important;
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-flex-direction: column;
}

.mace-flex-child {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	-webkit-flex-grow: 0;
	-webkit-flex-shrink: 1;
	-webkit-flex-basis: auto;
	position: relative;
}

.mace-flex-auto-child {
	flex: auto;
	-webkit-flex: auto;
	position: relative;
}

.mace-default-height {
	height: 100%;
}

.default-height {
	height: 100% !important;
}
/* Table Style*/
.table-flex {
	border: solid #dfdfdf;
	border-width: 1px;
	border-radius: 3px;
}

.table-flex-header {
	background-color: #f1f2f3;
	border-bottom: 1px solid #dfdfdf;
	font-weight: 600;
}

.table-flex-th {
	padding: 0 10px;
	min-height: 40px;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	border-right: 1px solid #dfdfdf;
}

.table-flex-content {
	border-bottom: 1px solid #dfdfdf;
}

.table-flex-td {
	padding: 0 10px;
	min-height: 40px;
	line-height: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #dfdfdf;
}

.horizontal-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.col-w-20 {
	width: 20%;
}

.col-w-30 {
	width: 30%;
}

.col-w-25 {
	width: 25%;
}

.input-table .col-w-30 {
	font-size: 12px;
	color: #003366;
	font-family: Arail, Geneva, sans-serif !important;
	font-weight: 600;
}

.heading {
	text-align: center;
	color: #003366;
	font-family: Arail, Geneva, sans-serif !important;
}

.side-header, .table-flex-th {
	font-weight: 600;
	font-size: 12px;
	color: #003366;
}

.heading  .font-weight-light {
	font-size: 11px;
	font-weight: 400;
	margin-top: 5px;
}

.line-height {
	line-height: 35px;
}

.form-control.error {
	border: 1px solid #ed5565;
}

.error {
	font-size: 11px;
	color: #ed5565;
}

.is-calendars .input-group-btn {
	position: absolute;
	top: 0;
	left: 50px;
}

.is-calendars .btn {
	padding: 0 15px;
	border: 0;
	background-color: transparent;
	line-height: 32px;
}

.is-calendars.error .input-group-btn .btn .fa-calendar:before {
	color: #ed5565;
}

.LoginWidget .btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn.active.focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.error .ui-select-container.dropdown .btn.form-control {
	border-color: #ed5565;
}

.input-errors .table-flex-td {
	display: inline-block;
	padding: 5px;
}

.radio-inline input[type="radio"] {
	position: absolute;
	margin-right: -28px;
	margin-top: 0;
	width: 25px;
	height: 20px;
}

.radio-inline {
	padding-right: 30px;
}

.switchery {
	width: 55px !important;
	height: 20px !important;
}

.switchery>small {
	width: 20px !important;
	height: 20px !important;
}
.registration-container{
	padding: 15px 200px;
}
.label-radio{
	padding: 10px;
}

/*** Input Of File ***/
.upload-files{
	line-height: 30px;
	width: 50%;
	display: inline-block !important;
	padding-left: 0.75rem;
	font-size: 16px;
	font-weight: 400;
	color: #4f4f4f;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}
.upload-files[type="file" i]::-webkit-file-upload-button {
	padding: 0.75rem;
	margin: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	color: #4f4f4f;
	background-color: #eee;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-inline-start-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	float: right
}

#fileList ul li{
	list-style-type: none;
	color: gray;
}
#fileList ul li span{
	padding: 0 5px;
}

.form-padding {
	padding: 0 !important;
}

/*ui-select Css*/

/* Style when highlighting a search. */
.ui-select-highlight {
	font-weight: bold;
}

.ui-select-offscreen {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}


.ui-select-choices-row:hover {
	background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
	border-color: #D44950;
}

.select2-result-single {
	padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
	display:none;
}

.select-locked > .ui-select-match-close{
	display:none;
}

body > .select2-container.open {
	z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	border-top-width: 1px;  /* FIXME hardcoded value :-/ */
	border-top-style: solid;

	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

	margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
	margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
	border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
	border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
	width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
	margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
	width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
	border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
	margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border:0;
	width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
	position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
	position: absolute;
	height: 10px;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
	/* Instead of relative */
	position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-radius: 4px; /* FIXME hardcoded value :-/ */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
	border-radius: 4px !important; /* FIXME hardcoded value :-/ */
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
	/* Instead of center because of .btn */
	text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
	position: absolute;
	top: 45%;
	right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
	width: 100%;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	margin-top: -1px;
}

body > .ui-select-bootstrap.open {
	z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
	height: auto;
	padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
	background-color: transparent !important; /* To prevent double background when disabled */
	border: none;
	outline: none;
	height: 1.666666em;
	margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	font-size: 1.6em;
	line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
	outline: 0;
	margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
	position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
	pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	margin-right: 2px;
	border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	margin-left: 2px;
	border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
	cursor: pointer;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
	display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
	border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
	box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
	width: 100%;
	padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
	position: absolute;
	height: 10px;
	right: 10px;
	margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
	position: absolute;
	right: 0;
	padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes ui-select-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.ui-select-spin {
	-webkit-animation: ui-select-spin 2s infinite linear;
	animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
	-webkit-animation: none 0s;
}

