/******************************************************* From MAmera Styles *******************************/

@font-face {
    font-family: 'icomoon';
    src: url("../../CustomResources/CourseMenu/fonts/icomoon.eot?-yihpyn");
    src: url("../../CustomResources/CourseMenu/fonts/icomoon.eot?#iefix-yihpyn") format("embedded-opentype"), url("../../CustomResources/CourseMenu/fonts/icomoon.woff?-yihpyn") format("woff"), url("../../CustomResources/CourseMenu/fonts/icomoon.ttf?-yihpyn") format("truetype"), url("../../CustomResources/CourseMenu/fonts/icomoon.svg?-yihpyn#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.AuthorPreviewDiv * {
    margin: auto;
    padding: inherit;
    border: inherit;
    outline: auto;
}

select, option {
    margin: auto;
    padding: 0px;
    border: 1px solid #999;
    outline: auto;
}

body {
    background-position: 0 110px;
}

    body.logoutPage {
        background-position: 0 70px;
    }

.clearBoth {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

#container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    min-width: 960px;
}

.homepage {
    background-position: left;
}

.sidebarBgHide {
    background-position: 0;
}

.sidebarBgShow {
    background-position: -240px;
}


.button {
    padding: 4px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*behavior: url(../JS/PIE.htc);*/
    cursor: pointer;
    margin-bottom: 10px;
    background-position: bottom;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/*---------------------- Header Style ---------------------------------*/
#header-wrap {
    max-height: 128px;
    position: relative;
    min-width: 960px;
    z-index: 306;
}

#header {
    height: 70px;
    position: relative;
    z-index: 0;
    background-position: top;
}

#logo {
    width: 228px;
    height: 66px;
    position: absolute;
    z-index: 10;
    left: 0;
    background-position: left;
}

    #logo a {
        display: block;
        padding: 10px 20px 10px 15px;
        width: 120px;
        position: absolute;
        text-indent: -999em;
        background-position: center;
    }

    #logo span {
        display: block;
        padding: 10px 20px 10px 15px;
        width: 120px;
        position: absolute;
        text-indent: -999em;
        background-position: center;
    }

#ClientLogo {
    float: right;
    height: 46px;
    text-align: right;
    font-size: 16px;
    padding: 20px 0 0 80px;
    max-width: 230px; /*---IE7 Fix----*/ /*-------R3 Fixes ------*/
    background-position: top left;
}

    #ClientLogo img {
        padding: 8px 20px 5px 10px;
        float: right;
        position: relative;
        top: -20px;
        max-width: 150px;
    }

    #ClientLogo span {
        font-size: 14px;
        font-weight: bold;
    }

ul#news {
    height: 25px;
    overflow: hidden;
    float: right;
    margin-top: 45px;
    font-size: 14px;
    text-align: right;
    list-style: none;
}

    ul#news li {
        max-width: 500px;
        height: 25px;
    }

#news span /*By Iyasin change a to span*/ {
    /*font-weight:bold;*/
    text-decoration: none;
}

#Notes {
    /*R10 Todolist*/
    width: 460px;
    height: 50px;
    position: absolute;
    top: 8px;
    z-index: 2;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0; /*behavior:url(../JS/PIE.htc);*/
}

span.NotesLinkBack {
    background-position: 115px center !important;
}

.NotesClose { /*----- R10 Todolist---------*/
    left: -154px; /* Iyasin R10*/
}

.NotesOpen /*ar_jq*/ {
    left: 130px;
}

.todoLinks { /*R10 Todolist*/
    width: 13px;
    height: 24px;
    position: absolute;
    right: 160px; /*Iyasin R10*/
    top: 15px;
}

    .todoLinks a { /*R10 Todolist*/
        display: block;
        width: 13px;
        height: 10px;
        text-decoration: none;
        background-position: right;
    }

        .todoLinks a.TopArrow { /*R10 Todolist*/
            margin-bottom: 3px;
            background-position: -13px 0px;
        }

        .todoLinks a.BtmArrow { /*R10 Todolist*/
            background-position: -13px -13px;
        }

        .todoLinks a.TopArrow:active { /*R10 Todolist*/
            background-position: 0px 0px;
        }

        .todoLinks a.BtmArrow:active { /*R10 Todolist*/
            background-position: 0 -13px;
        }

#NotesNav /*ar_jq*/ {
    display: block;
    height: 50px;
    position: absolute;
    top: 10px;
    width: 135px;
    z-index: 11;
    cursor: pointer;
    text-decoration: none;
}

.NotesNavOpen /*R10 Todolist*/ {
    left: 458px; /*Iyasin R10*/
}

.NotesNavClose /*R10 Todolist*/ {
    left: 176px; /*Iyasin R10*/
}

#Notes ul { /*R10 Todolist*/
    display: block;
    font-size: 13px; /*By Iyasin from 11 to 13*/
    font-weight: bold; /*By Iyasin*/
    list-style: none;
    margin: 18px 0 0 70px;
    width: 230px; /* By Iyasin R10 */
    float: left;
    height: 40px;
    overflow: hidden;
}

    #Notes ul li { /*ar_jq*/
        max-width: 300px;
        height: 40px;
    }

span.NotesLink { /*ar_jq*/
    display: block;
    float: right;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    margin-right: 10px;
    background-position: 115px center;
}
/* Login -----------------------*/


.login {
    position: absolute;
    top: 25px;
    left: 230px;
    /*z-index: 301;*/
    font-size: 12px;
    max-height: 26px;
    overflow: hidden;
}

    .login a.loginBtn {
        display: block;
        -webkit-border-radius: 6px 6px;
        -moz-border-radius: 6px 6px;
        border-radius: 6px 6px;
        padding: 5px 10px;
        height: 15px;
        width: 50px;
        text-align: center;
        /*behavior: url(JS/PIE.htc);*/
        background-position: bottom;
        z-index: 301;
    }

    .login a.loginBtnOpen {
        display: block;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        padding: 5px 10px;
        border-bottom: none;
        width: 50px;
        text-align: center;
        /*behavior: url(JS/PIE.htc);*/
        background-position: bottom;
    }

.loginAria {
    border-top: none;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    /*behavior: url(JS/PIE.htc);*/
    padding: 20px;
    overflow: hidden;
    background-position: bottom;
}

    .loginAria .LoginInputs {
        padding: 5px 10px;
        width: 180px;
        margin-bottom: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 14px;
        /*behavior: url(JS/PIE.htc);*/
    }
/* By Iyasin @ 16/09/2012
.loginAria span
{
    display: block;
    float: right;
    font-weight: bold;
    font-weight: bold;
    font-size: 14px;
    padding: 12px;
    color: #868686;
    background: url(../../images/All/login_arrow.jpg) no-repeat 57px 17px;
    margin-right: 10px;
    text-shadow: 1px 1px #fff;
}
*/
/* End Login */



/* user section -------------------*/
#UserInfo {
    height: 60px;
    position: relative;
    bottom: 0;
    top: 0;
    padding-left: 15px;
    font-size: 12px;
    background-position: top;
}


#UserInformation {
    margin: 7px 5px;
    float: left;
}

img.UserProfileImage {
    float: left;
    margin-right: 5px;
}

.userDash, .UserName, .UserType {
    float: left;
    padding-right: 5px;
}

#UserInformation .UserName {
    text-decoration: none;
}

.UserType {
    font-size: 12px;
}

.UserInfoContainer a:hover {
    text-decoration: none;
}

.UserDis {
    padding-top: 2px;
    width: 300px;
    display: block;
    line-height: 1em;
    font-size: 11px;
    height: 27px;
}

.topnav-container .topnav {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    height: auto;
}

#UserNav .topnav-container .topnav li{
    display: block;
    float: none;
    padding-right: 0;
    padding: 0;
}

#UserNav {
    float: right;
    display: block;
    list-style: none;
    margin-top: 18px;
    margin-right: 15px;
    position: relative; /*Iyasin*/
}

    #UserNav li {
        display: block;
        float: left;
        padding-right: 10px;
        padding: 3px 5px;
    }

        #UserNav li a {
            text-decoration: none;
        }

