h1, h2, h3, h4 {
    color: #005C84;
}

#my1plugin_logout{
    display: none;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 21px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.tileBackground {
    max-width: 150px;
    max-height: 150px;
}

.tableOrderByControl.active {
    color: #01b3fb;
}

.activeAccountDropdown {
    max-height: 500px;
    overflow-y: auto;
}

.tileControlDisabled {
    color: black;
    cursor: not-allowed;
}

    .tileControlDisabled:hover {
        color: black;
        text-decoration: none;
    }

	
.itemTableBulkActionSelected {
    background-color: #f89406 !important;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}


/* Mainspring Whitelabel classes for text changes*/
.passwordWording, .emailWording {
    display: none;
}


.tileBadge {
    top: 0;
    right: 0;
    float: right;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
    color: white;
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 1px;
}

.tileBadgeBackground {
    background-color: #999999;
}

.cloudBackground {
    width: 18px;
    height: 18px;
}

.tileBadge .fa {
}

.tile {
    width: 150px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.badge-custom {
    display: inline-block;
    min-width: 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e6ebf1;
    border-radius: 10px;
}

.edit-mode-container {
    position: fixed;
    top: 120px;
    background: #ffffffc2;
    border: #a5a5a5 1px solid;
    border-radius: 10px;
    min-width: 340px;
    z-index: 50;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(26px);
    box-shadow: 0px 4px 17px 6px #00000052;
}

.edit-mode-flex {
    display: flex;
    padding: 8px;
    align-items: center;
}

.tileContent {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 5px;
}

#bookmarksWrapper, #plugin-content-wrapper {
    margin-top: 15px;
}

.filteringActive {
    color: #01b3fb !important;
}

.filterListHeader {
    padding-left: 10px;
}

.col-xs-0 {
    width: 0;
    display: none;
}
/* Vault filtering area settings */
#vaultFilterSettings {
    transition: all 0.5s ease;
    border-right: 1px solid #A5A5A5;
    position: fixed;
    padding-top: 15px;
    overflow-y: auto;
    top: 85px;
    bottom: 0;
}

.vaultFilterArea {
    margin-bottom: 20px;
}

.vaultFilterItem {
    margin: 5px;
    padding-left: 15px;
}

/* end vault filtering area settings*/

/* Admin menu bar styles*/
.adminMenu {
    list-style-type: none;
}

    .adminMenu > li {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        float: left;
        margin-top: 8px;
        margin-right: 30px;
        cursor: pointer;
    }

    .adminMenu .dropdown.open {
        color: #16B8FA;
    }

div.menuItems {
    height: 35px;
}

.adminMenu > li.active {
    color: #16B8FA
}

.adminMenu .dropdown-menu {
    color: #666666;
    border-radius: 0;
    top: 23px;
    z-index: 1000;
}

/* DSL Drag and Drop editor styles */

.keyButton, .sendKeyParamDisplay {
    color: white;
    background-color: #555;
    font-size: 12px;
    margin: 1px;
    padding: 2px;
}

.sendKeyParamDisplay {
    background-color: #4db11c;
}


#dropArea, .blockDroppableArea {
    border-radius: 10px;
    border: 3px #888 dotted;
    padding: 10px;
    margin-top: 10px;
    height: auto;
    overflow-y: auto;
    max-height: 500px;
    position: relative;
    list-style-type: none;
    min-height: 50px;
}

.blockDroppableArea {
}

.dropAreaHover {
    border: 4px green solid !important;
}

.dropAreaText {
    text-align: center;
}

.actionLine {
    position: relative;
    margin-bottom: 5px;
}

.actionArguments {
    float: left;
}

.draggableAddedItem {
    float: left;
    height: 25px;
    padding: 3px;
    border: 1px solid black;
    border-radius: 2px;
}

.draggableItem {
    height: 25px;
    padding: 3px;
    border: 1px solid black;
    border-radius: 2px;
}


/* End DSL Drag and Drop editor styles */

.vault-action-button {
    cursor: pointer;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 5px;
    border: dashed 2px #777777;
}

#addNewBookmarkObj {
    cursor: pointer;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 5px;
    border: dashed 2px #777777;
}

.vault-action-icon {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    display: block;
    margin-top: 37px;
    color: #777777;
}

#addBookmarkGlyph {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    display: block;
    margin-top: 37px;
    color: #777777;
}


.updateControl {
    margin-left: 3px;
}


