/*Resets*/
.newspaper-a
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: initial;
	width: initial;
	text-align: initial;
	border-collapse:initial;
	border:initial;
}
.newspaper-a th
{
	padding: initial;
	font-weight: initial;
	font-size: initial;
	color: initial;
	border-bottom: initial;
}
.newspaper-a td
{
	padding:initial;
	color: initial;
}
.newspaper-a tbody tr:hover td
{
	color:initial;
	background: initial;

}


@font-face {
    font-family: "cocon";
    src: url(font/Cocon.otf);
}

.content .col-lg-2{
    padding: 0px 7px;
}
.content .col-lg-2:first-of-type{
    padding-left: 15px;
}
.content .col-lg-2:nth-of-type(6){
    padding-right: 15px;
}
.content .col-lg-2 h3{
    font-weight: normal;
    font-size: 24px;
    margin: 30px 0px;
    font-family: cocon;
    position: relative;
    z-index: 5;
}
.content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
}
.sidebar-toggle{
    position: absolute;
    left: 0px;
}
.navbar-static-top{
    position: static;
}
.logo-lg img{
    max-height: 37px;
}
.bg-blue{
    background-color: #1367cf!important;
}
.bg-olive{
    background-color: #088030 !important;
}
#notifications {
    position: fixed;
    z-index: 999990;
    top: 1em;
    right: 1em;
    width: 20em;
}
/* .content .icon img{
max-height: 100%;
}
.content .icon{
top: 15px;
height: 75px;
font-size: inherit;
}
.small-box:hover .icon {
font-size:inherit;
height: 80px;
}
.sidebar-menu .treeview img{
height: 14px;
margin-right: 6px;
}
.sidebar-menu .treeview img:after{
position: absolute; Positions psuedo element relative to .icon
width: 100%; Same dimensions as .icon
height: 100%;
content: ""; Allows psuedo element to show
background: #EC008C; The color you want the icon to change to
mix-blend-mode: multiply; Only apply color on top of white, use screen if icon is black
} */

.content .icon{
    top: 0px;
    /* height: 75px; */
    font-size: 85px;
}


/*
.small-box:hover>.small-box-footer {
color: #fff;
background: rgba(0,0,0,0.15);
}
*/
a.small-box-footer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 132px;
}
.small-box-container{
    margin-top:20px;
}

.specialrow{
    margin:0px -15px;
    margin-top:-25px;
}
@font-face {
    font-family: 'icomoon';
    src:  url('font/fonts/icomoon.eot?bkjo16');
    src:  url('font/fonts/icomoon.eot?bkjo16#iefix') format('embedded-opentype'),
        url('font/fonts/icomoon.ttf?bkjo16') format('truetype'),
        url('font/fonts/icomoon.woff?bkjo16') format('woff'),
        url('font/fonts/icomoon.svg?bkjo16#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    
}

.icon-tradmark:before {
    content: "\e900";
}
.icon-legal:before {
    content: "\e901";
}
.icon-design:before {
    content: "\e902";
}
.icon-copyright:before {
    content: "\e903";
}
.icon-Domain:before {
    content: "\e904";
}
.icon-coins:before {
    content: "\e905";
}
.icon-patent:before {
    content: "\e906";
}
.sidebar .user-panel p{
    margin:6px 0px;
}







@media (min-width: 768px){
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
     
        width: 230px;
        
    }
}
@media(max-width:1199px){
    .content .col-lg-2:nth-of-type(3){
        padding-right: 15px;
    }
    .content .col-lg-2:nth-of-type(4){
        padding-left: 15px;
    }
}
@media (max-width:767px){
    .content .col-lg-2:nth-of-type(3){
        padding-right: 7px;
    }
    .content .col-lg-2:nth-of-type(4){
        padding-left: 7px;
    }
    .content .col-lg-2:nth-of-type(3),.content .col-lg-2:nth-of-type(5){
        padding-left: 15px;
    }
    .content .col-lg-2:nth-of-type(2),.content .col-lg-2:nth-of-type(4){
        padding-right: 15px;
    }
}










/*Form Style*/ 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block-content form{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
table form tr,table form td,table form th ,table form tbody,form table tr,form table td,form table th ,form table tbody,.form ,.form tr,.form td,.form th ,.form tbody{ 
    display:inline-block ;

}
#ClassTable form tr, #ClassTable form td, #ClassTable form th, #ClassTable form tbody, form #ClassTable tr, form #ClassTable td, form #ClassTable th, form #ClassTable tbody, #ClassTable .form, #ClassTable .form tr, #ClassTable .form td, #ClassTable .form th, #ClassTable .form tbody {
    display: inline-block !important;
}
#ClassTable td {
    display: inline-block !important;
}
table form tbody,table form td input,table form ,table form select,form table tbody,form table td input,form table,form table select,.block-content textarea,.block-content input[type=text],.form tbody,.form td input,.form,.form select,.block-content input[type=password],.block-content select{
    max-width:100% !important;
}

table form ,table form td,table form tr,form table,form table td,form table tr,.form td,.form tr{
    display:block;
}


table form tr,form table tr,.form tr{
    margin-bottom: 15px;

}
table form tr .editor-label,table form tr td:first-of-type,form table tr .editor-label,form table tr td:first-of-type{
      display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
table form tr td input,form table tr td input,.form tr td input,table form tr td select,form table tr td select,.form tr td select,.block-content textarea,.block-content input[type=text],.block-content select,.block-content input[type=password],.block-content input[type="submit"],.block-content input[type="button"],.block-content button {
  display: block;
  width: 100% ;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form select#client{
     width: 100% ;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

form table tr td select:nth-of-type(2){
    margin-top:10px;
}
table form tr td input:focus,form table tr td input:focus,.form tr td input:focus,.block-content input[type=text]:focus,.block-content textarea:focus,.block-content select:focus ,.block-content input[type=password]:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

form table tr td input:-moz-placeholder {
  color: #999999;
}

form table tr td input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

form table tr td input:-ms-input-placeholder {
  color: #999999;
}

form table tr td input::-webkit-input-placeholder {
  color: #999999;
}

form table tr td input[disabled],
form table tr td input[readonly]
{
  cursor: not-allowed;
  background-color: #eeeeee;
}
.block-content input[type=checkbox],.block-content input[type=radio]{
    margin-right:5px;
    width:initial;
    height:initial;
}
input[type=radio],input[type=radio]:focus{
    box-shadow:none;
    display:inline-block;
    margin-top:0px;
}
input[type=radio]~label{
    margin-right:7px;
}
#SearchOptionsDiv{

    padding-bottom:20px;
    margin-bottom:20px;
}
legend{
    border:0px;
}
.block-content>h1,.block-content>h2{
        border-bottom: 1px solid #e5e5e5;
        padding-bottom:20px;
}
form table input[type=checkbox],table form input[type=checkbox]{
    width:initial;
    height:initial;
    display:inline-block;
    margin-bottom: 2px;
    margin-top:0px;
}
.block-content button, .block-content .big-button, .block-content input[type="submit"], .block-content input[type="button"],.ui-dialog input[type="submit"],.ui-dialog button{
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;


        color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;

    width:inherit;
}
#SearchOptionsDiv label ,#IsAffiliateRadio label,.button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

     color:#777;
    background-color: #d2d6de;
    border-color: #c2c2c2;

    width:inherit;

    margin-right:-5px;
}


