html,
body {
    height: 100%;
}

// Lists

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
/*    padding: 70px 15px 20px; */
		padding: 70px 0px 0px 0px;
}

.wrap > .my-container {
    padding: 70px 15px 20px; 
}

.pg-sidebar {
		height: 100%;
		background-color: #FFFFFF;
		margin: 10px 0px 0px -10px;
		padding: 0px 0px 0px 0px;
}

/* 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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

.my-btn-popover {
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #FF0000;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.my-btn-lg {
  padding: 10px 16px;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 0.3; /*1.3333333;*/
  border-radius: 6px;
}

.my-sidenav ul {
    padding: 0;
    margin: 0;
}

.my-sidenav li a {
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.my-sidenav .opened, .my-sidenav .closed {
    float: right;
}

.my-sidenav .indicator {
    color: #999999;
}

.my-sidenav .active > a > span > .indicator {
    color: #ffffff;
}

.my-sidenav .active > ul {
    background-color: #a5d5fc;
}

.my-sidenav .nav {
    display: none;
}

.my-sidenav .nav .nav {
    display: none;
}

.my-sidenav .nav a {
    padding-left: 9%;
}

.my-sidenav .nav .nav a {
    padding-left: 18%;
}

.my-sidenav .active > ul {
    display: block;
}

.my-sidenav .nav .active > ul {
    display: block;
}

.my-breadcrumb {
  padding: 8px 15px;
  margin-top: 0.60em; 
  list-style: none;
  background-color: #96cced;
  border-radius: 3px;
  border: 1px solid #337ab7;
  display: block; 
  text-align: left;
}

.my-breadcrumb > li {
  display: inline-block;
}
.my-breadcrumb > li + li:before {
  padding: 0 5px;
  color: #888;
  content: "/\00a0";
}
.my-breadcrumb > .active {
  color: #222;
}

.my-navbar {
  background-color: #96cced;
  border-color: #080808;
}

.my-navbar-demo {
  background-color: #96cced;
  border-color: #080808;
}

.my-navbar .navbar-brand {
  color: #ffffff;
}

.my-navbar .navbar-brand:hover,
.my-navbar .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.my-navbar .navbar-text {
  color: #ffffff;
}
.my-navbar .navbar-nav > li > a {
  color: #ffffff;
}
.my-navbar .navbar-nav > li > a:hover,
.my-navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.my-navbar .navbar-nav > .active > a,
.my-navbar .navbar-nav > .active > a:hover,
.my-navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #F5DEB3;
}
.my-navbar .navbar-nav > .disabled > a,
.my-navbar .navbar-nav > .disabled > a:hover,
.my-navbar .navbar-nav > .disabled > a:focus {
  color: #F5DEB3;
  background-color: transparent;
}
.my-navbar .navbar-toggle {
  border-color: #F5DEB3;
}
.my-navbar .navbar-toggle:hover,
.my-navbar .navbar-toggle:focus {
  background-color: #F5DEB3;
}
.my-navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.my-navbar .navbar-collapse,
.my-navbar .navbar-form {
  border-color: #101010;
}
.my-navbar .navbar-nav > .open > a,
.my-navbar .navbar-nav > .open > a:hover,
.my-navbar .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #F5DEB3;
}

.my-navbar-demo {
  background-color: #8a806e;
  border-color: #080808;
}

.my-navbar-demo .navbar-brand {
  color: #ffffff;
}

.my-navbar-demo .navbar-brand:hover,
.my-navbar-demo .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.my-navbar-demo .navbar-text {
  color: #ffffff;
}
.my-navbar-demo .navbar-nav > li > a {
  color: #ffffff;
}
.my-navbar-demo .navbar-nav > li > a:hover,
.my-navbar-demo .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.my-navbar-demo .navbar-nav > .active > a,
.my-navbar-demo .navbar-nav > .active > a:hover,
.my-navbar-demo .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #cb9537;
}
.my-navbar-demo .navbar-nav > .disabled > a,
.my-navbar-demo .navbar-nav > .disabled > a:hover,
.my-navbar-demo .navbar-nav > .disabled > a:focus {
  color: #F5DEB3;
  background-color: transparent;
}
.my-navbar-demo .navbar-toggle {
  border-color: #F5DEB3;
}
.my-navbar-demo .navbar-toggle:hover,
.my-navbar-demo .navbar-toggle:focus {
  background-color: #F5DEB3;
}
.my-navbar-demo .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.my-navbar-demo .navbar-collapse,
.my-navbar-demo .navbar-form {
  border-color: #101010;
}
.my-navbar-demo .navbar-nav > .open > a,
.my-navbar-demo .navbar-nav > .open > a:hover,
.my-navbar-demo .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #F5DEB3;
}

