body {
    margin: 0px;
	font-family: "Poppins", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Light.ttf');
}*/

span.ValidationErrors {
    color: #D00;
    display: inline-block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}

#content #Form .row .ErrorField{
	border: solid 1px red;
	background-color: #ffe6e6;
}

.txtDatePicker{
	background: #fff url("../images/field_calendar.png") no-repeat;
	background-position: bottom 7px right 7px;
}

.txtTimePicker{
	background: #fff url("../images/clock.png") no-repeat;
	background-position: bottom 7px right 7px;
}

.alert {
    background: #C00;
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 100;
}

/* ========== Page Not Found Style ========== */

.pagenotfound{
	display: table;
    margin: 50px auto;
	width: 85%;
}

.pagenotfound .logo{
	text-align: center;
}

.pagenotfound .logo img{
    width: 40%;
    margin: 0px auto 20px auto;
}

.pagenotfound label.heading1, .pagenotfound label.heading2, .pagenotfound label.errormessage{
	color: #1F1F1F;
	display: table;
	font-size: 200px;
	font-weight: bold;
    line-height: 180px;
	margin: 0px auto;
	text-align: center;
}

.pagenotfound label.heading2{
	color: darkred;
	font-size: 50px;
	line-height: 60px;
}

.pagenotfound label.errormessage{
	color: black;
    font-size: 20px;
    line-height: 40px;
    margin: 20px auto;
	text-align: center;
}

.pagenotfound input[type="Button"] {
	color: gainsboro;
    background-image: linear-gradient(to bottom,#464A50,#252A31);
    display: table;
    font-size: 14px;
	margin: 0px auto;
	padding: 15px;
	width: 200px;
}

.pagenotfound input[type="Button"]:hover {
	color: gainsboro;
    background-image: linear-gradient(to bottom,#464A50,#252A31);
}

/* ========== Lobibox Style ========== */

.lobibox-notify.lobibox-notify-success {
    background-image: linear-gradient(to bottom,#CBFFCC,#CBFFC8);
	border: solid 1px #B9D3B8;
	box-shadow: none;
	-webkit-transition: none;
}

.lobibox-notify.lobibox-notify-success:hover {
	background-color: #CBFFC8;
	border-color: #000;
}

.lobibox-notify .lobibox-notify-icon{
	display: table;
	float: left;
	margin: 15px 10px;
    width: auto;
}

.lobibox-notify.lobibox-notify-success .lobibox-notify-title{
	color: #494017;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	margin-top: -5px;
}

.lobibox-notify.lobibox-notify-success .lobibox-notify-msg{
	color: black;
    font-size: 13px;
    font-weight: 600;
}

.lobibox-notify.lobibox-notify-success .lobibox-close{
	color: #494017;
}

.lobibox-notify.lobibox-notify-success .lobibox-close:hover{
	color: white;	
}

.lobibox-notify.lobibox-notify-error {
    background-image: linear-gradient(to bottom,#FBCECB,#FFCBCF);
	border: solid 1px #A94954;
	box-shadow: none;
	-webkit-transition: none;
}

.lobibox-notify.lobibox-notify-error:hover {
	background-color: #FFCBCF;
	border-color: #000;
}

.lobibox-notify.lobibox-notify-error .lobibox-notify-title{
	color: darkred;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	margin-top: -5px;
}

.lobibox-notify.lobibox-notify-error .lobibox-notify-msg{
	color: black;
    font-size: 13px;
    font-weight: 600;
}

.lobibox-notify.lobibox-notify-error .lobibox-close{
	color: #494017;
}

.lobibox-notify.lobibox-notify-error .lobibox-close:hover{
	color: white;	
}

/* ========== Form Style ========== */

input[type="text"], textarea, input[type="password"], input[type="number"] {
    border: 1px solid #CCC;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    color: #424242;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    outline: none;
	padding: 10px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="number"]:focus {
    border: 1px solid rgba(128, 191, 255, 1);
}

select {
    border: 1px solid #CCC;
	border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
    color: #424242;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
	outline: none;
    padding: 10px;
}

select:focus {
    border: 1px solid rgba(128, 191, 255, 1);
}

input[type="Submit"], input[type="Button"] {
    background: #FBFBFB;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #ECECEC 2%, #CCCCCC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(2%, #ECECEC), color-stop(100%, #CCCCCC));
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #ECECEC 2%, #CCCCCC 100%);
    background: -o-linear-gradient(top, #FBFBFB 0%, #ECECEC 2%, #CCCCCC 100%);
    background: -ms-linear-gradient(top, #FBFBFB 0%, #ECECEC 2%, #CCCCCC 100%);
    background: linear-gradient(top, #FBFBFB 0%, #ECECEC 2%, #CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#CCCCCC');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#CCCCCC')";
    border: 1px solid #a2a2a2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #333333;
    cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    text-decoration: none;
}

input[type="Submit"]:hover, input[type="Button"]:hover {
    background: -moz-linear-gradient(top, #FBFBFB 0%, #E8E8E8 2%, #BBBBBB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(2%, #E8E8E8), color-stop(100%, #BBBBBB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #E8E8E8 2%, #BBBBBB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FBFBFB 0%, #E8E8E8 2%, #BBBBBB 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FBFBFB 0%, #E8E8E8 2%, #BBBBBB 100%); /* IE10+ */
    background: linear-gradient(top, #FBFBFB 0%, #E8E8E8 2%, #BBBBBB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#BBBBBB');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#BBBBBB')";
}

/*input[type="Submit"], input[type="Button"] {
	background: none;
	background: #252A31;
    color: white;
}

input[type="Submit"]:hover, input[type="Button"]:hover {
	background: none;
	background: #30353C;
    color: goldenrod;
}*/

input[type="radio"] {
    display: none;
}

input[type="radio"] + label{
	cursor: pointer;
	margin-right: 20px;	
}

input[type="radio"] + label span {
    background: url("../images/crbuttons.png") 0px -18px no-repeat;
	display: inline-block;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 18px;
}

input[type="radio"]:checked + label span {
    background: url("../images/crbuttons.png") -72px -18px no-repeat;
}

/* ========== Login Style ========== */

#Login {
    background: white;
    background-repeat: no-repeat;
    width: 30%;
    border-radius: 10px;
    margin: 70px auto;
    display: table;
}

#Login .loginheader .logo{
	display: table;
	margin: 20px auto;
}

#Login .loginheader .logo img{
	width: 70%;	
}

#Login .loginbody .loginform {
	border-top: dashed 1px silver;
	border-bottom: dashed 1px silver;
	display: table;
	margin: 0px auto;
	padding: 20px 0px;
	width: 70%;
}

#Login .loginbody .loginform .photo {
	border-bottom: dashed 1px silver;
	display: table;
	margin: 10px 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

#Login .loginbody .loginform .photo img{
	border: solid 6px silver;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display: table;
	height: 100px;
	margin: 0px auto;
	width: 100px;
}

#Login .loginbody .loginform input[type="text"], #Login .loginbody .loginform input[type="password"] {
    background-image: url("../images/user.png");
    background-position: 7px 15px;
    background-repeat: no-repeat;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: none;
	font-size: 13px;
	padding: 15px;
	padding-left: 30px;
    margin: 5px 0px;
	width: calc(100% - 40px);
}

#Login .loginbody .loginform input[type="password"] {
	background-image: url("../images/password.png");
}

#Login .loginbody .loginform input[type="checkbox"]{
	float: left;	
}

#Login .loginbody .loginform label{
	color: #333333;
	cursor: pointer;
	display: table;
	font-size: 12px;
	margin: 10px 0px;
}