#SearchOptionsDiv #Basic+label,#IsAffiliateRadio #Yes+label{
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;  
}
#SearchOptionsDiv #Advanced+label,#IsAffiliateRadio #No+label{
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
}
#SearchOptionsDiv label:hover,#IsAffiliateRadio label:hover,.button:hover{
   
    background-color: #ecf0f5;
    
}
#SearchOptionsDiv .SOActive,#IsAffiliateRadio .SOActive{
      color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    position:relative;
    z-index:5;
}
#SearchOptionsDiv .SOActive:hover,#IsAffiliateRadio .SOActive:hover{
    background-color: #337ab7;
}

#SearchOptionsDiv input,#IsAffiliateRadio input{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);

}
.block-content input[type="text"]~input[type="button"]:nth-child(2),.block-content input[type="text"]~button:nth-child(2),.block-content select~button:nth-child(2),.block-content textarea~button:nth-child(2),.block-content select~input[type="button"]:nth-child(2),.block-content select~input[type="button"]:nth-child(2)~input[type="button"]:nth-child(3),.block-content textarea~input[type="button"]:nth-child(2){
    margin-top:10px;
}

.block-content button:hover, .block-content .big-button:hover, .block-content input[type="submit"]:hover, .block-content input[type="button"]:hover,.ui-dialog input[type="submit"]:hover,.ui-dialog button:hover{
        color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

form table tr td input[style="width:50px"]:first-of-type{
    margin-right:5px;
}
form table tr td input[style="width:50px"]:last-of-type{
    margin-left:5px;
}
.block-content .More{
    display:none;
}
.block-content input[type=text],.block-content select,.block-content textarea,.block-content input[type=file],.block-content input[type=password]{
    width:500px !important;
}
.block-content form table tr td input[style="width:50px"]{
    width:76px !important;
    display:inline-block;
}




/*form table tr td .date-pick{
    width:inherit;
    display:inline-block;
}*/










.block-content/*,.mail-content*/ 
{
border: 1px solid #999999;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
-webkit-background-clip: padding-box;
border-radius: 0.25em;
padding: 1.667em;
background: white;
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
position: relative;
}
.block-content.dark-bg/*,mail-content.dark-bg*/ 
{
border-color: #aaa #333 #000 #666;
background: #555 url(images/old-browsers-bg/content-dark-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(top,#555,#222);
background: -webkit-gradient(linear,left top, left bottom,from(#222),to(#555));
color: white;
}
.block-border 
{
padding: 0.833em;
border: 1px solid white;
border-color: rgba(255, 255, 255, 0.75);
background: url(images/old-browsers-bg/white20.png);
background: rgba(255, 255, 255, 0.2);
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
-webkit-background-clip: padding-box;
border-radius: 0.8em;
-moz-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
-webkit-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
}
.block-border .block-content/*,.block-border .mail-content*/ 
{
-moz-box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
}
.block-border .block-content + .block-content 
{
margin-top: 0.833em;
}
.block-content .no-margin 
{
margin-left: -1.667em;
margin-right: -1.667em;
}
.block-content p.no-margin + .no-margin,.block-content ul.no-margin + .no-margin,.block-content ol.no-margin + .no-margin,.block-content dl.no-margin + .no-margin 
{
margin-top: -1.667em;
}
.block-content .no-margin > .no-margin 
{
margin-left: 0;
margin-right: 0;
}
.block-content .no-margin:last-child,.block-content .message.no-margin:last-child 
{
margin-bottom: -1.667em;
-moz-border-radius-bottomleft: 0.167em;
-moz-border-radius-bottomright: 0.167em;
-webkit-border-bottom-left-radius: 0.167em;
-webkit-border-bottom-right-radius: 0.167em;
border-bottom-left-radius: 0.167em;
border-bottom-right-radius: 0.167em;
}
.block-content .no-margin > .no-margin:last-child 
{
margin-bottom: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.block-content .no-margin.last-child,.block-content .message.no-margin.last-child 
{
margin-bottom: -1.667em;
}
.block-content .no-margin > .no-margin.last-child 
{
margin-bottom: 0;
}
.block-content hr.no-margin 
{
margin-bottom: 1.667em;
}
.block-content.no-padding 
{
padding: 0;
}
.block-content.no-padding .no-margin 
{
margin-left: 0;
margin-right: 0;
}
.block-content p.no-margin + .no-margin,.block-content ul.no-margin + .no-margin,.block-content ol.no-margin + .no-margin,.block-content dl.no-margin + .no-margin 
{
margin-top: -1.667em;
}
.block-content.no-padding .no-margin:last-child 
{
margin-bottom: 0;
}
.block-content.no-padding .no-margin.last-child {
    margin-bottom: 0;
}


/*tables style*/

.block-content>div h2,.block-content>div h3{

    color: #337ab7;
    font-size: 1.25em;
    line-height: 1.267em;
    margin:0px;
    border:0px;
}
.block-content .small-box .inner>h3{
    color:#fff;
}
.block-content .table tr:nth-child(even){
    background-color:#f9f9f9;
}

.block-content>form+div{
    padding-top:20px;
    border-top:1px solid #e5e5e5;
    margin-top:20px;
}
.block-content .table-responsive{
    margin-top:20px;
}
.block-content .table .EditCol{
    min-width:50px;
}
.block-content .table thead th,.block-content .table tbody tr:first-of-type th{
    background-color:#337ab7 !important;
    color:#fff;
}

.block-content .table th, .block-content .table tbody td, .block-content .table tfoot th, .block-content .table tfoot td {
    vertical-align: top;
    text-align: left;
    padding: 0.75em;
    border-left: 1px dotted #204d74;
    border-bottom: 1px solid #337ab7;

}
.block-content .table th:first-child, .block-content .table tbody td:first-child, .block-content .table tfoot th:first-child, .block-content .table tfoot td:first-child{
    border-left:0px;
}

/*create form style*/

div.message, p.message {
    padding: 0.583em 0.833em 0.75em 2.5em;
    background-repeat: no-repeat;
    background-position: 0.667em 0.583em;
}
.message {
    line-height: 1.25em;
    margin-bottom: 2.5em;
    border: 1px solid #999999;
    background: #F0F0F0;
    -moz-border-radius: 0.333em;
    -webkit-border-radius: 0.333em;
    -webkit-background-clip: padding-box;
    border-radius: 0.333em;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 89;
}
    .message li, div.message, p.message {
        color: #576a73;
    }
.block-content .message {
    -moz-box-shadow: none;
   -webkit-box-shadow: none; 
     box-shadow: none; 
}
.message.warning {
    background-color: #ffffcc;
    border-color: #c3c39e;
}
.block-content .message.no-margin {
    margin: 0 -1.667em 1.667em -1.667em;
}
.message.warning li, div.message.warning, p.message.warning {
    background-image: url('images/icons/balloon.png');
    color: #56563e;
}
#FInitial,#FSequence,#FCountry,#FType,#LawyerCode,#YearSeq,#CountryCode,#TypeCode,#FirmTxt,.block-content table .sml-input{
    display:inline-block;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:3px;
    margin-right:3px;
}
#FirmTxt{
    width:40px !important;
}
#FInitial{
    width:86px !important;
}
#FSequence,#FCountry,#FType,#LawyerCode,#YearSeq,#CountryCode,#TypeCode,.block-content table .sml-input {
    width: 106px !important;
}

#AddInitial{
    padding-right:20px;
    margin-bottom:10px;
}
/*.block-content .ui-icon {
    width: 97px;
    height: 16px;
    background-image: url('redmond/images/ui-icons_469bdd_256x240.png');
    
}*/
td>div.editor-field[style*="white-space:nowrap"]{
    white-space:initial !important;
}
td[colspan="4"][style*="height:45px"]{
    height:inherit !important;
}
#AppStatus+#StatusTxt{
    margin-top:10px;
}
td[colspan="4"] .block-border{
    padding: initial;
    border: initial;
    border-color: initial;
    background: initial;
    background: initial;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    -webkit-background-clip: initial;
    border-radius: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border:1px solid #e5e5e5;
    padding:20px;
}
td[colspan="4"] .block-content {
    border: initial;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    -webkit-background-clip: initial;
    border-radius:initial;
    padding: initial;
    background: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow:initial;
    box-shadow: initial;
    position: initial;
}
tbody{
    width:100%;
}
input[type=file]{
    margin-top:10px;
    height:initial;
    padding:0px !important;
    border:0px !important;
} 

