﻿@font-face {
    font-family: "CustomFont";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    margin: 0;
}

div > .popover {
    z-index: 100;
}

body {
    min-height: 100%;
    font-family: "CustomFont";
    padding: 0;
   background-color: #f0f5f8;
   background-image: url("../Images/Patterns/sayagata.png");
    background-repeat: repeat;
    color: white;
    /*direction:ltr;*/
    overflow-x: hidden;
    /*background: url("../images/noisebg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    direction:rtl;
}



.btn-file {
    border: medium none;
    height: 45px;
    padding-top: 10px;
}

.fileinput-upload
{
     height: 45px;
}

.fileinput-remove
{
    height: 45px;
}

.file-caption{
    direction:rtl;
    padding-top:10px;
}

.text-info {
    color: #31708f;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    width: 20px;
}

#ContentPlaceHolder1_dropdownCategory, #SelectControlType {
    height: 45px;
}

#Container {
    overflow-y: scroll;
}

select {
    height: 45px;
}

.form-control {
    height: 45px;
}

.userInfo {
    float: right;
    color: black;
    margin-right: 10px;
    direction: rtl;
     margin-top: -20px;
}

label {
    color: black;
}

.container {
    width: 100%;
    background-color: #f0f5f8;
}

header {
    border-bottom: 1px solid white;
    border-top: 2px solid #e4e4e4;
    height: 0;
    margin: 1em 0 3em;
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.rightBar {
    background-color: #858e93;
    float: right;
    height: 100px;
    width: 300px;
    /*margin-top:100px;*/
}

    .rightBar .header {
        height: 80px;
        width: 100%;
        background-color: #5bb3cb;
        text-align: center;
        padding-top: 25px;
    }

    .rightBar .body {
        width: 100%;
        text-align: center;
        /*padding-top:858e93*/
        padding: 10px;
        background-color: #858e93;
    }

.navMenu {
    background-color: #394264;
}

.LinkButton {
    border: none;
    color: white;
    transition-duration: 1s;
    text-align: center;
    border-radius: 5px;
    outline: 0;
    text-align: center;
}

    .LinkButton:hover {
        transition-duration: 1s;
        color: white;
        text-decoration: none;
        outline: 0;
        /*border:1px solid white;*/
        /*font-size:110%;*/
    }

.linkButton-Sormeyi {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #394264;
    /*width: 75px;
    height: 40px;*/
}

    .linkButton-Sormeyi:hover {
        background-color: #50597b;
        padding-left: 10px;
        padding-right: 30px;
    }

.linkButton-red {
    background-color: #5bb3cb;
    /*width:75px;
    height:40px;*/
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: -15px;
    border-radius: 0px;
    padding: 5px;
    height: auto;
    width: auto;
}

    .linkButton-red:hover {
        background-color: #3e96ae;
    }

.text-danger {
    color: #e64c65;
}


.text-danger > span {
    color: #e64c65;
}

.text-success > span {
    color: #3c763d;
}

/*input[type="text"] {
    height: 45px;
}*/

/*input[type="password"] {
    height: 45px;
}*/


.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
    background-color: #5bb3cb;
    color: white;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 20px 15px;
    /*font-weight:bold;*/
    border-bottom: 1px solid white;
}

    .navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
        background-color: #5bb3cb;
        color: white;
        /*font-size:24px;*/
        line-height: 20px;
        margin: 0;
        padding: 20px 15px;
    }


.navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    right: auto;
}

.navbar-toggle {
    float: left;
    margin-left: 35px;
    border: 2px dashed #d75c37;
    /*margin-top:108px;*/
}

.navbar-toggle {
    display: block;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d75c37;
}


.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #858e93;
    color: white;
    text-align: center;
    border: none;
}

    .navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
        color: white;
        background-color: #858e93;
        transition-duration: 0.6s;
        height: 60px;
        padding-top: 20px;
        /*border-bottom:1px solid black;*/
    }

        .navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:active, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:active {
            color: black;
            background-color: #f0f5f8;
            transition-duration: 0.6s;
            padding-right: 80px;
            margin-left: 20px;
        }

