.flashMessages-wrapper {
    border-radius: 4px;
    min-height: 38px;
    line-height: 38px;
    left: 30%;
    margin-left: 21px;
    margin-top: 23px;
    width: 668px;
    position: fixed;
    z-index: 999999;
}
.flashMessages-wrapper.flashM-info {
    background-color: #d9edf6;
    box-shadow: 0 0 5px #9bddfd;
    border: 1px solid #9bddfd;
    color: #1a79a5;
}
.flashMessages-wrapper.flashM-error {
    background-color: #f2dede;
    box-shadow: 0 0 5px #e7b3b3;
    border: 1px solid #e7b3b3;
    color: #eb2020;
}
.flashMessages-wrapper.flashM-success {
    background-color: #dff0d8;
    box-shadow: 0 0 5px #a3d39c;
    border: 1px solid #a3d39c;
    color: #005e20;
}
.flashMessages-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    float: left;
    height: 38px;
    width: 38px;
}
.flashMessages-text {
    float: left;
    width: 592px;
    opacity: 1!important;
    position: initial!important;
    line-height: inherit!important;
}
.flashMessages-close {
    float: right;
    font-weight: bold;
    height: 38px;
    text-align: center;
    width: 35px;
    cursor: pointer;
}
.flashM-info .flashMessages-icon {
    background-image: url("/img/admin/flashM-info.png");
}
.flashM-error .flashMessages-icon {
    background-image: url("/img/admin/flashM-error.png");
}
.flashM-success .flashMessages-icon {
    background-image: url("/img/admin/flashM-success.png");
}
.dataTable ul.tagit{
    border: 1px solid #ddd;
    border-radius: 5px;
    height: auto;
    line-height: initial;
    margin: 0;
}
.dataTable ul.tagit li.tagit-new{
    padding: 0;
}
.dataTable ul .tagit-new [type=text]{
    height: 20px;
    font-size: 9pt;
    margin: 0;
}
.dataTable ul.tagit li.tagit-choice-editable{
    background-color: #ddd;
    border-radius: 5px;
    font-size: 9pt;
    line-height: initial;
    padding: 3px 18px 3px 0.5em;
}
.dataTable ul.tagit li.tagit-choice-editable .text-icon{
    display: block;
}
.dataTable ul.tagit li.tagit-choice-editable .tagit-close{
    right: 0.4em;
}
.dataTable.table  thead  tr  th{
    vertical-align: middle;
}
.dataTable.table .chosen-container {
    margin: 0;
    vertical-align: middle;
    width: 100% !important;
}
.dataTable.table .chosen-container ul.chosen-choices{
    background: transparent none repeat scroll 0 0;
}
.dataTable.table .chosen-container ul.chosen-choices .search-choice{}
.dataTable.table .chosen-container ul.chosen-choices .search-field{
    width: 100%;
}
.dataTable.table .chosen-container ul.chosen-choices .search-field [type=text]{
    font-size: 9pt;
    height: 27px;
    line-height: initial;
    width: 100% !important;
}
.dataTable.table .chosen-container .chosen-results li{
    font-size: 9pt;
}
.dataTables_wrapper .dataTables_length{
    float: left;
}
.dataTables_wrapper .ColVis{
    float: right;
    height: 25px;
    margin-left: 15px;
    margin-right: 15px;
    width: 40px;

}
.dataTables_wrapper .ColVis button{
    background-color: #50c1ff;
    background-image: url("/img/admin/columns-select.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #42b3f1;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 26px;
    width: 40px;
}
.ColVis_collection {
    background-color: #fff;
    font-size: 10pt;
    list-style: outside none none;
    margin: 11px 0 0 1px;
    overflow-x: hidden;
    padding: 10px;
    width: 180px;
    word-wrap: break-word;
    z-index: 105;
}
.ColVis_collection li{
    line-height: initial;
}
.ColVis_collection li.ColVis_ShowAll{
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}
.ColVis_collection li label input{
    float: left;
    margin-right: 5px;
}
.ColVis_collection li label span{
    float: left;
}
.dataTables_wrapper .dataTables_filter{
    float: right;
}
.dataTables_wrapper .dataTables_filter label{
    width: 270px;
    display: block;
}
.dataTables_wrapper .dataTables_filter label input{
    display: inline-block;
    height: 25px;
    width: 200px;
    margin-left: 15px;
    font-size: 9pt;
}
.dataTables_wrapper .dataTables_info{
    float: left;
}
.dataTables_wrapper .dataTables_paginate{
    float: right;
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_first {
    background-image: url("/img/admin/datatables_first.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_previous {
    background-image: url("/img/admin/datatables_prev.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_next {
    background-image: url("/img/admin/datatables_next.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_last {
    background-image: url("/img/admin/datatables_last.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button.current{
    background-color: #50C1FF;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button.disabled{
    opacity: 0.6;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers span span.ellipsis{
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers span.ellipsis,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button {
    background-color: #bfbfbf;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border: medium none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 0;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
}
.dataTables_wrapper{
    width: 98%;
    margin: 0 auto;
}
.sorting_asc {
    background-image: url("/img/admin/sort_asc.png");
    background-size: auto 19px;  
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.sorting_desc {
    background-image: url("/img/admin/sort_desc.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 19px;
}
#table-styled-filters_processing{
    background-color: #fff;
    border: 1px solid;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -130px;
    margin-top: -30px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 260px;
}




.no-all-paddings
{
    display: none;
}
.footer-dark .footer-extra
{
    display: none;
}


.flashMessages-wrapper.flashM-info {
    background-color: #d9edf6;
    box-shadow: 0 0 5px #9bddfd;
    border: 1px solid #9bddfd;
    color: #1a79a5;
}
.flashMessages-wrapper.flashM-error {
    background-color: #f2dede;
    box-shadow: 0 0 5px #e7b3b3;
    border: 1px solid #e7b3b3;
    color: #eb2020;
}
.flashMessages-wrapper.flashM-success {
    background-color: #dff0d8;
    box-shadow: 0 0 5px #a3d39c;
    border: 1px solid #a3d39c;
    color: #005e20;
}
.flashMessages-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    float: left;
    height: 38px;
    width: 38px;
}
.flashMessages-text {
    float: left;
    width: 592px;
    opacity: 1!important;
    position: initial!important;
    line-height: inherit!important;
}
.flashMessages-close {
    float: right;
    font-weight: bold;
    height: 38px;
    text-align: center;
    width: 35px;
    cursor: pointer;
}
.flashM-info .flashMessages-icon {
    background-image: url("/img/admin/flashM-info.png");
}
.flashM-error .flashMessages-icon {
    background-image: url("/img/admin/flashM-error.png");
}
.flashM-success .flashMessages-icon {
    background-image: url("/img/admin/flashM-success.png");
}
.dataTable ul.tagit{
    border: 1px solid #ddd;
    border-radius: 5px;
    height: auto;
    line-height: initial;
    margin: 0;
}
.dataTable ul.tagit li.tagit-new{
    padding: 0;
}
.dataTable ul .tagit-new [type=text]{
    height: 20px;
    font-size: 9pt;
    margin: 0;
}
.dataTable ul.tagit li.tagit-choice-editable{
    background: #F45353;
    border-radius: 5px;
    color: #fff;
    font-size: 9pt;
    line-height: initial;
    padding: 3px 18px 3px 0.5em;
}
.dataTable ul.tagit li.tagit-choice-editable a{
    color: #fff;
    text-align: center;
}
.dataTable ul.tagit li.tagit-choice-editable .text-icon{
    display: block;
}
.dataTable ul.tagit li.tagit-choice-editable .tagit-close{
    right: 0.4em;
}
.dataTable.table  thead  tr  th{
    vertical-align: middle;
}
.dataTable.table .chosen-container {
    margin: 0;
    vertical-align: middle;
    width: 100% !important;
}
.dataTable.table .chosen-container ul.chosen-choices{
    background: transparent none repeat scroll 0 0;
}
.dataTable.table .chosen-container ul.chosen-choices .search-choice{}
.dataTable.table .chosen-container ul.chosen-choices .search-field{
    width: 100%;
}
.dataTable.table .chosen-container ul.chosen-choices .search-field [type=text]{
    font-size: 9pt;
    height: 27px;
    line-height: initial;
    width: 100% !important;
}
.dataTable.table .chosen-container .chosen-results li{
    font-size: 9pt;
}
.dataTables_wrapper .dataTables_length{
    float: left;
}
.dataTables_wrapper .ColVis{
    float: right;
    height: 25px;
    margin-left: 15px;
    margin-right: 15px;
    width: 40px;

}
.dataTables_wrapper .ColVis button{
    background-color: #50c1ff;
    background-image: url("/img/admin/columns-select.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #42b3f1;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 26px;
    width: 40px;
}
.ColVis_collection {
    background-color: #fff;
    font-size: 10pt;
    list-style: outside none none;
    margin: 11px 0 0 1px;
    overflow-x: hidden;
    padding: 10px;
    width: 180px;
    word-wrap: break-word;
    z-index: 105;
}
.ColVis_collection li{
    line-height: initial;
}
.ColVis_collection li.ColVis_ShowAll{
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}
.ColVis_collection li label input{
    float: left;
    margin-right: 5px;
}
.ColVis_collection li label span{
    float: left;
}
.dataTables_wrapper .dataTables_filter{
    float: right;
}
.dataTables_wrapper .dataTables_filter label{
    width: 270px;
    display: block;
}
.dataTables_wrapper .dataTables_filter label input{
    display: inline-block;
    height: 25px;
    width: 200px;
    margin-left: 15px;
    font-size: 9pt;
}
.dataTables_wrapper .dataTables_info{
    float: left;
}
.dataTables_wrapper .dataTables_paginate{
    float: right;
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_first {
    background-image: url("/img/admin/datatables_first.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_previous {
    background-image: url("/img/admin/datatables_prev.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_next {
    background-image: url("/img/admin/datatables_next.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a#table-styled-filters_last {
    background-image: url("/img/admin/datatables_last.png");
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button.current{
    background-color: #50C1FF;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button.disabled{
    opacity: 0.6;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers span span.ellipsis{
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate.paging_full_numbers span.ellipsis,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers a.paginate_button {
    background-color: #bfbfbf;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border: medium none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 0;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
}
.dataTables_wrapper{
    width: 98%;
    margin: 0 auto;
}
.sorting_asc {
    background-image: url("/img/admin/sort_asc.png");
    background-size: auto 19px;  
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.sorting_desc {
    background-image: url("/img/admin/sort_desc.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 19px;
}
#table-styled-filters_processing{
    background-color: #fff;
    border: 1px solid;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -130px;
    margin-top: -30px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 260px;
}
.ui-datepicker{
    z-index: 1000 !important;
}
.ui-datepicker-header .ui-datepicker-title select {
    color: #000;
}
.file-wrapper .file-name{
    font-size: 10pt;
}

.content
{
    padding-top: 45px;
    padding-bottom: 80px;
    background-color: #fff;
}

ul.root-dir li.li-dir-name span.name {
        background-size: 30px 30px;
    padding-left: 44px;
}

.container .files {
font-size: 150%;
}

.files ul, ol {
    line-height: 48px;
}

.filesize, .time {
font-size: 60%;
}

.files .name {
font-size:75%;
}
.file-icon {
font-size: 6pt !important;
}
.tp-caption.sfb.btn.btn-inverse.btn-lg.btn-wide start {
visibility: none;
}