﻿.table > tbody > tr > td {
}

#btnfolder:hover {
    background: transparent;
    border: 1px solid #dc4666;
    color: #dc4666;
}

.gallery {
    display: flex;
    flex-flow: row wrap;
    max-width: 1140px;
    height: 100%;
    margin: 0px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
}

.thumbnail {
    background: transparent;
    display: flex;
    height: 33vh;
    max-height: 100px;
    min-width: 100%;
    max-width: 25%;
    cursor: pointer;
    border: 0px;
    flex-basis: 18%;
    margin-bottom: 0px;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: center;
    color: #ccc;
    font-weight: 300;
    font-size: 1em;
    transition: background 500ms linear;
}

.titleEllipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail .title {
    color: #333;
    margin-top: 0px;
    padding: 0;
}

.Caps{
    text-transform:capitalize;
}

.folder {
    position: relative;
    height: 50%;
    width: 100px;
    margin-top: 0px;
    background: #edd879;
    border-radius: 0 4px 0 0;
}

    .folder,
    .folder:before {
        transition: background 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
    }

        .folder:after,
        .folder:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
        }

        .folder:after {
            -webkit-transform: scaleY(1) skewX(-2deg);
            transform: scaleY(1) skewX(-2deg);
            border-radius: 4px 4px 0 0;
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            background: #edd879;
            transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
        }

        .folder:before {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 10px;
            width: 30%;
            background: #edd879;
            border-radius: 2px 6px 0 0;
        }

        .folder .file {
            -webkit-transform: scale(0.93, 0.94) skewX(-2deg) translate(-2px, 0);
            transform: scale(0.93, 0.94) skewX(-2deg) translate(-2px, 0);
        }

            .folder .file,
            .folder .file:after,
            .folder .file:before {
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                box-shadow: -1px -1px 1px rgba(255,58,22,0.3);
            }

                .folder .file:before {
                    content: '';
                    -webkit-transform: scale(1, 0.95) skewX(-3deg) translate(1px, 0);
                    transform: scale(1, 0.95) skewX(-3deg) translate(1px, 0);
                    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 250ms;
                }

                .folder .file:after {
                    content: '';
                    -webkit-transform: scale(1, 0.88) skewX(-4deg) translate(3px, 0);
                    transform: scale(1, 0.88) skewX(-4deg) translate(3px, 0);
                }

.thumbnail:hover {
    border: 0px;
}

    .thumbnail:hover .folder,
    .thumbnail:hover .folder:before {
        background: #edd879;
    }

        .thumbnail:hover .folder:after {
            -webkit-transform: scaleY(0.9) skewX(-6deg);
            transform: scaleY(0.9) skewX(-6deg);
            background: #edd879;
        }

        .thumbnail:hover .folder .file:before {
            -webkit-transform: scale(1, 0.95) skewX(-4deg) translate(15px, -30%) rotate(25deg);
            transform: scale(1, 0.95) skewX(-4deg) translate(15px, -30%) rotate(25deg);
            box-shadow: -1px 1px 1px rgba(255,58,22,0.3);
        }

.btn-group .btn .fa {
    color: darkgray;
}

.btn-group .btn .active {
    color: #333;
}

#companyfolder {
    cursor: pointer;
    position: relative;
    margin-left: -15px;
}

    #companyfolder:hover {
        color: #e69a2a;
    }
