.form-signin {
  max-width: 390px;
  padding: 15px;
  margin: 0 auto;
}

.small-size {
  font-size: 12px;
}

/* Avoid iphone zoom on focus */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
    background: #eee;
  }
}


.margin-ctl-bottom {
  margin-bottom:4px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.alert {
  margin-left:auto;
  margin-right:auto;
  width:66%;
  margin-bottom:0px !important;
}

.recorder-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: LightGray;
  border-width : 1px;
  padding:10px;
}

.ast_recorder_item_container {
  padding:5px;
}

.frame-top-label {
  position: fixed;
    background: #f00;
    border: 0px solid;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    top: 0; right: 50%;
    bottom: 0; left: 50%;
    margin-left:-90px;
    width:180px;
    height: 20px;
    text-align:center;
    color:white;
}

#frame {
  position: fixed;
    background: #fff;
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;
}

.astLayoutTable {
    width : 100%;
    height : 100%;
}

.astLayoutTableCell {
    width : 100%;
    height : 100%;
}

body {
  height:100%;
}

div:-webkit-full-screen {
  width: 100% !important;
}
div:-moz-full-screen {
  width: 100% !important;
}
div:-ms-fullscreen {
  width: 100% !important;
}
div:fullscreen {
  width: 100% !important;
}

/* While in fullscreen, hide any children with class 'tohide' */
:-webkit-full-screen .tohide {
  display: none;
}
:-moz-full-screen .tohide {
  display: none;
}
:-ms-fullscreen .tohide {
  display: none;
}
:fullscreen .tohide {
  display: none;
}

:-webkit-full-screen .live_layout {
  display: fixed;
  top : 0;
  bottom: 0;
  right: 0;
  left : 0;
}
:-moz-full-screen .live_layout {
  display: none;
}
:-ms-fullscreen .live_layout {
  display: none;
}
:fullscreen .live_layout {
  display: none;
}

table > tbody > tr.unStriped {
   background-color: #F0F1F2 !important;
   color: black !important;
   border-top : none !important;
}
table {
    border-radius: 4px;
    overflow:hidden !important;
}
  .titleAstCustom { 
        width: 100%;
      background-color: #373737;
      padding: 7px;
      border-radius: 5px;

  }
  span.deleteicon {
      position: relative;
  }
  span.deleteicon span {
      position: absolute;
      display: block;
      right: 3px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      color: #fff;
      background-color: #ccc;
      font: 13px monospace;
      text-align: center;
      line-height: 1em;
      cursor: pointer;
  }
  span.deleteicon input {
      padding-right: 18px;
      box-sizing: border-box;
  }
}
#phpinfo pre {margin: 0; font-family: monospace;}
#phpinfo a:link {color: #009; text-decoration: none; background-color: #fff;}
#phpinfo a:hover {text-decoration: underline;}
#phpinfo table {border-collapse: collapse; border: 0; width: 934px; box-shadow: 1px 2px 3px #ccc;}
#phpinfo .center {text-align: center;}
#phpinfo .center table {margin: 1em auto; text-align: left;}
#phpinfo .center th {text-align: center !important;}
#phpinfo td, #phpinfo th {border: 1px solid #666; font-size: 75%; vertical-align: baseline; padding: 4px 5px;}
#phpinfo h1 {font-size: 150%;}
#phpinfo h2 {font-size: 125%;}
#phpinfo .p {text-align: left;}
#phpinfo .e {background-color: #ccf; width: 300px; font-weight: bold;}
#phpinfo .h {background-color: #99c; font-weight: bold;}
#phpinfo .v {background-color: #ddd; max-width: 300px; overflow-x: auto; word-wrap: break-word;}
#phpinfo .v i {color: #999;}
#phpinfo img {float: right; border: 0;}
#phpinfo hr {width: 934px; background-color: #ccc; border: 0; height: 1px;}