﻿/**/
/*body
{
    font-family: Sans-Serif Segoe UI;
    background-color:#FFFFFF;
}*/

/*====================== For footer links ===============*/
.HeaderTop
        {
            font-family: Calibri;
            font-size: 12px;
            background-color: #2f7abc;
            font-weight: bold;
            color: #f4f7fc;
        }
.greencolor
{
    color:#0ec000;
}
.redcolor
{
    color:#ee0b0b;
}
.bluecolor
{
    color:#007de5;
}
.footerUlM
{
    padding-bottom:3px;
    }

 .footerUlM a, .footerUlM a:hover
{
    font-size: 11pt;
    font-weight: bold;
    color: #E4E4E4;
    text-decoration:none !important;
    }

.footerUL 
{
    padding-left:0px !important;
    }
.footerUL li
{
    padding:3px 0px 3px 0px;
    }

 .footerUL a
{
    padding:5px !important;
    font-size:10pt;
    color: #BABABA;
    font-weight:normal !important;
    }
 .footerUL a:hover
{
    background-color:#FF5454;
    color:#fff !important;
    cursor:pointer;
    font-weight:normal !important;
    text-decoration:none !important;
    }
.groupLinkDiv
{
    padding-left:20px;
    float:left;
    border-left: 1px solid #5A5A5A;
    }
   @media(max-width:640px)
   {
     .groupLinkDiv
    {
    padding-left:20px;
    float:none;
    border-left: 0px;
    }
       
       } 
    
/*====================== For footer links ===============*/
.goright
{
    text-align:right; padding-right:8px;
}
.goleft
{
    text-align:left; padding-left:8px;
}
.doblack
{
    color:#000000;
}
/*Colors*/
.orange
{
    color:#F97D08;
}
/*End Colors*/
/*Links*/
.linkYellow
{
    color: #5A6650;
    border-radius: 3px;
    background-color: #FED80F;
    padding: 3px 5px 3px 5px;
    font-size:12px;
}
/*End Links*/
/*Titles*/
.listTitle
{
    padding:7px;
    text-align:center;
    font-size:20px;
    color: #7a7a7a;
    border-bottom:dotted 1px #7a7a7a;
}
.Heading
{
    font-size:20px;
    color: #3C8DBC;
}
/*End Titles*/
/*Record List Normal*/
.listheader
{
    font-size:12px;
    font-weight:bold;
    background-color:#F4F7FC;
    color:#3988b5;
    text-align:center;
    padding:8px;
    line-height:25px;
}
.listheaderRed
{
    font-size:12px;
    font-weight:bold;
    background-color:#FF5454;
    color:#FFFFFF;
    text-align:center;
    padding:8px;
    line-height:25px;
}
.listrow
{
    font-size:12px;
    background-color:#fbfbfb;
    color:#7a7a7a;
    text-align:center;
    padding:5px 8px 5px 8px;
    line-height:25px;
}

/*Topic Title*/
.title
{
    font-size:24px;
    color:#FFA200;
}
.smalltext
{
    font-size:11px;
    font-style:italic;
    color:#5a5a5a;
}
.normaltext
{
    font-size:12px;
    color:#7a7a7a;
    font-family:Sans-Serif, Segoe UI;
}
/*toggle on off*/
.toggleOn
{
    cursor:pointer;
    transition: color 0.5s ease;
    color: #3C8DBC;
}
.toggleOff
{
    cursor:pointer;
    transition: color 0.5s ease;
    color:#dcdcdc;
}

/*Class for Home Page Ballon*/
.bubble 
{
    top:58px;
    position: absolute;
    right:5px;
    width: 250px;
    height: 190px;
    padding: 2px;
    background: #3C8DBC;
    border: #dcdcdc solid 5px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.bubble:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 175px;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: #3C8DBC transparent;
    display: block;
    width: 0;
    z-index: 1;
}
.bubble:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 171px;
    border-style: solid;
    border-width: 0 24px 24px;
    border-color: #dcdcdc transparent;
    display: block;
    width: 0;
    z-index: 0;
}
/*End of Class for Home Page Ballon*/
.topright
{
    float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
}