.timeInput {
    width: 40px;
    padding: 3px 0 6px 6px;
    display: inline;
}

#shareDataSetModalBody .itemsTableWrapper, #ManageIpRangeUsers .itemsTableWrapper,
#shareDataSetModalBody .itemTableContainer, #EditPasswordPolicy .itemsTableWrapper {
    max-height: 50vh;
    overflow-y: auto;
}

.accountHierarchyNode {
    background-repeat: no-repeat;
    background-position: -7px 0;
    background-size: 24px 24px;
    background-image: url(/Content/img/accountHierarchyLink.png);
    margin: 5px;
}


.groupRefreshButton {
    position: relative;
    top: -3px;
}

.organisationalUnitMainName, .organisationalUnitTitle {
    font-size: 18px;
    color: #5F646C;
    font-weight: bold;
    cursor: pointer;
}

    .organisationalUnitMainName:hover {
        text-decoration: underline;
    }

    .organisationalUnitMainName.active {
        color: #01b3fb;
    }

.groupListItem {
    line-height: 20px;
    color: #5F646C;
    text-align: left;
    padding-left: 5px !important;
    padding-right: 3px !important;
}

.groupListItemName, .groupUserItemName {
    font-weight: normal;
    cursor: pointer;
    word-break: break-all;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 18px;
    background-size: 16px 16px;
}

    .groupListItemName.Ou {
        background-image: url("/Content/img/Famfamfam/folder.png");
    }


    .groupUserItemName.GroupUser {
        background-image: url("/Content/img/Workgroups/AdUser.png");
    }



        .groupUserItemName.GroupUser.Suspended {
            background-image: url("/Content/img/Workgroups/AdDisabledUser.png");
        }

        .groupUserItemName.GroupUser.Deleted {
            background-image: url("/Content/img/Workgroups/AdDeletedUser.png");
        }

    .groupListItemName.My1LoginGroup {
        background-image: url("/Content/img/Workgroups/AdGroup.png");
    }

    .groupListItemName.SystemGroup {
        background-image: url("/Content/img/Famfamfam/cog.png");
    }

    .groupListItemName.ADGroup {
        background-image: url("/Content/img/Famfamfam/group_key.png");
    }


    .groupListItemName:hover {
        text-decoration: underline;
    }


.groupListItem.active {
    font-weight: bold;
    color: #01b3fb;
}

.workgroupsMenu {
    min-height: 85vh;
}

.groupLeftMenu, .groupMainMenu {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 85vh;
}

.groupLeftMenu {
    overflow-y: auto;
}

.groupMainMenu {
    border-left: 1px solid #5f646c;
    overflow-y: auto;
}

.bookmarkGeneratedBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    color: white;
}

.topLevelDomain {
    font-size: 12px;
    text-align: right;
    top: 30px;
    right: 5px;
    position: absolute;
}

.hostName {
    font-size: 18px;
    top: 50px;
    padding-top: 15px;
    height: 50px;
    position: relative;
    text-align: center;
}

.tileBackgroundBoxText {
    width: 150px;
    word-break: break-word;
    overflow: hidden;
    height: 100px;
}

.subDomain {
    left: 5px;
    position: absolute;
    top: 0;
    font-size: 12px;
    text-align: left;
}

.text-right {
    text-align: right;
}



#cryptoUnavailable, #clientTimeInvalid {
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #ccc;
    text-align: center;
    display: none;
}

    #cryptoUnavailable h1, #clientTimeInvalid h1 {
        top: 47%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    #cryptoUnavailable img, #clientTimeInvalid img {
        top: 45%;
        left: 49%;
        position: absolute;
    }

#sidenav-accordion {
    padding: 10px;
}

    #sidenav-accordion .ui-accordion-header-active {
        font-weight: bold;
        color: #01b3fb;
    }

    #sidenav-accordion h4 {
        color: #5F646C;
        text-align: left;
        cursor: pointer;
        padding-left: 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }

        #sidenav-accordion h4:focus {
            outline: none;
        }

        #sidenav-accordion h4 .fa, #sidenav-accordion h4 .glyphicon {
            font-size: 28px;
            width: 28px;
        }

    #sidenav-accordion li {
        cursor: pointer;
    }

/* jQuery UI style fix to allow datepickers in modals */

#ui-datepicker-div {
    z-index: 2000000 !important;
}

.pointer {
    cursor: pointer;
}

/* LDAP UI*/

#actionLoader {
    margin-bottom: 10px;
}

/* END LDAP UI*/

