﻿
body {
    margin: 0 auto;
    width: 650px;
    font-family: Times New Roman;
    padding: 0;
}
#topSearch {
   background-size: 100%;
   background-color: lightgrey;
   background-image: url("logo.png");
   min-height: 160px;
}
#bottomSearch {
    z-index: 100;
    position: relative;
    display: none;
}
.mainContent {
    border: 5px solid black;
    background-color: lightgrey;
    position: relative;
    overflow: hidden;
}
.searchBar {
    margin: 0px;
    padding: 0px 72px;
    text-align: center;
    overflow: hidden;
}
.searchImage {
    float: left;
    margin: 10px 180px;
    padding: 10px;
    height: 200px;
    width: 200px;
}
.searchTitle {
    font-size: 30px;
    font-weight: bold;
    color: grey;
    max-width: 300px;
    margin-left: 24px;
}
.searchResults {
    color: white;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 7px 7px 7px 37px;
}
.searchResultsSuggested {
    padding: 10px;
    max-height: 340px;
    float: left;
    margin-left: 26px;
}
.rating {
    padding: 10px;
    margin-left: 45px;
    color: gray;
    font-weight: bold;
    cursor: default;
}
#foundTitle {
    margin: 10px;
    overflow: hidden;
    display: none;
}

#progressbar {
    margin: 120px 10px 50px 262px;
    display: none;
}

#btnSubmit {
    height : 30px;
    width : 30px;
    margin-top: 5px;
}

.glassDiv {
    float: left;
    margin: 14px 0 13px;
}

.movieNameDiv {
     float: left;
     margin: 18px 19px 21px 58px;
}

.suggTitle{
    cursor: pointer;
    color: white;
    font-weight: bold;
}
.suggTitle:hover{
    color: darkgray;
}
#divider {
    background-color: black;
    height: 5px;
    margin: 0;
    padding: 0;
    display: none;
}


#txtMovieName:hover
{
    border:1px solid #cccccc;
}
#txtMovieName:focus
{
    box-shadow:0 0 2px #FFFE00;
}
#txtMovieName {
    font-family: times new roman;
    color: gray;
    padding: 6px 10px 6px 10px;
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}


.providerLogo {
    height: 40px;
    width: 40px;
    border: 2px solid gray;
    float: left;
}
.providerLogo:hover {
    border-color: black;
}
.editorPick {
    height: 80px;
    width: 80px;
    border: 3px solid gold;
    border-radius: 15px 15px 15px 15px;
}

#movieImg {
    display: none;
    float: left;
    height: 473px;
    width: 325px;
}

#suggheader {
    margin-top: 20px;
    text-align: center;
    margin-right: 85px;
    color: grey;
    font-weight: bold;
}

#movieImage{
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
}
#movieContent{
    float: left;
    width: 287px;
}
#titleResult{
    color: black;
}
#titleResult:hover 
{
    color: darkgrey;
    cursor: pointer;
}
#displaySearchHistory 
{
    display: none;
    text-align: center;
    margin-top: 26px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: lightgrey;
    margin-bottom: 15px;
}
#displaySearchHistory:hover {
    color: darkgrey;
}
#searchHistory {
    background-color: lightgrey;
    height: 400px;
    overflow: auto;
}
.historyTitle {
    border: 1px solid black;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
}
.historyTitle:hover 
{
    color: lightgrey;
    cursor: pointer;
}
h1 {
    text-align: center;
    font-weight: bold;
    color: grey;
    display: none;
    margin-bottom: 10px;
}
.thumbnail {
    height: 30px;
    width:30px;
    margin-left: 10px;
    margin-right: 10px;
}

.historyRatings {
    text-align: center;
    font-weight: bold;
    background: none repeat scroll 0 0 grey;
    cursor: default;
}

#rateMyMovie {
    display: none;
    height: 473px;
    width: 325px;
    z-index: 2;
    position:absolute;
    top:0; 
    left:20px;
    opacity: .7;
}
#rateMyMovieText {
    display: none;
    z-index: 2;
    position:absolute;
    top:50px; 
    left:85px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}
#stars 
{
    display: none;
    z-index: 2;
    position:absolute;
    top:380px; 
    left:100px;
}
.ratingValue
{
    display: none;
    z-index: 2;
    position:absolute;
    top:415px; 
    left:100px;
    color: white;
    font-weight: bold;
}
.fb_iframe_widget {
    display: none;
    z-index: 2;
    top:435px; 
    left:100px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

#fb-logout 
{
    display: none;
    z-index: 2;
    top:437px; 
    left:248px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
#chkfacebookShareDiv{
    display: none;
    z-index: 2;
    top:439px; 
    left:63px;
    color: #647CAE;
    font-weight: bold;
    font-size: 16px;
}

.toolTip {
    color: white !important; 
    background:black !important; 
    font-family : Times New Roman !important;
    opacity: .7;
}
#headerLogo {
    margin-left: 229px;
    height: 139px;
    width: 181px;
    margin-top: 9px;
}

.mockToast {
    position: fixed;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    z-index: 9999;
    opacity: 0;
    transition: top 0.28s ease, opacity 0.28s ease;
}

.mockToast.isVisible {
    top: 12px;
    opacity: 1;
}

.mockToast.isHidden {
    top: -140px;
    opacity: 0;
}

.mockToastBody {
    position: relative;
    background: #d7eef5;
    border: 2px solid #58afca;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
    padding: 10px 44px 10px 12px;
    color: #3f4e55;
    line-height: 1.3;
}

.mockToastTitle {
    color: #2f7f99;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
}

.mockToastText {
    font-size: 13px;
}

.mockToastHint {
    margin-top: 4px;
    font-size: 13px;
}

.mockToastClose {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #2f7f99;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.mockToastClose:hover {
    color: #1f6178;
}