/*Messages*/
.Status
{
    width: 100%;position: fixed;height: auto;display: none; z-index:500;
}
.Error
{
    background-color: #e35455;
    border-top: 2px inset solid #ba3433;
    border-bottom: 1px solid #b53231;
    box-shadow: 0px 0px 6px 2px #999;
    z-index: 10;
    text-align: center;
    opacity: .95;
    color: #f4f7fc;
    font-size: 14px;
}
.Error p
{
    color: #f4f7fc;
    font-size: 14px;
}

.Success
{
    background-color: #c6e184;
    border-top: 2px inset solid #a4bc69;
    border-bottom: 1px solid #a4bc69;
    box-shadow: 0px 0px 6px 2px #999;
    z-index: 10;
    text-align: center;
    opacity: .95;
    color: #5a5a5a;
    font-size: 14px;
}
.Success p
{
    color: #f4f7fc;
    font-size: 14px;
}
.InPageError
{
    background-color: #e35455;
    border-top: 2px inset solid #ba3433;
    border-bottom: 1px solid #b53231;
    box-shadow: 0px 0px 6px 2px #999;
    z-index: 10;
    text-align: left;
    opacity: .95;
    color: #f4f4f4;
    font-size: 14px;
    padding:5px 5px 5px 10px;
}
.InPageSuccess
{
    background-color: #c6e184;
    border-top: 2px inset solid #a4bc69;
    border-bottom: 1px solid #a4bc69;
    box-shadow: 0px 0px 6px 2px #999;
    z-index: 10;
    text-align: left;
    opacity: .95;
    color: #5a5a5a;
    font-size: 14px;
    padding:5px 5px 5px 10px;
}
/*Blue Link*/
.linkblue
{
    background-color:#3c8dbc;
    color: #d4e6f0;
    font-weight:500;
    padding:3px 5px 3px 5px;
    border: solid 1px #d4e6f0;
    cursor:pointer;
}
.linkblue:hover
{
    background-color:#367fa9;
}
/*Green Link*/
.linkgreen
{
    background-color:#c6e184;
    color: #5a5a5a;
    font-weight:500;
    padding: 3px 5px 3px 5px;
    border: solid 1px #c6e184;
    cursor:pointer;
}
.linkgreen:hover
{
    background-color:#78c440;
    color:#f4f4f4;
}
.linkEdit
{
    background-color:#3c8dbc;
    color: #f9f9f9;
    font-weight:400;
    padding:3px 5px 3px 5px;
    border: solid 1px #3c8dbc;
    cursor:pointer;
}
.linkEdit:hover
{
    background-color:#367fa9;
    color:#f9f9f9;
}
.linkRemove
{
    background-color:#DD0000;
    color: #f4f4f4;
    font-weight:400;
    padding:3px 5px 3px 5px;
    border: solid 1px #DD0000;
    cursor:pointer;
}
.linkRemove:hover
{
    background-color:#e45c5d;
    color:#f4f4f4;
}
.btnbg
{
    background-color:#f9f9f9;
}
/*Grid*/
.gridheader
{
    background: -o-linear-gradient(bottom, #f4f7fc 5%, #f4f7fc 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4f7fc), color-stop(1, #f4f7fc) );
    background: -moz-linear-gradient( center top, #f4f7fc 5%, #f4f7fc 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7fc", endColorstr="#f4f7fc");
    background: -o-linear-gradient(top,#f4f7fc,f4f7fc);
    background-color: #f4f7fc;
    border: 0px solid #D0E6F3;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: bold;
    color: #3c8dbc;
}
.gridrow
{
    background-color:#FFFFFF;
    line-height:28px;
    text-align:center;
    padding-left:5px;
    font-size:12px;
    font-weight:normal;
}
.txt
{
    font-size:11px;
    font-style:italic;
    color:#5a5a5a;
}
.RecordDetail
{
    width:100%;
    padding:5px;
    text-align:left;
    background-color:#FFFFFF;
    font-size:12px;
    border:solid 1px #dcdcdc;
    border-radius: 8px;
    margin-top:5px;
}
.RecordDetail:hover
{
    background-color:#f9f9f9;
}
.srno
{
    background-color:#3C8DBC; border-radius:20px; margin-left:auto; margin-right:auto; padding:5px; color:#f9f9f9; font-weight:bold;
}
.RecordImage
{
    width:40px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    cursor:pointer;
}
.RecordImage:hover{
    -webkit-transform: scale(2.5,2.5);
    -moz-transform:scale(2.5,2.5);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.GuardImage
{
    width:100px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    cursor:pointer;
    z-index:-105;
}
.GuardImage:hover{
    -webkit-transform: scale(1.5,1.5);
    -moz-transform:scale(1.5,1.5);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.GallaryImage
{
    width:100px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    cursor:pointer;
}
.GallaryImage:hover{
    -webkit-transform: scale(2.5,2.5);
    -moz-transform:scale(2.5,2.5);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.menudiv a
{
    height:100px; 
    border:solid 1px #dcdcdc;
    border-radius:10px; 
    background-color:#FFFFFF; 
    text-align:center; 
    width:200px; 
    padding:10px;
    font-size:16px; 
    color:#5a5a5a;
    margin:5px;
    float:left;
    transition: background-color 1.5s ease;
}
.menudiv a:hover
{
    background-color:#3C8DBC;
    color:#f9f9f9;
}
.menudiv a:hover font
{
    display:none;
    /*border:solid 1px #AAD9F4;
    background-color:#f9f9f9;
    color:#367fa9;*/
}

.menudiv a:hover i
{
    text-align:center;
    font-size:60px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    position:relative;
}
.txtheading
{
    padding: 10px;border-radius: 7px; width: 100%; background-color:#f9f9f9; margin-top:5px; text-align:left;
}
.accordion {
   margin: 50px;   
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0; 
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
  }
}

/* CSSTerm.com Flyout CSS menu */

#flyout_menu {
	width: 220px;
	font-family: 'Source Sans Pro', sans-serif;
	 }

#flyout_menu ul, li {
  list-style: none;
  margin: 0;
  padding: 0; 
}

#flyout_menu ul li.hover,
#flyout_menu ul li:hover { position: relative; z-index: 599; }

#flyout_menu ul ul{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}

#flyout_menu ul li:hover > ul { visibility: visible; }

#flyout_menu ul ul { top: 0; left: 100%; }

#flyout_menu span, #flyout_menu a {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-decoration: none; }

#flyout_menu li { background: #F4F4F4; }
#flyout_menu ul li > a:hover { color: #f9f9f9; }
#flyout_menu li:hover, #flyout_menu li.active { background: #357CA5; color:#f9f9f9; }

#flyout_menu a {
    color: #3b3b3b;
    /*line-height: 160%;*/
    padding: 10px 10px 10px 15px;
    width: 220px; }

#flyout_menu ul ul li 
{
    color:#f9f9f9;
	background: #357CA5;
	border-bottom: 1px solid #f9f9f9; }

#flyout_menu ul ul li:hover { background: #357CA5; color:#f9f9f9; }
#flyout_menu ul ul li a { color:#f9f9f9; }

/*Main Top Menu*/
/*#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  border-bottom: 2px solid #db000b;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #000000;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #db000b;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #000000;
  box-shadow: inset 0 0 3px #d9d9d9;
  -moz-box-shadow: inset 0 0 3px #d9d9d9;
  -webkit-box-shadow: inset 0 0 3px #d9d9d9;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
#cssmenu .has-sub {
  z-index: 5001;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #db000b;
  border-bottom: 1px dotted #ff0f1b;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #a80008;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #a80008;
  border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8f0007;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
*/
#cssmenu {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;*/
  /*margin-top:-49px;*/
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}
    #cssmenu > ul {
        /*width: auto;*/
        list-style-type: none;
        padding: 0;
        margin: 0;
        /*background: #f9f9f9;*/
        background-color: #f6f0d6;
        border: 1px solid #f6f0d6;
        /*border-bottom: 3px solid #D25151;*/
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*background: #f9f9f9;*/
  /*background-color:#F34F4F;*/
  background-color:#FF5454;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #FF5454;
  border-left: 1px solid #FF5454;
  border-right: 1px solid #FF5454;
  border-top: 0 none;
}
#cssmenu .has-sub {
  z-index: 5001;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('../images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  /*background: #d80041 url('../images/caret.png') no-repeat;*/
  background: #FF5454 url('../images/caret.png') no-repeat;
  background-position: 90% 195%;
}
    #cssmenu > ul li a {
        display: block;
        padding: 12px 24px 11px 24px;
        text-decoration: none;
        /*color: #747474;*/
        color: #302583;
        transition: width 1.5s, height 1.5s, background-color 1.5s;
        /*text-shadow: 0px 1px 0px #fff;*/
    }
    #cssmenu > ul li a.active,
    #cssmenu > ul li a:hover {
        /*background: #d80041;*/
        /* background:#FF5454;*/
        background: #302583;
        color: #f9f9f9;
        /*text-shadow: 0px 1px 0px #000;*/
    }
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('../images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    /*background-color: #d80041;*/
    background-color:#FF5454;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    /*background: #f9f9f9;*/
    border: 0 none;
    background-color: #DA4C4C;
    border-color: #FF5454;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

/*Main top menu ends here*/

.divGreyBack
{
    background-color: rgba(255, 255, 255, 0.76);
    z-index: 5000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: none;
}
.divGreyBack .inner
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    height: 300px;
    width: 500px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: 0px 1px 35px #082050;
}
.divGreyBack > .inner p
{
    text-align: left;
    padding: 6px 15px;
}
.divGreyBack > .inner > div:first-child
{
    border-bottom: 1px solid rgb(207, 198, 198) !important;
    padding-bottom: 32px !important;
    padding-top: 2px !important;
    text-align: left !important;
    height: 1px !important;
    width: 100% !important;
    background-color: rgb(32, 64, 127) !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
    border-radius: 5px 5px 0px 0px !important;
}
.divGreyBack > .inner > div:first-child > span:first-child
{
    color: #fff !important;
    text-align: right;
    font-size: 20px;
    padding-left: 10px;
}
.infor, .success, .errorNew, .warning, .tip, .secure, .message, .download, .purchase, .print
{
    z-index: 999;
    padding: 3px;
    -moz-box-shadow: 2px 1px 6px 4px #D9EAF5;
    -webkit-box-shadow: 2px 1px 6px 4px #D9EAF5;
    box-shadow: 2px 1px 6px 4px #D9EAF5;
    position: absolute;
    width: 100%;
}