.block-content td:nth-of-type(2) table td label,.font-normal{
    font-weight:normal;
}
small button#AddInitial:after {
    content: "+";
}
td[colspan="4"] .block-content input[type=button]:nth-child(2){
    display:block;
}
td[valign="top"]~td:nth-child(3){
    font-weight:bold;
}
td[valign="top"]+td div.editor-label table td{
    font-weight:normal;
}



/*under construction page*/


i.underconstruction{
    font-size:300px;
    color:goldenrod;
    
}

div.underconstruction{
    text-align:center;
}

/*arabic form*/

div[dir="rtl"] form table td table td{
    font-weight:normal;
}
.form #AddInitial:after{
    content:"";
}

/*table forms*/
.display-table{
    display:table;
}
.display-table thead{
    display: table-header-group;
}
.display-table tr{
    display: table-row;
}
.display-table th,.display-table td{
    display: table-cell;
    padding-left:10px;
    padding-bottom:10px;
}
.display-table tbody{
    display: table-row-group;
}
.display-table input[type=text]{
    width:114px !important;
}
div[dir="rtl"] input[type=checkbox],div[dir="rtl"] input[type=radio] {
    margin-right: 0px;
    margin-left: 5px;

}

@media screen and (max-width: 767px) {

    .table-responsive {
  
        border:0px;
    }
}

/*general classes*/

.bold-label{
    font-weight:bold !important;
}
.mt-20{
    margin-top:20px !important;
}

/*small search window*/
.small-search-window input[type=text]{

}


/*to make some pages work*/
.parent-navigation{
    display:none;
}


