﻿body {
    font-family: Tahoma;
}


html,body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#body {
   padding:10px;
   padding-bottom:150px;   /* Height of the footer */
}


#pageheader{
    background-color: #1c1c1c;
    padding: 10px;
    margin-bottom: 20px;
    height: 100px;
}

#pageheader div{
    float: left;
}



#dv_tabRow{
    margin: auto;
    margin-bottom: 20px;
    border-bottom: solid 1px #999999;
    height: 40px;
    margin-right: 9px;
}



#dv_tabRow div{
    float: left;
    margin-right: 10px;
    border: solid 1px #999999;

    font-size: 14px;

    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    position: relative;
    left: 10px;
    background-color: #eeeeee;

}

#dv_tabRow div a{
    color: #666666;
    display: block;
    width: 100%;
    line-height: 39px;
    padding: 0px 10px;
}

#dv_loadingTab{
    border: 0px !important;
    background-color: #ffffff !important;
    line-height: 39px;
    color: red;
    display: none;
}


#dv_loadingTab img{
    vertical-align: middle;
}

.selectedTab{
    background-color: #ffffff !important;
    border-bottom: solid 1px #ffffff !important;
}



.dv_loggedinas{
    color: #cccccc;
    line-height: 100px;
    float: right !important;
    padding-right: 30px;
}

.dv_loggedinas a{
    margin-left: 20px;
}

#pageHeader_lbl_loggedinas{
    margin-left: 0px;
}


h1{
    font-size: 30px;
}


.myTandSinput{
    border: solid 1px #cccccc;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;

}

.myTandSbutton{
    background-color: #9cc2cb;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-box-shadow: 0px 3px 0px 0px #8aacb4;
}




.label{
    width: 100px;
}


.tableRow{
    clear: both;
    height: 40px;
    position: relative;
}

.tableRow div{
    float: left;
}





#lbl_msg{
    color: red;
}



#overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    background-color: #666666;
    opacity: 0.5;
}

.textBlock{
    margin-bottom: 20px;
}



.title{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
}



.dvApproveReject{
    float: left;
}

.dvApproveReject input{
    margin-left: 0px !important;
    margin-right: 20px;
}


.spn_saving{
    color: red;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    display: none;
}

.dv_alternate:hover{
    background-color: #cccccc;
}


.selected{
    background-color: #ffffcc;
}



#dv_textOuter{
     background-color: #ffffff;
     border: solid 1px #cccccc;
     padding: 5px;
     position: relative;
}

#tx_suggestionReview{
    border: 0px;
    resize: none;
    overflow-y: auto;
}



#tx_suggestionReview:focus{
    outline: none;
}


#tx_suggestionReview:disabled
{
    background-color: #ffffff;
}



.dv_icons{
    height: 30px;
    padding-right: 10px;
    clear: both;
}


.dv_icons div{
    float: right;
    margin-left: 20px;
    line-height: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    cursor: pointer;
}


.dv_like{
    background-image: url(/images/like.png);
}

.dv_comment{
    background-image: url(/images/comment.png);
}


.liked{
    opacity: 0.5;
}

.dv_youLike{
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    display: none;
}

.dv_nLikes, .dv_nComments{
    float: left !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}


#nPeopleWhoLike{
    float: left;
    font-size: 14px;
    padding-top: 6px;
}



#dv_nComments{
    padding-left: 20px !important;

}


.gridrow{
    cursor: pointer;
    border-bottom: 1px dashed #cccccc;
    height: 30px;
    display: flex;
}

.gridrow div:nth-child(1){
    flex: 1;
}

.gridrow div{
    width: 80px;
    font-size: 12px;
    color: #666666;
    padding: 5px;
    line-height: 20px;
}


.gridheader{
    background-color: #dddddd;
    border-right: solid 1px #cccccc;
}

.gridheader:last-child{
    border-right: 0px;
}



#dv_loadingSuggestion{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    color: red;
    font-size: 25px;
    display: none;
    opacity: 0.5;
}


.foreignText{
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}