/* extend bootstrap */

.searchSmall {
    width: 100%;
    height: 26px;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

body {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: #e7ecf2;
    padding-right: 0 !important;
    /* Bootstrap fix for sequential modal windows causing a padding right to stack on the body */
}

.primary {
    color: #012766;
}

.secondary {
    color: #01b3fb;
}

a {
    color: #01b3fb;
}

    a:hover {
        color: #01b3fb;
        text-decoration: underline;
    }

/* REFERRAL MODAL CSS*/

#referralLinkText {
    font-family: Lato;
    position: relative;
    top: 35px;
    right: 190px;
}

#referralLink {
    position: relative;
    top: 20px;
    left: 110px;
    height: 30px;
    width: 150px;
    outline: 0;
}

#referralResult {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 60px;
    max-width: 450px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 4px #000;
    font-family: Lato;
    overflow-y: scroll;
    max-height: 100px;
}

#userActionEmailSection {
    height: auto;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#facebookButton {
    position: relative;
    bottom: 11px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    background: #6389D1;
    border-radius: 4px;
    border: 0;
    font-family: Lato;
    color: white;
    outline: 0;
}

#twitterButton {
    position: relative;
    float: right;
    height: 30px;
    bottom: 41px;
    right: 110px;
    background: #8FC4EC;
    border-radius: 4px;
    border: 0;
    font-family: Lato;
    color: white;
    outline: 0;
}

    #twitterButton:hover {
        background: #9ACAEE;
    }

#facebookButton:hover {
    background: #82A1DA;
}

#emailAddressTextArea {
    resize: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    display: block;
    overflow-y: scroll;
}

.emailSpan {
    background: #91ADD5;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #4776B9;
    color: #395E94;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Lato;
    margin-left: 5px;
    float: left;
}

.remove {
    padding-left: 5px;
    z-index: 1;
}

    .remove:hover {
        cursor: pointer;
    }

/* END REFERRAL MODAL CSS*/

#header {
    width: 100%;
    background: #fff;
    height: 54px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    #header .menu-toggle {
        display: none;
    }

    #header #logo a {
        width: 120px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 6px 24px;
        background: url('../Content/img/my1login-logo_sm.png') 0 0 no-repeat;
        background-size: 108px auto;
        text-indent: -99999px;
    }

#nav {
    position: absolute;
    top: 21px;
    right: 24px;
    width: 600px;
    z-index: 1000;
}

    #nav ul {
        text-align: right;
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #nav li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        height: 36px;
        padding: 0;
        margin: 0 0 0 18px;
        cursor: pointer;
    }

        #nav li a {
            text-decoration: none;
            display: block;
            padding: 0 0 24px 0;
        }

            #nav li, #nav li a, #nav li:hover a, #nav li a.active {
                color: #666;
            }

                #nav li .subnav {
                    background: #fff;
                    border: 1px solid #ddd;
                    box-shadow: 2px 2px 6px rgba(0,0,0,.1);
                    display: none;
                    position: absolute;
                    top: 32px;
                    right: -6px;
                    width: 168px;
                    z-index: 100000;
                    padding: 12px 18px;
                    text-align: left;
                    font-size: 13px;
                    line-height: 18px;
                    color: #666;
                }

                    #nav li .subnav .user-name {
                        font-weight: bold;
                    }

                    #nav li .subnav .user-email {
                        font-weight: normal;
                    }

                #nav li:hover .subnav {
                    display: block;
                }

                #nav li .subnav ul {
                    margin: 0;
                    text-align: left;
                    font-size: 14px;
                    line-height: 18px;
                }

                #nav li .subnav li {
                    margin: 0;
                    padding: 0;
                    height: auto;
                    display: block;
                }

                #nav li .subnav a {
                    margin: 0;
                    padding: 0 0 3px 0;
                    display: block;
                }

                    #nav li .subnav a:hover {
                        text-decoration: underline;
                    }

                    #nav li .subnav a.button {
                        display: inline-block;
                        margin: 12px 0 6px 0;
                        padding: 6px 12px;
                        border: 1px solid #ccc;
                        background: #eee;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                    }

.message {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px 0;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.tools {
    float: right;
}

#main {
    position: relative;
}

    #main .section-content {
        background: #f0f3f7;
        margin: 0 0 0 256px;
        padding: 0 0 24px 24px;
        border-left: 1px solid #ccc;
        min-height: 450px;
        min-width: 0;
    }

form label {
    font-weight: normal;
}

