﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



#projectTabs {
    margin: 0 0 30px 0;
}

#sortingTabsContent {
    margin: 25px 0 10px 5px;
}

.form-control-feedback-cm {
    width: 190px !important;
    color: #ddd;
    font-size: 15pt;
    margin: 7px 0 0 0;
}

#collapseFour {
    padding: 10px;
}

.nav-tabs > li .close {
    margin: -3px 0 0 10px;
    font-size: 18px;
    padding: 5px 0;
    float: right;
}

.nav-tabs > li a[data-toggle=tab] {
    float: left !important;
}

.buttonrow {
    margin: 15px 0 25px 0 !important;
}

.cm-icon {
    margin-left: 3px;
    margin-bottom: 5px;
}

#searchGroup {
    margin: 0 0 20px 0
}


.logo {
    padding: 29px 15px;
    font-size: 25px;
    line-height: 25px;
    height: 84px;
}

    .logo img {
        height: 25px;
    }

.cm-logo-subText{margin-top: 34px;}

.filter-checkmark-panel {
    margin-top: 6px;
    margin-left: 5px;
}

/* custom radio button */
.checkmark {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #777;
    vertical-align: middle;
    margin-left: 12px;
}

.checkmark:hover {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
}
.checkmark.checked:after {
    display: block;
}


.show-all-box {
    padding: 8px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    margin-top: 3px;
}

.show-all-box a {
    text-decoration: none;
    color: #555;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.show-all-box h3 {
    color: #c5c3c8;
    font-size: 20px;
}

.show-all-box .filter-checkmark-panel {
    font-size: 13px;
    margin-bottom: 12px;
}

.show-all-box .checkmark {
    width: 13px;
    height: 13px;
}

.show-all-box .checkmark:after {
    width: 5px;
    height: 5px;
}

.show-all-filter {
    margin: 2px;
    width: calc(100% - 4px);
}

#accordion .list-group-item .details {
    font-size: 11px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

#accordion .show-all-box .details {
    font-size: 11px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

#accordion .list-group-item .pull-left.glyphicon {
    height: 40px;
    padding-right: 6px;
}

#accordion .show-all-box .pull-left.glyphicon {
    height: 40px;
    padding-right: 6px;
}

.content-panel {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px;
}
.content-panel iframe {
    border: none;
    width: 100%;
    height: 500px;
}
h3 span.clickable {
    cursor: pointer;
    color: #888;
    text-decoration: none;
    border-bottom: 2px dashed #999;
}
.web-link {
    color: #888;
    margin-left: 6px;
    display: inline-block;
}

.highlight {
    display: inline-block;
    background: yellow;
}

.match-found {
    color: #880;
    font-size: 12px;
}

#exampleModalCenter {
    line-height: 1;
}


#myMailboxTaggerModal .form-group {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#myMailboxTaggerModal button {
    border: 0px solid #fff !important;
    text-align: left !important;
    border-radius: 0px;
}

#myMailboxTaggerModal .btn-info2 {
    background-color: #0275d8;
    color: #fff;
}

.float-right {
    float: right !important;
}

.loader {
    float:right;
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#myMailboxTaggerModal .list-group-item {
    padding: 3px 3px;
}

#myMailboxTaggerModal h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#myMailboxTaggerModal .mailCategoryTag {
    background-color: #008080;
    padding: 5px;
    color: #fff;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.list-group-item {
    padding: 5px 8px !important;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

h5 {
    margin-top: 2px;
    margin-bottom: 2px;
}

p {
    margin: 0 0 2px !important;
}


.badge-danger {
    background-color: #d44950;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-copy {
    cursor: copy;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.glyphicon:hover .tooltiptext {
    visibility: visible;
}

.glyphicon {
    position: static !important;
}