@CHARSET "UTF-8";
/* ==========================================================================
   Base style
   ========================================================================== */

* {
	outline:none;
}

html,
button,
input,
select,
textarea {
    color: #222;
	height:25px;
	padding:0;
}

body {
	font-family: Arial,​Sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
}
	
/* ==========================================================================
   Elements
   ========================================================================== */

h1 { font-size:155%; font-family:Gotham-Light; }
h2 { font-size:120%; font-family:Gotham-Light; }
h3, h4, h5, h6 { font-size: 100%  font-family:Gotham-Light;}

ul {margin:0; padding:0;}
ul li {list-style-type:none; margin:0;padding:0;}

.wrapper-content h3 { margin-bottom:0px; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

p {margin:0px; padding:0px;}


/** A=A **/
a {
	outline:none;
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #D50057;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
    clear: both;
}


/* preloader */
.preloader .white-wrapper { padding:5px; background:#fff; border-radius:3px;}


/** error classes **/
input.error { border: 1px solid #cc0000 !important; }
img.error { border: 1px solid #cc0000 !important;}
.error { color: #cc0000 !important;}

/** success classes **/
input.success { border: 1px solid #3CB017 !important; color:#000000 !important; }
img.success { border: 1px solid #3CB017 !important;}
.success { color: #3CB017 !important;}

.bold {font-weight:bold;}

/** warning classes **/
input.warning { border: 1px solid #F7A60C !important; color:#000000 !important; }
img.warning { border: 1px solid #F7A60C !important;}
.warning { color: #F7A60C !important;}

 /** blue men class **/
.blue-men { color: #D50057; }
.pink-cosno { color: #D50057; }

.block {display:block !important;}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.w100{ width:100px !important; }
.w150{ width:150px !important; }
.w250{ width:250px !important; }
.w350{ width:350px !important; }
.w400{ width:400px !important; }
.w450{ width:450px !important; }
.w500{ width:500px !important; }
.w550{ width:550px !important; }
.w600{ width:600px !important; }

.cDark { color:#666; }
.top15 {margin-top:15px;}
label.modern {font-family:Gotham-Light;}

/**
  * Cursors
  */
.pointer { cursor:pointer; }
.lock {cursor: no-drop; cursor: not-allowed }
.move { cursor:move; }
.zoom  { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; }

/**
* Icons

**/
.icon-bin { height:16px; width:16px; background: url(../images/icons/bin.png) no-repeat; display:block;}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Floats */
.left { float:left !important; }
.right { float:right !important; }

.left5 {margin-left:5px;}
.left25 {margin-left:25px;}
.left50 {margin-left:50px;}
.left55 {margin-left:55px;}
.left75 {margin-left:75px;}
.left100 {margin-left:100px;}
.left125 {margin-left:125px;}
.left130 {margin-left:130px;}
.left135 {margin-left:135px;}
.left140 {margin-left:140px;}
.left145 {margin-left:145px;}
.left150 {margin-left:150px;}
.left155 {margin-left:155px;}
.left200 {margin-left:200px;}
.left205 {margin-left:205px;}

.right10 {margin-right:10px;}
.right20 {margin-right:20px;}
.right55 {margin-right:55px;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
    
/* ==========================================================================
   Table setting
   ========================================================================== */

/** default table **/
table {width:100%;}
table th { font-family:Gotham-Light;text-align:left; padding:12px 7px 12px 2px; background:#F6F7F6;border-left:0px solid #cecece; color:#D50057}
table th.first { border-left:0px;}  
table tbody thead tr {border-top:0px solid #cecece; }
table tbody tr {border-top:1px solid #cecece; }
table tbody tr:hover { background:#dedede; }    
table tbody tr td {padding:5px;border-left:0px solid #cecece;}  
table tbody tr .first { border-left:0px;}
table tbody tr .last { border-right:0px solid #cecece; }


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited,
    a:active {
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
 

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

a { outline: none; }

textarea {background: #fff !important; resize:none;}

input, select, textarea {
    -moz-box-sizing: border-box;
    font-family: inherit;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    outline: none;
    padding: 0;
	color: #D50057;
}
input[type="text"], input[type="password"], textarea, select, div.styled, input[type="file"] {
    border: 1px solid #CCCCCC;
	padding-left:3px;
}

div.styled, select, input[type="submit"], input[type="button"], input[type="file"]:after, textarea {
    background: #dede;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ie9 input[type="text"], input[type="password"] {
    line-height: normal;
}
textarea {
    height: 10em;
    width: 100%;
}
div.styled {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.ie7 div.styled {
    border: medium none;
}
div.styled select {
    background-color: transparent;
    background-image: none;
    border: medium none;
    box-shadow: none;
}
.ie7 div.styled select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0.3em 0.5em;
}
input[type="file"] {
    padding: 0;
    position: relative;

}
input[type="file"]:after {
    background: white;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    content: "Upload File";
    display: inline-block;
    left: 100%;
    margin: 0 0 0 0.5em;
    padding: 0.3em 0.5em;
    position: relative;
}
input[type="file"]:active:after {
    box-shadow: none;
}

label:before {
    display: block;
    height: 25px;
    left: -2px;
    position: relative;
    width: 25px;
}
input[type="checkbox"] + label:before {
    background-position: 0 -25px;
}
input[type="checkbox"]:checked + label:before {
    background-position: 0 0;
}
input[type="radio"] + label:before {
    background-position: -25px -25px;
}
input[type="radio"]:checked + label:before {
    background-position: -25px 0;
}
.ie8 label:before {
    content: none;
    display: none;
}
.ie8 input[type="checkbox"], .ie8 input[type="radio"], .ie7 input[type="checkbox"], .ie7 input[type="radio"] {
    left: 0;
    position: static;
}
.ie8 input[type="checkbox"], .ie8 input[type="radio"] {
    margin-right: 0.5em;
    position: relative;
    top: 5px;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
    border-color: #D50057;
}
input[type="submit"], input[type="button"] {
	background-color:#f0f0f0;
    background-position: center bottom;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    color: #080808;
    cursor: pointer;
    font-size: inherit;
    font-weight: bold;
    line-height: 1em;
    padding: 0.2em 1em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #D50057;
}

input[type="submit"]:active, input[type="button"]:active {
    box-shadow: none;
}

input[type="text"], textarea, select, div.styled {
}