/*h1 with menu copied from mini.css*/
.with-menu,.menu-opener 
{
padding-right: 1.75em;
position: relative;
z-index: 98;
}
.ie .block-content .with-menu,.ie .block-content .menu-opener 
{
padding-right: 1.75em;
}
.with-menu:hover,.menu-opener:hover 
{
z-index: 99;
}
.menu-opener > a 
{
position: relative;
z-index: 100;
color: inherit;
}
.menu-opener > a:hover 
{
color: #39c;
}
.menu-opener > a:hover ~ .menu > ul 
{
display: block;
}
.button.with-menu, .button.menu-opener,.form legend.with-menu, .form legend.menu-opener,.mini-menu.with-menu, .mini-menu.menu-opener 
{
padding-right: 2.25em;
}
.ie .block-content .button.with-menu,.ie .block-content .button.menu-opener,.ie .block-content .mini-menu.with-menu,.ie .block-content .mini-menu.menu-opener 
{
padding-right: 2.25em;
}
.menu,.menu-opener .menu-arrow 
{
position: absolute;
z-index: 99;
top: 0;
right: 0;
bottom: 0;
font-weight: normal;
line-height: 1.25em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.with-menu .menu,.menu-opener .menu-arrow 
{
width: 1.75em;
background: url(images/menu-border.png) no-repeat left center;
background-size: 2px 100%;
-moz-background-size: 2px 100%;
-webkit-background-size: 2px 100%;
}
.menu-opener .menu 
{
left: 0;

}
.with-menu .menu > img,.menu-opener .menu-arrow > img 
{
position: absolute;
left: 50%;
top: 50%;
margin: -8px 0 0 -7px;
}
.menu ul 
{
position: absolute;
z-index: 999910;
top: 100%;
left: 1px;
background: #cccccc url(images/menu-bg.png) repeat-y;
border: 1px solid white;
padding: 0.25em 0;
margin: 0;
width: 15em;
display: none;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-border-radius: 0 0.25em 0.25em 0.25em;
-webkit-border-radius: 0.25em;
-webkit-background-clip: padding-box;
-webkit-border-top-left-radius: 0;
border-radius: 0 0.25em 0.25em 0.25em;
}
.menu-opener .menu > ul 
{
left: -1px;
}
.menu ul.reverted 
{
-moz-border-radius: 0.25em 0 0.25em 0.25em;
-webkit-border-radius: 0.25em;
-webkit-background-clip: padding-box;
-webkit-border-top-right-radius: 0;
border-radius: 0.25em 0 0.25em 0.25em;
}
.menu > ul.reverted 
{
left: auto;
right: 1px;
}
.menu-opener .menu > ul.reverted 
{
right: -1px;
}
.menu:hover > ul,.menu :hover > ul 
{
display: block;
}
.menu ul li ul 
{
display: block;
top: 0.6em;
left: 94%;
width: 4px;
height: 6px;
border: none;
background: url(images/menu-arrow.png) no-repeat;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
border-radius: 0;
}
.menu ul li ul li 
{
display: none;
}
.menu ul li:hover > ul 
{
top: -0.167em;
left: 98%;
width: 15em;
height: auto;
border: 1px solid white;
background: #cccccc url(images/menu-bg.png) repeat-y;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.menu ul li:hover > ul.reverted 
{
left: auto;
right: 98%;
}
.menu ul li:hover > ul > li 
{
display: block;
}
.menu ul li 
{
position: relative;
z-index: 999911;
padding: 0.333em 0.833em 0.417em 35px;
margin: 0;
color: #999999;
-moz-text-shadow: 1px 1px 0 white;
-webkit-text-shadow: 1px 1px 0 white;
text-shadow: 1px 1px 0 white;
background-repeat: no-repeat;
background-position: 5px 3px;
}
.ie7 .menu > ul > li,.ie7 .menu ul li:hover > ul > li 
{
display: inline-block;
padding-left: 0;
padding-right: 0;
text-indent: 35px;
}
.menu ul li.sep 
{
height: 0;
font-size: 0;
line-height: 0;
padding: 0;
margin: 2px 0;
border-top: 1px solid #adadad;
border-bottom: 1px solid white;
}
.ie7 .menu ul li.sep 
{
z-index: 999910;
}
.menu ul li a 
{
display: block;
margin: -0.333em -0.833em -0.417em -9px;
padding: 0.333em 0.833em 0.417em 9px;
color: #1e343f;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
}
.ie7 .menu ul li a 
{
margin-right: 0;
margin-left: 26px;
text-indent: 0;
}
.menu ul li:hover 
{
z-index: 999912;
background-color: #c0c0c0;
}
.menu ul li.sep:hover 
{
z-index: 999911;
}
.menu ul li:hover > a 
{
background: #4d4d4d;
color: white;
}
nav > ul > li > ul > li.with-menu,nav > ul > li > ul > li.menu-opener 
{
padding-right: 2.3em;
}
nav > ul > li > ul > li.with-menu > a,nav > ul > li > ul > li.menu-opener > a 
{
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-right: 0.8em;
}
nav > ul > li > ul > li.with-menu .menu,nav > ul > li > ul > li.menu-opener .menu-arrow 
{
width: 1.75em;
font-size: 1.2em;
height: 1.834em;
 line-height: 1.833em;
text-transform: none;
top: 1px;
right: 1px;
-moz-border-radius-topright: 0.3em;
-moz-border-radius-bottomright: 0.3em;
-webkit-border-top-right-radius: 0.3em;
-webkit-border-bottom-right-radius: 0.3em;
border-top-right-radius: 0.3em;
border-bottom-right-radius: 0.3em;
}
nav > ul > li > ul > li.menu-opener .menu 
{
font-size: 1.2em;
line-height: 1.25em;
text-transform: none;
}
nav > ul > li > ul > li.with-menu.current .menu,nav > ul > li > ul > li.menu-opener.current .menu-arrow 
{
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
background: none !important;
height: 2.333em;
line-height: 2.333em;
border-left: 1px solid #ccc;
}
nav > ul > li > ul > li.with-menu.current .menu:hover,nav > ul > li > ul > li.menu-opener.current .menu-arrow:hover 
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
nav > ul > li > ul > li.with-menu .menu > img,nav > ul > li > ul > li.menu-opener .menu-arrow > img 
{
margin-top: -9px;
margin-left: -8px;
}
nav > ul > li > ul > li.with-menu .menu > ul 
{
line-height: 1.2em;
left: -1px;
}
nav > ul > li > ul > li .menu > ul,nav > ul > li > ul > li .menu ul li:hover > ul 
{
background-image: url(images/main-menu-bg.png);
background-color: #1c1e20;
border-color: #b3b3b3;
}
nav > ul > li > ul > li .menu ul li 
{
color: #666666;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
}
nav > ul > li > ul > li .menu ul li a 
{
color: white;
}
nav > ul > li > ul > li .menu ul li.sep 
{
border-top-color: black;
border-bottom-color: #666666;
}

.block-content h1.with-menu,.block-content .h1.with-menu,.block-content h1.menu-opener,.block-content .h1.menu-opener 
{padding-right: 1.667em;}
.block-content h1 .menu,.block-content .h1 .menu 
{
font-size: 0.667em;
-moz-border-radius: 0 0.278em 0.278em 0;
-webkit-border-top-right-radius: 0.278em;
-webkit-border-bottom-right-radius: 0.278em;
border-radius: 0 0.278em 0.278em 0;
}
.ie .block-content h1 .menu,.ie .block-content .h1 .menu 
{

}
.block-content h1 .menu:hover,.block-content .h1 .menu:hover 
{
color:blue;
}
.block-content h1.menu-opener .menu:hover,.block-content .h1.menu-opener .menu:hover 
{
background: none;
}
.block-content h1 .menu-arrow,.block-content .h1 .menu-arrow 
{
font-size: 0.667em;
}
.block-content h1 .menu > ul,.block-content h1 .menu ul li:hover > ul,.block-content .h1 .menu > ul,.block-content .h1 .menu ul li:hover > ul 
{
background-image: url(images/h1-menu-bg.png);
background-color: #006699;
border-color: #99ccff;
}
.block-content h1 .menu ul li,.block-content .h1 .menu ul li 
{
color: #3399cc;
-moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
-webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.block-content h1 .menu ul li a,.block-content .h1 .menu ul li a 
{
color: white;
}
.block-content h1 .menu ul li:hover,.block-content .h1 .menu ul li:hover 
{
background-color: #70b7db;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
}
.block-content h1 .menu ul li:hover > a,.block-content .h1 .menu ul li:hover > a 
{
background-color: #004a6f;
}
.block-content h1 .menu ul li.sep,.block-content .h1 .menu ul li.sep 
{
border-top-color: #004a6f;
border-bottom-color: #84c8e1;
}
.block-content h1 .menu ul li ul,.block-content .h1 .menu ul li ul 
{
background-image: url(images/menu-arrow-white.png);
}
.button.with-menu .menu:hover,.button.menu-opener:hover .menu-arrow 
{
background: url(images/menu-border.png) no-repeat left center,-moz-linear-gradient(top,#dff3fc,#98d2f3);
background: url(images/menu-border.png) no-repeat left center,-webkit-gradient(linear,left top, left bottom,from(#dff3fc),to(#98d2f3));
}


/*h1 with menu new style*/
.h1.with-menu{
    display:inline-block;
    border: 1px solid transparent;
    max-width:100%;

    

}
.h1.with-menu ul{
    list-style:none;
    
}

.h1.with-menu .menu:hover{
        background-color: #286090;
    border-color: #204d74;
}
.h1.with-menu h1{
    display:inline-block;
    border:0px;
    margin-bottom:0px;
}

.block-content .h1 .menu{
    font-size:15px;
    background-color: #337ab7;
    border-radius: 10px;
    width:40px;
    height:40px;
    margin-top: 20px;
    border-color: #2e6da4;
    border-radius: 10px;
}
.block-content .h1 .menu ul li:hover{
        background-color:#286090;

}
.block-content .h1 .menu ul li:hover > a{
     background-color:#286090;
     color:#fff;
}
.block-content .h1 .menu > ul,.block-content .h1 .menu ul li:hover > ul{
    background-color:white;
    border-color:#286090;
    box-shadow:none;
    border-radius:4px;
    
    
}
.block-content .h1 .menu ul li a {
    color:#286090;
}
@media(max-width:530px){
    .block-content .h1 .menu > ul{
        left:-182px;
    }
     .block-content h1{
        word-wrap: break-word;
    }
}


@media(max-width:990px){
    .block-content .h1 .menu > ul li:hover > ul{
        position:relative;
        left:0px;
        top:0px;
        width:inherit;
        background-color:transparent;
        border:0px;
        
    }
    .block-content .h1 .menu > ul li:hover{
        
        background-color:transparent;
    }
    .block-content .h1 .menu > ul li:hover a{
        margin-left:-35px;
        padding-left:35px;
    }
    .block-content .h1 .menu > ul li:hover > ul{
        border:0px;
    }
    .block-content .h1 .menu > ul li:hover > ul>li:hover a{
    margin-left: -70px;
    padding-left: 70px;
    margin-right: -25px;
    }
}

/*change password page*/
.chng-pswd .font-normal{
    color:#999;
}

/*search*/
.favorites.no-margin.with-notip{
    list-style:none;
    padding-left:0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.favorites.no-margin.with-notip>li{
    padding:30px 0px;
    border-top: 1px solid #e5e5e5;
    position:relative;
    white-space:nowrap;
}
.favorites.no-margin.with-notip>li:hover{
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.favorites.no-margin.with-notip>li:first-child{
    border-top:0px;
    margin-top:-10px;
}
.favorites.no-margin.with-notip>li>img,.favorites.no-margin.with-notip>li>table{
    display:inline-block;
    vertical-align:middle;
}
.favorites.no-margin.with-notip>li>img{
    margin-right:10px;
}
.favorites.no-margin.with-notip>li>table td{
    padding:0px 5px;
}
.favorites.no-margin.with-notip .mini-menu{
    position:absolute;
    list-style:none;
    padding-left:0px;
    top:-18px;
    right:2em;
}

.favorites.no-margin.with-notip li:hover .mini-menu{
    opacity:1 !important;
}
@media(max-width:555px){
    .favorites.no-margin.with-notip > li {
        white-space:normal;
    }
    .favorites.no-margin.with-notip>li>img{
        display:block;
        margin-bottom:10px;

    }
    .favorites.no-margin.with-notip>li>table td{
        display:block;
    }
}
@media print{
        .favorites.no-margin.with-notip>li>table td{
        display:table-cell;
    }
            .favorites.no-margin.with-notip>li>img{
        display:inline-block;
        margin-bottom:0px;

    }
}

/*modals*/
#modal 
{
background: url(images/old-browsers-bg/black50.png);
background: rgba(0, 0, 0, 0.5);
position: fixed;
z-index: 999980;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.modal-window 
{
position: absolute;
left: 0;
top: 0;
-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
}
.modal-content 
{
overflow: hidden;
box-shadow:none !important;
}
.modal-content input{
    margin-bottom:10px;
}
.no-title .modal-content 
{
margin-top: -1.667em;
padding-top: 1.667em;
}
.modal-content + .block-footer 
{
margin-top: 1.667em;
}
.modal-content.modal-scroll 
{
overflow: auto;
}
#modal > .block-border > .block-content 
{
z-index: 90;
}
#modal h1 
{
cursor: move;
-webkit-user-select:none;
-moz-user-select:none;
}
.modal-iframe-wrapper 
{
margin: -2.833em -1.667em -1.667em;
}
.no-title .modal-iframe-wrapper 
{
margin-top: -1.667em;
}
.modal-iframe-wrapper + .block-footer 
{
margin-top: 1.667em;
}
iframe.modal-content 
{
overflow: auto;
padding: 0;
margin: 0;
}
.no-title iframe.modal-content 
{
margin-top: 0;
padding-top: 0;
}
.modal-loading 
{
background: url(images/arbo-loader.gif) no-repeat center 3em;
height: 4em;
padding-top: 4.5em;
color: #999999;
text-align: center;
}
#modal .block-border > .action-tabs.right 
{
padding-top: 1em;
}
#modal .block-content > .action-tabs.right 
{
padding-top: 0;
margin-top: -2em;
}
.modal-resize-tl,.modal-resize-t,.modal-resize-tr,.modal-resize-r,.modal-resize-br,.modal-resize-b,.modal-resize-bl,.modal-resize-l 
{

position: absolute;
z-index: 89;
}
.modal-resize-tl 
{
top: 0;
left: 0;
width: 2em;
height: 1em;
cursor: nw-resize;
}
.modal-resize-t 
{
top: 0;
left: 2em;
right: 2em;
height: 1em;
cursor: n-resize;
}
.modal-resize-tr 
{
top: 0;
right: 0;
width: 2em;
height: 1em;
cursor: ne-resize;
}
.modal-resize-r 
{
top: 1em;
right: 0;
width: 1em;
bottom: 1em;
cursor: e-resize;
}
.modal-resize-br 
{
bottom: 0;
right: 0;
width: 2em;
height: 1em;
cursor: se-resize;
}
.modal-resize-b 
{
bottom: 0;
left: 2em;
right: 2em;
height: 1em;
cursor: s-resize;
}
.modal-resize-bl 
{
bottom: 0;
left: 0;
width: 2em;
height: 1em;
cursor: sw-resize;
}
.modal-resize-l 
{
top: 1em;
left: 0;
width: 1em;
bottom: 1em;
cursor: w-resize;
}
#modal .block-footer button{
        position: absolute;
    right: 1.667em;
    top: 1.667em;
}
#modal,.modal-window,.modal-content{
    max-width:100% !important;
}

/*general fixes*/
.sidebar-cmnt {
     padding-bottom: 0px; 
}
@media(max-width:425px) {
    .small-box-container .col-lg-2.col-sm-4.col-xs-6{
        width:100%;
        padding:0px 15px;
    }
}
.block-content input,.block-content select,.block-content textarea,.block-content button{
    margin-bottom:10px !important;
    margin-top:10px !important;
}
.block-content textarea{
    height:inherit;
}
input[type=file]{
    box-shadow:none !important;
}
#Opposition_id+table tr:last-child td,#OppositinDiv table:first-of-type tr:nth-of-type(3) td{
    display:inline-block;
}
#Opposition_id+table tr:last-child td .editor-label,#OppositinDiv table:first-of-type tr:nth-of-type(3) td .editor-label{
    margin-bottom:10px;
    margin-top:10px;
    margin-right:5px;
}
#OppositinDiv table:last-of-type th{
    display:block;
    width:100%;
    margin-bottom:85px;
}
#OppositinDiv table:last-of-type{
    position:relative;
}
#OppositinDiv table:last-of-type tbody{
    position:absolute;
    top:35px;
}
#OppositinDiv table:last-of-type tbody td{
    margin-bottom:63px;
}
/*Mail*/
.mail-content{
    background-color:transparent;
    border:0px;
}
.mail-content .mail-menu{
    list-style:none;
    padding-right:0px;
}
.mail-content .mail-menu li{
    display:inline-block;
}
.mail-content span.cell-wrapper {
    font-size: 18px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.mail-content div#gbox_MailFolders {
    border: 0px;
    width:100% !important;
    background-color:transparent;
}
.mail-content div#gview_MailFolders,.mail-content .ui-jqgrid-bdiv,.mail-content table#MailFolders {
    width: 100% !important;
    background-color:transparent;
}
.mail-content .col-md-3 .ui-jqgrid tr.jqgrow{
    background:none;
    background-color:#fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    
}
.mail-content .ui-jqgrid tr.jqgrow:hover,.mail-content .ui-jqgrid tr.jqgrow:focus{
    background-color:#f7f7f7;
    cursor:pointer;
}