.divider {
    background-color: #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
    height: 1px;
    opacity: 0.5;
}




.box {
    border-right: 1px dashed #6991ac;
    /*border-radius:5px;*/
    width: 100%;
    padding: 20px;
    margin: 15px;
    min-height: 100%;
    overflow-y: scroll;
}

.pcardborder {
    background: url("../images/pcard_top.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0.2em;
    width: 100%;
}



h3 {
    text-align: center;
    background-color: #f0f5f8;
    color: #d75c37;
    margin-top: -20px;
}

h4 {
    color: #6991ac;
    margin-left: 40%;
    margin-right: auto;
    margin-top: -15px;
    text-align: center;
    width: 20%;
    background-color: #f0f5f8;
}

h5 {
    color: #ffffff;
    margin-left: 40%;
    margin-right: auto;
    margin-top: -12px;
    text-align: center;
    width: 20%;
    background-color: #858e93;
}

.request {
    width: 80%;
    background-color: #d75c37;
    color: white;
    border: none;
    height: 50px;
    margin-bottom: 10px;
}


/*FRAMES*/
.widget-panel {
    margin: 10px;
}

    .widget-panel .header {
        background-color: #5bb3cb;
        border: none;
        color: white;
        padding: 15px;
        text-align: center;
        border-radius: 5px 5px 0px 0px;
        font-size: 18px;
        height: 60px;
    }

    .widget-panel .headerRed {
        background-color: #cc324b;
        border: none;
        color: white;
        padding: 15px;
        text-align: center;
        border-radius: 5px 5px 0px 0px;
        font-size: 18px;
        height: 60px;
    }

    .widget-panel .SubHeader {
        background-color: #e64c65;
        border-top: 1px solid white;
        color: white;
        padding: 0;
        text-align: center;
        font-size: 12px;
        height: 134px;
    }

        .widget-panel .SubHeader .divRight {
            box-sizing: border-box;
            border-left: 1px solid white;
            border-bottom: 1px solid white;
            color: white;
            padding: 15px;
            text-align: right;
            height: 67px;
            max-width: 50%;
            min-width: 50%;
            width: 50%;
            float: right;
        }

        .widget-panel .SubHeader .divLeft {
            box-sizing: border-box;
            border-bottom: 1px solid white;
            color: white;
            padding: 15px;
            text-align: right;
            height: 67px;
            max-width: 50%;
            min-width: 50%;
            width: 50%;
            float: left;
        }

    .widget-panel .body {
        background-color: #f0f5f8;
        color: white;
        padding: 15px;
        /*text-align:center;*/
        overflow-x: hidden;
        overflow-y: hidden;
        margin-top: -1px;
        border: 1px solid #5bb3cb;
    }

.form-group {
    margin-right: 10px;
    margin-left: 10px;
}

    .form-group label {
        margin-right: 20px;
    }

.widget-panel .body .input {
    height: 45px;
    background-color: #50597b;
    max-width: 80%;
    padding-right: 20px;
    color: white;
    font-size: 18px;
    font-weight: 200;
}

.DropDownListCollectMode {
    padding: 2px;
    font-size: 12px;
}

.ListBoxGroups {
    background-color: inherit;
    border: none;
    margin: -3px;
    font-size: 10px;
}

table {
    margin-top: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 10px;
    width: 100%;
    min-width: 100%;
}


.table > thead > tr > th {
    background-color: #5bb3cb;
    border: none;
    color: white;
    text-align: center;
    font-size: 18px;
    height: 50px;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: black;
    direction: rtl;
    height: 60px;
    line-height: 1.42857;
    padding: 8px;
    transition-duration: 0.5s;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #5bb3cb;
    transition-duration: 0.5s;
    color: black;
    /*font-weight:bold;*/
    /*padding-top:30px;
   padding-bottom:30px;*/
}

.radius {
    border-radius: 5px;
}


/*FRAMES*/

.vertical-center-login {
    margin-top: 5%;
}

.text-right {
    text-align: right;
}

.padding {
    padding: 20px;
}

.ZeroPadding {
    padding: 0;
}

.datagridrow {
    display: block;
    color: white;
    background-color: #394264;
    transition-duration: 0.5s;
    height: 60px;
    padding-top: 20px;
    border-bottom: 1px solid black;
}

    .datagridrow:focus {
        color: white;
        background-color: #50597b;
        transition-duration: 0.5s;
        padding-left: 40px;
    }

.projectsTable {
    margin: 0;
    border-radius: 0;
    list-style: none;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
}

    .projectsTable li {
        display: block;
    }

    .projectsTable a {
        box-sizing: border-box;
        color: white;
        display: block;
        width: 100%;
        text-align: right;
        /*padding-right:10px;*/
        height: 50px;
        transition-duration: 1s;
    }

        .projectsTable a:hover {
            background-color: #50597b;
            box-sizing: border-box;
            width: 100%;
            padding-right: 100px;
            text-align: right;
            /*padding-right:10px;*/
            transition-duration: 1s;
        }

.Caption {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    background-color: gray;
    opacity: 0.9;
}

.ShowDetailFull {
    z-index: 2;
    display: none;
    position: fixed;
    margin-top: 15px;
    margin-left: 1%;
    margin-right: 1%;
    top: 3%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: #f0f5f8;
    min-height: 150px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.PopupMessage {
    z-index: 2;
    display: none;
    position: fixed;
    margin-top: 15px;
    margin-left: 1%;
    margin-right: 1%;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 100px;
    background-color: #f0f5f8;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.myCalls {
    display: none;
    z-index: 4;
    position: fixed;
    margin-top: 15px;
    margin-left: 1%;
    margin-right: 1%;
    top: 10%;
    left: 30%;
    width: 38%;
    height: 430px;
    background-color: #1F253D;
    border: 1px solid gray;
    border-radius: 10px;
}

.allCalls {
    display: none;
    z-index: 4;
    position: fixed;
    margin-top: 15px;
    margin-left: 1%;
    margin-right: 1%;
    top: 10%;
    left: 30%;
    width: 38%;
    height: 430px;
    background-color: #1F253D;
    border: 1px solid gray;
    border-radius: 10px;
}

.persianPadding {
    padding-top: 3px;
    padding-bottom: 3px;
}

.cCalls {
    margin: 10px;
    width: 85px;
}

.PanelMyCalls {
    z-index: 5;
    display: block;
    width: 90%;
    left: 5%;
    top: 10px;
    height: 360px;
}

.PanelAllCalls {
    z-index: 5;
    display: block;
    width: 90%;
    left: 5%;
    top: 10px;
    height: 360px;
}

.Devider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-group {
    /*overflow-y:scroll;*/
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

a.list-group-item {
    color: white;
}

.list-group-item {
    background-color: #394264;
    border: none;
    border-bottom: 1px solid black;
    display: block;
    transition-duration: 0.5s;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: #50597b;
    color: white;
    text-decoration: none;
    transition-duration: 0.5s;
    padding-left: 40px;
}

.table-container {
    min-height: 50%;
    width: 100%;
    height: 80%;
    direction: rtl;
}

table {
    border-radius: 5px 5px 0 0;
    margin-right: 0px;
    width: 100%;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    /*direction: ltr;*/
}

#ContentPlaceHolder1_divFormText {
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 20px;
    color: black;
}

    #ContentPlaceHolder1_divFormText > span {
        color: #858e93;
        margin-top: -30px;
        background-color: #f0f5f8;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }

    #ContentPlaceHolder1_divFormText > .divider {
        background-color: black;
        height: 1px;
        margin: 20px 35px;
        opacity: 0.1;
    }

#pnlItemsList {
    color: black;
    visibility: hidden;
    height: 0px;
}

