﻿body
{
    background-color: #fff;
    font-size: 75%;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 8px 8px 0 8px;
    color: #444;
}
/*new css added v5*/
div#animationWrapper tr.header th:first-child {
    /*width: 150px !important;*/
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: inherit;
}
/*new css added v5*/
#removeAllFilters, div.filter .simpleBox {
  /*  font-size: 14px !important;*/
}

body[data-sidebar-size=sm] {
    min-height: 190px !important;
}

div.filter .simpleBox {
    
    padding:5px !important;
}

input.button {
    text-align: center;
    font-size: 14px;
    width: 120px;
    border: 0 none;
    color: #fff;
    padding: 6px 12px;
    background-color: #3f51b5;
    border-radius: 3px;
}

input, select, textarea {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    padding: 5px;
}

div.filter span.uiLabel {
    font-size: 14px;
}

/*a:link {
    color: #222222;
    text-decoration: none;
    font-size: 14px;
}

a:visited {
    color: #25C2A3;
    text-decoration: none;
}
a:hover {
    color: #25C2A3;
    text-decoration: underline;
}

a:active
{
    
}

a img
{
    border-width:0px;
}

a:hover.hasImage
{
    text-decoration: none;
}

a:hover.hasImage span
{
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
    */
/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

.deemphasize{font-size:85%; color:#757575;}
.deemphasizeDetails{font-size:85%; color:#6B6B6B;}

.detailsBox { padding:10px; background-color:#f2f7ff; border:solid 1px #97c1ff; -moz-border-radius: 5px; -webkit-border-radius: 5px;  border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; box-shadow: rgba(0,0,0,0.15) 1px 1px 2px;}
.detailsBox2 {padding:10px; background-color:#fff; border:solid 1px #aaa; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; box-shadow: rgba(0,0,0,0.15) 1px 1px 2px;}
.detailsBox3 {padding:10px; background-color:#f9f9f9; border:solid 1px #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px;  border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; box-shadow: rgba(0,0,0,0.15) 1px 1px 2px;}

div.collapsible div.heading {
    padding: 3px 0 3px 20px;
    background-color: #e9e9ef;
    margin-top: 8px;
    cursor: pointer;
    border: solid 1px transparent;
    border-bottom: solid 1px #ddd;
    color: #555;
    font-weight: bold;
}
div.collapsible div.heading:hover {color: #2e7ddf; background-color:#eff6ff; border: solid 1px #cae2fd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px;  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; -moz-box-shadow: rgba(0,0,0,0.15) 1px 1px 2px; box-shadow: rgba(0,0,0,0.15) 1px 1px 2px;}        
div.collapsible > div.content {padding:8px 6px 8px 20px;}

div.collapsible .collapsibleIcon
{
    background-image:url('images/expandcollapse.png');
    background-repeat: no-repeat;
    height:12px;
    width:12px;
    background-position: 0 -49px;
    position:absolute;
    margin-top:5px;
    margin-left:-14px;
}

div.collapsible.collapsed .collapsibleIcon { background-position: -0px -33px; }
div.collapsible .heading:hover .collapsibleIcon {background-position: -0px -79px;}
div.collapsible.collapsed .heading:hover .collapsibleIcon {background-position: -0px -64px;}

span.remove { cursor: pointer;}        


textarea {
    min-width: 1085px;
}

.field-validation-error {
    color: #ff0000;
}

@media only screen and (max-width: 1024px) {
    textarea {
        min-width: 800px;
    }
}

@media only screen and (max-width: 300px) {
    textarea {
        min-width: 250px;
    }
}


/* new issue resolution 14 4 22 */

.ui-draggable .ui-dialog-titlebar.ui-widget-header {
    border: 0;
    background: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.ui-dialog .ui-dialog-titlebar-close {
    box-sizing: content-box;
    background: url(/Content/Themes/Revolution/css/images/popup-close.svg);
    width: 1em;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    height: 1em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

#editorContent input#default {
    margin-right: 10px;
    margin-top: 5px;
}