


@font-face
{
    font-family: 'oswaldbook';
    src: url('oswald-regular.eot');
    src: url('oswald-regular.eot?#iefix') format('embedded-opentype'), url('oswald-regular.woff') format('woff'), url('oswald-regular.ttf') format('truetype'), url('oswald-regular.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    background-color: #eaedf1;
    font-family: Tahoma, Geneva, sans-serif;
    color: #575757;
    font-size: 13px;
}

html, body
{
    height: 100%;
}
p
{
    padding-bottom: 19px;
    text-align: justify;
}
a
{
    color: #575757;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

/*  Header styles */
h1, h2, h3, h4, h5, h6
{
    color: #302922;
    line-height: 33px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 23px;
}


/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap
{
    overflow: hidden;
    display: block;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}
.alignmiddle *
{
    vertical-align: middle;
}
.color1
{
    color: #ff2100;
}
strong
{
    color: #333333;
}
.clear
{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
/************************ genral 11-12-2014 *****************************************/


.main_left_part
{
    width: 100%;
}

.main_right_part
{
    width: 273px;
    position: fixed;
    right: -280px;
    z-index: 9999;
    top: 0;
    height: 100%;
}

header
{
    background: #fff;
    height: 50px;
    width: 100%;
}
.mid_white_header
{
    float: left;
    height: 100%;
}
.mid_white_header_right
{
    float: right;
    margin-top: 6px;
    margin-right: 35px;
}
.mid_part_header_part
{
    background: #2f9fe0;
    height: 120px;
    width: 250px;
    float: left;
}
.mid_part_header_part_right
{
    width: 540px;
    float: left;
    padding-top: 12px;
}
.mid_part_header_part_right a
{
    padding-right: 3px;
}
.logo
{
    padding: 5px 0 0 11px;
    width: 245px;
    float: left;
}

.input_box
{
    border: solid #c7c7c7 1px;
    width: 150px;
    float: right;
    padding: 4px 2px;
    border-radius: 2px;
    margin-top: 8px;
}
.button
{
    background: url(../images/search.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    border: none;
    margin: 12px 4px 0 4px;
}
.profile
{
    border: solid #c7c7c7 1px;
    float: right;
    padding: 4px 2px;
    border-radius: 2px;
    margin: 0 10px;
}
.profile span
{
    font-size: 12px;
}
.add_new
{
    text-align: center;
    padding: 0px 20px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2b2b2b;
}
.add_new:hover
{
    color: #0383cb;
}
.add_new img
{
    padding-bottom: 5px;
}
/************************************* nav ************/

#accordion
{
    margin: 0px;
    padding: 0px;
}
#accordion li
{
    clear: both;
    margin: 0px;
    padding: 0px;
}
#accordion li a
{
    color: #959596;
    font-size: 20xp;
    padding: 7px 0;
    display: block;
    line-height: 29px;
}
#accordion li a span
{
    float: left;
    margin-left: 26px;
}

#accordion li a span.dash
{
    background: url(../images/dashboard.png) no-repeat;
    width: 20px;
    height: 16px;
    margin-top: 10px;
}
#accordion li a:hover span.dash
{
    background: url(../images/dashboard_hover.png) no-repeat;
    width: 20px;
    height: 16px;
}

#accordion li a span.folder
{
    background: url(../images/folder_icon.png) no-repeat;
    width: 20px;
    height: 16px;
    margin-top: 10px;
}
#accordion li a:hover span.folder
{
    background: url(../images/folder_icon_hover.png) no-repeat;
    width: 20px;
    height: 16px;
}


#accordion li a i
{
    font-style: normal;
    padding-left: 13px;
}
#accordion li a:hover
{
    color: #dcdcdc;
    background: #ffffff;
    transition: all 0.5s ease 0s;
    background: #35404d;
    border-radius: 5px;
    text-decoration: none;
}
#accordion li ul
{
    display: none;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#accordion li div
{
    position: relative;
    z-index: 2;
    left: 87%;
    width: 15px;
    height: 12px;
    background-image: url(../images/drop_arow_black.png);
    background-position: center;
    background-repeat: no-repeat;
    top: -23px;
    cursor: pointer;
}
#accordion li div:hover
{
    background-image: url(../images/drop_arow_black_hover.png);
}

#accordion li ul li a
{
    background: none repeat scroll 0 0 #35404d;
    border-bottom: 1px solid #394451;
    border-top: 1px solid #2c3744;
    padding-left: 28px;
}
#accordion li ul li a i
{
    font-style: normal;
    padding-left: 32px;
}



.pad1
{
    padding: 10px;
}
.pad2
{
    padding: 10px 0;
}

.mar1
{
    margin-bottom: 10px;
}

.mar2
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.wapper
{
    width: 1349px;
    margin: auto;
}
.left_part
{
    width: 18%;
    float: left;
    height: 100%;
    min-height: 768px;
    background: #2a3542;
}


.right_part
{
    width: 82%;
    float: left;
}
.right_main
{
    padding: 15px 10px;
}

/* middle left part */
.middle_left_part
{
    border: solid #d0d0d0 1px;
    width: 44%;
    float: left;
    margin-top: 23px;
    padding-bottom: 10px;
}
.blue_hedding
{
    background: #d9e2ed;
    border-bottom: solid #d0d0d0 1px;
    padding: 10px 0;
    text-indent: 10px;
}
.plus
{
    color: #1a2e46;
    font-size: 15px;
    float: left;
}
.blue_hedding a
{
    color: #1a2e46;
    text-decoration: underline;
    font-size: 15px;
}
.quick_links
{
    background: #f0f0f0;
    border-bottom: solid #d0d0d0 1px;
    padding: 0 5px;
    width: 98%;
    float: left;
}
.quick_links span
{
    float: left;
    color: #6a6a6a;
    font-size: 13px;
    border-right: solid #d0d0d0 1px;
    padding: 5px;
}
.quick_links a
{
    float: left;
    color: #6a6a6a;
    font-size: 10px;
    border-right: solid #d0d0d0 1px;
    color: #273a51;
    padding: 5px;
    margin-top: 2px;
}
.middle_left_part h1
{
    font-family: 'oswaldbook';
}


.center_text
{
    width: 100%;
}
.center_text a
{
    width: 10%;
    float: left;
}
.center_text span
{
    width: 80%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #1a2e46;
}

.link_box
{
    border: solid #d0d0d0 1px;
    padding: 8px 10px;
    color: #2a3542;
    font-size: 14px;
    display: block;
    margin: 10px 0 0 0;
}
.link_box span
{
    float: left;
    padding-right: 10px;
    width: 16px;
    text-align: center;
}
.gray_box
{
    border: solid #d0d0d0 1px;
    color: #2a3542;
    font-size: 14px;
    display: block;
    margin: 10px 0 0 0;
}
.open
{
    width: 18%;
    text-align: center;
    line-height: 28px;
    float: left;
    height: 65px;
    padding-top: 14px;
}
.open img
{
    cursor: pointer;
}
.open_right
{
    float: left;
    width: 80%;
    border-left: solid #d0d0d0 1px;
}
.open_right p
{
    color: #6a6a6a;
    font-size: 13px;
    padding: 5px;
}
.open_right_box
{
    background: #d9e2ed;
    border-top: solid #d0d0d0 1px;
    padding: 8px 0;
    height: 18px;
}
.open_right_box a
{
    position: absolute;
}
.input_blue
{
    background: #2a3542;
    border-radius: 4px;
    float: left;
    border: none;
    width: 20px;
    text-align: center;
    color: #f2f2f2;
    margin-right: 10px;
    height: 16px;
    margin-top: 2px;
}
.link_btn
{
    background: #2a3542;
    border-radius: 4px;
    height: 18px;
    width: 55px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
}
.link_btn li a
{
    background: #8895a4;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    float: left;
    margin: 2px;
}
.link_btn li a:hover
{
    background: #f1f2f7;
}
/* middle right part */
.middle_right_part
{
    width: 55%;
    float: right;
}
.width
{
    width: 55%;
    float: left;
}
.width_heading
{
    color: #2a3542;
    font-size: 15px;
    line-height: 26px;
    padding-top: 12px;
}
.width a
{
    color: #213f63;
    font-size: 12px;
    line-height: 22px;
    display: block;
}

.right_link
{
    float: right;
}


.form_part
{
    width: 50%;
    float: left;
    margin: 10px 0;
}
.inputbox
{
    border: solid 1px #d0d0d0;
    padding: 4px 8px;
    width: 74%;
    background: #fbfbfc;
    float: left;
    margin-right: 7px;
}
.inputbox3
{
    border: solid 1px #d0d0d0;
    padding: 4px 8px;
    width: 77%;
    background: #fbfbfc;
    float: left;
    margin-right: 7px;
}
.inputbox2
{
    border: solid 1px #d0d0d0;
    padding: 4px 8px;
    width: 58%;
    background: #fbfbfc;
    float: left;
    margin-right: 7px;
}

.input_btn
{
    background: #283340;
    text-align: center;
    color: #90a1b5;
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    border: none;
}
.form_part label
{
    float: left;
    width: 90px;
}

.fulldiv
{
    width: 100%;
}

.complainthed
{
    color: #333333;
    float: left;
    font-size: 13.5px;
    width: 99.5%;
}
.complaintinner
{
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    float: left;
    margin: 5px 0 10px;
    padding: 10px 5px;
    width: 98.6%;
}

.floatleft
{
    float: left;
}

.txtBox1
{
    border: 1px solid #e0e0e0;
    color: #333333;
    float: left;
    padding: 4px;
    resize: none;
    width: 150px;
}
.dropbox1
{
    border: 1px solid #e0e0e0;
    color: #333333;
    float: left;
    padding: 4px;
    resize: none;
    width: 160px;
}

/*************************************** chat ************************************/


.chat_main_box
{
    width: 245px;
    background: #2a3542;
    float: right;
    height: 100%;
}
.right_part_mid
{
    position: fixed;
    top: 0;
    right: 0px;
    overflow: hidden;
    height: 100%;
    width: 249px;
}
.online_user
{
    float: left;
    margin-top: 0px;
    position: fixed;
    right: 0px;
}

.chat_outer
{
    position: relative;
    height: 80%;
    top: 120px;
    display: block;
    overflow: hidden;
}
#chat_box
{
    height: 100%;
    float: left;
    width: 100%;
    display: block;
    overflow: auto;
}
.Connections
{
    font-size: 18px;
    font-weight: lighter;
    padding: 20px;
}
.Connections img
{
    padding-right: 8px;
}
.firend_list
{
}
.firend_list li
{
    width: 100%;
    clear: both;
    padding: 8px 0;
    float: left;
    border-bottom: solid 1px #313b48;
    background-position: left top;
    background-repeat: no-repeat;
}
.firend_list li:hover
{
    background-color: #35404d;
    cursor: pointer;
    color: #f2f2f2;
    background-position: left top;
    background-repeat: no-repeat;
}

.firend_list li span
{
    float: left;
    width: 44px;
    padding: 0 10px 0 20px;
    height: 42px;
}
.firend_list li span img
{
    border: solid 1px #e6e6e6;
    border-radius: 50%;
}

.firend_list li a
{
    float: left;
    font-size: 13px;
    font-weight: lighter;
    line-height: 16px;
    padding-top: 5px;
    color: #a2a7ae;
}
.firend_list li:hover a
{
    color: #f2f2f2;
}

.firend_list li a i
{
    font-size: 11px;
    font-style: normal;
}

.firend_list li div
{
    float: right;
    padding-right: 15px;
    padding-top: 11px;
}
.chatbox
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #2a3542;
    bottom: 0;
    height: 300px;
    margin: 0 0 2px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 180px;
    width: 230px;
    z-index: 10005;
    font-family: Arial, Helvetica, sans-serif;
}
.chatbox h1
{
    background: #2a3542;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    height: 25px;
    width: 100%;
}

.chatbox h1 div
{
    font-family: Arial, Helvetica, sans-serif;
    background-position: 0 6px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 1px;
    padding-left: 1px;
    line-height: 24px;
}

.chatbox h1 a
{
    float: right;
    padding: 4px 4px 0 0;
}

.chatbox-inner
{
    float: left;
    height: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    width: 220px;
}
.chatbox-txt
{
    float: left;
    padding: 5px;
}
.chatbox-txt textarea
{
    border: 1px solid #cccccc;
    float: left;
    height: 34px;
    padding: 3px;
    width: 212px;
    resize: none;
}
.chatbox-inner div
{
    float: left;
    font-size: 11px;
    width: 99%;
}
.chatbox-inner div span
{
    font-weight: bold;
}

.timehead
{
    background-image: url("../images/dashboard_hover.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #CE6100;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    padding-bottom: 0;
    padding-left: 17px;
    padding-top: 2px;
}

.deschead
{
    background-image: url("../images/smallicons/note20.png");
    background-position: top left center;
    background-repeat: no-repeat;
    font-size: 13px;
    margin-top: 3px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-top: 2px;
}

.date
{
    background-image: url(../images/scw.gif);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.profileinner
{
    border: solid #dadada 1px;
    border-radius: 8px;
    width: 300px;
    position: absolute;
    background: #ffffff;
    right: 0px;
    top: 50px;
    display: none;
    z-index: 99;
}

.profileinner li
{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.profileinner li img
{
    padding-left: 10px;
}
.profileinner li a
{
    color: #5e5e5e;
}
.profileinner li a:hover
{
    color: #F03;
}
.odd_profile
{
    background: #fafafa;
    border-bottom: solid 1px #dadada;
    border-top: solid 1px #dadada;
}
.name
{
    color: #2f4354;
    font-size: 15px;
    float: left;
}

.f_mobile_right
{
    float: right;
}
.leftmenu
{
    display: none;
}
.scroll
{
    width: 16.5%;
    float: left;
}
.left_part
{
    width: 100%;
}
.ifouter
    {
        position: absolute;
        width: 82%;
        height: 110%;
    }
@media (max-width:1024px)
{
    .profileinner
    {
        top:90px;
        }
    .input_box
 {
     width:58%;
     float:left;
     }
     .button
     {
         float:left;
         }
    .middle_left_part
    {
        width: 40%;
    }
    .middle_right_part
    {
        width: 58%;
    }

    .ifouter
    {
        position: absolute;
        width: 99.9%;
        height: 110%;
    }

    .f_mobile_right
    {
        float: none;
    }
    .mid_white_header
    {
        float: none;
    }
    .logo
    {
        float: none;
        width: auto;
        text-align: center;
        padding: 5px 0px;
        margin:0px auto;
    }
    header
    {
        height: auto;
        float:left;
        padding-bottom:5px;
    }
    .mid_part_header_part_right
    {
       
      display:none;
    }
    
    .mid_white_header_right
    {
        float: none;
        margin-right:0px;
    }
    .profile
    {
        float: right;
        width:auto;
    }
    .arrow_right
    {
        float: right;
    }
    .profile_show
    {
        width: 100%;
    }
    .scroll
    {
        width: 278px;
        position: absolute;
        left: -245px;
        top: 0px;
        z-index:5;
    }
    .left_part
    {
        width: 245px;
    }
    
    .right_part
    {
        width: 100%;
    }
    .leftmenu
    {
        display: block;
    }

}
@media (min-width:320px) and (max-width:767px)
{

    .middle_left_part
    {
        width: 99%;
    }
    .middle_right_part
    {
        width: 99%;
    }

}