.NotifiCon {
    padding: 0 5px 0 0;
    float: right;
    margin-top: 17px;
    position: relative;
}

    .NotifiCon a {
        padding: 0 5px;
        font-weight: bold;
    }

        .NotifiCon a.NotificationLink, .NotifiCon a.NotificationLink2 {
            padding: 0 10px 0 0;
        }

    .NotifiCon .Notifications /*ar_jq*/ {
        padding: 3px 7px;
        -webkit-border-radius: 3px 3px;
        -moz-border-radius: 3px 3px;
        border-radius: 3px 3px;
        /*behavior: url('../JS/PIE.htc');*/
        height: 15px;
        float: right;
        overflow: hidden;
        line-height: 1.5em;
    }

.NotificationClose /*ar_jq*/ {
    max-width: 72px;
}

.NotificationOpen /*ar_jq*/ {
    max-width: 730px;
}
/*.NotifiCon .NotificationsOpen
{
    max-width: 300px !important;
}*/


.NotifiCon p.NotificationsCounter /*P. Modified by iyasin*/ {
    padding: 0 8px 0 0;
    margin-top: 1px;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    float: right;
    background-position: right top !important;
    /*behavior: url(../JS/PIE.htc);*/
}

    .NotifiCon p.NotificationsCounter span /*P. Modified by iyasin*/ {
        display: block;
        height: 20px;
        padding: 2px 2px 0 4px;
        background-position: left top;
    }
/*R10 popup for the notifications start*/
.PopupHeaderTitle {
    display: block;
    width: 40%;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30%;
    right: 30%;
}

.NotificationList {
    display: block;
    position: absolute;
    width: 150px;
    top: 25px;
    padding: 10px;
}

.notificationTopArrow {
    position: absolute;
    width: 18px;
    height: 10px;
    background-position: top center;
}

/*R10 End*/

/* End user section -------------------*/

/*---------------------- End Header Style ---------------------------------*/

/*---------------------- Sidebar Style ---------------------------------*/

.MenuNav { /*R8*/
    position: absolute;
    left: 125px;
    top: 132px;
    z-index: 305;
    display: block;
    height: 28px;
    width: 104px;
    text-indent: -9999em;
    cursor: pointer;
    background-position: top right;
}

.MenuNavLeft /*ar_jq*/ {
    position: absolute;
    left: -82px;
    top: 132px;
    z-index: 305;
    display: block;
    height: 28px;
    width: 104px;
    text-indent: -9999em;
    cursor: pointer;
    background-position: bottom right;
}

#sidebar {
    width: 180px;
    height: 100%;
    padding: 20px 20px 40px;
    float: left;
    position: relative;
    z-index: 303;
}

.sidebarClose {
    left: 0;
}

.sidebarOpen {
    left: -200px;
    display: none;
}

input[type="text"].Search {
    padding: 3px 96px 3px 5px;
    width: 177px;
    box-sizing: border-box;
    margin: 15px 0 !important;
    background-position: 155px center !important;
}

.MenuTitle {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.MainMenu, .Submenu, .Submenu2 { /*---R3 Fixes---*/
    list-style: none;
    font-size: 13px;
}

.menuGroup {
    padding-bottom: 30px;
    overflow: hidden;
}

.MainMenu li {
    border-bottom: none !important; /*padding:5px 10px 5px 10px;*/ /*---R3 Fixes---*/
}

    .MainMenu li ul li, .MainMenu li ul li ul li { /*---R3 Fixes---*/
        border-left: 0;
        border-right: 0;
    }

    .MainMenu li a {
        display: block;
        text-decoration: none;
        padding: 5px 15px 5px 10px; /*---R3 Fixes---*/
        background-position: 160px center;
    }

.MainMenu .Submenu a { /*---R3 Fixes - move it below "MainMenu li a" ---*/
    padding-left: 15px;
}

.Submenu .Submenu a { /*---R3 Fixes  ---*/
    padding-left: 20px;
}

.MainMenu li a:hover, .MainMenu li a.current {
    background-position: 160px center; /*---R3 Fixes---*/
}

.MainMenu li a.SubMenuLink { /*---R3 Fixes---*/
    background-position: 140px -11px; /*---R3 Fixes---*/
}

    .MainMenu li a.SubMenuLink:hover, .MainMenu .ActiveSubMenuLink {
        background-position: 160px 10px !Important; /*---R3 Fixes---*/
    }




/* End Side bar Style */
/*---------------------- Content Style ---------------------------------*/
#contentContainer {
    padding: 20px;
    /*position:relative; Iyasin should be commented*/
    height: 100%;
    min-height: 500px;
    overflow: auto; /*R12*/ /*margin-left: 220px; /*by mameara R10*/
}

.homepage #contentContainer {
    padding-left: 20px; /*R8*/
}

.LoginPage #contentContainer {
    width: 960px;
    margin: 0 auto;
}

#content {
    width: 100%;
    padding-bottom: 120px;
    /*overflow:hidden;*/ /*by mameara R10*/
    font-size: 14px; /*---- R5 Mod ----*/
    line-height: 1.2em; /*---- R5 Mod ----*/
}

    #content table td /*to be removed if there is problems in table */ {
        vertical-align: top;
    }

h1, h2, h3, h4, h5, h6 { /*----------R5 Mod2 --------------*/
    line-height: 1.2em;
}

.LoginPage #content {
    background-position: 0 360px;
    *background-position-y: 348px; /*---- IE7 Fix*/ /*R4*/
}

h2.pageTitle {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: normal;
    /*behavior:url(../JS/PIE.htc);*/
    padding: 10px 0 5px; /*R10 modified by mameara and ysenan 18092012*/
}

.titleImage {
    float: left;
    margin-right: 10px; /*R10 modified by mameara and ysenan 18092012*/
}

.currentPageNav, .currentPageNav a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    margin-bottom: 15px;
}

.boxContainer {
    float: left;
    width: 50%;
    *width: 49.5%; /*---- IE7 Fix*/ /*-- R4*/
}

.boxL {
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    /*behavior:url(../JS/PIE.htc);*/
    margin-right: 10px;
}

.boxR {
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    /*behavior:url(../JS/PIE.htc);*/
    margin-left: 10px;
}

.boxTitle {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
}
/*---------------------- End Content Style ---------------------------------*/


/*---------------------- Footer Style ---------------------------------*/
#footerContainer {
    padding: 12px 0 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    clear: both;
    font-size: 11px;
}

#footer {
    padding: 0 20px;
}

.PolicyContainer {
    position: absolute;
    right: 150px;
    top: 12px;
}

.E_Footer {
    position: absolute;
    width: 123px;
    height: 95px;
    top: -55px;
    right: 20px;
    background-position: top center;
}
/*---------------------- End Footer Style ---------------------------------*/

/*--------------------------- Slider --------------------------------------*/

.slider-wrap {
    width: 419px;
    position: absolute;
    top: 87px;
    left: 40px;
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0 15px 0 30px;
}

.stripViewer {
    position: relative;
    overflow: hidden;
    width: 419px;
    height: 285px;
}

    .stripViewer .panelContainer {
        position: relative;
        left: 0;
        top: 0;
    }

        .stripViewer .panelContainer .panel {
            float: left;
            height: 100%;
            position: relative;
            width: 419px;
        }

.stripNavL, .stripNavR, .stripNav {
    display: none;
}

.nav-thumb {
    margin-right: 5px;
}

.active-thumb {
    background-position: top center;
}

#movers-row {
    margin: -43px 0 0 62px;
}

    #movers-row div {
        width: 20%;
        float: left;
    }

        #movers-row div a.cross-link {
            float: right;
        }

.photo-meta-data {
    padding: 10px;
    height: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 9999;
    color: white;
}

    .photo-meta-data span {
        font-size: 13px;
    }

.cross-link {
    display: block;
    width: 62px;
    margin-top: -14px;
    position: relative;
    padding-top: 15px;
    z-index: 9999;
}

/*
			Load CSS before JavaScript
		*/

/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/



.slides_container {
    width: 960px;
    height: 302px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}
    /*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
    .slides_container div {
        width: 900px;
        height: 170px;
        display: block;
        padding: 30px;
    }

        .slides_container div img {
        }

    .slides_container h1 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
/*
			Optional:
			Reset list default style
		*/