#Login .loginbody .loginform input[type="Submit"]{
    background: linear-gradient(to bottom,#0099F3,#4D96F2);
    background: -webkit-linear-gradient(top, #0099F3 0%, #4D96F2 2%, #4D96F2 100%);
	background: -webkit-linear-gradient(top, #218295 0%, #116170 2%, #218295 100%);
	border-radius: 10px;
	border: none;
	color: white;
	display: table;
	font-weight: 600;
    height: 40px;
	margin:0px auto;
	width: 100%;
}

#Login .loginbody .loginform .forgotpassword{
	color: #800000;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	float: right;
	margin: 20px 0px 0px 0px;
}

#Login .loginbody .loginform .forgotpassword:hover{
	color: #660000;
	text-decoration: underline;
}

#Login .loginfooter label{
	color: #666;
	display: table;
	font-size: 13px;
	font-weight: 500;
	margin: 50px auto;
	/*margin-top: 50px;*/
}

#Login .loginfooter label a{
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

#Login .loginfooter label a:hover{
	color: #b75700;
	text-decoration: underline;
}

/* ========== Header Style ========== */

#header {
    /*background-color: #1a3867;
	background-image: radial-gradient(circle,#17568c,#1a3867);*/
    border-bottom: solid 1px #0b172a;
	box-shadow: inset 0 -10px 10px -10px grey;
	display: table;
	width: 100%;
	height : 60px;
}

#header .group {
	float: left;
}

#header .logo {
	float: left;
}

#header .logo img {
	/*-webkit-filter: brightness(0) invert(1);*/
    float: left;
    margin: 0;
    padding: 6px 10px;
    width: 130px;
    position: absolute;
    top: -5px;
}

#header .logo label{
	color: #FFFFFF;
    display: table;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
}

#header .logo label span{
	color: #FFFFFF;
}

#header .btn-navbar{
	display: none;	
}

#header .logininfo {
	float: right;
	font-size: 13px;
	margin-right: 10px;
}

