﻿html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border:none;
}

.lblAppTitle {
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    line-height: normal;
    color: #f4fcff;
    font-size: 19px;
}

#Copyright {
    position: absolute;
    height: 20px;
    float: right;
    bottom: 0;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    text-align: center;
    color: white;
    padding: 0px;
    width: 100%;
}

.imgLogOnUser {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
}

.imgLogOnPassword {
    position: absolute;
    left: 15px;
    top: 180px;
    width: 18px;
    height: 18px;
}

.LogOnAspTxtBox {
    width: 91% !important;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 0px;
    outline: none;
    height: 30px;
    padding-left: 20px;
}

.rfdAspLabel {
    color: #666666 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.AspLabel {
    color: #000 !important;
    font-family: "Segoe UI";
    font-size: 13px;
}

.AspSmallLabelWhite {
    color: #FFF !important;
    font-family: "Segoe UI";
    font-size: 11px;
}

.AspSmallLabel {
    color: #000 !important;
    font-family: "Segoe UI";
    font-size: 11px;
}

.AspTxtBox {
    width: 97% !important;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
    height: 27px;
}

.AspTxtBox100 {
    width: 100% !important;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
    height: 27px;
} 

.AspTxtBoxMultiline {
    width: 97% !important;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
}

.AspCheckBoxList {
    width: 100% !important;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
}


.AspDropDowList {
    width: 98% !important;
    height: 30px;
    margin-right: 0px;
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    border: 1px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
}


hr {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 1px;
    background-color: #EFEFEF;
    color: #EFEFEF;
}

.lblEntityTitle {
    color: #000 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 16px;
    width: 100%;
    display: inline;
}

.lblEntityRecordInfo {
    margin-right: 0px;
    color: grey !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    display: inline;
}

.Button {
    color: white !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 17px;
    background-color: #337AB7 !important;
    border-bottom-color: #2c6da3 !important;
    border: 0px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
    height: 37px;
}

.GreenButton {
    color: white !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 17px;
    background-color: #48a92c !important;
    border-bottom-color: #2c6da3 !important;
    border: 0px solid #c7c6c6;
    border-radius: 3px;
    outline: none;
    height: 37px;
}




/*Chat list*/
.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}


.comments {
    border-radius: 1.2em;
    padding: 0.2em 0.55em;
    margin-left: 0.5em;
    background-color: #337AB7;
    color: #fff;
}

.AspLinkButton {
    text-decoration: none;
}

.notificationRead, .notificationUnread {
    border-radius: 1em;
    padding: 0 0.50em;
    margin-left: 0.17em;
    color: white;
    font-size: 10pt;
    font-family: Tahoma;
    font-weight: normal;
}

.notificationRead {
    background-color: #fff;
    color: #666;
}

.notificationUnread {
    background-color: #cc0000;
}



/*------------AppRadPanelBar-------------*/

html .RadPanelBar_Main {
    outline: medium none !important;
    overflow: auto;
}

html .RadPanelBar_Main {
    color: #ccd1d6;
    background-color: #203f5b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom-color: #365d7f;
}

    html .RadPanelBar_Main .rpLink.rpSelected {
        color: #ccd1d6;
        background-color: #203f5b;
        background-image: none;
        border-bottom-color: #365d7f;
    }

    html .RadPanelBar_Main .rpLevel1 .rpItem {
        background-color: #203f5b;
        border-bottom-color: #365d7f;
    }

    html .RadPanelBar_Main .rpLevel2 .rpItem {
        background-color: #203f5b;
    }


    html .RadPanelBar_Main .rpRootLink,
    .RadPanelBar_Main .rpHeaderTemplate {
        color: #949ea8;
        background-color: #203f5b;
        padding-top: 4px;
        padding-bottom: 4px;
        background-image: none;
        border-bottom-color: #365d7f;
    }

    html .RadPanelBar_Main .rpLink.rpHovered {
        color: #ffffff;
        background-color: #30628e;
        background-image: none;
        border-color: none;
    }

    html .RadPanelBar_Main .rpLink.rpFocused {
        border-color: #203f5b;
        box-shadow: inset 0 0 10px rgba(25, 52, 76, 0);
    }

    html .RadPanelBar_Main .rpRootLink.rpFocused {
        border-color: #203f5b;
        box-shadow: inset 0 0 10px rgba(25, 52, 76, 0);
    }


    html .RadPanelBar_Main .rpLink.rpSelected {
        border-color: #19344C;
        color: #ffffff;
        background-color: #30628e;
        background-image: none;
    }

    html .RadPanelBar_Main .rpRootLink.rpSelected {
        border-color: #19344C;
        color: #ffffff;
        background-color: #30628e;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        background-image: none;
    }

    html .RadPanelBar_Main .rpRootLink .rpExpandHandle {
        background-image: none;
        border-color: none;
        color: #19344C;
    }

