﻿
@import url('fonts.css');

/*@import url(line-icons.css);*/
/*Mudassar[10/04]: commented above line as specified css is not found*/

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo-v4-arabic-700.eot'); /* IE9 Compat Modes */
    src: local('Cairo Bold'), local('Cairo-Bold'), url('/fonts/cairo-v4-arabic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/cairo-v4-arabic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/cairo-v4-arabic-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/cairo-v4-arabic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/cairo-v4-arabic-700.svg#Cairo') format('svg'); /* Legacy iOS */
}


.dl-horizontal dt {
    white-space: normal;
}



.page-container mkcustom {
    margin: -14px !important;
    padding: 0px !important;
}


.sp-tree {
    position: relative;
    margin: 0 15px;
}

    .sp-tree:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 15px;
        bottom: 0;
        z-index: 1;
        border: 1px dotted #c00000;
    }

    .sp-tree ul {
        padding: 0;
    }

        .sp-tree ul li {
            list-style-type: none;
            /*position: relative;*/
            margin-bottom: 0;
            padding: 2px;
        }

            .sp-tree ul li .tree-branch-header {
            }

                .sp-tree ul li .tree-branch-header .btn {
                }

                .sp-tree ul li .tree-branch-header .btn-icon-only {
                    width: 30px;
                    height: 30px;
                    line-height: 28px !important;
                }

                    .sp-tree ul li .tree-branch-header .btn-icon-only i {
                        font-size: 1em;
                        margin-top: 0;
                    }

            .sp-tree ul li:before {
                display: inline-block;
                content: "";
                position: absolute;
                top: 15px;
                width: 10px;
                height: 0;
                border-top: 1px dotted #c00000;
                z-index: 1;
            }

            .sp-tree ul li .tree-branch-header .tree-branch-name {
                color: #000;
                font-weight: 600;
                cursor: pointer;
            }

                .sp-tree ul li .tree-branch-header .tree-branch-name.red {
                    color: #c00000;
                }

                .sp-tree ul li .tree-branch-header .tree-branch-name:hover {
                    color: #c00000;
                }

                .sp-tree ul li .tree-branch-header .tree-branch-name i {
                    font-size: 1.2em;
                    color: #c00000;
                }

            .sp-tree ul li .tree-branch-header .btn-green,
            .sp-tree ul li .tree-branch-header .btn-blue,
            .sp-tree ul li .tree-branch-header .btn-black,
            .sp-tree ul li .tree-branch-header .btn-red {
                background-color: transparent !important;
                width: 20px;
            }

            .sp-tree ul li .tree-branch-header .btn-red {
               
            }

            .sp-tree ul li .tree-branch-header .btn-green {
                color: #89c23e !important;
            }

            .sp-tree ul li .tree-branch-header .btn-blue {
                color: #2a8bcc !important;
            }

            .sp-tree ul li .tree-branch-header .btn-black {
                color: #262626 !important;
            }

            .sp-tree ul li .tree-branch-children {
                padding: 5px 42px;
                position: relative;
            }

                .sp-tree ul li .tree-branch-children:before {
                    display: inline-block;
                    content: "";
                    position: absolute;
                    top: -10px;
                    bottom: 0;
                    z-index: 1;
                    border: 1px dotted #262626;
                }

                .sp-tree ul li .tree-branch-children li .tree-branch-header .tree-branch-name i {
                    color: #1e1e1e;
                    position: relative;
                    top: 3px;
                }

                .sp-tree ul li .tree-branch-children li .tree-branch-header .tree-branch-name .badge {
                    background-color: #1e1e1e;
                    border-radius: 5px !important;
                }

                .sp-tree ul li .tree-branch-children li .tree-branch-header .tree-branch-name .label {
                    position: absolute;
                    z-index: 1;
                    background-color: #2a8bcc;
                    border-radius: 5px !important;
                    width: 20px;
                    top: 5px;
                }

                .sp-tree ul li .tree-branch-children li {
                }

                    .sp-tree ul li .tree-branch-children li:before {
                        display: inline-block;
                        content: "";
                        position: absolute;
                        top: 15px;
                        width: 10px;
                        height: 0;
                        border-top: 1px dotted #262626;
                        z-index: 1;
                    }

                    .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group {
                    }

                        .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group.open {
                        }

                        .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-toggle {
                            background-color: #89c23e;
                            padding: 0 4px;
                            color: #fff;
                            border-radius: 7px !important;
                        }

                            .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group.open .dropdown-toggle,
                            .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-toggle:hover {
                                background-color: #6fa923;
                            }

                        .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-menu {
                        }

                            .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-menu li {
                                margin-bottom: 0;
                                padding: 0;
                                border-bottom: 1px solid #fff;
                            }

                                .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-menu li a {
                                }

                                    .sp-tree ul li .tree-branch-children li .tree-branch-header .btn-group .dropdown-menu li a:hover {
                                        background-color: #a90000;
                                        color: #fff;
                                    }








#spinner{
    display: none;
}

