
/* validation */
.default_form_invalid{
	border: 2px solid red  !important;
}

.logoutbutton {
    -webkit-box-shadow: 0 0 12px -1px rgb(152 162 179 / 20%), 0 0 4px -1px rgb(152 162 179 / 20%), 0 0 2px 0 rgb(152 162 179 / 20%);
    box-shadow: 0 0 12px -1px rgb(152 162 179 / 20%), 0 0 4px -1px rgb(152 162 179 / 20%), 0 0 2px 0 rgb(152 162 179 / 20%);
    position: fixed;
    bottom: 0;
	background:#336699;
    -webkit-transition: width 90ms;
    transition: width 90ms;
    z-index: 1001;
	padding:25px;
}

a.logoutlink{
	color: #fff;
	text-align:center;
	height:bolder;
	font-size:14px;
}
.default_form_valid{
	border: 2px solid green !important;
}

.recapchamsg {
    width: 100%;
    color: red;
    text-align:left;
    padding:10px;
}
  
/* Style the dropdown container */
    .ctm-dropdown {
      position: relative;
      display: inline-block;
      margin-right: 20px;
    }
    
    /* Style the dropdown button */
    .ctm-dropdown-btn {
      background-color: #3498db;
      color: white;
      padding: 10px 40px 10px 20px; /* Adjust padding to accommodate the arrow */
      border: none;
      cursor: pointer;
      position: relative;
    }

    /* Style the down arrow */
    .ctm-dropdown-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      border: solid white;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transition: transform 0.3s ease-in-out;
      transform: translateY(-50%) rotate(45deg); /* Initial position - arrow pointing down */
    }

    /* Rotate the arrow when the dropdown is open */
    .ctm-dropdown-open .ctm-dropdown-btn::after {
      transform: translateY(-50%) rotate(-135deg); /* Rotate arrow 180 degrees - arrow pointing up */
    }

    /* Style the dropdown menu */
    .ctm-dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 205px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top: 8px;
    }
    
    /* Style the dropdown menu links */
    .ctm-dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
	.ctm-dropdown-content a:hover {
  background-color: #ddd;
}

  
 .myportalchildren_name {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 4px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background:#f7f7f7;

}

.myportalchildren_field {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 4px;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #f7f7f7;
}

.myportalchildren_name::after {
    content: ":";
}

a, td {
    font-size: 12px;
}

.default_form_alt_visible {
    display: block;
    margin-left: 0px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ff0000;
    border: 1px solid red
}

.default_form_alt_invisible{
display:none;
}

.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: red;
	margin-left: 10px;
}


.seperator{
    padding:20px;
	font-size:16px;
    text-align:center;
}

#custom-search-input {
    padding: 1px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #f7f7f7;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

/* #### default_form_field_input styles #### */
.default_form_required {
    color: #ff0000;
    text-transform: uppercase;
    padding-bottom:15px;
    
}

td.default_form_field{
	color: #000000;
    padding: 5px 5px 5px 5px;
    margin-left: 40px;
    text-transform: capitalize;
	background:#ffffff;
	    border-top: 0px solid #e1e1e1;
	
	
}
td.default_form_name {
    color: #000000;
    padding: 5px 5px 5px 5px;
    margin: 4px;
    text-transform: uppercase;
	padding-left:10px;
	font-weight:bold;
    /*border-top: solid 1px #ccc;*/
}
td.default_form_name:after {
	content: ":";
}



/* #### default_form_field_input styles #### */
.relationshiptypes_form_required {
    color: #ff0000;
    text-transform: uppercase;
    padding-bottom:15px;
    padding: 5px 5px 5px 5px;
}

td.relationshiptypes_form_field{
	color: #000000;
    padding: 5px 5px 5px 5px;
    margin-left: 40px;
    text-transform: capitalize;
	background:#ffffff;
	    border-top: 0px solid #e1e1e1;
	
	
}
td.relationshiptypes_form_name {
    color: #000000;
    padding: 5px 5px 5px 5px;
    margin: 4px;
    text-transform: uppercase;
	padding-left:10px;
	font-weight:bold;
    /*border-top: solid 1px #ccc;*/
}