/*.RadPanelBar_Main .rpExpandable > span.rpExpandHandle {
    visibility: hidden;
}*/
.ChildRightMenuItem0 > span.rpExpandHandle {
    visibility: hidden;
}

.ChildRightMenuItem1 {
    margin-left: 10px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

    .ChildRightMenuItem1 > span.rpExpandHandle span.rpExpandHandle {
        visibility: visible;
        width: 30px !important;
    }

    .ChildRightMenuItem1 > .rpImage {
        display: normal;
    }

.ChildRightMenuItem2 {
    margin-left: 20px !important;
    border-left: 2px solid #7f8d72 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

    .ChildRightMenuItem2 > .rpImage {
        display: normal;
    }

.rpGroup > .rpItem {
    margin: 0px !important;
}



.RadScheduler .rsToolbar .rsAddAppointment {
    display: none !important;
}

html .RadToolBar_Main {
    background-color: #2f5170 !important;
    border: none;
    color: white !important;
}

    html .RadToolBar_Main .rtbImage {
        display: inline-block;
        vertical-align: middle;
    }


    html .RadToolBar_Main .rtbSplitButton .rtbHovered.rtbArrow {
        border-color: #19344C;
        color: black;
        background-color: white;
    }

    html .RadToolBar_Main .rtbSplitButton .rtbHovered.rtbSplBtnActivator {
        border-color: #19344C;
        color: black;
        background-color: white;
    }

    html .RadToolBar_Main .rtbHovered .rtbButton:not(.rtbSplitButton) {
        color: black;
        background-color: white;
    }

    html .RadToolBar_Main .rtbHovered .rtbSplitButton, .RadToolBar_Main .rtbHovered .rtbArrow {
        border-color: transparent;
    }


fieldset {
    border: 1px solid #F9F9F9;
    box-shadow: 1px 1px 2px 0px #E1E4E8;
    background: #ffffff !important;
    padding: 6px !important;
}

legend {
    float: left;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 800;
}

.legendTitle {
    font-weight: 800;
    color: red;
}

.input-container {
    position: relative !important;
}

.toggle-content {
    cursor: pointer;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: right;
    display: inline-block;
    width: 100%;
}

.hide-table {
    display: none;
}

.show-table {
    display: table;
}

.expanded-table {
    background-image: url('../Images/Modules/BlackUpArrow.png');
}

.colapsed-table {
    background-image: url('../Images/Modules/BlackDownArrow.png');
}

#MainTable > tbody > tr > td {
    vertical-align: top;
}

.input-text {
    padding-right: 20px !important;
}

.input-button {
    display: inline-block !important;
    position: absolute !important;
    right: 4px;
    top: 8px;
}

.input-button2 {
    display: inline-block !important;
    position: absolute !important;
    left: 4px;
    top: 4px;
}

.input-text2 {
    padding-left: 32px !important;
}


.CameraButton {
    width: 50px !important;
    height: 0 !important;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 80%;
    top: 90%;
    background: url(../Images/Modules/WhiteCamera.png) no-repeat 50% 50%;
    background-color: #cc0000;
}

.ValidateButton {
    width: 50px !important;
    height: 0 !important;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 60%;
    top: 90%;
    background: url(../Images/Modules/ValidateValue.png) no-repeat 50% 50%;
    background-color: #cc0000;
}
.SendEmailButton {
    width: 50px !important;
    height: 0 !important;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 47%;
    top: 90%;
    background: url(../Images/Modules/Email.png) no-repeat 50% 50%;
    background-color: #cc0000;
}


.SaveButton {
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 20%;
    top: 90%;
    background: url(../Images/Modules/WhiteSave.png) no-repeat 50% 50%;
    background-color: #16A085;
    outline: none;
}

    .SaveButton:hover {
        background: url(../Images/Modules/WhiteSave.png) no-repeat 50% 50%;
        background-color: #16A085;
    }


.CancelButton {
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 3%;
    top: 90%;
    background: url(../Images/Modules/WhiteCancel.png) no-repeat 50% 50%;
    background-color: #2980B9;
    outline: none;
}

    .CancelButton:hover {
        background: url(../Images/Modules/WhiteCancel.png) no-repeat 50% 50%;
        background-color: #2980B9;
    }


.TabButtonExpand {
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    left: 3%;
    top: 90%;
    background: url(../Images/Modules/WhiteRightArrow.png) no-repeat 50% 50%;
    background-color: #2980B9;
    outline: none;
}

    .TabButtonExpand:hover {
        background: url(../Images/Modules/WhiteRightArrow.png) no-repeat 50% 50%;
        background-color: #2980B9;
    }

.TabButtonCollapse {
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    left: 3%;
    top: 90%;
    background: url(../Images/Modules/WhiteLeftArrow.png) no-repeat 50% 50%;
    background-color: #2980B9;
    outline: none;
}

    .TabButtonCollapse:hover {
        background: url(../Images/Modules/WhiteLeftArrow.png) no-repeat 50% 50%;
        background-color: #2980B9;
    }


.NewArticleButton {
    width: 35px;
    height: 0;
    padding-bottom: 35px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    
    background: url(../Images/Modules/WhiteNew.png) no-repeat 50% 50%;
    background-color: #2980B9;
    outline: none;
}

    .NewArticleButton:hover {
        background: url(../Images/Modules/WhiteNew.png) no-repeat 50% 50%;
        background-color: #2980B9;
    }



.NewButton {
    width: 50px;
    height: 0;
    padding-bottom: 50px;
    border-radius: 26px;
    border: 0px solid #cfdcec;
    overflow: hidden;
    box-shadow: 0 0 3px gray;
    display: inline-block !important;
    position: absolute !important;
    right: 3%;
    top: 87%;
    background: url(../Images/Modules/WhiteNew.png) no-repeat 50% 50%;
    background-color: #2980B9;
    outline: none;
}

    .NewButton:hover {
        background: url(../Images/Modules/WhiteNew.png) no-repeat 50% 50%;
        background-color: #2980B9;
    }




.scroll1::-webkit-scrollbar {
    width: 4px !important;
    height: 0;
}

.scroll1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.scroll1::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #30628E !important;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5) !important;
}



