/* --------------------------------------
   eula page
   -------------------------------------- */
/* Font-face Icons */
@font-face {
    font-family: 'FontAwesome';
    src:url('/Content/Dashboard/home/fonts/fontawesome-webfont.eot');
    src:url('/Content/Dashboard/home/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Content/Dashboard/home/fonts/fontawesome-webfont.woff') format('woff'),
    url('/Content/Dashboard/home/fonts/fontawesome-webfont.ttf') format('truetype'),
    url('/Content/Dashboard/home/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glyphicons';
    src:url('../fonts/glyphicons-halflings-regular.eot');
    src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
#EULAContainer .eulalogo{
    /* width: 160px;
    height:auto; */
    width: 100%;
    height: auto;   
    margin: 0 auto;
    text-align: right;    
}
.eulaheader{
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.eula_modal_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #000000;
}
.eulacontent{
  width:100%;
  height:auto;
  margin-top: 15px;
}
.eulacontent p{    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*text-align: justify;*/
    color: #000000;
} 
.eulaconditions{
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.eulaconditions a,
.eulacontent a {
    color: #000;
    text-decoration: underline!important;
}
/* --------------------------------------
Over writing Bootstrap Styles
-------------------------------------- */
.eula_modal_dialog {
    width: 100%;
    height: auto;
    margin: 0 auto;    
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0px;    
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.eula_modal_content {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}
.eula_modal_body{
  padding: 15px 20px;  
}
.eula_modal_footer {
    text-align: center;
    border: none;
    margin-top: 99px;
}
.phone-eula-header{
    width:100%;
    height: 60px;
    background-color:#000000;
    padding:0px 10px;
    text-align:center;
    display: block;
}
.phone-eula-header a{
    z-index:1;
    position:relative;
    float:left;
    top:20px;
    cursor:pointer;
    margin-left: 10px;
}
.phone-eula-header a img{
    width: 18px;
    height:auto;
}
.phone-eula-header h3{
  position:absolute;
  left:0;
  right:0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  top: 20px;
  margin:0;
}

.eulacontent a:focus {
    border-color: #000 !important;
    border-style: solid !important;
    border-width: 1px !important;
}
/*---------------------------------------------------
media queries
----------------------------------------------------*/
@media only screen and (max-width: 1024px) {    
}
@media only screen and (max-width: 480px) {    
    .eulalogo,.eulaheader{
        display:none;
    }
    .eula_modal_title{
      font-size:20px;
    }
    .eulacontent p{
      font-size:14px;
    }
    .eulaconditions{
      width:100%;
    }
}