@import url("buttons.css");

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: #363636;
    background-repeat: repeat-x;
    /*background-image: url(../images/bg/pick_bg.jpg);*/
    background: #f1f1f1;
}

    body.error {
        background-image: url(../images/bg/pick_bg.error.jpg);
    }

    body.dashborad {
        /*background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;*/
    }

        body.dashborad .inner {
            padding-left: 20px;
        }

    body.nobg {
        background-image: none;
        background-repeat: repeat-y;
    }

:focus {
    outline: 0px;
}

ul {
    padding: 0;
    margin: 0px;
}

li {
    list-style: none;
}

hr {
    height: 1px;
    background: #ccc;
    line-height: 1px;
    border: none;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 13px;
    line-height: 35px;
}

h1 {
    font-size: 24px;
}

h2 {
    text-transform: none;
    font-size: 16px;
    line-height: 16px;
    border: none;
    margin: 0 0 15px 0;
    padding: 0;
}

h3 {
    font-size: 15px;
    text-transform: none;
    border: none;
    margin: 0;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}

b {
    font-weight: bold;
}

p {
    line-height: 23px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

pre {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

    img.mid_align {
        vertical-align: middle;
        margin-right: 4px;
        border: 0;
    }

.showme {
    display: inline;
}

.hideme {
    display: none;
}

label {
    font-weight: bold;
    text-transform: capitalize;
}

    label.disabled {
        color: #aaa;
    }

.labelname {
    border: solid 1px #C9C9C9;
    outline: 0;
    line-height: 28px;
    height: 28px;
    padding: 6px 20px 8px 20px;
    margin-left: 2px;
}

.clear {
    clear: both;
}

.f_help {
    display: block;
    font-size: 10px;
    padding: 4px 0;
    color: #a3a3a3;
}

    .f_help span {
        color: #F00;
    }

.f_label {
    position: absolute;
    margin-top: -18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.preloader {
    display: inline-block;
    background-color: #ffffff;
    background-image: url(loader1.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
/*
	loading layout
*/
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    /*	opacity:0.1;
	filter:alpha(opacity=10);*/
    z-index: 1000;
    display: none;
}

#preloader {
    background: #000000 url(../images/loadder/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 90px;
    z-index: 1209;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow: none;
    display: none;
}

#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow: none;
    display: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        line-height: 31px;
        border: 1px solid #e9e9e9;
        border-left: none;
        margin-bottom: -1px;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        display: none;
        background-image: url(../images/bg/NavBg.png);
    }

        ul.tabs li span {
            color: #999;
            display: block;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
            font-size: 11px;
        }

        ul.tabs li a {
            text-decoration: none;
            color: #999;
            display: block;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
            font-size: 11px;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            ul.tabs li a:hover {
                color: #000;
                background-image: url(../images/bg/NavBgHover.png);
            }

        ul.tabs li.active a {
            color: #900;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            ul.tabs li.active, ul.tabs li.active a:hover {
                background: #fff;
                border-bottom: 1px solid #fff;
                color: #000;
            }

.tab_container {
    border: 0px solid #e9e9e9;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding-top: 15px;
}

.tab_content {
    padding: 0px;
    min-height: 50px;
    display: none;
}

    .tab_content .uibutton-group {
        position: relative;
        margin-top: -41px;
        margin-right: 0px;
        float: right;
    }

a {
    color: #e7602b;
    text-decoration: none;
    text-shadow: 0px 0px 0px transparent;
    cursor: pointer;
}

    a:active {
        color: #dc5c29;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
    }

    a:hover {
        color: #06F;
        color: #dc5c29;
        text-decoration: none;
        text-shadow: none;
    }

    a.red {
        color: #F30;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
        cursor: pointer;
    }

        a.red:hover {
            color: #F00;
        }

span img {
    margin-bottom: -3px;
}
/*
.inner h3 {
	color:#666;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 13px;
	line-height: 35px;
}
*/
.show_add, .load_page, .show_edit {
    position: relative;
}
/*
------------------------------------------------------------
		 shoutcutBox in dashborad 
------------------------------------------------------------
*/
.shoutcutBox {
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    position: relative;
    padding: 15px 20px;
    margin: 0 0px 10px 0px;
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

    .shoutcutBox:hover {
        background-color: #ededed;
        -moz-box-shadow: 1px 2px 2px #eeeeee;
        -webkit-box-shadow: 1px 2px 2px #eeeeee;
        box-shadow: 1px 2px 2px #eeeeee;
    }

    .shoutcutBox strong {
        font-size: 18px;
        display: inline-block;
        margin-right: 5px;
    }

    .shoutcutBox em {
        display: inline-block;
        text-transform: capitalize;
        color: #AAA;
    }

    .shoutcutBox.last {
        margin: 0;
    }

.breaks {
    height: 7px;
    background-image: url(../images/bg/beake.png);
    background-repeat: repeat-x;
    background-position: center center;
    margin: 0 0 10px 35px;
}

    .breaks span {
        height: 7px;
        width: 13px;
        background-image: url(../images/bg/beake_s.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        margin: auto;
    }

.SEdemo {
    display: inline-block;
    margin: 0px;
}

.dateBox {
    margin: 8px 0px;
    text-align: left;
}

.nD {
    font-size: 70px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.dD {
    padding-top: 0px;
    font-size: 33px !important;
    float: left;
    line-height: 22px;
}

.fullD {
    padding-top: 4px;
    font-size: 16px;
    color: #aaaaaa;
}

.todate {
    height: 200px;
}

    .todate li {
        padding: 20px 10px;
    }

.newevent {
}

.external-event { /* try to mimick the look of a real event */
    text-shadow: none;
    padding: 10px;
    margin: 0px 0;
    display: inline-block;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
}
/*
------------------------------------------------------------
		 icon List 
------------------------------------------------------------
*/
.iconBox {
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    padding: 7px 10px;
    margin: 10px 5px 10px 5px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

    .iconBox:hover {
        border: 1px solid #d0d0d0;
        -moz-box-shadow: 1px 1px 2px #eeeeee;
        -webkit-box-shadow: 1px 1px 2px #eeeeee;
        box-shadow: 1px 1px 2px #eeeeee;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
        background-color: #eeeeee;
    }

    .iconBox strong {
        font-size: 10px;
        display: inline-block;
        margin-right: 5px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
/*
------------------------------------------------------------
		 list Typography
------------------------------------------------------------
*/
ul.list_arrow, ul.list_arrow2 {
    margin: 0px 0 15px 15px !important;
}

    ul.list_arrow li {
        padding: 2px 2px 2px 0px;
        list-style-image: url(../images/icon/arrow_a.gif);
    }

    ul.list_arrow2 li {
        padding: 2px 2px 2px 0px;
        list-style-image: url(../images/icon/arrow.png);
    }
/*
------------------------------------------------------------
		 news update
------------------------------------------------------------
*/
#news_update ul li .temp_news {
    width: 130px;
    height: 98px;
    border: 1px #DDD solid;
    padding: 2px;
    background-color: #FFF;
    float: left;
    margin-top: 5px;
}

    #news_update ul li .temp_news img {
        width: 130px;
    }

#news_update ul li .detail_news {
    border: 0px #DDD solid;
    margin-left: 145px;
    margin-bottom: 10px;
}

    #news_update ul li .detail_news .datepost {
        color: #BBB;
        margin-right: 2px;
    }

    #news_update ul li .detail_news .morelink {
        display: inline-block;
        background-image: url(../images/icon/link.png);
        height: 15px;
        background-position: right 2px;
        background-repeat: no-repeat;
        padding-right: 15px;
        padding-left: 5px;
        padding-bottom: 2px;
        border-left: 1px #DDD solid;
    }

    #news_update ul li .detail_news p {
        height: 42px;
        overflow: hidden;
        padding: 0px;
        line-height: 20px;
        margin: 0;
    }
/*
------------------------------------------------------------
		 last Contact
------------------------------------------------------------
*/
.msg {
    text-align: left;
    margin-left: 5px;
}

.msg_icon {
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    width: 24px !important;
    height: 24px !important;
}

    .msg_icon.new {
        background-image: url(../images/icon/38.png);
    }

    .msg_icon.open {
        background-image: url(../images/icon/25.png);
    }

    .msg_icon.ans {
        background-image: url(../images/icon/24.png);
    }

.msg_topic {
    margin-left: 25px;
}

    .msg_topic span {
        color: #aaaaaa;
    }

.msg_date {
    text-align: right;
    margin-right: 5px;
}

    .msg_date span {
        font-size: 10px;
        color: #CCC;
        display: block;
    }
/*
------------------------------------------------------------
		 map location
------------------------------------------------------------
*/

.disabled_map {
    width: 100%;
    height: 402px;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #CCC;
    line-height: 400px;
    text-transform: uppercase;
    color: #AAA;
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
}

.map_canvas {
    color: #AAA;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 400px;
}

#map_canvas {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
/*
------------------------------------------------------------
		 icon click open file manager
------------------------------------------------------------
*/

.show_add, .show_edit {
    margin-left: 15px;
}

#open_icon, #open_icon2, #open_icon3, #open_icon_edit {
    height: 30px;
    width: 36px;
    margin: 0 0 0 -1px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/openFiles.png);
}

.data, .dataSet, .dataImg {
    display: none;
}
/*
------------------------------------------------------------
		 title bar
------------------------------------------------------------
*/
.boxtitle {
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 10px;
    color: #AAA;
    padding: 0px 0 15px 0;
    /*	height: 35px;*/
    line-height: 18px;
    text-transform: uppercase;
    font-size: 10px;
}

    .boxtitle img {
        margin-right: 3px;
        margin-bottom: -2px;
    }

    .boxtitle.min {
        margin-bottom: 5px;
    }
/*
------------------------------------------------------------
		 Deletezone 
------------------------------------------------------------
*/
.deletezone {
    width: 100%;
    border: 1px dashed #EEE;
    min-height: 250px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #AAA;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 250px;
    background-image: url(../images/icon/bin.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

    .deletezone img {
        margin-bottom: -4px;
    }

.deletezoneover {
    border: 1px dashed #000;
}

.deletezonedragging {
    border: 1px dashed red;
    color: #F00;
}

.deletezone.small {
    min-height: 200px;
    line-height: 200px;
    font-size: 10px;
    text-transform: capitalize;
    margin: 0;
}
/*
		------------------------------------------------------------
		 input Type 
		------------------------------------------------------------
		*/
textarea {
    background-position: 5px 5px;
    border: solid 1px #dddddd;
    outline: 0;
    padding: 7px 7px;
    min-height: 73px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], .fileupload {
    border: 1px solid #BBB;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), white);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
    height: 40px;
    color: #000;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
    -moz-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
    box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 13px;
    ^height: 30px; /* IE7 */
    padding: 5px 10px; /* IE 7 */
    ^line-height:27px; /* IE7 */
}

input.disabled {
    background: url(../images/lock.png) no-repeat center right !important;
    color: #bcbcbc !important;
}


.select-div {
    height: 40px;
    background: #f8f8f8 url(../images/arrow-d.png) no-repeat right;
    -webkit-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
    -moz-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
    box-shadow: rgba(0, 0, 0, .35) 0px 4px 5px -5px, rgba(0, 0, 0, .10) 0px -4px 5px -5px inset;
    border: 1px solid #BBB;
    border-radius: 2px;
    padding: 0 !important;
    ^background:#fff; /* IE7 */
    ^width:71%; /* IE 7 */
    ^margin-top:-10px; /* IE7 */
}

.select-div-padding {
    padding-left: 10px !important;
}

@-moz-document url-prefix() {
    .select-div {
        overflow: hidden;
    }
}

select {
    width: 115%;
    height: 40px;
    color: #000;
    padding: 10px 10px;
    /*
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		

		overflow: hidden;
		background:#f8f8f8 url(../images/arrow-d.png)  no-repeat right;
		*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
}

    select::-ms-expand {
        display: none;
    }

    input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus, select:focus {
        /*
		border-color: #C9C9C9;
		-moz-box-shadow:0px 0px 8px #dddddd;
		-webkit-box-shadow:0px 0px 8px #dddddd;
		box-shadow:0px 0px 8px #dddddd;
		*/
    }

input[type=text]:disabled, input[type=password]:disabled {
    background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
    background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
    color: #666;
}

input[type=text].error, input[type=password].error {
    height: 30px;
    border: 1px #F00 solid;
    background-position: 5px 5px;
    padding-left: 5px;
}

/* placeholder */
::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
    color: #cccccc;
    line-height: 28px;
}

}
/*select box */
select[multiple] {
    padding: 6px;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #666666;
}