#dv_login{
    width: 400px;
}


#dv_loginIcorrect{
    color: red;
    display: none;
}

#dv_suggestions{
    max-height: 240px;
    overflow-y: auto;
    position: relative;
}


#dv_topIcons{
    display: flex;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

#dv_topIcons img{
    height: 40px;
}


#dv_topIcons div:nth-child(1){
    flex: 1;
    line-height: 30px;
    font-size: 20px;
}


#dv_addNew, #dv_review{
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.5
}

#dv_review{
    margin-right: 10px;
}



.toolTip{
    position: absolute;
    background-color: #ffffcc;
    padding: 10px;
    max-width: 300px;
    font-size: 14px;
    -webkit-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    display: none;
    top: 28px;
    left: 0px;
    color: #666666;
    white-space: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #999999;
    z-index: 100020;
}


.toolTip:after, .toolTip:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
}

.toolTip:after {
    top: -20px;
    border-color: transparent transparent #ffffcc transparent;
    border-width: 10px;
}

.toolTip:before {
    top: -21px;
    border-color: transparent transparent #999999 transparent;
    border-width: 10px;
}


.MultiSuggestionBox{
     background-color: #ffffff;
     padding: 10px;
     margin-bottom: 20px;
}

#dv_allSuggestions{
    overflow-y: auto;
    max-height: 300px;
}

.MultiSuggestionBoxContent{
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 20px;

    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    overflow: hidden; 
}

.MultiSuggestionBoxContent div{
    float: left;
    width: 45%;
    padding-left: 10px;
}

.MultiSuggestionBoxTitle{
    font-weight: bold;
    color: #666666;
}

.translatedText{
    color: #27ccc0;
}

.dv_waitingToLoad{
    position: absolute;
    z-index: 10007;
    background-color: #ffffcc;
    padding: 10px;
    -webkit-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    display: none;
}

.dv_waitingToLoad img{
    vertical-align: middle;
    margin-right: 5px;
}

.dv_waitingToLoad span{
    vertical-align: middle;
}

#dv_whoLikes{
    position: absolute;
    display: none;
    z-index: 10011;
    background-color: #ffffff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 0px;

    min-width: 80px;
    height: 200px;
  
    -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}


#dv_likeContent{
    height: 160px;
    position: relative;
}


.likeRow{
    padding-top: 7px;
    padding-bottom: 15px;
    border-top: solid 1px #dddddd;
    width: 94%;
}

#dv_likeClose{
    text-align: right;
    font-weight: bold;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    cursor: pointer;
}


.likeImage{
    width: 50px;
    margin-right: 5px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    float: left;

}


.dv_likeUsername{
    padding-top: 8px;
    font-size: 14px;

}

.dv_likeCompany{
    font-size: 14px;
    color: #999999;

}

.nolikeimage{
    border: solid 1px #cccccc;
    width: 48px;
}


.loggedInThumb{
    vertical-align: middle;
    float: none;
}




.notActive{
    opacity: 0.5;
    position: relative;
}




.errorRow{

    text-align: right;

}


div.error {
	color: red;
	font-style: italic;
	font-weight: normal;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}

input.error {
	border: 2px solid red !important;
}





div.error{
    position: absolute;
    background-color: #ffffcc;
    padding: 10px;
    border: solid 1px #999999;
    left: 440px;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



div.error:after, div.error:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 11px;
    border-width: 5px;

}

div.error:after {
    left: -10px;
    border-color: transparent #ffffcc transparent transparent;

}

div.error:before {
    left: -11px;
    border-color: transparent #999999 transparent transparent;
}



#changeLanguage{
    position: absolute;
    left: 4px;
    width: 400px;
}


.loadingDiv{
    position: absolute;
    top: 200px;
    left: 500px;
    z-index: 100001;
    background-color: #ffffcc;
    padding: 10px;
    -webkit-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    box-shadow: 7px 7px 5px -4px rgba(0,0,0,0.26);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}


.loadingDiv img, .loadingDiv span{
    vertical-align: middle;
    margin-right: 5px;

}