.pagination {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 80px;
}

    .pagination li {
        float: left;
    }

        .pagination li a {
            display: block;
            margin: 3px;
            width: 9px;
            height: 9px;
            text-indent: -9999em;
            background-position: top center;
        }

    .pagination .current a {
        background-position: center;
    }
/*
			Optional:
			Show the current slide in the pagination
		*/

/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
    width: 700px;
    height: 390px;
    list-style: none;
    /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
    overflow-y: auto;
    overflow-x: hidden;
}
/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
    margin: 0 auto;
    /* 45px right & left padding for the arrows, 28px @ bottom for navigation */
    padding: 0 45px 28px 45px;
}
    /* slider window - top & bottom borders, default state */
    .anythingSlider-default .anythingWindow {
    }
    /* Navigation buttons + start/stop button, default state */
    .anythingSlider-default .anythingControls a {
        /* top shadow */
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        background-position: center -288px;
    }
        /* Make sure navigation text is visible */
        .anythingSlider-default .anythingControls a span {
            visibility: visible;
        }


    /*
 =================================
 Active State (has keyboard focus)
 =================================
*/

    /* Navigation buttons, active state */
    .anythingSlider-default.activeSlider .anythingControls a {
        /* background image = top shadow */
        margin: 3px;
        width: 9px;
        height: 9px;
        text-indent: -9999em;
        background-position: center center;
    }

        .anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
            /* background image removed */
            background-position: center center;
        }
        /* Navigation current & hovered button, active state */

        /* start-stop button, stopped, active state */
        .anythingSlider-default.activeSlider .anythingControls a.start-stop {
            float: left;
            margin-left: 350px;
            background-position: -11px 0;
        }

            .anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
                background-position: 5px 0;
            }

    /************************
  NAVIGATION POSITIONING
 ************************/
    /* Navigation Arrows */
    .anythingSlider-default .arrow {
        top: 50%;
        position: absolute;
        display: block;
    }

        .anythingSlider-default .arrow a {
            display: none;
            width: 45px;
            height: 140px;
            margin: -70px 0 0 0; /* half height of image */
            text-align: center;
            outline: 0;
        }
    /* back arrow */
    .anythingSlider-default .back {
        left: 0;
    }

        .anythingSlider-default .back a {
            background-position: left top;
        }

            .anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover {
                background-position: left -140px;
            }
    /* forward arrow */
    .anythingSlider-default .forward {
        right: 0;
    }

        .anythingSlider-default .forward a {
            background-position: right top;
        }

            .anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover {
                background-position: right -140px;
            }
    /* Navigation Links */
    .anythingSlider-default .anythingControls {
        outline: 0;
        display: none;
        position: relative;
        margin: 0 auto;
    }

        .anythingSlider-default .anythingControls ul {
            margin: 0;
            padding: 0;
            position: absolute;
            left: 45%;
        }

            .anythingSlider-default .anythingControls ul li {
                display: inline;
            }

            .anythingSlider-default .anythingControls ul a {
                font: 11px/18px Georgia, Serif;
                display: inline-block;
                *display: block; /*----- IE7 Hack*/
                *float: left; /*----- IE7 Hack*/
                text-decoration: none;
                padding: 2px 3px;
                height: 18px;
                margin: 0 5px 0 0;
                text-align: center;
                outline: 0;
            }
        /* navigationSize window */
        .anythingSlider-default .anythingControls .anythingNavWindow {
            overflow: hidden;
            float: left;
        }
        /* Autoplay Start/Stop button */
        .anythingSlider-default .anythingControls .start-stop {
            padding: 2px 5px;
            width: 40px;
            text-align: center;
            text-decoration: none;
            float: right;
            z-index: 100;
            outline: 0;
        }
/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
    top: 30%;
}

    .as-oldie .anythingSlider-default .arrow a {
        margin: 0;
    }
/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
    margin-left: 3px;
}
/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
    margin: 0;
}

.as-oldie .anythingSlider-default .anythingNavWindow {
    margin: 0 2px;
}

    .as-oldie .anythingSlider-default .anythingNavWindow li {
        padding: 3px 0 0 0;
    }
/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
    display: block;
    overflow: visible !important;
    position: relative;
}
    /* anythingSlider viewport window */
    .anythingSlider .anythingWindow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    /* anythingSlider base (original element) */
    .anythingSlider .anythingBase {
        background: transparent;
        list-style: none;
        position: absolute;
        overflow: visible !important;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }
    /* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
    .anythingSlider .arrow span {
        display: block;
        visibility: hidden;
    }
    /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
    .anythingSlider .arrow.disabled {
        display: none;
    }
    /* all panels inside the slider; horizontal mode */
    .anythingSlider .panel {
        background: transparent;
        display: block;
        overflow: hidden;
        float: left;
        padding: 0;
        margin: 0;
    }
    /* vertical mode */
    .anythingSlider .vertical .panel {
        float: none;
    }
    /* fade mode */
    .anythingSlider .fade .panel {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    /* fade mode active page - visible & on top */
    .anythingSlider .fade .activePage {
        z-index: 0;
    }
    /***********************
  RTL STYLING
 ***********************/
    /* slider autoplay right-to-left, reverse order of nav links to look better */
    .anythingSlider.rtl .anythingWindow {
        direction: ltr;
        unicode-bidi: bidi-override;
    }

    .anythingSlider.rtl .anythingControls ul {
        float: left;
    }
        /* move nav link group to left */
        .anythingSlider.rtl .anythingControls ul a {
            float: right;
        }
    /* reverse order of nav links */
    .anythingSlider.rtl .start-stop { /* float: right; */
    }
    /* move start/stop button - in case you want to switch sides */
    /* probably not necessary, but added just in case */
    .anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .anythingControls ul a, .anythingSlider .arrow a, .anythingSlider .start-stop {
        transition-duration: 0;
        -o-transition-duration: 0;
        -moz-transition-duration: 0;
        -webkit-transition-duration: 0;
    }

#slider {
    width: 870px;
    height: 300px;
    padding: 30px 0;
}

    #slider A {
        width: 870px;
        height: 300px;
        padding: 30px 0;
    }
/*By Iyasin*/
.panel img {
    float: left;
    margin-right: 20px;
}

#slides {
    background-position: top;
    margin-bottom: 60px;
    height: 305px;
}
/*--------------------------- End Slider --------------------------------------*/



/*--------------------------- Calender --------------------------------------*/
.calender {
    clear: both;
    float: left;
    padding-bottom: 20px;
    background-position: bottom;
}

    .calender table td {
        vertical-align: middle !important;
    }

    .calender a {
        display: block;
        margin: 0 auto;
        text-decoration: none;
        -webkit-border-radius: 5px 5px;
        -moz-border-radius: 5px 5px;
        border-radius: 5px 5px; /* behavior: url(JS/PIE.htc);*/
    }

        .calender a.CalEvent {
            width: 35px;
            height: 30px;
            background-position: -5px 4px;
        }

            .calender a.CalEvent:hover {
                background-position: 4px -6px;
            }

        .calender a.CalSelectedEvent {
            width: 35px;
            height: 30px;
            background-position: 4px -6px;
        }

    .calender .currentDay {
        display: block;
        width: 35px;
        height: 30px;
        margin: 0 auto;
        text-decoration: none;
        -webkit-border-radius: 5px 5px;
        -moz-border-radius: 5px 5px;
        border-radius: 5px 5px;
    }

    .calender th {
        height: 40px;
        vertical-align: middle !important;
        background-position: top;
    }
/*By Iyasin Instead of .calender th above*/
.calenderHeader {
    width: 470px !important;
}

    .calenderHeader td {
        height: 40px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        background-position: top;
    }

.CalLeftArrow img {
}

