/*
** This File Created To Overide Sharepoint Corev15 Css File
** Created By Osama@DesignTeam
** Imam Portal Version
*/

/* Start Reset Corev15 File */

body {
   overflow:auto;
}

input[type='button'],
input[type='reset'],
input[type='submit'],
button {
  min-width: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Arabic Kufi', Tahoma, Arial, sans-serif !important;
}


.ms-siteactions-imgspan {
    width: 17px;
    height: 17px;
    right: -9px;
    top: 0;
}
    .ms-siteactions-imgspan > .ms-core-menu-buttonIcon, .ms-siteactions-hover .ms-siteactions-imgspan > .ms-core-menu-buttonIcon {
        top: -82px;
        left: -254px;
    }
.ms-siteactions-normal {
    background-color: #aedfe8;
    border: none;
    text-align: center;
    padding: 0px 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
    .ms-siteactions-normal:hover {
        background-color: #fff;
    }
    .ms-siteactions-root > span > a.ms-core-menu-root {
        padding: 4px 8px !important;
    }
.ms-siteactions-normal .ms-core-menu-box {
    background-color: #3992a4;
    border: none;
    box-shadow: none !important;
    left: -72px !important;
    top: 34px !important;
    width: 150px !important;
}
.ms-welcome-root .ms-core-menu-box {
    background-color: #3992a4;
    border: none;
    box-shadow: none !important;
    /*left: 0 !important;*/
    top: 57px !important;
     width: 150px !important; 
    text-align: center;
}
.ms-welcome-root{
    height:auto;
    padding:0px 5px;
    border:none;

}
    .ms-welcome-root > a.ms-core-menu-root, .ms-signInLink{
        height:auto;
    }
.ms-welcome-hover, .ms-siteactions-hover{
    background-color:transparent;
}
.ms-contextmenu-link:hover,
.ms-contextmenu-link:visited,
.ms-contextmenu-itemSelected {
    background-color: var(--mainColor);
    text-decoration: none;
}

.ms-core-menu-item:hover,
.ms-core-menu-itemSelected {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: var(--mainColor);
}

.ms-core-webpartadder {
    z-index: 1;
    top: 36px !important;
}

.ms-webpart-zone{
    display:block !important;
}
.ms-wpadder-categories, .ms-wpadder-items {
    width: auto !important;
    height: 200px !important;
    overflow: auto;
}
/* End Reset Corev15 File */