.ui-selectmenu {
    display: inline-block;
    position: relative;
    border: 1px solid #dddddd;
    margin: 0 3px 0 0;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    width: 150px;
    height: 28px;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
}

a.ui-selectmenu, a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited {
    text-decoration: none;
}

.ui-selectmenu-status {
    float: left;
    padding: 7px 10px 0;
    outline: none;
    overflow: hidden;
    font: 11px Arial;
    font-weight: 100;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    width: 105px;
    height: 13px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ffffff;
    font-weight: normal;
    color: #666666;
}

.ui-state-active .ui-icon.ui-selectmenu-icon {
    background: url(../images/forms/seleteup.png) no-repeat right top transparent;
}

.ui-state-highlight .ui-icon.ui-selectmenu-icon {
    background: url(../images/forms/seletedown.png) no-repeat right top transparent;
}

.ui-icon.ui-selectmenu-icon {
    float: right;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    background-color: transparent;
    background-image: url(../images/forms/seletedown.png);
    background-repeat: no-repeat;
    background-position: right -2px;
}

a.ui-selectmenu {
    text-decoration: none;
}

.ui-selectmenu-menu {
    position: absolute;
    display: none;
    top: 0;
    z-index: 9999;
    background-color: #FFFFFF;
    border: 1px solid #dcdcdc;
    padding: 0;
    margin: 1px 0 0 0;
    list-style: none;
    overflow: auto;
    width: 150px;
    max-height: 175px;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu li {
    display: block;
    background: #FFFFFF;
    border-top: 1px solid #f5f5f5;
    line-height: 25px;
    outline: none;
    padding: 0;
    margin: 0;
}

    .ui-selectmenu-menu li:first-child {
        border-top: none;
    }

    .ui-selectmenu-menu li a {
        display: block;
        padding: 6px 10px;
        outline: none;
        overflow: hidden;
        font: 11px Arial;
        font-weight: 100;
        cursor: pointer;
        color: #666666;
        text-decoration: none;
    }

        .ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
            background: #c2e3f0;
        }

.ui-selectmenu.small, .ui-selectmenu-menu.small {
    width: 75px;
}

    .ui-selectmenu.small .ui-selectmenu-status {
        width: 40px;
    }

.ui-selectmenu.big, .ui-selectmenu-menu.big {
    width: 300px;
}

    .ui-selectmenu.big .ui-selectmenu-status {
        width: 255px;
    }

.multiple {
    display: block;
    border: 1px solid #c5c5c5;
    outline: 0;
    padding: 5px;
    cursor: text;
    font: 12px/2em Arial;
    color: #1c1c1c;
    width: 100%;
}

.searchBox {
    position: absolute;
    /*	width: 300px;*/
    height: 21px;
    margin-top: -21px;
    margin-left: -1px;
    /*	left:240px;
	top:150px;*/
}

.searchAutocomplete {
    background-image: url(../images/options2.jpg);
    width: 91px;
    height: 21px;
    cursor: pointer;
}
/*.searchAutocomplete:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}*/
.searchText {
    display: none;
    position: absolute;
    background-color: #000;
    padding: 5px;
    z-index: 15;
}

    .searchText input {
        background: url(../images/search-white.png) no-repeat 10px 6px #f8f8f8 !important;
        border: 1px solid #dcdcdc;
        outline: 0;
        padding: 0px 5px 0px 30px;
        width: 166px;
    }

.formEl_b {
    padding: 10px 0px 20px 0px;
}
    /*fieldset {
		position:relative;
		padding:20px;
		padding: 0px 20px;		
		border:1px solid #ccc;		
		margin-bottom:16px
}
fieldset legend {
		position:relative;
		margin-left:-10px;
		font-weight:700;
		border:1px solid #ccc;
		background:#f2f2f2;
		font-size:12px;
		line-height:24px;
		padding:0 10px;
		*margin-bottom:20px
}	*/
    .formEl_b fieldset {
        border: 1px solid #e6e6e6;
        padding: 20px 20px 20px 20px;
        background: #ffffff;
        margin: 0 0;
    }

        .formEl_b fieldset legend {
            font-weight: 700;
            border: 1px solid #e6e6e6;
            background: #f2f2f2;
            font-size: 12px;
            line-height: 24px;
            padding: 0px 10px;
            margin-left: -10px;
            margin-bottom: 20px;
        }

            .formEl_b fieldset legend span {
                color: #F00;
            }

.sepH_b {
    margin-bottom: 12px;
}
/*
		------------------------------------------------------------
		Form input
		------------------------------------------------------------
		*/
form input.xxsmall {
    width: 5%;
    text-align: center;
}

form input.xsmall {
    width: 10%;
    text-align: center;
}

form input.small {
    width: 20%;
}

form input.medium, form textarea.medium {
    width: 40%;
    max-width: 40%;
}

form input.large, form textarea.large {
    width: 69%;
    max-width: 69%;
}

form textarea.largeXL {
    width: 89%;
    max-width: 89%;
    height: 350px;
}

form input.full, form textarea.full {
    width: 100%;
    max-width: 100%;
}

form .limitchars {
    font-size: 14px;
    color: #aaaaaa;
    text-align: right;
}

form div.section {
    border-top: none;
    padding: 0px 0 13px 0;
    margin: 10px 0 0 0;
}

    form div.section:first-child, .modal_dialog form div.section:first-child {
        border-top: none;
    }

    form div.section.last, .modal_dialog form div.section.last {
        border-bottom: none;
    }

    form div.section > div {
        color: #404040;
        font-size: 11px;
        font-size: 12px;
        margin-left: 33%;
        position: relative;
        padding: 0;
    }

        form div.section > div > label {
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            margin-left: 5px;
        }

        form div.section > div > .select_box {
            margin-left: -1px;
            position: absolute;
            display: inline-block;
        }

    form div.section > label {
        color: #404040;
        float: left;
        margin-right: 5%;
        margin-top: 2px;
        width: 20%;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
    }

    form div.section > div > label.red {
        color: #F00;
        text-transform: uppercase;
    }

    form div.section label small {
        color: #999;
        display: block;
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;
        margin-top: 3px;
        text-transform: none;
    }

ul.rowData li {
    float: left;
    margin-right: 2px;
}

    ul.rowData li.sep {
        line-height: 30px;
    }

    ul.rowData li > input {
        text-align: center;
    }
/*alertMessage*/
#alertMessage {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 45px;
    position: fixed;
    text-align: center;
    width: auto;
    z-index: 100001;
    cursor: pointer;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color: #C2E3F0;
    color: #34667A;
    text-shadow: 1px 1px 1px #C8EBFB;
    display: none;
    right: -20px;
    text-transform: uppercase;
    bottom: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.alertMessage {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 45px;
    width: auto;
    cursor: pointer;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color: #C2E3F0;
    color: #34667A;
    text-shadow: 1px 1px 1px #C8EBFB;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

    #alertMessage span, .alertMessage span {
        border-left: 1px #488eaa solid;
        border-right: 1px #efefef solid;
        margin-right: 10px;
        padding: 5px 0px;
    }

    #alertMessage.error, .alertMessage.error {
        background-color: #fc4a48;
        color: #5A0000;
        text-shadow: 1px 1px 1px #E64040;
        background-image: url(../images/error.png);
        border: 1px #a93a25 solid;
    }

        #alertMessage.error span, .alertMessage.error span {
            border-left: 1px #7a0202 solid;
            border-right: 1px #f08c8a solid;
            margin-right: 10px;
            padding: 5px 0px;
        }

    #alertMessage.success, .alertMessage.success {
        background-color: #9bc652;
        color: #324e03;
        text-shadow: 1px 1px 1px #5c9201;
        background-image: url(../images/checkmark2.png);
        border: 1px solid #69a44d;
    }

        .alertMessage.success span {
            border-left: 1px #688901 solid;
            border-right: 1px #d0e4a7 solid;
            margin-right: 10px;
            padding: 5px 0px;
        }

    #alertMessage.warning, .alertMessage.warning {
        background-color: #fcdb72;
        color: #987402;
        text-shadow: 1px 1px 1px #e7b104;
        background-image: url(../images/help.png);
    }

        #alertMessage.warning span, .alertMessage.warning span {
            border-left: 1px #987402 solid;
            border-right: 1px #fff0c2 solid;
            margin-right: 10px;
            padding: 5px 0px;
        }
/* styled checkboxes */
.iPhoneCheckContainer {
    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
    border: 2px #f1f1f1 solid;
}

    .iPhoneCheckContainer:hover {
        border: 0px #ffffff solid;
        margin: 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    }

    .iPhoneCheckContainer input {
        position: absolute;
        top: 5px;
        left: 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    .iPhoneCheckContainer label {
        white-space: nowrap;
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase;
        cursor: pointer;
        display: block;
        height: 22px;
        position: absolute;
        width: auto;
        top: 0;
        padding-top: 5px;
        overflow: hidden;
    }

    .iPhoneCheckContainer, .iPhoneCheckContainer label {
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

.iPhoneCheckDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

label.iPhoneCheckLabelOn {
    color: #FFF;
    background: url(../images/on.png) no-repeat left top;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    padding-top: 5px;
}

    label.iPhoneCheckLabelOn span {
        padding-left: 13px;
    }

label.iPhoneCheckLabelOff {
    color: #FFF;
    background: url(../images/off.png) no-repeat right 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: right;
    right: 0;
}

    label.iPhoneCheckLabelOff span {
        padding-right: 11px;
    }

.iPhoneCheckHandle {
    display: block;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/slider_left.png) no-repeat;
    padding-left: 3px;
}

.iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url(../images/slider_right.png) no-repeat right 0;
}

.iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url(../images/slider_center.png);
}