#selectItems > li > a, #selectItems > li > a > span {
    color: black;
}

#CheckboxMultiSelect {
    margin-left: 5px;
    margin-bottom: 10px;
}

#divMultiSelect {
    height: 0;
}

#btnDelete {
    margin-right: 60%;
    margin-top: -67px;
    opacity: 0.8;
    transition-duration: 0.5s;
}

input[type=radio] {
    margin-left: 5px;
    margin-right: 20px;
}

input[type=checkbox] {
    margin-left: 5px;
    margin-right: 20px;
}

.text-info {
    color: #31708f;
    font-weight: normal;
    font-size: 12px;
}

.cycleContainer {
    width: 100%;
    float: right;
}

.arrow_box {
    background: none repeat scroll 0 0 #5bb3cb;
    border: 4px solid #c2e1f5;
    border-radius: 10px;
    float: right;
    height: 100px;
    margin-left: 20px;
    padding: 5px;
    position: relative;
    width: 14.27%;
    padding-right: 10px;
}

.arrow_box_user {
    background: none repeat scroll 0 0 #f0ad4e;
}

.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(91, 179, 203, 0);
    border-right-color: #5bb3cb;
    border-width: 15px;
    margin-top: -30px;
}

.arrow_box_user:after {
    border-right-color: #f0ad4e;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0) #c2e1f5 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
    border-width: 21px;
    margin-top: -36px;
}

