



.MyclassAnnouncements{

  top:5px;
  background:black;
  color: black;
      -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  margin-bottom: 10px;
  padding: 6px;
  margin-top: -20ps;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


 .slick-active{
 height: 200px !important;
 }
  img.slick-active{
 max-height: 200px !important;
 }
 .coursetitleW{
	vertical-align: bottom;
 }



 .list-group-item{
	background: #edecec;
	color:#ff0000;
	font-family: "Open Sans",​sans-serif;
	font-weight: 300;
	padding: 5px;
	font-size: normal;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	letter-spacing: 4px;
	width: 100%;
 }

  .list-group-item:hover{
	background: #808080;
	color:white;
 }

  .list-group-item-sec{
	font-family: "Open Sans",​sans-serif;
	font-weight: 300;
	padding: 2px;
	font-size: normal;
	#border: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	width:100%;
	margin-left: 0%;
	color: black;
 }
   .list-group-item-sec.fa{

	font-size: x-large;
	padding: 5px;

 }

 .spaceme{
	 margin-bottom: 5px;
	 margin-top: 5px;
 }

 .panel{
	   }

	   .green{
		   color: green;
	   }

.tasks{
    /*Step 2: Basic Button Styles*/
    display: block;
    background: rgb(249,249,249) ;
    #width: 70px;
    font-size: x-small;
    border: 1px solid #A8A8A8  ;

    /*Step 3: Text Styles*/
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

  /*
      -webkit-box-shadow: 0 1px 2px #F0F0F0 ;
    -moz-box-shadow: 0 1px 2px #F0F0F0 ;
    box-shadow: 0 1px 2px #F0F0F0 ;
    */

   margin-bottom: 3px;
   margin-left: 6px;
   margin: 5px;
   padding: 3px;
   padding-right: 4px;
   color: black;

   background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 32%, #ededed 62%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#f3f3f3), color-stop(62%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 32%,#ededed 62%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 32%,#ededed 62%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 32%,#ededed 62%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 32%,#ededed 62%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */




}

.tasks:hover{
    background: #a8a8a8 ;
    color: white !important;
}
a{
    color: black;
}

a:hover{
    background: #a8a8a8 ;
    color: white;
}

.floatleft{
	float:left;
}

.blue{
color: blue;

}

#messanger-content-outter{
	max-height: 70%;
	width: 100%;
	overflow-y: scroll;
	background: gray;
	background-color: black;
    border: 1px solid black;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    z-index: 5000;
    position: fixed;
    top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white !important;



}

.metro{
	cursor: pointer !important;

}

.closeMSG{
	font-size: xx-large;
	color: red;
	padding: 10px;
position: relative;
right: 10px;
bottom: 10px;
float: right;
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
margin-bottom: -10px;
}

.metro {
    background: none repeat scroll 0 0 red;
    color: white;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: small;
    font-weight: 600;
    margin: 0 0 0 25%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}


    .metro:hover {
    background: #f80000;
    color: black;
    font-size: normal;
    cursor: pointer;
		}


.content-section{
	border-bottom: 0px solid black;
}

.sidemenuhelper{

 background:  rgba(255,255,255,0.55);
 color: black;

}





 .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #f80000;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.littleme{
	height: 40px !important;
	max-height: 40px !important;
	min-height: 40px !important;
}




.overlay {
    background-color: black;
    background: black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.90;
    filter: alpha(opacity = 90); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    max-height: 70%;
    overflow-y: scroll;
    border: 2px dotted rgba(255,0,0,0.17)
}


.courselogo{
 padding-bottom: 30px;
 padding-top: 20px;
}

img.courselogo  {
  max-width: 130px;
  height: auto;
}




 .productimage{

	 max-height: 100px;
	 height: 60px;
	 width: auto;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: auto;

 }
 .prod-wrapper{
	padding: 10px;
	border: 1px solid #efefef;
	border-radius: 3px;
	margin-top: 10px;
	height: 130px;

 }

 .coursedescription{
	height: 60px;
	overflow-y: scroll;
 }

 .summary{
	 color: blue;
	 text-align: justify;
 }

         .button-xsmall {
            font-size: 70%;
        }

        .button-small {
            font-size: 85%;
        }

        .button-large {
            font-size: 110%;
        }

        .button-xlarge {
            font-size: 125%;
        }
 .blue{

 }




