@CHARSET "UTF-8";
input.button, a.button, button.button {
    display: inline-block;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    cursor: pointer;
    background: #c40000;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjAwMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c40000 0%, #960002 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40000), color-stop(100%, #960002));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c40000 0%, #960002 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c40000 0%, #960002 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c40000 0%, #960002 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c40000 0%, #960002 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#960002', GradientType=0);
    /* IE6-8 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.button:hover, a.button:hover, button.button:hover {
    border: 0px;
    background: #ff3019;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-8 */
}

input.button:disabled, a.button:disabled, button.button:disabled {
    opacity: 0.5;
}

input.button2, a.button2, button.button2 {
    display: inline-block;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    cursor: pointer;
    background: #3792e8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OTJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3792e8 0%, #006de2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3792e8), color-stop(100%, #006de2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3792e8 0%, #006de2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3792e8 0%, #006de2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3792e8 0%, #006de2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3792e8 0%, #006de2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3792e8', endColorstr='#006de2', GradientType=0);
    /* IE6-8 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.button2:hover, a.button2:hover, button.button2:hover {
    border: 0px;
    background: #499bea;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
    /* IE6-8 */
}


input.button2:disabled, a.button2:disabled, button.button2:disabled {
    opacity: 0.5;
}

input.button3, a.button3, button.button3 {
    display: inline-block;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(10,136,0);
background: -moz-linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,0.8631827731092436) 100%);
background: -webkit-linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,0.8631827731092436) 100%);
background: linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,0.8631827731092436) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8800",endColorstr="#02ba2d",GradientType=1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

