/* Write your custom CSS here */

.greenbg
{
	background-color: #E8F7ED !important;
}

.colorhead
{
   color: #145388;
   font-weight: 900;
}

.largelogo
{
	font-size: 72px;
	color: #145388;
	text-shadow: 2px 2px 8px #0B2161;
}

.whitelink, .whitelink:hover, .whitelink:focus{
   color:#fff;
}

.maxw100{
   max-width: 100%;
}

#file-upload {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.dontshow
{
	display: none;
}

.stats-widget, .panel-white
{
	
-webkit-box-shadow: 5px 5px 15px 0px rgba(217,217,217,1);
-moz-box-shadow: 5px 5px 15px 0px rgba(217,217,217,1);
box-shadow: 5px 5px 15px 0px rgba(217,217,217,1);
}

.stats-widget i
{
	font-size: 46px;
    line-height: 66px;
    color: #145388;
	display:block;
}

.menu-icon
{
	font-weight: 900;
}

.mleft40
{
	margin-left: 40px;
}

.mleft20
{
	margin-left: 40px;
}

.mleft10
{
	margin-left: 10px;
}

.mbotton40
{
	margin-bottom: 40px;
}

.mbotton10
{
	margin-bottom: 10px;
}

.ptop40
{
	padding-top: 40px;
}

.pbot20
{
	padding-bottom: 20px;
}

.dclear
{
	clear: both;
}

.extrapadding
{
	padding: 25px;
}

.smallpadding
{
	padding: 10px;
}

.extrafont {
    font-size: 25px !important;
}

.fslarge {
    font-size: 16px;
}

.p-2 {
    padding: .5rem !important;
}

.cardtitle {
    color: #145388;
    font-size: 25px;
}

.valid-tooltip, .invalid-tooltip {
    border-radius: 15px;
    padding: 0.5rem 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.76rem;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,0.8);
    border-radius: .2rem;
}

#refs {
 
  border-collapse: collapse;
  table-layout:fixed;
  margin-bottom: 50px;
}

#refs td, #refs th {
  border: 1px solid #ddd;
  padding: 8px;
  word-wrap:break-word;
  word-break:break-all;
}

#refs tr:nth-child(even){background-color: #f2f2f2;}

#refs th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #2a93d5;
  color: white;
}


#lines {
  border-collapse: collapse;
  table-layout:fixed;
  margin-bottom: 50px;
}

#lines td, #lines th {
  border: 1px solid #ddd;
  padding: 4px;
  word-wrap:break-word;
  word-break:break-all;
}

#lines tr:nth-child(even){background-color: #f2f2f2;}

#lines th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #2a93d5;
  color: white;
}


.smalltable {
  border-collapse: collapse;
  table-layout:fixed;
  margin-bottom: 10px;
  width:100%;
}

.smalltable td, .smalltable th {
  border: 1px solid #ddd;
  padding: 4px;
  word-wrap:break-word;
  word-break:break-all;
  font-size: 12px;
}

.smalltable tr:nth-child(even){background-color: #f2f2f2;}

.smalltable th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #2a93d5;
  color: white;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.mtop20
{
	margin-top: 20px;
}

.redbg{
	background-color: #dc3545!important;
    border-color: #dc3545;
	cursor: pointer;
	
}

.delX
{
	padding: 3px;
    font-size: 14px;
    width: 34px;
    height: 34px;
   /* line-height: 34px;*/
	background-color: #dc3545;
    border-color: #dc3545;
	cursor: pointer;
	margin-left:10px;
	color:white;
}

.delFile
{
	padding: 3px;
    font-size: 14px;
    width: 34px;
    height: 34px;
   /* line-height: 34px;*/
	background-color: #dc3545;
    border-color: #dc3545;
	cursor: pointer;
	margin-left:10px;
	color:white;
}

.fullpage
{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

#fullpage2
{
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
	display: none;
}

.centerload
{
  position: absolute;
  left: 40%;
  top: 30%;
  z-index: 1000;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#mynetwork {
    width: 600px;
    height: 400px;
    border: 1px solid lightgray;
}

.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.group
{
	padding: 5px;
	margin-left: 5px;
}

.myfixed
{
	position: fixed;
	float: right;
	right: 0;
	 width: 43%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.radio-inline
{
	margin-top:0;
}

.tooltip-inner {
    white-space:pre-wrap;
}