.calender table table {
    width: 470px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .calender table table td {
        line-height: 2em;
        width: 50px;
    }
/* By Iyasin*/
.calender table {
    margin-bottom: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    .calender table table td {
        line-height: 2em;
        width: 50px;
    }
/*End By Iyasin*/

.CalDays td {
    padding-top: 15px;
}

.CalEventContainer {
    position: relative;
}

.EventPopup {
    position: absolute;
    top: -67px;
    left: 0px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2em;
    width: 130px;
    height: 47px;
    display: none;
    background-position: top;
}

/*--------------------------- End Calender --------------------------------------*/


/*----------------------- login news-----------------------------------------------*/
.LoginNews {
    width: 430px;
    float: right;
    margin-bottom: 15px;
}

    .LoginNews h1 {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .LoginNews ul {
        list-style: none;
        font-size: 12px;
        line-height: 2em;
    }

        .LoginNews ul a {
            text-decoration: none;
        }
/*----------------------- End login news-----------------------------------------------*/


/*-------------------------- social links ---------------------------------*/

.socialLinks {
    width: 350px;
    float: left;
    margin-left: 55px;
    font-size: 18px;
}
/*----------------------- End social links-----------------------------------------------*/

/*-------------- viewsStyle --------------------*/


.viewsStyle, .ViewsGroup {
    margin-bottom: 40px;
}

.TitleStyle {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px; /*----- Ismail R5 -----------*/
    padding-bottom: 10px; /**---- R5 Mod ----*/
}

.TitleWithButtons /**---- R10 Mod by mameara  and Waleed---- 17092012 */ {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

    .TitleWithButtons .TitleStyle /**---- R10 Mod by mameara  and Waleed---- 17092012*/ {
        border-bottom: 0;
        float: left;
        margin-bottom: 0 !important;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .TitleWithButtons input /**---- R10 Mod by mameara and Waleed ---- 17092012*/ {
        margin-left: 10px;
    }

    .TitleWithButtons #buttons /**---- R10 Mod by mameara and ysenan ---- 18092012*/ {
        float: right;
    }

    .TitleWithButtons .buttons /**----ismail yasin ---- 09022014*/ {
        float: right;
    }

.labelsStyle {
    display: block;
    float: left;
    clear: left;
    font-weight: bold;
}


table#tbDewey tr td span.labelsStyle { /**----add by Rkhalaileh and Hatem for dewey usercontrol 05/04/2016 */
    margin-left: -2px;
}


.userSmallInfo {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior:url(../JS/PIE.htc);*/
    line-height: 1.4em; /*---- R5 Mod   -----*/
}

.TextValueStyle {
    margin-bottom: 20px;
    display: block; /*---- R5 Mod   -----*/
}
/*----- Ismail R5 -----------*/
/*.userSmallInfo label span, .viewsStyle div label span{
	color:#555;
	}*/

.userSmallInfo h2 span {
    font-size: 24px;
    font-weight: normal;
}

.userSmallInfo .editProfile {
    font-size: 12px;
}

.userSmallInfo img.userImage {
    float: left;
    margin-right: 10px;
}

/*-------------- R5 Forms Style --------------------*/







/*--------- grid style -------*/


.TabelGrid { /*by mameara R10*/
    border-top: none; /*R7*/
    /*moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	-width:100%;
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    /*margin-bottom:20px;*/
    min-width: 100%; /*R12*/
}

    .TabelGrid table /* ---R6-- */ { /*by mameara R10*/
        border: 0;
        width: 100%;
        *border-collapse: collapse; /* IE7 and lower */
        border-spacing: 0;
        margin-bottom: 0px;
        background: none;
        color: #555;
    }

        .TabelGrid table td, .TabelGrid table th /* ---R6-- */ { /*by mameara R10*/
            /*-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;*/
            border: 0;
            padding: 0;
        }

    .TabelGrid td, .TabelGrid th {
        text-align: left;
        padding: 5px 10px; /*R7*/
    }

    .TabelGrid th {
        font-weight: normal;
        border-top: none;
        background-position: top !important;
    }
/*.TabelGrid th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.TabelGrid th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.TabelGrid tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.TabelGrid tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.TableGrayRowStyle {

}*/
.GridPagination table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    padding-left: 10px;
    height: 30px;
    width: auto;
}

.GridPagination:hover, .GridPagination tr:hover {
    background: none !important;
}

.GridPagination td {
    border-bottom: none !important;
    border: none;
    padding: 2px 3px !important;
    border-top: 1px solid #ccc;
    vertical-align: middle !Important;
}

    .GridPagination td td {
        border-top: none;
    }

.GridPagination a {
    display: inline;
    padding: 2px 7px;
    *padding: 2 7px; /*---- IE7 Fix*/
    *line-height: 1.3em; /*---- IE7 Fix*/
    height: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-position: top;
    /*behavior:url(../JS/PIE.htc);*/
    color: #fff;
}

    .GridPagination a:hover {
        text-decoration: none;
        background-position: top;
    }

.GridPagination span {
    display: inline;
    padding: 2px 7px;
    *padding: 2px 7px; /*---- IE7 Fix*/
    *line-height: 1.3em; /*---- IE7 Fix*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
    background-position: top;
}
/*add opration controls to the bottom of the grids R10 */

.GridOperationRow {
    padding: 5px 10px;
    border-top: none;
}
/*--------------- End Grid -------------------*/

/* arrow inside comments grid like blog comments */

.comments .commentCon .commenterImg { /*R2*/
    float: left;
    background: url(../../images/Blog/c_arrow.png) no-repeat center right;
    padding-right: 12px !important;
    position: relative;
    z-index: 2;
}

    .comments .commentCon .commenterImg img { /*R2*/
        border: 1px #bcbcbc solid;
    }

/* End arrow inside comment grid */

.PageInstructions { /*--------------- page instructions R10 ------------------*/
    font-size: 14px;
    font-size: 12px;
    position: relative;
    /*width:100%;*/
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*behavior: url(css/PIE.htc);*/
}

.PageInstructionsHide { /*--------------- page instructions R10 ------------------*/
    font-size: 14px;
    font-size: 12px;
    position: relative;
    padding: 5px 10px;
    width: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*behavior: url(css/PIE.htc);*/
}

.InstruTitle { /*--------------- page instructions R10 ------------------*/
    display: block;
    font-weight: bold;
}
/*a.closeInstructions,*/ a.hideInstructions { /*--------------- page instructions R10 ------------------*/
    display: block;
    position: absolute;
    top: 10px;
    width: 10px;
    height: 8px;
    text-decoration: none;
}
/*a.closeInstructions{ 
	right:10px;
	background-position:-17px 0px;
	}*/

a.hideInstructions { /*--------------- page instructions R10 ------------------*/
    right: 10px; /*25px By Iyasin*/
    background-position: 0px 1px;
}

a.ShowInstructions {
    display: block;
    position: absolute;
    top: 10px;
    width: 10px;
    height: 8px;
    right: 10px; /*25px By Iyasin*/
    background-position: 0px 0px;
    text-decoration: none;
}

    a.ShowInstructions:active {
        background-position: 0px -9px;
    }
/*a.closeInstructions:active{ 
	background-position:-17px -8px;
	}*/

a.hideInstructions:active { /*--------------- page instructions R10 ------------------*/
    background-position: 0px -7px;
}
/*	
.Instructions{
	font-size:14px;
	color:#ec8e27;
	}
*/
input[type="button"], input[type="submit"] { /*--------- R5 Mod4 -------*/
    padding: 2px 10px; /*R7*/
    *padding: 2px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-position: top;
    /*behavior:url(../JS/PIE.htc);*/
    cursor: pointer;
}

input.disabledBtn { /*------ IE8+7!! Fix ------*/ /*--------- R5 Mod4 -------*/
    cursor: default;
    background-position: top !important;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover, input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="button"].disabledBtn:hover { /*--------- R5 Mod4 -------*/
    cursor: default;
    background-position: top;
}

input[type="button"]:hover, input[type="submit"]:hover {
    background-position: top;
}

select.dropDownStyle {
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    background-position: 0 0;
}

select.disabledDropDown {
    background-position: 0 0;
}

select option {
    padding: 0 10px;
}


input[type="text"], input[type="password"] {
    padding: 3px 10px; /*R7*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    background-position: bottom;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="text"].iefocus {
        background-position: top;
    }

input[type="file"] {
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /*behavior:url(../JS/PIE.htc);*/
    background-position: bottom;
}

.ValidationStar {
    font-size: 18px;
}

.ValidationClass { /* By Iyasin For Indicate Mandatory Control*/
    font-size: 18px;
}


.ValidationNote {
    display: inline; /*-- R6 --*/
    width: 350px;
    line-height: 2.2em;
    /*margin-left: 170px;*/
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
    padding-top: 10px;
    vertical-align: middle;
}

.SearchsideBarContainer .ValidationNote {
    position: relative;
    top: -15px;
    font-size: 11px;
}


/*--- R6 ---*/
.ValidationNoteDynamicText {
    font-size: 12px;
    line-height: 2.2em;
}

textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(../JS/PIE.htc);*/
    padding: 10px;
    margin-bottom: 20px;
    overflow: auto;
    background-position: bottom;
}

    textarea:focus, textarea.iefocus {
        background-position: bottom;
    }

.ToolTip { /*---- R4-----Fix*/
    padding-bottom: 15px;
    *padding-bottom: 10px;
    position: absolute;
    top: 800px;
    z-index: 9999em; /*overflow:hidden;*/
    background-position: center bottom;
}

    .ToolTip span { /*---- R4-----Fix*/
        padding: 10px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background-position: bottom;
        /*behavior:url(../JS/PIE.htc);*/
    }

.notes {
    width: 400px;
    padding: 10px;
    line-height: 1.2em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*behavior:url(../JS/PIE.htc);*/
    margin-bottom: 20px;
}
/* EndForms Style */

/*----- Telerik ComboBox ------*/

.RadComboBox {
    margin-bottom: 10px;
}

    .RadComboBox .rcbInputCell .rcbInput { /*---- R5 Mod2 -----*/
        PADDING-LEFT: 2px !important;
    }

.RadComboBox_Default .rcbInput {
    FONT: 12px "Segoe UI", Arial, sans-serif;
}

/*---- Disabled drop down -------*/

.RadComboBox_Default .rcbDisabled TD.rcbInputCellLeft { /*------ R5 Mod3 ------*/
    BACKGROUND-POSITION: 0px -22px !important;
}

.RadComboBox_Default .rcbDisabled td.rcbArrowCellRight { /*------ R5 Mod3 ------*/
    BACKGROUND-POSITION: -74px -88px !important;
}
/*----- End Telerik ComboBox ------*/

/*----------------GridView Context Menu ---------------*/
/* ---------------   ------------------------- R7*/
.OptionsContextMenu {
    list-style: none;
    display: none;
    padding: 5px;
    position: absolute;
    /*behavior:url(../JS/PIE.htc);*/
    z-index: 2;
}

    .OptionsContextMenu li a {
        font-size: 13px;
        padding: 2px 5px;
        max-width: 200px;
        display: block;
        white-space: nowrap;
    }

        .OptionsContextMenu li a:last {
            border-bottom: none;
        }

        .OptionsContextMenu li a:hover {
            text-decoration: none;
        }

    /*by asalhi, when the link is disabled by privilege system*/
    .OptionsContextMenu li span {
        font-size: 13px;
        padding: 2px 5px;
        max-width: 200px;
        display: block;
        white-space: nowrap;
    }

        .OptionsContextMenu li span:last {
            border-bottom: none;
        }
/*end by asalhi*/

/* By Iyasin */
.OptionsLinkWidth {
    width: 50px;
}
/*---------------- End GridView Context Menu ---------------*/

/*--MarginBottom--*/
.marginBottom {
    margin-bottom: 10px !important;
}
/*Popup style*/ /*R8 mod - Add this styles -*/
body.popupStyle {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    overflow: auto;
    background-position: 0 40px;
}

    body.popupStyle #container {
        min-width: 633px;
    }

    body.popupStyle #header-wrap {
        min-width: 633px;
    }
