/* CSS Document */

.dowBox{
width:11%;
height:auto;
background-color:#f8f9fa;
display:inline-block;
margin:3px;
border:1px solid rgba(132,132,132,1.00);
vertical-align: top;
}

.dowBoxHead{
padding:2px;
text-align:center;
background-color: rgba(128,30,36,1.00);
color:#fff;
font-size:.8em;
}

.sw_addName {
font-size: 1.2em;
position:fixed;
top:0px;
width:60%;
height:100%;
margin-right:auto;
margin-left:auto;
z-index:999999;
background-color:#fff;
-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.45);
box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.45);
padding:80px 20px;
}

.joined-team-message-wrapper {
    text-align: center;
}

.war_form{
width:50%;
position:relative;
margin-right:auto;
margin-left:auto;
background-color:#CFF;
padding:10px;
}

.dowBoxHeadTeam{
height:auto;
background-color:#f8f9fa;
display:inline-block;
margin:3px;
border:1px solid rgba(132,132,132,1.00);
vertical-align: top;	
}

.dowBoxHeadTeam{
padding:2px 8px;
background-color: #0035b5;
color:#fff;
width:100%;
}

.closeBox{
position:relative;
margin-top:-50px;
float:right;
}

.required:after{
content:" *"; 
}

.tableNoBorder{
border: 0px solid #fff !important;
}


.swAdmin-content{
padding:30px;
}

.fullInput {
width: 100%;
box-sizing: border-box;
}

.actButton{
display:inline-block;
}

form.update-form {
    display: inline;
}
table.posts .actButton {
    margin: 5px 0;
}
table.posts td:last-child {
    text-align: left !important;
}

@media only screen and (max-width: 400px) {
    .war_form tr td {
        display: block;
    }
}

@media only screen and (max-width: 600px) {   
    .sw_addName {
        left: 5%;
        width: 90%;
    }
    .war_form {
        max-width: 100%;
        width: 325px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .sw_addName {
        left: 10%;
        width: 80%;
    }
    .war_form {
        max-width: 100%;
        width: 325px;
    }
}