﻿/*#css gops text colors*/
.gops-blue {  color: #186292;}
.gops-blue-i {  color: #186292 !important;}

.gops-blue-one {  color: #009ecf;}
.gops-blue-one-i {  color: #009ecf !important;}

.gops-blue-two {  color: #006fb2;}
.gops-blue-two-i {  color: #006fb2 !important;}

.gops-maroonflush  {  color: #b4215e;}
.gops-maroonflush-i {  color: #b4215e !important;}

.gops-pink   {  color: #e61356;}
.gops-pink-i {  color: #e61356 !important;}

.gops-orange    {  color: #f18524;}
.gops-orange-i {  color: #f18524 !important;}

.gops-green    {  color: #64b338;}
.gops-green-i {  color: #64b338 !important;}

/*#css gops background colors*/

.bg-gops-blue {  background: #186292;}
.bg-gops-blue-i {  background: #186292 !important;}

.bg-gops-blue-one {  background: #009ecf;}
.bg-gops-blue-one-i {  background: #009ecf !important;}

.bg-gops-blue-two {  background: #006fb2;}
.bg-gops-blue-two-i {  background: #006fb2 !important;}

.bg-gops-maroonflush  {  background: #b4215e;}
.bg-gops-maroonflush-i {  background: #b4215e !important;}

.bg-gops-pink   {  background: #e61356;}
.bg-gops-pink-i {  background: #e61356 !important;}

.bg-gops-orange    {  background: #f18524;}
.bg-gops-orange-i {  background: #f18524 !important;}

.bg-gops-green    {  background: #64b338;}
.bg-gops-green-i {  background: #64b338 !important;}


/*#css gops btn border colors*/

.bdr-gops-blue {
  border: 1px solid #186292;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-blue {
  border: 1px solid #186292 !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-blue-one {
  border: 1px solid #009ecf;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-blue-one-i {
  border: 1px solid #009ecf !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-blue-two {
  border: 1px solid #006fb2;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-blue-two-i {
  border: 1px solid #006fb2 !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-maroonflush {
  border: 1px solid #b4215e;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-maroonflush-i {
  border: 1px solid #b4215e !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-pink {
  border: 1px solid #e61356;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-pink-i {
  border: 1px solid #e61356 !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-orange  {
  border: 1px solid #f18524;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-orange-i {
  border: 1px solid #f18524 !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}

.bdr-gops-green  {
  border: 1px solid #64b338;
  border-radius: 4px;
  box-shadow: unset;
}

.bdr-gops-green-i {
  border: 1px solid #64b338 !important;
  border-radius: 4px !important;
  box-shadow: unset !important;
}


/*#css gops btn-default from beyond template with border-radius*/

.btn-default-gops{
  border-radius:4px;
}

/*#css gops btn header */
.btn-gops-blue{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #186292 !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-blue-one{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #009ecf !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-blue-two{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #006fb2 !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-maroonflush{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #b4215e !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-pink{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #e61356 !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-orange{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #f18524 !important; padding: 5px 6px 5px 6px !important;
}

.btn-gops-green{
  color: #ffffff !important; width: 100%;height: 35px;line-height: 21px;border-radius: 4px !important;background: #64b338 !important; padding: 5px 6px 5px 6px !important;
}