
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    display: block;
    height: 0;
}

html, body{height: 99.8%;}/*swe*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
body {
    color:#333;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
}
li {
    list-style: none outside none;
}
a {
    color: #333;
    text-decoration: none;
}
a img {
    border: medium none;
}
input, select, textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 3px;
    behavior: url(js/PIE.htc);  
}
input[type="checkbox"] {
    border: medium none;
}
#container {
    position: relative;
    border-top:1px solid rgba(0,0,0,0.0);
    min-height: 100%;
    height: auto !important;
    height: 99.8%;
    margin-bottom: -60px;}
.push{ height: 56px;}
/*.home_page_container{padding-bottom:50px;}
*/.header-bg {
    border-bottom: 1px solid #C0C0C0;
    height: 60px;
    left: 0;
    position: fixed;    
    top: 0;
    width: 100%;
    z-index: 10;
    display: block;


}
.header {
    margin:0 auto;
    width: 882px;
}



.head_login_container {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px !important;
    height: 45px;
    padding: 12px 50px 0 40px;
}
.head_login_container a{ color: #000;}
.head_login_container a:hover{ color:#CCC; text-decoration: none;}
.head_login_container > div { float: left;}
.head_login_container .fb_connect{ float:left; margin-left:56px;}
.head_login_container .fb_connect a.fb_icon{width:97px; height:25px; display:block; background:url(../images/facebook.png) no-repeat; margin-bottom:5px;}
.head_login_container .fb_connect a.fb_icon:hover{background:url(../images/facebook_hover.png) no-repeat;}
.login_form .username{ width: 180px ; float: left; }
.login_form .username input[type="text"] {width: 154px;margin-bottom: 5px; background:#fff url(../images/username.png) no-repeat  5px center; padding-left:24px; font-size: 12px !important; height:20px; color:#000;}
.login_form .submit_btn { 
    float:left;   
    background-color:#06A6E4; 
    text-align: center; 
    height:27px;
    padding:0 10px;
    cursor:pointer;
    display: inline-block;
    line-height: 26px;
    color:#fff;
    font-weight:bold;
    margin:5px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(js/PIE.htc);
}
.login_form .submit_btn:hover{ background-color:#0493ca;}

.login_form .password{ float: left; width: 180px ; }
.login_form .password input.password_icon { width: 154px; margin-bottom: 5px;  background:#fff url(../images/password.png) no-repeat  5px center; padding-left:24px; font-size: 12px !important; height:20px;}
.login_form .checkbox_wrap{ height: 30px;  display: block;  margin-top: 25px;}
.login_form .checkbox_wrap input{ float:left; margin-top:5px;}
.login_form .checkbox_wrap span {  margin: 2px 0 0 7px; display: block; float:left;}

.pass_link{ margin: 5px 0 -10px 0; color: #06A6E4 !important;}
.or {
    /*background: -moz-linear-gradient(#fff 0,#fff 49%,#aaa 50%,#aaa 51%,#fff 52%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottombottom,color-stop(0%,#fff),color-stop(49%,#fff),color-stop(50%,#aaa),color-stop(51%,#aaa),color-stop(52%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(#fff 0,#fff 49%,#aaa 50%,#aaa 51%,#fff 52%,#fff 100%);
    background: -o-linear-gradient(#fff 0,#fff 49%,#aaa 50%,#aaa 51%,#fff 52%,#fff 100%);
    background: linear-gradient(#fff 0,#fff 49%,#aaa 50%,#aaa 51%,#fff 52%,#fff 100%);*/
    padding: 0px;
    display: block;
    margin-top:20px;
    text-align: center;
    border-bottom:1px solid #aaa;
    margin-bottom:20px;
}
.or span {
    background-color: #fff;
    padding: 0 14px;
    color: #333;
    font-size: 11px;
    display:inline-block;
    margin-bottom:-10px;
    *margin-bottom:-10px !important;
}
.fb_buttonnew {
    width: 176px;
    height: 30px;

    -webkit-box-shadow: inset 0 2px rgba(255,255,255,.21);
    -moz-box-shadow: inset 0 2px rgba(255,255,255,.21);
    box-shadow: inset 0 1px rgba(255,255,255,.21);
    border: solid 1px #223567;
    background-color: #395394;
    background-image: -webkit-linear-gradient(bottom,#2f4888,#5976ba);
    background-image: -moz-linear-gradient(bottom,#2f4888,#5976ba);
    background-image: -o-linear-gradient(bottom,#2f4888,#5976ba);
    background-image: -ms-linear-gradient(bottom,#2f4888,#5976ba);
    background-image: linear-gradient(to top,#2f4888,#5976ba);
    /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5976ba',endColorstr='#2f4888',GradientType=0); 
    */  border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    behavior: url(js/PIE.htc); 
}
.fb_buttonnew:hover {
    background-color: #4a6ab6;
    background-image: -webkit-linear-gradient(bottom,#33519D, #6081CD);
    background-image: -moz-linear-gradient(bottom,#33519D, #6081CD);
    background-image: -o-linear-gradient(bottom,#33519D, #6081CD);
    background-image: -ms-linear-gradient(bottom,#33519D, #6081CD);
    background-image: linear-gradient(to top, #33519D, #6081CD);

}
.fb_buttonnew a span {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 23px;
    margin: 5px -9px 0 16px;
    width: 11px;
    background-image: url("../images/fb-icon.png") ;
}
.fb_buttonnew a {
    width: 176px;
    height:30px !important;
    padding-bottom:10px;
    display: block;
    color: #fff !important;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(js/PIE.htc); 
}
.fb_buttonnew a:hover{ text-decoration: none !important;}
.header .popover{border: 1px solid #ccc !important;  margin-left:-36px;}
.header .logged-user .popover{margin-left: 5px;}

/************* popover ****************/
.header h3.popover-title{ display:none !important;}
.logo {
    background: url("../images/logo.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    float: left;
    height: 40px;
    margin-right: 40px;
    margin-top: 9px;
    text-align: right;
    white-space: nowrap;
    width: 118px;
}

.menu {
    float: right;
    margin: 24px 32px 0 0;
    z-index:100;
}
.menu li {
    float: left;
    position: relative;
}
.menu li a {
    display: inline-block;
    height: 28px;
    padding:0px;
}
.menu .link a {
    color: #FFFFFF !important;
    font-size:11px;
}
.menu .link a:hover {
    color: #333 !important;
	height: 28px;
}

.userlink {
    margin: 38px 0 0 0 !important;
    width:auto !important;
}
.userlink li .link7 a{
    font-weight:bold !important;
}

.profil-image { 
    border: 1px solid #FFF; 
    height:24px; width:24px
}
.user_info{ margin-right:-13px !important; font-size:12px; line-height:26px;;
}
.user_info .dropdown-menu{margin-left: -49px;}

.user_info img {
    border: 2px solid #fff;
    border-radius: 15px;
    float: left;
    height: 21px;
    width: 21px;
}
.user_info a{ color:#fff;}
.user_info a:hover{ text-decoration:none; color:#fff;}
.user_ctrl_content{padding:0px;}
.user_ctrl_content li { margin-bottom:2px;/* padding:3px 15px 3px 35px;*/ float:none;}
.user_ctrl_content li.user_profile{
    background-image:url(../images/user_profile.png); background-repeat:no-repeat; background-position:9px center;}
.user_ctrl_content li.logout {background:url(../images/logout.png) no-repeat 9px center;}
.user_ctrl_content ul li a{ display:block; width:100%;}
.user_ctrl_content ul li:hover{ background-color:#E6E6E6;}
.user-name{width:auto !important; max-width:100px !important; white-space:nowrap; text-align: left; font-weight: bold; overflow: hidden;}
.user-name img{ margin-right:5px;}
/*********** header popover***************/
.user_info .dropdown-menu li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
}
.user_info .dropdown-menu{margin-top: 10px;}
@-moz-document url-prefix() {
.user_info .dropdown-menu{margin-top: 5px;}
.user-login{margin-top: 0px !important;}
}

.user_info .dropdown-menu li > a:hover,
.user_info .dropdown-menu li > a:focus,
.user_info .dropdown-submenu:hover > a {
    text-decoration: none;
    background-color:transparent;
}
.radius .dropdown-menu {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    position: absolute;
    z-index: 99999;
    width:auto;   
}
.change_color{ width:220px !important; left:-33px !important;}
.user-login{ padding: 15px; left: -42px !important; width:180px !important;margin-top: 10px!important;}

.link1, .link2, .link3, .play_video ,.link4{margin-left: 16px;}
.user-name{margin-left: 5px; text-decoration: none; cursor: pointer;}
.link1 {
    background: url("../images/menu.png") no-repeat scroll 10px top transparent;
    width: 16px;
}
.link2 {
    background: url("../images/menu.png") no-repeat scroll -40px top transparent;
    width: 35px !important;
}
.link3 {
    background: url("../images/menu.png") no-repeat scroll -87px top transparent;
    width: 40px;
}
.play_video {
    background: url("../images/menu.png") no-repeat scroll -195px top transparent;
    width: 23px;
    margin-top:1px;
}
.link4 {
    background: url("../images/menu.png") no-repeat scroll -143px top transparent;
    width: 36px;
}

.link6 {
    font-size:13px;

}   
.link6 a:hover {
    color: #3333 !important;
}

.link7 {
    font-weight:bold !important;
}

.play_video:hover, .play_video.selected {
    background: url("../images/menu.png") no-repeat scroll -195px bottom transparent;
}
.link1:hover, .link1.selected {
    background: url("../images/menu.png") no-repeat scroll 10px bottom transparent;
}
.link2:hover, .link2.selected {
    background: url("../images/menu.png") no-repeat scroll -40px bottom transparent;
}
.link3:hover, .link3.selected {
    background: url("../images/menu.png") no-repeat scroll -87px bottom transparent;
}
.link4:hover, .link4.selected {
    background: url("../images/menu.png") no-repeat scroll -143px bottom transparent;
}

.sub-menu {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 3px rgba(34, 25, 25, 0.2);
    left: -92px;
    position: absolute;
    text-align: center;
    top: 30px;
    visibility: hidden;
    white-space: nowrap;
    z-index: 9999;
}
.sub-menu li {
    float: none !important;
    width: 224px;
}
.sub-menu2 {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 4px rgba(34, 25, 25, 0.2);
    left: -15px;
    position: absolute;
    text-align: center;
    top: 30px;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100;
}
.sub-menu2 li {
    float: none !important;
    width: 100px;
}
.sub-menu3 {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(34, 25, 25, 0.2);
    margin-left: -40px;      
    *margin-left: -100px;
    position: absolute;
    text-align: center;
    top: 26px;
    visibility: hidden;
    white-space: nowrap;

}
.sub-menu3 li {
    float: none !important;
    width: auto;
}
.sub-arrow {
    background: url("../images/submenu-arrow.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 8px;
    position: relative;
    top: -8px;
    width: 17px;
}
.sub-menu h5 {
    font-size: 13px;
}
.themes {
    width: 206px;
    margin-left: 7px;
}
.themes a {
    display: inline-block !important;
    height: 40px !important;
    margin: 4px;
    padding: 0 !important;
    width: 40px;
}
.blue-light-btn {
    background: url("../images/themes.png") no-repeat scroll 0 bottom transparent;
}
.blue-dark-btn {
    background: url("../images/themes.png") no-repeat scroll -40px bottom transparent;
}
.green-btn {
    background: url("../images/themes.png") no-repeat scroll -80px bottom transparent;
}
.red-btn {
    background: url("../images/themes.png") no-repeat scroll -120px bottom transparent;
}
.orange-btn {
    background: url("../images/themes.png") no-repeat scroll -160px bottom transparent;
}
.pink-btn {
    background: url("../images/themes.png") no-repeat scroll -200px bottom transparent;
}
.purple-btn {
    background: url("../images/themes.png") no-repeat scroll -240px bottom transparent;
}
.black-btn {
    background: url("../images/themes.png") no-repeat scroll -280px bottom transparent;
}

.blue-light-btn:hover {
    background: url("../images/themes.png") no-repeat scroll 0 top transparent;
}
.blue-dark-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -40px top transparent;
}
.green-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -80px top transparent;
}
.red-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -120px top transparent;
}
.orange-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -160px top transparent;
}
.pink-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -200px top transparent;
}
.purple-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -240px top transparent;
}
.black-btn:hover {
    background: url("../images/themes.png") no-repeat scroll -280px top transparent;
}




.wrapper {
    margin: 64px auto 0 auto;
    padding: 0px 10px 0px 10px; /*swe*/
    width: 884px;
    position: relative;
}
.wrapper.logged{ *padding-top:27px;}
.search-pnl {
    float:left;
    margin-top: 15px;
    width: 399px;
    z-index: 1000;
    position: relative;
    background: none !important;
}
.search-pnl input[type="text"] {
    background: url("../images/google.png") no-repeat scroll left center #FFFFFF;
    border: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    font-size: 16px;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 60px;
    width:300px;
}
.search-pnl input[type="text"].hasPlaceholder{ color:#000 !important;}
.btn {
    background: url("../images/search-icon-gray.png") no-repeat scroll center center;
    border:0px solid #3079ED;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    text-align: center;
    width: 33px;
    margin-top: 3px;
    border-left: 1px solid #E0E0E0;
    position:absolute;
    z-index: 100;
    right: 2px;
    top:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn:hover {
}
/*************Ahmed Abdelhakim********************/
span.deleteicon { position: relative; display:block; height:40px; width: 399px;}
span.deleteicon span {
    position: absolute;
    display: none;
    top:12px;
    z-index:9999 !important;
    right: 40px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-repeat:no-repeat;
    background-position:-62px bottom;
}
span.deleteicon span:hover{ background-position: -62px -5px;}
span.deleteicon input {
    padding-right: 16px;
}
/*************Ahmed Abdelhakim********************/

.search_instant {
    background-color: #FFFFFF;
    border-color: #A2BFF0 #558BE3 #558BE3 #A2BFF0;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: none;
    position:absolute !important;
    left: 0px;
    top:31px;
    width: 400px;
    z-index:99;

}
.search_instant ol {
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.search_instant li {
    cursor: default;
    height: 26px;
    line-height: 26px;
    padding-left: 40px;
}


.fb-box {
    color: #3B5998;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    margin-right: 43px;
    margin-top: -20px;
    overflow: hidden;
    width: 80px;
}

.msgBox {
    /*float:left;*/
    width: 842px;
    margin-bottom: 10px;
   /* background-color: #FFFFCA;
    border: 1px solid #EEEEBB;*/
   /* font-size: 11px;
    padding: 4px 0 4px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);-webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
    behavior: url(js/PIE.htc);  */
}
.close_msgBox {
    cursor:pointer;
    float:right;
    padding: 2px 6px 2px 6px;

}
.tab_content{ /*padding-top: 66px;*/ height: auto; clear: both;}
/* Menu Bar Start */
.menu-list {
    position: relative;
    z-index: 2;
    clear:both;
    float:left;
    font-size: 13px !important;
    line-height: 22px;
    margin: 22px 0 20px 0;
    width: 846px;
    border: 1px solid #FFF;
    border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
    height: 32px;   
    white-space: nowrap;
    /* IE10 Consumer Preview */ 
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F1F1F1 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F1F1F1 100%);
    /* Opera */ 
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F1F1F1 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F1F1F1 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #F1F1F1 100%);
    
}
.not_logged .menu-list{position: relative;}
.not_logged .tab_content{padding-top: 0px;}

.menu-box-l{
    float:left;
    border-right: 1px solid #E8E8E8;
    display: block;
    height: 32px;
    cursor:pointer;

}
.menu-box-l:hover{
    background-color:#fff;

}
.nav-list .menu-box-l .dropdown-menu{ top: 29px;}
.menu-box-l span{
    display: block;
    padding:4px 5px;
    position: relative;
    cursor: pointer;
    float: right;
}
.menu-box-l#add_tab span{padding: 4px 20px;}
.first_tab{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.active.menu-box-l span:hover a {
    color: #333333;
}
.menu-box-l span:hover ul a {
    color: #333333;
}
.menu-box-l span:hover a {
    color: #06A6E4;
}
.cat_link{display:block; padding: 5px 15px 0 15px !important; height: 30px; float: left; }
.menu-list .dropdown-menu{ top: 29x;}
.menu-box-l  .action6 { display: none; position:absolute; z-index:1000;}
.menu-box-l:hover .action6 {display:block;}


.menu-box-l .space{
    margin-right:8px;
}
.menu-box-r {
    float:right;
    border-left: 1px solid #E8E8E8;
    display: block;
    height: 32px;
    position: relative;
    cursor: default;
}
/*.add span{ padding-right: 18px !important; padding-left: 18px !important;}*/
.add span > a{display: block; width: 22px;}
.add .dropdown-menu li{ border-bottom: 1px solid #ccc;}
.add .dropdown-menu li:last-child{border-bottom: 0px;}
.add .dropdown-menu li a{padding-left: 10px !important;}
.add .dropdown-menu li a:hover{ background: none;}

.menu-box-r span{
    display: block;
    padding:4px 28px 4px 10px;
    position: relative;
    cursor:pointer;
}

.menu-list .nav-lis .active a {
    background:#fff;

}
.menu-list  .active {
    background:#fff;
    position: relative;
    font-weight:bold;
}


.action1{
    height: 20px;
    width: 15px !important; padding: 0px !important;
   /* position: absolute;
    right: 3px; 
    top: 4px;*/
    margin: 0 auto;
}
 
.action5{
    height: 20px;
    width: 20px;
    position: absolute;
    right: -4px;
}
.action5:hover
{
    visibility: visible;    
}

.action6{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px; 
}
.action6:hover
{
    visibility: visible;    
}

.search-mini {
    margin-top: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url("../images/search-icon-mini.png") no-repeat left center transparent;
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    opacity: 0.7;
    z-index: 100;
}
.search-mini:hover {
    background: url("../images/search-icon-mini.png") no-repeat right center transparent;
    opacity: 1;
}


.search-box  input[type="text"] {
    border: 1px solid #ACACAC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000000;
    float: left;
    height: 18px;
    padding-left: 28px;
   /* width: 160px;*/
    font-size: 12px !important;
    border: 1px solid #CCC; 
    margin-left: 0;
    margin-right: 5px;
    margin-top: -2px;
    z-index:2px;
}
.search-box form input.focus {
    border: 1px solid #4D90FE;
}


.play_icon { cursor:pointer;}
.play {
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("../images/play.png") no-repeat left center transparent;
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    opacity: 0.7;
}
.play_icon:hover .play {
    background: url("../images/play.png") no-repeat right center transparent;
    opacity: 1;
}
.play-video{
    top:-12px;
    right:-12px;
}
.lock_container{width: 37px; padding: 0px !important;}
.lock_container > span{padding: 0px;}
.lock-unlock{ margin: 0px;  padding: 0px !important; display:block; width: 100% !important; height: 26px; margin: 0px;}
.lock-unlock span{padding: 0px !important;  margin: 5px auto; background-repeat: no-repeat;}
.lock {
    width: 20px;
    height: 20px;
    position: absolute;
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    opacity: 0.7;
}
.lock-unlock .lock { background-position:-16px -20px;}
.lock-unlock .unlock {background-position:-39px top;}
.lock-unlock:hover .lock { background-position: -39px top;}
.lock-unlock:hover .unlock {background-position:-16px top;}
/*
.lock:hover  {
    background: url("../images/lock.png") no-repeat left top;
    opacity: 1;
}*/
.unlock {
    width: 20px;
    height: 20px;
    position: absolute;
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    opacity: 0.7;
}
/*
.unlock:hover  {
    background: url("../images/lock.png") no-repeat left bottom;
    opacity: 1;
}
*/
/* Menu Bar end */


.data-list {
    font-size: 12px;
}

.data-list > li {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
    float: left;
    line-height: 29px;
    margin: 0 16px 16px 0;
    text-align: center;
    width: 92px;
   
}

.data-list > li h3 {
position: absolute; 
top: 56px; 
width: 100%; 
font-size:12px;
font-weight:600;
}
.unlockedHome .all_tabs > li a,.data-list > li{ cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: url(../images/cursor/openhand.cur), pointer!important;
    cursor:-webkit-grab;}


.box, .placeHolder div {
    border: 1px solid #FFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    position: relative;
    cursor:hand;
	cursor:grab!important;
	cursor:-moz-grab;
	cursor: url(../images/cursor/openhand.cur), pointer!important;
	cursor:-webkit-grab;
}

.lockedHome .placeHolder div,.lockedHome .box{  cursor: pointer !important;}
.main-box {
    display: block;
    height: 80px;
   /* margin: 4px;*/
    position: relative;
}
.linkUrl{display: block;}
.main-box .fav_ctr{position: absolute; top: -18px; width: 100%; display: none;}
.main-box .fav_ctr a{width: 15px; height: 15px; top: 0px; border-top: 0px;}
.main-box .fav_ctr a span{display: block; height: 15px;}
.main-box .fav_ctr a.editFavorite{float: right; margin-right: -6px;}
.main-box .fav_ctr a.deleteFavorite{ float: left; margin-left: -6px;}
.main-box:hover .fav_ctr{ display: block;}


.main-box img {
    border-radius: 4px;
    display: block;
    height: 60px;
    margin: 14px auto;
    width: 60px;
}

.action2 {
    cursor: move !important;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 20px;
    z-index: 800;
}
.action3 {
    height: 20px;
    right: 0px;
    position: absolute;
    top: -1px;
    width: 20px;    
    z-index:800;
}
li:hover .action2, li:hover .action3, li:hover .action4, li:hover .action5 {
    visibility: visible;
}

.categories {
    margin: 6px auto;
}
.categories > li {
    height: 172px;
    line-height: normal;
    margin: 0 16px 16px 0;
    text-align: left;
    width: 200px;
}
.categories  .box, .categories, .categories > div {
    background-image: none;
    height: 170px;
}
.categories .main-box {
    height: 170px;
    /*padding-top:27px;*/
}
.lockedHome .categories .main-box h5:hover{background-color:#fff; }
.unlockedHome .categories .box:hover{background-color:#fff; }

.btn_style {
  display: inline-block;
  *display: inline;
  padding: 6px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) #CCCCCC;*/
  /*border-bottom-color: #b3b3b3;*/
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn_style:hover,
.btn_style:focus,
.btn_style:active,
.btn_style.active,
.btn_style.disabled,
.btn_style[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn_style:active,
.btn_style.active {
  background-color: #cccccc \9; }

.btn_style:first-child {
  *margin-left: 0; }

.btn_style:hover,
.btn_style:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.btn_style:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn_style.active,
.btn_style:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.categories .main-box .edit_cat{position: absolute;  height: 20px; top: 3px; right: 3px; visibility: hidden;}
.categories .main-box .edit_cat a{ width: 15px; height: 15px; display: inline-block; margin-left: 5px; }
.categories .main-box .edit_cat a span{ display: block; width: 100%; height: 100%;}
.categories .main-box:hover .edit_cat{visibility: visible;}
.categories h4 {
    background-color: #E5E5E5;
    top: 0px;
    left: 0px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    position:absolute;
    background-position:2px 3px;
    padding:3px 14px 2px 11px; /*swe*/
    position: relative;
    min-height:22px;
}
.categories h5{
    border-top: 1px solid #fff;
    padding-left: 10px;
    height: 27px;
}
.categories h5 a {
    background: url("../images/bullet.png") no-repeat scroll left 8px transparent;
    color: #333 !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    padding-left: 11px;
}
.data-list.categories .action3 {
    bottom: 20px !important;
    top: auto;
}
.categories .default .box, .categories .default {
    background: url("../images/icon3-small.png") no-repeat scroll 4px 4px transparent;
}

.action4 {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -4px;
    right: -4px;
}


.footer-bg {
    clear:both;
    width:100%;
    display: block;
    margin-top:18px;
    height: 40px;
    /*overflow-y: auto;*/
    background-color: #333;
    border-bottom: 1px solid #242323;
    padding-bottom: 3px;
    opacity: .8;
}
.footer-bg a{color: #bdb6b6}
.footer {
    color: #999999;
    font-size: 14px;
    height: 28px;
    margin: auto;
    padding-left: 0px;
    padding-top: 12px;
    position: relative;
    width: 887px;
}
.copyright_fullwidth {display: block; background-color: #333; border-top: 1px solid #4a4949; opacity: .8;}
.copyright { width: 887px; margin: 0 auto; color: #bdb6b6; padding: 5px 0; display: block; height: auto; overflow: auto; }
.copyright > span { float: left !important; display: inline-block;  margin-right: 30px; }
.feedback-box {
    bottom: 0;
    display: block;
    position: fixed;
    z-index: 2000;
    right: 16px;
    opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */
}
.feedback-box a{margin-left: 10px;}

.feedback {
        border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 4px rgba(34, 25, 25, 0.2);
    color: #FFFFFF !important;
    float: right;
    font-size: 11px !important;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}




/* start: social icons in menu bar */
.social-icons {
    float: left;
    margin-left:806px;
    width: 70px;
    margin-top: -20px;
    text-align:left;
}
.social-icons a{ width:24px; height:24px; float: left; display:block; margin-right:4px;  text-indent: -10000px;}

a.facebook {
    background: url("../images/social-icons.png") no-repeat scroll 0 0 transparent;
}
a.facebook:hover {
    background: url("../images/social-icons.png") no-repeat scroll 0 -24px transparent;
}
a.twitter {
    background: url("../images/social-icons.png") no-repeat scroll -24px 0 transparent;
    float: right;
}
a.twitter:hover {
    background: url("../images/social-icons.png") no-repeat scroll -24px -24px transparent;
}
.recommend-box {
    bottom: 0;
    display: block;
    position: fixed;
    right: 108px;
    opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */
    z-index:2000;

}


.close-btn2:hover {
    position:relative;
}

.blockPage{ 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);      
}
@media only screen and (min-device-width: 240px) and (max-device-width:
960px) and (orientation: portrait) {
    .header-bg {
        position:absolute !important;
    }

    li:hover .action2, li:hover .action3, li:hover .action4 {
        visibility:hidden !important;
    }

    .col2_inner {
        position: absolute !important;
    }
}


@media only screen and (min-device-width: 240px) and (max-device-width:
960px) and (orientation: landscape) {
    .header-bg {
        position:absolute !important;
    }   
    li:hover .action2, li:hover .action3, li:hover .action4 {
        visibility:hidden !important;
    }
    .col2_inner {
        position: absolute !important;
    }
}

/********** Flags ************/
.change_lang { cursor:pointer; float:right; display:inline; margin-right:175px;}
.change_lang > span{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #212020;
    border: solid 1px #5c5b5b;
    background-image: -webkit-linear-gradient(bottom, #393939, #515151);
    background-image: -moz-linear-gradient(bottom, #393939, #515151);
    background-image: -o-linear-gradient(bottom, #393939, #515151);
    background-image: -ms-linear-gradient(bottom, #393939, #515151);
    background-image: linear-gradient(to top, #393939, #515151);
    padding: 4px 5px;
    color: #fff !important;
    font-size: 12px;
}
.change_lang span a span{  /*background-image:url(../images/flags.png);*/*margin-top: -20px; margin-bottom:-4px; width:23px; height:18px; display:inline-block;}
.change_lang span a span img{ float: left; margin: -2px 5px 0 0;}
.ch a span { background-position: 0 0 }
.de a span { background-position: -24px 0 }
.at a span { background-position: -48px 0 }
.it a span { background-position: -72px 0 }
.fr a span { background-position: -96px 0 }
.es a span { background-position: -120px 0 }
.tr a span { background-position: -144px 0 }
.us a span { background-position: -168px 0 }
.pop_content li{ margin-bottom:5px;}
.pop_content .title{ font-weight:bold;}
.pop_content li {margin-bottom: 10px;}
.pop_content li a span{ width:23px; height:18px;display:inline-block; float: left; /*background-image:url(../images/flags.png); */margin:-3px 5px 0 0 !important; }
.lang_dropdown{ border-top:1px solid #ccc; margin-left:-11px; padding:5px 6px 5px 13px; width:186px;}
.lang_dropdown label{ font-weight:bold; font-size:12px; margin-right:10px;}
.dropdown-menu{ border-radius:0;}
.dropdown .dropdown-toggle {width:20px;}
.dropdown-menu li a{ padding-left:30px !important; width:auto !important; text-align: left;}
.edit_icon { background:url(../images/edit.png) no-repeat 10px center;}
.delete_icon { background:url(../images/delete.png) no-repeat 10px center;}
.color_icon { background:url(../images/color.png) no-repeat 10px center;}

span.edit_icon, span.delete_icon {background-position: center;}
.box .dropdown-toggle{ top:-2px;}
.box .dropdown-menu {top:19px; right:-5px;}

.facebook_connect {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    margin: 0 0 10px;
    text-align: left;
    width: 270px;
    background: none repeat scroll 0 0 #F7F7F7;
    color: #fff;
    text-align: center;
}

.facebook_connect a {
    background: url("../images/fb-icon.png") no-repeat scroll 22px 50% #496499;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    display: block;
    font-weight: bold;
    padding: 0 10px 2px 38px;
    text-decoration: none;
}

.facebook_connect a:hover {
    background-color: #3C527D;
    text-decoration: none;
}

.hasPlaceholder {
    color: #999 !important;
}

/********Login and regestration page *********/
.pop_up_static {
    background: white;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(js/PIE.htc);
    padding: 3px;
    font-size: 13px;
    margin:90px auto 3px auto;
    border:1px solid #ccc;
}
.login_page .login-pnl1 .title1{ margin-top:115px;}
.new_account_page .login-pnl1 .title1{ margin-top:170px;}

.new_account_page .login-pnl1 .title1,.new_account_page .login-pnl1 .button3{ margin-left:20px;}

.pop_up_static .login-pnl1 {
    float: right;
    padding-left: 15px;
    border-right:0px;

}


.pop_up_static .login-pnl2 {
    float: left;
    border-right: solid 1px #E0E0E0;
    border-left:0px;
    padding-left: 30px;
    position: relative;
}
.login_page .login-pnl1{width: 400px;}
.new_account_page .login-pnl1{width: 280px;}
.login_page .login-pnl2{width:277px; padding-right: 115px;}
.new_account_page .login-pnl2{ width:479px; padding-right: 45px;}
.login-pnl2 label { font-weight:bold; margin-bottom:4px; display:inline-block;}
.login-pnl2 label.option1{ font-weight:normal;}
.new_acount_des{ color:#06A6E4; margin-bottom:15px;}
.login-pnl1 p {
    font-size: 14px;
}
.new_account_page .login-pnl2 input[type="text"],.new_account_page .login-pnl2 input[type="password"] {
    margin: 5px auto;
    width: 230px;
}
.login-pnl2 input[type="text"], .login-pnl2 input[type="password"] {
    margin: 1px auto 18px auto !important;
    width: 98%;
}
.edit_account_page .login-pnl2{ border-right: 0px;}
.edit_account_page .login-pnl1{  margin-top: 35px;}
.button5 {
    
    text-align: center;
    /*  border: 1px solid #0483B3;
    */  height:27px;
    padding:0 10px;
    cursor:pointer;
    display: inline-block;
    line-height: 26px;
    color:#fff;
    font-weight:bold;
    margin:5px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(js/PIE.htc);
}
input.button5{height: 31px !important; line-height: 31px; }
.edit_account_page .country-options{width: 170px; margin-top: 15px;}
.edit_account_page .button5 { margin-top: 20px; margin-bottom: 20px; }
.edit_account_page .button4 { margin-bottom: 5px; }
.option1 {
    float: left !important;
    margin:10px 0 0 0 !important;
    white-space:nowrap;
}

.pop_up_static .title1 {
    font-weight:normal;
    text-align: left;
    margin-top:10px;
}
#catNav{ position: absolute; left: 0px; }
.loading{ padding: 35px; margin:0 auto 10px auto;
          color: #fff; text-align: center;
          background:url(../images/ajax-loader.gif) no-repeat center center;
}
.label_container{ position: relative; clear: both;}
.rememberMe{*margin-top:-15px; height:10px;*margin-bottom:0px !important;}
.share_bar{width: 848px; margin-top:74px; overflow:visible;   *margin-bottom:-30px;}
.share_bar > div{ float:right; margin-left:15px;}
.share_bar .button4{ margin:0px; padding-left:10px; padding-right:10px; }
.fb-like{margin-top:5px;}

.more_padding{ padding: 10px 20px; margin-bottom: 0px;}
.nav-list{ position: relative; width: auto; float: left;}
.menu-list .arrow_animate {
    left: 25px;
    position: absolute;
    top: 100%;
}

.menu-list .arrow_animate span{position: relative;

}
.menu-list .arrow_animate span:after, .menu-list .arrow_animate span:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.menu-list .arrow_animate span:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
    margin-top: 1px;
}
.menu-list .arrow_animate span:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
    margin-top: 1px;

}
.tab_arrow{ 
    float:left;
    display: block;
    cursor:pointer;
    width: 32px;
    height: 26px;
   
}
.tab_arrow span{ background-position: -19px -16px !important; margin-right: 12px !important; float: right;

width: 8px; padding: 0px; height: 26px;  display: block;}
.tab_arrow:hover span{ 
  background-position: -19px 8px !important;
}
.tab_arrow_left span{ background-position: 0px -16px !important;}

.tab_arrow_left:hover span{ background-position: 0px 8px !important;}

.note1 {
    color: #000;
    background: url(../images/note.png) no-repeat;
    height: 30px;
    width: 42px;
    position: absolute;
    right: -21px;
    top: 40%;
    text-align:center;
    padding-top:12px;
    font-weight:bold;
}
.add_feature > span{padding:4px 0px 4px 0px}
.add_feature > span >a{ padding: 5px 8px 3px 8px; height: 22px; margin-top: -3px; }
.add_feature:hover span a{ color: #333 !important;}
.add_feature .dropdown-menu{padding: 0px; margin: -2px -1px 0 0;}
.add_feature .dropdown-menu li:hover{background: #e6e6e6;}
.add_feature .dropdown-menu li > a {padding: 3px 10px;}
/***********UI Daialog********************/
.ui-dialog{
    background-color:#FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid;
    z-index: 999999;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: -13px;
    top: -4px;
    width: 20px;
    padding: 1px;
    height: 20px;
    background:transparent url(../images/black/close-btn.png) no-repeat;
    border:0px !important;
    outline: 0px;
    cursor: pointer;

}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background-position: center bottom;
}
.ui-dialog-title{  
    float: none !important;   
    font-size: 17px;
    line-height: 25px;
    padding-left: 8px;
    text-align: left;}
.ui-dialog-buttonset {    
    float: left;
    padding-left: 10px; margin-bottom: 5px;}
.ui-dialog-buttonset button { 
    text-align: center;
    height:27px;
    padding:0 10px;
    cursor:pointer;
    display: inline-block;
    line-height: 26px;
    color:#fff;
    font-weight:bold;
    margin:5px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(js/PIE.htc);
    border:0px;
    font-size:13px;
}
.ui-dialog .ui-dialog-titlebar { padding:0px; clear: both}
.ui-dialog .ui-dialog-content{ padding:8px; height:20px;font-size:13px; width:100% !important;}
.ui-dialog .ui-dialog-buttonpane{ border-top:0px; margin-top:0px; padding:0px;}
#close-btn-wallpaper{ left:50%; bottom:20px;position: relative;display: block;}
.dialogVideo {margin-top: -25px;}

/*#tabContent{ min-height:560px;}*/

.lockedHome .dropdown-toggle,
.lockedHome .menu-box-l:hover .action6,
.lockedHome .main-box .fav_ctr,
.lockedHome .main-box:hover .fav_ctr ,
.lockedHome .categories .main-box .edit_cat,
.lockedHome .categories .main-box:hover .edit_cat{ 

    display: none !important;
}
.lockedHome #tabsBar .dropdown .cat_link{
    padding: 4px 15px 0;
}
.lockedHome #tabsBar .dropdown span{
    display: none;
}
.ui-dialog-buttonset{width: 100%}
.ui-dialog-buttonset button { float: left; margin-right: -6px;}
.lastButton{ float: right !important; margin-right: 20px !important;}
.tab-help
{
    float: left;
    width: 100px;
    margin-left: 10px;
    display:inline-block;
    margin-top:9px;
    color: #999999;
}
.tab-name-error {
    float: left;
    width: 100px;
    margin-top:9px;
    margin-left:10px;
    color: #FF2626;
}

.lockedHome .categories h4 {
    cursor: auto !important;
}

.button4,.button5,button{  font-size: 11px !important; text-transform: uppercase;}
 

 .data-list li.ui-sortable-helper, .menu-box-l.ui-sortable-helper, .all_tabs li.ui-sortable-helper{-webkit-box-shadow:-1px 2px 3px #333;box-shadow:-1px 2px 3px #333;-webkit-transform:rotate(1deg);transform:rotate(2deg);cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing;}
.data-list li.ui-sortable-helper .box, .menu-box-l.ui-sortable-helper,.unlockedHome .all_tabs li.ui-sortable-helper a{cursor:hand;
cursor:grabbing!important;
cursor:-moz-grabbing;
cursor:-webkit-grabbing;
cursor: url(../images/cursor/closedhand.cur), pointer!important;}
.unlockedHome .all_tabs li .edit_tab_container a{cursor: pointer !important;}
.ui-sortable-helper .edit_cat,.ui-sortable-helper .btn_style, .ui-sortable-helper .action6 { display: none; visibility: hidden;}


 .fav_container li:hover{ background-color: #fff;}
 
 .multiSelect label{
     margin-bottom: 10px;
     width: 105px;
 }
 .mini_search_container{ position: relative; padding: 0 3px;}
 .mini_search_container > span{padding: 0px;}
.mini_search_container > span > a { display: block; height:20px !important; padding: 4px 8px;}
.mini_search_container > span > a > .search-icon {background-repeat: no-repeat; background-position:-105px -20px; width: 16px; height: 20px; margin-top: 0px; padding: 0px; }
 .mini_search_container > span > a:hover > .search-icon{ background-position:-105px top;}
 .search-box{ position: absolute; /*margin-top: -24px;   margin-left:6px;*/ right: 0px; top: 5px; display: none;}
 /*.favorit-search-input{ display: none;}*/
 .favorit-search-input{ z-index: 10; background: #fff url("../images/search-icon-mini.png") no-repeat 5px center;width: 180px;}

 .search-close {
    margin-top: 2px;
    margin-left:-17px;
    width: 9px;
    height: 9px;
    position: absolute;
    background: url("../images/search-close.png") no-repeat left center transparent;
right: 10px;

}
.search-close:hover {
    background: url("../images/search-close.png") no-repeat right center transparent;
}

/* change color for to do list*/
/*.to_do {height: auto !important; max-height: 172px;}*/
.data-list .no_shadow{ cursor:auto !important;}
.no_shadow{ box-shadow: 0;}
.to_do, .to_do .box ,.to_do h4{ font-family: 'Handlee', cursive; border-radius:0 !important; font-size: 15px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0 !important; }
.to_do > div{height: auto !important;}
.to_do .main-box ,.to_do > .main-box{height: auto !important;}
.lockedHome .to_do .box {cursor: default !important;}
.change_color_icon{background-repeat: no-repeat !important; background-position:-128px -23px; width: 15px; display: inline-block;}
.change_note_color:hover .change_color_icon{ background-position:-128px -3px;}
.note_content{ height: 121px !important; overflow-y: scroll;  }
.note_content > div.note_bg{  line-height: 23px; font-size: 14px; padding: 6px 10px; display: block;  color: #111111 !important; }
.unlockedHome .change_todo_color{ cursor: auto  !important;}
.to_do .popover.dropdown-menu { height: 28px; padding: 0px !important; width: 208px !important; left: -123px !important;}
.change_todo_color,.no_shadow{-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0) !important;
box-shadow:         0px 0px 0px rgba(0, 0, 0, 0) !important;}
.to_do .popover .popover-content{height: auto; padding: 5px 0 0 2.5px; }
.colors_container a{width: 18px !important; height: 18px !important;  margin-left: 0px; margin-right: 2px; display: block; float: left;}
.to_do .arrow {margin-left: 30px !important; top: -5px !important; border-width: 5px;}
.to_do .arrow:after{ top: 0px !important; margin-left: -5px !important; border-width: 5px;}
.note_footer{padding: 3px 12px; display: block; height: 16px; font-size: 12px; }
.note_footer_shadow{-webkit-box-shadow:0 1px 2px rgba(34, 25, 25, 0.2);-moz-box-shadow:0 1px 2px rgba(34, 25, 25, 0.2);box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);}
.note_footer .col_link{float: right;}
.note_footer .hide_note, .note_footer .show_note { width: 11px; height: 7px; margin-top: 5px; display: block;  background-image: url(../images/notice_arrow.png); background-repeat: no-repeat; }
.note_footer .hide_note{background-position: 0px top;}
.note_footer .hide_note:hover{background-position: 0px bottom;}

.note_footer .show_note{ background-position: right top;}
.note_footer .show_note:hover{ background-position: right bottom;}

/*Colors*/
.green{background-color: #94cd1d;}
.turquoise{background-color: #06a7e4;}
.blue{background-color: #1574e8;}
.black{background-color: #333333;}
.orange{background-color: #ffa64d;}
.red{background-color: #d85149;}
.pink{background-color: #f53c86;}
.purple{background-color: #700cab;}
.ok_icon{background-image: url(../images/ok-icon.png); background-repeat: no-repeat; background-position: center center;}

/* colored box*/
.to_do h4{ color: #fff !important; font-size: 16px !important; padding: 3px 14px 2px 11px; font-weight: normal;}

/*green*/

.green_box .box,.unlockedHome  .green_box .box:hover{ border: 1px solid #94cd1d; background: #c7ed78 !important;}
.green_box h4,.green_box input{ background-color: #94cd1d; }
.green_box .note_footer{ border-top:1px solid  #94cd1d;}
.green_box textarea {background-color: #c7ed78;}


/*turquoise*/
.turquoise_box .box , .unlockedHome  .turquoise_box .box:hover{ border: 1px solid #06a7e4; background: #95e0fd !important;}
.turquoise_box h4,.turquoise_box input{ background-color: #06a7e4; }
.turquoise_box .note_footer{ border-top:1px solid  #06a7e4;}
.turquoise_box textarea {background-color: #95e0fd;}

/*blue*/
.blue_box .box ,.unlockedHome  .blue_box .box:hover{ border: 1px solid #1574e8; background: #8ebcf4 !important;}
.blue_box h4,.blue_box input{ background-color: #1574e8; }
.blue_box .note_footer{ border-top:1px solid  #1574e8;}
.blue_box textarea {background-color: #8ebcf4;}

/*black*/
.black_box .box ,.unlockedHome  .black_box .box:hover{ border: 1px solid #333333; background: #c1c1c1 !important;}
.black_box h4,.black_box input{ background-color: #333333; }
.black_box .note_footer{ border-top:1px solid  #333333;}
.black_box textarea {background-color: #c1c1c1;}

/*orange*/
.orange_box .box ,.unlockedHome  .orange_box .box:hover{ border: 1px solid #ffa64d; background: #ffc488 !important;}
.orange_box h4,.orange_box input{ background-color: #ffa64d; }
.orange_box .note_footer{ border-top:1px solid  #ffa64d;}
.orange_box textarea {background-color: #ffc488;}

/*red*/
.red_box .box ,.unlockedHome  .red_box .box:hover{ border: 1px solid #d85149; background: #e79692 !important;}
.red_box h4,.red_box input{ background-color: #d85149; }
.red_box .note_footer{ border-top:1px solid  #d85149;}
.red_box textarea {background-color: #e79692;}

/*pink*/
.pink_box .box ,.unlockedHome  .pink_box .box:hover{ border: 1px solid #f53c86; background: #fa8db9 !important;}
.pink_box h4,.pink_box input{ background-color: #f53c86; }
.pink_box .note_footer{ border-top:1px solid  #f53c86;}
.pink_box textarea {background-color: #fa8db9;}

/*purple*/
.purple_box .box ,.unlockedHome  .purple_box .box:hover{ border: 1px solid #700cab; background: #ce8af7 !important;}
.purple_box h4,.purple_box input{ background-color: #700cab; }
.purple_box .note_footer{ border-top:1px solid  #700cab;}
.purple_box textarea {background-color: #ce8af7;}

/*TAbs*/

.all_menu { 
    display: block !important;  
    cursor:pointer;
    width: 38px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    border:1px solid transparent;
  }

.all_menu span{width: 21px; height: 15px;background-position: -154px -23px; display: block !important; visibility: visible !important; margin: 6px auto 0 auto !important; padding: 0px; float: none; }
.all_menu:hover span{background-position: -154px -3px;}
.all_tabs {top: 31px !important; padding: 0px;}
.all_tabs li{ border-bottom: 1px solid #ccc; position: relative; min-width: 120px;
   
   
}

.all_tabs li a{padding-left: 10px !important}
.all_tabs li .edit_tab_container {float: right; position: absolute; right: 5px; top: 5px; width: 40px; visibility: hidden; }
.all_tabs li .edit_tab_container a{ background-position: center; width: 16px !important; padding: 0px !important; height: 20px;   display: block; }
.all_tabs li .edit_tab_container a.edit_tab{float: right;}
.all_tabs li .edit_tab_container a.delete_tab{float: left;}

.unlockedHome .all_tabs li:hover a{background-color: #fff;}
.unlockedHome .all_tabs li:hover .edit_tab_container{visibility: visible; }
.all_tabs li.ui-sortable-helper .edit_tab_container{display: none;}


/*Search Result*/
.zero_result{ background: url(../images/notification.png) no-repeat center 100px; display: block; height: 300px; width: 882px; padding-top: 150px; text-align: center; color: #9A9A9A; font-size: 16px; font-family: arial; line-height: 30px;}

/*Aleart box */

.msgBox_home{width: 852px; padding-left: 15px; padding-right: 15px; margin-bottom: 15px;}
.alert .close{ left: 840px !important; top: 2px; font-size: 20px !important; border: 0px; background: 0px; cursor: pointer; color: #333;}
.alert #recommend{color:#468847;}
.alert .close:hover{ color: #000;}

.canvas_loader {
  position: fixed;
  left: 50%;
  top: 35%;
  z-index: 1111; margin-left: -40px; }
