* {
    .border-radius(0) !important;
}


h1
{
    font-weight: bold !important;
    letter-spacing: 4px !important;
}

h2
{
    font-weight: 300 !important;
    letter-spacing: 4px !important;
}

h3
{
    font-weight: 300 !important;
    letter-spacing: 4px !important;
}

#field {
    margin-bottom:20px;
}

body
{
    background-color:black !important;
    color:white !important;
    font-weight:300 !important;
    font-family: lato !important;

}

h1
{
    
}

.btn-success
{
    background-color:black;
    color:white;

}

.mona_button
{
    color:white;
    background-color:black;
    border:0px solid black;
}


/* Related demos */
.content--related {
    text-align: center;
    color: #D8DADB;
    font-weight: bold;
}

.media-item {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.media-item__img {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}

.media-item__title {
    font-size: 0.75em;
    margin: 0;
    padding: 0.5em;
}

@media screen and (max-width: 50em) {
    .codrops-header {
        padding: 3em 10% 4em;
    }
}

@media screen and (max-width: 40em) {
    .codrops-header h1 {
        font-size: 2.8em;
    }
}
.no-titlebar .ui-dialog-titlebar {
    display: none;
}
#overlay {
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(100,100,100,0.5);
    position: fixed;
    top: 0;
    left: 0;
}
.loading {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { 
                           -moz-transform:rotate(360deg); 
                       }
}
@-webkit-keyframes spin { 100% { 
                              -webkit-transform:rotate(360deg); 
                          }
}
@keyframes spin { 100% {
                      -webkit-transform:rotate(360deg);
                      transform:rotate(360deg);
                  }
}
body > div.container > form > div:nth-child(1) > div, body > div.container > form > div:nth-child(2) > div {
    padding-right: 0px;
    padding-left: 0px;
}
body > div.container > form > div:nth-child(4) > div > div > div {
        padding-left: 0px;
    }
.clear:before, .clear:after {
    content:"";
    display:table
}

.clear:after {
    clear:both
}

.clear {
    zoom:1
}
@media (max-width: 1200px) {
    body > div.container > form > div:nth-child(4) > div > div > div {
        margin-left: -15px;
        padding-right: 0px;
        padding-left: 15px;
    }    
}


/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: black;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=1);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