.mail-content .account-folder{
    margin-top:20px;
    display:inline-block;
    border:0px;
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.mail-content .account-folder:nth-child(2){
    margin-top:0px;
}
.mail-content td.col-md-9 {
    vertical-align: top;
}
.mail-content .ui-icon.ui-icon-triangle-1-s.tree-minus.treeclick,.mail-content .ui-icon.treeclick.ui-icon-triangle-1-e.tree-plus {
    top: 5px;
}
.mail-content .ui-jqgrid tr.jqgrow[id*="-6"]{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.mail-content .col-md-3 .ui-widget-content{
    background:transparent;
}
.mail-content .col-md-3{
    vertical-align:top;
}
.mail-content .col-md-3 tr:last-child {
    margin-bottom: 1px;
}
.mail-content .ui-state-highlight,.mail-content .ui-widget-content .ui-state-highlight{
   color: #fff;
    background-color: #337ab7 !important;
}
    .mail-content .ui-state-highlight .ui-icon.tree-leaf, .mail-content .ui-widget-content .ui-state-highlight .ui-icon.tree-leaf,.mail-content .col-md-9 .ui-state-highlight .ui-icon,.mail-content .ui-widget-content .col-md-9 .ui-state-highlight .ui-icon {
        /*background-color:#fff;
        border-radius: 3px;
    width: 15px;*/
        background-image: url('jquery-ui-1.10.3/css/ui-lightness/images/ui-icons_ffffff_256x240.png');
    }
.mail-content .account-folder:hover,.mail-content .account-folder:focus,.mail-content .account-folder.ui-state-highlight{
    background-color:#fff !important;
    color: #222222 !important;
    cursor:default !important;
}
.mail-content div#gbox_Mails,.mail-content div#gview_Mails,.mail-content .ui-state-default.ui-jqgrid-hdiv,.mail-content .ui-jqgrid-hbox,.mail-content table.ui-jqgrid-htable,.mail-content table#Mails,.mail-content div#MailsPager{
    width:100% !important;
    display:inline-block;
}
/*[style="width: 200px;"] {
    border: 1px solid red;
}*/
.mail-content .col-md-9 .ui-jqgrid tr.jqgrow td{
    white-space:normal;
}
.mail-content .col-md-9 .ui-jqgrid tr.jqgrow td{
    padding:10px;
}
.mail-content .col-md-9 .ui-jqgrid .ui-jqgrid-htable th{
    padding:10px;
}
.mail-content .col-md-9 .ui-jqgrid .ui-pg-table td td{
    padding:10px;
}
.mail-content .col-md-9 .ui-jqgrid .ui-jqgrid-pager{
    height:auto;
}
.mail-content .ui-state-default,.mail-content  .ui-widget-content .ui-state-default,.mail-content  .ui-widget-header .ui-state-default{
    border:0px;
    background:transparent;
}
.mail-content div#gbox_Mails{
    background-color:#fff;
    border:0px;
}
.mail-content .col-md-9 .ui-jqgrid-bdiv{
    height:auto !important;
    min-height:200px !important;
}
.mail-content .ui-state-default.ui-jqgrid-hdiv{
    background-color:#ededed;
}
/*.mail-content .col-md-9{
    background-color:#fff;
}*/
.mail-content div#Mails_toppager{
    height:auto !important;
}
/*.mail-content .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}*/
.mail-content .table-striped>tbody>tr:nth-of-type(odd){
    background:transparent;
    background-color: #f9f9f9;
    /*border-top:3px solid #f4f4f4;*/
}
.mail-content .table-striped>tbody>tr:nth-of-type(even){
    background:transparent;
    background-color: #fff;
    /*border-top:3px solid #f4f4f4;*/
}
.mail-content .col-md-9 thead{
    display:table;
    width:100%;
}

