/* CSS Document */
body {
    overflow-x: hidden !important; /*to control the overflow when the summernote full screen is enabled*/
}

.web-mail1.ul li {
    list-style: none;
    border-bottom: 1px solid #fff !important;
}
.web-mail ul li:hover {
    border-bottom: 1px solid #ccc !important;
    background: #eaeaea;
}
.web-mail ul {
    padding: 1px;
    margin: 0 !important;
    width: 100%;
    border: 1px solid #eee;
}
.web-mail ul li a {
    text-decoration: none;
    padding: 6px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eee;
}
/* width of td */
.width2 {
    width: 2%;
}
.width3 {
    width: 3%;
}
.width7 {
    width: 7%;
}
.width13 {
    width: 13%;
}
.width22 {
    width: 22%;
}
.width23 {
    width: 23%;
}
.width40 {
    width: 40%;
}
.width56 {
    width: 56%;
}

/*inbox tdchild*/
#inbox-check tbody td:first-child {
    text-align: center;
}
.web-mail ul .compose {
    background: #01bc8f !important;
}
.web-mail ul .compose a:hover,
.web-mail ul .compose:hover {
    background: #01bc8f !important;
}
.web-mail ul .active {
    background: #428bca !important;
}
.web-mail ul .active a {
    color: #fff;
}
.web-mail ul .compose a,
.web-mail ul .inbox a {
    color: #fff !important;
}
.border-right {
    border-right: 1px solid #bbe5ff;
}
.col-md-3 {
    min-height: 100% !important;
    height: auto !important;
}
.web-mail .content ul {
    margin: 0 !important;
    padding: 0 !important;
}
.web-mail .content ul li {
    list-style: none;
    border-bottom: 1px solid #bbe5ff;
}
.web-mail .content ul li:hover {
    background: #e1e1e1;
}
input[type='checkbox'] {
    padding: 0;
}
.bg-blue {
    padding: 10px !important;
    margin-top: -10px;
}
.blue.btn {
    background-color: #f1f1f1;
    color: #919191;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.whitebg1 {
    background: #fff;
    border-bottom: 1px solid #bbe5ff;
}
.mail_header {
    border: none !important;
    text-align: end;
    background: none;
}
.more_menu ul {
    padding-top: 10px;
}
.more_menu li {
    padding: 6px 39px 1px 0;
}
.more_menu li a {
    padding: 3px !important;
}
.web-mail .ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 2px 5px 5px 5px;
    text-decoration: none;
}
.web-mail .ul li a:hover {
    background: #eee;
}
.web-mail .ul li a i {
    padding-right: 10px;
}
.mail_pages {
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    text-align: right;
    padding-top: 5px;
}
.arrows {
    text-align: left;
    text-wrap: none;
}
/* Compose */
.cke_chrome {
    border: 1px solid #eee !important;
    width: 80% !important;
    margin: 10px !important;
    box-shadow: none !important;
}
.cke_top {
    background: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: 0 1px 0 #fff inset;
    padding: 6px 8px 2px;
    white-space: normal;
}
.cke_bottom {
    background: none !important;
    border-top: 1px solid #eee !important;
    box-shadow: 0 1px 0 #fff inset;
    padding: 6px 8px 2px;
    position: relative;
}
.compose input {
    padding: 6px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding-left: 20px;
}
.cke_reset_all,
.cke_reset_all * {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-collapse: collapse;
    box-sizing: content-box;
    color: #000;
    cursor: auto;
    font: 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
    text-decoration: none;
    transition: none 0s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
}
a.cke_button {
    cursor: default;
    display: inline-block;
    height: 18px;
    outline: 0 none;
    padding: 10px 13px !important;
}
.cke_toolgroup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #fff, #e4e4e4) repeat scroll 0 0 #e4e4e4;
    border: 1px solid #ccc;
    border-image: none;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset,
        0 1px 0 rgba(255, 255, 255, 0.15) inset;
    float: left;
    margin: 0 6px 5px 0;
}
.margin_left {
    margin-left: 10px;
}
tr td a {
    display: block;
    color: #666;
}
.modal-footer a {
    display: inline-block;
    color: #337ab7;
}
.reply_forward {
    border: 1px solid #ddd;
    background: #f0f0f0;
    padding: 10px;
}
.reply_forward a {
    margin-bottom: 10px;
}
.left_border {
    border-left: 2px solid #ccc !important;
    margin-left: 20px !important;
}
.mail_img img {
    opacity: 0.6;
    border: 2px solid #000;
    border-radius: 5%;
}
.mail_img img:hover,
.mail_img img:after {
    opacity: 1;
}
.btnss {
    display: inline-block;
    padding: 6px 12px 32px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0 !important;
}
.web-mail .view-message {
    padding-top: 10px;
}
.web-mail .view-message img {
    margin-right: 10px;
    margin-top: -5px;
}
.web-mail ul.dropdown-menu.ul li {
    padding-left: 15px;
}
img {
    max-width: 100% !important;
}
.paddingtopbottom_5px .caret {
    padding-left: 4px;
}
.paddingtopbottom_5px {
    background: #f1f1f1;
    border: 1px solid #d8d8d8;
}
.paddingtopbottom_5px .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -3px;
}
.paginations {
    float: right !important;
}
.images img {
    border: 1px solid #888;
    opacity: 0.5;
}
.images img:hover {
    opacity: 1;
}
button {
    background: none;
    border: none;
    padding: 5px;
}
.web-mail .col-lg-2,
.web-mail .col-md-3,
.web-mail .col-sm-4 {
    margin-bottom: 10px;
}
.graytext,
.graytext:hover {
    color: #444;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -1px;
}