.responMsg {
    width: 40%;
    padding: 40px 0 0px 0;
    margin: auto;
    display: none;
}

    .responMsg > div {
        text-align: center;
        padding: 50px 0;
        border: 1px #eeeeee dashed;
    }

    .responMsg h2 {
        display: block;
    }

    .responMsg a {
    }

#versionBar {
    height: 50px;
    background-color: #000;
    background-image: url(../images/top_bgrepeat.jpg);
    text-shadow: none;
    color: #FFF;
    text-align: right;
    font-size: 10px;
    line-height: 50px;
    padding: 0 0px;
}

#login {
    width: 400px;
    height: 254px;
    margin: 20px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -148px;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 5px #f4f4f4 solid;
    min-width: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

    #login .ribbon {
        background-image: url(../images/logform.png);
        position: absolute;
        width: 111px;
        height: 110px;
        z-index: 12;
        margin-top: -8px;
        margin-left: -9px;
    }

    #login .shadow {
        position: absolute;
        width: 434px;
        z-index: -1;
        margin-top: 5px;
        background-image: url(../images/shadowForm.png);
        height: 33px;
        margin-left: -20px;
    }

    #login .inner {
        background-color: #FFF;
        border: 1px #cccccc solid;
        min-height: 230px;
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    #login .logo {
        width: 191px;
        height: 41px;
        margin: 20px auto;
        text-align: center;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 5%;
        left: 50%;
        margin-left: -95px;
        z-index: 11;
        background-color: #FFF;
    }

    #login .formLogin {
        width: 100%;
        text-align: center;
        margin: auto;
        position: relative;
        left: -100px;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 150px;
        padding: 90px 0px 20px 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    #login #username_id, #login #password {
        font-size: 25px;
        background-repeat: no-repeat;
        /*	padding-left: 35px;*/
        text-align: center;
        margin: auto;
        height: 35px;
        background-position: 2px 3px;
        /*	background-position:right center; */
        line-height: 35px;
        color: #999;
        width: 80%;
        margin-bottom: 10px;
        font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    }

        #login #username_id:focus, #login #password:focus {
            color: #000;
        }

    #login #username_id {
        /*background-image: url(../images/icon/user_.png);*/
        background: url(../images/icon/gray_18/user.png) no-repeat 8px 8px;
    }

    #login #password {
        background: url(../images/icon/gray_18/password.png) no-repeat 8px 8px;
    }

    #login .loginButton {
        width: 80%;
        padding: 0px 5px;
        margin: 5px auto 20px auto;
    }

.text_success {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 35px 0;
    line-height: 25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}

    .text_success img {
    }

    .text_success span {
        display: block;
        padding: 10px;
        color: #CCC;
    }
/*....................................................*/

/*
------------------------------------------------------------
		  header
------------------------------------------------------------
*/
#header {
    height: 60px;
    background: #181f29;
    text-shadow: 1px 0 0 #666666;
    color: #ffffff;
    /* position: fixed; */
    z-index: 49;
    -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.20);
    /*	min-width: 480px;*/
    overflow: hidden;
    padding: 13px 20px 0px 20px;
}

    #header a {
        font-weight: normal;
        color: #ffffff;
    }

        #header a:hover {
            color: #ebebeb;
        }

        #header a:active {
            color: #999999;
        }

    #header #account_info {
        margin: 0;
        vertical-align: top;
        text-align: right;
        overflow: hidden;
        float: right;
    }

        #header #account_info div {
            cursor: pointer;
            display: inline-block;
        }

            #header #account_info div:last-child {
            }

            #header #account_info div .red {
                color: #F00;
            }

        #header #account_info img {
        }

            #header #account_info img.disconnect {
                margin-right: 5px;
                margin-bottom: -13px;
                margin-left: 10px;
            }

            #header #account_info img.gear {
                margin-right: -5px;
                margin-bottom: -12px;
                transition: width 2s, height 2s;
                -moz-transition: width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
                -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
                -o-transition: width 2s, height 2s, -o-transform 2s; /* Opera */
            }

            #header #account_info img.gearhover {
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                -moz-transform: rotate(180deg); /* Firefox 4 */
                -webkit-transform: rotate(180deg); /* Safari and Chrome */
                -o-transform: rotate(180deg); /* Opera */
            }

            #header #account_info img.disconnect {
                margin-top: 8px;
            }

#shadowhead {
    /*background-image: url(../images/bg/pick_bg.jpg);*/
    height: 58px;
    background-repeat: repeat-x;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: -5;
    display: none;
}
/*
------------------------------------------------------------
		  Menu left  
------------------------------------------------------------
*/
#left_menu {
    background-image: url(../images/menu_bg.jpg);
    float: left;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 48;
}

.main_menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    list-style: none;
    display: block;
}

    .main_menu li {
        width: 100%;
        border-bottom: 1px solid #212123;
        border-top: 1px solid #3f3f42;
        display: block;
        text-transform: capitalize;
        background-image: url(../images/menu_bg.jpg);
    }

        .main_menu li.active {
            height: auto;
        }

        .main_menu li ul {
            margin-bottom: 10px;
            float: left;
            display: block;
            width: 150px;
            border: 1px #111111 solid;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-top: -52px;
            display: none;
            clear: both;
            background-position: right top;
            list-style: none;
            position: absolute;
            left: 200px;
            margin-left: 10px;
            -webkit-box-shadow: 2px 2px 3px 2px #333333;
            -moz-box-shadow: 2px 2px 3px 2px #333333;
            box-shadow: 2px 2px 3px 2px #333333;
            background-image: url(../images/bg/214.png);
        }

            .main_menu li ul li {
                height: 45px;
                background-image: none;
                border-bottom: 1px #111111 solid;
                border-top: 1px #333333 solid;
                width: auto;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all.2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all.2s ease-out;
                padding-left: 0px;
                padding: 3px 0;
            }

        .main_menu li .arr {
            position: absolute;
            width: 6px;
            height: 100%;
            padding-left: 10px;
            left: -16px;
            top: 0;
            z-index: 100;
        }

            .main_menu li .arr span {
                position: absolute;
                background-image: url(../images/arr3.png);
                width: 6px;
                height: 12px;
                top: 20px;
                display: block;
                left: 9px;
            }

        .main_menu li ul li:hover {
            border-bottom: 1px #111111 solid;
            border-top: 1px #333333 solid;
            background-image: none;
            -webkit-box-shadow: inset 0px 0px 20px 1px #000000;
            -moz-box-shadow: inset 0px 0px 20px 1px #000000;
            box-shadow: inset 0px 0px 20px 1px #000000;
            list-style: none;
            padding-left: 10px;
        }

        .main_menu li ul li:first-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .main_menu li ul li:last-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .main_menu li ul li a {
            text-shadow: none;
            margin-left: 32px;
            color: #FFF;
            padding-top: 13px !important;
            padding-left: 0px !important;
        }

            .main_menu li ul li a img {
                margin-bottom: 2px;
                margin-right: 10px;
            }

            .main_menu li ul li a:hover {
                background-image: none;
                text-shadow: 0 1px 0 #000000;
                color: #FFF;
                border: none;
            }

        .main_menu li a img {
            margin-right: 15px;
            border: 0;
            margin-bottom: -3px;
        }

        .main_menu li.select {
            background-image: url(../images/selectM.png);
            background-repeat: no-repeat;
            border-bottom: 1px #111111 solid;
            border-top: 1px #000000 solid;
        }

        .main_menu li a {
            display: block;
            padding: 17px 20px 17px 30px;
            color: #FFF;
            font-weight: bold;
            text-shadow: 0 2px 0 #000000;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
        }

            .main_menu li a:hover, .main_menu li:hover {
                color: #FFF;
                text-shadow: 0 2px 0 #000000;
                background-image: url(../images/foot.png);
            }

        .main_menu li:hover {
            border-top: 1px #000000 solid;
        }

        .main_menu li.select a:hover {
            background-image: url(../images/selectM.png);
        }

        .main_menu li.select ul li a:hover {
            background-image: none;
        }

.iconmenu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 50px;
    top: 120px;
    position: absolute;
    z-index: 48;
    background-color: #1f1f1f;
}

    .iconmenu li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #171717;
        border-top: 1px solid #2a2a2a;
    }

        .iconmenu li.active {
            height: auto;
        }

        .iconmenu li ul {
            margin-bottom: 10px;
            float: left;
            display: block;
            width: 150px;
            border: 1px #111111 solid;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-top: -52px;
            display: none;
            clear: both;
            background-position: right top;
            list-style: none;
            position: absolute;
            left: 50px;
            margin-left: 10px;
            -webkit-box-shadow: 2px 2px 3px 2px #333333;
            -moz-box-shadow: 2px 2px 3px 2px #333333;
            box-shadow: 2px 2px 3px 2px #333333;
            background-image: url(../images/bg/214.png);
        }

            .iconmenu li ul li {
                height: 45px;
                border-bottom: 1px #111111 solid;
                border-top: 1px #333333 solid;
                width: auto;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all.2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all.2s ease-out;
                padding-left: 0px;
                padding: 3px 0;
                text-transform: capitalize;
            }

        .iconmenu li .arr {
            position: absolute;
            width: 6px;
            height: 100%;
            padding-left: 10px;
            left: -16px;
            top: 0;
            z-index: 100;
        }

            .iconmenu li .arr span {
                position: absolute;
                background-image: url(../images/arr3.png);
                width: 6px;
                height: 12px;
                top: 20px;
                display: block;
                left: 9px;
            }

        .iconmenu li ul li:hover {
            border-bottom: 1px #111111 solid;
            border-top: 1px #333333 solid;
            background-image: none;
            -webkit-box-shadow: inset 0px 0px 20px 1px #000000;
            -moz-box-shadow: inset 0px 0px 20px 1px #000000;
            box-shadow: inset 0px 0px 20px 1px #000000;
            list-style: none;
            padding-left: 10px;
        }

        .iconmenu li ul li:first-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .iconmenu li ul li:last-child {
            border-bottom: none;
            border-top: 1px #333333 solid;
            margin-bottom: 0px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .iconmenu li ul li a {
            text-shadow: none;
            margin-left: 32px;
            color: #FFF;
            padding-top: 13px !important;
            padding-left: 0px !important;
        }

            .iconmenu li ul li a img {
                margin-bottom: 2px;
                margin-right: 10px;
            }

            .iconmenu li ul li a:hover {
                background-image: none;
                text-shadow: 0 1px 0 #000000;
                color: #FFF;
                border: none;
            }

        .iconmenu li a img {
            margin-right: 15px;
            border: 0;
            margin-bottom: -3px;
        }

        .iconmenu li.select {
            background-image: url(../images/selectM.png);
            background-repeat: no-repeat;
            border-bottom: 1px #3d3d42 solid;
            border-top: 1px #232328 solid;
        }

        .iconmenu li a {
            display: block;
            padding: 15px;
            color: #FFF;
            font-weight: bold;
            text-shadow: 0 2px 0 #000000;
            -webkit-transition: background-color .2s ease-out;
            -moz-transition: background-color .2s ease-out;
            -o-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
            margin: 3px 0px;
        }

            .iconmenu li a:hover {
                color: #FFF;
                text-shadow: 0 2px 0 #000000;
                background-image: none;
            }

        .iconmenu li.select a:hover {
            background-repeat: no-repeat;
        }

        .iconmenu li.select ul li a:hover {
            background-image: none;
        }

.show {
    display: block;
}

.hide {
    display: none;
}
/*
------------------------------------------------------------
	 Menu shortcut  ( 4 icon show ) in top page
------------------------------------------------------------
*/
#shortcut {
    list-style: none;
    display: block;
    font-size: 11px;
    float: right;
    height: 39px;
    margin-top: -1px;
    margin-top: -30px;
}

    #shortcut li {
        display: block;
        float: left;
        margin: 0px 0px 0px 10px;
        text-align: center;
        height: 100%;
        padding: 11px 8px 0 8px;
        padding: 9px 8px 0 8px; /* IE 7*/
    }

        #shortcut li a {
            display: block;
            padding: 0px;
            font-size: 20px;
            font-size: 10px;
            line-height: 11px;
            ^line-height:15px; /* IE7 */
            color: rgba(255,255,255,0.90);
            color: #cfd1ce;
        }

            #shortcut li a span {
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
            }

            #shortcut li a img {
                margin-bottom: 0px;
            }

            #shortcut li a:hover span {
                color: #fff;
            }

        /*
			#shortcut li a.active span{
				
				text-shadow: 0px 0px 14px #34ACE8; 
			
				color:#fff;
			}
			*/
        #shortcut li.active {
            background: #F1F1F1;
            /*			
				-webkit-box-shadow:  0px -1px 2px 0px rgba(0, 0, 0, 0.50);        
				box-shadow:  0px -1px 2px 0px rgba(0, 0, 0, 0.50);
*/
            color: #444444;
        }