td.default_form_name {
    /*background: #e9ecef;
	background: #f7f7f7;
    border-left: 1px solid #e1e1e1;
	border-right: 0px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;*/
	
}
.default_form {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #FFF;
    padding: 25px 25px 25px 25px;
    margin: 4px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    /*text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 4px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem 2rem 2rem;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.05);*/
}
.default_form_field_input {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    padding: 10px 1px 10px 1px;
	margin:4px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    /*text-shadow: 1px 1px 1px #000;*/
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.default_form h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.default_form_headertitle1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* padding: 0px 0px 10px 40px; */
    display: block;
    /* border-bottom: 1px solid #DADADA; */
    margin-top: 10px;
    color: #888;
    text-transform: uppercase;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.default_form_subheadertitle1{
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*padding: 0px 0px 10px 40px;*/
    display: block;
    /*border-bottom: 1px solid #DADADA;*/
    margin: -10px -30px 30px 0px;
    color: #888
}
.default_form h1>span {
    display: block;
    font-size: 11px;
}
.default_form label {
    display: block;
    margin: 0px 0px 5px;
}
.default_form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.default_form input[type="text"], .default_form input[type="email"], .default_form input[type="password"], .default_form textarea {
    border: 1px solid #DDD;
    color: #000;
    /*height: 20px;*/
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 12px 12px 12px 12px;
    /*width: 70%;*/
    border-radius: 4px;
    border: 1px solid #DDD !important;
    -webkit-border-radius: 4px;
    -moz-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);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.longinput {
    width:250px;
}

.default_form select {
    border: 1px solid #CCC;
	width:190px;
	height:40px;
}

.default_form select {
    /*background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	height: 35px;
    width: 70%;*/
    text-indent: 0.01px;
    text-overflow: '';    
    line-height: 15px;
    border: 1px solid #DDD;
}
.default_form textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    /*width: 70%;*/
}
.default_form .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.default_form .button:hover {
    color: #000;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.default_action,.default_action:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 60px;
    height: 20px;
    background-color: #124559;
    border-radius: 15px;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    /*line-height: 1.2;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.default_action {
    /*padding: 10px 15px 10px 10px;*/
    margin: 8px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.default_action:focus, .default_action:active:focus, .default_action.active:focus {
    outline: 0 none;
}
 
.default_action {
    background: #0099cc;
    color: #ffffff;
	background:#11b1e6
}
 
.default_action:hover, .default_action:focus, .default_action:active, .default_action.active, .open > .dropdown-toggle.default_action {
    background: #0099cc;
}
 
.default_action:active, .default_action.active {
    background: #007299;
    box-shadow: none;
}
.default_action {
	border-radius: 18px;
}
.default_action_container_class{
	margin-bottom:20px;
	margin-top:5px;
	margin-left:0px;
	border: 0px solid #CCC;
}

/*pageeditor*/

.default_action_pageeditor,.default_action_pageeditor:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 60px;
    height: 20px;
    background-color: #124559;
    border-radius: 15px;
    font-family: Poppins-Regular;
    font-size: 8px;
    color: #fff;
    /*line-height: 1.2;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.default_action_pageeditor {
    /*padding: 10px 15px 10px 10px;*/
    margin: 8px;
    border: 0 none;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.default_action_pageeditor:focus, .default_action_pageeditor:active:focus, .default_action_pageeditor.active:focus {
    outline: 0 none;
}
 
.default_action_pageeditor {
    background: #000000;
    color: #ffffff;
	background:#11b1e6
}
 
.default_action_pageeditor:hover, .default_action_pageeditor:focus, .default_action_pageeditor:active, .default_action_pageeditor.active, .open > .dropdown-toggle.default_action_pageeditor {
    background: #000000;
}
 
.default_action_pageeditor:active, .default_action_pageeditor.active {
    background: #000000;
    box-shadow: none;
}
.default_action_pageeditor {
	border-radius: 18px;
}
.default_action_pageeditor_container_class{
	margin-bottom:20px;
	margin-top:5px;
	margin-left:0px;
	border: 0px solid #CCC;
}


.default_top_action_container_class {
    margin-bottom: 5px;
    margin-top: 5px;
    /*margin-left:30px;*/
    border: 0px solid #CCC;
}

.default_bottom_action_container_class{
	margin-bottom:15px;
	margin-top:20px;
	margin-left:30px;
	border: 0px solid #CCC;
}

.default_form_alt {
	
    border-radius: 0px;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ccc;
    /*line-height: 1.2;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
}

.default_form_alt_hidden {
	
    display:none;
	font-family: Poppins-Regular;
    font-size: 12px;
    color:#ff0000;
}

textarea.editor {
    width: 100%;
    height: auto;
}

.core_visible{
	display:block;
}

.core_invisible{
display:none;
}
.core_valid{
border: 2px solid green;	
}
a.hreftoggle {
    font-size: 14px;
    font-weight: 800;
    color: #0099cc;
	text-transform: uppercase;
}
/* start of table style */
td.tableheaderlimited {
    color: #3366cc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    /*height: 30px;*/
    padding-bottom: 15px;
    padding-top: 15px;
    /*font-weight: 700;*/
    padding-left: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*background-color: rgba(0, 0, 0, 0.075);*/
    border: 0px;
}
a.header,a.header:visited,a.header:active,a.header:link,a.header:hover {
	font-size: 10px;
    /*font-weight: 700;
    letter-spacing: 1px;*/
    text-transform: uppercase;
	white-space:nowrap;
}

tr.nothighlight {

border-width: 1px;border-color: #cccccc;border-left-width: 0px;
     border-right-width: 0px;
     border-top-width: 1px;
     border-bottom-width: 1px;
}
td.nothighlight { background-color: #ffffff; 

}
tr.highlight { 
	
border-bottom:0px solid #e1e1e1;

}
.tdnothighlight {
    border-top: 1px solid #cccccc;
    font-size: 11px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	background: #fff;
    /*background: #f0f1f4;*/
}

.tdhighlight {
    font-size: 11px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	background: #fff;
}

.coretablelink {
    color: #3366cc;
	font-size:11px;
	white-space: nowrap;
}

.generatesiteiconcolor{
	color:#000000;
}
.CORE_appsiconcolor{
	color:#f3be07;
}
.generatesiteiconcolor:hover{
	color:#000fff;
}
.relationshiptypesiconcolor{
	color:#006400b3;
}
.systemidsiconcolor{
	 color:#ff0000;
}

.CORE_joblogiconcolor{
		color:#006400b3;
}

.CORE_preferencesiconcolor{
	color:#f3be07;
}

/* <i class="fa-1x fas fa-2x fa-folder CORE_appsiconcolor"></i>*/

.CORE_sandboxesiconcolor{
	color:#006400b3;
}
.CORE_recentitemsconfigiconcolor{
	 color:#ff0000;
}

.groupsiconcolor{
	color:#006400b3;
}

.CORE_notificationiconcolor{
	color:#1c5d4f;
}
.userrolesiconcolor{
	color:#000000;
}

.usersiconcolor{
	color:#b97070;
}
.core_jobsiconcolor{
	color:#ff0000;
}
td.highlight { background-color: #eeeeee; }

tr.headerlimited{  font-weight: bold;
 font-family: Arial, Helvetica, Sans-Serif; font-size: 12px;
 border-left-width: 1px;
 border-left-width: 1px;
     border-right-width: 2px;
     border-top-width: 1px;
     border-bottom-width: 2px; 
	 border:0px;
   
 }
 
 tr.selectedrow { background-color: #f7f7f7; color: #cccccc; font-family: Arial, Helvetica, Sans-Serif;}

tr.white {
    /*background-color: #ffffff;*/
    border-bottom: solid 1px #e1e1e1;
    border-radius: 0px;
    margin-bottom: 200px;
    /*box-shadow: 0 0 5px #ddd;*/
}
 td.paginationfooterclass{
	 padding-bottom:15px;
	 padding-top:15px;
	 padding-left:10px;
	  padding-right:10px;
 }
 td.tabletitle{
	      padding-top:10px;
     padding-bottom:10px;
	 	padding-left:5px; 
			padding-right:5px; 
 }
 table.tabletitle{
	padding-left:5px; 
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	
 }
 .tableheadertitle{
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 4px; 
	text-transform:uppercase;
	white-space:nowrap;
 }
 
 table.summary{
	 padding-left:5px; 
 }
 .businessmodeler_summary{
	padding-left:10px; 
    font-size: 11px;
    font-weight: 100;
	text-transform:uppercase;
	white-space:nowrap;	
	color:#3366cc;
	     padding-bottom:10px;
 }
 
.recentitems_summary {
    padding-left: 25%;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    white-space: nowrap;
    color: #3366cc;
    padding-bottom: 10px;
}
 
 .disabled, .disabled:hover,.disabled:active,.disabled:link {
	background-color: #ccc;  
 }
 /* flex display for the table component */

.flexcontainer {
    display: flex; /*justify-content: center;*/
    flex-wrap: wrap; /*background-color: #f5f6f8*/
    
}
    .flexcontainer > div {
       
        background-color: #ffffff; /*width: 20%;*/
        margin: 10px;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        border-radius: 5px;
        flex: 0 0 30%; /* determine how many per row to display */
        box-shadow: 1px 1px 10px #f7f7f7;
    }
    .flexcontainer > div:hover {
        border: 0px solid #85C1E9;
        box-shadow: 1px 1px 10px #dddddd;
        /*background-color: #e1e1e1;*/
    }
 
 .tablegrid {
	color:tomato;
	border: 1px solid #CCC;
    border-radius: 4px;
	padding: 5px;
 }
 .tablelist {
	color:tomato;
	border: 1px solid #CCC;
    border-radius: 4px;
	padding: 5px;
 } 
 
 .defaultTableMain{ border:0px #000000 solid;}
 .defaultTableRow { border:1px solid #f7f7f7;display: flex; flex-direction:row;justify-content: left; flex-wrap: wrap; }
 .defaultTableRow > div  {
	   color:blue;
	   padding:1px;
	   
 }
 .defaultTableCellLabel{
	 	 
		font-weight:bold;
		padding:10px;
		text-transform: uppercase;
 }
 .defaultTableCellValue{
	
 }
 
 /* for column display */
 .defaultTableRowColumn { border:1px solid #f7f7f7;display: flex; flex-direction:column;justify-content: left; flex-wrap: wrap; }
 .defaultTableRowColumn > div  {
	   color:blue;
	   padding:1px;
	   
 }

div.container-fluid platformheader .platformheader {
    font-weight: bold;
    border: 4px solid red;
    background: red;
}


td.default_status {
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ffffff;
	text-align:center;
}

button.forminputhref, button.submitbutton {
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0099cc;
    color: #ffffff;
    border-radius: 18px;
    align-items: center;
    padding: 3px 10px;
    /*min-width: 200px;*/
    height: 20px;
    border-radius: 10px;
    font-family: Poppins-Regular;
    font-size: 12px;
    white-space: nowrap;
	background:#11b1e6;
}
button.forminputhref:hover, button.submitbutton:hover{
	background: #0099cc;
}

.formheadercss {
    width:100%;
    padding:10px;
    margin:10px;

}

td.fileitem {
    padding: 10px;
}

.default_attachements {
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 10px;
}
#div_view_attachments {
    margin-bottom:45px;
   
}

td.filenotfound {
    padding-top: 30px;
    padding-left: 10px;
}
td.currentstate {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0099cc;
    color: #ffffff;
    align-items: center;
    padding: 3px 20px;
    min-width: 60px;
    height: 34px;
    border-radius: 16px;
    font-family: Poppins-Regular;
}

table.extensionmodeltable {
    border-bottom:1px solid #DDD;
    align-content:center;
    width:100%;
}

table.fullextensionmodeltable {
    border-bottom: 1px solid #DDD;
    align-content: center;
    width: 100%;
    padding: 15px;
    margin: 15px;
}

.bprbutton {
margin:5px;
padding:5px;
}
td.extensionmodelrowitem {
    padding: 20px;
    text-align: left;
}
tr.extensionmodelrow {
    /*border-bottom: 3px solid #ddd;
     border-bottom: 1px dashed #ddd; */
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding: 60px;
    margin: 60px;
    line-height: 40px;
    text-transform: uppercase;
    background:rgba(0, 0, 0, 0.075);
}
    td.currentstatemodel, td.statemodel {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d9dae6;
    color: #003366;
    align-items: center;
    padding: 3px 3px;
    min-width: 60px;
    height: 60px;
    /* border-radius: 16px;*/
    font-family: Poppins-Regular;
}

tr.defaultmodel_status {
    background: #f7f7f7;
}
table.statustablemodel {
    padding: 10px;
    margin: 10px;
    border-collapse: separate;
    /*background:#f7f7f7*/
}

td.defaultmodel_status {
    margin: 20px;
    padding: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.divider {
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
}


/* recentitems styles*/
/* start of table style */




tr.recentitems_nothighlight {
    border-width: 1px;
    border-color: #f2f3fc;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

td.tdrecentitems_nothighlight {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

tr.recentitems_highlight {
    border-bottom: 1px solid #f7f7f7;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	background: #fff;
	/*background: #f7f7f7;*/
}

.recentitems_tdnothighlight {
    border-top: 1px solid #f7f7f7;
    font-size: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.recentitems_tdhighlight {
    font-size: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


td.tdrecentitems_highlight {
    /*background-color: #f7f7f7;*/
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.form {
    background: #f4f5f7;
    border-radius: 20px;
    padding: 6.5rem 2rem 2rem;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,280px);
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    color: #a8aac5;
}

.menu-button {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background: #f1103a;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    speak: none;
    font-weight: bold;
    cursor: pointer;
}

.menu-button {
    z-index: 1000;
    left: 20px;
    top: 20px;
    text-indent: -9000px;
}
.profileactive{
	
	font-size:16px;
	color: #ff0000;
    text-transform: uppercase;
}


.paginationcontrol {
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    /* border-bottom: 0px solid #e1e1e1; 
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 20px;*/
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
	padding-bottom: 10px;
}
#skeyword{
	min-width:260px;
}
#skeywordTemplates,#skeywordComponents{
 margin-top: 10px;	
}
/* core app */

.coreadmincontent{
	
	margin-left: 15px;
}


td.coretdheader {
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    height: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 700;
    padding-left: 1px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* background-color: #ffff; */
    color: #666;
    padding-left: 10px;
		background-color: #e1e1e1;
}

tr.coretr {
    /*background-color: #f7f7f7;*/
    
}

.coreheader {
    font-weight: 700;
    padding: 10px;
    margin:10px;
    letter-spacing: 2px;
    text-transform: uppercase;
	white-space:nowrap;

}


.linkhref {
    color: #0099cc;
    font-size: 13px;
    font-weight: 400;
}

table.formcore {
    border-spacing: 8px;
    border-collapse: unset;
}

table.core {
     border-spacing: 8px; 
     border-collapse:unset;
}
.corespacing {
    padding: 20px;
    margin:20px;
}


/* form model */

/* #### default_form_field_input styles #### */
.default_form_required_model {
    color: #ff0000;
    text-transform: uppercase
}

td.default_form_name_model, td.default_form_field_model {
    color: #000000;
    padding: 5px 5px 5px 5px;
    margin: 4px;
    text-transform: uppercase
    /*border-top: solid 1px #ccc;*/
}

td.default_form_name_model {
    background: #ffffff;
}

.default_form_model {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #FFF;
    padding: 25px 25px 25px 25px;
    margin: 4px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    /*border:1px solid #DDD;
    border-radius: 4px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #ffffff;
    border-radius: 0px;
    padding: 6.5rem 2rem 2rem;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
}

input.default_form_model_field_input{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
   padding: 5px 5px 5px 5px;
    height: 35px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
	margin: 5px;
}


input[type=text].default_form_model_field_input {
 width: 250px;
 height: 35px;
}


select.default_form_model_field_input {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 5px 5px 5px 5px;
    /*height: 25px;*/
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
	    margin: 5px;
}

textarea.default_form_model_field_input {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding: 1px 1px 1px 1px;
    height: 60px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
	margin: 5px;
}
.default_form_model_name {
    margin:10px;
    padding:10px;
}

.default_form_model_required {
    margin: 10px;
    padding: 10px;
    color:red;
}

.default_form_field_input_model {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 12px 12px 12px 12px;
    margin: 4px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    /*text-shadow: 1px 1px 1px #000;*/
    border: 0px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}


.default_form_model h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}

.default_form_headertitle1_model {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*padding: 0px 0px 10px 40px;*/
    display: block;
    /*border-bottom: 1px solid #DADADA;*/
    margin: -10px -30px 30px -30px;
    color: #888
}

.default_form_subheadertitle1_model {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*padding: 0px 0px 10px 40px;*/
    display: block;
    /*border-bottom: 1px solid #DADADA;*/
    margin: -10px -30px 30px 0px;
    color: #888
}

.default_form_model h1 > span {
    display: block;
    font-size: 11px;
}

.default_form_model label {
    display: block;
    margin: 0px 0px 5px;
}

    .default_form_model label > span {
        float: left;
        width: 20%;
        text-align: right;
        padding-right: 10px;
        margin-top: 10px;
        color: #000;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

.default_form_model input[type="text"], .default_form_model input[type="email"], .default_form_model textarea {
    border: 1px solid #DDD;
    color: #000;
    /*height: 20px;*/
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 2px 2px 2px 2px;
    /*width: 70%;*/
    border-radius: 4px;
    border: 1px solid #DDD !important;
    -webkit-border-radius: 4px;
    -moz-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);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.default_form_model select {
    border: 1px solid #CCC;
}

.default_form_model select {
    /*background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	height: 35px;
    width: 70%;*/
    text-indent: 0.01px;
    text-overflow: '';
    line-height: 15px;
    border: 1px solid #DDD;
}

.default_form_model textarea {
    height: 100px;
    padding: 5px 0px 0px 5px;
    /*width: 70%;*/
}

.default_form_model .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}

    .default_form .button:hover {
        color: #000;
        background-color: #EBEBEB;
        border-color: #ADADAD;
    }

.default_action_model, .default_action_model:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 60px;
    height: 20px;
    background-color: #124559;
    border-radius: 15px;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    /*line-height: 1.2;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.default_action_model {
    /*padding: 5px 4px;*/
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .default_action_model:focus, .default_action_model:active:focus, .default_action_model.active:focus {
        outline: 0 none;
    }

.default_action_model {
    background: #0099cc;
    color: #ffffff;
}

    .default_action_model:hover, .default_action_model:focus, .default_action_model:active, .default_action_model.active, .open > .dropdown-toggle.default_action_model {
        background: #33a6cc;
    }

    .default_action_model:active, .default_action_model.active {
        background: #007299;
        box-shadow: none;
    }

.default_action_model {
    border-radius: 18px;
}

.default_action_container_class_model {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 30px;
    border: 0px solid #CCC;
}


.default_top_action_container_class_model {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 30px;
    border: 0px solid #CCC;
}

.default_bottom_action_container_class_model {
    margin-bottom: 15px;
    margin-top: 50px;
    margin-left: 30px;
    border: 0px solid #CCC;
}

.default_form_alt_model {
    border-radius: 0px;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ccc;
    /*line-height: 1.2;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.default_form_alt_hidden_model {
    display: none;
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ff0000;
}

a.titlelink {
    font-size: 26px;
}


.nav-tabs1 > li.active > a, .nav-tabs1 > li.active > a:focus, .nav-tabs1 > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs1 > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav1 > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.modellinkstable {
    
    border: 0px solid grey;
    border-radius: 5px;
    
}

td.modellinks {
    padding: 8px

}

td.fieldupdatemodel {
    border: solid 1px #e1e1e1;
    padding:10px;
    margin:10px;
    /*width:100%;*/
}

h4.centermodel {
    text-align:center;
    font-size:14px;
}


div.linkselectedmodel {
    border-top: 3px dashed green;
    border-left: 3px dashed green;
    border-bottom: 3px dashed green;
    border-right: 3px dashed green;
    background: #ffffff;
}

.firstlettercap {

    text-transform:capitalize;
}

/* close button location and size
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    top: 12;
    right: 12;
}
*/
/* background of the modal windows*/
.modal-backdrop {
    background-color: #BDBDBD;
}



.modellabel {
    font-size: 12px;
    font-family: verdana;
    height: 30px;
    padding: 2px;    
    white-space: nowrap;
}
.default_form_pageobject_required {
    color: #ff0000;
}


.default_form_field_input_model {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 12px 12px 12px 12px;
    margin: 4px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

select.required, input.required {
    border-color: red;
}

div.pageobject {
    border:0px solid #eeeeee;
}

h2.title {
    text-align: left;
}
.formcreationmessage {
    background: #fff;
    padding: 10px;
    border-top: 1px #ddd solid;
}

div.divider {
    margin: 24px 0;
    position: relative;
    border-bottom: 1px solid #e6e7e8;
    font-weight: 600;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

td.small {
    font-size: 10px;
}

.selectedrow {
    background-color: #f7f7f7;
    color: #cccccc;
    font-family: Arial, Helvetica, Sans-Serif;
}

div.errormessage {
    color: red;
}


.status {
background:#ffffff;
}
.statusborderhighlight {

    padding:10px;

}

.statusline {
border-top:solid 1px #dddddd;
padding-top:15px;
}

.default_name,.default_required {  
padding: 10px;
background:#ffffff;
text-transform:uppercase;
font-weight:bold;
}
.signature_headertitle1 {
padding: 10px;
font-size:14px;
font-weight:bold;
}

.cachingheader {
    color: #000000;
    padding: 10px 10px 10px 10px;
    margin: 4px;
    text-transform: uppercase; 
    border-bottom:solid 1px #dddddd;
	font-weight:bold;
}


.jobstatus_success {
    background: #5dc25d;
}

.jobstatus_running {
    background: #80d2ed;
}

.jobstatus_failed,.jobstatus_error {
    background: #dd5c5c
}

tr.subheader {
    background:#f7f7f7;
    border-bottom: solid 1px #dddddd;
    color:#000000;
}

div.core_editablediv {
    height: 30px;
    width: 60px;
    background-color: #ffffff;
    font: Arial;
    font-size: 12px;
    padding: 3px;
    border: inset #eeeeee;
    scrollbar-base-color: #eeeecc;
    overflow:auto;
}
input.selector {
    width:85px;
}

input.corecalendar {
    width: 85px;
}

input.coretext {
    width: 85px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

a.bluehref {
    color: blue;
    text-decoration:double;
}

.default_form_field_input_states {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    padding: 10px 11px 10px 11px;
    margin: 14px;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    /* text-shadow: 1px 1px 1px #000; */
    border: 1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}
td.dataitem {
    font: 8px;
    padding: 2px 2px 2px 2px;
}
div.modal-xl {
width:1140px;
}

.tablecellfile {
    font: 8px;
    padding: 0px 1px 1px 1px;
}
textarea.formulafield {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    padding: 10px 10px 10px 10px;
    height: 100px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}
.default_action_actionmodel {
    border-radius: 18px;
}

.default_action_actionmodel {
    background: #0099cc;
    color: #ffffff;
}

.default_action_actionmodel {
    padding: 5px 4px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .default_action_actionmodel, .default_action_actionmodel:hover {

        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        min-width: 60px;
        height: 20px;        
        border-radius: 15px;
        font-family: Poppins-Regular;
        font-size: 9px;
        color: #fff;
        line-height: 1.2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

li.submenuactive {
    background: #f7f7f7;
    font-size: 10px;
    color: #003366;
    border-radius: 6px;
}

li.submenuinactive {
    background: #fff;
    font-size: 10px;
    color: #000;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #4CAF50;
    background: #fff;
    border: 1px solid #8BC34A;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;    
    padding: 0 6px;
}

a.submitbutton {
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0099cc;
    color: #ffffff;
    border-radius: 18px;
    align-items: center;
    padding: 3px 20px;
    min-width: 100px;
    height: 20px;
    border-radius: 10px;
    font-family: Poppins-Regular;
    font-size: 12px;
    white-space: nowrap;
	background:#11b1e6;
}
a.submitbutton:hover {
	    background: #0099cc;
}
.modal .modal-body {
    overflow-y: auto;
    max-height: 600px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

div.sticky {
     position: -webkit-sticky;
   position: sticky;
    top: 0;
   /* padding: 5px;*/
    background-color: #fff;
    /*border-bottom: 2px solid grey;*/
    z-index: 99;
   /* box-shadow: 1px 1px 1px #000;*/
}

.core_newrow {
    background-color:#e1e1e1
}

.centerDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Yep! */
    width: 48%;
    height: 59%;
    z-index: 9999;
}

.animate-area {
    background-size: cover;
    background-image: url(/crmspeed/images/gradient2.png),url(/crmspeed/images/nightsky4.jpg),url(/crmspeed/images/clouds.png);
    background-position: 20px -90px, 30px 80px, 0px 0px;
    background-repeat: no-repeat,no-repeat,repeat-x;
    animation: animatedBird 4s linear infinite;
    -ms-animation: animatedBird 30s linear infinite;
    -moz-animation: animatedBird 30s linear infinite;
    -webkit-animation: animatedBird 30s linear infinite;
    overflow: hidden;
}

input[type=text].default_form_model_field_input {
    width: 200px;
    height: 35px;
}

select.default_form_model_field_input {
    width: 200px;
    height: 35px;
}

input.default_form_model_design_field_input {
    margin-left: auto;
    margin-right: auto;
    /*width: 250px;*/
    padding: 1px 1px 1px 1px;
    height: 35px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}

input.parameters {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    padding: 1px 1px 1px 1px;
    height: 15px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}

input.default_form_model_design_field_input {
    margin-left: auto;
    margin-right: auto;
    /* width: 100px;*/
    padding: 1px 1px 1px 1px;
    /*height: 25px;*/
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}


input[type=text].default_form_model_design_field_input {
 width: 100px;
 height: 25px;
}


select.default_form_model_design_field_input {
    margin-left: auto;
    margin-right: auto;
     width: 100px;
    padding: 1px 1px 1px 1px;
    /*height: 25px;*/
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}

textarea.default_form_model_design_field_input {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    padding: 10px 10px 10px 10px;
    height: 50px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    height: 15px;
}

/* CSS */
.button1 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button1:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button1:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button1 {
    padding: 16px 48px;
  }
}


/* CSS */
.button2 {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button2 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button2 span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button2:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button2:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button2:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.button3 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button3:hover,
.button3:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button3:hover {
  transform: translateY(-1px);
}

.button3:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.langselect {
    /*-webkit-appearance: none;*/
    background: 0 0;
    border: none;
    display: inline-block;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    z-index: 1;
}


.card-search {
    margin-top:10px;
}

.card-user{
	font-size: 12px;
	color:#666;
	text-transform:uppercase;
}

.likedropdown {
  position: relative;
  display: inline-block;
}

.likedropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.likedropdown:hover .likedropdown-content {
  display: block;
}

.highlightNote{
	Background:yellow;
	border:1px dashed #ddd;
}

.avatar {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.avatarMedium {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.avatarLarge {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.recentitems_headerlimited{
	text-align:center;
}

.modal-header !important {
    display: -ms-flexbox;
     display: block; 
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.tablehref,.tablehref:hover,.tablehred:visited,.tablehred:focus{
	background:none;
	font-size:28px;
}

.tabtable {
padding-top:10px;
padding-left:10px;
  width: 100%;
}

.nav-tabs>li>a {

    text-transform: uppercase;
}
.tabtitle {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 30px;
	padding-bottom: 30px;
    color: #888;
	padding-left:10px;
}

.formchild {
	padding-top: 30px;
	background:#ffffff;
	padding-bottom: 30px;
}

.tab-pane{
	
		background:#ffffff;
		padding:10px;
}

.emailtemplate{
	width: 99%; 
	max-width: 99%;
}

table.emailTemplateTable{
	margin:20px;
	padding:10px
}
tr.pageobject{
	margin:20px;
	padding:10px;	
	
}


.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.summarydata {
    font-size: xxx-large;
    color: green;
	align:center;
}


.modaltitle {
	
	font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}


/* modal left, right */
.modal .modal-dialog-aside{
	width: 50%;
	max-width:90%; height: 100%; margin:0;
	transform: translate(0); transition: transform .2s;
}

.modal .modal-body {
    overflow-y: auto;
     max-height: 1200px; 
}

.modaltop{
    z-index: 1290;
}

.modalpopup{
	width: 1200px;
	max-width:95%; height: 100%; margin:0;
}


.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.fixed-lefty .modal-dialog-aside{ margin-left:auto; z-index:9999; transform: translateX(100%); }

.modal.show .modal-dialog-aside{ transform: translateX(0);  }



select.default_site_navigation_field_input {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    padding: 3px 3px 3px 3px;
    /* height: 25px; */
    text-shadow: 1px 1px 1px #ddd;
    border: 1px solid #DDD;
    margin: 1px;
	/*color:#003366;*/
}

.default_edit_form_field_input{
	    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 3px 3px 3px 3px;
    /* height: 25px; */
    text-shadow: 1px 1px 1px #ddd;
    margin-bottom: 2px;
	    margin-top: 2px;
}

.default_edit_form_component_field_input{
	    margin-left: auto;
    margin-right: auto;
    width: 150px;
    padding: 3px 3px 3px 3px;
    /* height: 25px; */
    text-shadow: 1px 1px 1px #ddd;
    margin-bottom: 2px;
	    margin-top: 2px;
}
.searchbar {
    width: 120px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 14px;
   
	margin-left:10px;
	background:#6d7fcc;
	color:#fff;
	border:1px solid #6d7fcc;
}

.searchbar::placeholder {
        color: #f7f7f7;
		align:center;
      }
	  
	  .searchbar::hover,.searchbar::focus-visible {
        border: 1px solid #f7f7f7;
		outline:none;
      }
	  
.searchbar:focus-visible {
        border: 1px solid #f7f7f7;
		outline:none;
      }	 

.searchbarpageeditor {
    width: 155px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
	margin-left:10px;
	background:#f7f7f7;
	color:#888;
	border:1px dashed #ddd;
}

.searchbarpageeditor::placeholder {
        color: #f7f7f7;
		align:center;
      }
	  
	  .searchbarpageeditor::hover,.searchbarpageeditor::focus-visible {
        border: 1px solid #f7f7f7;
		outline:none;
      }
	  
.searchbarpageeditor:focus-visible {
        border: 1px solid #f7f7f7;
		outline:none;
      }	 
	
	.toptogglemenu{
		
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  z-index: 9999; /* set a high z-index value */
		
	}
	
.adminmainsection{
	background-color:#fff;
	margin-left:10px;
	padding:5px
}

.cc-text-white{
	color:#fff;
}
.cc-pb-15{
	padding-bottom:15px;
}
.cc-mb-15{
	margin-bottom:15px;
}

.cc-mt-15{
	margin-top:15px;
}
.cc-m-15{
	margin:15px;
}
.cc-border-top1pxsolid{
	
	border-top:1px solid #e1e1e1;
}
.headweeklycalendar {
    font-size: 20px;
    border: 0px solid #9FB3CD;
    font-weight: bolder;
    color: #0c74db;
}

.showallapps{
	width:100%;background:#ffffff;padding:30px;	
}

.searchappbar {
    width: 180px;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-left: 10px;
    background: #fff;
    color: #336699;
    border: 1px solid #6d7fcc;
}
.currentstate,.currentstate:hover{
	
	background:#449d44;
	Color:#fff;
	text-transform: capitalize;
	font-weight: bold;
	width:150px;
}
.state{
	
	background:#e9ecef;
	width:150px;
	margin:10px;
		text-transform: capitalize;
}
.subtableheader{
 font-size:20px;
font-weight:bolder; 
padding-bottom: 30px;
padding-left:10px;	
}

.right-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
	padding: 25px;
    border-bottom: 1px solid #e5e5e5;
}


.bpop {
	width: 150px;
	position: absolute;
	background-color: #f1f1f1;
	visibility: hidden;
	display: block;
	padding: 8px 8px 8px 8px;
	border: 1px #000 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:11px;
	text-decoration: none;
	color: #000000;
	margin:20px 5px 5px 15px;
	font-weight: normal;
}
a.itr, a.itr:visited
{
	text-decoration: underline;
	color: #4c739e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	
}
a.itr:hover {color:#4C739E;
text-decoration: underline;
    background-color: #DADFE4;
}

a.itr:hover .bpop
{
	visibility: visible;
}

.adminlinkswitch{
	
	padding-right:20px;
	
}
/*
@media only screen and (max-width: 600px) {

} */
    /* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {...}

*/
    /* end of flex #DCEDC8 */
	