/*R10  Search Panel*/

.SearchPanel {
    display: block;
    margin-bottom: 30px;
}

.ExpandedLink {
    padding-right: 15px;
    text-decoration: none;
    background-position: right -13px;
}

.CollapsLink {
    padding-right: 15px;
    text-decoration: none;
    background-position: right 4px;
}

.SearchDIV { /* change the class name : ExpandedContent*/
    margin-top: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*behavior:url(../JS/PIE.htc);*/
    padding: 10px;
}

.ContainerDIV { /* Iyasin */
    margin-top: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /*behavior:url(../JS/PIE.htc);*/
    padding: 10px;
    position: relative;
}
/*End R10  Search Panel*/

/*R10  Sharing*/
.Sharing {
    position: absolute;
    width: 85px;
    height: 26px;
    margin-top: -25px; /*By Hazem @27/09/2012*/
    right: 20px;
    z-index: 999;
}

    .Sharing a.shareBtn {
        display: block;
        width: 85px;
        height: 26px;
        position: absolute;
        text-indent: -9999em;
        background-position: center;
    }

.sharaingLinks {
    right: 0;
    top: 30px;
    z-index: 99;
}

.sharaingLinksHidden {
    display: none;
}

/* End Sharing*/
/*Iyasin @ 14/12/2012*/
.BulletinboardLogin {
    margin-top: 20px;
    clear: both;
}
/*End Iyasin*/

/*Theme links*/





.themeContainer {
    width: 150px;
}

.blueTheme {
    width: 30px;
    height: 20px;
    background-color: #017dc4;
    float: left;
    margin-right: 10px;
}

.orangeTheme {
    width: 30px;
    height: 20px;
    background-color: #f4a42a;
    float: left;
    margin-right: 10px;
}
/* Sharing Control*/
.style1 {
    width: 100%;
    padding: 0 10px;
}

#imgShare:hover {
    cursor: pointer;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10002;
    display: none;
}

.web_dialog {
    display: none;
    position: fixed;
    width: 500px;
    height: 270px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    padding: 0px;
    z-index: 10003;
    text-align: left;
}

.web_dialog_title {
    padding: 4px 10PX;
    font-weight: bold;
    text-align: left;
}

    .web_dialog_title a {
        text-decoration: none;
    }

.align_right {
    text-align: right;
}

.closeAlignment {
    text-align: right;
    padding-right: 10px;
}
/* Over Mask Dialog used in user controls */
.OverMaskDialog {
    display: none;
    position: fixed;
    width: 500px;
    height: auto;
    min-height: 300px;
    top: 30%;
    left: 50%;
    margin-left: -190px;
    /*margin-top: -100px;*/
    padding: 0px;
    z-index: 10003;
    text-align: left;
    /*overflow: auto;*/
    word-wrap: break-word;
}

.DialogTitle {
    padding: 4px;
    font-weight: bold;
    text-align: left;
}

    .DialogTitle a {
        text-decoration: none;
    }

.align_right {
    padding: 4px;
    color: White;
    font-weight: bold;
    text-align: right;
}

    .align_right a {
        text-decoration: none;
    }

.btnDialogClose {
    cursor: pointer;
}

.DialogDesc {
    padding: 10px;
}

.divDialogDesc {
    height: 300px;
    overflow: auto;
}
/*End Over Mask Dialog*/


/*Bulletin Board Content*/
#divBulletinBoardContent table {
    padding: 20px;
}

    #divBulletinBoardContent table table {
        padding: 0;
    }
/*Author tool styles*/


.AuthorHeaderIcons {
    cursor: pointer;
    padding: 1px;
}

    .AuthorHeaderIcons:hover {
        padding: 0px;
    }

.ColorsPanel {
    padding: 3px;
    TEXT-TRANSFORM: capitalize;
    WIDTH: 170px;
}

    .ColorsPanel input[type="button"] {
        background-image: none !important;
    }
/*End Author tool styles*/



/* By Iyasin @02092012 */
.formStyle {
    height: 100%;
}
/* For Data List Items By Iyasin @ 03/02/2013*/
.DataListItems span {
    float: left;
}

/***************** Iyasin @20/01/2012 New  Calendar Events */

.calEventLinks {
    width: 13px;
    height: 24px;
    position: absolute;
    left: 127px;
    top: 15px;
}

    .calEventLinks a {
        display: block;
        width: 13px;
        height: 10px;
        text-decoration: none;
        background-position: right;
    }

    .calEventLinks a {
        -webkit-border-radius: 2px 2px;
        -moz-border-radius: 2px 2px;
        border-radius: 2px 2px;
    }

        .calEventLinks a.TopArrow {
            margin-bottom: 3px;
            background-position: -13px 0px;
        }

        .calEventLinks a.BtmArrow {
            background-position: -13px -13px;
        }

        .calEventLinks a.TopArrow:active {
            background-position: 0px 0px;
        }

        .calEventLinks a.BtmArrow:active {
            background-position: 0 -13px;
        }