@-moz-document url-prefix() { /* Firefox Fix */
    #shortcut li.active {
        /*
						-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.0);        
						box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.0);
                */
    }
}

#shortcut li.active a {
    color: #444444;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.50);
}

    #shortcut li.active a span {
        color: #444444;
        text-shadow: 0px 1px 0px rgba(255,255,255,0.50);
    }

#shortcut li .notification {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 0 0 #333333;
    background: transparent url('../images/bg_notification.png') no-repeat center;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    margin-top: -75px;
    margin-left: 40px;
}

#content {
    /*margin-left:240px;*/
    padding: 0px !important;
    /*	min-width: 400px;*/
}

    #content .inner {
        width: 100%;
        /* padding-top: 60px; */
    }

.logo {
    float: left;
    /*padding: 10px 30px 0 20px;*/
    padding: 0 30px 0 20px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    /*margin: -5px 30px 0 -20px;*/
    margin: -8px 30px 0 -20px;
    ^margin:-15px 30px 0 -20px; /* IE7 */
    /*
	-webkit-box-shadow: inset -1px 0px 5px 2px rgba(0, 0, 0, 0.20);        
        box-shadow: inset -1px 0px 5px 2px rgba(0, 0, 0, 0.20);
	*/
    position: relative;
}

    .logo img {
        max-height: 46px;
        max-width: 174px;
        vertical-align: middle;
    }

/*
------------------------------------------------------------
		 grid in content
------------------------------------------------------------
*/
.oneTwo {
    width: 49%;
    display: inline;
    float: right;
}

    .oneTwo:first-child {
        float: left;
    }

.oneThree {
    width: 29%;
    display: inline;
    float: left;
    padding: 1%;
}

    .oneThree:first-child {
        margin-left: 0;
    }

    .oneThree.second {
        background: #ececec;
    }

    .oneThree.last {
        margin-right: 0;
    }

.twoOne {
    width: 66%;
    float: right;
    margin-left: 2%;
}

    .twoOne:first-child {
        margin-left: 0;
        float: left;
    }

.oneFour {
    width: 23%;
    float: left;
    margin-left: 2.6%;
}

    .oneFour:first-child {
        margin-left: 0px;
    }
/*
------------------------------------------------------------
	widget ,  column
------------------------------------------------------------
*/

.topcolumn {
    background: #252f39;
    height: 34px;
    height: 40px;
    position: relative;
    padding: 0px 20px 0px 20px;
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid #0b0b0b;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.30);
}

    .topcolumn a, .topcolumn span {
        text-shadow: 0px 1px 0px rgba(0,0,0,0.30);
    }

.widget {
    border: 1px solid #d6d6d6;
    margin: 30px auto 20px auto;
    width: 98%;
    width: 97.5%;
}

    .widget.noborder {
        border: none;
    }

    .widget .header.border {
        border: 1px solid #d6d6d6;
        border-bottom: none;
    }

    .widget .header {
        height: 28px;
        border-bottom: none;
        background: #e5e5e5; /* Old browsers */
        padding: 12px 0 0 20px;
    }

        .widget .header span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            padding: 0px;
            float: left;
        }

            .widget .header span img {
                margin-right: 5px;
            }

    .widget .content {
        background: #f5f5f5;
        border-top: 1px solid #cecece;
        padding: 0;
        min-height: 50px;
    }

#buttom_top {
    height: 20px;
    width: auto;
    text-align: right;
    float: right;
    padding: 7px 7px 0 0; /*	border: 1px #CCCCCC solid;*/
}

    #buttom_top img {
        margin-bottom: -3px;
        padding-right: 0px;
    }
/*
------------------------------------------------------------
	 two column
------------------------------------------------------------
*/
.column_left, .column_right {
    width: 49%;
    float: left;
    padding-left: 1%;
    margin-bottom: 0px;
}

.column_left {
    padding-right: 1%;
    padding-left: 0;
}

.noshadow {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}
/*
------------------------------------------------------------
	 modal_dialog
------------------------------------------------------------
*/


.modal_dialog {
    width: 550px;
    min-height: 250px;
    margin-bottom: 0;
    background-color: #FFF;
    text-shadow: none;
}

    .modal_dialog .header {
        margin: 0;
        padding: 0;
        float: left;
        background-color: #000;
        width: 100%;
        height: 40px;
    }

        .modal_dialog .header span {
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
            padding: 10px 0 0 15px;
            float: left;
            width: auto;
            cursor: n-resize;
            text-shadow: none;
        }

        .modal_dialog .header .close_me {
            float: right;
            color: #FFF;
            padding: 12px 10px 0 0;
        }

            .modal_dialog .header .close_me a {
                color: white;
                font-size: 9px;
                font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
                text-transform: uppercase;
                padding: 5px;
            }

                .modal_dialog .header .close_me a:hover {
                    color: #dddddd;
                }

                .modal_dialog .header .close_me a img {
                    margin-bottom: -3px;
                }

    .modal_dialog .content {
        padding: 15px 25px;
        background-color: #eeeeee;
    }

    .modal_dialog form div.section {
        padding: 0px 0 13px 0;
    }
/* 
------------------------------------------------------------
	  filestyle
------------------------------------------------------------
*/
.txtpart {
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaaaaa;
    display: block;
    padding-left: 5px;
}
/*
------------------------------------------------------------
	 mutiupload
------------------------------------------------------------
*/
.upload-group {
    background: #fafafa;
    height: 38px;
    border-top: none;
    width: auto;
    padding: 0 20px;
}

#uploadButton {
    height: 26px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    width: 92px;
    float: left;
    z-index: 5;
    margin-left: 20px;
}

#uploadButton_edit {
    height: 26px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    width: 92px;
    float: left;
    z-index: 5;
    margin-left: 20px;
}

#uploadDisableBut {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    background-color: #ffffff;
    height: 26px;
    width: 155px;
    z-index: 5;
    margin-left: -3px;
}

#uploadButtondisable {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    background-color: #F00;
    width: 87px;
    float: left;
    z-index: 5;
    margin-left: 115px;
}

#uploadButtondisable_edit {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    width: 87px;
    float: left;
    z-index: 5;
    margin-left: 115px;
}

#uploadButtondisable.uploadme {
    height: 26px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    width: 160px;
    float: left;
    z-index: 5;
    margin-left: 0px;
}

#status-message, #status-message_edit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: capitalize;
    text-align: right;
    color: #666;
    padding-left: 5px;
}

.demo-box {
    width: auto;
}

.uploadifyQueueItem {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    height: 50px;
    padding: 10px;
}

.uploadifyError {
    background-color: #FDE5DD !important;
    border: none !important;
    border-bottom: 1px solid #FBCBBC !important;
}

.uploadifyQueueItem .cancel {
    float: right;
}

.uploadifyQueue .completed {
    color: #C5C5C5;
}

.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadifyProgressBar {
    background-color: #bedd17;
    height: 20px;
    width: 1px;
}

.custom-queue {
    border: 1px solid #E5E5E5;
    min-height: 71px;
    width: auto;
    background-color: #FFF;
    background-image: url(../components/uploadify/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    .custom-queue.dialog {
        min-height: 355px;
        width: 100%;
    }

#open_file {
    width: 100px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 3px 0;
    padding: 1px 0;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: .3em .7em;
    cursor: pointer;
}
/*
------------------------------------------------------------
	 Gallery Album 
------------------------------------------------------------
*/

#albumsList {
    margin-top: 10px;
    max-height: 528px;
    min-height: 528px;
    border-right: 1px #eeeeee solid;
    float: left;
    margin-bottom: 20px;
}

.album_edit {
    float: left;
    border-right: 1px #eeeeee solid;
    margin-right: 20px;
    padding-right: 23px;
}

    .album_edit h1 {
        color: #666;
        font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 1px #eeeeee solid;
        margin-bottom: 13px;
        line-height: 35px;
    }

        .album_edit h1 img {
            margin-bottom: -1px;
            margin-right: 5px;
        }

.albumpics {
    max-height: 465px;
    min-height: 465px;
    border-right: 1px #eeeeee solid;
    border: 1px #eeeeee solid;
    /*	padding-left: 10px;*/
    padding-top: 10px;
    width: auto;
}

    .albumpics li {
        background-color: #333;
    }

        .albumpics li img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

.albumImage {
    float: left; /*	margin: 0 10px 10px 2px;*/
}

#imagearea {
    padding: 0px;
    margin: 40px;
    border: 1px solid #ccc;
}

