@font-face {
    font-family: convergence;
    src: url(fonts/Convergence-Regular.ttf);
}
.wrapper{
    margin:40px auto;background:#fff;
}

.buttonprimary {
    background: #0095D9 ;
    color: #FFF;
    border: medium none;cursor: pointer;height: auto;font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    vertical-align: baseline;
    font-family: sans-serif;
    text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
}

.buttonsecondary {
    background: #0095D9 ;
    color: #FFF;
    border: medium none;cursor: pointer;height: auto;font-size: 14px;
    font-weight: 600;
    padding: 5px 7px;
    vertical-align: baseline;
    font-family: sans-serif;
    text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
}

.buttontertiary {
    width:80px; height:35px; padding:0px;text-align:center ;font-size: 12px;background: #0095D9 ;
    color: #FFF;
    border: medium none;cursor: pointer;
    padding: 5px 7px;
    vertical-align: baseline;
    font-family: sans-serif;
    text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
    font-weight: 600;
}

hr {
    display: block;
    height: 1px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #CCC -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 0px;
    box-sizing: content-box;
}



.label-style-3{
    width:160px;text-align:right;padding-right:20px;
    font-weight: 600;text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);font-family:myFirstFont6;
    color: #222;
    font-size:12px;
}
.label-style-4{text-align:left;padding-right:20px;text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
               font-family: cambria;
               text-rendering: optimizelegibility !important;
               color: #0c3b99;font-size:15px !important;font-weight: 600;}


.logintextboxes{
    margin-left: 0px;
    width: 60%;border: 1px solid #CDCBCB;
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 500;
    color: #424242;padding: 2px 2px;
    height: 30px;
    background: #FBFBFB none repeat scroll 0% 0%;vertical-align: baseline;font-family: cambria !important;
    text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logintextboxes:focus
{
    border:2px solid #fa7d2f;
}
/*input[type=date]:focus,input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{background:#fff !important;border: 2px solid red !important;} */
/*textarea:focus{background:#fff ;border: 2px solid red !important;}*/
textarea{
                padding:4px;width:90%;height:100%;resize:none;font-family: calibri;font-size: 1.2em !important;font-weight:bold;}
.buttonprimary:hover:enabled {
    background: rgba(0,0,0,0);
    color: #0095d9;
    box-shadow: inset 0 0 0 6px #0095d9;
}

.buttonsecondary:hover:enabled {
    background: rgba(0,0,0,0);
    color: #0095d9;
    box-shadow: inset 0 0 0 6px #0095d9;
}

.buttontertiary:hover:enabled {
    background: rgba(0,0,0,0);
    color: #0095d9;
    box-shadow: inset 0 0 0 6px #0095d9;
}

.msg{
    font-family: Calibri;
    color:#1a0f99;
    font-size: 16px;
    margin-top:10px;
    background:#e5f7ff;
}

.errmsg{
    font-family: Calibri;
    color:#ff0000;
    font-size: 16px;
    margin-top:10px;
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 15px;
        width: 7px;
    }
}

.checkbox, .checkbox-alt {
    border:1px solid #424242;
    background-color: #fff;
    display: inline-block;
    height: 13px;
    width: 13px;
    cursor:pointer;
}
.checkbox label, .checkbox-alt label {
    display: block;
    height: 13px;
    position: relative;
    width: 13px;
}
.checkbox label:after, .checkbox-alt label:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #cee;
    border-top: 2px solid #cee;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: 7px;
    width: 5px;
}
/*.checkbox label:hover:after, .checkbox-alt label:hover:after {
    border-color: #0095d9;
}*/
.checkbox input, .checkbox-alt input {
    display: none;
}
.checkbox input:checked + label:after, .checkbox-alt input:checked + label:after {
    -webkit-animation: check 0.8s;
    -moz-animation: check 0.8s;
    -o-animation: check 0.8s;
    animation: check 0.8s;
    border-color: red;
}

/*option{
    padding:4px 5px;
    color : #222;
    box-shadow:0 0 10px 5px #e5f7ff;
    background: white;
}
option:hover{
    cursor: pointer;
}*/

.blueradio:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.blueradio:not(old) + label{
  display      : inline-block !important;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.blueradio:not(old) + label > span{
  display          : inline-block !important;
  width            : 10px;
  height           : 10px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(0, 149, 217);
  border-radius    : 0.25em;
  background       : #fff;
  vertical-align   : bottom;
}

.blueradio:not(old):checked +  label > span > span{
  display          : block !important;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 1px;
  border           : 0.0625em solid rgb(0, 149, 217);
  border-radius    : 0.125em;
  background       : rgb(102, 207, 255);
  background-image :    -moz-linear-gradient(rgb(0, 149, 217),rgb(102, 207, 255));
  background-image :     -ms-linear-gradient(rgb(0, 149, 217),rgb(102, 207, 255));
  background-image :      -o-linear-gradient(rgb(0, 149, 217),rgb(102, 207, 255));
  background-image : -webkit-linear-gradient(rgb(0, 149, 217),rgb(102, 207, 255));
  background-image :         linear-gradient(rgb(0, 149, 217),rgb(102, 207, 255));
}


/*for search module*/
.SearchModule_{
    margin-left: 0px;
    width: 60%;border: 1px solid #CDCBCB;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #666;padding: 6px 8px;
    height: 30px;
    background: #FBFBFB none repeat scroll 0% 0%;vertical-align: baseline;font-family: sans-serif;
    text-rendering: optimizelegibility !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.09);
}
/*14-01-2015*/
.label-style-2{
    font-family: cambria;
    font-size:17px;
    text-shadow: 1px 1px 1px #666;
    color:#000;
}
.label-style-5{
    font-family: calibri;
    font-size:20px;
    text-shadow: 1px 1px 1px #ffefd5;
    color:#FF3300;
}
.alex{
    font-family:alexBrush;
}
option{
    font-family: myFirstFont6;
    padding:4px 5px;
    font-size:13px;
      color : #000;
      border-radius:20px;
       -webkit-border-radius:20px;
       -moz-border-radius:20px;
      box-shadow:0 0 10px 2px #24769D;
      -webkit-box-shadow:0 0 10px 2px #24769D;
      -moz-box-shadow:0 0 10px 2px #24769D;
      background-color: white;
  }
select option:hover {
    box-shadow: 0 0 10px 100px #F00 inset;
    -webkit-box-shadow: 0 0 10px 100px #F00 inset;
    -moz-box-shadow: 0 0 10px 100px #F00 inset;
    cursor:pointer;
}

select option:disabled
{
    box-shadow: 0 0 10px 100px #ddd inset;
    -webkit-box-shadow: 0 0 10px 100px #ddd inset;
    -moz-box-shadow: 0 0 10px 100px #ddd inset;
    cursor:none;
}

.hide{
    display: none !important;
}
.viewbutton
{
    cursor:pointer;
    width:40px;
    height:40px;
}
.addrecord
{
    cursor:pointer;
    width:40px;
    height:40px;
}
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #0095d9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0095d9;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}


.tooltipr {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltipr .tooltiptextr {
    visibility: hidden;
    width: 120px;
    background-color: #0095d9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltipr .tooltiptextr::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #0095d9 transparent transparent;
}
.tooltipr:hover .tooltiptextr {
    visibility: visible;
}