.EventPopup ul {
    display: block;
    font-size: 11px;
    list-style: none;
    margin: 10px 0 0 10px;
    float: left;
    height: 40px;
    overflow: hidden;
}

    .EventPopup ul li {
        max-width: 300px;
        height: 40px;
    }


/*Blogs and sites links*/


.userSites {
    text-align: center;
}

    .userSites > div {
        display: inline-block;
        vertical-align: top;
    }

.autocomplete_completionListElement {
    list-style: none;
    background-color: #fff;
    text-align: left;
    z-index: 10005;
}

    .autocomplete_completionListElement li {
        padding: 5px;
        line-height: 1em;
        cursor: pointer;
    }

        .autocomplete_completionListElement li:hover {
            background-color: #c7ebff;
            color: #2c8abc;
        }

.defaultFloatDiv {
    float: left;
}

.YearSemHeader {
    position: absolute;
    top: 20px;
    right: 240px;
}

/* By  Iyasin & Sara */
.tSelector input {
    padding: 0 0 0 0px !important;
}

/* By iyasin Style for Toggle Divs*/
.TitleBarDiv {
    font-size: 14px;
    color: #fff;
    display: block;
    background: #0280c8 url(../../images/Blog/blog_title.jpg) repeat-x top;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Search Area*/
.SearchArea {
    width: 100%;
    align-content: center;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
}


    .SearchArea input {
        width: 100%;
        box-sizing: border-box;
        min-height: 25px;
        padding: 3px 150px 3px 5px;
    }

.Searchbtn {
    display: table-cell;
    padding-left: 5px;
}

.dropdown {
    color: #555;
    margin: 0;
    position: absolute;
    height: 17px;
    right: 107px;
    top: 1px;
    background-color: #fff;
    padding: 3px 20px 3px 8px;
    border-radius: 0 5px 5px 0;
    min-width: 120px;
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1) inset;
    border-left: 1px solid #cccccc;
}

.submenu {
    background: #fff;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 100;
    width: 150px;
    display: none;
    padding: 0px 0px 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown li a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 10px;
    cursor: pointer;
    text-decoration: none;
}

    .dropdown li a:hover {
        background: #155FB0;
        color: #FFFFFF;
        text-decoration: none;
    }

a.SelectedItem {
    font-size: 13px;
    line-height: 16px;
    color: #555;
    z-index: 90;
    display: block;
    height: 28px;
    text-decoration: none;
    cursor: pointer;
}

.root {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    padding: 0 0 0 0px;
    border-top: 1px solid #dedede;
}

.active {
    font-weight: bold;
}

.SelectedItem::after {
    /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    right: 7px;
    border-width: 5px;
    border-style: solid;
    border-color: #0077bb transparent transparent;
}

#btnPrevious, #btnNext {
    position: relative;
}

    #btnPrevious::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: -16px;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #0077bb transparent transparent;
        right: 5px;
    }

    #btnNext::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: -16px;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #0077bb;
    }

.searchresultitem {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    display: table;
    width: 100%;
}

.divImg {
    display: table-cell;
    padding-right: 5px;
    height: 100%;
    vertical-align: top;
}

.searchresultitemcontent {
    display: table-cell;
    vertical-align: top;
}

    .searchresultitemcontent:after {
        display: block;
        content: "";
        clear: both;
    }


.searchresultitem .searchresulttitle {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
}

.searchresultitem span.searchresultcontent {
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
}

.searchresultitem span.activityDate {
    font-size: 12px;
    color: #949494;
}