.imageContainer {
    margin: 3px;
    -webkit-user-select: none;
    position: relative;
    float: left;
    padding: 0px;
}

    .imageContainer a {
        margin: 0px;
        padding: 0px;
    }

    .imageContainer div:hover {
        -webkit-box-shadow: #d90 0px 0px 6px 2px;
        -moz-box-shadow: #d90 0px 0px 6px 2px;
        box-shadow: #d90 0px 0px 6px 2px;
        -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
        -moz-transition: -moz-box-shadow 0.3s ease-in-out;
        -o-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

.picHolder {
    /*	border: 1px #aaaaaa solid;*/
    position: relative;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .picHolder:hover {
        -moz-transform: scale(1.1) rotate(0deg);
        -webkit-transform: scale(1.1) rotate(0deg);
        -o-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        -moz-box-shadow: 0px 0px 10px #000000;
        -webkit-box-shadow: 0px 0px 10px #000000;
        box-shadow: 0px 0px 10px #000000;
        z-index: 11;
    }

        .picHolder:hover img {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.image_highlight {
    z-index: 10;
    display: block;
    width: 160px;
    height: 120px;
    background: url("../images/pic_highlight.png") no-repeat top left;
    position: absolute;
}

.expandIcon {
    background: url("../images/pen_icon.png") no-repeat left top;
    cursor: pointer;
    display: none;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    z-index: 10;
}

.picPreview {
    position: relative;
    text-align: left;
    margin: auto;
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
}

.picPreview-hover {
    border: 1px dashed #aaaaaa;
    -moz-box-shadow: 1px 1px 2px #eeeeee;
    -webkit-box-shadow: 1px 1px 2px #eeeeee;
    box-shadow: 1px 1px 2px #eeeeee;
}

.picPreviewLabel {
    text-align: center;
    margin: 10px 0 0px 0;
    color: #F00;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.albumImagePreview {
    margin-top: 8px;
    height: 420px;
    /*	min-width: 720px;*/
    margin-left: 208px;
    margin-right: 18px;
    /*	display: none;*/
}

.albumPanel {
    text-align: center;
    position: absolute;
    margin-left: 8%;
    margin-top: 390px;
}

.hr {
    background-color: #FFF;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
}

.title, .stats {
    padding: 2px;
    max-width: 146px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    padding: 4px 0px 2px 2px;
}

.stats {
    color: #777777;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 10px;
    padding-bottom: 0px;
}

div.album {
    border-width: 1px;
    cursor: pointer;
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
    padding: 14px 28px 10px 19px;
}

    div.album.float {
        float: left;
    }

    div.album:nth-child(odd) {
        border-color: #383838 #383838 black;
    }

    div.album:last-child:nth-child(odd) {
        border-bottom-color: #383838;
    }

    div.album:last-child {
        border-bottom-color: #444444;
    }

    div.album.dragging {
        border-left: 4px #dddddd solid;
        padding-left: 15px;
    }

    div.album.selected {
        background-color: #f9f9f9;
        border-left: 4px #4D90F0 solid;
        padding-left: 15px;
    }

div#animate {
    border: 4px solid #4D90F0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    position: absolute;
    z-index: 10000;
}

.album.over {
    background-color: #f4f4f4;
}

.preview {
    min-height: 106px;
    width: 138px;
    display: block;
    clear: both;
}

img.stackphotos {
    border: none;
    text-decoration: none;
    position: absolute;
    margin-left: 0px;
    width: 130px;
    position: absolute;
    border: 1px solid #BBB;
    z-index: 20;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 2px;
    background-color: #FFF;
}

.preview #p1:hover {
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.preview #photo1, .preview #p1 { /* position of middle photo in the stack */
    margin-left: 6px;
    margin-top: 4px;
}

.preview #photo2 { /* position of middle photo in the stack */
    margin-left: 3px;
    margin-top: 2px;
}

.preview #photo3 { /* position of first photo at the top in the stack */
}

.preview .rotate1 { /* rotate last image 15 degrees to the right */
    -webkit-transform: rotate(15deg); /* safari and chrome */
    -moz-transform: rotate(15deg); /*firefox browsers */
    transform: rotate(15deg); /*other */
    -ms-transform: rotate(15deg); /* Internet Explorer 9 */
    -o-transform: rotate(15deg); /* Opera */
}

.preview .rotate2 { /* css not used*/
    -webkit-transform: rotate(0deg); /* safari and chrome */
    -moz-transform: rotate(0deg); /*firefox browsers */
    transform: rotate(0deg); /*other */
    -ms-transform: rotate(0deg); /* Internet Explorer 9 */
    -o-transform: rotate(0deg); /* Opera */
}

.preview .rotate3 { /*rotate first image 15 degrees to the left*/
    -webkit-transform: rotate(-15deg); /* safari and chrome */
    -moz-transform: rotate(-15deg); /*firefox browsers */
    transform: rotate(-15deg); /*other */
    -ms-transform: rotate(-15deg); /* Internet Explorer 9 */
    -o-transform: rotate(-15deg); /* Opera */
    cursor: pointer;
}

.picTitle {
    background-color: #3C3C3C;
    color: #DDDDDD;
    font-size: 0.825em;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 4px 6px;
    text-align: center;
    text-shadow: 0 0 1px black;
    white-space: nowrap;
    position: absolute;
    display: none;
    margin-top: -20px;
    z-index: 11;
    width: auto;
    max-width: 148px;
    cursor: pointer;
}

.screen-msg {
    color: #AAAAAA;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 470px;
}

    .screen-msg span {
        margin-right: 7px;
        margin-bottom: -5px;
    }

        .screen-msg span img {
            margin-bottom: -7px;
        }
/*
------------------------------------------------------------
	 UI slider demo 
------------------------------------------------------------
*/

#amount, #amount2, #amount3 {
    font-size: 14px;
    color: #F96;
    font-weight: 700;
}

#red, #green, #blue {
    display: block;
    margin: 15px 0 15px 0;
    width: auto;
    max-width: 400px;
}

#swatch {
    width: auto;
    max-width: 400px;
    height: 120px;
    background-image: none;
}

#red .ui-slider-range {
    background: #ef2929;
    background-image: linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -o-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -moz-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -webkit-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
    background-image: -ms-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
}

#blue .ui-slider-range {
    background: #729fcf;
    background-image: linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -o-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -moz-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -webkit-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
    background-image: -ms-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
}

#eq span {
    height: 130px;
    float: left;
    margin-right: 35px;
    display: block;
}
/*
------------------------------------------------------------
	 chart demo 
------------------------------------------------------------
*/
#tooltip, #tooltipPie, .legendBG {
    background-color: #ffffff;
    text-align: center;
    border: 2px #CCCCCC solid;
    cursor: pointer;
    font-size: 11px;
    padding: 10px;
    text-shadow: none;
    color: #aaaaaa;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
}

.legendBG {
    margin-top: -30px;
    -moz-box-shadow: 2px 2px 2px #eeeeee;
    -webkit-box-shadow: 2px 2px 2px #eeeeee;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 7px 10px;
}

#tooltip {
    margin-top: -5px;
}

    #tooltip b, #tooltipPie b {
        color: #000;
    }

#tooltipPie:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
    -moz-box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.chart_title {
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.legend {
}

.chart_title span {
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    border: 1px solid #dddddd;
    -moz-box-shadow: 1px 1px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px #f5f5f5;
    box-shadow: 1px 1px 2px #f5f5f5;
    position: relative;
    padding: 10px 20px;
    margin: 0 0px 10px 0px;
    background-color: #f5f5f5;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.chart-pie-shadow {
    background-image: url(../images/chaft-shadow.png);
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -18px;
    margin-bottom: 10px;
}
/*
------------------------------------------------------------
	 UI Spinner 
------------------------------------------------------------
*/
.ui-spinner {
    width: 10em;
    display: block;
    position: relative;
    overflow: hidden;
    border: solid 1px #dddddd;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .ui-spinner:hover, .ui-spinner:focus {
        border-color: #C9C9C9;
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.ui-spinner-disabled {
    background: #F4F4F4;
    color: #CCC;
}

.ui-spinner input.ui-spinner-box {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    line-height: 30px;
    height: 30px; /*	padding: 6px 0!important;*/
}

.ui-spinner-up, .ui-spinner-down {
    width: 18px;
    padding: 0;
    margin: 0;
    z-index: 13;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
}

.ui-spinner-up {
    background: url(../images/forms/spinnerTop.png) no-repeat;
    height: 15px;
    top: 0;
}

.ui-spinner-down {
    height: 15px;
    bottom: 0px;
    background: url(../images/forms/spinnerBottom.png) no-repeat;
}

.ui-spinner-pressed {
}

.ui-spinner-list, .ui-spinner-listitem {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.ui-spinner ul li, .ui-spinner-data {
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
}
/*
------------------------------------------------------------
	custom-checkbox
------------------------------------------------------------
*/
.custom-checkbox, .custom-radio {
    position: relative;
    display: inline-block;
    margin: 0px 3px 3px 0px;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 0px;
        top: 3px;
        margin: 0;
        z-index: 0;
        margin-bottom: 5px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .custom-checkbox label, .custom-radio label {
        display: inline-block;
        height: 17px;
        position: relative;
        z-index: 1;
        font-size: 1.1em;
        padding-right: 1em;
        line-height: 1;
        padding: 7px 5px 5px 28px;
        cursor: pointer;
    }

table .custom-checkbox label {
    padding: 0px 15px 0px 0px !important;
    border-right: 1px #dddddd solid !important;
    position: absolute;
    top: -13px;
    height: 25px;
    width: 22px;
}

table.static .custom-checkbox label, table.toolbar .custom-checkbox label {
    left: -15px !important;
}

table.toolbar .custom-checkbox label {
    border-right: 1px #dddddd solid !important;
}

border-right:1px #dddddd solid!important; .custom-checkbox label.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-position: -10px -513px;
}

.custom-radio label.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-position: -10px -414px;
}

.custom-checkbox label.checkedDisabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #aaaaaa;
    background-position: -10px -413px;
}

.custom-checkbox label {
    background: url(../images/checkbox.png) no-repeat;
}

.custom-radio label {
    background: url(../images/radiobutton.png) no-repeat;
}

.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
}

    .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
        background-position: -10px -114px;
    }

    .custom-checkbox label.checked, .custom-radio label.checked {
        background-position: -10px -214px;
    }

    .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
        background-position: -10px -314px;
    }

    .custom-checkbox label.focus, .custom-radio label.focus {
        outline: none;
    }

#footer {
    border-top: 1px solid #eeeeee;
    font-size: 11px;
    color: #999999;
    margin: 0px auto 50px auto;
    width: 98%;
    width: 97.5%;
}

    #footer .left {
        float: left;
        width: 200px;
    }

    #footer .right {
        text-align: right;
        float: right;
        width: 200px;
    }

    #footer a {
        color: #6f6f6f;
    }

        #footer a:hover {
            color: #4d4d4d;
        }

/*
------------------------------------------------------------
	error pages 
------------------------------------------------------------
*/
.slideshow-block {
    position: absolute;
    width: 220px;
    height: 180px;
    top: 60px;
    left: 30px;
    overflow: hidden;
    background-color: #000;
}

a.link {
    position: absolute;
    height: 180px;
    width: 220px;
    display: block;
    z-index: 10;
}

.slides {
    z-index: 0;
    visibility: hidden;
}

    .slides.active {
        visibility: visible;
    }

#tv-wrap {
    margin: 0 auto 20px auto;
    position: relative;
    height: 273px;
    width: 300px;
}

#tv {
    position: absolute;
    z-index: 10;
}

#text {
    text-align: center;
    text-transform: uppercase;
    -webkit-tranform: translateZ(0);
    -webkit-transition-duration: 0.05s;
    -moz-tranform: translateZ(0);
    color: #000000;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2);
    height: 100px;
}

    #text h1 {
        font-size: 50px;
        color: #000000;
        border: none;
    }

    #text h2 {
        font-size: 20px;
        color: #000000;
        border: none;
    }

.errorpage {
    width: 600px;
    margin-left: -300px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 400px;
    margin-top: -200px;
}
/*
------------------------------------------------------------
	profile Setting 
------------------------------------------------------------
*/
.profileSetting {
    padding: 10px 0;
}

    .profileSetting .avartar {
        padding: 8px 0;
        width: 180px;
        margin: 0 auto;
    }

        .profileSetting .avartar span {
            display: block;
            margin: 5px 5px 0px 5px;
            color: #aaaaaa;
        }