/*summer note */
.note-icon-caret {
    display: none;
}
.note-editor {
    padding-left: 0;
}
.note-editable {
    height: 300px;
    width: 100%;
    min-height: 300px;
}
.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
    z-index: 1070;
}
.note-dimension-display {
    color: #333;
}
.btn-secondary:not(.btn-link):not(.btn-flat),
.btn-secondary:not(.btn-link):not(.btn-flat):hover,
.btn:not(.btn-raised):not(.btn-link):hover.btn-secondary {
    background-color: #eee !important;
    border: 1px solid #d2d2d2;
    color: #777 !important;
}
.replay_text {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
    resize: vertical;
}
/*bootstrap3-wysihtml5*/
a[data-wysihtml5-command='insertImage'],
.wysihtml5-toolbar li:nth-child(5),
.wysihtml5-toolbar li:last-child {
    visibility: hidden;
}

@media (max-width: 768px) {
    .panel-heading.note-toolbar .note-color .dropdown-menu {
        min-width: 180px;
    }
    .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
        display: block;
    }
}
.btn_margin_top {
    margin-top: 5px;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.paddingrightleft_10 {
    padding: 6px 15px;
}
.rating i {
    font-size: 20px;
    margin-top: 5px;
}
.img_height {
    width: 35px;
    height: 35px;
}
.starred {
    color: #ddd;
}
.img_height1 {
    height: 45px;
    width: 45px;
}
.email_message a {
    color: #2283bf;
}
.note-editor ul li {
    list-style: initial !important;
}

.star_background {
    background-color: #ffffcc !important;
}
.unstar_background {
    background-color: #ffffcc !important;
}

.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
    color: #333;
}

.note-modal-footer {
    height: 60px;
}
.note-modal-footer .note-btn {
    float: none;
}
#dropdownMenuButton + .dropdown-menu {
    transform: translate3d(33px, 20px, 0px) !important;
}

.web-mail ul .active {
    background: #428bca !important;
}

.refresh_padding {
    padding: 8px 10px;
}
.web-mail ul .active a {
    color: #fff !important;
}
.whitebg1 ul {
    list-style: none;
}
.custom-control {
    padding-left: 0;
}
.custom-control-input {
    position: static;
    opacity: 1;
}
p {
    text-align: initial;
}
.list {
    list-style-type: none;
}

.height400 {
    height: 400px;
}