.forumdiv{
	background: rgba(240,240,240,0.28);
	color: red;
}
.forummessages{
	color: black;
	border: 1px solid gray;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 95%;
	margin-left: 2.5%;
	background: #ffc;
	padding: 3px;
	font-family: 'Coming Soon', cursive;
	  -moz-box-shadow:2px 3px 3px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 2px 3px 3px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 2px 3px 3px rgba(33,33,33,.7);

}

 .myLink-url{
 text-decoration: underline;
 color: blue;
 }


.forummessages:nth-of-type(even) {
  -o-transform:rotate(1deg);
  -webkit-transform:rotate(1deg);
  -moz-transform:rotate(1deg);
  position:relative;
  top:5px;
}
.forummessages:nth-of-type(3n) {
  -o-transform:rotate(2deg);
  -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  position:relative;
  top:-5px;
}
.forummessages:nth-of-type(5n) {
  -o-transform:rotate(-1deg);
  -webkit-transform:rotate(-1deg);
  -moz-transform:rotate(-1deg);
  position:relative;
  top:-10px;
}

.avatar{
 max-height: 45px;
 max-width: 45px;
 margin: 3px;
	float: left;
}
.avatarR{
 max-height: 35px;
 max-width: 35px;
 margin: 3px;
	float: left;
}
.floatright{
	float: right;
	margin-right: 5px;
}

.poster{
	margin-left: 4px;
}

.msgControl{
	font-size: large;
	padding: 7px;
	color: blue;
}

.fa-times{
	#color: red;
}

.metrol{
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid grey;
    color: red;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 75%;
}

.metrol:hover{
	background: #b00000;
	color: white;

}


.ForumThreads{
	#border: 1px solid rgba(115,115,115,0.52);
}
.inputrow{
	border: 1px solid rgba(115,115,115,0.52);
}

.messagebody{
	min-height: 120px;
	text-align: left;
	text-align: justify;
}
.forummessages{
	float: left;
    text-align: left;
}
.fa{
font-size: normal;
padding: 3px;
}
.fa.btn{
font-size: small;
padding: 3px;
}
.red{
color:red;
}
.bold{
font-weight: bold;
}

.livelink   {
    text-decoration: underline;
 }

.slick-tip{
	#display: none;
}
.intro{
	color: red;
}


 .littlelogo{
max-height: 30px;
}