.rspSlideHeaderIconWrapper, .rspSlideTitleContainer {
    background-image: none !important;
    background-color: whitesmoke !important;
    border-color: #19344C !important;
}

.rspSlideTitle, .rspSlideTitleContainer {
    background-image: none !important;
    background-color: #19344C !important;
    border-color: #19344C !important;
    font-family: "Segoe UI" !important;
    font-size: 14px !important;
    color: white !important;
    font-weight: 800;
}



.RadTabStrip_Bootstrap .rtsLink {
    color: white !important;
}

.RadTabStrip_Bootstrap .rtsSelected,
.RadTabStrip_Bootstrap .rtsSelected:hover {
    color: black !important;
    border-color: #3A5F7F !important;
    color: #3A5F7F;
    background-color: #3A5F7F !important;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #3A5F7F !important;
    color: #3A5F7F;
    background-color: #3A5F7F !important;
}

.RadWindow {
    border-width: 0px !important;
    border: none !important;
}

.RadGrid {
    border-width: 0px !important;
    border: none !important;
    outline: none;
}

.RadSplitter .rspPaneTabContainer {
    padding: 0px 0;
    overflow: hidden;
    border: none !important;
}

.rspSlideHeaderIconWrapper, .rspSlideTitleContainer {
    display: none !important;
    height: 0px !important;
}

.rspSlideTitle, .rspSlideTitleContainer {
    background-image: none !important;
    height: 0px !important;
    display: none !important;
}

.RadSplitter tr.rspSlideHeader {
    display: none;
}

html .RadTileList div:hover, .RadTileList div:active, .RadTileList div:focus {
    border-color: #30628E;
}

.MenuButton {
    outline: none;
}

.RadTileList .rtlistGroup {
    vertical-align: central;
    float: right;
}
div.rtlistWrapper {
    margin: 23px 23px;
}
.RadTabStrip_Bootstrap .rtsLevel1 {
    border-right-width: 0 !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: none;
    background: rgb(255,91,91);
    color: white;
    padding: 1em;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 80px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    border-width: 0;
    height: 30px;
}

.UploadButton {
    -webkit-appearance: none;
    background: rgb(0,180,255);
    color: white;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    width: 80px;
    vertical-align: top;
    border-width: 0;
    height: 30px;
}
.roundIcon {
    font-size: 1.6em;
    width: 1.4em;
    text-align: center;
    line-height: 1.6em;
    background: #f4f9fc;
    color: #fff;
    border-radius: 50%; /* or 50% width & line-height */
}

.ItemStyle {
    border-left-style: none !important;
}