/*checkbox button*/
.block-content .checkbox-btn input{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}
.block-content .checkbox-btn label{
    display: inline-block;
    padding: 6px 12px;
    margin:0px;
    /*font-size: 14px;*/
    font-weight: 400;
    /*line-height: 1.42857143;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height:30px;
    color: #777;
    background-color: #d2d6de;
    border-color: #c2c2c2;

    width:initial;
}
.block-content .checkbox-btn label:hover{
    background-color: #ecf0f5;
}
.block-content .checkbox-btn label.active ,.block-content .checkbox-btn label.ui-state-active{
    

    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.block-content .checkbox-btn .ui-button-text{
    padding:0px;
}
.block-content .checkbox-btn label.active:hover,,.block-content .checkbox-btn label.ui-state-active:hover{
    

    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*checkbox-btn script "in site.master"*/


/*cases/edit*/
.block-content #oldFileNum{
    width:114px !important;
    display:inline-block;
    margin-right:5px;
}
.block-content #oldFileseq{
    width:54px !important;
    display:inline-block;
    margin-left:5px;
}
.block-content #PoaNumber,.block-content #PoaDate,.block-content #IssuancePlace{
    width:174px !important;
    display:inline-block
}
#IsAffiliateRadio{
    display:block !important;
    margin-top:10px;
}
#AddClient,#CloseClient,#AddOpponent,#CloseOpponent{
    width:initial !important;
}
.edited-accordion h3[id*="ui-id-"]{
       margin-top: 5px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.edited-accordion h3[id*="ui-id-"]:focus{
    outline-color: transparent;
}
.edited-accordion div[id*="ui-id-"]{
    border: 1px solid #ddd;
}
.edited-accordion>div{
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.ui-widget-overlay {
    background: #000;
    opacity: .30;
    position: fixed;
    height: 100%;
    z-index: 1030;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    z-index: 2;
}
.ui-widget-header{
    background:#337ab7;
}
.ui-dialog .ui-dialog-titlebar-close{
    border-color:transparent !important;
    line-height:11px;
    
}
.ui-dialog input[type=text],.ui-dialog textarea{
    min-height:30px;
    padding:3px;
    width:100%;
}


.ui-dialog-content{
    height:auto !important;
}
.ui-dialog input[type=submit]{
    margin-top:10px;
}
.ui-dialog-titlebar-close:before{
    content:"\f00d";
    color:#fff;
    font-family: FontAwesome;
    line-height:11px;
    

}
.ui-accordion-content>table>tbody>tr>td{
    padding:20px 0px;
}
.ui-accordion-content>table>tbody>tr>td>table{
    border-collapse:initial;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-align:center;
}
.ui-accordion-content>table>tbody>tr>td>table th{
    text-align:center;
}
.fa-pencil,.fa-trash{
    font-family:FontAwesome !important;
    margin:5px;
    width:initial !important;
}
.ui-accordion-content>table>tbody>tr>td>table button{
    width:initial;
}




/*table-in-table*/
.block-content .table-in-table{
    margin-top:10px !important;
    padding:20px;
    border: 1px solid #cccccc !important;
    border-radius:10px;
}
.tablized,.tablized tbody,.tablized thead,.tablized td,.tablized tr,.tablized th{
   display:inline-block;
   max-width:100%;

}
.tablized td{
    margin:10px;
}
.tablized{
    margin-left:-10px;
    margin-right:-10px;
}
/*close case*/
#CloseRowLable,#CloseRow{
    background:transparent !important;
    background-color:transparent !important;
    color:red;
}
#CloseRow input,#CloseRow textarea{
    border-color:red;

}
/*legal templates*/
.files{
    list-style:none;
    padding-left:0px;
}
.files li{
    display:inline-block;
    vertical-align:top;
    width:66px;
    margin:20px;
    position:relative;
    z-index:1;
}
.files li:hover:after{
    background-color:rgba(0,0,0,0.07);
    border-radius:10px;
    content:"";
    position:absolute;
    width:calc(100% + 40px);
    height:calc(100% + 40px);
    left:-20px;
    top:-20px;
    z-index:-1;
}

