html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* ---------------------------------------------------------------------------- */

.welcome-icon {
	margin-top: 20px;
	left: 50%;
	margin-left: -32.5px;
	width: 65px;
	height: 24px;
	text-align: center;
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	color: white;
}

.circle-icon :hover{
	color: #eee;
}

.circle-icon-wrapper {
	overflow:hidden;
	position:relative;
	height:65px;
}

.circle-icon-title {
	text-align: center;
	padding: 18px;
}

.circle-icon {
	left: 50%;
	margin-left: -32.5px;
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #3a3b3e;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
	display: inline-block;

}

.custom_wrap {
	color:white;
	color:black;
    background: url(../web/images/back.png);
	background-position: center -100px;
}

label {
	font-weight:normal;
}

  .custom-col-12 {
    width: 100% !important;
  }
  .custom-col-11 {
    width: 91.66666667% !important;
  }
  .custom-col-10 {
    width: 83.33333333% !important;
  }
  .custom-col-9 {
    width: 75% !important;
  }
  .custom-col-8 {
    width: 66.66666667% !important;
  }
  .custom-col-7 {
    width: 58.33333333% !important;
  }
  .custom-col-6 {
    width: 50% !important;
  }
  .custom-col-5 {
    width: 41.66666667% !important;
  }
  .custom-col-4 {
    width: 33.33333333% !important;
  }
  .custom-col-3 {
    width: 25% !important;
  }
  .custom-col-2 {
    width: 16.66666667% !important;
  }
  .custom-col-1 {
    width: 8.33333333% !important;
  }

h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
	font-weight:bolder;
}
.tooltip-inner {
     max-width: 450px;
     /* If max-width does not work, try using width instead */

}

.modal-header {
    background-color: #337ab7;
	color:white;
}
.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.collapse-link { text-decoration: none;}
.collapse-link:hover {text-decoration: none;}
.collapse-link:active {text-decoration: none;}
.collapse-link:link {text-decoration: none;}
.collapse-link:after {
	font-family: "Glyphicons Halflings";
	margin-left: 6px;
	content: "\e114";
}
.collapse-link.collapsed:after {
	content: "\e080";
}
.deleted-row {
	color: gray;
}
.errors {
	color: #a94442;
}




.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.wrap > .container {
    padding: 0px 15px 20px;
}
.stub {
	height: 50px;
}

.required_on_send:after {
	content:" *";
	color:blue;
}
