/* CSS Document */

body{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #000000;
    margin:0px;
}
.page_container{
    padding: 10px;
    border: 1px solid #EEE;
}
.allbdr {
    border: 1px solid #006699;
}
#errorMsgBox{
    width: 96%;
    clear: both;
    padding: 1%;
    margin: 2% auto 0 auto;
    display: none;
}
#lm a {
    display: block;	
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    background-color: #B6DEFF;
    background-image: url(images/nav_bg.jpg);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    border: 1px solid #006699;
}

.quotation {
    font-family: "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #c3c3c3;
    text-decoration: none;
    text-align: center;
    font-style: italic;
}
select{	
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    border: 1px solid #999;	
}
input {
    border: 1px solid #999;	
    padding: 2px;
}
textarea {
    border: 1px solid #999;	
    color: #000000;
    background-color: #FFFFFF;
}
#msgbox {
    min-width: 250px;
    clear:both;
    padding: 5px;
}

.btn {
    font-weight: bold;
    color: #000000;
    background-image: url(images/btn_bg.gif);
    background-repeat: repeat-x;
    border: 1px double #666666;
    padding: 5px;
    cursor: pointer;
    display: inline-block
}
.btn:disabled{
    cursor: not-allowed;
    background: #CCC;
}

.btn3 {
    font-weight: bold;
    color: #000000;
    background: url(images/phone_sms.png);
    border: 0px double #666666;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none;
}

/*.btn a {
        color: #000;
}

.btn a:hover {
        color: #FFF;
}*/

.modBtn:hover i{
    -webkit-animation: rotateSpinner 0.2s linear;
    color: #FFF;
}
.modBtn:active i, .modBtn:focus i{
    color: #FFF;
}
.notify {	
    font-style: italic;
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}
.headings_black {
    color: #000000;	
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}
fieldset {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #AED0EA;
    min-width:300px;
    padding: 0px 10px 10px 10px;
}
legend{
    margin: 0 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    color: #2779aa;
}

#lm a:hover {
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #0099FF;
    background-image: url(images/btn_bg.gif);
    border: 1px solid #666666;
}
.whitetext {
    color: #FFFFFF;
}
#login {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border: 1px solid #999999;
}
#login th {	
    font-size: 14px;
    font-weight: bold;
    /*color: #FFFFFF;*/
    background-color: #006699;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
a {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
#leftNav {
    color: #000000;
    width: 200px;
}
#leftNav ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
}
#leftNav li {
    color: #000000;
    padding: 0px;
}
#leftNav li a {
    margin: 0px;
    display: block;
    color: #000000;
    outline: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-image: url(images/arro_green_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;	
    font-size: 11px;
}
#leftNav li a:hover {
    color: #006699;
    background-color: #DAF1FC;
    text-decoration: none;
}
.tblbdr{
    border: solid 1px #85b7dc;
}
.tblbdr tr{
    transition: background 200ms ease-out;
}
.tblbdr tr:nth-child(even){
    background: #E0E0E0;
}
.tblbdr tr:nth-child(odd){
    background: #F0F0F0;
}
.tblbdr tr:hover{
    background: #DAF1FC;
}
.tblbdr2{
    border: solid 1px #333;
    border-collapse: collapse;
    border-spacing: 0px;
}
.tblbdr2 th{
    border: solid 1px #333;
    padding: 1px 5px;
}
.tblbdr2 td{
    border: solid 1px #333;
    padding: 1px 5px;
}

/* .tdbg1{
    background:#E0E0E0;
}

.tdbg2{
    background:#F0F0F0;
} */

.tdhover{
    background:#DAF1FC;
}

.linkbtn{	

    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.linkbtn a{
    background-image:url(images/linkbtn.gif);
    background-repeat: no-repeat;
    height: 35px;
    width: 155px;
    float: left;
    margin: 0px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.linkbtn a:hover{
    color:#FFFFFF;
    text-decoration: none;
    background-image:url(images/linkbtn-o.gif);
    background-repeat: no-repeat;
}

#topSubmenu{	
    font-size: 11px;
}

#topSubmenu a {
    display: block;
    background:#DAF1FC;
    padding: 5px;
}

#topSubmenu a:hover {
    color:#FFFFFF;
    text-decoration:none;
    background:#1DA3E2;
    font-weight: bold;
}

#topSubmenu .current, #topSubmenu .current a {
    color:#FFFFFF;
    text-decoration:none;
    background:#1DA3E2;
    font-weight: bold;
}

#headDiv{
    width: 99%;
    margin: 8px auto 0px auto;
}

.closeLink{
    clear:both;
    float:left;
}

.closeLink a{
    background-image:url(images/close-1.png);
    width: 24px;
    height: 24px;
    float: right;
}

.closeLink a:hover{
    background-image:url(images/close-2.png);
}

.addLink{
    clear:both;
    float:right;
}

