@import url("buttons.css");
.topAvatar {
 position: absolute;
  top: -35px;
  z-index: 1000000;
 
 }
.topAvatar img{ 
  height: 100px;
   background-color: #ffffff;
   border-radius:10%;
 }
.loading_folder{
    background-image:url('/Images/loadder/loading_folder.gif');
    height: 100px;background-size:cover
}
.loading_folderMenutop{
    background-image:url('/Images/loadder/loading_folder_menutop.gif');
    background-size:cover
}
.icon_hv {
    border-radius: 10px;
    border-right: solid #aaaaaa;
    border-left: solid #aaaaaa;;
 box-shadow: rgba(206, 193, 193, 0.4) 0px 10px 5px -1px;
}
.icon_hv:hover {
    border-radius: 10px;
    border-right: solid #FF800A;
    border-left: solid #FF800A;
}
.icon_hv .setting{
    position: absolute;
  top: -10px;
  font-size: 16pt;
  color: #060f0a;
  right: -20px;
}

.boxChart {
    box-shadow: rgba(153, 153, 153, 0.4) 0px 25px 35px -5px;
    border-radius: 6px;
}

.title_chart {
    text-align: center;
    color: #33b88c;
}

.blink_blue {
    animation: blinker 1s linear infinite;
    background-color: #3963c8;
}

#contextMenu {
    position: absolute;
    display: none;
    width: 300px;
    background-color: rgb(197, 205, 249);
}

.btn_mouseRight {
    background-image: url('/images/icon/mouse_right.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    height: 33px;
}
/***NOTIFICATION MESSAGES***/
.ui-timepicker-container {
    z-index: 10000 !important;
    position: absolute;
}

.notification .color1 {
    color: red;
    font-size: 18pt;
}

.notification .color2 {
    color: blue;
    font-size: 18pt;
}

.notification .containtext {
    background-color: #669999;
    border: thin solid #C0C0C0;
    padding: 10px;
    height: 75px;
}

.menu_msg {
    width: 250px;
}

.msgalert a.close {
    background-position: -14px 0;
}

    .msgalert a.close:hover {
        background-position: -14px -14px;
    }

.msginfo a.close {
    background-position: -42px 0;
}

    .msginfo a.close:hover {
        background-position: -42px -14px;
    }

.msgsuccess a.close {
    background-position: -28px 0;
}

    .msgsuccess a.close:hover {
        background-position: -28px -14px;
    }

.msgerror a.close {
    background-position: 0 0;
}

    .msgerror a.close:hover {
        background-position: 0 -14px;
    }

.opacity_50 {
    opacity: 0.5;
}

.msgalert {
    border: 1px solid #eac572;
    background: #ffe9ad url(../images/notifications.png) no-repeat 0 -52px;
}

.msginfo {
    border: 1px solid #99c4ea;
    background: #99CCFF;
    color: #000000;
    border-radius: 3px;
    padding: 5px;
}

    .msginfo a {
        color: #000000;
    }

    .msginfo .float_right {
        float: right;
    }

    .msginfo .name {
        font-weight: bold;
    }

.msgsuccess {
    border: 1px solid #c1d779;
    background: #effeb9 url(../images/notifications.png) no-repeat 0 -104px;
}

.msgerror {
    border: 1px solid #e18b7c;
    background: #fad5cf url(../images/notifications.png) no-repeat 0 0;
}

.mailbox {
    padding: 5px;
}

    .mailbox .containNoti {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 1px 1px 2px #ddd;
    }

    .mailbox .namenoti {
        font-weight: bold;
    }

    .mailbox .sub_noti {
        max-width: 200px;
        overflow: hidden;
        height: 20px;
    }

.bar_bottom_form {
    bottom: 0px;
    height: 40px;
    width: 100%;
    color: white;
    background-color: #d9d9e1;
    position: absolute;
    left: 0;
    right: 0;
    text-align: right;
    padding: 5px;
    padding-right: 20px;
}

    .bar_bottom_form .btn-primary {
        border: thin solid #FFFFFF;
        width: 200px;
    }

.icon_call_viewhv {
    position: absolute;
    top: -20px;
    right: 20px;
}

.cursor_hand {
    cursor: pointer;
}

.list-group-item-log {
    border-width: 1px;
    border-color: #ddd #ddd #999999 #ddd;
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom-style: dotted;
    list-style: none;
}
/*------------------------------------------------------------
		Form input
		------------------------------------------------------------
		*/
.xxsmall {
    width: 90%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.xxsmall_disaple {
    width: 100%;
    text-align: center;
    background-color: #CCCCCC;
    padding: 0 !important;
    margin: 0 !important;
}

form input.xxsmall {
    width: 5%;
    text-align: center;
}

form input.xsmall {
    width: 10%;
    text-align: center;
}

form input.small {
    width: 30%;
}

form input.small_disaple {
    width: 30%;
    background-color: #EFEBEB;
}

form select {
    background-position: 5px 5px;
    border: 1px solid #DDDDDD;
    outline: 0px none;
    line-height: 28px;
    padding: 4px 7px;
    transition: all 0.4s ease 0s;
    color: #000000;
}

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: 95%;
    max-width: 95%;
}

form div.section {
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding: 5px 0 5px 0;
    text-align: left;
    clear: both;
    min-height: 45px;
}

    form div.section .label2 {
        float: left;
        color: #404040;
        width: 100px;
        padding: 5px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
    }

    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;
    margin-left: 15%;
    position: relative;
    padding: 5px;
    }*/

    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: 2%;
        margin-top: 2px;
        width: 150px;
        padding: 5px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
    }

    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;
    }