#header .logininfo .lastlogin {
	float: left;
	margin: 10px;
}

#header .logininfo .lastlogin strong {
	margin-right: 10px;	
}

#header .logininfo .notification {
	cursor: pointer;
    float: left;
    margin: 10px 0px;
    padding: 0px 15px;
	position: relative;
}

#header .logininfo .notification .alert {
	background-color: #C00;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #FFF;
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	padding: 2px 3px;
	right: 8px;
	top: -5px;
	z-index: 1;
}

#header .logininfo .userinfo{
	float: left;
	border-left: dotted 1px #B6B6B6;
	border-right: dotted 1px #B6B6B6;
    padding: 5px 10px;
    position: relative;
    margin: 5px;
}

#header .logininfo .userinfo label{
	cursor: pointer;
	display: table;
}

#header .logininfo .userinfo label .username{
	color: #0375b4;
	float: left;
	font-weight: 600;
	margin-right: 5px;
}

#header .logininfo .userinfo label .arrow{
	float: left;
	margin-top: 2px;
}

#header .logininfo .userinfo label .usermenu{
    background-color: #666;
    border: 1px solid #555;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	display: none;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 200px;
	z-index: 1000;
}

#header .logininfo .userinfo label .usermenu ul {
	background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	list-style: none;
    margin: 0px;
    padding: 0px;
}

#header .logininfo .userinfo label .usermenu ul li{
    border-bottom: 1px dotted #BBB;
    font-weight: 600;
	margin: 0px;
    padding: 12px;
}

#header .logininfo .userinfo label .usermenu ul li:last-child{
	border-bottom: none;	
}

#header .logininfo .userinfo label .usermenu ul li img{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 16px;
}

#header .logininfo .userinfo label .usermenu ul li a{
	color: #333;
	text-decoration: none;
}

#header .logininfo .userinfo label .usermenu ul li a:hover{
	color: #666;
	text-decoration: underline;
}

#header .logininfo .userinfo label .usermenu .menu-top {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #666;
	height: 0px;
    position: absolute;
    right: 11px;
	top: -6px;
	width: 0px;
}

#header .logininfo .logout{
	float: left;
	margin: 10px 0px;
    padding: 0px 5px;
}

#header .logininfo .logout label{
	cursor: pointer;
	display: table;
}

#header .logininfo .logout label img{
	float: left;
    margin: 1px 5px;
	/*-webkit-filter: brightness(0) invert(0.8);*/
}

#header .logininfo .logout label a{
	color: #4c4c4c;
	float: left;
	font-weight: 600;
	text-decoration: none;
}

#header .logout label a:hover{
	color: #999;
	text-decoration: underline;	
}


/* ========== Navigation - Menubar ========== */

#menubar
{
	background: -webkit-linear-gradient(top, #343A40 0%, #1a1c1e 2%, #343A40 100%);
    /*box-shadow: inset 0px 0px 10px 0px #04314e;*/
    display: table;
    width: 100%;
}

#menubar ul
{
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menubar ul a
{
	display: block;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 20px 11px 20px;
}

#menubar ul li
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menubar ul li:hover
{
	background: #151515;
	color: #CCC;
}

#menubar ul ul
{
	border: solid 1px silver;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	padding: 0px;
}

#menubar ul ul li
{
	display: table;
	float: none;
	width: 300px;
	border-bottom: dotted 1px silver;
}

#menubar ul ul li:hover
{
	color: #FFFFFF;
	background-color: #393939;
}

#menubar ul ul li:hover a{
	color: #FFFFFF;
}

#menubar ul ul a
{
	color: #000;
	cursor: pointer;
	float: left;
	line-height: 120%;
	padding: 10px 15px
}

#menubar ul ul img{
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

#menubar ul ul ul
{
	top: 0;
	left: 100%
}

#menubar ul li:hover > ul
{
	display: block;
	z-index: 9999;
}

#menubar ul ul a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

/* ========== Container ========== */

#container{
	background-color: #121212;
    height: calc(100% - 101px);
    overflow: auto;
    position: absolute;
    right: 0px;
    width: 100%;
}

/* ========== Titlebar ========== */

#titlebar, #footer{
	background-color: white;
	background-image: radial-gradient(circle,#f3f5fd,#f8f9fe);
	border-bottom: 1px solid silver;
    /*box-shadow: inset 0 -10px 10px -10px gray;*/
    color: #212529;
	display: table;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    width: calc(100% - 20px);
}

#footer{
	bottom: 0px;
	border-bottom: none;
	border-top: 1px solid #e9ecef!important;
	position: absolute;
}

#titlebar #lblTitle{
	padding-left: 10px;
}

#titlebar .titlegroup {
	float: left;
	padding: 5px 0px;
}