.hand_cursor {
		cursor: pointer;
}

.alert-license {
  background-color: #dce5fa;
  border-color: #b6c9a6;
}
.alert-license hr {
  border-top-color: #c9e2b3;
}
.alert-license .alert-link {
  color: #2b542c;
}

.footer {
    height: 60px;
    background-color: #000000;
    color: #FFFFFF;
    border-top: 1px solid #00FFFF;
    border-bottom: 1px solid #00FFFF;
    padding-top: 20px;
}

.app-title {
	text-align: center;
	border-radius:3px; 
 	padding: 8px 15px;
	display: block; 
	font-size: 2.5em; 
	margin-top: 0.17em; 
	margin-bottom: 0.17em; 
}

.app-title-guest {
	color: #fff;
	border:solid 1px #337ab7; 
	background-color: rgba(248,204,70,1); 
}

.app-title-primary {
	color: #fff;
	border:solid 1px #337ab7; 
	background-color: rgba(248,204,70,1); 
}

.app-title-success {
	color: #000;
	border:solid 1px #dff0d8; 
	background-color: rgba(248,204,70,1); 
}

.app-title-info {
	color: #000;
	border:solid 1px #d9edf7; 
	background-color: rgba(248,204,70,1); 
}

.app-title-warning {
	color: #000;
	border:solid 1px #fcf8e3; 
	background-color: rgba(248,204,70,1); 
}

.app-title-danger {
	color: #000;
	border:solid 1px #f2dede; 
	background-color: rgba(248,204,70,1); 
}

.app-exercise-title {
	text-align: center;
	border-radius:3px; 
 	padding: 8px 15px;
	display: block; 
	font-size: 1.1em; 
	margin-top: 0.17em; 
	margin-bottom: 0.17em; 
}

.app-exercise-title-guest {
	color: #fff;
	border:solid 1px #337ab7; 
	background-color: rgba(248,204,70,0.5); 
}

.app-exercise-title-primary {
	color: #fff;
	border:solid 1px #337ab7; 
	background-color: rgba(248,204,70,0.5); 
}

.app-exercise-title-success {
	color: #000;
	border:solid 1px #dff0d8; 
	background-color: rgba(248,204,70,0.5); 
}

.app-exercise-title-info {
	color: #000;
	border:solid 1px #d9edf7; 
	background-color: rgba(248,204,70,0.5); 
}

.app-exercise-title-warning {
	color: #000;
	border:solid 1px #fcf8e3; 
	background-color: rgba(248,204,70,0.5); 
}