form input.xxsmall {
    width: 5%;
    text-align: center;
}

.box_popup_form {
    width: 650px;
    height: 500px;
    overflow-x: hidden;
}


.lightbox_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 0 5px;
    float: left;
}


.section_lightbox {
    border-bottom: 1px solid #efefef;
    border-top: none;
    padding: 0px 0 13px 0;
    text-align: left;
}

    .section_lightbox:first-child, .modal_dialog form div.section:first-child {
        border-top: none;
    }

    .section_lightbox.last, .modal_dialog form div.section.last {
        border-bottom: none;
    }

    .section_lightbox > div {
        color: #404040;
        font-size: 11px;
        margin-left: 15%;
        position: relative;
        padding: 13px 0 0px 0;
    }

        .section_lightbox > div > label {
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            margin-left: 5px;
        }

        .section_lightbox > div > .select_box {
            margin-left: -1px;
            position: absolute;
            display: inline-block;
        }

    .section_lightbox > label {
        color: #404040;
        float: left;
        margin-right: 2%;
        margin-top: 2px;
        width: 12%;
        padding: 11px 0 0px 0;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .section_lightbox > div > label.red {
        color: #F00;
        text-transform: uppercase;
    }

    .section_lightbox label small {
        color: #999;
        display: block;
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;
        margin-top: 3px;
        text-transform: none;
    }


/*------------------------------------------------------------ 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]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
        color: #000000;
        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 {
    color: #cccccc;
}

input:-moz-placeholder {
    color: #cccccc;
}

.placeholder {
    color: #cccccc;
}
/*select box */
select[multiple] {
    padding: 6px;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #666666;
}

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;
}

.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;
}

.f_help {
    display: block;
    font-size: 10px;
    padding: 4px 0;
    color: #a3a3a3;
}

.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, #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);
}



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 center;
    font-size: 11px;
    height: 30px;
    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;
    }

/*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;
        }

.uptabletd {
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    padding: 8px;
    height: 30px;
}

/*
------------------------------------------------------------
	 two column
------------------------------------------------------------
*/
.column_left, .column_right {
    width: 45%;
    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;
}
/*
------------------------------------------------------------
		 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: 10px 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;
    width: 100%;
    overflow: hidden;
}

    .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;
}

.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;
}

.nano {
    background: #bba;
    width: 500px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

    .nano .nano-content {
        padding: 10px;
    }

    .nano .nano-pane {
        background: #888;
    }

    .nano .nano-slider {
        background: #111;
    }


.statusloading {
    position: absolute;
    width: 40px;
    height: 20px;
    padding: 5px 10px;
}