/*Styling for text inside boxes*/
.infor h4, .success h4, .errorNew h4, .warning h4, .tip h4, .secure h4, .message h4, .download h4, .purchase h4, .print h4
{
    margin: -42px 5px 5px 80px;
    padding: 0;
    font-size: 16px;
}
.infor p, .success p, .errorNew p, .warning p, .tip p, .secure p, .message p, .download p, .purchase p, .print p
{
    font-size: 10px;
    color: #000;
    margin: 5px 5px 5px 80px;
}

/*Boxes*/
.infor
{
    border: 1px solid #0e7fad;
    color: #0e7fad;
    background: #c0e9fa;
    background-position: 30px 10px;
}
.success
{
    border: 1px solid #4f8746;
    color: #4f8746;
    background: #d4ffcd;
    background-position: 30px 10px;
}
.errorNew
{
    border: 1px solid #641f1a;
    color: #641f1a;
    background: #ffd2d4;
    background-position: 30px 10px;
}
.warning
{
    border: 1px solid #9d9c49;
    color: #9d9c49;
    background: #fdfdcb;
    background-position: 30px 10px;
}
.tip
{
    border: 1px solid #c77d10;
    color: #c77d10;
    background: #f9d69e;
    background-position: 30px 10px;
}
.secure
{
    border: 1px solid #9638f1;
    color: #9638f1;
    background: #e5cefc;
    background-position: 30px 10px;
}
.message
{
    /* border: 1px solid #000;     color: #000;     background: #efefef;     background-position: 30px 10px;*/
}
.download
{
    border: 1px solid #04b5eb;
    color: #04b5eb;
    background: #f7f7f7;
    background-position: 30px 10px;
}
.purchase
{
    border: 1px solid #426164;
    color: #426164;
    background: #c2e1e3;
    background-position: 30px 10px;
}
.print
{
    border: 1px solid #3c4b5e;
    color: #3c4b5e;
    background: #c8d9e3;
    background-position: 30px 10px;
}
.styled-select.errorR
{
    border-color: #d00 !important;
    color: #d00 !important;
    box-shadow: 1px 1px 10px -2px #d00;
}
.styled-select select.errorR
{
    color: #d00 !important;
}
.styled-select
{
    height: 30px !important;
    overflow: hidden;
    width: 278px;
    border: 1px solid;
    border-color: #849BC9;
    border-radius: 2px;
    -moz-outline-radius: 3px;
    text-align: right;
    color: #3C8DBC;
    padding-top: 8px;
    padding-right: 16px;
    margin-top: 6px;
    outline: 0px solid rgb(215, 204, 104);
    margin-bottom: 6px;
}
.styled-select:hover
{
    border-color: #20407F;
    box-shadow: 1px 1px 10px -2px rgb(32, 64, 127);
}
.styled-select:hover.fa
{
    color: #20407F;
}
.styled-select select
{
    background: transparent;
    border: none;
    font-size: 14px;
    height: 34px;
    padding: 2px 2px 2px 3px; /* If you add too much padding here, the options won't show in IE */
    width: 300px;
    margin-top: -23px;
}
.styled-select select:disabled
{
    color: #6A889E;
}
.styled-select select:disabled .styled-select
{
    border: 1px solid #E6EAED;
}
.styled-select select option
{
    margin: 4px;
    background: none repeat scroll 0% 0% #fff;
    color: #20407F;
    text-shadow: 0px 1px 0px rgba(49, 198, 230, 0.4);
    padding: 10px;
    border-bottom: solid 1px #f4f7fc !important;
    border: none;
}
.styled-select.slate
{
    background: url(../img/arrow.png) no-repeat right center;
    height: 34px;
    width: 240px;
}