#titlebar .titlegroup #lblSubTitle{
	color: #BD8C4F;
	font-weight: 600;
}

#titlebar .actions{
    display: table;
    padding-left: 15px;
	position: relative;
	float: right;
	margin-top: 3px;
}

#titlebar .actions input[type='submit'], #titlebar .actions input[type='button']{
    background: -webkit-linear-gradient(top, #218295 0%, #116170 2%, #218295 100%);
    border: none;
    color: white;
    float: left;
	padding: 5px 15px;
    margin-right: 5px;
}

#titlebar .backwardforwardactions{
	float: left;	
}

#titlebar .backwardforwardactions input[type="Button"]{
	background: -webkit-linear-gradient(top, #6DA252 0%, #6da252 2%, #6da252 100%);
}

#titlebar .backwardforwardactions img{
	background: -webkit-linear-gradient(top, #6DA252 0%, #6da252 2%, #6da252 100%);
    padding: 4px 10px 5px 10px;
    border: 1px solid #a2a2a2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
}

#titlebar .backwardforwardactions .lblActions{
	position: relative;
}

#titlebar .backwardforwardactions .ActionsMenu{
	background-color: #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: table;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 200px;
	z-index: 1000;
}

#titlebar .backwardforwardactions .ActionsMenu ul{
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	margin: 5px;
	padding: 0px;
}

#titlebar .backwardforwardactions .ActionsMenu ul li{
	border-bottom: 1px dotted #BBB;
	font-weight: 600;
	margin: 0px;
	padding: 12px;
}

#titlebar .backwardforwardactions .ActionsMenu ul li label{
	cursor: pointer;
	display: table;
	font-size: 11px;
}

#titlebar .backwardforwardactions .ActionsMenu ul li label:hover{
	text-decoration: underline;	
}

#titlebar .backwardforwardactions .ActionsMenu ul li img{
	background: none;
    padding: 0px;
	cursor: default;
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	border-radius: 0px;
	border: none;
	margin-top: 0px;
}

#titlebar .backwardforwardactions .ActionsMenu .menu-top{
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #666;
	height: 0px;
	position: absolute;
	left: 11px;
	top: -6px;
	width: 0px;
}

#titlebar p{
	float: left;
    margin: 0px;
    padding: 0px 10px;
}

#titlebar p .lcs_wrap{
	width: 100px;	
}

#titlebar p .lcs_switch.lcs_on .lcs_cursor{
	left: 75px;
}

#titlebar p .lcs_label{
	width: 65px;
}
/* ========== Filters ========== */

#filters{
    background-color: #FFFFFF;
	border-top: solid 1px #89939d;
    border-bottom: solid 1px #89939d;
    width: 100%;
}

/*#filters{
    background-color: #FFFFFF;
    border: solid 5px #4c4c4c;
    border-radius: 6px;
    display: none;
    position: absolute;
    top: 37px;
    z-index: 2;
    width: 98%;
    right: 15px;
}*/

#filters #tblFilters th{
	background-color: #252A31;
    border-bottom: dotted 1px silver;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 8px 10px;
}

#filters #tblFilters td{
    font-size: 11px;
    font-weight: 600;
    padding: 2px 0px;
    padding-left: 10px;
}

#filters #tblFilters tbody tr.odd td {
    /*background-color: #dfe7ed;*/
	background-color: #e9e9e9;
    border-bottom: dotted 1px silver;
}

#filters #tblFilters tbody tr.even td {
    background-color: white;
    border-bottom: dotted 1px silver;
}

#filters #tblFilters tbody tr label {
    float: left;
    margin: 5px;
}

#filters #tblFilters input[type="text"]{
    background: #c3c3c3;
	border: 1px solid #CCC;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: none;
	color: black;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	width: 288px;
}

#filters #tblFilters input[type="text"].txtDatePicker{
    /*background: #f3f2f2 url(../images/field_calendar.png) no-repeat;*/
    background-position: bottom 5px right 5px;
}

#filters #tblFilters input[type="checkbox"]{
	float: left;
    margin: 1px 5px;
}

#filters #tblFilters .chosen-container-single .chosen-single{
	padding: 5px;
}

#filters #tblFilters .chosen-container-single .chosen-search input[type="text"]{
    float: none;
    width: 100%;
	border-radius: 25px;
	background: #c3c3c3;
}

#filters #tblFilters input[type="Submit"], #filters #tblFilters input[type='button']{
	background: none;
	background: #252A31;
    color: white;
}

#filters #tblFilters input[type="Submit"]:hover, #filters #tblFilters input[type="Button"]:hover {
    background: none;
	background: #30353C;
    color: goldenrod;
}

#filters #tblFilters .chosen-container-multi .chosen-choices{
	padding: 0px 5px;
	border-radius: 25px;
	background: #c3c3c3;
}

#filters .menu-top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4c4c4c;
    height: 0px;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0px;
}