.addLink a{
    background-image:url(images/add-1.png);
    width: 24px;
    height: 24px;
    float: right;
}

.addLink a:hover{
    background-image:url(images/add-2.png);
}

.grid{
    border-collapse: collapse;
}

.grid td{
    border: solid 1px #39C;
    padding: 2px;
}

.grid thead{
    text-align: center;
}.selected {
    font-weight: bold;
    text-decoration: none;
}
.footer {
    font-size: 10px;
    color: #999;
    padding: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

#selectedImages{
    display: block;
    clear: both;
}

#selectedImages ul{
    margin: 5px;
    padding: 0px;
    float: left;
    clear: both;
}

#selectedImages li{
    list-style: none;
    float: left;
    border: solid 1px #999;
    margin: 5px;
    height: 90px;
    overflow: hidden;
}

#selectedImages li input{
    float: left;
    position: absolute;
}

#selectedImages li img{
    float: left;
    padding: 2px;
}

#imgSubmitter{
    float: left;
    clear: both;
    margin-bottom: 20px;
}

#loadingDiv{
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    background-image: url(../images/icon_loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.temprivew  {
    display: block;
    padding: 3px;
    margin: 2px 2px;
    float: left;
    /*width: 150px;*/
    /*border-radius: 6px;
    border: 1px solid #AED0EA;
    background-color: #DEEDF7;
    background-image: url(scripts/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;*/
}

.temprivew img{
    border-left: 1px solid #F9DD34;
    padding: 0px 5px;
}

.eitvew  {
    display:block;
    padding:2px;
    margin: 2px 2px;
    float: left;

}

.load a {
    display:block;
    padding:3px;
    margin: 5px 5px;
    float: right;
    border-radius: 6px;
    border:1px solid #AED0EA;
    background-color: #DEEDF7;
    background-image: url(scripts/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;

}

.send{
    display: block;
    padding: 8px;
    margin-top: 15px;
    margin-left:auto;
    border-radius: 6px;
    width: 250px;
    border: 1px solid #AED0EA;
    background-color: #deedf7;
    margin-right: auto;
    margin-bottom: 10px;	
}


.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    display: block;
    float: left;
    background-image: url(images/switch.gif);
    background-repeat: repeat-x;
}
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.pgeact{
    float: left;
    color: #177BE7;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #93CFEB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #EFEFEF;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EFEFEF));
    background: -webkit-linear-gradient(top, #C6E3F7 0%,#7FD4FC 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}


.ver-zebra
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

    margin: 5px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.ver-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 6px 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #039;
}
.ver-zebra td
{
    padding: 3px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #669;
    vertical-align:top;
    width:25%;
}
.vzebra-odd
{
    background: #eff2ff;
}
.vzebra-even
{
    background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
}

.readonly{
    background: #EEE;
    border-color: #CCC;
    color: #666;
}

.rupeeField{
    background-image:url(images/rupee.png); 
    background-repeat: no-repeat; 
    background-position: 3px center; 
    padding-left: 15px;
    font-weight: bold;	
}
#photo-mem{
    height: 150px;
    width: 120px;
    overflow: hidden;
}
#photo-mem img{
    width: 92%;
    border: 1px solid #DFDDDD;
    padding:3px;
}
.std_rm, .std_tm{
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    font-family: sans-serif;
    font-size: 12px;
}
.errorMsg{
    border-color: #F00;
}

.errorSpan{
    color: #F00;
    padding:2px;
    background-color:#FC0;
    margin-bottom:10px;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.pin {
    display: inline-block;
    background: #FEFEFE;
    border: 1px solid #999;
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    min-width: 220px;
    padding-bottom: 15px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

.loading{
    background: url(images/spin.png) no-repeat center center #FFF;
    background-size: contain;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.noresize {
    resize: none; 
}
.vresize {
    resize: vertical; 
}
.hresize {
    resize: horizontal;  
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes rotateSpinner {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-webkit-keyframes swapSpinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg)
    }
}
@-moz-keyframes swapSpinner {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(180deg)
    }
}
.ui-autocomplete-loading {
    background: white url("../../scripts/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete{
    z-index: 99999;
    max-height: 200px;
    overflow: auto;
    box-sizing: border-box;
}
.big-icon{
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
}
.big{
    font-size: 16px !important;
}
.acrodiantr{
    display: none;
    background: #FFF;
}
.hidetr{
    display: none !important;
}
.showtr{
    display: table-row !important;
}
.viewBtn{
    padding: 5px 10px 6px 9px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
.viewBtn:hover{
    color: #FFF;
    background: #000;
}
/* .table{
    width: auto;
    border-collapse: collapse;
    margin-top: 10px;
    max-width: 100%
}
.table tr td{
    padding: 5px 8px;
    border: 1px solid #CCC;
    background: #EEE;
} */
table tr td {
    padding:8px;
}
.adminpage{
    float: right;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a > i{
    line-height: 18px;
}