.webcam {
    display: none;
}

#screen {
    width: 250px;
    height: 250px;
    margin: 5px 0px 20px 0px;
    border: 2px #f5f5f5 solid;
    background: #000000;
    text-align: center;
    color: #666;
}
/*
------------------------------------------------------------
	comment  
------------------------------------------------------------
*/
.comment {
    width: auto;
    border-left: 1px #eeeeee solid;
    color: #666666;
    margin-left: 17%;
}

    .comment .avartar {
        margin: 0 35px;
        padding: 10px;
        position: absolute;
        border: 1px #d9d9d9 solid;
        background-color: #fafafa;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 5px #cccccc;
        -webkit-box-shadow: 1px 1px 5px #cccccc;
        box-shadow: 1px 1px 5px #cccccc;
    }

        .comment .avartar img {
            width: 40px;
            height: 40px;
        }

    .comment .msg {
        margin: 20px 55px 15px 0px;
        position: relative;
        border: 1px #dddddd solid;
        margin-left: 115px;
        min-height: 40px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 5px #eeeeee;
        -webkit-box-shadow: 1px 1px 5px #eeeeee;
        box-shadow: 1px 1px 5px #eeeeee;
    }

        .comment .msg span {
            width: 50%;
            display: inline-block;
            text-align: right;
            color: #aaaaaa;
        }

            .comment .msg span:first-child {
                text-align: left;
                color: #000000;
            }

    .comment .bodyMsg {
        padding-top: 5px;
    }

    .comment .toolMsg {
        position: absolute;
        /*	border:1px #222222 solid;*/
        text-align: right;
        right: -50px;
        width: 55px;
        height: 100%;
        top: -1px;
        display: none;
    }

        .comment .toolMsg span.iconReply, .comment .toolMsg span.iconEdit, .comment .toolMsg span.iconDelete {
            position: absolute;
            display: block;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: 15px;
            top: 50%;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
        }

        .comment .toolMsg span.iconReply {
            width: 44px;
            background-image: url(../images/icon/icon_reply_comment.png);
        }

        .comment .toolMsg span.iconEdit {
            margin-top: -22px;
            margin-left: 15px;
            background-image: url(../images/icon/icon_edit_comment.png);
        }

        .comment .toolMsg span.iconDelete {
            background-image: url(../images/icon/icon_delete_comment.png);
            margin-top: 3px;
        }

    .comment .reply {
        padding-left: 40px;
        background-image: url(../images/arrReply.png);
        background-position: 45px 25px;
        background-repeat: no-repeat;
    }

.commentMsg {
    margin: 10px 55px 0 0px;
    text-align: right;
}

    .commentMsg .newComment {
        margin-left: 35px;
        margin-right: 20px;
    }

    .commentMsg textarea {
        width: 100%;
        padding-left: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .commentMsg div {
        margin: 10px 0;
        position: relative;
        right: -20px;
    }

.userOnline {
    width: 17%;
    float: left;
    height: 100%;
    position: relative;
    padding-top: 14px;
}

    .userOnline li {
        background-color: #fbfbfb;
        border-bottom: 1px #eeeeee solid;
        border-top: 1px #fafafa solid;
        position: relative;
    }

        .userOnline li:hover {
            background-color: #eaf7ff;
        }

        .userOnline li.selected {
            background-color: #ffffff;
            background-image: none;
            border-right: 1px #ffffff solid;
            left: 1px;
            z-index: 10;
        }

        .userOnline li a.statusOnline {
            background-image: url(../images/icon/bullet_green.png);
        }

        .userOnline li a.statusOffline {
            background-image: url(../images/icon/bullet_red.png);
        }

        .userOnline li a {
            padding: 15px 25px;
            display: block;
            background-position: 5px center;
            background-repeat: no-repeat;
        }
/*   
  SmartWizard 
  */
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
    float: left;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        clear: both;
        margin-bottom: 20px;
    }

        .swMain .stepContainer div.content {
            display: block;
            border: none;
            background-image: none;
            position: absolute;
            float: left;
            margin: 0;
            padding: 0;
            text-align: left;
            overflow: visible;
            width: auto;
            clear: both;
        }

    .swMain div.actionBar {
        border-top: 1px solid #eeeeee;
        padding: 10px;
        background-color: #F8F8F8;
        text-align: right;
        left: 0;
    }

    .swMain ul.anchor {
        position: relative;
        display: block;
        float: left;
        padding: 0px;
        margin: 10px 0;
        clear: both;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

        .swMain ul.anchor li {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
            padding-right: 6px;
            border: 0px solid #E0E0E0;
            float: left;
            top: 1px;
        }

            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 0;
                padding: 3px;
                width: auto;
                outline-style: none;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 5px;
                    padding-top: 0;
                    font-size: 40px;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 10px 5px 5px 5px;
                    font-size: 16px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                    .swMain ul.anchor li a .stepDesc small {
                        font-size: 10px !important;
                        font-family: Arial, Helvetica, sans-serif;
                    }

                .swMain ul.anchor li a.selected {
                    color: #666666;
                    background: #c2e3f0;
                    border: 1px solid #73b4ce;
                    cursor: text;
                }

                    .swMain ul.anchor li a.selected:hover {
                        background: #a9daed;
                        cursor: pointer;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #a4d143;
                    border: 1px solid #8CC63F;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: text;
                }

                    .swMain ul.anchor li a.disabled:hover {
                        color: #CCCCCC;
                        background: #F8F8F8;
                    }

                .swMain ul.anchor li a.error {
                    color: #6c6c6c !important;
                    background: #f08f75 !important;
                    border: 1px solid #fb3500 !important;
                }

                    .swMain ul.anchor li a.error:hover {
                        color: #000 !important;
                    }

    .swMain .buttonNext, .swMain .buttonPrevious {
        float: right;
    }

    .swMain .loader {
        position: relative;
        display: none;
        float: left;
        margin: 2px 0 0 2px;
        padding: 8px 10px 8px 40px;
        border: 1px solid #FFD700;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        color: #5A5655;
        background: #FFF url(../images/loadder/loader_green.gif) no-repeat 5px;
        z-index: 998;
    }
/*   
  rating_star 
  */
.rating_star {
    padding: 0px;
    margin: 0px;
    float: left;
}

    .rating_star li {
        line-height: 0px;
        width: 28px;
        height: 28px;
        padding: 0px;
        margin: 0px;
        margin-left: 2px;
        list-style: none;
        float: left;
        cursor: pointer;
    }

        .rating_star li span {
            display: none;
        }
/*   
  dualListBox 
  */
.countLabel {
    color: #aaaaaa;
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.storageBox {
    display: none;
}

#box1Filter, #box2Filter {
    background: url(../images/search-white.png) no-repeat 10px 5px #ffffff;
    border: 1px solid #dcdcdc;
    outline: 0;
    padding: 2px 5px 5px 30px;
    width: 166px;
    line-height: 15px !important;
    height: 20px !important;
}

.boxMove {
    margin-top: 140px;
}
/*
------------------------------------------------------------
	Process Bar  
------------------------------------------------------------
*/
.bar {
    float: left;
    clear: both;
    width: 100%;
    max-width: 570px;
    margin: 20px 0px 10px 0px;
    height: 40px;
    position: relative;
}

    .bar .percent {
        background: #2caedd;
        background: -moz-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2caedd), color-stop(28%,#86dd2a), color-stop(46%,#e0d72a), color-stop(66%,#e8902c), color-stop(86%,#ed2d2d), color-stop(100%,#ff0000));
        background: -webkit-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: -o-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: -ms-linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        background: linear-gradient(left, #2caedd 0%,#86dd2a 28%,#e0d72a 46%,#e8902c 66%,#ed2d2d 86%,#ff0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2caedd', endColorstr='#ff0000', GradientType=1);
        float: left;
        width: 100%;
        height: 40px;
        position: relative;
    }

        .bar .percent span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            width: 100%;
            height: 40px;
            background: rgba(255, 255, 255, .7);
        }

    .bar .circle {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, .1);
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

        .bar .circle.rotate {
            -webkit-transform: rotate(1080deg);
            -moz-transform: rotate(1080deg);
            -o-transform: rotate(1080deg);
        }

        .bar .circle span {
            display: inline-block;
            margin-top: 5px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: rgba(0, 0, 0, .3);
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            border-radius: 35px;
        }
/*
------------------------------------------------------------
	Text highlight  
------------------------------------------------------------
*/
.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}




/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 1024px) {

    .widget {
        margin: 3%;
        width: 94%;
    }

    .oneTwo, .oneThree, .twoOne, .oneFour {
        width: 96%;
        margin: 0;
        padding: 2%;
    }

    .column_left, .column_right {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .boxMove {
        margin: 10px auto 20px auto;
    }

    #footer {
        width: 94%;
        padding: 3% 3% 0 3%;
    }
}

@media only screen (min-width: 10px) and (max-width: 768px) {

    #shadowhead {
        position: fixed;
    }

    #content { /*margin-left:70px;*/
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #content .inner .logo {
        float: none;
        width: 100%;
        background-position: right bottom;
    }

    #shortcut {
        margin-top: 15px;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

        #shortcut li {
            margin: 0 7px 0 9px;
        }

    .iconmenu {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 50px;
        top: 0px;
        position: absolute;
        z-index: 48;
        background-color: #1f1f1f;
    }

    body.dashborad { /*background-image: url(../images/menu_small_bg.jpg); background-repeat: repeat-y;*/
    }

    form div.section > div {
        margin-left: 0%;
    }

    form div.section > label {
        float: none;
        width: 100%;
        display: block;
    }

    #text h1 {
        font-size: 40px;
    }

    #text h2 {
        font-size: 20px;
    }

    .errorpage {
        width: 460px;
        margin-left: -230px;
    }

    .albumImagePreview {
        margin-top: 8px;
        height: 400px;
        margin-left: 0px;
        margin-right: 0px;
        display: none;
    }

    .boxtitle, #albumsList, .userOnline, .comment .avartar, .fc-button-today, .overHiden {
        display: none !important;
    }

    .fc-header-right {
        right: 52px !important;
    }

    .comment {
        margin-left: 0px;
        border: none;
    }

        .comment .msg {
            margin-left: 0px;
        }

        .comment .reply {
            background-position: 5px 25px;
        }

    .modal_dialog {
        max-width: 400px;
    }

    #alertMessage {
        bottom: 0px;
        width: 100%;
        padding: 15px 0 15px 0;
        background-image: none !important;
    }

    #login {
        width: auto;
        margin: 30px 20px;
        height: auto;
        position: static;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        #login .shadow {
            display: none;
        }

        #login .logo {
            width: 90%;
            text-align: right;
            position: static;
            opacity: 1;
            filter: alpha(opacity=100);
            margin-left: 0px;
        }

        #login .formLogin {
            position: static;
            opacity: 1;
            filter: alpha(opacity=100);
            padding: 10px 0px 20px 0px;
        }

        #login .loginButton {
            width: 80%;
            padding: 0px 5px;
            margin: 5px auto 20px auto;
        }

    .comment .toolMsg {
        right: 0px;
        height: 25px;
    }

    .comment .msg, .commentMsg {
        margin: 20px 20px 15px 0px;
    }

        .comment, .commentMsg .newComment {
            margin-left: 0;
        }

            .comment .toolMsg span.iconEdit {
                margin-top: -12px;
                margin-left: 0px;
                right: -1px;
            }

            .comment .toolMsg span.iconDelete {
                margin-top: -12px;
                margin-left: 17px;
            }

            .comment .toolMsg span.iconReply {
                margin-top: -12px;
                margin-left: 0px;
                right: -1px;
            }

    .shoutcutBox {
        text-align: center;
    }

        .shoutcutBox em {
            display: block;
            font-style: normal;
            padding-top: 5px;
        }
}

