body {
    background-color: #f4f2ed;
    margin: 0;
}

select {
    border-radius: 0;
}

/************************************
    EXTENDS BOOTSTRAP - START
 ***********************************/

.panel {
    border: none;
    border-radius: 0;
}
.permanent-delete-doc span, .permanent-delete-doc div {
    pointer-events: none;
}
.permanent-delete-doc span, .permanent-delete-doc div, .glyphicon-repeat {
    pointer-events: none;
}
.panel-primary > .panel-heading {
    line-height: 1.7;
    font-family: ProximaNovaSemibold;
    background: #374063;
    border: none;
    border-radius: 0;
    font-size: 18px;
}

select.form-control,
input.form-control {
    height: 30px;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    border-radius: 0;
    background: #009288;
    border: 1px solid #00766e;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:after{
    border-radius: 0;
    background: #009288;
    border-color: #00766e;
}

.btn-primary[disabled]:hover,
.btn-primary[disabled] {
    background: #6FA79D;
    border: 1px solid #419892;
}

/************************************
    EXTENDS BOOTSTRAP - END
************************************/

/***********************************
    CLOUD STYLES - START
 ***********************************/

.layout {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 75%;
    margin: 0 auto;
}

.menu {
    float: left;
    width: 27%;
}

.content {
    float: right;
    width: 73%;
}

.main {
    margin-top: 20px;
}

.header-top-line {
    height: 8px;
    background: #464f81;
}

/**********************************
    HEADER - START
**********************************/

.header {
    background-color: #ffffff;
    min-height: 70px;
}

.loginFormBlock {
    margin-top: 70px;
    background-color: #ffffff;
    max-width: 380px;
}

.login-error-block {
    width: 95%;
    margin: 0 auto 10px auto;
}

.login-fields {
    width: 95%;
    margin: 0 auto;
}

.logout-dropdown-menu {
    margin: -25px 0 0;
}

.header .nav-item{
    height: 70px;
}

.nav-item {
    float: left;
    min-width: 100px;
    padding: 20px 18px;
    text-align: center;
    position: relative;
}

.nav-item.active {
    border-radius: 0;
    border-bottom: 3px solid #009288;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.nav-item:hover {
    background-color: #F8F7F7;
    height: 70px;
    text-decoration: none;
}

.nav-item-settings {
    float: right;
    padding: 0;
    text-align: right;
}

button.settings {
    background: #ffffff;
    border: none;
    height: 69px;
    box-shadow: none;
    outline: none;
}

.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.nav-item.active .arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #009288;
}

.header-label {
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    font-family: ProximaNovaSemibold;
}

/**********************************
    HEADER - END
**********************************/

/************************************
    SEARCH FORM
 ***********************************/

.searchPanel {
    box-shadow: 0 3px 6px #aeaeac;
    min-width: 368px;
    margin-right: 10px;
    background: #ffffff;
}

.searchForm .form-group {
    padding: 0 23px;
}

.searchForm .control-label {
    text-align: left;
    font-size: 14px;
}

.searchForm .block-header-label {
    font-size: 16px;
    padding: 0 15px;
}

.searchPanelBtnBox {
    margin-bottom: 0;
    box-shadow: none;
    background: #f8f8f8;
    border: 0;
    border-radius: 0;
}

.searchPanelBtnBox .clearBtn {
    width: 27%;
    font-size: 14px;
    line-height: 1.8;
    color: #009288;
    font-family: ProximaNovaSemibold;
}

.searchPanelBtnBox .searchBtn {
    width: 70%;
    font-size: 14px;
    line-height: 1.8;
    font-family: ProximaNovaSemibold;
}

.filter-field {
    min-width: 57.27027%;
    max-width: 57.27027%;
    float: right;
    margin-right: 10px;
}

.filter-label {
    padding-left: 14px;
    min-width: 39.72972%;
    max-width: 39.72972%;
    float: left;
}

.cloud-checkbox {
    margin-top: 10px !important;
}

.cloud-modal-close {
    color: white;
}

.cloud-modal-body {
    /*overflow-y: auto;*/
    padding: 15px;
}

.cloud-modal-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.cloud-loading {
    text-align: center;
    margin-bottom: 5px;
}