.searchresultitem span.cat {
    padding: 2px 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.searchresultitem:last-child {
    margin-bottom: 20px;
}

.SearchsideBarContainer {
    position: relative;
}

    .SearchsideBarContainer .dropdown {
        right: 4px;
        top: 16px;
        height: 15px;
        min-width: 67px;
    }

        .SearchsideBarContainer .dropdown a.SelectedItem {
            font-size: 8px;
        }
/*Colors*/
.badge-orange {
    background-color: #ffb545;
    color: #ffffff;
}

.badge-red {
    background-color: #e35736;
    color: #ffffff;
}

.badge-green {
    background-color: #55c007;
    color: #ffffff;
}

.badge-blue {
    background-color: #007fff;
    color: #ffffff;
}

.badge-gray {
    background-color: #d7d7d7;
    color: #ffffff;
}

.searchSummary {
    float: right;
    width: 260px;
}

.recentActivityWidget {
    width: 100%;
    padding-right: 300px;
    box-sizing: border-box;
}

/*End Colors*/
/* End Search Area*/


.TitleBarDiv {
    position: relative;
}
    /*Add Arrow to TitleBarDiv */
    .TitleBarDiv::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px #fff solid;
        position: absolute;
        right: 10px;
        top: 10px;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

/*end Add Arrow*/




/*IMessages PopUp Div */


.sendDiv {
    top: 30px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #719ECE;
    padding: 15px;
    right: -31px;
    width: 343px;
    z-index: 350;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 10px rgba(113,158,206,0.8);
    filter: drop-shadow(0 1px 10px rgba(113,158,206,0.8));
}

    .sendDiv:before {
        bottom: 100%;
        border-color: transparent transparent rgb(113, 158, 206) transparent;
        border-style: solid;
        border-width: 10px;
        content: " ";
        height: 0;
        width: 0;
        display: block;
        top: -21px;
        right: 20px;
        position: absolute;
        pointer-events: none;
    }

.TitleWithButtons {
    position: relative;
    overflow: inherit;
}

.ImsgButton {
    position: relative;
    float: right;
}

    .ImsgButton:after, .TitleWithButtons:after {
        display: block;
        content: " ";
        clear: both;
    }







/*End IMessages*/



/*TAPs */
.TabsContainer {
    width: 95%;
    margin: 0 auto;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        border-bottom: 1px solid #808080;
        background-color: #EFF8FD;
        border-radius: 15px 15px 0 0;
        border: 1px solid #ccc;
    }

.tab-link {
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 0px 2px #CCC;
}


ul.tabs li.Active {
    background: #FFFFFF;
    color: #222;
    border: none;
    border-bottom: 1px solid #2596D8;
    box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 3px #017DC5;
}

.tab-content {
    display: none;
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #CCD;
}

    .tab-content.Active {
        display: inherit;
    }

ul.tabs li a, ul.tabs li span {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    min-width: 100px;
}

/*End TAPs*/


.instructionPopup {
    top: 0;
    left: 0;
    z-index: 500;
    cursor: default;
    position: absolute;
    font: menutext;
    width: 250px;
    background-color: #ffffcc;
    font-size: 12px;
    padding: 10px;
    /*white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE */
}

.SendSMSContiner {
    top: 30px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #719ECE;
    padding: 15px;
    right: -157px;
    width: 400px;
    z-index: 350;
    border-radius: 3px;
}

    .SendSMSContiner:before {
        bottom: 100%;
        border-color: transparent transparent rgb(113, 158, 206) transparent;
        border-style: solid;
        border-width: 10px;
        content: " ";
        height: 0;
        width: 0;
        display: block;
        top: -21px;
        right: 178px;
        position: absolute;
        pointer-events: none;
    }

.btnsend {
    width: 75px;
    height: 25px;
    float: right;
}



/*****This sction is not included in new desgin css file *****/



.OnlineStatus {
    margin-left: 75px;
}


.Bloglabel {
    margin-left: 75px;
}


.optionMenu {
    white-space: pre-wrap !important;
    min-width: 200px;
}
/*****************************/

/*****This section to override the style of ITGCalendar *****/
.calendarCalendarDefault {
    z-index: 9999999 !important;
}
/*****************************/
.FileUploaderStyle input.file.marginBottom {
    margin-right: 10px;
}

.FileUploaderStyle > div {
    width: 70px !important;
}

    .FileUploaderStyle > div > input {
        margin-left: -128px;
    }

//By Aomari
/************Notification***************/

.topnav {
    position: absolute;
    top: 20px;
    right: 350px;
    display: block;
    height: 28px;
}

.topnav > ul {
    list-style: none;
}

    .topnav > ul > li {
        position: relative;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

        .topnav > ul > li > a {
            display: block;
            padding: 1px 16px;
            text-decoration: none;
            font-family: open_sansregular;
            font-size: 11px;
            color: #fff !important;
            background-color: #f4a42a;
            border: 1px #c68017 solid;
            border-radius: 2px;
            line-height: 1.5em;
        }

            .topnav > ul > li > a:before {
                position: relative;
                top: 1px;
                display: inline-block;
                font-family: 'icomoon';
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #ffffff;
                display: block;
                font-size: 16px;
            }


        .topnav > ul > li.notification span {
            font-size: 11px;
        }

/*.topnav > ul > li.notification > a:before {
    content: "\e123";
}*/

.notificationicon.active,
.notificationicon:hover{
    /*background-color: #fff;*/
    background-color: #F1960B;
    border-color: #c68017;
    color: #fff !important;
    font-weight: 100 !important;
}

    .notificationicon:hover i {
        color: #fff;
    }

.notificationicon.on i {
    color: #ddd;
}

.e31_notifications {
    max-width: 300px;
    width: 300px;
    background: #f1f1f1;
    padding: 0px;
    position: absolute;
    display: none;
    top: 38px;
    transition: .2s;
    opacity: 0;
    left: -100px;
    z-index: 2;
}

    .e31_notifications:before {
        content: '';
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: -13px;
        left: 50%;
        margin-left: -3px;
        border: 6px solid #f1f1f1;
        border-color: transparent transparent #f1f1f1 transparent;
    }

    .e31_notifications.open {
        opacity: 1;
        display: block;
        border: 1px solid #E8E8E8;
        transition: .2s;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.11);
        transition: .2s;
    }

    .e31_notifications li {
        list-style-type: none;
    }

        .e31_notifications li.titlebar {
            text-align: left;
            line-height: 35px;
            border-bottom: 1px solid #d7d7d7;
            color: #616f77;
            font-size: 12px;
            cursor: inherit;
            padding: 2px 5px;
            height: 20px;
        }

            .e31_notifications li.titlebar .settings {
                float: right;
                cursor: pointer;
            }

        .e31_notifications li.seeall {
            text-align: center;
            font-size: 12px;
            min-height: 30px;
            text-transform: uppercase;
            position: relative;
            border-top: 1px solid #ccc;
        }

            .e31_notifications li.seeall a {
                background: #f5f5f5;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                color: #2199ed;
                padding-top: 8px;
            }

    .e31_notifications .notifbox {
        max-height: 300px;
        overflow-y: scroll;
    }

        .e31_notifications .notifbox li {
            color: #666;
            text-align: left;
            background: #ffffff;
            border-bottom: 1px solid #ccc;
            position: relative;
        }

            .e31_notifications .notifbox li a {
                color: #007cc3;
                padding: 13px;
                display: block;
                position: relative;
                font-size: 13px;
                line-height: 1.5em;
            }

                .e31_notifications .notifbox li a:hover {
                    background-color: #ecf6fd;
                    text-decoration: none !important;
                }

            .e31_notifications .notifbox li .CloseNotifi {
                position: absolute;
                right: 10px;
                top: 22px;
                width: 10px;
                height: 10px;
                z-index: 1;
                cursor: pointer;
            }

            .e31_notifications .notifbox li a:after {
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                left: 9px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                bottom: 10px;
                padding: 6px;
                font-size: 13px;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .e31_notifications .notifbox li .CloseNotifi:before {
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 10px;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .e31_notifications .notifbox li .inbox_ShortDetails:after {
                color: #007cc3;
                content: "\2709";
            }

            .e31_notifications .notifbox li .IMsg_ShortDetails:after {
                color: #ff9a00;
                content: "\e111";
            }

            .e31_notifications .notifbox li .calender_ShortDetails:after {
                color: #55c007;
                content: "\e109";
            }

            .e31_notifications .notifbox li .General_ShortDetails:after {
                color: #E23939;
                content: "\e123";
            }

            .e31_notifications .notifbox li .CloseNotifi:before {
                color: #989595;
                content: "\e014";
            }

            .e31_notifications .notifbox li:last-child {
                border-bottom: none;
            }

.title_notiy {
    color: #ff9a00;
}

.icons_radius {
    background: #d7d7d7;
    /*@include border-radius(50%);*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'icomoon';
    font-style: normal;
    color: #ffffff;
}

    .icons_radius:before {
        height: 22px;
        width: 20px;
        display: block;
        position: absolute;
        top: 8px;
        left: 10px;
        font-size: 12px;
    }


.titlebar a.view_all {
    float: right;
    color: #007cc3;
    line-height: 1.6em;
}

.titlebar a.close_note_mobile {
    float: right;
    color: #007cc3;
    display: none;
}

.badge {
    position: absolute;
    top: -7px;
    left: -10px;
    display: block;
    padding: 1px 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.5em;
}

.badge-orange {
    background-color: #1176BC;
    color: #ffffff;
}

.notifbox span.NotifiTime {
    display: table;
    color: #777;
    font-size: 11px !important;
    padding-left: 20px;
}


.Undo {
    display: none;
}

.slimScrollDiv,
#CustomScroll {
    height: auto !important;
}
/******************End Notifications**********************/


/*********** Rubric in Question **********/
.ViewRubricButton,
.CreateRubricButton {
    background: #228ecc url(../../images/All/btn.jpg) repeat-x;
    color: #fff !important;
    text-shadow: 1px 1px #0a6ea6;
    border: 1px #66aad0 solid;
    border-radius:6px;
    padding: 2px 8px;
    top: -3px;
    position: relative;
}

.ViewRubricButton.disable{
    opacity: .6;
    cursor: not-allowed;
}

.ViewRubricButton:before,
.CreateRubricButton:before {
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: 15px;
    content:'';
}

.CreateRubricButton:before {
    content:'\f067';
}

.ViewRubricButton:before {
    content:'\f06e';
}
.QuestionRubricDll {
    width : 150px !important;
}

/*To minimize spaces between labels, controls and validation*/
.form-adjust .col-md-4 { 
    max-width: 260px;
}
.form-adjust .col-md-4.small-label { 
    max-width: 150px;
}

.form-adjust .col-md-4 .RequiredValidationStar:after { 
    content:'*';
    color:#de1313;
    display:inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-left: 3px;
}

.starline {
    white-space:nowrap;
}

.ui-chatbox-titlebar.box-header div a:hover {
        background: none;
        text-decoration: none;
        color: #3c8dbc;
    }

.icon-bg {
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #1890e3;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align:center;
}

.coursepeople .products-list .product-info {
    margin-top: 10px;
}

/************** form adjust ***************/
.form-adjust .col-md-4 {
  max-width: 260px; }

.form-adjust .col-md-4.small-label {
  max-width: 150px; }

.form-adjust .col-md-4 .RequiredValidationStar:after {
  content: '*';
  color: #de1313;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-left: 3px; }

.starline {
  white-space: nowrap; }

.form-adjust .ValidationNote {
  margin-left: 0px;
}

.WideGrid { /* aibrahim 8/6/2018 fix bugs No# 10294, 10296 */
    max-width :100%;
    max-height: 400px;
    overflow:auto
}

.html-tamplet-content input[type="text"],
.html-tamplet-content input[type="password"] {
    box-sizing: content-box;
}

/****** add school name to the header *******/
.UserHeaderDesc{
    white-space: nowrap;
    display: table-cell;
    max-width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.userHeaderInformation {
    white-space: nowrap;
    display: table;
}
#UserInformation {
    min-width: 540px;
}
.userDash, .UserName, .UserType {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.UserHeaderDesc .fa-building{
    font-size:14px;
}
@media (max-width:1024px){
    .UserHeaderDesc{
        max-width: 410px;
    }
    #UserInformation {
        min-width: 460px;
    }
    .userDash, .UserName, .UserType {
        max-width: 150px;
    }
}

/************************** Survey Style ****************************/
.survey-container {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px rgba(224, 224, 224, 0.5);
}

.survey-question {
    border-bottom: 1px solid #eee;
    padding: 15px;
    color: #1176bc;
    font-weight: bold;
}

.survey-question:before {
    font-family: FontAwesome !important;
    font-size: 17px;
    margin-bottom: 7px;
    color: #f39c12;
    display: inline-block;
    content: "\f059";
    font-weight: normal;
    margin: 0 6px 0 0;
}

.survey-answer {
padding: 15px;
}

.survey-answer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.survey-answer ul li {
    padding: 2px 0;
}

.survey-answer ul li .jqTransformRadioWrapper + label,
.survey-answer ul li .jqTransformCheckboxWrapper + label,
.survey-answer ul li span[disabled="disabled"] + label {
    font-weight: normal;
    color: #777;
}

.survey-answer ul li .jqTransformRadioWrapper {
    margin-top: 4px;
}

.survey-temp {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px;
    text-align: center;
    color: #777;
    min-height:50px;
}
/****************** Course Content *****************/
#FolderListContainer {
    text-align: center;
    margin: 15px 0;
    min-height: 170px;
}
    #FolderListContainer span.jqTransformCheckboxWrapper {
        position: absolute;
        z-index: 10;
    }
    #FolderListContainer img[id*="ImgObject"]{
        margin-bottom: 5px;
    }
    #FolderListContainer td {
        position: relative;
    }
.folder-wedgit-header {
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 3px 10px;
    min-width: 100%;
    vertical-align: middle;
    line-height: 25px;
}
   .folder-wedgit-header div a {
        display: inline-block;
    }


.folder-wedgit-header > a,
.folder-wedgit-header > div {
    display: inline-block;
}

.folder-DeleteAllItems,
.folder-SelectItems,
.folder-wedgit-add {
    position: relative;
    width: 40px !important;
    cursor: pointer;
    padding: 0 10px;
    float: right;
}
folder-DeleteAllItems:before,
.folder-SelectItems:before {
    font-family: FontAwesome !important;
    content: "\f046";
    display: block;
    color: #1176bc;
    font-size: 19px;
    text-align: center;
    margin: 1px 0;
}

.folder-EditItems,
.folder-DeleteItems {
    display: inline-block;
    margin: 0 10px;
}
.folder-DeleteAllItems:before,
.folder-EditItems:before,
.folder-DeleteItems:before {
    font-family: FontAwesome !important;
    content: "\f044";
    display: block;
    color: #afafaf;
    font-size: 17px;
    text-align: center;
    margin: 1px 0;
}
.folder-DeleteItems:before {
    content: "\f1f8";
}
.folder-DeleteItems:hover:before {
    color: #bd1123;
}
.folder-EditItems:hover:before {
    color: #1176bc;
}
.folder-DeleteAllItems:before{
    content: "\f1f8";
    color: #bd1123;
}
.add-folder.folder-wedgit-add:after,
.add-folder.folder-wedgit-add:before {
    font-family: FontAwesome !important;
    content: "\f07b";
    display: block;
    color: #f39c12;
    font-size: 19px;
    text-align: center;
    margin: 1px 0;
}
.add-folder.folder-wedgit-add:after {
    content: "\f067";
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: 5px;
}
#FolderbuttonsContainer {
    position: absolute;
    bottom: 144px;
    right: 40px;
}
.btnOpenUploadPopup,
.btnOpenAddFromExistingPopup {
    width: 42px;
    height: 42px;
    background: #1176bc;
    color: #fff;
    padding: 8px 10px;
    display: block;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
}
.btnOpenUploadPopup:before,
.btnOpenAddFromExistingPopup:before,
.btnOpenAddFromExistingPopup:after  {
    font-family: FontAwesome !important;
    content: "\f0ee";
    display: block;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.btnOpenAddFromExistingPopup:before {
    content: "\f03a";
    font-size: 16px;
    margin: 6px 3px -3px 1px;
}
.btnOpenUploadPopup:before {
    line-height: 26px;
}
.btnOpenUploadPopup:after {
    content: '';
    display: block;
    border: 1px dashed #fff;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
.btnOpenAddFromExistingPopup:after {
    content: "\f067";
    font-size: 10px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}
.roundedRBContainer{ 
    margin: 13px 5px;
}
    .roundedRBContainer .jqTransformRadioWrapper + label{
        border: 1px solid #ddd;
        padding: 4px 8px;
        border-radius: 19px;
        padding-left: 30px;
        margin: -8px 14px 0 -25px;
        cursor: pointer;
    }
    .roundedRBContainer .jqTransformRadioWrapper + label.active{
        background: #1176bc;
        color:#fff;
    }
    .roundedRBContainer .jqTransformRadioWrapper {
        margin: 0px 0 0px 8px;
        position: relative;
    }
    [id*="FolderingWidget_divContainer"] *{
        box-sizing: border-box;
    }
/******************** Folder search and filter ********************/
.FilterBar-container {
  position: relative; }

.all-filters {
  margin: 5px;
  display: inline-block; }

.FilterBar-content {
  background: #eee;
  border: 1px solid #ccc;
  padding: 13px 5px;
  margin: 12px 16px 10px; }

.SearchBar .FilterBar-content div[class*='col-sm'],
.SearchBar .FilterBar-content .form-group {
  display: inline-block !important;
  width: auto;
  padding: 0;
  margin-bottom: 0; }

.SearchBar .FilterBar-content .form-group > div[class*='col-sm'] {
  padding: 0 8px; }

.SearchBar .FilterBar-content .form-group label {
  display: none !important; }

.SearchBar .FilterBar-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 13px 20px;
  padding-bottom: 0; }

.SearchBar .all-filters {
  display: none; }

.SearchBar .all-filters.search-hidden {
  display: inline-block; }

.search-hidden {
  display: none; }

.SearchBar .FilterBar-content div.filter-buttons[class*='col-sm'],
.SearchBar .filter-buttons {
  display: inline-block;
  margin-bottom: 10px; }

.SearchBar .search-hidden {
  display: inline-block; }

.SearchBar .filter-header {
  display: none; }

.SearchBar .FilterBar-content .form-group.search-hidden {
  /*display: none !important;*/ }

.SearchBar .FilterBar-content .form-group.search-show {
  display: none !important; }

.filter-header {
  margin: 12px 16px 20px; }

.filter-buttons {
  position: absolute;
  right: 0;
  top: -4px;
  text-align: right; }

.SearchBar .filter-buttons {
  position: relative;
  right: auto;
  top: 0px; }

.FilterBar-container .RadComboBox_Default {
  height: 26px; }

.FilterBar-container.SearchBar .ValidateSearch {
  /* display: block !important; */
  vertical-align: top;
  }

.FilterBar-container .ValidateSearch {
  /* display: inline-block !important; */
  vertical-align: top;
  }
.MarginWrapper.courseContentSearch {
    margin: -34px -20px -16px;
}

        .FilterBar-container.SearchBar .RadComboBox .rcbInputCell .rcbInput,
        .FilterBar-container.SearchBar .RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
            height: 13px !important;
        }
        .FilterBar-container.SearchBar .RadComboBox .rcbArrowCell a {
            width: 18px;
            height: 22px !important;
        }
        
        .FilterBar-container.SearchBar .RadComboBox .rcbInput{
            width:110px !important;
        }
        .FilterBar-container.SearchBar input[type="text"] {
            width:127px !important;
            font-size: 13px;
            padding: 3px 4px 1px;
        }

@media (max-width: 600px) {
  .FilterBar-content div[class*='col-sm'],
  .SearchBar .FilterBar-content div[class*='col-sm'] {
    width: 100%; }

  .SearchBar .FilterBar-content div[class*='col-sm'].responsive-search-show {
    display: none !important; }

  .FilterBar-container.SearchBar div[class*='col-sm'].responsive-search-show {
    display: block !important; } }
@media (max-width: 480px) {
  .FilterBar-container .ValidateSearch,
  .FilterBar-container.SearchBar .ValidateSearch {
    display: block !important; } }

.FileUploaderStyle {
    position: relative;
}