
.sub-nav h1, .sub-nav h2, .sub-nav h3 {
  margin-top: 0;
}

.control-label {
  font-weight: normal;
}

.form-new {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #F0F0F0    !important;
  border-bottom: #ddd 3px solid !important;
  border-radius: 2px !important;
}

.form-new:focus {
  background-color: #ddd !important; 
  border-color: transparent !important;
}

.form-group, .help-block  {
  /* margin-bottom: 6px !important; */
}

/*.wrap{*/
  /*background-color: #f5f5f5  !important   ;*/
/*}*/

.main-content {
  padding-top: 20px;
  background-color: white;
  color: black;
  border: 1px solid #ddd ;
  /* box-shadow: 0px -2px 2px rgba(0, 0, 0, .2); */
}


.access-form {
  max-width: 330px;
  margin: 0 auto;
  animation-duration: 0.4s;
  transform-origin: 50% 50%;
  animation-timing-function: linear;
}

.access-form.shake {
  -webkit-animation-name: shake-horizontal;
  animation-name: shake-horizontal;
}

@media(min-width:768px) {
  .access-form {
    margin-top: 100px !important;
  }
  
  .main-content.container-fluid {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .main-content {
    border-radius: 2px;
    padding: 30px !important;
    min-height: 800px;
  }
  
  ul.sub-menu li a {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 110% !important;        
  }
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

@media(max-width: 767px) {
  .sm-separator {
    border-top: 1px #ddd solid;
    margin-top: 15px;
    padding-top: 15px;
  }
  .main-content {
    border-left: none;
    border-right: none;
  }
}

.sub-nav {
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

ul.sub-menu {
  padding: 0;
}

ul.sub-menu li {
  display: inline;
}

ul.sub-menu li a {
  color: inherit;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
  text-align: center;
  float: left;
  
}

ul.sub-menu li a:hover, 
ul.sub-menu li a:focus {
  color: #686868;
}

ul.sub-menu li a.add {
  /* float: right !important; */ 
  color: green !important;
}

ul.sub-menu li a.active {
  border-top: 1px solid #ddd ;
  border-left: 1px solid #ddd ;
  border-right: 1px solid #ddd ;
  
  
  padding-bottom: 11px;
  margin-bottom: -1px;
  background-color: white;
  color: black;
  /* box-shadow: 0px -2px 2px rgba(0, 0, 0, .2); */
}

.address-panel h5 {
  margin-top: 0;
}

.panel, .panel-heading, .form-control, .btn {
  border-radius: 1px !important;
}

.table-fixed {
  /* table-layout: fixed; */
}

.table-fixed tr td.full-name { 
  width:30%;
}

.table-fixed tr td.org-name { 
  width:30%;
}

.table-fixed tr td.email { 
  width:25%;
}

.table-fixed tr td.action { 
  width:15%;
}

@keyframes shake-horizontal {
  0% {
    transform: translate(4px, 0px);
  }
  10% {
    transform: translate(-4px, 0px)
  }
  20% {
    transform: translate(-4px, 0px)
  }
  30% {
    transform: translate(4px, 0px)
  }
  40% {
    transform: translate(3px, 0px)
  }
  50% {
    transform: translate(-3px, 0px)
  }
  60% {
    transform: translate(-3px, 0px)
  }
  70% {
    transform: translate(3px, 0px)
  }
  80% {
    transform: translate(2px, -0px)
  }
  90% {
    transform: translate(-2px, -0px)
  }
  100% {
    transform: translate(0px, 0px)
  }
}

.access-form-errors {
  border-left: 3px #a94442 solid;
  margin-bottom: 1em;
}



.progress-ajax {
  top: 50px;
  z-index: 1030;
  position: fixed;
  height: 5px;
  width: 100%;
}


















.circle-wrapper {
  z-index: 1050;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  position: absolute;
  top:0;
  left:0;


  transition:opacity 0.5s ease;
}

.circle-wrapper.active {
  display: block;
  opacity: 1;
  bottom:0;
  right:0;
}




.activate {
  z-index: 1060;
}

.circle-wrapper {
  z-index: 1050;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  transition:opacity 0.5s ease;
}

.circle-wrapper.active {
  display: block;
  opacity: 1;
  bottom:0;
  right:0;
}

.circle.active,
.circle-outer.active > .circle {
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.50s infinite ease-in-out;
  animation: sk-stretchdelay 1.5s infinite ease-in-out;
}

.circle {
  display: none;
  z-index: 1050;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background-color: black;
  opacity: 0.5;
  margin: 5px;
}

@keyframes sk-stretchdelay {
  50% {
  transform: rotate(360) translateX 100px;
  -webkit-transform: rotate(360) translateX 100px;
  }  
}