@media only screen and (max-width: 320px) {
    #header #account_info img.disconnect, .section.datepickerInlineShow, .section.colorPickerFlatShow, #buttom_top, .fc-button-today {
        display: none !important;
    }

    .fc-header-right {
        left: 15px !important;
        top: -25px !important;
        text-align: left !important;
    }

    .fc-header-title h2 {
        font-size: 18px !important;
    }

    .fc-header-title {
        height: 50px !important;
        display: block !important;
        width: 172px !important;
        text-align: center;
    }

    .fc-button-next, .fc-button-prev {
        top: -25px !important;
        width: 20px;
        overflow: hidden;
        padding: 0px !important;
        background-position: left center !important;
        height: 20px;
        text-indent: -99999px;
    }

    .fc-button-prev {
        left: -10px !important;
        padding-right: 0px !important;
        border-right: 0px !important;
    }

    .fc-button-next {
        right: -35px !important;
    }

    #calendar {
        margin-top: 25px !important;
    }

    .dateBox {
        margin-left: 10px;
        margin-top: 0px !important;
    }

    .nD {
        font-size: 50px;
    }

    .dD {
        font-size: 20px !important;
    }

    .fullD {
        padding-top: 0px;
        font-size: 14px;
    }

    /*#content .inner .logo {
		float: none;
		width: 100%;
		background-position: center bottom;
	}

	#header #account_info {
		text-align: left;
		margin-left: 4px;
	}

		#header #account_info div.logout {
			padding: 0 10px 0 29px;
		}*/

    /*#shortcut {
		height: 155px;
	}

		#shortcut li {
			display: inline-block;
			margin: 0 0px 0 20px;
			width: 80px;
			height: 80px;
		}*/
}



/****** AUGUST 14 ADDITIONS ****/

.icon {
    font-size: 14px;
}

.logo-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.avatar-div {
    margin: 0px 20px 0 0;
    float: left;
    width: 40px;
}

.setting, .welcome, .logout {
    margin: 0 30px 0 0;
    /*margin:0 15px 0 0;	*/
    float: left;
    padding: 10px 0 0 0;
    height: 27px !important;
}

.welcome {
    padding-top: 16px;
}

.logout {
    float: left;
    width: 100px;
    height: 60px;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}

    .logout div {
        float: left;
        padding: 6px 0 0 0;
    }