.cloud-delimiter {
    border-top: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.documentFilter {
    margin-bottom: 20px;
    margin-top: 20px;
}

.documentTitle {
    border: 1px solid #d3d3d3;
    height: 30px;
    width: 300px;
    margin-left: 24px;
    padding-left: 7px;
}

.docSearchBtn {
    vertical-align: top;
    margin-left: 5px;
    font-size: 13px;
    padding: 5px 15px;
}

.loginBtnBox {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 37px;
}

.loginButton {
    box-shadow: none;
    width: 100%;
}

.username {
    font-family: ProximaNovaRegular;
    font-size: 17px;
    color: #009288;
    margin-right: 5px;
}

.alert-warning {
    color: #000000;
    background-color: #fffbce;
    background-image: none;
    border-color: #dad4a2;
}

div#assign-errors {
    margin: 0 15px;
    width: 95%;
}

.doc {
    word-break: break-all;
}

a.doc-view,
a.doc-view:focus,
a.doc-view:hover {
    text-decoration: none;
}

.breadcrumb {
    background-color: #f4f2ed;
}

.confirm-dialog-footer {
    text-align: center;
}

.confirm-dialog-footer > button[name="cancelBtn"] {
    margin-left: -10px !important;
}

.uploadBtn input[type="file"] {
    position: fixed;
    top: -2000px;
}

.tool-group {
    margin: 0 20px;
}

.action-group {
    width: 20%;
    float: left;
}

.search-group {
    width: 80%;
    float: right;
    text-align: right;
    padding-right: 4px;
}

.removeFolderBtn {
    width: 5%;
    float: right;
    cursor: pointer;
    display: none;
    text-align: center;
}

.removeFolderBtn div {
    font-size: 11px;
}

.breadcrumb-panel {
    width: 95%;
    float: left;
    word-break: break-all;
}

.logo-section {
    padding: 9px 9px 9px 0;
    float: left;
}

.doc-path {
    padding-left: 26px;
    font-size: 12px;
    color: #565656;
}

.doc-icon {
    background-color: #FFFFFF;
}

.remove-doc-title {
    float: left;
    color: #a4a7ab;
    word-break: break-all;
}

.restore-event-block {
    float: right;
}

.restore-doc :last-child {
    font-size: 9px;
}

.restore-event-block :first-child {
    text-align: center;
    cursor: pointer;
    min-width: 32px;
}

a.removed-doc {
    color: #a4a7ab
}

input.form-control.loading{
    background: url("../../images/ajax_loader_16_16.gif") 95% 6px no-repeat;
    display: block;
    text-align: left;
    margin: 0;
}

