.banner-area{
    background:url(/static/basic/static/images/himalayas.jpeg);
    background-size:cover;
}



.scFormDiv {
    margin:0px auto;
}

.form-input > input,select{
    width:100%;
}
.uiDocForm .form-input{
    width: 100%;
}

.uiDocForm .form-label{
    margin-top:10px;
}

.codeBlock img{
    margin-right: 20px !important;
}


.articleText{
    font-size: 16px;
    line-height: 26px;
}

.scForm button{
    margin:3px;
    padding:10px;
    background-color: #FFF;
    border:1px solid #999;
}

.scForm button:hover{
    background-color: #11F;
    border:1px solid #FFF;
    color: #FFF;
}

.scForm button:focus{
    background-color: #11F;
    border:1px solid #FFF;
    color: #FFF;
}

.moreArticle li{
    padding:10px 0px;
    line-height:18px;
}


.section-gap{
    padding-top: 50px;
    padding-bottom: 100px;
}


.modelHome{
    padding: 20px;
    padding-left: 0px;
    display: block;
    
}

.modelHome a{
    padding: 20px;
    padding-left: 0px;

    
}



.shareSocialMediaButton{
    width: 30px !important; 
    height: 30px; 
    margin:5px !important; 
    float: right;
    margin-right: 2px !important;
    cursor: pointer;
}

.searchQuery{
    border:1px solid #AAA;
    padding:8px;
    font-size:20px;
    width: 100%;
}

#searchButton{
    border:1px solid #CCC;
    margin-top:20px;
    padding:3px;
    background-color: #fff;
}



.whightTable {
}
.whightTable th, .whightTable td {
    border-bottom: 1px dotted #666666;
    padding: 5px;
    text-align: left;
  vertical-align:top;
}
.whightTable tr:hover{
  background-color:#EEE;
}