@import url('normalize.css');
@import url('jquery.ui.css');
/* General Demo Style */
body{
    font-family: Cambria, Georgia, serif /*'Open Sans Condensed','Arial Narrow', serif*/;
    background:#ddd /*#bfded6*//* url(../images/bg3.jpg) repeat top left*/;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-bottom: 25px;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;*/
}
a{
    color: #555;
    text-decoration: none;
}
.container{
    width: 100%;
    position: relative;
    background-color:  #ddd;
}
.clr{
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
.container > header{
    margin: 5px 10px;
    padding: 5px 10px 5px 10px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
    font-size: 30px;
    line-height: 20px;
    margin: 0;
    position: relative;
    font-weight: 300;
    color: /*#128680*/ #333;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
    font-weight: 700;
}
.container > header h2{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 5px 0;
    color: #7c8e8d;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
    
}
/* Header Style */
.codrops-top{
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}
.codrops-top a:hover{
    background: rgba(255,255,255,0.3);
}
.codrops-top span.right{
    float: right;
}
.codrops-top span.right a{
    float: left;
    display: block;
}
/* Demo Buttons Style */
.codrops-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}
.codrops-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #aaa;
    line-height: 20px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.codrops-demos a:hover{
    color: #333;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.codrops-demos a:active{
    background: #fff;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    background: #f6f6f6;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.reference{
    position:fixed;
    left:0px;
    bottom:0px;
    background:#000;
    width:100%;
    font-size:12px;
    line-height:20px;
    text-align:center;
    height:20px;
    -moz-box-shadow:-1px 0px 10px #000;
    -webkit-box-shadow:-1px 0px 10px #000;
    box-shadow:-1px 0px 10px #000;
    font-family: "Segoe UI", Arial
}
.reference a{
    color:#aaa;
    text-decoration:none;
    margin-right:10px;
}
.reference a:hover{
    color:#ddd;
}

/* datagrid */
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 14px;
    color: #444;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.loading_bg {
    background:url(../images/loading.gif) 50% 50% no-repeat;
    height: 600px;
}

/*
    notifications styles
*/
#notification {
    width:  100%;
    position:  fixed;
    z-index:  9999999999;
    left:  0;
    top:  -50px;
    padding-top:  10px;
    padding-bottom:  10px;
    text-align:  center;
    font-size:  1.4em;
    font-weight:  bold;
    -moz-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    -webkit-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    -o-box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    box-shadow:  0px 5px 5px rgba(0,  0,  0,  0.15);
    border-bottom-width:  3px;
    border-bottom-style:  solid;
}
.ie6 #notification {
    position: absolute;
}
#notification .close {
    color:  #FFF;
    width:  20px;
    height:  20px;
    position:  absolute;
    right:  7px;
    top:  7px;
    display:  block;
    text-decoration:  none;
    border-radius:  5px;
    line-height:  18px;
}
.success {
    background:  #D4FFCD;
    border-bottom-color:  #9ADF8F;
    color:  #258815;
}
.success .close {
    background:  #258815;
}
.information {
    background:  #DBECFF;
    border-bottom-color:  #9FC7F5;
    color:  #2850C1;
}
.information .close {
    background:  #2850C1;
}
.warning {
    background:  #FEFCCB;
    border-bottom-color:  #E5DB55;
    color:  #878314;
}
.warning .close {
    background:  #878314;
}
.error {
    background:  #FFD2D3;
    border-bottom-color:  #DF8F90;
    color:  #871414;
}
.error .close {
    background:  #871414;
}
#notification .close:hover {
    background:  #000;
}