/* ========== Content ========== */
#content{
	/*float: left;
	height: 100%;
	overflow: auto;
	width: calc(100% - 234px);
	z-index: -1;*/
	overflow: auto;
    height: calc(100% - 46px);
}

#content #tblData{
    border-collapse: collapse;
}

#content #tblData thead th{
	background-image: -webkit-linear-gradient(#6c6c6c, #545454);
	background-image: -o-linear-gradient(#6c6c6c, #545454);
	background-image: linear-gradient(#6c6c6c, #545454);
    border-bottom: 1px solid #e9ecef!important;
 	border-top: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff10223e',endColorstr='#ff0b172a',GradientType=0);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 5px;
    text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

#content #tblData tbody tr.odd td{
    background-color: #EEF0F0;
}

#content #tblData tbody tr.even td{
    background-color: #FFFFFF;
}

#content #tblData tbody tr:hover td{
	background: #CCC;
}

#content #tblData tbody td{
	border-bottom: dotted 1px silver;
	/*color: #525f7f;*/
	color: black;
	font-size: 11px;
    padding: 5px;
    text-align: center;	
}

#content #tblData tbody td.actions{
	/*text-align: center;*/
}

#content #tblData tbody td.actions img{
	cursor: pointer;
	//display: none;
	padding: 2px;
}

#content #tblData tbody tr td .lblActions{
	position: relative;
}

#content #tblData tbody tr td .ActionsMenu{
	background-color: #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: table;
	padding: 5px;
	position: absolute;
	right: -12px;
	top: 15px;
	width: 200px;
	z-index: 1000;
}

#content #tblData tbody tr td .ActionsMenu ul{
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	margin: 5px;
	padding: 0px;
}

#content #tblData tbody tr td .ActionsMenu ul li{
	border-bottom: 1px dotted #BBB;
	font-weight: 600;
	margin: 0px;
	padding: 12px;
}

#content #tblData tbody tr td .ActionsMenu ul li label{
	cursor: pointer;
	display: table;
	font-size: 11px;
}

#content #tblData tbody tr td .ActionsMenu ul li label:hover{
	text-decoration: underline;	
}

#content #tblData tbody tr td .ActionsMenu ul li img{
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	border-radius: 0px;
	border: none;
	margin-top: 0px;
}

#content #tblData tbody tr td .ActionsMenu .menu-top{
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #666;
	height: 0px;
	position: absolute;
	right: 11px;
	top: -6px;
	width: 0px;
}

#content #tblData tbody td img.photo, #content #tblData tbody td img.banklogo{
    border: solid 1px silver;
    cursor: pointer;
	display: table;
    height: 42px;
	margin: 0px auto;
    width: 42px;
}

#content #tblData tbody td img.banklogo{
	background-color: white;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	height: 75px;
	margin: 5px auto;
	padding: 0px 10px;
	width: 150px;
}

#content #tblData tbody td.noresultsfound{
	background-color: #FFFFFF;
	color: #4b4d7c;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}

#content #tblData tfoot td.totalrecords{
	border-top: 1px solid #e9ecef!important;
    background-color: #f6f9fc;
    color: #a198aa;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
}

#content #tblData.tblReport thead th{
	border: solid 1px black;
    border-top: none;
    padding: 5px;
	//z-index: 2;
}
    
#content #tblData.tblReport thead tr:last-child th{
	background-image: linear-gradient(to bottom,#464A50,#252A31);
    color: #FFFFFF;
}

#content #tblData.tblReport tbody tr td img.employeephoto {
    border: solid 1px silver;
    border-radius: 5px;
    height: 32px;
    width: 32px;
}

#content #tblData.tblReport tbody tr td{
	border: dotted 1px silver;
}

#content #tblData.tblReport tbody tr td:nth-child(2) div {
    display: table;
    font-weight: 600;
    float: left;
    width: 100%;
}

/* ========== Kanban ========== */

#kanban{
	display: flex;
	height: 100%;
}

#kanban .column {
    float: left;
	display: table;
	height: 100%;
	width: 350px;
}

#kanban .column .title{
    /*background-color: #1A3867;
    background-image: linear-gradient(to bottom,#1A689A,#345C95);
	background-image: linear-gradient(to bottom,#F3F3F3,#F4F4F4);*/
    background-color: #f4f4f4;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
    color: #28448B;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

#kanban .column .title label.totalemployees{
	float: right;
}

#kanban .column .title label.totalemployees img{
	float: left;
	padding: 0px 5px;
	width: 24px;
}

#kanban .column .title label.totalemployees span{
	color: black;
	float: left;
	font-size: 14px;
}

#kanban .column .employeeslist{
	border-right: solid 1px black;
    height: calc(100% - 40px);
    overflow: auto;
}