.loading {
    /*background-color: rgba(0, 0, 0, 0.3) !important;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.ouro {
    position: relative;
    top: 50%;
    display: inline-block;
    height: 46px;
    width: 46px;
    margin: 1em;
    border-radius: 50% !important;
    background: none repeat scroll 0 0 #DDDDDD;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
}

    .ouro:after {
        content: "";
        position: absolute;
        top: 9px;
        left: 9px;
        display: block;
        height: 28px;
        width: 28px;
        background: none repeat scroll 0 0 #dcdcdc;
        border-radius: 50% !important;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }

    .ouro > span {
        position: absolute;
        height: 100%;
        width: 50%;
        overflow: hidden;
    }

.left {
    left: 0
}

.right {
    left: 50%
}

.anim {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #66bfba;
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}

.left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

/* v3 */
.ouro3 .anim {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: linear;
}

.ouro3 .right .anim {
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-animation-delay: 0;
    -webkit-animation-delay: 1.5s;
    animation-name: ui-spinner-rotate-right;
    animation-delay: 0;
    animation-delay: 1.5s;
}

/* round variation */
.round .ouro:after {
    display: none
}

/* double variation */
.double .ouro:after {
    height: 13px;
    width: 13px;
    left: 7px;
    top: 7px;
    border: 10px solid #ddd;
    background: transparent;
    box-shadow: none;
}

@keyframes ui-spinner-rotate-right {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes ui-spinner-rotate-left {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ui-spinner-rotate-right {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(180deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes ui-spinner-rotate-left {
    0% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}



.btn-preview {    
    
}

.btn-delete {

}

.btn-search {
}

.btn-create {
}

.btn-advancedsearch {
}

.form-group {
    margin-bottom: 5px !important;
}
.control-label {
    font-weight:bold;
}
.info-label {
    font-weight: bold;
    text-decoration:underline;
    color:dodgerblue;
    min-width:80px;
}
.form-control {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.asterisk {
    color: red !important;
    font-size: 14px !important;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width:50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    /*left: -320px;*/
    left:0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

map-info-box {
    
    padding-right: 24px !important;
}
.map-info-header {
    color: #caa805;
    display: block;
    text-align: center;
    font-weight: 900;    
}

.map-label {
    margin: 0;
    font-weight:bold
}

    .map-label:first-child::after {
        content: '|';
        color: #caa805;
        margin: 0 5px;
        font-weight: 600;
    }

.map-label-2 {
    margin: 0;
}

    .map-label-2::after {
        content: '|';
        color: #caa805;
        margin: 0 5px;
        font-weight: 600;
    }

    .map-label-2:last-child {
        content: '';
    }

.modeless.modal-backdrop {
    z-index:-1
}

 
/*td {
    font-weight: bold;    
    font-size: 12px !important;
}*/
.btn {
    font-weight: bold;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.splitter {
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #989ca0;
    margin: 1px !important;
    margin-top: 5px !important;
    
    display: inline-block;
    width: 95%;
}
.gorup-label {
    color: #2c99e9;
    font-weight: bold
}

#map_edit {
    height: 350px;
    width: 100%;
    /*box-shadow: 5px 10px 18px #ccc;*/
}
#map_preview {
    height: 350px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius:5px
}
 
/*.checklist-item {
    border-radius:10px;
    box-shadow: 0px 2px 13px #888888;
    display: inline-block;
    margin: 8px
}*/
/*.visit-answer {
    border-radius: 10px;
    box-shadow: 0px 1px 7px #888888;
    display: inline-block;
    margin: 2px;
    padding: 10px;
}*/
.visit-answer {
    border-radius: 5px;
    box-shadow: none; 
    display: inline-block;
   
    padding: 10px;
    border: 1px solid #ddd;
}
.shadow-box {
    box-shadow: 3px 6px 10px #888888;   
    display:inline-block;
    margin:8px
}
.chart {
    min-height: 400px;
    /*padding-top: 58px;
    margin-top: -59px;*/
}

.error-block {
    color: #ea003b;
}

.success-block {
    color: lightgreen;
}
.modal-md {
    width:80% !important
}
.header-small { 
    height: 40px;
    padding-top: 6px !important;
}
.online {
    border: 4px solid #4da54d !important;
    padding:1px;
      
}
.offline {
    border: 1px solid #9ea29e !important;
    padding:1px;
}

body {
    background-color: #f5f5f5
}

.panel-flat > .panel-heading {
    background-color: #fff;
}

.mb-10 .btn-default {
    color: #2196f3;
    background-color: #2196f300;
    border-color: #cae7ff;
}

.border-default {
    flex: 1 1 100%;
}

.height-fit {
    height: auto;
    display: flex;
    flex-flow: row column;
    flex: 1 1 100%;
}

.chartbox:hover {
    cursor: pointer;
    background: #f2f9fe;
    border-color: #a0d0f7;
    border-width: 1px;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    transform: translate3d(0,-2px,0);
}

.badge {
    font-weight: bold;
}

.countbadge {
    font-weight: bold;
    font-size: 17px;
    width: 90px;
    height: 40px;
    padding-top: 5px;
    display: block;
    cursor: pointer !important;
    color: #fff;
    border-radius: 2px 8px 3px 39px;
    background: #0bcaa5;
    padding: 2px 20px 10px;
    margin-top: -20px;
    margin-right: -20px;
}

.countbadge2 {
    font-weight: bold;
    font-size: 20px;
    width: 45px;
    height: 45px;
    padding-top: 5px;
    display: block;
    color: #fff;
    background: #0bcaa5;
}

.text-size-mini {
    font-weight: bold;
    font-size: 12px;
    text-align: center !important;
    padding: 0px;
    margin: -17px
}

.media-body {
    text-align: center;
}

.draggable {
    margin: 5px;
    border: 2px solid #3399cc;
}

/*.active {
        border: 2px solid #6699ff;
    }*/

#droppable {
    font-size: 14pt;
    width: 400px;
}

#droppableHolder {
    margin-top: 5em;
}
.select2-search__field {
    padding: 0px 0 !important;
}

.score {
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 6px 2px 10px 2px #ababab;
    border: solid 3px #bad0e1;
    margin-bottom: -10px;
    margin-top: -3px;
    background-color: #2196f3;
    color: #fcfcfc;
}

