div[page-name="LoginClienteForm"] .card{
    width: 500px !important;
    margin: auto;
    margin-top: 200px;
}

div[page-name="LoginClienteForm"] .tfield{
    padding-left: 30px !important;
}

/*** sombra nos menus ***/

#top-submenu.container-submenu li:hover > ul,
.dropdown-menu.show,
.fast-drop-open {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

/*** TTable ***/

.table thead th {
    font-weight: bold;
}

/*** TRadioGroup ***/

.tfield_block_events .btn.btn-default {
    background-color: #f7f7f7;
    color: #999;
}

/*** Window ***/

.ui-dialog {
    box-shadow: 0 20px 100px rgba(0,0,0,.9);
}

/*** TSeparator ***/

.tseparator {
    margin-top: 15px;
}

/*** Sweet Alert ***/

.sweet-alert p {
    overflow-x: scroll;
}

/*** Popover ***/

.popover {
	box-shadow: rgba(0, 0, 0, 0.333) 0px 2px 3px;
}
.popover .arrow::before {
    border-right-color: transparent;
}
.popover .arrow::after {
    border-right-color: transparent;
}

/***** Tooltip *****/

.tooltip .tooltip-inner
{
    color: #000;
    background-color: #fff;
    padding: 3px 8px;
    border:#000 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    max-width: none;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}

/***** Kanban *****/

.kanban-stage {
    min-width: 270px;
}
.kanban-board {
    padding: 0px;
}


/*** Listagem de Arquivos ***/

.ticonview img {
    max-height: 80px;
    max-width: 100px;
}
.ticonview > li {
    border: 2px solid #fff;
/*    padding: 5px; */
    vertical-align: text-top;
}
.ticonview>li .infortcms-filesystem:hover,
.ticonview>li .infortcms-filesystem:focus {
    background: #7e7e7e36;
    border-color: rgba(1,123,255, 0.3);
}
.ticonview>li>a:hover {
    text-decoration: none;
}
.ticonview>li>a>i {
    height: 57px;
}
.ticonview > li > div > span {
    color: inherit;
}
.ticonview > .dropdown-menu.pull-left.dropdown-iconview {
    position:fixed !important;
}

/*
.infortcms-filesystem {
    border: 2px solid #fff;
    padding: 10px;
}
.infortcms-filesystem:hover,
.infortcms-filesystem:focus {
    border-color: rgba(1,123,255, 0.3);
}*/
.infortcms-filesystem img {
    max-height: 7rem;
    max-width: 11rem;
}
.infortcms-filesystem > .item-icon {
    height: 7rem;
    width: 11rem;
    text-align: center;
}
.infortcms-filesystem > .item-icon > .cropper-bg,
.infortcms-filesystem > .item-icon > .cropper-bg > .bg-picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infortcms-filesystem > .item-icon > i {
    font-size: 7rem;
}
.infortcms-filesystem > .item-name {
    text-align: center;
    width: 11rem;
}
[data-type="back"] .infortcms-filesystem > .item-ellipsis {
    display: none !important;
    word-wrap: break-word;
}
.infortcms-filesystem > .item-ellipsis {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    display: none;
    z-index: 2;
    text-align: center;
    background: rgb(255 255 255 / 70%);
}
.infortcms-filesystem > .item-select {
    position: absolute;
    /*left: 5px;
    top: 5px;*/
    width: 20px;
    z-index: 2;
    text-align: center;
    /*background: rgb(255 255 255 / 70%);*/
}
.infortcms-filesystem > .item-select > .ttd {
    margin: 0 !important;
    /*color: gold;
    text-shadow: 1px 2px 1px black;*/
}
.infortcms-filesystem:hover {
    border-color: rgba(1,123,255, 0.3);
    /*color: #8f95a5;*/
}
.infortcms-filesystem:hover > .item-select,
.infortcms-filesystem:hover > .item-ellipsis {
    display: block;
    color: rgba(1,123,255, 1);
}
.infortcms-filesystem > .item-ellipsis:hover {
    background: rgba(1,123,255, 1);
    color: white;
}

@media (max-width:767px)
{
    .infortcms-filesystem img {
        max-height: 5rem;
        max-width: 9rem;
    }
    .infortcms-filesystem > .item-icon {
        height: 5rem;
        width: 9rem;
    }
    .infortcms-filesystem > .item-icon > i {
        font-size: 5rem;
    }
    .infortcms-filesystem > .item-name {
        width: 9rem;
    }
}


/*** TLikertScale do Adianti 7.6 ***/

form ul.likert {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 2px solid #efefef;
}

form ul.likert:last-of-type {
    border-bottom: 0;
}

form ul.likert:before {
    content: '';
    position: relative;
    top: 11px;
    left: 9.5%;
    display: block;
    background-color: #efefef;
    height: 4px;
    width: 78%;
}

form ul.likert.full:before {
    left: 0;
    width: 100%;
}

form ul.likert li {
    display: inline-block;
    width: 19%;
    text-align: center;
    vertical-align: top;
}

form ul.likert li input[type=radio] {
    display: flex;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -6px;
}

form ul.likert li label {
    width: 100%;
    cursor: pointer;
}

/*** ***/