.fileNameEllipsis {
    max-width:300px;
    white-space: nowrap;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badgeEllipsis {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thisid:hover {
    background: #e69a2a;
}

.box16 {
    text-align: center;
    color: #fff;
    position: relative
}

    .box16 .box-content, .box16:after {
        width: 100%;
        position: absolute;
        left: 0
    }

    .box16:after {
        content: "";
        height: 100%;
        top: 0;
        transition: all .5s ease 0s
    }

    .box16:hover:after {
        background: rgba(0, 0, 0, 0.42);
    }

    .box16 .box-content {
        padding: 20px;
        bottom: 0;
        z-index: 1
    }

    .box16 .post {
        display: block;
        padding: 8px 0;
        font-size: 15px
    }

    .box16 .social li a, .box17 .icon li a {
        border-radius: 50%;
        font-size: 20px;
        color: #fff
    }

    .box16:hover .post, .box16:hover .title {
        transform: translateY(0)
    }

    .box16 .social {
        list-style: none;
        padding: 0 0 5px;
        opacity: 0;
        position: relative;
        transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
        transition: all .6s cubic-bezier(0,0,.58,1) 0s
    }

    .box16:hover .social {
        opacity: 1;
        transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
    }

    .box16 .social li {
        display: inline-block
    }

        .box16 .social li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 33px;
            margin-right: 10px;
            transition: all .3s ease 0s;
            cursor: pointer;
        }

.box17 .icon li, .box17 .icon li a {
    display: inline-block
}

.box16 .social li:last-child a {
    margin-right: 0
}

.filenames {
    cursor: pointer;
}

    .filenames:hover {
        color: #fff !important;
        background-color: rgba(23, 126, 193,0.7);
        transition: all .6s ease 0s;
    }
/*#mymodalsearchid:hover > #iconsearch
{
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#mymodalsearchid {
    background: white;
}
/*#mymodalsearchid:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/
/*#mymodalsearchidwide:hover > #iconsearch
{
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#mymodalsearchidwide {
    background: white;
    box-shadow: inset 0 0 0 1px #eef3f5;
    width: 100px; /* NEEDED */
    height: 35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
#mymodalsearchidwide:hover {
    width: 180px;
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.3s;
}
/*#uploadmyfile:hover > #iconupload {
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#uploadmyfile {
    background: white;
}
/*#uploadmyfile:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/


/*#modalbtnaddoffice:hover > #iconaddoffice
{
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#modalbtnaddoffice {
    background: white;
}
/*#modalbtnaddoffice:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/
/*#modalbtnaddteam:hover > #iconaddteam {
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#modalbtnaddteam {
    background: white;
}
/*#modalbtnaddteam:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/

/*#modalbtnaddadviser:hover > #iconaddadviser
{
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#modalbtnaddadviser {
    background: white;
}
/*#modalbtnaddadviser:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/
/*#btnaddnewfolder:hover > #iconaddfolder
{
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#btnaddnewfolder {
    background: white;
}
/*#btnaddnewfolder:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}
#btnaddcompfolder:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/

/*#btnaddcompfolder:hover > #iconaddcompfolder {
    color: #FFF;
    transition: ease-in 0.2s;
}*/

#btnaddcompfolder {
    background: white;
}

/*#btnaddclient:hover > #iconaddclient {
    color: #FFF;
    transition: ease-in 0.2s;
}*/
#btnaddclient {
    background: white;
}
/*#btnaddclient:hover {
    box-shadow: inset 0 0 0 2px #3071A9;
    background: #428BCA;
    transition: ease-in 0.2s;
}*/

.itembuttons {
    position: absolute;
    top: 16%;
    left: 90%; 
    font-size:25px;
    cursor:pointer;
}
.table > tbody > tr > td {
    padding-top:5px !important;
    padding-bottom:5px !important;
}

.pagination > li.active > a, .pagination > li.active > span {
    background: #337ab7 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #337ab7;
    cursor:pointer;
}

.orderable
{
    cursor:pointer;
}

.bootstrap-tagsinput {
    border: 1px solid rgba(33, 33, 33, 0.1);
    border-radius: 0;
    box-shadow: none;
    color: #878787;
    min-width: 100%;
    min-height: 42px;
    
}
.bootstrap-tagsinput input {
    margin-top:5px;
}

.custom-tab-1 .nav-tabs > li.active > a {
    border-bottom: 3px solid #337ab7;
}

#div-settings-loader{
    font-size:100px;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
     border: none !important;
    border-radius: 4px;
}

select, select option {
    text-transform: capitalize !important
}

/*check border*/
/** {
    border: 1px solid red !important;
}*/