.files li img{
    display:block;
}
/*legal maindata*/
.ui-dialog{
    z-index:1031 !important;
    max-width:100%;
}
/*tabs*/
.block-content .nav-tabs>li.active>a,.block-content .nav-tabs>li.active>a:focus,.block-content .nav-tabs>li.active>a:hover{
    color:#337ab7;
}
.block-content .nav-tabs > li > a {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
/*timesheets*/
.timesheet-action-img+a{
    vertical-align:middle;
}

.editor-label,.display-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*agenda*/
.fc-center{
    margin-bottom:10px;
    margin-top:10px;
}
.fc-state-default{
    box-shadow:initial !important;
    text-shadow:initial !important;
}
.fc-prev-button{
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.fc-next-button{
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
button.fc-month-button{
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
button.fc-agendaWeek-button{
    border-radius:0px !important;
}
button.fc-agendaDay-button{
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
button.fc-state-active{
        color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*error message*/
#negative{
    border-radius: 0.333em;
    margin-bottom:20px;
}
#negative table{
    height:100%;
}
/*tables in form*/
.table{
    display:table;
    width:100% !important;

}
.table thead{
    display:table-header-group;
}
.block-content .table td,.block-content .table th{
    display:table-cell;
    width:inherit !important;
    min-width:70px !important;
    white-space:normal !important;
}
@media screen and (max-width: 767px){
    .table td,.table th{
        white-space:normal !important;
    }
}

.table tr{
    display:table-row;
}
.table tbody{
    display: table-row-group;
}
.block-content .table td:first-of-type,.block-content .table th:first-of-type{
     display: table-cell;
  margin-bottom: 0px;
  font-weight: normal;
  border-left:1px dotted #204d74 !important;
}
.block-content .table th:first-of-type{
    font-weight:bold;
}
/*trademarks*/
div.editor-label{
    width:100%;
}
/*btn default*/
.block-content .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.block-content .btn-default:focus,
.block-content .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.block-content .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.block-content .btn-default:active,
.block-content .btn-default.active,
.block-content .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.block-content .btn-default:active:hover,
.block-content .btn-default.active:hover,
.block-content .open > .dropdown-toggle.btn-default:hover,
.block-content .btn-default:active:focus,
.block-content .btn-default.active:focus,
.block-content .open > .dropdown-toggle.btn-default:focus,
.block-content .btn-default:active.focus,
.block-content .btn-default.active.focus,
.block-content .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.block-content .btn-default:active,
.block-content .btn-default.active,
.block-content .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.block-content .btn-default.disabled,
.block-content .btn-default[disabled],
.block-content fieldset[disabled] .btn-default,
.block-content .btn-default.disabled:hover,
.block-content .btn-default[disabled]:hover,
.block-content fieldset[disabled] .btn-default:hover,
.block-content .btn-default.disabled:focus,
.block-content .btn-default[disabled]:focus,
.block-content fieldset[disabled] .btn-default:focus,
.block-content .btn-default.disabled.focus,
.block-content .btn-default[disabled].focus,
.block-content fieldset[disabled] .btn-default.focus,
.block-content .btn-default.disabled:active,
.block-content .btn-default[disabled]:active,
.block-content fieldset[disabled] .btn-default:active,
.block-content .btn-default.disabled.active,
.block-content .btn-default[disabled].active,
.block-content fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.block-content .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.expenses th{
    text-align: center !important;
    white-space: nowrap !important;
}
.font-normal label{
    font-weight:normal;
}
/*invoces*/
#ORDERLINES td,#ORDERLINES th{
    background:transparent;
    border:0px !important;
    background-color:#fff;
    vertical-align:middle;
}
#ORDERLINES input,#ORDERLINES select{
    width: 70px !important;
    display: inline-block;
    padding: 5px;

}
#ORDERLINES .Description{
    width:400px !important;
}
#ORDERLINES #DiscountType{
    width:120px !important;
}
.block-content #ORDERLINES td:first-of-type, .block-content #ORDERLINES th:first-of-type{
    border-left:0px !important;
}
.block-content table.input-w250 input{
    width:250px !important;
}
#CanceledRow tr{
    border-radius:10px;
    padding:10px;
    background-color:#cc0000 !important;
}
#CanceledRow td{
    margin-bottom:0px;
}
.table-2,.table-2 table,.table-2 table>tbody,.table-2 table>tbody>tr/*,.table-2 tbody,.table-2 tr*/{
    width:100% !important;
}
.table-2 table{
    height:initial !important; 
}
.table-2>tbody>tr>td{
    padding:0px !important;
}
/*contacts*/
.tablized td:first-of-type{
    display:inline-block;
}
/*general*/
.block-content{
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*NewMail*/
.NewMail-content .fa-trash{
    margin:0px;
}
.NewMail-content h3.box-title {
    max-width: 75%;
    word-wrap: break-word;
}
.NewMail-content .box.box-solid .box-header{
    padding:5px 10px;
    font-size:16px;
}
.NewMail-content .box.box-solid .box-header h3{
    font-size:16px;
    margin:0px;
}
.NewMail-content .nav>li>a{
    padding:5px 15px;
    font-size:12px;
}
/*new mail new edits*/
.sorting{
    /*color:#333;*/
    font-size: 14px;
    margin-left: 5px;
}
/*.NewMail-content .table-responsive.mailbox-messages tbody {
    height: 330px;
    overflow-y: scroll;
    position: absolute;
}*/
.NewMail-content .table-responsive.mailbox-messages{
    min-height:330px;
    overflow-y: auto;
    

}
.NewMail-content .table-responsive.mailbox-messages table{
    /*table-layout:fixed;
    width:100%;*/
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.unread {
    font-weight: bold;
}

.mailrow {
    cursor: pointer;
}

.mail-header-row .checkbox-toggle {
    border: 0px;
    background: transparent;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #b3b3b3 !important;
}

    .mail-header-row .checkbox-toggle:active:hover {
        border: 0px;
        background: transparent;
        color: #808080 !important;
    }

.mail-header-row {
    color: #b3b3b3 !important;
    font-size: 16px;
    /*height:42px;*/
}
/*.mailcell1,.mailcell2,.mailcell3,.mailcell6{
    width:7% !important;
    text-align: center;
}*/
/*.mailcell2{
    width:28px !important;
}
.mailcell3{
    width:30px!important;
}*/
/*.mailcell4{
    width:28%!important;
}
.mailcell5{
    width:27%!important;
}*/
/*.mailcell6{
    width:27px!important;
}*/
/*.mailcell7{
    width:17%!important;
}*/
/*mail scrollbar*/
/*.NewMail-content .table-responsive.mailbox-messages tbody{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
@-moz-document url-prefix(http://),url-prefix(https://) {
.NewMail-content .table-responsive.mailbox-messages tbody scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
.NewMail-content .table-responsive.mailbox-messages tbody thumb,.NewMail-content .table-responsive.mailbox-messages tbody scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

.NewMail-content .table-responsive.mailbox-messages tbody thumb:hover,.NewMail-content .table-responsive.mailbox-messages tbody scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

.NewMail-content .table-responsive.mailbox-messages tbody scrollbarbutton {
   display: none !important;
}

.NewMail-content .table-responsive.mailbox-messages tbody scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}

.NewMail-content .table-responsive.mailbox-messages tbody::-webkit-scrollbar {
    background: transparent;
}
.NewMail-content .table-responsive.mailbox-messages tbody::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid whiteSmoke 4px;
}
.NewMail-content .table-responsive.mailbox-messages tbody::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}*/

/*change logo background*/
.skin-blue .main-header .logo {
    background-color: #ffffff !important;
    color:#3c8dbc !important;
}
.skin-blue .main-header .logo:hover {
    background-color: #ffffff !important;
    color:#3c8dbc !important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color:#3c8dbc !important;
    background-color: transparent !important;

}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color:#3c8dbc !important;
    background-color: transparent !important;
}
.login-page.skin-blue .main-header .logo{
    border-bottom: 1px solid #3c8dbc !important;
}
.login-page.skin-blue .main-header .logo:hover{
    border-bottom: 1px solid #3c8dbc !important;
}
@media(max-width:767px){
    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        color: #fff !important;
    }
    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff !important;
    }
}
/*users change mail adminstration*/
#MailForm #mail{
    width:280px;
}
#MailForm input,#MailForm select{
    min-height:30px;
}
#MailForm input[type=checkbox]{
    min-height:initial;
}
#MailForm span#cke_1_top,#MailForm span#cke_1_bottom {
    background: transparent;
}
#MailForm span.cke_toolgroup,#MailForm a.cke_combo_button {
    background: #ffffff;
}
[aria-describedby="MailDialog"] span.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    display: none;
}