.styled-select.slate select
{
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}

.styled-select-error
{
    background: url(../img/arrow.png) no-repeat 97% 8px;
    height: 34px;
    overflow: hidden;
    width: 278px;
    margin-left: 5px;
    border: 1px solid;
    border-color: #F94D1F #EC1515 #D71818;
    border-radius: 2px;
    -moz-outline-radius: 3px;
}

.styled-select-error select
{
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    font-size: 14px;
    height: 34px;
    width: 300px;
    padding: 5px;
    margin-top: -23px;
}
.styled-select-error select option
{
    margin: 4px;
    background: none repeat scroll 0% 0% #fff;
    color: #726A21;
    text-shadow: 0px 1px 0px rgba(49, 198, 230, 0.4);
}
.styled-select-error.slate
{
    background: url(../img/arrow.png) no-repeat right center;
    height: 34px;
    width: 240px;
}

.styled-select-error.slate select
{
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}
#sign.errorR
{
    border-color: #d00;
    box-shadow: 1px 1px 10px -2px #d00;
}
#sign.errorR:hover
{
    border-color: #d00;
    box-shadow: 1px 1px 10px -2px #d00;
}
#sign:hover
{
    border-color: #20407F;
    box-shadow: 1px 1px 10px -2px rgb(32, 64, 127);
}
/************************************************/
#divExtraRemark
{
    text-align: left;
    padding-left: 10px;
    line-height: 23px;
    font-size: 14px;
    margin-top: 10px;
    min-height: 57px;
    border: dotted 1px #c5d3de;
    width: 93%; /*! margin: auto; */
    padding-left: 10px;
    margin-left: 10px;
}
input[type=text].errorR, input[type=password].errorR, textarea.errorR, input[type=file].errorR
{
    border: solid 1px #d00;
    color: #d00;
    box-shadow: 1px 1px 10px -2px #d00;
}
.loading
{
    box-shadow: none !important;
    background: none !important;
    height: 25% !important;
    width: 95% !important;
}
.spinnerNew
{
    width: 50px;
    margin: 0px auto;
    position: relative;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1) rgba(255, 0, 0, 1) rgba(255, 0, 0, 1) rgba(255, 0, 0, 1);
    height: 50px;
    animation: 0.6s linear 0s normal none infinite rotation;
    -webkit-animation: 0.6s linear 0s normal none infinite rotation;
    border-width: 4px;
    border-radius: 100%;
}