.app-exercise-title-danger {
	color: #000;
	border:solid 1px #f2dede; 
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-row {
	text-align: center;
	color: #337ab7;
	border:solid 1px #FF8A8A; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.5);
	display: block; 
	font-size: 1.1em; 
	font-weight: bold;
	margin-top: 0.17em; 
	margin-bottom: 0.57em; 
}

.app-header-table-primary {
	text-align: left;
	position: relative;
	border-radius: 3px 3px 0px 0px; 
  padding: 8px;
	border:solid 0px #337ab7; 
	color: #fff;
	background-color: rgba(248,204,70,1); 
}

.app-footer-table-primary {
	text-align: left;
	border-radius: 0px 0px 3px 3px; 
  padding: 8px;
	font-size: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
	font-weight: normal;
	border:solid 0px #337ab7; 
	color: #fff;
	background-color: rgba(248,204,70,1); 
}

.app-header-table-success {
	text-align: left;
	position: relative;
	border-radius: 3px 3px 0px 0px; 
  padding: 8px;
	border:solid 0px #dff0d8; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-footer-table-success {
	text-align: left;
	border-radius: 0px 0px 3px 3px; 
  padding: 8px;
	font-size: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
	font-weight: normal;
	border:solid 0px #dff0d8; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-header-table-info {
	text-align: left;
	position: relative;
	border-radius: 3px 3px 0px 0px; 
  padding: 8px;
	border:solid 0px #d9edf7; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-footer-table-info {
	text-align: left;
	border-radius: 0px 0px 3px 3px; 
  padding: 8px;
	font-size: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
	font-weight: normal;
	border:solid 0px #dff0d8; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-header-table-warning {
	text-align: left;
	position: relative;
	border-radius: 3px 3px 0px 0px; 
  padding: 8px;
	border:solid 0px #fcf8e3; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-footer-table-warning {
	text-align: left;
	border-radius: 0px 0px 3px 3px; 
  padding: 8px;
	font-size: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
	font-weight: normal;
	border:solid 0px #dff0d8; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-header-table-danger {
	text-align: left;
	position: relative;
	border-radius: 3px 3px 0px 0px; 
  padding: 8px;
	border:solid 0px #f2dede; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

.app-footer-table-danger {
	text-align: left;
	border-radius: 0px 0px 3px 3px; 
  padding: 8px;
	font-size: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
	font-weight: normal;
	border:solid 0px #dff0d8; 
	color: #000;
	background-color: rgba(248,204,70,1); 
}

/* Header ad esempio dei moduli */

.app-caption-table {
	text-align: left;
	color: #337ab7;
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.5);
	margin-top: 0.17em; 
	margin-bottom: 0.17em;
}

.app-create {
	border:solid 1px #337ab7; 
	border-radius:3px; 
	padding:10px; 
	background-color: rgba(248,204,70,0.5);
}

.app-label-create {
	text-align: center;
	color: #337ab7;
	border:solid 1px #FF8A8A; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.5);
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-create-primary {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #337ab7; 
  color: #fff;
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-primary {
	text-align: center;
	color: #fff;
	border:solid 1px #337ab7; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.8); 
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-create-success {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #d6e9c6; 
  color: #3c763d;
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-success {
	text-align: center;
	color: #3c763d;
	border:solid 1px #d6e9c6; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.8); 
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-create-info {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #bce8f1; 
  color: #31708f;
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-info {
	text-align: center;
	color: #31708f;
	border:solid 1px #bce8f1; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.8); 
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-create-warning {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #faebcc; 
  color: #8a6d3b;
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-warning {
	text-align: center;
	color: #8a6d3b;
	border:solid 1px #faebcc; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.8); 
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-create-danger {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #ebccd1; 
  color: #a94442;
	background-color: rgba(248,204,70,0.5); 
}

.app-label-create-danger {
	text-align: center;
	color: #a94442;
	border:solid 1px #ebccd1; 
	border-radius:3px; 
 	padding: 8px 15px;
	background-color: rgba(248,204,70,0.8); 
	display: block; 
	font-size: 1.2em; 
 	margin-top: 0.17em; 
 	margin-bottom: 0.17em; 
	font-weight: bold;
}

.app-search {
  border:solid 1px #90b3ff; 
  border-radius:3px; 
  padding:10px; 
	background-color: rgba(248,204,70,0.5);
}

.app-search-primary {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #337ab7; 
  color: #fff;
	background-color: rgba(248,204,70,0.5); 
}

.app-search-success {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #d6e9c6; 
  color: #3c763d;
	background-color: rgba(248,204,70,0.5); 
}

.app-search-info {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #bce8f1; 
  color: #31708f;
	background-color: rgba(248,204,70,0.5); 
}

.app-search-warning {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #faebcc; 
  color: #8a6d3b;
	background-color: rgba(248,204,70,0.5); 
}

.app-search-danger {
	border-radius:3px; 
	padding:10px; 
	border:solid 1px #ebccd1; 
  color: #a94442;
	background-color: rgba(248,204,70,0.5); 
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) { 
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.modal-open {
  overflow: hidden;
}
.modal-wait {
/*
  position: absolute;
  left: 150px;
  top: 90px;
  transform: translate(-50%, -50%);
  width: 300px;
	height: 80px;
*/

  position: fixed; 
  top: 51px; 
  left: 0; 
  width: 300px;
	height: 100px;
  z-index: 1050;
  display: none;
  overflow: hidden;

	border: 1px solid #92a0f0;
  background-color: rgba(198,250,233,1);
  border-radius: 7px;
/*
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
          box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
*/
}
.modal {
  position: fixed; 
  top: 0; 
  right: 0;
  bottom: 0;
  left: 0; 
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
	border-radius: 12px 12px 12px 12px !important;
}
.modal-backdrop {
  background-color: #0000ff;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  top: 40%;
  width: auto;
  margin: 10px;
}

.modal-dialog-loading {
  position: relative;
/*  position: fixed; */
  background: transparent;
  border-radius: 10px;
  padding: 20px;

}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 2px solid #999;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 12px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  color:#ffffff;
 	background-color: rgba(248,204,70,1);
 	border-bottom: 1px solid #337ab7;
  border-radius:  10px 10px 0px 0px !important;
;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  background-color: #efefe8;
  position: relative;
  padding: 15px;
  overflow-y: auto; 
  max-height: 400px;
}
.modal-body-loading {
  position: relative;
  overflow: hidden; 
}
.modal-footer {
	height: 70px;
  padding: 16px;
  text-align: right;
  border-top: 2px solid #a5a5a5;
	border-radius:  0px 0px 10px 10px !important;
 	background-color: rgba(248,204,70,1);
 }
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog-loading {
   position: absolute;
    left: 1px;
    right: auto;
    width: 600px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-content-loading {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
            box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-loading {
   position: absolute;
    left: 1px;
    width: 300px;
		height: 40px;
  }
}
@media (min-width: 992px) {
  .modal-dialog-loading {
    left: 1px;
    right: auto;
    width: 600px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-content-loading {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
            box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
  }
  .modal-lg {
    width: 900px;
  }
  .modal-loading {
    width: 300px;
		height: 40px;
  }
}
@media (min-width: 992px) {
  .modal-dialog-loading {
    left: 1px;
    right: auto;
    width: 600px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-content-loading {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
            box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
  }
  .modal-lg {
    width: 900px;
  }
  .modal-loading {
    width: 300px;
		height: 40px;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: rgba(248,204,70,1);
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #f3f8fc;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-primary_050 {
  border-color: #337ab7;
}
.panel-primary_050 > .panel-heading {
  color: #fff;
  background-color: rgba(51,122,184,0.5);
  border-color: #337ab7;
}
.panel-primary_050 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary_050 > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary_050 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success_050 {
  border-color: #d6e9c6;
}
.panel-success_050 > .panel-heading {
  color: #3c763d;
  background-color: rgba(223,240,217,0.5);
  border-color: #d6e9c6;
}
.panel-success_050 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success_050 > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success_050 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info_050 {
  border-color: #bce8f1;
}
.panel-info_050 > .panel-heading {
  color: #31708f;
  background-color: rgba(218,238,248,0.5);
  border-color: #bce8f1;
}
.panel-info_050 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info_050 > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info_050 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning_050 {
  border-color: #faebcc;
}
.panel-warning_050 > .panel-heading {
  color: #8a6d3b;
  background-color: rgba(242,248,253,0.5);
  border-color: #faebcc;
}
.panel-warning_050 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning_050 > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning_050 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger_050 {
  border-color: #ebccd1;
}
.panel-danger_050 > .panel-heading {
  color: #a94442;
  background-color: rgba(243,224,224,0.5);
  border-color: #ebccd1;
}
.panel-danger_050 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger_050 > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger_050 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.flash-button{
	color:#fff;
  background-color: #d9534f;
  border-color: #d43f3a;
	border-radius:3px;
	
	animation-name: flash;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 1.0; }
}