[aria-describedby="MailDialog"] .ui-dialog-titlebar-close:before {
    color: #6da8d5;
    line-height: 14px;
}
[aria-describedby="MailDialog"] .ui-dialog-titlebar-close:hover,[aria-describedby="MailDialog"] .ui-dialog-titlebar-close:focus {
    padding: 1px;
}
@media(max-width:492px) {
    #MailForm #mail {
        margin-bottom:10px;
    }
}
/*fix timepicker*/
td.ui-timepicker-minutes,td.ui-timepicker-hours {
    padding: 5px !important;
}
/*new headers*/
.h1wthmenu h1{
    font-size:18px;
    font-weight:bold;
    margin:0px;
}
.block-content .h1wthmenu .menu{
    margin-top:0px !important;
    width: 1.75em !important;
    height:initial !important;
    border-radius: 0 0.278em 0.278em 0 !important;
    background-color:transparent;
}
.block-content .h1wthmenu .menu:hover {
    background-color: rgba(0,0,0,0.1);

}
.h1wthmenu,.h1title{
    background:#8bbdda;
    color:#fff !important;
    border-radius:5px;
    padding:5px;
    height:initial !important;
    font-size:18px !important;

    
}
.h1title{
    font-weight:bold;
    padding:5px !important;
    display:inline-block;
    margin:0px;
}
td[colspan="4"] .block-border,.table-in-table {
    border: 1px solid #ccc;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

/*multi columns theory -_-*/
@media(min-width:991px),print{
    .col2.flexEnabled{
        display:flex!important;
    }
    .col2 {
        display:flex;
        flex-wrap:wrap;
        justify-content: flex-start;
        max-width:1060px;
    }
    .col2>td{
        width:500px;
        display:inline-block;
        max-width:calc(50% - 15px);
    }
    .col2>td:first-of-type{
        order:1;
        margin-right:30px;
    }
    .col2>td:nth-of-type(2){
        order:3;
        margin-right:30px;
    }
    .col2>td:nth-of-type(3){
        order:2;

    }

    .col2>td:nth-of-type(4){
        order:4;
    }
    .col2>td:nth-of-type(5){
        display:none;
    }
    .wthbtn input[type=button],.wthbtn button{
        width:100px;
    }
    .wthbtn select,.wthbtn input[type=text],.wthbtn textarea,.wthbtn input[type=file]{
        width:395px !important;
        display:inline-block;
    }
    .col2 .wthbtn select,.col2 .wthbtn input[type=text],.inlinerow .wthbtn select,.inlinerow .wthbtn input[type=text],.col2 .wthbtn textarea,.col2 .wthbtn input[type=file]{
        max-width:calc(100% - 155px)!important;
    }
        .wthbtnlg input[type=button],.wthbtnlg button{
        width:150px;
    }
    .wthbtnlg select,.wthbtnlg input[type=text],.wthbtnlg textarea,.wthbtnlg input[type=file]{
        width:345px !important;
        display:inline-block;
    }
    .col2 .wthbtnlg select,.col2 .wthbtnlg input[type=text],.inlinerow .wthbtnlg select,.inlinerow .wthbtnlg input[type=text],.col2 .wthbtnlg textarea,.col2 .wthbtnlg input[type=file]{
        max-width:calc(100% - 155px)!important;
    }
    .col2.reorder1>td:nth-of-type(4){
        order:2;
    }
    .col2.reorder1>td:nth-of-type(3){
        order:4;
    }
    .col2.reorder2>td:first-of-type{
        order:2;
        margin-right: 0px;
    }
    .col2.reorder2>td:nth-of-type(2){
        order:1;
        margin-right: 30px;
    }
    .col2.reorder3>td:first-of-type{
        order:1;
        margin-right: 30px;
    }
    .col2.reorder3 > td:nth-of-type(2) {
        order: 2;
        margin-right: 0px;
    }

    .wth2btn select{
        width:290px !important;
        display:inline-block;
    }
    .col2 .wth2btn select{
        max-width:calc(100% - 210px)!important;
    }
    .wth2btn input[type=button],.wth2btn button{
        width:100px;
    }
    .col2.fillertd:after{
        content:"";
        order:2;
        width:100%;
    }
    .block-content #PoaNumber, .block-content #PoaDate, .block-content #IssuancePlace{
        width: 32% !important;
    }
    #IsAffiliateRadio{
        margin-top:0px;
    }
    .input2 input:first-of-type{
        width:calc(100% - 100px) !important;
        display:inline-block;
        margin-right:5px;
    }
    .input2 input:nth-of-type(2){
        width:50px !important;
        margin-left:5px;
        display:inline-block;
    }
    .inlinecol,.inlinecoltd{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    .legalheader {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
    .legalheader td{
        display:inline-block !important;
        margin:0px 5px !important;
        width:initial !important;
        height:fit-content;
    }
    .block-content .legalheader>td>input{
        width:150px !important;
    }
    .inlinecol div, .inlinecoltd td{
        max-width:160px !important;
        margin-right:20px;
    }
    .w350,tr>td.w350{
        max-width: 345px !important;

    }
    .block-content .mt5{
        margin-top:5px !important;

    }
    .flex500{
        width:520px !important;
        justify-content:space-between;
    }
    .td100even td:nth-child(even){
        width:100px;
    }
    .inlinerow.MoreEnabled{
        display:inline-block !important;
    }
    .block.MoreEnabled{
        display:block !important;
    }
    .block-content .multiline>*{
        margin-bottom:5px !important;
        /*display:inline-block;*/
    }
    .fromto {
        display: flex;
        justify-content: space-between;
        max-width: 500px;
        align-items: center;
    }
    .fromto *:first-child{
        margin-right:10px;
    }
    .col2min>*{
        margin-right:0px !important;
        max-width: calc(50% - 5px) !important;
    }
    .col2min>*:first-child{
        margin-right:10px !important;
    }
    .fromto input {
        display: inline-block;
        margin-left:10px;
        min-width:50px;
    }
    .fromto.nolabel>*{
        margin-right:0px;
        margin-left:0px;
    }
    .fromto.nolabel>*:first-child{
        margin-right:10px;
        margin-left:0px;
    }
    .inlinerow{
    width: calc(50% - 32px);
    display: inline-block;
    margin-right: 30px;
    }
    .block-content table .pureflex{
        display:flex;
        align-items:center;
        flex-wrap:wrap;
    }
        .block-content table .pureflex * {
            white-space: nowrap;
            width: initial !important;
            margin-left: 5px;
            margin-right: 5px;
        }
    .block-content input, .block-content select, .block-content textarea, .block-content button {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    

    /*no scroll forms redesign -_-*/




    table form tr td input, form table tr td input, .form tr td input, table form tr td select, form table tr td select, .form tr td select, .block-content textarea, .block-content input[type=text], .block-content select, .block-content input[type=password],.block-content,.block-content button, .block-content .big-button, .block-content input[type="submit"], .block-content input[type="button"]{
        font-size:12px !important;
    }
    .minspace1 .block-content .h1{
        margin:0px !important;
    }
    .minspace1 legend{
        margin-bottom:5px;
    }
    .minspace1 table form tr,.minspace1 form table tr,.minspace1 .form tr {
        margin-bottom: 5px;
    }
    .minspace1 table form tr .editor-label,.minspace1 table form tr td:first-of-type,.minspace1 form table tr .editor-label,.minspace1 form table tr td:first-of-type{
        margin-bottom:0px;
    }
    .minspace1 #SearchOptionsDiv{
        padding:0px;
        margin-bottom:5px;
    }
    .minspace1 .ui-accordion table{
        margin-top:5px;
    }

    .block-content button, .block-content .big-button, .block-content input[type="submit"], .block-content input[type="button"], .ui-dialog input[type="submit"], .ui-dialog button{
        line-height: 12px;
    }
    .h1wthmenu{
        margin:0px;
    }
        .newspaper-a {
        font-size:12px;
    }
}



    .message.warning li, div.message.warning, p.message.warning{
        margin-top:5px;
        margin-bottom:5px;
    }
        .minspace1 .ui-accordion table td,.minspace1 .ui-accordion table th{
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        white-space: nowrap;
    }
        .nowrap{
            white-space:nowrap;
        }

.myhead {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}



/*titles for all*/
.mb5{
    margin-bottom:5px !important;

}
.h1title[dir="rtl"] {
    float:right;
    /*margin-left: 100%;
    transform: translateX(-100%);
    white-space: nowrap;*/
}
div[dir="rtl"]{
    clear:both;
}
/*minspace2*/
.minspace2 .editor-label{
    margin-bottom:0px;
}
.minspace2 td{
    padding:3px;
}
/*making templates list view*/
.templates-page .thumb{
    width:40px;
    height:40px;
}
.files li{
    width:23%;
    margin:0px;
    margin-bottom:15px;
    margin-right:15px;
}
.files li img {
    display: inline-block; 
}
.files li:hover:after {

    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;

}
.files{
    margin-top:20px;
}
/*new mail ui fixes 16/1/2018*/
.mailcell7{
    min-width:160px;
}
.mailcell4 {
    width: 150px;
    min-width: 150px;
    word-break: break-all;
}