#kanban .column .box{
    background: #FFF;
    color: #444;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 5px;
    padding: 5px 2px;
    width: 310px;
}

#kanban .column td{
	height: 20px;
}

#kanban .column label.lblserialnumber{
	float: right;
	font-size: 10px;
	font-weight: 700;
	padding: 0px 5px;
}

#kanban .column img.photo{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px silver;
    height: 32px;
    margin-top: 5px;
    width: 32px;
}

#kanban .column .lblActions{
	display: table;	
	float: right;
	margin-right: 5px;
	position: relative;
}

#kanban .column .box .lblActions span{
	cursor: pointer;
    float: left;
    margin: 3px 5px;
    text-decoration: underline;
    color: darkred;
    font-weight: 700;	
}

#kanban .column .box .lblActions .arrowdown {
    cursor: pointer;
    float: left;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: none;
}

#kanban .column .box .lblActions .actions {
    background-color: #666;
    border: 1px solid #555;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: table;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 26px;
    width: 225px;
    z-index: 1000;
}

#kanban .column .box .lblActions .actions ul {
    background-color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#kanban .column .box .lblActions .actions ul li {
	border-bottom: 1px dotted #BBB;
    font-weight: 600;
    margin: 0px;
    padding: 12px;
}

#kanban .column .box .lblActions .actions ul li label {
	cursor: pointer;
}

#kanban .column .box .lblActions .actions ul li label:nth-child(2) {
	float: right;	
}

#kanban .column .box .lblActions .actions ul li label:hover {
	text-decoration: underline;	
}

#kanban .column .box .lblActions .actions ul li img {
    float: left;
    height: 16px;
    margin-right: 10px;
    width: 16px;
	border-radius: 0px;
	border: none;
	margin-top: 0px;
}

#kanban .column .box .lblActions .actions ul li label:nth-child(2) img{
	margin-right: 5px;	
}

#kanban .column .box .lblActions .menu-top {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #666;
    height: 0px;
    position: absolute;
    right: 11px;
    top: -6px;
    width: 0px;
}

#kanban .column .placeholder{
	background: #f0f0f0;
	border:2px dashed #883533;
}

/* ========== Form ========== */
#content #Form {
	background-color: #343434;
    /* box-shadow: 0px 4px 9px 1px dimgrey; */
    border-radius: 10px;
    /* border: solid 1px silver; */
    display: table;
    font-family: Poppins, "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px auto;
    padding: 0px;
    padding-bottom: 30px;
    position: relative;
    width: 95%;
}

#content #Form .heading{
	background: #5d5d5d;
    display: table;
    width: 100%;
    background-color: #13294a;
    background-image: -moz-linear-gradient(top,#152d53,#10223e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#152d53),to(#10223e));
    background-image: -webkit-linear-gradient(top,#152d53,#10223e);
    background-image: -o-linear-gradient(top,#152d53,#10223e);
    background-image: linear-gradient(to bottom,#25304f,#3B496F);
    background-repeat: repeat-x;
    border-bottom: 1px solid #0b172a;
}

#content #Form .heading ul.tabs{
	float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: white;
}

#content #Form .heading ul.tabs li.active, #content #Form .heading ul.tabs li.deactive{
	border-left: solid 1px #999999;
	cursor: pointer;
	float: left;
	margin: 0px;
	padding: 20px;
}

#content #Form .heading ul.tabs li.deactive{
	cursor: text;
	color: whitesmoke;
}

#content #Form .heading ul.tabs li.active:hover, #content #Form .heading ul.tabs li.active#current{
    background-color: #182954;
}

#content #Form .heading ul.tabs li.active img, #content #Form .heading ul.tabs li.deactive img{
	float: left;
	margin-right: 10px;
}

#content #Form .heading ul.tabs li.deactive img{
	opacity: 0.4;
}

#content #Form .form{
	margin-top: 10px;
}

#content #Form td{
	padding: 5px 0px 5px 10px;
	text-align: left;
}

#content #Form td td{
	padding-left: 0px;	
}

#content #Form .row{
	display: table;
	margin: 10px;
	width: 98%;
}

#content #Form .row .col1, #content #Form .row .col2, #content #Form .row .col3{
    float: left;
    padding: 0px 10px;
    width: calc(33% - 20px);
}

#content #Form .row .col2{
	width: calc(66% - 20px);
}

#content #Form .row .fullwidthcol{
	width: calc(99% - 20px);
}

#content #Form .row .col1 label, #content #Form .row .col2 label, #content #Form .row .col3 label{
	color: white;
	display: table;
    float: left;
    padding: 5px 0px;
    width: 150px;
}

#content #Form .row input[type="text"], #content #Form .row input[type="password"], #content #Form .row input[type="number"], #content #Form .row textarea, #content #Form .row select{
    /*border: 1px solid #000000; */
	background: #c3c3c3;
    border-radius: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 25px;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    width: calc(100% - 150px);
    padding: 8px 10px;
}

