﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 2px;
    padding-right: 2px;
}

.table-responsive
{
    overflow-x: auto;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.mm-header {
    color : darkblue;
}
a.classname
{
    background: url(../Content/Images/hurricane.png) no-repeat top left;
     display: block;
     width: 200px;
    
     text-indent: -9999px; /* hides the link text */
}
p.headertext {
    color:white;
    padding-bottom:0px;
}
div.imagetop {
    padding-top:0px;
    padding-bottom:0px;
    padding-left : 30px;
    padding-right:80px;
}

div.myfooter {
    background-color:#ff6a00;
    text-align:center;
    padding:0px;
    margin:0px;
}

div.mycontainer {    
    background-color:#ff6a00;
}

div.myrow {
    padding-top:40px;
    padding-bottom:40px;
}

div.loginpageimg {
    
    background: url(../Content/Images/voucher1.png) no-repeat top left;
    background-size:contain;
}
.wrapper {
    background-color:#0c0b0b;
}
input[type="file"] {
    
    position: absolute; left: -99999rem
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    overflow:hidden;
}

.customTable th {    
    background-color:#000;
    color: #fff;    
}
.eventTable th {
    border-top:1px solid black;
     background-color:#000;
     color: #fff;
}
.eventTable tr {
    
    border-bottom:1px solid black;
}

.eventTable td {
    padding:5px;
}

.normalTable td {
    padding:5px;
}
.normalTable th {
    padding:5px;
}

.panel-default > .panel-heading-custom {
background-color: #ff6a00 ; color: #fff; }

.btn-default-custom {
    background-color:#ff6a00; color: #fff;
}

.btn-default-nav {
    background: #625e5e; color: #fff;
}

.label-default-custom {
    background: #000; color: #fff;
}

.box {
    box-sizing  : border-box;
   display                 : block;
  padding                 : 0.25em 0.75em;
  border                  : 1px solid #ddd;
  border-bottom           : none;
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
  box-shadow              : 0 0 0.5em rgba(0,0,0,0.0625);
  background              : #fff;
}

.Register td {
    padding :5px;
}

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.modal-progress {
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px;
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: #666666; 
    z-index: 30001;
    opacity: .8; 
    filter: alpha(opacity=70);
    display:none;      
}

    .modal-progress p {
        position: absolute; 
        top: 30%; 
        left: 45%; 
        color: White;
    }

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.requirefield:after {
    content: "*";
    font-weight: bold;
    color:red;
    font-size:larger;   
}
.webGrid {
        width:100%;
    }
    .header {
    }
    .webGrid th, .webGrid td {
        border: 1px solid #c0c0c0;
        padding: 5px;
    }
    .alt {
        background-color: #E8E8E8;color:#000;
    }
th, td {
        padding:5px;
    }
    th 
    {
        background-color:rgb(248, 248, 248);            
    }
    #gridT,  #gridT tr {
        border:1px solid #0D857B;
    } 
    #subT,#subT tr {
        border:1px solid #f3f3f3;
    }
    #subT {
        margin:0px 0px 0px 10px;
        padding:5px;
        width:95%;
    }
    #subT th {
        font-size:12px;
    }
    .hoverEff {
        cursor:pointer;
    }
    .hoverEff:hover {
        background-color:#0ff;
    }
    .expand {
        background-image: url(/Images/pm.png);
        background-position-x: -22px;
        background-repeat:no-repeat;
    }
    .collapse  {
        background-image: url(/Images/pm.png);
        background-position-x: -2px; 
        background-repeat:no-repeat;
    }
@media (max-width: 768px) { /* use the max to specify at each container level */
    .specifictd {    
        width:360px;  /* adjust to desired wrapping */
        display:table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }
}