.arrow_box #btnDeleteCycle {
    margin-right: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    cursor: pointer;
}

    .arrow_box #btnDeleteCycle > span {
        transition-duration: 0.5s;
    }

        .arrow_box #btnDeleteCycle > span:hover {
            transition-duration: 0.5s;
            color: #f0ad4e;
        }

.arrow_box_user #btnDeleteCycle > span:hover {
    transition-duration: 0.5s;
    color: #5bb3cb;
}

.arrow_box input[type="checkbox"] {
    float: right;
    margin-right: 0;
    outline: 0;
    margin-top: 15px;
}

    .arrow_box input[type="checkbox"]:focus {
        outline: 0;
    }

.arrow_box div {
    font-size: 12px;
    margin-top: 12px;
    float: right;
}


#btnAddRoleToPatternUsers {
    width: 100%;
}

    #btnAddRoleToPatternUsers span {
        margin-right: 5px;
    }

#btnAddUserToPatternUsers {
    width: 100%;
}

    #btnAddUserToPatternUsers span {
        margin-right: 5px;
    }

#ContentPlaceHolder1_btnRegisterRequest {
    margin-top: 20px;
}

#pnlAttachFile {
    color: black;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 15px;
}

.TableRowInProgress {
    background-color: #fdc162;
    color: white;
}

.TableRowMyDuty {
    background-color: #858e93;
    color: black;
}

.TableRowDone {
    background-color: #60d7a9;
    color: white;
}

.TableRowFinalized {
    background-color: #0ac2d2;
    color: white;
}

.TableRowReject {
    background-color: #fd6a62;
    color: white;
}


.arrow_box_bottom {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
    height: 150px;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 10px;
    border-radius: 15px;
}

.inProgress {
    background-color: #fdc162;
    color: white;
}

.myDuty {
    background-color: #0ac2d2;
    color: white;
}

.done {
    background-color: #60d7a9;
    color: white;
}

.finalized {
    background-color: #858e93;
    color: black;
}

.reject {
    background-color: #fd6a62;
    color: white;
}

.arrow_box_bottom:after, .arrow_box_bottom:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_bottom:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 30px;
    margin-left: -30px;
}

.inProgress:after {
    border-top-color: #fdc162;
}

.myDuty:after {
    border-top-color: #0ac2d2;
}