#content #Form .row .chosen-container-single .chosen-search input[type="text"]{
	width: 100%;
}

#content #Form .row select{
	width: calc(100% - 138px);
}

#content #Form .row .dvAttachments ul{
	display: table;
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
    
#content #Form .row .dvAttachments ul li{
	background: #f1f1f1;
	border: dotted 1px silver;
	float: left;
    font-size: 12px;
    margin: 5px 0px;
	margin-right: 10px; 
	padding: 10px;
}
	
#content #Form .row .dvAttachments ul li img{
	float: left;
	height: 24px;
	width: 24px;
}

#content #Form .row .dvAttachments ul li a{
	color: black;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin: 2px 8px;	
}

#content #Form .row .dvAttachments ul li img.delete{
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	padding-left: 5px;
}

#content #Form .row table{
	border-collapse: collapse;
}

#content #Form .row table thead th{
	background-color: #181818;
    background-image: -webkit-linear-gradient(#6c6c6c, #545454);
    background-image: -o-linear-gradient(#6c6c6c, #545454);
    background-image: linear-gradient(#2e2e2e, #121212);
    border: solid 1px #585858;
    /* font-style: italic; */
    font-weight: 500;
    padding: 10px;
    color: white;
}

#content #Form .row table tbody td{
	padding: 5px 10px;
    border: solid 1px #585858;
	background: #c3c3c3;
	color: black;
}

#content #Form .row table tbody td.actions{
	text-align: center;	
}

#content #Form .row table tbody td.actions img{
	cursor: pointer;	
}

#content #Form .row table tbody td input[type='text'], #content #Form .row table tbody td select{
	color: black;
	width: calc(100% - 12px);
}

#content #Form .row input[type=number]::-webkit-inner-spin-button, 
#content #Form .row input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0; 
}

#content #Form .formtitle{
	border-bottom: dotted 1px silver;
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0px;
	margin: 0px 10px;
	width: 98%;
}

#content #Form img.photo{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px silver;
    bottom: 0px;
    cursor: pointer;
    height: 90px;
    position: absolute;
    right: 25px;
    width: 90px;
}

#content #Form .dvdropdown{
    display: table;
    float: left;
}

#content #Form .dropdownactions {
    float: left;
    margin: 5px;
}

#content #Form .dropdownactions img{
	cursor: pointer;
}

#content #Form #dvAttachments ul{
	display: table;
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
    
#content #Form #dvAttachments ul li{
	background: #f1f1f1;
	border: dotted 1px silver;
	float: left;
    font-size: 12px;
    margin: 5px 0px;
	margin-right: 10px; 
	padding: 10px;
}
	
#content #Form #dvAttachments ul li img{
	float: left;
	height: 24px;
	width: 24px;
}

#content #Form #dvAttachments ul li a{
	color: black;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin: 2px 8px;	
}

#content #Form #dvAttachments ul li img.delete{
	cursor: pointer;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	padding-left: 5px;
}

#content #Form .multipleentriesform {
	margin-top: 10px;
}

#content #Form .multipleentriesform input[type="checkbox"]{
	cursor: pointer;
}

#content #Form .multipleentriesform table{
	border-collapse: collapse;
}

#content #Form .multipleentriesform thead tr th{
	border: dotted 1px silver;
	font-weight: 600;
	height: 40px;
}

#content #Form .multipleentriesform tbody tr td{
	padding: 10px;	
}

#content #Form .multipleentriesform tbody tr td .photo{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px silver;
	float:left;
	height: 32px;
	margin-right:10px;
	width: 32px;
}

#content #Form .multipleentriesform tbody tr td .membername, #content #Form .multipleentriesform tbody tr td .businessname{
	color: #444444;
	font-weight: 500;
	height: 17px;
	overflow: hidden;
	width: 170px;
}

#content #Form .multipleentriesform tbody tr td .businessname{
	color: #337900;
}

#content #Form .multipleentriesform tr.disabled {
    background-color: rgba(202, 33, 33, 0.3);
}

/* ------ Summary ------ */

#content #Form .summaryinfo ul{
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	width: 98%;
}
		
#content #Form .summaryinfo ul li{
	border-bottom: dotted 1px silver;
	padding: 20px;	
}
		
#content #Form .summaryinfo ul li:last-child{
	border-bottom: none;
}
	
#content #Form .summaryinfo ul li td{
	color: #444;
	height: 22px;
	padding: 0px;
	vertical-align: top;
}

#content #Form .summaryinfo ul li .employeephoto{
	border: solid 1px silver;
	border-radius: 8px;
	cursor: pointer;
	height:42px;
	width:42px;
}
		
#content #Form .summaryinfo ul li .title{
	color: #5A5A5A;
    float: left;
	font-weight: bold;
	text-decoration: underline; 
}
		