div.ajax-loading{
    background: url("../../images/ajax_loader_16_16.gif") 95% 0px no-repeat;
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.folderName,.docName{
    vertical-align: middle;
}

a.folderName.loading{
    color: grey;
    cursor: progress;
}

.showDeleted-checkbox {
    font-weight: 500;
   // width: 104px;
    text-align: left;
    margin-left: 10px;
}

@media only screen and (min-width: 1551px) {

    .searchPanel {
        min-width: 290px;
    }

}

@media only screen and (max-width : 1550px) {

    .container {
        width: 91%;
    }

    .nav-item {
        min-width: 40px;
    }

    .menu {
        clear: left;
        width: 100%;
    }

    .content {
        margin-top: 20px;
        clear: right;
        width: 100%;
    }

    .searchPanel {
        margin-right: 0;
    }

}

.userOptions.box{
    padding: 20px 18px;
}

.userOptions.box .signOut{
    cursor: pointer;
    color: #000000;
    font-size: 18px
    margin-bottom: 0;
    font-family: ProximaNovaSemibold;
    padding: 23px 10px 28px;
    text-decoration: none;
    text-align: center;
    background-color: #F6F6F6;
}

.userOptions.box .signOut:hover{
    background-color: #EAEAEA;
}

.userOptions.box .signOut:active{
    background-color: #d6d6d6;
}

.userOptions .username{
    display: inline;
}

.userOptions{
    float: right;
}

.userOptions.box {
    display: none;
}

@media screen and (max-width: 420px) {
    .username {
        display: none !important;
    }
}

/* @media screen and (max-width: 1800px) { */
/*     .userOptions.box { */
/*         display: none; */
/*     } */
/* } */

/* @media screen and (min-width: 320px) and (max-width: 1400px) { */
/*     .username { */
/*         display: inline !important; */
/*     } */
/* } */

/* @media screen and (min-width: 1400px) and (max-width: 1800px) { */
/*     .username { */
/*         display: inline !important; */
/*     } */
/* } */

/* @media screen and (min-width: 1800px){ */
/*     .username { */
/*         display: inline !important; */
/*     } */
/* } */

/* @media screen and (min-width: 1800px) { */
/*     .userOptions.dropdown { */
/*         display: none; */
/*     } */
/* } */

@media screen and (max-width: 1285px) {

    .action-group {
        width: 100%;
        float: none;
    }

    .search-group {
        padding-left: 4px;
        margin: 10px auto;
        width: 100%;
        float: none;
        text-align: left;
    }

    .search-group input,
    .search-group select {
        margin-top: 5px;
    }

    .tool-group .search-group .bootstrap-select{
        padding-top: 4px;
    }

    .header-label {
        font-size: 13px;
    }
}

@media only screen and (max-width : 1124px) {

    .container {
        width: 100%;
    }

    .menu {
        clear: left;
        width: 100%;
    }

    .content {
        clear: right;
        width: 100%;
    }

    .header-label {
        display: none;
    }

    .main {
        /*min-width: 650px;*/
    }

    .searchPanel {
        margin-right: 0;
    }

}

.modal-header button.close{
    opacity: .7;
    outline: none;
}

.modal-header button.close:hover{
    opacity: 1;
}
.modal-header button.close:active{
    opacity: .7;
}

.modal-header button.close span{
    font-size: 25px;
}

.sub-menu{
    background-color: #E8E7E8;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.current-community{
    padding-top: 10px;
    padding-bottom: 10px;
}

.manageFileCategoriesLnkBox{
    padding-top: 14px;
    padding-bottom: 14px;
}

.current-community table label{
	width: 84px;
    padding-right: 10px;
    margin-top: 2px;
}

.manageFileCategoriesLnk{
    display: inline-block;
    text-align: right;
}

@media (min-width: 992px){
    .manageFileCategoriesLnk{
        width: 100%;
    }
}

iframe.ie-fix {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

iframe.ie-fix.dropdown-fix {
    z-index: 1;
}

iframe.ie-fix.dropdown-fix.destinationDropdownFix {
    margin: 56px 0 0;
}

.pageNameHeader{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fileCategoryStylePicker{
    width: 100%;
}

.createFileCategoryForm{
    padding: 15px 15px;
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

.dataTable td .category{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 2px 10px 2px 0px;
}

.dataTable .checkboxes-select-all{
    padding: 8px 10px;
}

.dataTable td a.docName{
    margin-right: 10px;
}

.dataTable td .actions{
    padding-right: 10px;
}

.dataTable td .action{
    color: #808080;
    text-decoration: none;
    display: inline-block;
    margin-right: 25px;
}

.dataTable td .action.editAction{
    margin-right: 47px;
}

.dataTable td .action:last-of-type{
    margin-right: 0;
}

.dataTable td .action .glyphicon{
    margin-right: 5px;
}

.dataTable tr.process {
    cursor: wait;
}

.cancelFileCategoryBtn,
.createFileCategoryBtn,
.saveFileCategoryBtn{
    width: 70px;
}

.docCategory{
    display: inline-block;
    margin-right: 15px;
}

.color-indicator{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.fileCategoryChooser button{
    background: #fff;
    height: 30px;
    padding-top: 4px;
}

.fileCategoryChooser li .text{
    margin-left: 5px;
}

.fileCategoryChooser .selectedItems{
    margin-right: 5px;
}

button.cancel{
    margin-right: 5px;
}

.tool-group .search-group .bootstrap-select.form-control{
    box-shadow: none;
}

.tool-group .search-group .bootstrap-select button.dropdown-toggle{
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 1285px) {
    .tool-group .search-group .bootstrap-select.form-control{
        margin-top: 4px;
    }
}

li.item .inactive{
    color: #b3b3b3;
    font-size: 12px;
    line-height: 0.9;
}

.display-inline-block{
    display: inline-block;
}

.display-inline{
    display: inline-block;
}

.folderActionForm{
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 1px solid #DADADA;
}

.addEmployeeBtn{
    padding: 3px 10px;
}

.roleInfo{
    font-size: 10px;
}

.contentinfo{
    display: inline-block;
}

.contentinfo_width{
    max-width: 95%;
    word-break: break-word;
}

.roleChooser .btn.dropdown-toggle{
    background: transparent none;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

.roleChooser .bootstrap-select .dropdown-menu .text-muted{
    display: block;
    padding: 0;
}

.searchTbl .content-loader{
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
}

.main.dataTable{
    margin: 0;
}

.main.dataTable.paging-pull-left ~ .dataTables_paginate{
    float: right;
}

.actions .restore-event-block{
    float: none;
}