form .btn {
    display: inline-block;
}

form .form-save {
    margin: 24px 0 0 0;
}

.login {
    margin: 24px 22px 0 0;
    height: 144px;
    overflow: hidden;
    cursor: pointer;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 24px 0;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 36px 0 18px 0;
}

p, ul, ol, table {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px 0;
}

.btn-primary {
    background-color: #01b3fb;
    border-color: #02a1e0;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #02a1e0;
        border-color: #028fc7;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #01b3fb;
        border-color: #02a1e0;
    }

    .btn-primary .badge {
        color: #01b3fb;
        background-color: #fff;
    }

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

    .login-wrap {
        width: 166px;
        float: left;
        border: 0 solid #ddd;
    }

    .login {
        margin: 24px 22px 0 0;
        height: 166px;
    }

    .login-image {
        height: 144px;
    }
}

/* iPads ----------- */
@media only screen and (max-width : 1024px) {
}

/* iPhones (portrait) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* -- phones -- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

    body {
        padding-top: 0;
    }

    #header {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #logo a {
        display: block;
        width: 120px;
        margin: 0 auto;
    }

    #header .menu-toggle {
        top: 9px;
        left: 15px;
        display: inline-block;
        position: absolute;
        text-decoration: none;
        color: #012766;
        z-index: 100000;
    }

        #header .menu-toggle i {
            font-size: 24px;
            padding: 6px 6px;
        }

    #header #logo a {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 0;
        margin: 6px 0;
        background: url('../img/my1login-logo_sm.png') 50% 0 no-repeat;
        background-size: 108px auto;
        text-indent: -99999px;
    }

    #nav {
        display: none;
        position: absolute;
        top: 54px;
        min-height: 600px;
        background: #17181a;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

        #nav ul {
            text-align: left;
            font-size: 16px;
            line-height: 18px;
            font-weight: normal;
            margin: 18px 0 0 0;
            padding: 0;
            list-style: none;
        }

        #nav li {
            display: block;
            position: relative;
            vertical-align: top;
            height: auto;
            padding: 0;
            margin: 3px 0 0 24px;
            cursor: pointer;
        }

            #nav li a {
                text-decoration: none;
                display: block;
                padding: 9px 0 9px 0;
            }

                #nav li, #nav li a, #nav li:hover a, #nav li a.active {
                    color: #ccc;
                }

                    #nav li .fa-caret-down {
                        display: none;
                    }

                    #nav li .subnav {
                        background: none;
                        padding-bottom: 0;
                        display: block;
                        position: static;
                        top: auto;
                        border: 0;
                        box-shadow: none;
                        width: auto;
                    }

                        #nav li .subnav .user-name {
                            display: none;
                        }

                        #nav li .subnav .user-email {
                            display: none;
                        }

                        #nav li .subnav ul {
                            margin: 0;
                            text-align: left;
                            font-size: 16px;
                            line-height: 18px;
                        }

                        #nav li .subnav li {
                            margin: 0 0 18px 0;
                            padding: 0;
                            height: auto;
                            display: block;
                        }

                        #nav li .subnav a {
                            margin: 0;
                            padding: 0 0 3px 0;
                            display: block;
                            font-size: 16px;
                            line-height: 18px;
                        }

                            #nav li .subnav a:hover {
                                text-decoration: underline;
                            }

                            #nav li .subnav a.button {
                                display: block;
                                margin: 6px 0;
                                padding: 0;
                                border: 0;
                                background: none;
                            }

    .section-nav {
        display: none;
    }

    .section-bar {
        display: block;
        margin: 0;
        height: 42px;
    }

    .message {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 12px;
        display: none;
        margin: 0;
        width: 100%;
    }

        .message a {
            white-space: nowrap;
            text-decoration: underline;
        }

    #main {
        min-width: 0;
        width: 100%;
    }

        #main .section-content {
            margin: 0 0 24px 0;
            padding-top: 1px;
            border: 0;
            min-width: 0;
        }

    .sort-by-wrap {
        display: none;
    }

    .add-wrap {
        display: none;
    }

    .search-wrap {
        display: block;
        float: none;
        padding: 4px 0 0 0;
        width: 100%;
    }

    .search {
        border: 1px solid #ccc;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

        .search input[type='text'] {
            padding: 0 12px;
            border: 0;
            background: none;
            font-size: 14px;
            height: 24px;
            width: 120px;
            outline: none;
        }

        .search a.search-button {
            padding: 0 12px;
            font-size: 14px;
            color: #888;
        }

    .login-wrap {
        clear: both;
        height: 40px;
        width: auto;
        margin: 0 24px 0 0;
        float: none;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    .login {
        margin: 9px 24px 0 0;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }

    .login-wrap:first-child .login {
        margin-top: 24px;
    }

    .login-image {
        width: 32px;
        height: 32px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        background: url('../img/thumb-default-mobile.png') 50% 50% no-repeat;
        background-size: auto 100%;
    }

        .login-image.facebook {
            background-image: url('../img/thumb-facebook.png');
            border: 0;
        }

        .login-image.twitter {
            background-image: url('../img/thumb-twitter.png');
            border: 0;
        }

    .login-title {
        text-align: left;
        font-size: 16px;
        white-space: nowrap;
        line-height: 16px;
        margin: 9px 0 0 44px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.modal-title {
    text-align: center;
    font-family: Lato;
}

.modal-dialog {
    z-index: 1041;
    margin-top: -2%;
}

.modal-dialog.md {
    width: 700px !important;
}

.modalContent {
    background: white;
    border-radius: 15px;
    box-shadow: 5px 3px 10px #000;
}

.modalFooter {
    padding: 15px;
    text-align: right;
    background: #ecf1f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.modalLabels {
    position: absolute;
    font-family: Lato;
    left: 100px;
    font-weight: normal;
}

.modalTextboxes {
    position: absolute;
    font-family: Lato;
    outline: none;
    left: 250px;
    padding-left: 5px;
    width: 250px;
}

.modalButtons {
    box-shadow: 0 2px 7px #000;
    border-radius: 2px;
    height: 30px;
    border: 0;
    outline: none;
    background: #f2f2f2;
    color: #62717a;
}

.shareWindowLeft {
    overflow-x: hidden;
    overflow-y: scroll;
    float: left;
    width: 50%;
    border-right: solid 1px black;
    height: 68.5vh;
}

.shareWindowRight {
    float: right;
    width: 50%;
    color: black;
    height: 68.5vh;
    overflow-x: hidden;
}

.shareGlyph {
    position: relative;
    float: right;
    right: 40px;
    top: 3px;
    color: black;
}

.sharedWithGlyph {
    color: black;
    position: relative;
    right: 70px;
    float: right;
    margin-right: 10px;
    top: 3px;
}

.sharedWithGlyphRemove {
    float: right;
    color: black;
    cursor: pointer;
}

.sharingList {
    background: #f2f2f2;
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
}

    .sharingList li {
        width: 100%;
        cursor: pointer;
        list-style-type: none;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

#transferOwnershipUL li {
    margin-bottom: 20px;
}

.accordion-section-title {
    outline: none;
    line-height: 35px;
    padding-left: 20px;
    margin: 0 0 0 0;
    color: black;
}

    .accordion-section-title:hover {
        cursor: pointer;
    }

#accordion .ui-accordion-content {
    width: 100%;
    background-color: white;
    font-size: 10pt;
    line-height: 16pt;
    margin: 0;
    padding: 20px;
}

#accordion {
    width: 600px;
}

    #accordion .ui-accordion-content a {
        color: #777;
    }

    /*#accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
}*/

    #accordion .ui-accordion-header a {
        color: #fff;
        line-height: 42px;
        display: block;
        font-size: 12pt;
        width: 100%;
        text-indent: 10px;
    }

    #accordion .ui-accordion-header {
        background-image: -moz-linear-gradient(top, #CECECE 0, #B9B9B9 100%); /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#CECECE), color-stop(100%,#B9B9B9)); /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #CECECE 0,#B9B9B9 100%); /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #CECECE 0,#B9B9B9 100%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #CECECE 0,#B9B9B9 100%); /* IE10+ */
        background-image: linear-gradient(to bottom, #CECECE 0,#B9B9B9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CECECE', endColorstr='#B9B9B9',GradientType=0 ); /* IE6-9 */
        border-right: 1px solid rgba(0, 0, 0, .2);
        border-left: 1px solid rgba(0, 0, 0, .2);
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

        #accordion .ui-accordion-header:last-of-type {
            border-bottom: 1px solid rgba(0, 0, 0, .2);
        }

    #accordion span {
        float: right;
        line-height: 35px;
        margin-right: 10px;
    }

#addNewBookmarkTitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    width: 83px;
    margin-top: 5px;
}


.vault-action-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    width: 83px;
    margin-top: 5px;
}