input.button3:hover, a.button3:hover, button.button3:hover {
    border: 0px;
    background: rgb(10,136,0);
background: -moz-linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,1) 100%);
background: linear-gradient(0deg, rgba(10,136,0,1) 0%, rgba(9,121,20,1) 0%, rgba(2,186,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8800",endColorstr="#02ba2d",GradientType=1);
}


input.button3:disabled, a.button3:disabled, button.button3:disabled {
    opacity: 0.5;
}

.boxes {
    background: #ffffff;
    border: 1px solid #999;
    padding: 10px;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.boxes h1 {
    margin: 5px 0 5px 0;
    font-size: 1.6em;
}

.boxes h2 {
    margin: 5px 0 5px 0;
    font-size: 1.4em;
}

.boxes h3 {
    margin: 5px 0 5px 0;
    font-size: 1.2em;
    color: #336699;
}

.boxes a {
    color: maroon;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em
}

.boxes a:hover {
    color: black;
}

.boxes select, .boxes input[type='text'], .boxes input[type='number'], .boxes input[type='search'], .boxes input[type='url'], .boxes input[type='email'], .boxes input[type='password'], .boxes textarea {
    color: #000;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    /*-webkit-appearance: none;*/
    padding: 6px 10px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.boxes-in {
    margin-top: 5px;
}

.boxes table {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    border-collapse: collapse;
}

.boxes tr.red td {
    background: #FA7F7F;
}

.boxes tr.ui-selected td {
    background: #ddd;
}

.boxes tr.over:hover td {
    background: #FFDB4D;
}

.boxes th {
    color: #000;
    font-size: 1.1em;
    border: 1px solid #ccc;
    padding: 5px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.boxes td {
    color: #000000;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}

.boxes td.s1 {
    color: #000000;
    font-size: 1.1em;
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 2px 5px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

.tabbed {
    margin-top: 46px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}

.boxes-tab {
    margin: 5px 5px -5px 0px;
    list-style: none;
    display: block;
    z-index: 2;
    padding: 0px
}

.boxes-tab li {
    float: left;
    display: block;
    margin-right: 2px;
}

.boxes-tab li a {
    position: relative;
    background: #eee;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    border: 1px solid #999;
    bottom: -4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.boxes-tab li .aktif {
    color: #336699;
    background: #ffffff;
    padding: 8px 10px;
    bottom: 1px;
    border-bottom: 0px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.filter-row td, .filter_row td {
    padding: 0px;
}

.filter-row input, .filter-row select, .filter_row input, .filter_row select {
    margin: 0;
    width: 100% !important;
    border: 0 !important;
    font-size: 1.5em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    /*-webkit-appearance: none;*/
}

.bottom-line {
    border-top: 1px solid maroon;
    margin-top: 2px;
    clear: both
}

.over_div, .over-div {
    display: none;
    position: absolute;
    background: #E3F3FA;
    border: 10px solid #999;
    -moz-box-shadow: 0px 10px 20px #333;
    -webkit-box-shadow: 0px 10px 20px #333;
    box-shadow: 0px 10px 20px #333;
}

.w200 {
    width: 200px;
    margin-left: -100px;
    left: 50%;
}

.w300 {
    width: 300px;
    margin-left: -150px;
    left: 50%;
}

.w400 {
    width: 400px;
    margin-left: -200px;
    left: 50%;
}

.w500 {
    width: 500px;
    margin-left: -250px;
    left: 50%;
}

.w600 {
    width: 600px;
    margin-left: -300px;
    left: 50%;
}

.w700 {
    width: 700px;
    margin-left: -350px;
    left: 50%;
}

.w800 {
    width: 800px;
    margin-left: -400px;
    left: 50%;
}

.wdhmax {
    width: 100% !important;
}

.wdh10 {
    width: 10px !important;
}

.wdh20 {
    width: 20px !important;
}

.wdh25 {
    width: 25px !important;
}

.wdh30 {
    width: 30px !important;
}

.wdh50 {
    width: 50px !important;
}

.wdh60 {
    width: 60px !important;
}

.wdh70 {
    width: 70px !important;
}

.wdh80 {
    width: 80px !important;
}

.wdh100 {
    width: 100px !important;
}

.wdh150 {
    width: 150px !important;
}

.wdh200 {
    width: 200px !important;
}

.wdh250 {
    width: 250px !important;
}

.wdh300 {
    width: 300px !important;
}

.wdh350 {
    width: 350px !important;
}

.wdh400 {
    width: 400px !important;
}

.wdh500 {
    width: 500px !important;
}

.wdh600 {
    width: 600px !important;
}

.wdh700 {
    width: 700px !important;
}

.wdh750 {
    width: 750px !important;
}

.hgtmax {
    height: 100% !important;
}

.hgt10 {
    height: 10px !important;
}

.hgt20 {
    height: 20px !important;
}

.hgt25 {
    height: 25px !important;
}

.hgt30 {
    height: 30px !important;
}

.hgt50 {
    height: 50px !important;
}

.hgt60 {
    height: 60px !important;
}

.hgt70 {
    height: 70px !important;
}

.hgt80 {
    height: 80px !important;
}

.hgt100 {
    height: 100px !important;
}

.hgt150 {
    height: 150px !important;
}

.hgt200 {
    height: 200px !important;
}

.hgt300 {
    height: 300px !important;
}

.hgt350 {
    height: 350px !important;
}

.hgt400 {
    height: 400px !important;
}

.hgt500 {
    height: 500px !important;
}

.hgt600 {
    height: 600px !important;
}

.hgt700 {
    height: 700px !important;
}

.hgt750 {
    height: 750px !important;
}

.reset {
    clear: both;
}

.bld {
    font-weight: bold;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.fem05 {
    font-size: 0.5em !important;
}

.fem06 {
    font-size: 0.6em !important;
}

.fem07 {
    font-size: 0.7em !important;
}

.fem08 {
    font-size: 0.8em !important;
}

.fem09 {
    font-size: 0.9em !important;
}

.fem1 {
    font-size: 1em !important;
}

.fem11 {
    font-size: 1.1em !important;
}

.fem12 {
    font-size: 1.2em !important;
}

.fem13 {
    font-size: 1.3em !important;
}

.fem14 {
    font-size: 1.4em !important;
}

.fem15 {
    font-size: 1.5em !important;
}

.fem16 {
    font-size: 1.6em !important;
}

.fem17 {
    font-size: 1.7em !important;
}

.fem18 {
    font-size: 1.8em !important;
}

.fem19 {
    font-size: 1.9em !important;
}

.fem2 {
    font-size: 2em !important;
}

.fem3 {
    font-size: 3em !important;
}

.fem4 {
    font-size: 4em !important;
}

.fem5 {
    font-size: 5em !important;
}

.mnh100 {
    min-height: 100px;
}

.mnh150 {
    min-height: 150px;
}

.mnh200 {
    min-height: 200px;
}

.mnh300 {
    min-height: 300px;
}

.mnh400 {
    min-height: 400px;
}

.mnh500 {
    min-height: 500px;
}

.mxh100 {
    max-height: 100px;
}

.mxh150 {
    max-height: 150px;
}

.mxh200 {
    max-height: 200px;
}

.mxh300 {
    max-height: 300px;
}

.mxh400 {
    max-height: 400px;
}

.mxh500 {
    max-height: 500px;
}

.mrg0 {
    margin: 0px !important;
}

.mrgt0 {
    margin-top: 0px !important;
}

.mrgb0 {
    margin-bottom: 0px !important;
}

.mrgl0 {
    margin-left: 0px !important;
}

.mrgr0 {
    margin-right: 0px !important;
}

.mrg5 {
    margin: 5px !important;
}

.mrgt5 {
    margin-top: 5px !important;
}

.mrgb5 {
    margin-bottom: 5px !important;
}

.mrgl5 {
    margin-left: 5px !important;
}

.mrgr5 {
    margin-right: 5px !important;
}

.mrg10 {
    margin: 10px !important;
}

.mrgt10 {
    margin-top: 10px !important;
}

.mrgb10 {
    margin-bottom: 10px !important;
}

.mrgl10 {
    margin-left: 10px !important;
}

.mrgr10 {
    margin-right: 10px !important;
}

.mrg15 {
    margin: 15px !important;
}

.mrgt15 {
    margin-top: 15px !important;
}

.mrgb15 {
    margin-bottom: 15px !important;
}

.mrgl15 {
    margin-left: 15px !important;
}

.mrgr15 {
    margin-right: 15px !important;
}

.mrg20 {
    margin: 20px !important;
}

.mrgt20 {
    margin-top: 20px !important;
}

.mrgb20 {
    margin-bottom: 20px !important;
}

.mrgl20 {
    margin-left: 20px !important;
}

.mrgr20 {
    margin-right: 20px !important;
}

.mrg30 {
    margin: 30px !important;
}

.mrgt30 {
    margin-top: 30px !important;
}

.mrgb30 {
    margin-bottom: 30px !important;
}

.mrgl30 {
    margin-left: 30px !important;
}

.mrgr30 {
    margin-right: 30px !important;
}

.pdg0 {
    padding: 0px !important;
}

.pdgt0 {
    padding-top: 0px !important;
}

.pdgb0 {
    padding-bottom: 0px !important;
}

.pdgl0 {
    padding-left: 0px !important;
}

.pdgr0 {
    padding-right: 0px !important;
}

.pdg20 {
    padding: 20px !important;
}

.pdgt20 {
    padding-top: 20px !important;
}

.pdgb20 {
    padding-bottom: 20px !important;
}

.pdgl20 {
    padding-left: 20px !important;
}

.pdgr20 {
    padding-right: 20px !important;
}

.ofa {
    overflow: auto;
}

.ofx {
    overflow-x: auto;
    overflow-y: hidden;
}

.ofy {
    overflow-x: hidden;
    overflow-y: auto;
}

.clr-red {
    color: red !important;
}

#loading {
    display: none;
    position: fixed;
    width: 100px;
    height: 80px;
    margin-left: -50px;
    top: 200px;
    left: 50%;
    border: 5px solid #ddd;
    font-family: Arial;
    background: #fff;
    text-align: center;
    padding: 20px;
    z-index: 10001;
}

#message {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
    position: fixed;
    margin-top: 250px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 10;
}

#message button {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

#message button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.msg_blue h3, .msg_blue button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A7BE6), color-stop(1, #1B6AD3));
    background: -webkit-linear-gradient(top, #2A7BE6 0%, #1B6AD3 100%);
    background: -moz-linear-gradient(top, #2A7BE6 0%, #1B6AD3 100%);
    background: -o-linear-gradient(top, #2A7BE6 0%, #1B6AD3 100%);
    background: -ms-linear-gradient(top, #2A7BE6 0%, #1B6AD3 100%);
    background: linear-gradient(top, #2A7BE6 0%, #1B6AD3 100%);
}

.msg_green h3, .msg_green button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #07C700), color-stop(1, #05A300));
    background: -webkit-linear-gradient(top, #07C700 0%, #05A300 100%);
    background: -moz-linear-gradient(top, #07C700 0%, #05A300 100%);
    background: -o-linear-gradient(top, #07C700 0%, #05A300 100%);
    background: -ms-linear-gradient(top, #07C700 0%, #05A300 100%);
    background: linear-gradient(top, #07C700 0%, #green 100%);
}

.msg_red h3, .msg_red button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F50000), color-stop(1, #CC0404));
    background: -webkit-linear-gradient(top, #F50000 0%, #CC0404 100%);
    background: -moz-linear-gradient(top, #F50000 0%, #CC0404 100%);
    background: -o-linear-gradient(top, #F50000 0%, #CC0404 100%);
    background: -ms-linear-gradient(top, #F50000 0%, #CC0404 100%);
    background: linear-gradient(top, #F50000 0%, #CC0404 100%);
}

.msg_blue div {
    color: #1B6AD3;
    margin: 10px;
}

.msg_green div {
    color: #05A300;
    margin: 10px;
}

.msg_red div {
    color: #CC0404;
    margin: 10px;
}

#message h3 {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    margin: 0px;
}

#message h3 span {
    display: inline-block;
    margin: 8px;
}

#dialog {
    display: none;
    background: #E3F3FA;
    border: 1px solid #42BAED;
    position: fixed;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 200px;
    text-align: left;
    z-index: 10000;
}

#dialog h2 {
    margin: 5px;
    background: #2E96FF;
    color: #fff;
    padding: 2px 4px;
    font-size: 1.4em;
}

#dialog div {
    font-weight: bold;
    margin: 10px;
    font-size: 1.1em;
}

#dialog .button, {
    width: 30px;
    float: right;
    margin: 5px;
    font-size: 1.1em
}

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.youtube-player {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