.testimonial {
    margin: 0;
    background: gba(255, 255, 255, 0.55);
    padding: 10px 50px;
    position: relative;
    #font-family: Georgia, serif;
    color: #707070;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;

    background-image: linear-gradient(#a8a8a8, #afafaf);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8a8a8), to(#afafaf));
    background-image: -webkit-linear-gradient(top, #a8a8a8, #afafaf);
    background-image:    -moz-linear-gradient(top, #a8a8a8,  #afafaf);
    background-image:     -ms-linear-gradient(top, #a8a8a8, #afafaf);
    background-image:      -o-linear-gradient(top, #a8a8a8, #afafaf);

}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    font-family: Georgia, serif;
    line-height: 1;
    #color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #afafaf;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}​

blockquote, blockquote p {
    color: #050505;
    line-height: 1.6;
}

.testimonialP{
 text-shadow: none;
}


a {
   # color: blue;
}

.messagae{
color: snow !important;
}

.tiny.vanishing{
	color: black;
}




.controls3{
  # margin-left: 20px;
  # margin-right: 20px;
    margin-top: -20px;
    margin-bottom: 20px;

}
.thickrow{
	height: 80px;
}
.normalrow{
	height: 40px;
}
.thickerrow{
		height: 200px;
}

.hidden{
	display: none;
}
.mypageX{
margin-bottom: 100px;

}

.currentpagex{
	border-bottom: 1px solid blue;
	padding-bottom: -4px;
}





 body{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
         #   font-family: 'Lato', sans-serif;
                    font-weight: 100;

    font-size: large;
    margin: 0px;
    #background-image: url("/assets/css/grass.png");
    #background-image: url("/assets/css/wynn.png");
    background: #4B1900;
    background: #FFF5D8;
    background: #663300;
     background: #F7F2E0;

}
.myheadings{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
     #   font-family: 'Lato', sans-serif;
        font-weight: 100;
    font-size: small;
    margin: 0px;
}

.pointmeX:hover{
	color: blue;
	background: yellow;
	cursor: pointer;

}

.focused{
	color: blue;
	text-decoration: underline;

}

.flexspacing{
	height: 10px;
}

@media only screen and (min-width: 641px)
{
.myheadings{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
     #   font-family: 'Lato', sans-serif;
        font-weight: 100;
    font-size: xx-large;
    margin: 0px;
}
.flexspacing{
	height: 35px;
}


}

.rectangle{
   # width: 170px;
	#height: 130px;

}

.square{
    width: 180px;
	height: 180px;

}
.imgUpload{

	background: #e2e2e2;
	cursor: pointer;
	text-align: center;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: scroll;
}

.imgUpload:hover{
	background: #ffee4c;
}



.floatright{
	float: right;

}
.bluetext{
	color: blue;
}
.mright{
	margin-right: 20px;
}

.myfields{
	background: #C60F13;
	color: blue;
	margin: 3px;
	padding: 3px;
	width: 45%;
	float: left;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}




.myfieldsBUT{
	background: red;
	color: white;
	margin: 2px;
	padding: 3px;
	#width: 30%;
    float: left;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.myfieldsBUT:hover{
	background: #b8b8b8;
	color: blue;
}



.narrow{

}


.fieldlegend{
	#color: white;
	font-size: 15px;
	#margin-bottom: -5px;
}

.centered{
	text-align: center;
	vertical-align: middle;
}



 body{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
    font-family: 'Lato', sans-serif;
    font-weight: 900;

    font-size: large;
    margin: 0px;
}
.myheadings{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
     #   font-family: 'Lato', sans-serif;
        font-weight: 100;
    font-size: small;
    margin: 0px;
}

.pointmeX:hover{
	color: blue;
	background: yellow;
	cursor: pointer;

}

.focused{
	color: blue;
	text-decoration: underline;

}

.flexspacing{
	height: 10px;
}

@media only screen and (min-width: 641px)
{
.myheadings{
    font-family: 'Open Sans';
    font-family: 'Raleway', sans-serif;
     #   font-family: 'Lato', sans-serif;
        font-weight: 100;
    font-size: xx-large;
    margin: 0px;
}
.flexspacing{
	height: 35px;
}


}



.square{
    width: 180px;
	height: 180px;

}
.imgUpload{

	background-image: url("/assets/css/wynn2.png");
	cursor: pointer;
	text-align: center;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: scroll;
	color: black;
	height: 200px;
}

.imgUpload:hover{
	background-image: url("/assets/css/wynn4.png");
	color: white;
	border: 2px solid white;
}

.imgUploadX{

	background-image: url("/assets/css/wynn2.png");
	cursor: pointer;
	text-align: center;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: scroll;
	color: black;
	height: 200px;
}

.imgUploadX:hover{
	background-image: url("/assets/css/wynn4.png");
	color: white;
	border: 2px solid white;
}


.floatright{
	float: right;

}
.bluetext{
	color: blue;
}
.mright{
	margin-right: 20px;
}

.mypageX{
	border: 1px dashed blue;
}

.stayput{
	#position: fixed;
	#top:70px;
	#left:0px;
	margin-top: 0px;

}
.clear{
	color: red;
	float: left
}

.deleteupload{
	text-align: center;
	vertical-align: middle;
	float: center;
}
.outsidedel{
	text-align: center;
	vertical-align: middle;
}



.dz-upload{
	color: white;
}


.spinner {
  width: 30px;
  height: 30px;
  background-color: white;

  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.pages{
	#color: white;
	cursor: pointer;
	padding-right: 5px;
}

.pages:hover{
	background: #fcc539;
}

.pagenav{
max-width: 110%;
#max-height: 60px;
overflow-x: scroll;
overflow-y: scroll;
}

.mygridlist{
    padding: 10px;
 	#height:320px;
	vertical-align: middle;
	text-align: left;
   font-size: larger;
   	#background: #e8e8e8;
    #background-color: #ffea6e;
   	#background-image: url("/assets/css/pattern-aq92.png");
   	#   	background-image: url("/assets/css/pattern-axt7.png");
   	#background-image: url("/assets/css/forsaleysign.png");
   	background-image: url("/assets/css/wynn2.png");
   	border: 0px solid white;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
   border-radius: 4px; /* universal */
   cursor: pointer;
   color: black;
   #font-weight: bold;
   margin-bottom: 45px;

   -moz-box-shadow: 10px 10px 5px #330000;
-webkit-box-shadow: 10px 10px 5px #330000;
box-shadow: 10px 10px 5px #330000;

 }

 .mygridlistinside{

	#padding: 5px;
	width: 100%;
	height: 100%;
   #position: relative;
   top: 10px;
 }


.edit{
	color: blue;
	cursor: pointer;
	position: relative;
 }
.edit:hover{
	color: red;
}


.groupy{
	color: blue;
	cursor: pointer;
	position: relative;
 }
.groupy:hover{
	color: red;
}

.tiny{
	font-size: x-small;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
}


.large{
	font-size: large;
}

.upplerleft{
	#margin-top: -20px;
	#margin-left: -60px;
	#float: left;
	#margin-top: 3px;
	#margin-left: -5px;
}
.lowerLeft{
	position: absolute;
	bottom: 0px;
	left: 5px;
}

.lowerRight{
	position: absolute;
	bottom: 0px;
	right: 5px;
}

.rightTop{
	position: absolute;
	top: 0px;
	right: 5px;
}

.clickable{
	cursor: pointer;
}
.clickable:hover{
	color: blue;
}

.littlespace{
    margin-left: 5px;
    margin-right: 5px;
}

.floatleft{
    float: left;
}

 @import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,800);

.mylittletabz {
  /* height: 205px; */
  /* height: 205px; */
  /* width: 150px; */
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  #background-color: rgb(238, 99, 42);
  background-color: white;
  content: "";
  position: relative;
  text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
  float: left;
  left: 1px;
  bottom: -20px;
  float: bottom;
  z-index: 51;
  color: red;
  border: 2px solid red;
  #-webkit-transform: skewX(-45deg);
  #transform: skewX(-45deg);

  #    -webkit-transform: rotate(45deg);
  #  -moz-transform: rotate(45deg);
  #  -o-transform: rotate(45deg);
  #  -ms-transform: rotate(45deg);


  z-index: -10;
  color: transparent;
   border: 2px solid transparent;

     -moz-box-shadow: 4px 4px 2px #003300;
-webkit-box-shadow: 4px 4px 2px #003300;
box-shadow: 4px 4px 2px #003300;


}

.marginr{
    margin-right: 10px;
}
.marginl{
    margin-left: 10px;
}

.algentname{

    }

a {
    text-decoration: none;
    color: inherit;
}

.outsideli{
    overflow: hidden;
    padding: 20px
}

.makeoffer{
    background: #944d00;
     background: red;
    color: white;
    padding: 5px;
    cursor: pointer;
      -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
   border-radius: 4px; /* universal */
     width: 80%;
     margin-left: 5%;

}

.makeoffer:hover{
    background: brown;
    color: white;

}


.focused{
	color: white;
	text-decoration: underline;

}

.pointmeX{
 	 	padding-left: 20px;
 	padding-right: 20px;
 	border: 2px solid transparent;
 	color: black;

}

.pointmeX:hover{
	color: black;
	background-image: url("/assets/css/wynn2.png");
	border: 2px solid white;
}





.tinymsg{
    color: white;
    font-size: small;
    /*background: #ffa865;
        padding: 3px;
        border: 1px solid #8f3e00;
    */
    border-radius: 3px;

    text-decoration: none;
    text-shadow: none;
    border: 1px solid transparent;
}

.tinymsg:hover{
    font-size: small;
    #background: #8f3e00;
    color: yellow;
    cursor: pointer;
 }


input[type="text"] {
    color: #7E3517;
    font-weight: 900;
}
input[type="password"] {
    color: #7E3517;
        font-weight: 900;

}
input[type="email"]
{
    color: #7E3517;
        font-weight: 900;

}


.outsideli{
    overflow: hidden;
    padding: 20px
}


.mygridlist{
    padding: 10px;
 	#height:320px;
	vertical-align: middle;
	text-align: left;
   font-size: larger;
   	#background: #e8e8e8;
    #background-color: #ffea6e;
   	#background-image: url("/assets/css/pattern-aq92.png");
   	#   	background-image: url("/assets/css/pattern-axt7.png");
   	#background-image: url("/assets/css/forsaleysign.png");
   	background-image: url("/assets/css/wynn2.png");
   	border: 0px solid white;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
   border-radius: 4px; /* universal */
   cursor: pointer;
   color: black;
   #font-weight: bold;
   margin-bottom: 45px;

   -moz-box-shadow: 10px 10px 5px #330000;
-webkit-box-shadow: 10px 10px 5px #330000;
box-shadow: 10px 10px 5px #330000;

 }

 .mygridlistinside{

	padding: 5px;
	width: 100%;
	height: 100%;
  position: relative;
  top: 10px;
 }

.fa-check{
    margin-right: 5px;
    color: red;
}
.fa-square-o{
    margin-right: 15px;
}

.bluetext{
#color: #7E3517;
color: inherit;
}


 .tooltip{
     background: #7E3517;
     color: white;
     border: 2px solid white;
     background-image: url("/assets/css/wynn4.png");
     z-index: 4000;
 }


 .clickable:hover{
     color: red;
 }


 .mygridlistXR{

   	background-image: url("/assets/css/wynn4.png");
   	border: 0px solid white;
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
   border-radius: 2px; /* universal */
   cursor: pointer;
   color: white;
   position: relative;
   top: -11px;
   left:-42px;
   z-index: 40;
   padding-left: 2px;
   padding-right: 2px;
   border-top: 2px solid white;
      border-left: 2px solid white;
 }


  .mygridlistX{

  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  margin-right: 15px;
 }

.mygridlistL{
    #padding: 10px;
 	#height:320px;
	vertical-align: middle;
	text-align: left;
   font-size: small;
   	#background: #e8e8e8;
    #background-color: #ffea6e;
   	#background-image: url("/assets/css/pattern-aq92.png");
   	#   	background-image: url("/assets/css/pattern-axt7.png");
   	#background-image: url("/assets/css/forsaleysign.png");
   	background-image: url("/assets/css/paper.png");
   	border: 0px solid white;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
   border-radius: 4px; /* universal */
   cursor: pointer;
   color: black;
   font-weight: bold;
   margin-bottom: 5px;

   -moz-box-shadow: 10px 10px 5px #330000;
-webkit-box-shadow: 10px 10px 5px #330000;
box-shadow: 10px 10px 5px #330000;

 }



 div#custom{
     width: 94%;
 }


 .myfieldsD{
	background: #C60F13;
	color: white;
	margin: 3px;
	padding: 2px;
 	font-size: small;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: 45%;
	left: 48%;
	border: 1px dashed blue;
	z-index: 1000;
	    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
      min-width: 40px;
   height: 22px;
}


.myfieldsBUT{
	#background: red;
	background-image: url("/assets/css/wynn2.png");
	color: white;
	margin: 2px;
	padding: 3px;
	width: 45%;
    float: left;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

.myfieldsBUT:hover{
	#background: red;
	background-image: url("/assets/css/wynn4.png");
	color: white;
	border: 2px solid white;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}


.myfields {
  #background: #7E3517;
  #background-image: url("/assets/css/wynn2.png");
  color: white;
  margin: 3px;
  padding: 3px;
  width: 45%;
  float: left;
  font-size: small;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
    color: white;
    border: 1px solid transparent;
}
.myfields:hover {
   #background-image: url("/assets/css/wynn4.png");
  color: white;
  	border: 1px solid white;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

.wbutton{
    #background-image: url("/assets/css/wynn2.png");
    font-size: small;
    position: relative;
    padding: 5px;
    color: black;
    top:0px;
    right: 0px;
    cursor: pointer;
    background: red;
}
.wbutton:hover{
   # background-image: url("/assets/css/wynn4.png");
  color: white;
  	border: 1px solid white;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

.fieldgenerator{
    border: 2px solid white;
    padding: 4px;
    padding-bottom: 10px;
}

.myfieldsBUTF{

	width: 94%;

}

.fulllength{
    width: 94%;
}

.verysmall{
  height: 20px !important;
  width: 80% !important;
  margin: 5px !important;
}
.toright{
    float: right;
}

.choptions{
    color: white;
}

table.choptions>tr>td{
    border:1px solid white;
    color: white !important;
    cursor: pointer;
}
.myfieldsY{
        color: white;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        #  background-image: url("/assets/css/wynn2.png");
  color: white;
  margin: 1px;
  padding: 1px;
   font-size: small;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;


}

.myfieldsY:hover{
        #     background-image: url("/assets/css/wynn.png");

}



.button {
    background-color: #DAC2A3;
    background: #DAC2A3;
   # background-image: url("/assets/css/wynn2.png");
    #border: 2px solid #7e3517;
    border: 2px solid white;
    #color: black;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.000rem;
    #padding: 1rem 1rem 0.5625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    min-width: 150px;
}

.button:hover {
  #background-image: url("/assets/css/wynn4.png");
  color: white;
  border: 2px solid white;
  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.selectedFORM {
  #background-image: url("/assets/css/wynn4.png");
  color: white;
  #transition: url("/assets/css/wynn4.png") 300ms ease-out;
  background: #8A0000;
}


.selectedbutton {
 # background-image: url("/assets/css/wynn4.png");
  color: white;
  #transition: url("/assets/css/wynn4.png") 300ms ease-out;
  background:  #9E0C0F;
}


.top-bar-section li a:not(.button):hover {
    #background: green !important;
}

.top-bar-section li:hover {
   # background: green !important;
}


.top-bar-section ul li.active > a {
    #background: purple !important;
}

.top-bar-section ul li.active > a:hover {
    #background: yellow !important;
}

.logoimage:hover {
     background: transparent !important;
    transition: transparent 300ms ease-out;
}


 a:hover {
    background-color: transparent !important;
    color: red !important;
}

.controlsforms{
    padding-top: 10px;
    cursor: pointer;
    font-size: x-large;
 }

.controlsforms:hover{
    color: red;
 }

 .newdrowzones{
    background-image: url("/assets/css/wynn6.png");
	cursor: pointer;
	text-align: center;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: scroll;
	color: black;
	border: 1px solid white;
	font-size: large;
 }


.outsideli{
    padding-bottom: 20px;
}

.filedocuments{
	background-image: url("/assets/css/wynn6.png");
	cursor: pointer;
	text-align: center;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: scroll;
	color: black;
		font-size: large;

}

.small{
    font-size: small;
}

.nowFocused{
    border: 2px solid yellow;
}

.whiteborder{
    border: 1px solid yellow;
}

.dz-upload{
	color: white;
}



.newdocument{
    padding-right: 50px !important;
    margin-bottom: 10px;
}

.selectablebut{
    border: 1px solid #7E3517;
}

.formbuttons{
    height: 60px;
}
.messageback{
    #color: yellow;
    background: transparent;
    margin: 20px;
    text-decoration: underline;
    font-size: large;
    padding: 10px;
}

.heading{
    font-size: large;
}


     .metro:hover {
	#background-image: url("/assets/css/wynn4.png");
	background: #890000 !important;
    color: white !important;
    cursor: pointer;
    border: 1px solid yellow;
		}


		.metro{
    		cursor: pointer;
		}



		.myfieldsBUTx{
    		background: red;
    		color: white;
    		cursor: pointer;
    		height: 25px;
    		float: left;
    		width:98%;
    		margin-bottom: 5px;
    		   		margin-top: 5px;
		 }

		 .myfieldsBUTx:hover{
    		background: #830000;
    		color: yellow;
		 }



.buttonR {
    background-color: #c60f13;
    #border: 2px solid #7e3517;
    border: 2px solid white;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.75rem;
   # padding: 1rem 1rem 0.5625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.buttonR:hover {
  color: white !important;
  background: #643300 !important;
  border: 2px solid white;
  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

a .buttonR{
    color: white !important;
}

.verylarge{
    font-size: xx-large;
}

.countered{
    #color: #fff2b0;
    padding-bottom: 3px;
    padding-top: 3px;
}
.editprofile{
  color: black;
}

.black{
    color: white;
    font-size: small;
}

.focusednow{
    border: 2px solid yellow;
}


input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #dedede;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 9px yellow;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 2px solid yellow;
}

.matchfound{
    background: #e8e8e8;
    background-image: url("/assets/css/wynn2.png");
    margin: 5px;
    color: black;
    text-shadow: none;
    display: table-cell;
    display: block;
    vertical-align: middle;
    #text-align: center;
    min-height:50px;
    font-size: large;
    font-weight: 900;
    padding: 5px;
    border: 2px solid transparent;
 }

.myinnercontainer{
    position: relative;
     top: 5px;
}


 .matchfound:hover{
     background-image: url("/assets/css/wynn4.png");
     border: 2px solid yellow;
     color: white;
 }




 .matchfoundinner:hover{
     cursor: pointer;
 }


.tinymsgX{
    color: white;
    font-size: small;
    background: #ffa865;
        padding: 3px;
        border: 1px solid #8f3e00;
    border-radius: 3px;

    text-decoration: none;
    text-shadow: none;
    border: 1px solid transparent;
    margin-bottom: 5px;
         background-image: url("/assets/css/wynn2.png");
}

.tinymsgX:hover{
    font-size: small;
    background: #8f3e00;
    color: yellow;
    cursor: pointer;
 }


 .short{
     padding-bottom: 5px;
     padding-top:  5px;
 }


 .thesendaction{
     #margin-bottom: 70px;
     #     margin-top: 30px;
 }
 .CollectCustomValues{
     margin-bottom: 100px;
 }

 .metro{
-webkit-box-shadow: 10px 10px 30px 0px rgba(74,35,0,1);
-moz-box-shadow: 10px 10px 30px 0px rgba(74,35,0,1);
box-shadow: 10px 20px 10px 0px rgba(74,35,0,1);
 }



.agent{
  margin: 10px;
}

 .pointer{
  cursor: pointer;
 }


 .docssent{
    color: black;
    background: red;
    background-image: url("/assets/css/wynn2.png");
    border: 1px solid transparent;
    padding: 4px;
    margin: 4px;
    margin-top: 8px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     opacity: 0.5;

}


.docssent:hover{
    color: white;
    background-image: url("/assets/css/wynn4.png");
    opacity: 0.95;
    }

.sento{
   font-size: small;
}

.docforms{
  text-align: center;
  vertical-align: middle;
  color: white;
  background-image: url("/assets/css/wynn2.png");
  opacity: .95;
  padding:30px;
  height: 110px;
  overflow: scroll;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.95;

  /* Safari 1.x */
  -khtml-opacity: 0.95;

  /* Good browsers */
  opacity: 0.95;


}

a:visited {
   # color: yellow !important;
}

a:visited:hover {
   # color: white !important;
}


.myheadings{
    #font-family: 'Open Sans';
    #font-family: 'Raleway', sans-serif;
     #   font-family: 'Lato', sans-serif;
        font-weight: 900;
    #font-size: xx-large;
    #margin: 0px;
}