.icon-black, .icon-cog {
    float: right;
    /*display:block !important;*/
    display: inline;
    width: 14px;
    height: 16px;
    text-align: left;
    padding: 1px 0 0 3px;
    vertical-align: middle;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.70);
    background: rgb(63,78,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(37,47,57,1) 3%, rgba(24,31,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(37,47,57,1)), color-stop(100%,rgba(24,31,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#181f29',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #000;
    padding: 5px 7px 4px 11px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    -ms-transition: background-color 0.8s linear;
}

    .icon-off:hover, .icon-cog:hover {
        background: rgb(63,78,94); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(53,68,83,1) 3%, rgba(28,36,48,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(53,68,83,1)), color-stop(100%,rgba(28,36,48,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#1c2430',GradientType=0 ); /* IE6-9 */
    }

    .icon-off:active, .icon-cog:active {
        background: rgb(63,78,94); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(24,31,41,1) 3%, rgba(37,47,57,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(24,31,41,1)), color-stop(100%,rgba(37,47,57,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#252f39',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
        box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
    }
/*	
.icon-off{
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	-ms-transition: all 1.0s linear;
}
	.icon-off:hover{ 
		color:#ff7272;
	} 

.icon-cog{
	-webkit-transition: all 3.0s linear;
	-moz-transition: all 3.0s linear;
	-o-transition: all 3.0s linear;
	-ms-transition: all 3.0s linear;
}
	.icon-cog:hover{ 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
*/

.cube {
    width: 42px;
    height: 42px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform .33s;
    -o-transition: -o-transform .33s;
    -moz-transition: -moz-transform .33s;
    -ms-transition: -ms-transform .33s;
    transition: transform .33s; /* Animate the transform properties */
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.flippety, .flop {
    cursor: pointer;
    background: #434343;
    background: #1F92FF;
    background: #5cc6d3;
    background: rgb(31,146,255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.10);
    border: 1px solid #232323;
    height: 30px;
    width: 44px;
    font-size: 9px;
    line-height: 10px;
    display: block;
    padding: 12px 0 0 0;
}


/* Position the faces */
.flippety {
    -webkit-transform: translateZ(21px);
    -o-transform: translateZ(21px);
    -moz-transform: translateZ(21px);
    -ms-transform: translateZ(21px);
    transform: translateZ(21px);
    padding: 0;
}

.flop {
    -webkit-transform: rotateX(-90deg) translateZ(-21px);
    -o-transform: rotateX(-90deg) translateZ(-21px);
    -moz-transform: rotateX(-90deg) translateZ(-21px);
    -ms-transform: rotateX(-90deg) translateZ(-21px);
    transform: rotateX(-90deg) translateZ(-21px);
    /* border-top:1px solid rgba(255,255,255,0.20); */
}


/* Rotate the cube */
.cube:hover {
    -webkit-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    transform: rotateX(89deg);
}


/*
.button {
	display: inline-block;
	background: #599bdc; 
	background: -moz-linear-gradient(top,  #599bdc 0%, #3072b3 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#599bdc), color-stop(100%,#3072b3));
	background: -webkit-linear-gradient(top,  #599bdc 0%,#3072b3 100%);
	background: -o-linear-gradient(top,  #599bdc 0%,#3072b3 100%);
	background: -ms-linear-gradient(top,  #599bdc 0%,#3072b3 100%); 
	background: linear-gradient(to bottom,  #599bdc 0%,#3072b3 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599bdc', endColorstr='#3072b3',GradientType=0 ); 

	border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.10);
	padding: 0px 20px;
	display: block;

	border-top:1px solid #3072b3;
	border-left:1px solid #3072b3;
	border-right:1px solid #3072b3;
	border-bottom:1px solid #2970B2;

	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
	float:left;

	-webkit-box-shadow: inset 0px 1px  0px rgba(255, 255, 255, 0.20), 1px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px  0px rgba(255, 255, 255, 0.20), 1px 2px 1px rgba(0, 0, 0, 0.05);
	
	-webkit-transition: all 3.0s linear;
	-moz-transition: all 3.0s linear;
	-o-transition: all 3.0s linear;
	-ms-transition: all 3.0s linear;
}
	.button:not(:disabled):hover {
		background: #6aa5d8;
		background: -moz-linear-gradient(top,  #6aa5d8 0%, #3072b3 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6aa5d8), color-stop(100%,#3072b3));
		background: -webkit-linear-gradient(top,  #6aa5d8 0%,#3072b3 100%);
		background: -o-linear-gradient(top,  #6aa5d8 0%,#3072b3 100%); 
		background: -ms-linear-gradient(top,  #6aa5d8 0%,#3072b3 100%);
		background: linear-gradient(to bottom,  #6aa5d8 0%,#3072b3 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa5d8', endColorstr='#3072b3',GradientType=0 ); 
	}
	.button:active {
		background: #3072b3; 
		background: -moz-linear-gradient(top,  #3072b3 0%, #599bdc 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3072b3), color-stop(100%,#599bdc));
		background: -webkit-linear-gradient(top,  #3072b3 0%,#599bdc 100%); 
		background: -o-linear-gradient(top,  #3072b3 0%,#599bdc 100%); 
		background: -ms-linear-gradient(top,  #3072b3 0%,#599bdc 100%); 
		background: linear-gradient(to bottom,  #3072b3 0%,#599bdc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3072b3', endColorstr='#599bdc',GradientType=0 ); 

		-webkit-box-shadow: inset 0px 2px 3px 2px rgba(0, 0, 0, 0.10);
		box-shadow: inset 0px 2px 3px 2px rgba(0, 0, 0, 0.10);

		color:rgba(255,255,255,0.80);
		text-shadow: 0px -1px 0px rgba(0,0,0,0.10);
		
		border-top:1px solid #2970B2;
	}

*/

.button {
    display: inline-block;
    background: rgb(245,245,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,245,246,1) 0%, rgba(220,220,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,246,1)), color-stop(100%,rgba(220,220,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f6', endColorstr='#dcdcdd',GradientType=0 ); /* IE6-9 */
    font-family: Arial, Sans-Serif !important;
    border-radius: 3px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.90);
    padding: 7px 20px;
    display: block;
    border-top: 1px solid #a4a4a5;
    border-left: 1px solid #a4a4a5;
    border-right: 1px solid #a4a4a5;
    border-bottom: 1px solid #a4a4a5;
    font-size: 12px;
    color: #777778;
    cursor: pointer;
    float: left;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.99);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.99);
    display: inline-block;
    line-height: 12px;
}

button.button {
    ^padding:4px 10px 15px 10px;
    ^line-height:12px; /* IE7 */
}


.button:not(:disabled):hover {
    /*
		background: rgb(255,255,255); 
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); 
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); 
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); 
		*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,220,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdd',GradientType=0 ); /* IE6-9 */
    color: #777778;
}

.button:active {
    background: #868686;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#868686',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.80), 0px 0px 1px 0px rgba(255, 255, 255, 0.80);
    box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.30), 0px 0px 1px 0px rgba(255, 255, 255, 0.80);
    color: #fff;
    text-shadow: 0px 1px 0px #585858;
    border: 1px solid #515151;
}


.button.blue {
    background: rgb(31,146,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(31,146,255,1) 0%, rgba(18,130,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,146,255,1)), color-stop(100%,rgba(18,130,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31,146,255,1) 0%,rgba(18,130,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31,146,255,1) 0%,rgba(18,130,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(31,146,255,1) 0%,rgba(18,130,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(31,146,255,1) 0%,rgba(18,130,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f92ff', endColorstr='#1282ed',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-shadow: 0px -1px -0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
    border-top: 1px solid #1282ed;
    border-left: 1px solid #1282ed;
    border-right: 1px solid #1282ed;
    border-bottom: 1px solid #0f77d9;
}

    .button.blue:not(:disabled):hover {
        background: rgb(61,161,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(61,161,255,1) 0%, rgba(18,130,237,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,161,255,1)), color-stop(100%,rgba(18,130,237,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(61,161,255,1) 0%,rgba(18,130,237,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(61,161,255,1) 0%,rgba(18,130,237,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(61,161,255,1) 0%,rgba(18,130,237,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(61,161,255,1) 0%,rgba(18,130,237,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1ff', endColorstr='#1282ed',GradientType=0 ); /* IE6-9 */
    }

    .button.blue:active {
        background: rgb(18,130,237); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(18,130,237,1) 0%, rgba(31,146,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,130,237,1)), color-stop(100%,rgba(31,146,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(18,130,237,1) 0%,rgba(31,146,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(18,130,237,1) 0%,rgba(31,146,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(18,130,237,1) 0%,rgba(31,146,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(18,130,237,1) 0%,rgba(31,146,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1282ed', endColorstr='#1f92ff',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.10);
        box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
        color: rgba(255,255,255,0.70);
    }


.button.orange {
    background: rgb(234,101,49); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,101,49,1) 0%, rgba(220,92,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,101,49,1)), color-stop(100%,rgba(220,92,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,101,49,1) 0%,rgba(220,92,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,101,49,1) 0%,rgba(220,92,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,101,49,1) 0%,rgba(220,92,41,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,101,49,1) 0%,rgba(220,92,41,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6531', endColorstr='#dc5c29',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-shadow: 0px -1px -0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
    border: 1px solid #DC5C29;
    border-bottom: 1px solid #b94c21;
}

    .button.orange:not(:disabled):hover {
        background: rgb(246,116,66); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(246,116,66,1) 0%, rgba(220,92,41,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,116,66,1)), color-stop(100%,rgba(220,92,41,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(246,116,66,1) 0%,rgba(220,92,41,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(246,116,66,1) 0%,rgba(220,92,41,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(246,116,66,1) 0%,rgba(220,92,41,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(246,116,66,1) 0%,rgba(220,92,41,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67442', endColorstr='#dc5c29',GradientType=0 ); /* IE6-9 */
    }

    .button.orange:active {
        background: rgb(220,92,41); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(220,92,41,1) 0%, rgba(234,101,49,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,92,41,1)), color-stop(100%,rgba(234,101,49,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(220,92,41,1) 0%,rgba(234,101,49,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(220,92,41,1) 0%,rgba(234,101,49,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(220,92,41,1) 0%,rgba(234,101,49,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(220,92,41,1) 0%,rgba(234,101,49,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5c29', endColorstr='#ea6531',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.10);
        box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
        color: rgba(255,255,255,0.70);
    }

.button.fade {
    margin-left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

    .button.fade:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1.0;
        /* Safari 1.x */
        -khtml-opacity: 1.0;
        /* Good browsers */
        opacity: 1.0;
    }

#btnAddScanCode {
    height: 14px;
}

@media only screen and (max-width: 1294px) {
    #btnAddScanCode {
        float: left !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1260px) {
    #btnAddScanCode {
        margin-top: 15px;
    }
}

.search-user-form {
    text-align: right;
}

#tree div.top-level-company {
    position: relative;
    /*float:left;*/
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

#tree .expand-details {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    display: block;
    height: 25px;
    width: 25px;
    background: #fa7845;
    text-align: center;
    padding: 8px 5px 5px 5px;
}

    #tree.expand-details:hover, .expand-details:active {
        color: #fff;
    }

#tree .top-level-company-link, #tree .top-level-company strong {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f06934;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.10);
    padding: 12px 10px 12px 45px;
    color: #fff;
    font-weight: bold;
}

    #tree .top-level-company-link:hover {
        color: #fff;
        background: #dc5c29;
    }

#tree .sub-companies {
    float: left;
    width: 100%;
}

#tree a.user {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 10px 12px 15px;
    /*background:#e7602b;*/
    background: #FA9A50;
}

    #tree a.user:hover {
        background: #dc5c29;
        color: #fff;
    }

#tree a.clientuser {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 10px 12px 15px;
    /*background:#e7602b;*/
    background: #668aae;
    margin: 5px 0 5px 60px;
}

    #tree a.clientuser:hover {
        background: #1264b8;
    }

#tree a.child-company-user {
    margin: 5px 0px 5px 40px;
}

#tree .child-company {
    margin: 5px 0px 5px 0px;
}

#tree a.top-level-company-user {
    margin: 5px 0px 5px 40px;
}

#tree a.company {
    font-weight: bold;
    padding: 12px 10px 12px 15px;
    background: #c9c9c9;
    display: block;
    color: #333;
    border: none;
    margin-left: 15px;
}

    #tree a.company:hover {
        color: #fff;
        background: #333;
    }


#tree .child-company a {
    font-weight: bold;
    padding: 12px 10px 12px 15px;
    background: #ccc;
    display: block;
    color: #333;
    border: none;
    margin-left: 20px;
    cursor: default;
}

/*#tree .child-company a:hover
	    {
	        color:#fff;
	        background:#333;
	    }
	  */

.top-level-company-details {
    float: left;
    width: 100%;
}


#tree .child-company-details .user a {
    padding: 12px 10px 12px 15px;
    margin-left: 40px;
}


.uploaded-img {
    float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100px !important;
    height: 100px !important;
    height: auto;
}

    .uploaded-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

.photo {
    margin: 20px 0 0 0;
    float: left;
}

.text-and-buttons {
    padding: 0px 0 0 0;
    float: left;
}

.browse-textbox {
    height: 30px !important;
    width: 99%;
    margin: 0px 3px 5px 0;
    float: left;
}


.setPwd {
    height: 40px;
    display: block;
    padding: 3px 0 0px 0;
}

.icon-file {
    margin: 0 3px 5px 0px;
}


#contentPlaceHolder_fuPhoto {
    margin-bottom: 10px;
}

#btnSignOut {
    /*
    text-indent:-9999px;
    height:30px;
    width:30px;
    background:transparent;
    border:none;
    cursor:pointer;
*/
}

.signofficon {
    position: relative;
    margin: 10px 0 0 0;
}

    .signofficon #btnSignOut {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    .signofficon .icon-off {
        position: absolute;
        top: 5px;
        ^top:7px; /* IE7 */
        left: 12px;
        z-index: 20;
        background: none !important;
        margin: 0px;
    }


.DTTT_Print, .DTTT_Print .widget, .DTTT_Print .content, .DTTT_Print .padding, .DTTT_Print .inner {
    border: none;
    background: #fff;
}



.dataTables_length {
    margin: 0px 25px 20px 0px !important;
}

.dataTables_filter {
    float: left !important;
    text-align: left !important;
}

    .dataTables_filter input[type='text'] {
        width: 285px;
    }

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    margin-left: 5px !important;
}

#records_wrapper {
    padding: 30px 0 0 0;
}

.filter {
    background: #fff;
}

.padding {
    padding: 1.5% 2% 2% 2%;
    padding: 40px;
}


.filter table {
    margin-left: -3px !important;
}

table.dataTable {
    margin: 20px 0 !important;
    border-collapse: collapse;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    float: left;
    ^float:none;
    ^margin:20px 0px 10px 0px !important;
    width: 100% !important;
}

    table.dataTable thead tr {
        background: #252f39;
        color: #fff;
        cursor: pointer;
    }

        table.dataTable thead tr td {
            border-right: 1px solid #353d48;
            /* border-right:1px solid rgba(255,255,255,0.04); */
            ^background:#252f39; /* IE7 */
        }


    table.dataTable tr td {
        /* border-right:1px solid rgba(0,0,0,0.10); */
        border-right: 1px solid #cfcfcf;
    }

    table.dataTable tr td {
        /*padding:15px 20px;*/
        padding: 5px 20px;
    }

    table.dataTable tr.odd {
        background-color: #e5e5e5 !important;
    }

        table.dataTable tr.odd td.sorting_1 {
            background-color: #313f53 !important;
            color: #fff;
        }

    table.dataTable tr td.sorting_1 a {
        color: #fff;
    }

    table.dataTable tr.even {
        background-color: #fff !important;
    }

        table.dataTable tr.even td.sorting_1 {
            background-color: #405263 !important;
            color: #fff;
        }



.dataTables_info {
    margin: 0 0 20px 0;
}


.editshipments table {
    border-collapse: collapse;
    width: 100%;
    /*
     border-bottom:1px solid rgba(0,0,0,0.10);
     border-left:1px solid rgba(0,0,0,0.10);
    */
    margin: 0 0 20px 0;
}

    .editshipments table thead tr {
        background: #252f39;
        color: #fff;
    }

        .editshipments table thead tr td {
            border-right: 1px solid #353d48;
            background: #252f39;
        }

    .editshipments table tr td {
        padding: 15px 20px;
        /*
            border-right:1px solid rgba(0,0,0,0.10);
            */
        background: #fff;
    }

    .editshipments table tr.odd td {
        background: #ececec;
    }

.carrierref {
    color: #000;
}

.dashboard {
    background: #d4dee5;
    padding: 40px;
}

    .dashboard h2 {
        color: #2e5c7e;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    .dashboard p {
        color: #2e5c7e;
        margin: 0 0 20px 0;
    }

.dash_btn {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    padding: 70px 60px 40px 60px;
    float: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #e1ecf4;
    display: block;
    margin: 0 20px 10px 0;
    width: 200px;
    height: 70px;
    color: #2e5c7e;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: top;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}



    /*
@media only screen and (min-width: 768px) {
  .dash_btn
  {
      width:17%;
  }
} 
*/

    .dash_btn span {
        font-size: 90px;
        height: 50px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dash_btn {
        padding: 50px 60px 40px 60px;
    }

        .dash_btn span {
            font-size: 90px;
            height: 64px;
        }
}


.dash_btn:hover {
    background: #acc5d9;
    color: #2e5c7e;
    -moz-transform: scale(1.);
    -ms-transform: scale(1.);
    -o-transform: scale(1.);
    -webkit-transform: scale(1.);
    transform: scale(1.1);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dash_btn.last {
    margin-right: 0;
}



body.crop {
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.crop h1 {
    border: none !important;
    text-transform: none;
}



.cropInside {
    position: relative;
    margin: 10px 10px 0 10px;
    text-align: center;
    overflow: hidden;
    padding: 40px 20px 0px 20px;
    color: #959595;
}


.cropImage {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20) !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.20) !important;
    height: auto;
    width: auto;
    margin: 0 auto 10px auto;
    max-height: 600px;
    max-width: 600px;
    /*width:100%;
                height:400px;*/
    padding: 10px;
    background: #fff;
}

    .cropImage img {
        max-height: 600px;
        max-width: 600px;
        /*width:100%;
                   height:100%;*/
    }

.cropfancy.fancybox-wrap {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
}



.cropfancy .fancybox-skin {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.0) !important;
    padding: 0px !important;
}

.cropfancy .fancybox-skin, .cropfancy .fancybox-outer, .cropfancy .fancybox-inner {
    height: 100% !important;
    width: 100% !important;
}

.cropfancy .fancybox-title {
    color: #a4a4a4;
    text-align: center;
}

.center {
    margin: 0 auto;
    width: 128px;
    height: 38px;
}

.cropSubmit {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: block;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid red;
    /* IE7 */
    ^width:128px;
    ^position:absolute;
    ^margin-left:-64px;
    ^left:50%;
    ^bottom:30px;
}

.checkbox-span {
    position: relative;
    top: -2px;
}
