
/******************
OTHER OVVERRIDES
******************/
/*
.table-header{
	background-color:rgb(111, 179, 224);
	color:#FFF;
	font-size:14px;
	line-height:38px;
	padding-left:12px;
	margin-bottom:1px;
}

.profile-info-name {
	position: absolute;
	width: 150px;
	text-align: right;
	padding: 6px 10px 6px 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	font-weight: normal;
	color: rgb(102, 126, 153);
	background-color: transparent;
	border-top: 1px dotted rgb(213, 228, 241);
}

.profile-info-value {
	padding: 6px 4px 6px 6px;
	margin-left: 160px;
	border-top: 1px dotted rgb(213, 228, 241);
}

#angularProgressBar.progress-mini{
	height: 4px;
}

.gritter-bottom-screen {
  position: fixed;
  left: 33%;
  right: 33%;
  top: 66%;
}
@media only screen and (max-width: 767px) {
  .gritter-bottom-screen {
    left: 16%;
    right: 16%;
    top: 66%;
  }
}
@media only screen and (max-width: 480px) {
  .gritter-bottom-screen {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .gritter-bottom-screen {
    left: 10px;
    right: 10px;
  }
}
*/
.profile-info-name {
    width: 250px;
}

.profile-info-value {
    margin-left: 260px;
}

.user-info{
    max-width: 200px;
	line-height: 16px;
}

.login-container{
	width: 520px;
}


input.ace.ace-switch[type="checkbox"] + .lbl.inesChekBox:before {
	color: #2c6aa0;
    content: " ";
    font-family: "FontAwesome";
    font-size: 17px;
    height: 23px;
    margin-top: -2px;
    padding-top: 2px;
    text-indent: 30px;
    width: 56px;
}

input.ace.ace-switch[type="checkbox"]:checked + .lbl.inesChekBox:before {
	color: #2c6aa0;
    content: " ";
    font-family: "FontAwesome";
    font-size: 17px;
    height: 23px;
    margin-top: -2px;
    padding-top: 2px;
    text-indent: 10px;
    width: 56px;
    background-color: #f5f5f5;
    border-color: #c8c8c8;
}

#angularProgressBar.progress-mini{
	height: 4px;
}

.gritter-bottom-screen {
  position: fixed;
  left: 33%;
  right: 33%;
  top: 66%;
}
