﻿ #s4-titlerow {
	background-color: transparent;
    margin: 0;
    padding: 0;
    height: auto;
}

#contentBox {
    margin: 0px;
}
#s4-bodyContainer{
	padding-bottom:0px !important;
}
/*Search box css*/
.ms-mpSearchBox {
    width: 100%;
}
.ms-srch-sb-border {
    border: 1px solid rgba(171, 171, 171, 0);
}

.ms-srch-sb {
    display: block;
    width: 100%;
}
#searchInputBox {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

 .ms-srch-sb-border:hover {
    border: 1px solid rgba(171, 171, 171, 0) !important;
}
 .ms-srch-sb-borderFocused {
    border: 1px solid rgba(171, 171, 171, 0) !important;
}
.ms-srch-sb-searchLink
 {
     display: none;
   /*  position: absolute !important;
    right: 50px !important;
    margin-top: 8px !important; */
    
}
/*added these sudhakar on June 5th to show webpart properties */
#MSOTlPn_MainTD
{    
    z-index: 102 !important;
    position: relative;
}