#content #Form .summaryinfo ul li .date{
	color: #5A5A5A;
	float: right;
}

#content #Form .summaryinfo .attachments a{
	text-decoration: none;
}
		
#content #Form .summaryinfo .attachments img{
	background: white;
    border: 1px solid #BBB;
    margin: 7px 14px 7px 0;
	padding: 5px;
    width: 100px;
}

/* ========== Fast Track ========== */

#fasttrack-modal{
	display: table;
	width: 100%;
}

#fasttrack-modal .title{
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 10px;
}

#fasttrack-modal .error{
	color: black;
	font-size: 13px;
	height: 250px;
	overflow: auto;
	padding: 10px;
	width: 500px;
}

#fasttrack-modal .form{
	margin: 10px 0px;
}

#fasttrack-modal .form td{
	font-size: 12px;
	padding: 5px 10px;
}


#fasttrack-modal .form .buttons {
    float: right;
    margin: 20px 20px 10px 0px;
}

#fasttrack-modal .form input[type="submit"], #fasttrack-modal .form input[type="button"]{
	margin-left: 5px;
    width: 70px;
}

#fasttrack-modal .form img.photo, #fasttrack-modal .form img.banklogo{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px silver;
    cursor: pointer;
    height: 90px;
    width: 90px;
}

#fasttrack-modal .form img.banklogo{
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	height: 75px;
	width: 150px;
}

#fasttrack-modal .form .dvdropdown{
    display: table;
    float: left;
}

#fasttrack-modal .form .dropdownactions {
    float: left;
    margin: 5px;
}

#fasttrack-modal .form .dropdownactions img{
	cursor: pointer;
}

#fasttrack-modal .form .loader {
    display: none;
    float: left;
    margin-bottom: 18px;
    margin-top: 19px;
}

/* ========== Fast Track For Import ========== */

.fasttrack-modal-import .title input[type="button"]{
	background: #30353C;
    color: goldenrod;
	float: right;
	width: 70px;
}

.fasttrack-modal-import .form table tr:nth-child(2) td{
	padding: 0px;
}

.fasttrack-modal-import .form table td label.error-message{
	color: red;
	display: table;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 0px;
}

/* ===== Fast Track For Data Table =====*/

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .ui-widget-header{
	border: none;
	background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .ui-corner-tl, #fasttrack-modal .dataTables_wrapper .ui-corner-tr{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_length{
	float: left;	
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_length #title{
	color: #666;
    display: table;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_length input[type="button"]{
	margin: 7px 10px;
    width: 80px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 35px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_filter label {
    color: #666;
    display: table;
	font-size: 12px;
    font-weight: 500;
    margin: 4px 5px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_filter input[type="text"] {
    margin-left: 10px;
    width: 250px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper th.ui-state-default{
	//background: #632523;
    background: #4F5360;
	border: dotted 1px silver;
    border-bottom: 4px solid #a2d27a;
    color: #FFF;
	cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    padding: 0px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper th.ui-state-default .ui-icon{
	float: right;	
}

#fasttrack-modal #tblDatas.tblDataTable tr:hover{
	background-color: #F4F4F4;
	cursor: pointer;
}

#fasttrack-modal #tblDatas.tblDataTable td{
	border-bottom: dotted 1px silver;
    font-size: 12px;
	padding: 10px;
}

#fasttrack-modal #tblDatas.tblDataTable td input[type="checkbox"]{
	cursor: pointer;	
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_info {
    color: #666;
	font-size: 12px;
    font-weight: 600;
    float: left;
    margin: 12px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin: 8px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .ui-buttonset .ui-button {
    background: -moz-linear-gradient(top, #FFFFFF 0%, #DFDBDB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #DFDBDB));
    background: -o-linear-gradient(top, #FFFFFF 0%, #DFDBDB 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #DFDBDB 100%);
    background: linear-gradient(top, #FFFFFF 0%, #DFDBDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DFDBDB');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DFDBDB')";
    color: black;
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 10px;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .dataTables_paginate span span.ui-state-disabled {
    background: #066ECD;
    background: -moz-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A8CCEC), color-stop(2%, #4993D7), color-stop(100%, #066ECD));
    background: -webkit-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: -o-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: -ms-linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    background: linear-gradient(top, #A8CCEC 0%, #4993D7 2%, #066ECD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993D7', endColorstr='#066ECD')";
    border-color: #0561B4;
    color: #FFF;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#fasttrack-modal #tblDatas_wrapper.dataTables_wrapper .ui-state-default {
    background: none;
    color: #000;
    cursor: pointer;
}

/* ========== Bootstrap Touchspin ========== */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #fff
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child > .btn {
    margin-right: -1px
}

.input-group-btn:last-child > .btn {
    margin-left: -1px
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}