/* fix scrolling on list pages */

/* hide body scrolling (SharePoint will handle) */

body
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    body #s4-ribbonrow
    {
        overflow-y: hidden;
        min-height: 43px;
    }

    body #s4-workspace
    {
        position: relative;
        overflow-y: auto;
        height: 100%!important;
    }

    body #s4-bodyContainer
    {
        /* 
           position absolute supaya nggak ada space putih
           kalau window diperkecil trus di-scroll ke kanan
        */
        position: absolute;
        min-width: 1000px;
    }

.ms-dialog body #s4-bodyContainer
{
    /*width: 100% !important;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu
{
    background-color: #F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
#s4-leftpanel
{
    width: auto !important;
    float: none !important;
    padding: 0px 10px;
    font-family: Arial !important;
    font-size: 12px !important;
}

    #s4-leftpanel .ms-quicklaunchouter
    {
        /*display: none;*/
    }

    #s4-leftpanel .ms-ql-additionaltopsection
    {
        border: 0px !important;
    }

    #s4-leftpanel a
    {
        color: #eee !important;
    }

        #s4-leftpanel a.selected
        {
            color: #333 !important;
        }

    #s4-leftpanel ul.root > li > a
    {
        margin-bottom: 5px;
    }

        #s4-leftpanel ul.root > li > a > span > .menu-item-text
        {
            font-weight: bold;
            font-size: 14px;
            color: #fff;
        }

        #s4-leftpanel ul.root > li.selected > a > span > .menu-item-text
        {
            color: #000;
        }

.s4-ca
{
    background: transparent none repeat scroll 0 0;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px !important;
    font-family: Arial !important;
}

.ms-WPBody
{
    font-size: 12px !important;
    font-family: Arial !important;
}

    .ms-WPBody td
    {
        font-size: 12px !important;
        font-family: Arial !important;
    }

    .ms-WPBody h2
    {
        font-weight: normal !important;
    }

.ms-sbrow
{
    vertical-align: top !important;
}

.ms-sbgo
{
    vertical-align: top !important;
}

    .ms-sbgo a
    {
    }

.ms-sbcell input
{
    font-family: 'Trebuchet MS' !important;
    font-size: 12px !important;
    height: 17px !important;
}

.ms-cui-tt-a
{
    cursor: pointer !important;
}

.ms-cui-tt
{
    /*border-bottom: 1px solid #fff !important;*/
}

.ms-cui-topBar2
{
    border-bottom: 1px solid #fff !important;
}

/* === I Like It + Tags & Notes  === */
.ms-socialNotif
{
    padding-bottom: 5px !important;
}

    .ms-socialNotif:hover
    {
        text-decoration: none !important;
    }

.ms-socialNotif-text
{
    font-size: 12px;
}

/* === Pengaturan tampilan di halaman-halaman pada _layouts === */
/*table.ms-menutoolbar
{
    background-image: none !important;
    background-color: #f2f2f2 !important;
    height: auto !important;
    margin-bottom: 10px;
}

    table.ms-menutoolbar td
    {
        padding: 5px 3px;
        vertical-align: middle !important;
    }


table.ms-splitbutton, table.ms-splitbuttonhover
{
    height: 23px !important;
    width: 50px !important;
}

    table.ms-splitbutton td, table.ms-splitbuttonhover td
    {
        vertical-align: middle !important;
    }*/


/* === SharePoint Modal Dialog === */
/*.ms-dlgTitleText
{
    font-family: 'Trebuchet MS' !important;
    font-size: 14px !important;
}

.ms-dlgContent
{
width: auto !important;
min-width:550px!important;
max-width:1000px!important;
}
 */

.ms-dialog body #s4-workspace
{
    overflow-x: hidden !important;
}

/*.ms-dialog BODY .no-menu#MSO_ContentTable
{
    padding: 0px;
}

.ms-dialog #main-panel
{
    border: none!important;
}

.ms-dialog #main-content
{
    padding: 0px!important;
}

.ms-dlgFrameContainer
{
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}*/

/* === Hide My Settings and Personalize this Page (and its separators) from Login Drop Down Menu === */
#mp1_0_0_Anchor, #mp1_0_1_Anchor, #mp1_0_5_Anchor
{
    /*display: none;*/
}

/* === Hide "Upload Multiple Files..." link === */
#ctl00_PlaceHolderMain_UploadDocumentSection_ctl03_UploadMultipleLink, #Ribbon.Documents.New.AddDocument.Menu.Upload.UploadMultiple-Menu32
{
    display: none;
}

/* === Hide "Select a language ketika akan create site di /_layouts/newsbweb.aspx" link === */
#ctl00_PlaceHolderMain_InputFormTemplatePickerControl_ctl00_DDLanguageFormControl_tablerow1,
#ctl00_PlaceHolderMain_InputFormTemplatePickerControl_ctl00_DDLanguageFormControl_tablerow2,
#ctl00_PlaceHolderMain_InputFormTemplatePickerControl_ctl00_DDLanguageFormControl_tablerow3
{
    display: none;
}