.ui-datepicker-year,
.ui-datepicker-month {
    color: black !important;
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-center {
    justify-content: center
}

.justify-content-space-between {
    justify-content: space-between
}

.justify-content-space-around {
    justify-content: space-around
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-start {
    justify-content: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.ofwrap-anywhere {
    overflow-wrap: anywhere;
}

.displayNone {
    display: none !important;
}

.np {
    padding: 0 !important;
}

.npr {
    padding-right: 0 !important;
}

.npl {
    padding-left: 0 !important;
}

.pAll-15 {
    padding: 15px !important;
}

.pAll-20 {
    padding: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.prl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.prl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.prl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.nm {
    margin: 0 !important;
}

.nmr {
    margin-right: 0 !important;
}

.nml {
    margin-left: 0 !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-45 {
    margin: 45px !important;
}

.pAll-10 {
    padding: 10px !important;
}

.no-bimeSaman-style {
    list-style: none !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-font14 {
    font-size: 14px !important;
}

.text-font15 {
    font-size: 15px !important;
}

.text-font16 {
    font-size: 16px !important;
}

.float-right {
    float: right !important;
}

.float-Left {
    float: left !important;
}

.iContent {
}

    .iContent .ManageContent {
        /*margin-top: 43px;*/
    }

        .iContent .ManageContent .panel-body > div {
            /*height: 65px;*/
            min-height: 70px;
            margin-top: 10px;
        }

        .iContent .ManageContent .rtbAbstractDiv {
            height: unset !important;
        }

            .iContent .ManageContent .rtbAbstractDiv textarea {
                padding: 10px !important;
            }

        .iContent .ManageContent .ViewNo,
        .iContent .ManageContent .editor,
        .iContent .ManageContent .modal,
        .iContent .ManageContent .uploadimg,
        .iContent .ManageContent .address {
            height: unset !important;
        }

        .iContent .ManageContent .checklist {
            display: flex;
            align-items: center;
            gap: 25px;
            padding-right: 30px;
            padding-top: 25px;
            flex-wrap: wrap;
        }

    .iContent .radio,
    .iContent .checkbox {
        display: unset;
        margin: 0px;
    }

        .iContent .radio label,
        .iContent .checkbox label {
            padding-right: 5px;
            padding-left: initial;
        }

        .iContent .checkbox input[type=checkbox] {
            margin: 2px -15px 0 0 !important;
        }

    .iContent .form-control {
        height: 40px !important;
    }

    .iContent .form-control-inside {
        height: 40px !important;
        margin: 0;
    }

        .iContent .form-control-inside input {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #56555599 !important;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        }


    .iContent .modal {
        text-align: center;
        padding: 0 !important;
    }

        .iContent .modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .iContent .modal-dialog {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
    }

.ratbKeywordsDiv {
}

    .ratbKeywordsDiv .RadAutoCompleteBox {
        margin: 0;
    }

    .ratbKeywordsDiv .racTokenList {
        border-radius: 4px;
        padding: 7px;
        font-family: byekan, Tahoma !important;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    }

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    color: black;
}

.main-slider .slick-slide .flexTitle {
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #fff;
}

.main-slider .slick-dots {
    display: none !important;
}

.archive-slick .slick-slide {
    text-align: center;
}

    .archive-slick .slick-slide img {
        margin: 0 auto 8px;
    }

.archive-slick .slick-slide {
    background: #e1f7e9;
    padding: 22px 0;
    border: 20px solid #fff;
    margin: 6px;
}

.form-inline {
    display: inline !important;
    width: auto !important;
}

.iContentSettingDiv {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px 15px 10px;
    margin-bottom: 10px;
}

.iContentSettingMainDiv legend {
    margin: 0;
    background: #0696bd;
    padding: 3px 15px;
    font-size: 17px;
    color: #fff;
}

.iContentSettingMainDiv input[type="checkbox"],
.iContentSettingMainDiv input[type="radio"] {
    margin-left: 2px;
    margin-right: 4px;
}

.RadComboBoxTempType > div {
    width: auto !important;
}

html body .RadInput_Bootstrap .riTextBox,
html body .RadInputMgr_Bootstrap {
    font-family: inherit;
    font-size: 13px;
}

.noPaddingR {
    padding-right: 0;
}

.noPaddingL {
    padding-left: 0;
}

.rbtnSubmitDiv > span {
    background-color: #349d38 !important;
    color: #fff !important;
    background-image: none !important;
    border-color: #349d38 !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

    .rbtnSubmitDiv > span input {
        color: #fff !important;
        font-family: byekan, Tahoma !important;
    }

.RadToolBar_Default {
    font-family: inherit !important;
}

.RadToolBar_Default_Horizontal .rtbOuter {
    background: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 10px 10px 0 0;
}


.editContentMargin {
    margin-top: 43px;
}

.icontentPicBox {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.RadListView_Silk {
    font-family: inherit;
}

.RadListView_Silk {
    border: none !important;
    background: transparent;
}

.borderTable {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.RadListBox_Bootstrap {
    height: 150px !important;
}


.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}


/************/
@media(max-width:991px) {


    .iContent .ManageContent .panel-body > div {
        height: unset !important;
    }

    .col-md-8.checklist {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 2rem;
    }



    .RadPicker.RadTimePicker {
        width: 100% !important;
    }



    .registerBtn input {
        width: 100% !important;
        padding: 13px 0px 9px !important;
    }

    .iContent .ManageContent .panel-body.row .col-xs-4 .row .col-xs-6,
    .iContent .ManageContent .panel-body.row .col-xs-4 {
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    .iContent .ManageContent .panel-body.row .col-xs-12.col-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .iContent .form-control,
    .iContent .ManageContent .ratbKeywordsDiv .racTokenList,
    .iContent .ManageContent tr.rcbReadOnly td,
    .iContent .ManageContent .panel-body.row .col-md-4 span input,
    .iContent .ManageContent .riTextBox.riEnabled
    /*.iContent .ManageContent input[type="button"],
    .iContent .ManageContent input[type="file"],
    .iContent .ManageContent input[type="text"]*/ {
        height: 50px !important;
        margin-bottom: 1.5rem !important;
    }

    .iContent .ManageContent .panel-body.row .col-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .iContent .ManageContent table {
        margin-bottom: 1.5rem;
    }

    .iContent .ManageContent input[type="submit"] {
        width: 100% !important;
        height: 50px !important;
    }
}

.file-icon {
    position: relative;
    padding: 0 !important;
    margin-bottom: 15px;
}

    .file-icon img {
        position: absolute;
        top: 35px;
        left: 15px;
    }

.registerBtn {
    display: flex;
    justify-content: center;
    height: 50px !important;
}

    .registerBtn input {
        width: 30%;
        background: #FF6006;
        color: #fff;
        border-radius: 8px;
    }

.riTextBox,
input,
.racTokenList,
textarea {
    border-radius: 8px !important;
}

.input-group-addon {
    border: unset !important;
    background-color: transparent !important;
}

.rcbReadOnly td:first-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rcbReadOnly td:last-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.modal-uploadfile ul li span input {
    margin-left: 10px !important;
}

.row.uploadimg.mt-25 button {
    border-radius: 8px !important;
    height: 50px !important;
    background-color: #fff !important;
    text-align: right !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    width: 100%;
}

.row.uploadimg.mt-25 .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0.5rem;
}

@media(max-width:480px) {
    /*.iContent .ManageContent .modal {
        bottom: unset !important;
    }*/

    .iContent .ManageContent .modal .modal-content {
        width: 350px !important;
    }
}

@media(max-width:767px) {
    .iContent .ManageContent .modal .modal-dialog.modal-lg {
        overflow: scroll !important;
    }

    .iContent .ManageContent .input-group {
        display: block !important;
    }
}

.iContent .ManageContent .modal-body input[type="button"] {
    margin-right: 10px !important;
}

.uploadimg.mt-25 button.btn.btn-info {
    width: 100%;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    height: 50px !important;
    border-radius: 8px !important;
    color: #333 !important;
    box-shadow: unset !important;
    text-align: right;
}

    .uploadimg.mt-25 button.btn.btn-info:focus {
        outline: unset !important;
    }

.iContent .ManageContent .ruFakeInput.radPreventDecorate {
    height: 40px;
}



.ruFileWrap.ruStyled {
    height: 60px !important;
}

.iContent .ManageContent .ruButton.ruBrowse {
    height: 47px;
    margin-right: 5px;
}

.RadInput_Bootstrap.riSingle .riTextBox {
    height: 50px !important;
}

.iContent .ManageContent input[type="submit"] {
    background-color: #dc1473 !important;
    border-color: #dc1473 !important;
}

.uploadimg.mt-25 button.btn.btn-info:before {
    content: '';
    position: absolute;
    background-image: url('/DeskTopModules/iContent2/images/icon11.PNG');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    left: 25px;
    top: 10px;
}

.ArchiveSerchBox {
    display: none;
}