.done:after {
    border-top-color: #60d7a9;
}

.finalized:after {
    border-top-color: #858e93;
}

.reject:after {
    border-top-color: #fd6a62;
}

.arrow_box_bottom:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 36px;
    margin-left: -36px;
}



.arrow_box_top {
    position: relative;
    border: 4px solid #c2e1f5;
    height: 150px;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 10px;
    border-radius: 15px;
}

    .arrow_box_top:after, .arrow_box_top:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box_top:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #88b7d5;
        border-width: 30px;
        margin-left: -30px;
    }

    .arrow_box_top:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #c2e1f5;
        border-width: 36px;
        margin-left: -36px;
    }


.inProgressTop {
    background-color: #fdc162;
    color: white;
}

.myDutyTop {
    background-color: #0ac2d2;
    color: white;
}

.doneTop {
    background-color: #60d7a9;
    color: white;
}

.finalizedTop {
    background-color: #858e93;
    color: black;
}

.rejectTop {
    background-color: #fd6a62;
    color: white;
}

.inProgressTop:after {
    border-bottom-color: #fdc162;
}

.myDutyTop:after {
    border-bottom-color: #0ac2d2;
}

.doneTop:after {
    border-bottom-color: #60d7a9;
}

.finalizedTop:after {
    border-bottom-color: #858e93;
}

.rejectTop:after {
    border-bottom-color: #fd6a62;
}

.removePointer:after, .removePointer:before {
    border: none;
}

#divPopUp {
    overflow-y: auto;
    height: 100%;
}

    #divPopUp input[type="submit"], #divPopUp a {
        margin: 10px;
        width: 70px;
    }

.popover-content {
    padding: 9px 14px;
    color: black;
}

.modal-lg {
    width: 80%;
}

#loginPage > h1 {
    color: black;
}

#loginPage > h2 {
    color: black;
}

.field-validation-error
{
    height:30px;
     color: #f00;
}

.input-validation-error {
    background-color: #fee;
    border: 1px solid #f00;
}

#divDownload > a {
    width: auto;
}

    #divDownload > a > span {
        margin-left: 5px;
    }

#btnClosePopUp {
    color: gray;
    font-size: 18px;
    transition-duration: 0.5s;
    cursor: default;
    position: absolute;
    z-index: 100;
    right: 10px;
}

    #btnClosePopUp:hover {
        transition-duration: 0.5s;
        color: orange;
    }

.popover {
    direction: rtl;
    right: auto;
}

.GlyphIconFontSize {
    font-size: 29px;
    color: #212121;
}

.headerDivider {
    border-bottom: 1px solid white;
    border-top: 2px solid #e4e4e4;
    height: 0;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

label span
{
    color:black;
    font-size:14px;
    margin-right:5px;
}

span input[type="checkbox"]
{
    margin-right:5px;
    margin-left:0;
}

.error-page 
{
    padding: 40px 15px;
    text-align: center;

}

.error-actions 
{
    margin-top:15px;
    margin-bottom:15px;
    direction:rtl;
}

.error-page h2
{
     color:black;
     direction:rtl;
}

.error-actions .btn 
{ 
    margin-right:10px; 

}

.h1404error {    
    font-size :100px !important; 
    color:black;
}

.error-details
{
    color:black;
    font-size:12px;
}


span label
{
        font-size:14px;
}

.text-disable
{
    background-color:#f5f5f5;
}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen {
    span label
{
        font-size:14px;
}
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 768px) {
    span label
{
        font-size:14px;
}
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 992px) {
    span label
{
        font-size:10px;
}
}

@media only screen and (min-width: 1050px) {
    span label
{
        font-size:14px;
}
}


#printTransferPanel {
    color: black;
    border:1px dashed gray;
    padding:10px;
    border-radius:7px;
}
.printer {
    height:35px;
    width:35px;
    border-width:0px;
}

